:root{--green:#064f3b;--green2:#0b6a4e;--gold:#c6921b;--gold2:#e2b84d;--ink:#12221d;--muted:#65736d;--light:#f5f8f6;--white:#fff;--line:#dfe8e3;--shadow:0 18px 50px rgba(6,79,59,.10);--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,92%);margin:auto}.topbar{background:var(--green);color:#fff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;padding:8px 0}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:185px;height:auto}.menu{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}.menu a:hover,.menu a.active{color:var(--gold)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.2s;white-space:nowrap}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green2);transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:#a9780e;transform:translateY(-2px)}.btn-outline{border:1px solid var(--green);color:var(--green);background:#fff}.btn-outline:hover{background:var(--light)}.hamb{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px;font-size:20px}.hero{background:radial-gradient(circle at 85% 20%,rgba(198,146,27,.18),transparent 28%),linear-gradient(135deg,#f7fbf8 0%,#fff 55%,#f5f1e5 100%);padding:80px 0 70px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:14px 0 20px;color:var(--green);letter-spacing:-.04em}.hero h1 span{color:var(--gold)}.hero p{font-size:19px;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{min-height:470px;border-radius:34px;background:linear-gradient(150deg,var(--green),#032f24);box-shadow:var(--shadow);position:relative;overflow:hidden;padding:34px;color:#fff}.hero-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-90px;top:-80px;background:rgba(198,146,27,.2)}.hero-logo{background:#fff;border-radius:22px;padding:18px;width:250px;margin:0 auto 30px}.hero-card h3{font-size:28px;margin:0 0 8px}.hero-card p{color:#dceae4;font-size:15px}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.stat{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);padding:16px;border-radius:16px}.stat strong{display:block;font-size:24px;color:var(--gold2)}.section{padding:80px 0}.section.alt{background:var(--light)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-head h2{margin:0;color:var(--green);font-size:clamp(30px,4vw,46px);line-height:1.1}.section-head p{max-width:620px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 8px 30px rgba(20,50,40,.04);transition:.2s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.icon{width:50px;height:50px;border-radius:15px;background:#edf6f1;color:var(--green);display:grid;place-items:center;font-size:23px;margin-bottom:18px}.card h3{margin:0 0 8px;color:var(--green);font-size:20px}.card p{color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.2s}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-cover{height:240px;background:linear-gradient(145deg,#e9f2ee,#f8edd0);display:grid;place-items:center;padding:24px}.product-cover .placeholder{width:80%;height:80%;border:2px dashed rgba(6,79,59,.3);border-radius:15px;display:grid;place-items:center;text-align:center;color:var(--green);font-weight:800}.product-body{padding:20px}.product-body h3{margin:0 0 7px;color:var(--green);font-size:18px}.price{font-size:20px;font-weight:900;color:var(--gold);margin:10px 0}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#f7ecd0;color:#7c5b0f;font-size:11px;font-weight:900;text-transform:uppercase}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.image-slot{min-height:380px;border-radius:30px;background:linear-gradient(135deg,#edf5f1,#f7ecd2);border:2px dashed #c7d8d0;display:grid;place-items:center;padding:30px;text-align:center;color:var(--green);font-weight:800}.quote{border-left:5px solid var(--gold);padding:18px 25px;background:#fff8e8;border-radius:0 16px 16px 0;color:#5c4b22}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.step{position:relative;padding:25px;border-radius:20px;background:#fff;border:1px solid var(--line)}.step .num{font-size:34px;font-weight:900;color:var(--gold)}.cta{background:linear-gradient(135deg,var(--green),#032d22);color:#fff;border-radius:30px;padding:50px}.cta h2{font-size:42px;line-height:1.1;margin:0 0 10px}.cta p{color:#d7e6df}.footer{background:#062f25;color:#d8e7e1;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px}.footer h4{color:#fff;margin:0 0 15px}.footer a{display:block;margin:8px 0;color:#c4d6cf}.footer a:hover{color:var(--gold2)}.footer-brand img{width:220px;background:#fff;border-radius:14px;padding:8px;margin-bottom:18px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}.page-hero{padding:70px 0;background:linear-gradient(135deg,#f6faf8,#fff9eb)}.page-hero h1{color:var(--green);font-size:clamp(40px,6vw,65px);line-height:1.05;margin:10px 0}.page-hero p{max-width:760px;color:var(--muted);font-size:18px}.breadcrumbs{font-size:13px;color:var(--muted)}.faq{border:1px solid var(--line);border-radius:15px;margin-bottom:12px;overflow:hidden}.faq button{width:100%;background:#fff;border:0;padding:20px;text-align:left;font-weight:800;color:var(--green);font-size:16px;cursor:pointer;display:flex;justify-content:space-between}.faq div{display:none;padding:0 20px 20px;color:var(--muted)}.faq.open div{display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;color:var(--green);font-size:14px}.field input,.field textarea,.field select{padding:14px 15px;border:1px solid var(--line);border-radius:12px;font:inherit;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,146,27,.12)}.contact-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.legal h2{color:var(--green);margin-top:40px}.legal h3{color:var(--green)}.legal li{margin:7px 0;color:var(--muted)}.searchbar{display:flex;gap:10px;margin-bottom:25px}.searchbar input{flex:1;padding:15px;border:1px solid var(--line);border-radius:999px}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.upload-zone{border:2px dashed #b8cfc4;border-radius:20px;padding:35px;text-align:center;background:#f8fbf9}.admin-products{margin-top:30px}.admin-product-row{display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.admin-product-row img{width:70px;height:70px;object-fit:cover;border-radius:12px}.notice{padding:14px 18px;background:#fff6dc;border-left:4px solid var(--gold);border-radius:8px;color:#6b5318}.mobile-cart{position:fixed;right:18px;bottom:18px;background:var(--gold);color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:var(--shadow);z-index:40}.toast{position:fixed;right:20px;top:100px;background:var(--green);color:#fff;padding:14px 18px;border-radius:12px;opacity:0;pointer-events:none;transform:translateY(-10px);transition:.25s;z-index:100}.toast.show{opacity:1;transform:none}
@media(max-width:980px){.menu{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.hamb{display:block}.nav-actions .btn-outline{display:none}.hero-grid,.split{grid-template-columns:1fr}.cards,.cards.four{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.topbar{display:none}.nav{min-height:70px}.brand img{width:145px}.hero{padding:50px 0}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-card{min-height:auto}.section{padding:58px 0}.cards,.cards.four,.product-grid,.steps,.form-grid,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.section-head h2{margin-bottom:12px}.cta{padding:32px}.cta h2{font-size:32px}.copyright{display:block}.copyright span{display:block;margin-top:8px}.image-slot{min-height:260px}}
