
:root{
  --green:#2f7d15;
  --green-dark:#1f5b0f;
  --green-deep:#174609;
  --lime:#76b82a;
  --cream:#fbf9ef;
  --text:#222;
  --muted:#65705e;
  --border:#e7eadf;
  --shadow:0 12px 30px rgba(28,69,11,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #edf0e7}
.nav-wrap{min-height:92px;display:flex;align-items:center;gap:24px}
.brand{width:150px;flex:0 0 auto}
.brand img{width:100%;max-height:78px;object-fit:contain}
.main-menu{display:flex;align-items:center;gap:30px;margin-left:auto;font-weight:800;font-size:.86rem;text-transform:uppercase}
.main-menu a{position:relative;padding:14px 0}
.main-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:2px;background:var(--green);transition:.2s}
.main-menu a:hover:after{right:0}
.header-whatsapp{border:1px solid #8eb878;border-radius:999px;padding:10px 15px;color:var(--green-dark);font-size:.82rem;font-weight:800;white-space:nowrap}
.menu-toggle{display:none;margin-left:auto;border:0;background:var(--green-dark);color:#fff;width:44px;height:44px;border-radius:50%;font-size:1.2rem}

.hero{background:radial-gradient(circle at 75% 20%,#f7ffe8 0,#fff 45%,#f8f8ec 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;min-height:575px;padding:38px 0 20px}
.eyebrow{color:var(--green);font-weight:900;letter-spacing:.16em;font-size:.8rem}
.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,5vw,5.4rem);line-height:.92;margin:18px 0 20px;letter-spacing:.02em}
.hero h1 span{color:var(--green)}
.hero-sub{font-size:1.18rem;line-height:1.55;max-width:510px}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}
.benefits article{text-align:center;padding:12px 7px}
.benefit-icon{width:58px;height:58px;border:2px solid #9bc47c;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;font-size:1.5rem}
.benefits strong,.benefits small{display:block}
.benefits strong{font-size:.85rem}
.benefits small{font-size:.78rem;color:var(--muted);margin-top:3px}
.cta-whatsapp{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#43b926,#238a15);color:#fff;padding:13px 22px;border-radius:12px;box-shadow:var(--shadow)}
.cta-whatsapp small,.cta-whatsapp strong{display:block}.cta-whatsapp strong{font-size:1rem}.wa-circle{font-size:1.8rem}
.hero-visual{position:relative;align-self:end}
.hero-visual img{width:100%;max-height:520px;object-fit:contain;object-position:bottom}
.fresh-badge{position:absolute;right:3%;bottom:10%;width:110px;height:110px;border-radius:50%;background:var(--green-dark);color:white;display:grid;place-items:center;text-align:center;font-size:.68rem;border:6px double #9fd065;transform:rotate(-8deg);box-shadow:var(--shadow)}

.delivery-strip{background:linear-gradient(90deg,#164e0d,#2f7d15,#174b0d);color:#fff}
.delivery-grid{min-height:104px;display:grid;grid-template-columns:1fr 1fr .35fr;align-items:center}
.delivery-grid>div{display:flex;align-items:center;gap:18px;padding:12px 30px;border-right:1px solid rgba(255,255,255,.28)}
.delivery-grid>div:last-child{border:0}
.delivery-grid span{font-size:2.5rem}.delivery-grid p{margin:0;color:#cfeaa7;line-height:1.35}.delivery-grid strong{color:white}
.delivery-home{justify-content:center}

.section{padding:58px 0}
.section-heading{text-align:center;margin-bottom:32px}
.section-heading h2{margin:0;color:#20231e;font-size:1.7rem}.section-heading p{color:#666}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}
.category-grid a{text-align:center;font-weight:900;color:var(--green-dark);transition:.2s}
.category-grid img{width:118px;height:118px;object-fit:cover;border-radius:50%;margin:0 auto 12px;background:#eef5e7}
.category-grid a:hover{transform:translateY(-4px)}
.featured{padding-top:18px}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.product-card{border:1px solid var(--border);border-radius:14px;padding:18px;text-align:center;box-shadow:0 8px 25px rgba(21,54,10,.06);background:#fff}
.product-card img{height:155px;width:100%;object-fit:contain}
.product-card h3{margin:12px 0 5px}.price{color:var(--green);font-weight:900;margin:0 0 14px}
.product-card a{display:inline-block;background:var(--green);color:#fff;font-weight:900;font-size:.8rem;border-radius:8px;padding:10px 15px}
.how{background:linear-gradient(#fbfcf6,#f6f8ed)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative}
.steps article{text-align:center;position:relative}
.steps b{position:absolute;left:12px;top:14px;background:var(--green);color:#fff;border-radius:50%;width:30px;height:30px;display:grid;place-items:center}
.steps span{font-size:4rem}.steps h3{font-size:.9rem;color:var(--green-dark)}.steps p{font-size:.85rem;line-height:1.5;color:#555}
.about{padding-top:20px}
.about-box{border-radius:18px;background:linear-gradient(90deg,#184f0e,#267b14);color:white;display:flex;justify-content:space-between;align-items:center;padding:34px 48px;box-shadow:var(--shadow)}
.about-box h2{font-size:2rem;margin:0 0 10px}.about-box h2 span{color:#a7d75c}.about-box p{margin:0;color:#d8ecd0}
.about-box a{background:#36a821;border-radius:14px;padding:15px 22px}.about-box small,.about-box strong{display:block}.about-box strong{font-size:1.35rem}

footer{background:#f8f8ef;padding-top:45px}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr 1fr 1.1fr .9fr;gap:30px;align-items:start;padding-bottom:38px}
.footer-brand img{width:160px}.footer-brand p{color:#555}
.footer-grid h3{font-size:.88rem;color:var(--green-dark)}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px;font-size:.85rem;color:#4c5148}
.footer-grid a:hover{color:var(--green)}
.footer-crate{align-self:end;width:210px}
.copyright{background:#174f0d;color:white;font-size:.78rem;padding:14px 0}.copyright .container{display:flex;justify-content:space-between;gap:20px}
.floating-wa{position:fixed;z-index:70;right:22px;bottom:22px;background:#25D366;color:white;border-radius:999px;display:flex;align-items:center;gap:9px;padding:14px 18px;box-shadow:0 10px 30px rgba(0,0,0,.28);font-weight:900}
.floating-wa span{font-size:1.45rem}.floating-wa em{font-style:normal}

@media (max-width: 960px){
  .header-whatsapp{display:none}
  .menu-toggle{display:block}
  .main-menu{position:absolute;top:82px;left:4%;right:4%;display:none;flex-direction:column;align-items:stretch;gap:0;background:white;border-radius:14px;padding:10px;box-shadow:var(--shadow)}
  .main-menu.open{display:flex}
  .main-menu a{padding:14px}
  .hero-grid{grid-template-columns:1fr;min-height:unset;padding-top:40px}
  .hero-copy{text-align:center}.hero-sub{margin-inline:auto}
  .cta-whatsapp{margin-inline:auto}
  .hero-visual{margin-top:20px}
  .hero-visual img{max-height:430px}
  .benefits{max-width:650px;margin:26px auto}
  .delivery-grid{grid-template-columns:1fr 1fr}.delivery-home{display:none}
  .delivery-grid>div:nth-child(2){border-right:0}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-card:last-child{grid-column:1/-1;max-width:360px;justify-self:center;width:100%}
  .steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-crate{display:none}
}
@media (max-width: 600px){
  .nav-wrap{min-height:72px}.brand{width:112px}.menu-toggle{width:40px;height:40px}
  .main-menu{top:68px}
  .hero-grid{padding-top:28px}
  .hero h1{font-size:2.85rem}.hero-sub{font-size:1rem}
  .benefits{grid-template-columns:1fr 1fr 1fr;gap:0}.benefits article{padding:8px 3px}.benefit-icon{width:48px;height:48px}
  .benefits strong{font-size:.72rem}.benefits small{font-size:.66rem}
  .hero-visual img{max-height:340px}
  .fresh-badge{width:88px;height:88px;font-size:.56rem}
  .delivery-grid{grid-template-columns:1fr}
  .delivery-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:18px 8px}
  .delivery-grid>div:nth-child(2){border-bottom:0}.delivery-grid span{font-size:2rem}
  .delivery-grid p{font-size:.88rem}
  .section{padding:42px 0}
  .section-heading h2{font-size:1.35rem}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:20px 12px}
  .category-grid img{width:105px;height:105px}
  .product-grid{grid-template-columns:1fr}
  .product-card:last-child{grid-column:auto;max-width:none}
  .product-card{display:grid;grid-template-columns:120px 1fr;grid-template-areas:"img title" "img price" "img btn";text-align:left;align-items:center;column-gap:14px}
  .product-card img{grid-area:img;height:120px}.product-card h3{grid-area:title;margin:0}.product-card .price{grid-area:price;margin:0}.product-card a{grid-area:btn;justify-self:start}
  .steps{grid-template-columns:1fr}
  .about-box{padding:26px;display:block;text-align:center}.about-box a{display:inline-block;margin-top:22px}
  .footer-grid{grid-template-columns:1fr}.footer-brand{text-align:center}.footer-brand img{margin:auto}
  .copyright .container{display:block;text-align:center}.copyright span{display:block;margin-top:5px}
  .floating-wa{right:14px;bottom:14px;padding:13px 15px}.floating-wa em{display:none}
}
