@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{color:#17211f;--green:#116149;--dark:#0b3e30;--muted:#66736f;--line:#dce6e1;background:#f5f8f6;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}h1,h2,h3{font-family:Manrope,sans-serif}header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:74px;padding:0 max(24px,50% - 580px);display:flex}header>a:last-child{color:var(--green);font-weight:700;text-decoration:none}.brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.brand>span{color:#fff;background:var(--green);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.brand div{flex-direction:column;display:flex}.brand small{color:var(--muted)}.hero{background:radial-gradient(circle at 82% 30%,#cbe5d8 0,#0000 30%),linear-gradient(135deg,#eef7f2,#f8faf9);min-height:550px;padding:100px max(24px,50% - 580px)}.eyebrow{color:var(--green);letter-spacing:.15em;text-transform:uppercase;font-size:12px;font-weight:700}.hero h1{letter-spacing:-.055em;max-width:820px;margin:18px 0 24px;font-size:clamp(45px,7vw,78px);line-height:1.03}.hero h1 em{color:var(--green);font-style:normal}.hero>p:not(.eyebrow){color:#50625c;max-width:590px;font-size:19px;line-height:1.65}.hero-button,.submit,.product-card button{color:#fff;background:var(--green);border:0;border-radius:11px;padding:13px 19px;font-weight:700;text-decoration:none;display:inline-block}.products{width:min(1160px,100% - 40px);margin:auto;padding:85px 0}.section-title{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.section-title h2{margin:8px 0 0;font-size:38px}.section-title>p{max-width:350px;color:var(--muted)}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;justify-content:space-between;min-height:220px;padding:25px;display:flex;box-shadow:0 12px 30px #1e41360f}.product-card h3{font-size:22px}.category{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:700}.price-row{justify-content:space-between;align-items:end;gap:12px;display:flex}.price-row div{flex-direction:column;display:flex}.price-row del{color:var(--muted);font-size:13px}.price-row strong{font-size:20px}.state{min-height:260px;color:var(--muted);align-content:center;place-items:center;display:grid}.spinner{border:3px solid #d6e7df;border-top-color:var(--green);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}.alert{color:#7d302e;background:#fbedeb;border-radius:10px;justify-content:space-between;padding:15px;display:flex}.alert button{color:inherit;background:0 0;border:0;font-weight:700}footer{color:#dce9e4;background:var(--dark);justify-content:space-between;padding:30px max(24px,50% - 580px);display:flex}.modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a1d179e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.order-modal,.success-card{background:#fff;border-radius:22px;width:min(620px,100%);max-height:calc(100vh - 40px);padding:34px;position:relative;overflow:auto}.close{background:#edf2ef;border:0;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:22px;right:25px}.order-modal h2{margin-bottom:4px}.order-price{color:var(--muted)}form label{gap:7px;margin-top:16px;font-size:13px;font-weight:700;display:grid}input,textarea{border:1px solid #cbd8d2;border-radius:9px;outline:none;width:100%;padding:12px}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #dcefe7}.two-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.error{color:#a33a37}.order-total{background:#edf6f1;border-radius:10px;justify-content:space-between;margin:22px 0;padding:16px;display:flex}.submit{width:100%}.submit:disabled{opacity:.6}.success-card{text-align:center}.success-icon{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:28px;display:grid}.order-number{border:1px dashed var(--green);border-radius:10px;margin:20px;padding:14px;font-family:monospace;font-size:21px;display:block}.success-summary{background:#f2f6f4;border-radius:10px;justify-content:space-between;padding:16px;display:flex}.payment-note{color:var(--muted);line-height:1.6}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=800px){.product-grid{grid-template-columns:1fr}.section-title{flex-direction:column;align-items:start}.hero{padding-top:70px}.two-fields{grid-template-columns:1fr}footer{flex-direction:column;gap:8px}}
