:root{--green-dark:#063d2b;--green-main:#0f6b43;--green-soft:#e7f3ec;--green-light:#f3faf6;--gold:#c89b3c;--gold-dark:#a97b22;--cream:#fffaf0;--white:#fff;--text-dark:#1d2b24;--text-muted:#66736c;--border:rgba(6,61,43,.12);--shadow:0 20px 45px rgba(6,61,43,.12);--radius:22px;--transition:.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text-dark);background:var(--cream);line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.section{padding:80px 0}.section-light{background:var(--white)}.section-soft{background:var(--green-light)}.kicker,.section-title span{color:var(--gold);font-weight:800;font-size:13px;letter-spacing:2px;text-transform:uppercase}.section-title{text-align:center;margin-bottom:45px}.section-title h2{color:var(--green-dark);font-size:clamp(30px,4vw,46px);line-height:1.15;margin:8px 0 14px}.section-title p{color:var(--text-muted);max-width:780px;margin:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:999px;border:none;font-size:14px;font-weight:800;cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.4px}.btn-primary{background:var(--green-main);color:var(--white)}.btn-gold{background:var(--gold);color:var(--green-dark)}.btn-outline{border:1px solid var(--border);color:var(--green-dark);background:transparent}.btn-light{border:1px solid rgba(255,255,255,.36);color:var(--white);background:transparent}.btn:hover{transform:translateY(-3px);filter:brightness(.95)}.site-header{position:sticky;top:0;z-index:999;background:rgba(6,61,43,.98);box-shadow:0 8px 30px rgba(0,0,0,.12)}.nav-wrapper{min-height:78px;display:flex;justify-content:space-between;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;color:var(--white)}.logo-icon{width:46px;height:46px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:22px}.logo strong{display:block;font-size:23px;line-height:1}.logo small{display:block;color:#d8efe3;font-size:11px;text-transform:uppercase;letter-spacing:1.4px}.main-nav{display:flex;align-items:center;gap:22px}.main-nav a{color:#edf8f2;font-size:14px;font-weight:800;position:relative;transition:var(--transition)}.main-nav a::after{content:"";height:2px;width:0;position:absolute;left:0;bottom:-8px;background:var(--gold);transition:var(--transition)}.main-nav a:hover,.main-nav a.active{color:var(--gold)}.main-nav a:hover::after,.main-nav a.active::after{width:100%}.menu-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.25);color:var(--white);background:transparent;font-size:24px;cursor:pointer}.hero{min-height:700px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(255,250,240,.98) 0%,rgba(255,250,240,.86) 48%,rgba(6,61,43,.18) 100%),url("https://images.unsplash.com/photo-1524593166156-312f362cada0?auto=format&fit=crop&w=1600&q=80");background-size:cover;background-position:center}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:70px 0}.hero h1{color:var(--green-dark);font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-1.4px;margin:16px 0 24px}.hero h1 span{color:var(--gold-dark)}.hero p{color:#2e4038;font-size:19px;max-width:650px;margin-bottom:30px}.actions{display:flex;flex-wrap:wrap;gap:14px}.slider-card{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow);border-radius:30px;padding:22px;overflow:hidden}.slider-image{min-height:410px;background-size:cover;background-position:center;border-radius:24px;position:relative}.slider-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(6,61,43,.94);color:var(--white);padding:20px;border-radius:18px}.slider-caption small{color:var(--gold);font-weight:800;text-transform:uppercase}.slider-caption h3{font-size:24px;margin:6px 0}.slider-caption p{color:#e8f7ef;margin:0;font-size:14px}.slider-controls{display:flex;gap:10px;margin-top:14px;justify-content:center}.slider-controls button{width:12px;height:12px;border:none;border-radius:50%;background:rgba(6,61,43,.25);cursor:pointer}.slider-controls button.active{background:var(--gold)}.page-hero{min-height:430px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(6,61,43,.95),rgba(15,107,67,.72)),var(--hero-img);background-size:cover;background-position:center;color:var(--white)}.page-hero-content{max-width:880px;padding:70px 0}.page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:14px 0 22px}.page-hero p{color:#e8f7ef;font-size:19px;max-width:780px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:var(--transition)}.card:hover{transform:translateY(-7px)}.card-icon{width:66px;height:66px;border-radius:20px;background:var(--green-soft);display:grid;place-items:center;font-size:32px;margin-bottom:18px}.card small{color:var(--gold-dark);font-weight:800;text-transform:uppercase;letter-spacing:1px}.card h2,.card h3{color:var(--green-dark);line-height:1.2;margin-bottom:12px}.card h2{font-size:38px}.card h3{font-size:23px}.card p{color:var(--text-muted);margin-bottom:14px}.dark-card{background:var(--green-dark);color:var(--white);border-radius:30px;padding:42px;box-shadow:var(--shadow)}.dark-card h2,.dark-card h3{color:var(--gold)}.dark-card p,.dark-card li{color:#e8f7ef}.clean-list{display:grid;gap:11px;margin-top:16px}.clean-list li{list-style:none;display:flex;align-items:flex-start;gap:10px}.clean-list li::before{content:"✓";color:var(--gold);font-weight:900}.card .clean-list li{color:var(--text-dark)}.image-panel{min-height:460px;border-radius:30px;background-size:cover;background-position:center;box-shadow:var(--shadow)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-card{text-align:center;background:var(--white);border-radius:var(--radius);padding:28px 20px;box-shadow:var(--shadow)}.process-number{width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--green-dark);display:grid;place-items:center;font-weight:900;margin:0 auto 14px}.process-card h3{color:var(--green-dark);font-size:18px;margin-bottom:8px}.process-card p{color:var(--text-muted);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-7px)}.product-img{min-height:250px;background-size:cover;background-position:center}.product-copy{padding:24px;display:flex;flex-direction:column;flex:1}.product-copy small{color:var(--gold-dark);font-weight:800;text-transform:uppercase;letter-spacing:1px}.product-copy h3{color:var(--green-dark);font-size:23px;margin:8px 0 12px}.product-copy p{color:var(--text-muted);margin-bottom:20px}.product-copy .btn{margin-top:auto;width:fit-content}.detail-hero{min-height:620px;display:flex;align-items:center;color:var(--white);background:linear-gradient(90deg,rgba(6,61,43,.96) 0%,rgba(6,61,43,.82) 46%,rgba(6,61,43,.25) 100%),var(--detail-image);background-size:cover;background-position:center}.detail-hero h1{font-size:clamp(44px,7vw,82px);line-height:.95;margin:14px 0 18px}.detail-hero p{max-width:680px;font-size:21px;color:#e8f7ef}.detail-category{display:inline-flex;background:var(--gold);color:var(--green-dark);padding:9px 14px;border-radius:999px;font-weight:900;font-size:12px;text-transform:uppercase}.copy-block{background:var(--white);border-radius:30px;padding:42px;box-shadow:var(--shadow)}.copy-block h2{color:var(--green-dark);font-size:36px;line-height:1.15;margin-bottom:18px}.copy-block h3{color:var(--green-dark);font-size:24px;margin:22px 0 10px}.copy-block p{color:var(--text-muted);margin-bottom:15px}.bullet-panel{background:var(--white);border-radius:30px;padding:36px;box-shadow:var(--shadow)}.bullet-panel h3{color:var(--green-dark);font-size:26px;margin-bottom:18px}.ingredient-list,.function-list{display:grid;gap:14px}.ingredient-list li,.function-list li{list-style:none;padding:16px;border-radius:16px;background:var(--green-light);border:1px solid var(--border)}.ingredient-list strong{color:var(--green-dark);display:block;margin-bottom:4px}.ingredient-list span,.function-list li{color:var(--text-muted)}.form-card{background:var(--white);border-radius:30px;padding:40px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-group{display:grid;gap:8px}.form-group.full{grid-column:1/-1}label{color:var(--green-dark);font-weight:800;font-size:14px}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:14px 15px;font:inherit;background:var(--green-light);outline:none}textarea{min-height:140px;resize:vertical}.cta{background:linear-gradient(135deg,rgba(6,61,43,.97),rgba(15,107,67,.95)),url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1400&q=80");background-size:cover;background-position:center;color:var(--white);text-align:center;border-radius:34px;padding:70px 30px;box-shadow:var(--shadow)}.cta h2{font-size:clamp(32px,4vw,48px);margin-bottom:16px}.cta p{max-width:780px;margin:0 auto 28px;color:#e8f7ef}.cta .actions{justify-content:center}.site-footer{background:var(--green-dark);color:var(--white);padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px;padding-bottom:50px}.footer-grid h2,.footer-grid h3{color:var(--gold);margin-bottom:16px}.footer-grid p,.footer-grid a{display:block;color:#dcefe5;margin-bottom:10px;font-size:14px}.footer-grid a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:20px;color:#cce4d8;font-size:14px}@media(max-width:1050px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.product-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.main-nav{gap:14px}}@media(max-width:900px){.menu-toggle{display:grid;place-items:center}.main-nav{position:absolute;top:78px;left:0;right:0;background:var(--green-dark);padding:24px;flex-direction:column;align-items:flex-start;display:none}.main-nav.show{display:flex}.hero-grid,.grid-2{grid-template-columns:1fr}.hero{min-height:auto}.slider-image,.image-panel{min-height:360px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.section{padding:60px 0}.page-hero{min-height:380px}.hero h1,.page-hero h1,.detail-hero h1{font-size:42px}.hero p,.page-hero p,.detail-hero p{font-size:16px}.grid-3,.grid-4,.product-grid,.process-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.card,.dark-card,.copy-block,.bullet-panel,.form-card{padding:28px}.actions{flex-direction:column}.btn,.product-copy .btn{width:100%}}