@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&display=swap");:root{--color-primary:#00b4a8;--color-primary-dark:#008577;--color-accent:#00d4b8;--color-bg:#f7fffe;--color-text:#1a3635;--color-muted:#5a7270;--color-card:#fff;--shadow-soft:0 20px 40px rgba(0,180,168,.08);--shadow-strong:0 30px 60px rgba(0,180,168,.18);--radius-lg:32px;--radius-md:18px;--radius-sm:12px;font-size:16px}*,:after,:before{box-sizing:border-box}body{font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--color-bg);color:var(--color-text);margin:0;line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1200px,92%);margin-inline:auto}section{padding:clamp(3rem,6vw,6rem) 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.75rem}.section-header p{color:var(--color-muted);max-width:640px;margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:999px;padding:clamp(.9rem,2.4vw,1.1rem) clamp(2.1rem,6vw,3rem);font-weight:700;font-size:clamp(1rem,.9rem + .3vw,1.15rem);letter-spacing:.01em;font-family:inherit;border:none;cursor:pointer;text-align:center;line-height:1.2;position:relative;isolation:isolate;overflow:hidden;transition:transform .2s ease,box-shadow .25s ease,background-color .2s ease,color .2s ease}.btn:focus-visible{outline:3px solid rgba(0,180,168,.4);outline-offset:3px}.btn--primary{background:linear-gradient(120deg,var(--color-primary),var(--color-accent));color:#fff;box-shadow:0 18px 35px rgba(0,180,168,.35)}.btn--primary:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,hsla(0,0%,100%,.35),transparent 55%);opacity:0;transition:opacity .2s ease;z-index:-1}.btn--primary:hover{transform:translateY(-3px);box-shadow:0 24px 45px rgba(0,212,184,.35)}.btn--primary:hover:after{opacity:1}.btn--outline{border:2px solid var(--color-primary);color:var(--color-primary-dark);background-color:hsla(0,0%,100%,.6);box-shadow:0 15px 30px rgba(0,180,168,.1)}.btn--outline:hover{background:rgba(0,180,168,.12);transform:translateY(-3px);box-shadow:0 22px 40px rgba(0,180,168,.18)}.top-bar{background:linear-gradient(120deg,rgba(0,180,168,.1),rgba(0,212,184,.12));padding:.75rem 0;font-size:.95rem}.top-bar .container{justify-content:space-between;flex-wrap:wrap}.top-bar .container,.top-bar__info{display:flex;align-items:center;gap:1rem}.top-bar__logo{width:54px;height:auto}.top-bar__cta{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border-radius:999px;padding:.65rem 1.8rem;font-weight:700;color:var(--color-primary-dark);border:1px solid rgba(0,180,168,.25);transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.top-bar__cta:hover{background-color:rgba(0,180,168,.16);box-shadow:0 12px 24px rgba(0,180,168,.22);transform:translateY(-2px)}.hero{padding-top:clamp(4rem,8vw,8rem);position:relative}.hero:before{content:"";position:absolute;inset-inline:0;top:0;height:70%;background:linear-gradient(140deg,rgba(0,180,168,.12),rgba(0,212,184,.15),hsla(0,0%,100%,0));z-index:-1}.hero__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;grid-gap:clamp(2.5rem,5vw,4rem);gap:clamp(2.5rem,5vw,4rem)}.hero__badge{display:inline-block;background-color:rgba(0,180,168,.15);color:var(--color-primary-dark);font-weight:700;padding:.5rem 1.2rem;border-radius:999px;margin-bottom:1rem}.hero__text h1{font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.25;margin-bottom:1rem}.hero__text p{color:var(--color-muted);margin-bottom:1.5rem}.hero__bullets{list-style:none;padding:0;margin:0 0 1.8rem;display:grid;grid-gap:.75rem;gap:.75rem}.hero__bullets li{position:relative;-webkit-padding-start:1.8rem;padding-inline-start:1.8rem;font-weight:600}.hero__bullets li:before{content:"✔";position:absolute;inset-inline-start:0;top:0;color:var(--color-primary);font-size:1.1rem}.hero__cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;margin-bottom:1.5rem}.hero__cta-group .btn{min-width:220px}.hero__guarantee{color:var(--color-muted);font-size:.95rem}.hero__trusted{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:var(--radius-md);background-color:rgba(0,212,184,.08);width:-moz-fit-content;width:fit-content;box-shadow:0 12px 30px rgba(0,212,184,.12)}.hero__brand{width:120px;height:auto}.hero__visual{position:relative;display:grid;justify-items:center;grid-gap:1.8rem;gap:1.8rem}.hero__card{background:var(--color-card);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}.hero__card:after{content:"";position:absolute;inset-inline:18%;bottom:-18%;height:40%;background:rgba(0,180,168,.2);filter:blur(50px)}.hero__product{position:relative;z-index:2;width:clamp(180px,28vw,290px);height:auto;margin-inline:auto}.hero__free-shipping{position:absolute;inset-inline-end:1.5rem;bottom:1.5rem;background:linear-gradient(120deg,var(--color-primary),var(--color-accent));color:#fff;padding:.55rem 1.5rem;border-radius:999px;font-weight:700;box-shadow:0 15px 30px rgba(0,180,168,.25);z-index:10}.hero__product-secondary{width:clamp(160px,24vw,220px);border-radius:var(--radius-md);box-shadow:var(--shadow-strong);height:auto}.social-proof{background-color:#fff;padding:1.8rem 0;-webkit-border-before:1px solid rgba(0,0,0,.04);border-block-start:1px solid rgba(0,0,0,.04);-webkit-border-after:1px solid rgba(0,0,0,.04);border-block-end:1px solid rgba(0,0,0,.04)}.social-proof .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1.8rem;gap:1.8rem;text-align:center}.proof__item strong{display:block;font-size:1.7rem;color:var(--color-primary-dark)}.proof__item span{color:var(--color-muted);font-weight:600}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.8rem;gap:1.8rem}.benefit-card{background:var(--color-card);border-radius:var(--radius-md);padding:2rem;box-shadow:var(--shadow-soft);border:1px solid rgba(0,212,184,.08);transition:transform .2s ease,box-shadow .2s ease}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-strong)}.benefit-card h3{margin-bottom:.75rem}.benefit-card p{color:var(--color-muted)}.results{background:linear-gradient(160deg,rgba(0,212,184,.12),rgba(0,180,168,.1))}.results__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;align-items:center}.results__image img{max-width:min(100%,520px);height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.results__text h2{font-size:clamp(2rem,3vw,2.6rem);margin-bottom:1rem}.results__text ul{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-gap:.75rem;gap:.75rem;color:var(--color-muted)}.results__text ul li:before{content:"•";color:var(--color-primary);font-size:1.4rem;margin-inline:.45rem}.offers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.offers__grid .btn{width:100%;justify-content:center}.offer-card{position:relative;background:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-soft);border:1px solid rgba(0,180,168,.15);display:flex;flex-direction:column;gap:1.2rem}.offer-card--highlight{border:2px solid var(--color-primary);box-shadow:var(--shadow-strong);transform:translateY(-10px)}.offer-card__badge{position:static;align-self:flex-start;display:inline-block;background-color:rgba(0,180,168,.15);color:var(--color-primary-dark);padding:.35rem 1.2rem;border-radius:999px;font-weight:700;line-height:1.4;text-align:center}.offer-card h3{font-size:1.5rem;margin:0}.offer-card__price{font-size:2.8rem;margin:0}.offer-card__price span{font-size:1.2rem;color:var(--color-muted);font-weight:600}.offer-card__saving{color:var(--color-primary-dark);font-weight:700}.offer-card ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:.6rem;gap:.6rem;color:var(--color-muted)}.offer-card__buttons{display:grid;grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.offer-card__divider{display:flex;align-items:center;justify-content:center;position:relative}.offer-card__divider span{background-color:var(--color-card);color:var(--color-muted);padding:0 1rem;font-weight:600;font-size:.9rem}.offer-card__divider:after,.offer-card__divider:before{content:"";flex:1 1;height:1px;background-color:rgba(118,111,138,.2)}.offers__note{margin-top:2.5rem;text-align:center;color:var(--color-muted);font-weight:600}.payments{background-color:#fff;padding:2rem 0}.payments__logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:center;justify-items:center;filter:grayscale(.1)}.payments__logos img{max-height:48px;object-fit:contain}.how-to-use__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:3rem;gap:3rem;align-items:center}.how-to-use__image img{max-width:min(100%,520px);height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.how-to-use__text h2{margin-bottom:1.2rem}.how-to-use__text ol{margin:1rem 0 2rem;-webkit-padding-start:1.4rem;padding-inline-start:1.4rem;color:var(--color-muted);font-weight:600}.testimonials{background:linear-gradient(120deg,rgba(0,180,168,.08),hsla(0,0%,100%,.9))}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background-color:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft);display:grid}.testimonial-card img{height:clamp(260px,45vw,320px);width:100%;object-fit:cover}.testimonial-card__content{padding:1.8rem;display:grid;grid-gap:.9rem;gap:.9rem}.testimonial-card__content span{color:var(--color-muted);font-weight:600}.guarantee{background-color:#fff}.guarantee__content{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.guarantee__content .offer-card__buttons{width:100%;max-width:320px}.faq__items{display:grid;grid-gap:1rem;gap:1rem;max-width:780px;margin-inline:auto}.faq details{background-color:#fff;border-radius:var(--radius-sm);padding:1.2rem 1.5rem;box-shadow:0 18px 30px rgba(0,180,168,.06)}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--color-muted);margin-top:.8rem}.footer{background-color:#0e081d;color:#fff;padding:3rem 0 2rem}.footer__content{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__cta{display:grid;grid-gap:1rem;gap:1rem;justify-items:start}.footer__text{max-width:420px}.footer__cta .btn{width:min(320px,100%);justify-content:center}.footer__contact{color:hsla(0,0%,100%,.8)}.footer__contact a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.footer__links{display:grid;grid-gap:.75rem;gap:.75rem}.footer__link{position:relative;display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;text-decoration:none;padding:.35rem 0;transform:translateY(0);transition:color .2s ease,transform .2s ease}.footer__link:after{content:"";position:absolute;inset-inline-start:0;inset-inline-end:0;bottom:0;height:2px;background:linear-gradient(to left,var(--color-primary),var(--color-accent));opacity:0;transform:scaleX(.4);transform-origin:center;transition:opacity .2s ease,transform .2s ease}.footer__link--underlined:after{opacity:1;transform:scaleX(1)}.footer__link:focus-visible,.footer__link:hover{color:var(--color-primary);transform:translateY(-1px)}.footer__link:focus-visible:after,.footer__link:hover:after{opacity:1;transform:scaleX(1)}.footer__phone{direction:ltr;unicode-bidi:bidi-override;display:inline-block}.footer__bottom{margin-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.95rem}.checkout-button{display:grid;grid-gap:.5rem;gap:.5rem}.checkout-button__label{font-size:.85rem;color:var(--color-muted);font-weight:600;text-align:center;margin:0}.checkout-button button{width:100%}.btn-payment-icons{display:inline-flex;align-items:center;gap:.35rem;-webkit-margin-start:.5rem;margin-inline-start:.5rem;opacity:.85}.btn-payment-icons img{height:12px;width:auto;object-fit:contain}.checkout-button__error{font-size:.9rem;color:var(--color-primary-dark)}.notice{background-color:rgba(0,180,168,.08);padding:1rem 0;color:var(--color-primary-dark);font-weight:600;text-align:center}.notice a{color:var(--color-accent);text-decoration:underline}.thank-you{min-height:80vh;display:grid;align-items:center;background:linear-gradient(140deg,rgba(0,212,184,.12),rgba(0,180,168,.12));text-align:center}.thank-you h1{font-size:clamp(2.4rem,5vw,3rem);margin-bottom:1.5rem}.thank-you a{color:var(--color-accent)}@media (max-width:768px){.hero__trusted{width:100%;justify-content:center}.offers__grid{gap:1.4rem}.offer-card--highlight{transform:none}.hero__card{padding:1.5rem}.top-bar .container{justify-content:center;text-align:center}.hero__cta-group{flex-direction:column;align-items:stretch}.footer__cta .btn,.hero__cta-group .btn,.offers__grid .btn,.top-bar__cta{width:100%}.guarantee__content{text-align:center}.footer__content,.guarantee__content{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}