@charset "UTF-8";
/* ================================================
   RESET & GLOBAL STYLES
   ================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Inter", sans-serif;
  color: #333333;
  background: #ffffff;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ================================================
   VARIABLES - DOKŁADNE WARTOŚCI Z FIGMA
   ================================================ */
/* ================================================
   FLUID TYPOGRAPHY - clamp() dla wszystkich czcionek
   ================================================ */
.h1-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.5;
  color: #333333;
}

.h1-title--highlight {
  color: #f2b705;
  font-size: clamp(32px, 3.2vw, 46px);
}

.lead {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.5;
  color: #333333;
}

.h2-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: #333333;
}

.body-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #333333;
}

.footer-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.5;
  color: #000000;
}

/* ================================================
   UTILITY CLASSES - Wrapper + Container Pattern
   ================================================ */
.section-wrapper {
  width: 100%;
  background: #ffffff;
}

.content-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

/* ================================================
   SECTIONS
   ================================================ */
/* Top Banner - REKLAMA */
.top-banner {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #ffffff;
}
.top-banner__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #000000;
}

/* Hero Section */
.hero-section {
  width: 100%;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  overflow: hidden;
}
.hero-section__container {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.hero-section__content {
  flex: 1;
  max-width: 569px;
  min-width: 0;
}
.hero-section__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 1.8vw, 25.958px);
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0;
}
.hero-section__title-highlight {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.5;
  color: #f2b705;
  display: block;
}
.hero-section__lead {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.5;
  color: #333333;
  margin-top: 40px;
}
.hero-section__image {
  flex: 1;
  max-width: 649px;
  min-width: 0;
}
.hero-section__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Main Content Section */
.main-content {
  width: 100%;
  padding: 30px 240px 80px;
}
.main-content__container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Testimonial */
.testimonial {
  width: 100%;
  border-top: 1px solid #a6775b;
  border-bottom: 1px solid #a6775b;
  padding: 40px 0;
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}
.testimonial__image {
  max-width: 282px;
  width: 100%;
  flex-shrink: 0;
}
.testimonial__image img {
  width: 100%;
  height: auto;
  display: block;
}
.testimonial__content {
  flex: 1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 60px;
  min-height: 130px;
}
.testimonial__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  max-width: 440px;
  position: relative;
  z-index: 1;
  align-self: center;
}
.testimonial__quote-left {
  width: 50px;
  height: 35px;
  align-self: flex-start;
  margin-right: 10px;
  margin-top: -10px;
  flex-shrink: 0;
}
.testimonial__quote-left img {
  width: 100%;
  height: 100%;
  display: block;
}
.testimonial__quote-right {
  width: 50px;
  height: 35px;
  align-self: flex-end;
  margin-left: 10px;
  margin-bottom: -10px;
  flex-shrink: 0;
}
.testimonial__quote-right img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Text Section with frame */
.text-frame {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-frame__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: #333333;
}

/* Body paragraph */
.body-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #333333;
}

/* Blue Gradient Box */
.gradient-box {
  width: 100%;
  background: url("../img/6aa33a1c98f10f388a08a08eec8aabf44ba14ddf.png") no-repeat center/cover;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .gradient-box {
    background-image: url("../img/d887a109d9748f205bb26e2112224c68d2125530.png");
  }
}
.gradient-box__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: #215d82;
  text-shadow: #ffffff 0px 0px 12px;
}
.gradient-box__text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #000000;
  max-width: 580px;
}
@media (max-width: 1400px) {
  .gradient-box__text {
    max-width: 390px;
  }
}
@media (max-width: 1080px) {
  .gradient-box__text {
    max-width: 300px;
  }
}
.gradient-box__text sup {
  font-size: 10.32px;
}

/* Lista Innowacyjna formuła */
.formula-list {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #000000;
}
.formula-list__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.formula-list ul {
  list-style: disc;
  padding-left: 24px;
}
.formula-list ul li {
  margin-bottom: 10px;
}
.formula-list ul li:last-child {
  margin-bottom: 0;
}
.formula-list strong {
  font-weight: 700;
}

/* Green Box - W czym tkwi sekret */
.green-box {
  width: 100%;
  background: #eaffdf;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.green-box__image {
  max-width: 267px;
  width: 100%;
  flex-shrink: 0;
}
.green-box__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.green-box__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.green-box__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: #667302;
  text-shadow: #ffffff 0px 0px 12px;
}
.green-box__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #000000;
}
.green-box__text p {
  margin-bottom: 10px;
}
.green-box__text p:last-child {
  margin-bottom: 0;
}
.green-box__text ul {
  list-style: disc;
  padding-left: 24px;
}
.green-box__text ul li {
  margin-bottom: 10px;
}
.green-box__text ul li:last-child {
  margin-bottom: 0;
}
.green-box__text sup {
  font-size: 10.32px;
}

