:root{--ink:#111827;--muted:#5f6876;--coral:#ec4f3c;--coral-dark:#cf3929;--line:#e5e7eb;--pale:#f7f8fa;--green:#18864b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.topbar{background:#111827;color:#fff;text-align:center;font-size:12px;letter-spacing:.02em;padding:10px 15px}.site-header{height:76px;width:min(1200px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{font:800 24px/1 Outfit,sans-serif;text-decoration:none;color:var(--ink);letter-spacing:-.04em}.brand span{color:var(--coral)}.header-link{font-size:14px;font-weight:700;color:var(--ink);text-decoration:none;border-bottom:2px solid var(--coral);padding-bottom:3px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:530px;padding:50px 0 65px;gap:46px}.hero h1,h2{font-family:Outfit,sans-serif;letter-spacing:-.055em;line-height:.98;margin:0}.hero h1{font-size:clamp(42px,5vw,66px)}.hero-copy>p{font-size:17px;line-height:1.55;color:var(--muted);max-width:450px;margin:22px 0}.price-row{display:flex;align-items:end;gap:15px;margin-bottom:18px}.price-row strong{color:var(--coral);font:800 37px/1 Outfit,sans-serif;letter-spacing:-.05em}.price-row span{font-size:13px;color:var(--muted);padding-bottom:4px}.hero-points{list-style:none;padding:0;margin:0 0 27px;display:flex;gap:20px;flex-wrap:wrap;font-size:14px;font-weight:600}.hero-points span{color:var(--green);margin-right:6px}.button{display:inline-flex;gap:22px;justify-content:center;align-items:center;border:none;text-decoration:none;cursor:pointer;font:700 16px "DM Sans",sans-serif;border-radius:8px;padding:17px 22px}.button b{font-size:22px;line-height:0;font-weight:400}.button-main{color:#fff;background:var(--coral);box-shadow:0 10px 20px rgba(236,79,60,.2);transition:.2s}.button-main:hover{background:var(--coral-dark);transform:translateY(-1px)}.hero-media{background:#edf5fb;align-self:stretch;max-height:460px;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;display:block}.reassurance{background:var(--pale);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr)}.reassurance-grid>div{display:flex;gap:14px;align-items:center;padding:25px 23px;border-right:1px solid var(--line)}.reassurance-grid>div:last-child{border:0}.reassurance i{font:normal 25px/1 Outfit;color:var(--coral)}.reassurance span{font-size:13px;color:var(--muted);line-height:1.35}.reassurance b{display:block;color:var(--ink);font-size:14px}.product{padding:105px 0}.section-heading{margin-bottom:44px}.section-heading>p,.overline{font-size:11px;letter-spacing:.14em;font-weight:700;color:var(--coral);margin:0 0 13px}.section-heading h2,.use-section h2,.order-intro h2{font-size:clamp(37px,4vw,55px)}.product-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.product-main{width:100%;display:block;background:#eee}.features{display:grid;gap:0}.features article{display:grid;grid-template-columns:58px 1fr;gap:9px;padding:21px 0;border-bottom:1px solid var(--line)}.feature-number{font:700 13px Outfit;color:var(--coral);padding-top:4px}.features h3{margin:0 0 6px;font:700 19px Outfit;letter-spacing:-.03em}.features p{color:var(--muted);font-size:14px;line-height:1.45;margin:0}.use-section{background:#111827;color:#fff;padding:90px 0}.use-layout{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px}.use-layout h2{font-size:clamp(37px,4vw,54px)}.use-layout .overline{color:#ff7969}.body-copy{font-size:16px;line-height:1.55;color:#c8ced8;max-width:390px;margin:25px 0}.use-layout img{width:100%;display:block}.text-link{font-weight:700;color:#fff;text-decoration:none;border-bottom:1px solid var(--coral);padding-bottom:5px}.text-link span{color:#ff7969;margin-left:8px}.order-section{padding:105px 0;background:#f8f8f8}.order-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.order-intro>p:not(.overline){color:var(--muted);line-height:1.55;max-width:320px}.order-mini{display:flex;gap:14px;align-items:center;margin-top:30px;padding-top:23px;border-top:1px solid var(--line)}.order-mini img{width:65px;height:65px;object-fit:cover;background:#eee}.order-mini b,.order-mini span{font-size:14px;display:block}.order-mini span{color:var(--coral);font-weight:600;margin-top:5px}form{background:#fff;border:1px solid var(--line);padding:34px;border-radius:10px;box-shadow:0 8px 30px rgba(17,24,39,.04)}.form-title{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:24px}.form-title h3{margin:0;font:700 24px Outfit;letter-spacing:-.04em}.form-title p{font-size:11px;color:var(--muted);margin:0}.form-title em,label em{font-style:normal;color:var(--coral)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fields label{display:grid;gap:8px;font-size:13px;font-weight:700}.fields input,.fields select{width:100%;height:51px;border:1px solid #ccd2db;border-radius:6px;padding:0 13px;color:var(--ink);font:400 14px "DM Sans";background:#fff;outline:none}.fields input:focus,.fields select:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(236,79,60,.12)}.quantity-row{display:flex;justify-content:space-between;align-items:center;margin:25px 0;font-size:14px;font-weight:700}.stepper{border:1px solid var(--line);display:flex;align-items:center;border-radius:6px}.stepper button{background:none;border:0;width:38px;height:35px;font-size:22px;cursor:pointer;color:var(--ink)}.stepper output{min-width:26px;text-align:center}.total{background:var(--pale);border-radius:6px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.total div span,.total>span{font-size:12px;color:var(--muted);display:block}.total div b{font:700 25px Outfit;display:block;letter-spacing:-.04em}.form-error{color:#b42318;font-size:13px;min-height:0;margin:0}.form-error:not(:empty){padding:9px 0}.submit{width:100%;margin-top:3px}.form-note{font-size:11px;color:var(--muted);line-height:1.4;text-align:center;margin:16px 0 0}.success{margin-top:65px;margin-bottom:70px;background:#edf9f0;border:1px solid #c5eed1;display:flex;align-items:center;gap:17px;padding:24px 27px;border-radius:8px}.success h2{font:700 23px Outfit;letter-spacing:-.04em}.success p{color:#356244;line-height:1.45;margin:6px 0 0;font-size:14px}.check{background:var(--green);color:#fff;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:700;flex:none}footer{text-align:center;border-top:1px solid var(--line);padding:43px 20px}footer p{font-size:14px;color:var(--muted);margin:12px 0 28px}footer small{font-size:11px;color:#8a93a0}.whatsapp{position:fixed;bottom:20px;right:20px;background:#20b95b;color:#fff;border-radius:50%;width:56px;height:56px;padding:13px;box-shadow:0 8px 23px rgba(19,132,64,.35);z-index:2}.whatsapp svg{display:block;width:100%;height:100%}
@media(max-width:720px){.wrap{width:min(100% - 32px,560px)}.site-header{height:64px;width:min(100% - 32px,560px)}.hero{grid-template-columns:1fr;padding:35px 0 45px;gap:28px}.hero-copy{display:contents}.hero h1{order:0}.hero-copy>p{order:1;margin:17px 0}.price-row{order:3}.hero-points{order:4}.hero .button{order:5;width:100%}.hero-media{order:2;height:355px;max-height:none}.reassurance-grid{grid-template-columns:1fr}.reassurance-grid>div{padding:15px 6px;border:0;border-bottom:1px solid var(--line)}.reassurance-grid>div:last-child{border:0}.product{padding:70px 0}.product-layout,.use-layout,.order-layout{grid-template-columns:1fr;gap:34px}.section-heading{margin-bottom:29px}.product-main{order:2}.features{order:1}.features article{padding:16px 0}.use-section{padding:65px 0}.use-layout img{order:-1}.order-section{padding:70px 0}.order-intro>p:not(.overline){margin-bottom:0}.fields{grid-template-columns:1fr;gap:15px}form{padding:23px 17px}.form-title{display:block}.form-title p{margin-top:5px}.total{align-items:end}.total>span{max-width:105px;text-align:right}.success{margin-top:35px;margin-bottom:43px;padding:19px}.whatsapp{width:54px;height:54px;bottom:16px;right:16px}}
