@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
:root{--green:#168c7a;--green-dark:#0d685c;--green-soft:#ddf4ee;--blue:#2563a6;--yellow:#f4b942;--ink:#24343b;--muted:#64757b;--paper:#f8faf9;--white:#fff;--danger:#b93838;--line:#dbe5e2;--shadow:0 18px 55px rgba(36,52,59,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Nunito Sans",system-ui,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{height:78px;padding:0 clamp(20px,5vw,78px);display:flex;align-items:center;justify-content:space-between;background:rgba(248,250,249,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(219,229,226,.8)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand>span{display:flex;flex-direction:column;line-height:1.05}.brand strong{font-size:21px}.brand strong span{color:var(--green)}.brand small{font-size:10px;color:var(--muted);margin-top:4px}.cart-button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:10px 14px 10px 18px;font-weight:800}.cart-button b{display:inline-grid;place-items:center;background:var(--yellow);color:var(--ink);width:25px;height:25px;border-radius:50%;margin-left:7px}
main{overflow:hidden}.hero{padding:clamp(46px,8vw,105px) clamp(20px,7vw,110px);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:clamp(35px,7vw,100px);align-items:center;position:relative}.hero:before{content:"";position:absolute;width:520px;height:520px;background:radial-gradient(circle,var(--green-soft),transparent 68%);left:-190px;top:-130px;z-index:-1}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-weight:800;font-size:12px}.hero h1{font-size:clamp(43px,6vw,82px);line-height:.98;letter-spacing:-.045em;margin:18px 0 22px;max-width:820px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:clamp(17px,2vw,21px);color:var(--muted);max-width:680px}.search{display:flex;background:#fff;border:1px solid var(--line);padding:7px;border-radius:18px;box-shadow:0 14px 40px rgba(36,52,59,.08);max-width:650px;margin-top:30px}.search input{border:0;outline:0;flex:1;min-width:0;padding:12px 14px;background:transparent}.search button,.button{border:0;border-radius:12px;padding:13px 19px;background:var(--green);color:#fff;font-weight:800}.search button:hover,.button:hover{background:var(--green-dark)}.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-top:19px}.trust-row span:before{color:var(--green)}
.active-order{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow);position:relative}.active-order:after{content:"";position:absolute;width:58px;height:7px;background:var(--yellow);border-radius:9px;top:0;right:38px}.active-order h2{font-size:27px;margin:8px 0 20px}.active-order form{display:grid;gap:13px}label{font-weight:700;font-size:13px;display:grid;gap:6px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,140,122,.12)}textarea{min-height:78px;resize:vertical}.button.secondary{background:var(--blue)}.button.ghost{background:transparent;color:var(--green);border:1px solid var(--green)}
.track-result{margin-top:18px;padding:16px;border-radius:14px;background:var(--green-soft)}.track-result strong{display:block;font-size:20px}.timeline{list-style:none;padding:0;margin:12px 0 0;border-left:2px solid var(--green);padding-left:15px}.timeline li{margin:0 0 9px}.timeline small{display:block;color:var(--muted)}
.catalog-section{padding:75px clamp(20px,7vw,110px);background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-heading h2,.how-it-works h2{font-size:clamp(30px,4vw,45px);margin:7px 0 0;letter-spacing:-.025em}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;flex-direction:column;min-height:275px;transition:.2s;background:var(--paper)}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(36,52,59,.09)}.product-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--green-soft);font-size:22px;margin-bottom:15px}.product-card .category{color:var(--blue);font-size:12px;font-weight:800}.product-card h3{font-size:20px;margin:5px 0}.product-card .presentation{color:var(--muted);font-size:14px}.product-card .rx{font-size:12px;color:#8d5d00;background:#fff2cf;border-radius:7px;padding:4px 7px;align-self:flex-start;margin-top:8px}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:20px}.price{font-size:21px;font-weight:800}.stock{font-size:11px;color:var(--green)}.add-button{border:0;border-radius:11px;width:42px;height:42px;background:var(--green);color:#fff;font-size:25px;line-height:1}.add-button:disabled{background:#b5c3c0}.empty-state{grid-column:1/-1;text-align:center;padding:50px;color:var(--muted)}
.how-it-works{padding:80px clamp(20px,7vw,110px);text-align:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}.steps article{background:#fff;border-radius:22px;padding:30px;border:1px solid var(--line)}.steps b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);margin:auto}.steps h3{font-size:21px;margin:13px 0 5px}.steps p{margin:0;color:var(--muted)}footer{padding:40px clamp(20px,7vw,110px);background:var(--ink);color:#fff;display:flex;align-items:center;gap:30px;justify-content:space-between}footer p{color:#bed0d4}footer a{color:#fff}.footer-brand strong span{color:#72d2c0}.footer-brand small{color:#bed0d4}
dialog{border:0;border-radius:24px;padding:0;box-shadow:var(--shadow);color:var(--ink);width:min(620px,calc(100% - 26px));max-height:90vh}dialog::backdrop{background:rgba(18,35,40,.6);backdrop-filter:blur(4px)}.cart-dialog,.checkout-dialog{padding:27px}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.dialog-head h2{font-size:30px;margin:4px 0}.icon-button{border:0;background:var(--paper);border-radius:50%;width:38px;height:38px;font-size:25px}.cart-line{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:13px 0}.cart-line small{display:block;color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{border:0;border-radius:8px;width:29px;height:29px}.remove{border:0;background:none;color:var(--danger)}.cart-total,.checkout-summary{display:flex;justify-content:space-between;font-size:18px;padding:19px 0}.fine-print{font-size:12px;color:var(--muted)}.cart-dialog>.button,.checkout-dialog .form-message+.button,.checkout-dialog form>.button{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.wide{grid-column:1/-1}.location-row{display:flex;align-items:center;gap:12px}.check{display:flex;grid-template-columns:auto 1fr;align-items:start;gap:9px;margin-top:16px;font-weight:600}.check input{width:auto;margin-top:4px}.form-message{padding:14px;border-radius:12px;margin-bottom:13px;background:#fde4e4;color:#842929}.form-message.success{background:var(--green-soft);color:var(--green-dark)}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,120px);opacity:0;background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px;z-index:90;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:900px){.hero{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.active-order{max-width:600px}.hero h1{max-width:700px}}
@media(max-width:600px){.topbar{height:68px;padding:0 15px}.brand small{display:none}.hero{padding:45px 18px 60px}.hero h1{font-size:43px}.search{border-radius:14px}.search button{padding:10px}.catalog-section,.how-it-works{padding:55px 18px}.section-heading{display:block}.product-grid,.steps{grid-template-columns:1fr}.product-card{min-height:240px}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.location-row{display:grid}footer{display:grid}.cart-dialog,.checkout-dialog{padding:21px}.trust-row{display:grid;gap:6px}}