/* Multi paragraph text */
.multi-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #000000;
}
.multi-paragraph p {
  margin-bottom: 20px;
}
.multi-paragraph p:last-child {
  margin-bottom: 0;
}
.multi-paragraph em {
  font-weight: 500;
  font-style: italic;
}
.multi-paragraph sup {
  font-size: 10.32px;
}

/* Product Section */
.product-section {
  width: 100%;
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
}
@media (max-width: 1132px) {
  .product-section {
    width: 70%;
  }
}
.product-section__image {
  max-width: 587px;
  width: 100%;
  flex-shrink: 0;
}
.product-section__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
.product-section__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  position: relative;
}
.product-section__icon-herbs {
  width: 255px;
  height: 92px;
  position: absolute;
  left: 95px;
  top: -13px;
}
@media (max-width: 1330px) {
  .product-section__icon-herbs {
    left: 92px;
    top: -4px;
    width: 172px;
  }
}
.product-section__icon-herbs img {
  width: 100%;
  height: 100%;
}
.product-section__icon-zinc {
  width: 91px;
  height: 66px;
  position: absolute;
  left: 99px;
  top: 3px;
  transform: rotate(180deg);
}
.product-section__icon-zinc img {
  width: 100%;
  height: 100%;
}
.product-section__arrow {
  width: 100px;
  height: 15.187px;
  flex-shrink: 0;
}
.product-section__arrow img {
  width: 90%;
  height: 100%;
}
.product-section__label {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 23px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.product-section__badge {
  position: absolute;
  left: 396px;
  top: 23px;
  width: 168px;
  height: 168px;
  background: #667302;
  border-radius: 110px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 1132px) {
  .product-section__badge {
    left: 286px;
    top: -12px;
    max-width: 168px;
  }
}
@media (max-width: 954px) {
  .product-section__badge {
    left: 64%;
    width: 100px;
    height: 100px;
  }
}
.product-section__badge p {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 23px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 954px) {
  .product-section__badge p {
    font-size: 14px;
  }
}

/* Promo text */
.promo-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.promo-text p {
  margin-bottom: 20px;
}
.promo-text p:last-child {
  margin-bottom: 0;
}
.promo-text strong {
  font-weight: 700;
}
.promo-text strong.highlight {
  color: #f2b705;
}

/* CTA Section */
.cta-section {
  padding: 20px 0 0;
  text-align: center;
}
.cta-section__link {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: blue;
  text-decoration: underline;
  display: inline-block;
}
.cta-section__link:hover {
  opacity: 0.8;
}

/* ================================================
   RESPONSIVE - BREAKPOINTS
   ================================================ */
/* Tablet - 1024px */
@media (max-width: 1024px) {
  .hero-section {
    padding: 40px 60px;
  }
  .hero-section__container {
    gap: 30px;
  }
  .hero-section__content {
    flex: 1;
    max-width: 500px;
  }
  .hero-section__image {
    flex: 1;
    max-width: 550px;
  }
  .main-content {
    padding-left: 180px;
    padding-right: 180px;
  }
}
@media (max-width: 1200px) {
  .testimonial {
    flex-direction: column;
    padding: 20px 0;
    gap: 24px;
  }
  .testimonial__image {
    max-width: 282px;
    margin: 0 auto;
  }
  .testimonial__content {
    min-height: auto;
    padding: 40px 20px;
    width: 100%;
  }
  .testimonial__text {
    max-width: 100%;
    width: 100%;
  }
  .testimonial__quote-left {
    left: 10px;
    top: 10px;
  }
  .testimonial__quote-right {
    right: 10px;
    bottom: 10px;
  }
}
/* Zakres 1330-1450px - stabilizacja product-section */
@media (max-width: 2000px) and (min-width: 1331px) {
  .product-section__content {
    min-width: 450px;
  }
  .product-section__label {
    flex-shrink: 0;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 930px) {
  .green-box {
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
  }
  .green-box__title {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .green-box__image {
    max-width: 100%;
    order: 2;
  }
  .green-box__content {
    order: 1;
  }
}
/* Tablet - 768px */
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
    min-height: auto;
  }
  .hero-section__container {
    flex-direction: column;
    gap: 24px;
  }
  .hero-section__content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .hero-section__title {
    font-size: clamp(20px, 5vw, 20px);
    line-height: 1.5;
  }
  .hero-section__title-highlight {
    font-size: clamp(36px, 9vw, 42px);
    line-height: 1.2;
    margin-top: 0;
  }
  .hero-section__lead {
    font-size: clamp(16px, 4vw, 18px);
    margin-top: 24px;
  }
  .hero-section__image {
    width: 100%;
    max-width: 100%;
  }
  .hero-section__image img {
    width: 100%;
    height: auto;
  }
  .main-content {
    padding: 40px 8px 40px;
  }
  .text-frame__title {
    font-size: clamp(18px, 5vw, 23px);
  }
  .gradient-box {
    border-radius: 20px;
    padding: 16px;
  }
  .gradient-box__title {
    font-size: clamp(18px, 5vw, 23px);
  }
  .gradient-box__text {
    font-weight: 700;
    max-width: 60%;
  }
  .product-section {
    flex-direction: column;
    padding: 0;
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
  }
  .product-section__image {
    max-width: 100%;
    order: 1;
  }
  .product-section__content {
    order: 2;
    padding: 20px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
  .product-section__item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
  }
  .product-section__arrow {
    display: none;
  }
  .product-section__icon-herbs {
    position: absolute;
    left: -20px;
    top: -10px;
    width: 270px;
    height: 80px;
    order: 1;
  }
  .product-section__icon-zinc {
    position: absolute;
    left: -10px;
    top: 0;
    width: 94px;
    height: 68px;
    order: 1;
    transform: rotate(180deg);
  }
  .product-section__label {
    position: relative;
    order: 2;
  }
  .product-section__badge {
    left: auto;
    right: 5%;
    top: 15px;
    width: 146px;
    height: 146px;
    padding: 10px;
  }
  .product-section__badge p {
    font-size: 21px;
  }
  .promo-text {
    font-size: clamp(16px, 4vw, 18px);
  }
  .cta-section__link {
    font-size: clamp(20px, 5.5vw, 26px);
  }
}
/* Mobile - 480px i mniejsze - bardzo precyzyjne dopasowanie do Figma mobile */
@media (max-width: 480px) {
  .hero-section {
    padding: 40px 8px;
    min-height: auto;
  }
  .hero-section__container {
    gap: 24px;
  }
  .hero-section__content {
    width: 100%;
    max-width: 100%;
  }
  .hero-section__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .hero-section__title-highlight {
    font-size: 42px;
    line-height: 1.2;
  }
  .hero-section__lead {
    font-size: 18px;
    margin-top: 24px;
  }
  .hero-section__image {
    width: 100%;
    max-width: 100%;
  }
  .hero-section__image img {
    width: 100%;
    height: auto;
  }
  .main-content {
    padding: 40px 8px 40px;
  }
  .main-content__container {
    gap: 20px;
  }
  .testimonial {
    gap: 24px;
    padding: 20px 0;
  }
  .testimonial__image {
    max-width: 282px;
    width: 100%;
    margin: 0 auto;
  }
  .testimonial__content {
    padding: 40px 10px;
    width: 100%;
  }
  .testimonial__text {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .testimonial__quote-left {
    left: 5px;
    top: 5px;
    width: 35px;
    height: 25px;
  }
  .testimonial__quote-right {
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 25px;
  }
  .text-frame {
    padding: 10px 0 0;
  }
  .text-frame__title {
    font-size: 23px;
  }
  .body-paragraph {
    font-size: 16px;
  }
  .gradient-box {
    border-radius: 20px;
    padding: 16px;
  }
  .gradient-box__title {
    font-size: 23px;
  }
  .gradient-box__text {
    font-weight: 700;
    font-size: 16px;
    max-width: 80%;
  }
  .formula-list {
    font-size: 16px;
  }
  .green-box {
    border-radius: 20px;
    padding: 16px;
  }
  .green-box__title {
    font-size: 26px;
  }
  .green-box__text {
    font-size: 16px;
  }
  .green-box__image {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .green-box__image img {
    width: 100%;
    height: auto;
  }
  .green-box__content {
    order: 1;
    width: 100%;
  }
  .multi-paragraph {
    font-size: 16px;
  }
  .product-section {
    flex-direction: column;
    padding: 0;
    border-radius: 40px;
    overflow: visible;
  }
  .product-section__image {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .product-section__image img {
    width: 100%;
    height: auto;
  }
  .product-section__content {
    order: 2;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 80px;
    position: relative;
  }
}
@media (max-width: 480px) and (max-width: 366px) {
  .product-section__content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .product-section__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px 0;
    position: relative;
  }
  .product-section__item:first-child .product-section__icon-herbs {
    width: 220px;
  }
  .product-section__item:first-child .product-section__label {
    font-size: 18px;
  }
  .product-section__item:last-child .product-section__icon-zinc {
    width: 75px;
  }
  .product-section__item:last-child .product-section__label {
    font-size: 18px;
  }
  .product-section__icon-herbs {
    position: absolute;
  }
  .product-section__icon-zinc {
    position: absolute;
  }
  .product-section__arrow {
    display: none;
  }
  .product-section__label {
    font-size: 23px;
    text-align: left;
  }
  .product-section__badge {
    position: absolute;
    right: 20px;
    top: 15px;
    left: auto;
    width: 106px;
    height: 106px;
    padding: 10px;
    z-index: 10;
  }
  .product-section__badge p {
    font-size: 16px;
  }
  .promo-text {
    font-size: 18px;
  }
  .cta-section {
    padding: 20px 0 0;
  }
  .cta-section__link {
    font-size: 26px;
  }
}
/* ================================================
   CALL PAGE (SUMMARY.HTML) STYLES
   ================================================ */
/* Call Page Section */
.callpage-section {
  width: 100%;
  min-height: calc(100vh - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 140px;
  background-image: url("../img/5cab774b477aa62052db50413d5f20736e4d9543.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.callpage-section__container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Call Page Box */
.callpage-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Call Page Content */
.callpage-content {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #a6775b;
}
.callpage-content__text {
  flex: 1;
  max-width: 529px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.callpage-content__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.5;
  color: #a0a603;
  margin: 0;
}
.callpage-content__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.5;
  color: #333333;
}
.callpage-content__description p {
  margin-bottom: 20px;
}
.callpage-content__description p:last-child {
  margin-bottom: 0;
}
.callpage-content__description .lead-text {
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
}
.callpage-content__description strong {
  font-weight: 700;
  color: #000000;
  font-size: clamp(16px, 1.5vw, 22px);
}
.callpage-content__image {
  flex: 1;
  max-width: 431px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callpage-content__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Call Page CTA Text */
.callpage-cta-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin: 0;
}
.callpage-cta-text strong {
  font-weight: 700;
  color: #000000;
}

/* Call Page Button */
.callpage-button {
  width: 100%;
  background: #f2b705;
  border: 1px solid #a6775b;
  border-radius: 50px;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callpage-button span,
.callpage-button a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
.callpage-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2);
}
.callpage-button:active {
  transform: translateY(0);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

/* Call Page Info */
.callpage-info {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.1;
  color: #333333;
  text-align: center;
}
.callpage-info p {
  margin-bottom: 20px;
}
.callpage-info p:last-child {
  margin-bottom: 0;
}
.callpage-info strong {
  font-weight: 700;
  color: #000000;
}
.callpage-info__important {
  font-weight: 700;
  color: #000000;
}

/* ================================================
   CALL PAGE - RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .callpage-section {
    padding: 10px 60px;
  }
  .callpage-content {
    gap: 20px;
  }
  .callpage-content__text {
    max-width: 450px;
  }
  .callpage-content__image {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .callpage-section {
    padding: 10px 20px;
    min-height: auto;
  }
  .callpage-box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .callpage-content {
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 30px;
  }
  .callpage-content__text {
    max-width: 100%;
    width: 100%;
  }
  .callpage-content__image {
    max-width: 100%;
    width: 100%;
    order: -1;
  }
  .callpage-button {
    padding: 16px 30px;
  }
  .callpage-button span,
  .callpage-button a {
    font-size: clamp(16px, 4vw, 22px);
  }
}
@media (max-width: 480px) {
  .callpage-section {
    padding: 10px 8px;
  }
  .callpage-box {
    padding: 20px 8px;
    border-radius: 16px;
    gap: 16px;
  }
  .callpage-content {
    gap: 16px;
    padding-bottom: 20px;
  }
  .callpage-content__title {
    font-size: clamp(28px, 7vw, 36px);
  }
  .callpage-cta-text {
    font-size: clamp(14px, 3.5vw, 18px);
  }
  .callpage-button {
    padding: 14px 20px;
    border-radius: 40px;
  }
  .callpage-button span,
  .callpage-button a {
    font-size: clamp(14px, 3.5vw, 20px);
  }
  .callpage-info {
    font-size: clamp(11px, 2.8vw, 13px);
  }
  .callpage-info p {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.css.map */