/* ── FRESH VEG SUPPLY – Shared SEO Page Styles ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gd: #1a5c2e; --gm: #25873f; --gl: #34c15b; --gp: #e8f8ed;
  --td: #142d1a; --tm: #4a6151; --tl: #8fa794; --bg: #f8fdf9;
  --wa: #25D366; --wad: #128C7E;
  --r: 16px; --rs: 10px;
  --s1: 0 2px 10px rgba(0,0,0,.07); --s2: 0 6px 30px rgba(0,0,0,.11);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--td); }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(26,92,46,.1); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--gm), var(--gl)); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.nav-logo-text { font-weight: 700; font-size: 15px; color: var(--gd); line-height: 1.2; }
.nav-logo-text span { display: block; font-size: 11px; font-weight: 400; color: var(--tm); }
.nav-cta { background: linear-gradient(135deg, var(--gm), var(--gl)); color: #fff; border: none; padding: 10px 20px; border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .3s; white-space: nowrap; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,135,63,.35); }

/* HERO */
.page-hero { padding: 72px 24px 56px; text-align: center; }
.page-hero.green  { background: linear-gradient(135deg, #0f3d1e 0%, #1a5c2e 50%, #25873f 100%); }
.page-hero.teal   { background: linear-gradient(135deg, #0a2e17 0%, #1a5c2e 50%, #25873f 100%); }
.page-hero.blue   { background: linear-gradient(135deg, #0a2040 0%, #1a4060 50%, #25873f 100%); }
.page-hero.dark   { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #25873f 100%); }
.page-hero.amber  { background: linear-gradient(135deg, #7b3f00 0%, #c06000 50%, #25873f 100%); }
.page-hero.red    { background: linear-gradient(135deg, #7b0d0d 0%, #a93226 50%, #c0392b 100%); }
.page-hero.purple { background: linear-gradient(135deg, #2d0b4e 0%, #5b1fa0 50%, #25873f 100%); }
.breadcrumb { color: rgba(255,255,255,.6); font-size: 13px; margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,.75); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 5vw, 48px); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 16px; }
.page-hero h1 .hl { background: linear-gradient(90deg, #7fffb0, #34c15b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,.78); max-width: 600px; margin: 0 auto 28px; line-height: 1.7; }
.hero-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--gd); padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; transition: all .3s; box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.hero-btn:hover { transform: translateY(-2px); background: #f0fff4; }

/* CONTENT WRAPPER */
.wrap { max-width: 900px; margin: 0 auto; padding: 56px 24px; }
.sec { margin-bottom: 48px; }
.tag { display: inline-block; background: var(--gp); color: var(--gm); font-size: 11px; font-weight: 700; padding: 5px 14px; border-radius: 50px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .8px; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(20px, 3vw, 30px); color: var(--td); margin-bottom: 14px; line-height: 1.3; }
h3 { font-size: 15px; font-weight: 700; color: var(--gd); margin-bottom: 6px; }
p { font-size: 15px; line-height: 1.8; color: var(--tm); margin-bottom: 12px; }
strong { color: var(--td); }
a.green-link { color: var(--gm); font-weight: 600; text-decoration: none; }
a.green-link:hover { text-decoration: underline; }

/* FEATURE GRID */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; margin-top: 18px; }
.feat { background: #fff; border-radius: var(--r); padding: 20px; box-shadow: var(--s1); border-left: 4px solid var(--gl); }
.feat-icon { font-size: 24px; margin-bottom: 8px; }
.feat h3 { font-size: 14px; margin-bottom: 5px; }
.feat p { font-size: 13px; margin: 0; line-height: 1.6; }

/* VEG TAGS */
.veg-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.vt { background: var(--gp); color: var(--gd); padding: 7px 14px; border-radius: 50px; font-size: 13px; font-weight: 600; }

/* SERVE GRID */
.serve-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-top: 18px; }
.sc { background: #fff; border-radius: var(--rs); padding: 16px; text-align: center; box-shadow: var(--s1); font-weight: 600; font-size: 13px; color: var(--td); }
.sc-icon { font-size: 26px; margin-bottom: 7px; display: block; }

/* STEPS */
.steps { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
.step { display: flex; gap: 14px; align-items: flex-start; background: #fff; border-radius: var(--r); padding: 18px; box-shadow: var(--s1); }
.sn { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--gm), var(--gl)); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sb h3 { font-size: 14px; margin-bottom: 4px; }
.sb p { font-size: 13px; margin: 0; line-height: 1.6; }

/* FAQ */
.faq { margin-top: 18px; }
.faq-item { background: #fff; border-radius: var(--rs); margin-bottom: 10px; box-shadow: var(--s1); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 16px 18px; font-size: 14px; font-weight: 700; color: var(--td); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Inter', sans-serif; gap: 12px; }
.faq-q .ar { font-size: 16px; transition: transform .3s; color: var(--gm); flex-shrink: 0; }
.faq-q.open .ar { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 18px 16px; font-size: 13px; color: var(--tm); line-height: 1.7; }
.faq-a.open { display: block; }

/* CTA BOX */
.cta-box { background: linear-gradient(135deg, var(--gd), var(--gm)); border-radius: var(--r); padding: 36px 28px; text-align: center; color: #fff; margin-top: 48px; }
.cta-box h2 { color: #fff; margin-bottom: 10px; }
.cta-box p { color: rgba(255,255,255,.8); margin-bottom: 22px; font-size: 15px; }
.cta-box a { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; padding: 14px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; transition: all .3s; box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.cta-box a:hover { transform: translateY(-2px); background: #1fbb56; }

/* INTERNAL LINKS */
.ilinks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ilinks a { background: #fff; color: var(--gm); border: 2px solid var(--gp); padding: 7px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; text-decoration: none; transition: all .25s; }
.ilinks a:hover { background: var(--gp); border-color: var(--gm); }

/* FOOTER */
.site-footer { background: var(--td); color: rgba(255,255,255,.6); padding: 40px 24px 28px; font-size: 13px; line-height: 1.7; }
.footer-grid { max-width: 1100px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px; text-align: left; }
.footer-col-title { color: #fff; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px; display: block; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: var(--gl); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; text-align: center; }
.footer-bottom strong { color: #fff; }

/* RESPONSIVE */
@media (max-width: 640px) {
  .page-hero { padding: 60px 20px 44px; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .serve-grid { grid-template-columns: 1fr 1fr; }
  .wrap { padding: 40px 18px; }
}
