/* ── Reset & Base ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#374151;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}

/* ── Colors ── */
:root{
  --primary:#16a34a;
  --primary-dark:#15803d;
  --accent:#f97316;
  --bg:#ffffff;
  --bg-alt:#f9fafb;
  --text:#111827;
  --text-muted:#6b7280;
  --border:#f3f4f6;
  --green-50:#f0fdf4;
  --emerald-50:#ecfdf5;
  --orange-50:#fff7ed;
}

/* ── Utilities ── */
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.container-sm{max-width:768px;margin:0 auto;padding:0 1.5rem}
.text-center{text-align:center}
.text-primary{color:var(--primary)}
.text-muted{color:var(--text-muted)}
.text-white{color:#fff}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-semibold{font-weight:600}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-10{margin-top:2.5rem}
.mt-14{margin-top:3.5rem}
.leading-relaxed{line-height:1.75}

/* ── Navbar ── */
.navbar{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.navbar .nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:1rem 1.5rem}
.navbar .brand{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--primary);text-decoration:none}
.navbar .brand img{width:36px;height:36px;border-radius:8px}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{font-size:.875rem;font-weight:500;color:#4b5563;transition:color .2s}
.nav-links a:hover{color:var(--primary)}
.nav-cta{display:inline-block;background:var(--primary);color:#fff;padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:600;transition:background .2s}
.nav-cta:hover{background:var(--primary-dark)}
.mobile-toggle{display:none;background:none;border:none;cursor:pointer}
.mobile-toggle svg{width:24px;height:24px}
.mobile-menu{display:none;padding:1rem 1.5rem 1.5rem;border-top:1px solid var(--border);background:#fff}
.mobile-menu.open{display:block}
.mobile-menu ul{display:flex;flex-direction:column;gap:1rem}
.mobile-menu a{font-size:1rem;font-weight:500;color:#374151}
.mobile-menu a:hover{color:var(--primary)}

@media(max-width:768px){
  .nav-links{display:none}
  .mobile-toggle{display:block}
}

/* ── Hero ── */
.hero{background:linear-gradient(135deg,var(--green-50),#fff,var(--emerald-50));padding:6rem 1.5rem}
.hero h1{max-width:720px;margin:0 auto;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;color:var(--text);line-height:1.15}
.hero p{max-width:600px;margin:1.5rem auto 0;font-size:1.125rem;color:var(--text-muted);line-height:1.75}
.hero .badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}
.hero .badges a{display:inline-block;transition:opacity .2s}
.hero .badges a:hover{opacity:.8}
.hero .badges img{height:52px;width:auto}
.trust-signals{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3.5rem;font-size:.875rem;font-weight:500;color:#4b5563}
.trust-signals span{display:flex;align-items:center;gap:.5rem}
.trust-signals svg{width:16px;height:16px;color:var(--primary)}

@media(max-width:640px){
  .hero h1{font-size:1.875rem}
  .hero{padding:4rem 1.5rem}
}

/* ── Section ── */
.section{padding:5rem 1.5rem}
.section-alt{background:var(--bg-alt)}
.section-white{background:#fff}
.section h2{font-size:1.875rem;font-weight:700;color:var(--text);letter-spacing:-.015em}
.section .subtitle{max-width:560px;margin:.75rem auto 0;color:var(--text-muted)}

/* ── Feature Grid ── */
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem}
.feature-card{border:1px solid var(--border);border-radius:1rem;padding:2rem;background:#fff;transition:box-shadow .2s,border-color .2s}
.feature-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06);border-color:rgba(22,163,74,.3)}
.feature-card .icon-wrap{width:48px;height:48px;border-radius:12px;background:rgba(22,163,74,.1);display:flex;align-items:center;justify-content:center;color:var(--primary);transition:all .2s}
.feature-card:hover .icon-wrap{background:var(--primary);color:#fff}
.feature-card h3{margin-top:1.25rem;font-size:1.125rem;font-weight:600;color:var(--text)}
.feature-card p{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);line-height:1.75}

@media(max-width:1024px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.feature-grid{grid-template-columns:1fr}}

/* ── Steps Grid ── */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3.5rem}
.step{text-align:center}
.step .step-num{font-size:3.75rem;font-weight:900;color:rgba(22,163,74,.1);line-height:1}
.step .step-icon{width:56px;height:56px;margin:-16px auto 0;border-radius:9999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(22,163,74,.3)}
.step h3{margin-top:1.25rem;font-size:1.25rem;font-weight:600;color:var(--text)}
.step p{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);line-height:1.75}

@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:3rem}}

/* ── Coverage Map Placeholder ── */
.coverage-map{max-width:448px;height:192px;margin:2.5rem auto 0;border-radius:1rem;background:linear-gradient(135deg,var(--green-50),#d1fae5);display:flex;align-items:center;justify-content:center}
.coverage-map svg{width:80px;height:80px;color:rgba(22,163,74,.4)}

/* ── App Ecosystem / 3-col cards ── */
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem}
.eco-card{border:1px solid var(--border);border-radius:1rem;padding:2rem;background:#fff;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.eco-card .eco-icon{width:56px;height:56px;margin:0 auto;border-radius:9999px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}
.eco-icon.green{background:#22c55e}
.eco-icon.orange{background:var(--accent)}
.eco-icon.blue{background:#3b82f6}
.eco-card h3{margin-top:1.25rem;font-size:1.125rem;font-weight:600;color:var(--text)}
.eco-card p{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);line-height:1.75}

@media(max-width:768px){.three-col{grid-template-columns:1fr}}

/* ── Testimonials ── */
.testimonial{border:1px solid var(--border);border-radius:1rem;padding:2rem;background:var(--bg-alt)}
.testimonial .stars{display:flex;gap:4px;color:#fbbf24}
.testimonial .stars svg{width:16px;height:16px;fill:currentColor}
.testimonial p{margin-top:1rem;font-size:.875rem;color:#374151;line-height:1.75}
.testimonial footer{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--text)}

/* ── CTA Section ── */
.cta{background:linear-gradient(90deg,var(--primary),#059669);padding:5rem 1.5rem;text-align:center;color:#fff}
.cta h2{font-size:1.875rem;font-weight:700;letter-spacing:-.015em}
.cta p{margin-top:1rem;font-size:1.125rem;color:#bbf7d0}
.cta .badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}
.cta .badges a{display:inline-block;transition:opacity .2s}
.cta .badges a:hover{opacity:.8}
.cta .badges img{height:52px;width:auto}

@media(max-width:640px){.cta h2{font-size:1.5rem}}

/* ── Footer ── */
.footer{border-top:1px solid var(--border);background:var(--bg-alt);padding:3rem 1.5rem}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1280px;margin:0 auto}
.footer-grid h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text)}
.footer-grid ul{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}
.footer-grid li,.footer-grid a{font-size:.875rem;color:var(--text-muted);transition:color .2s}
.footer-grid a:hover{color:var(--primary)}
.footer .brand{display:flex;align-items:center;gap:.5rem}
.footer .brand img{width:32px;height:32px;border-radius:8px}
.footer .brand h3{font-size:1.125rem;font-weight:700;color:var(--primary)}
.footer .brand-desc{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);line-height:1.75}
.footer-bottom{max-width:1280px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center;font-size:.75rem;color:var(--text-muted)}

@media(max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}

/* ── Page Header (About, Privacy) ── */
.page-header{background:linear-gradient(135deg,var(--green-50),#fff,var(--emerald-50));padding:5rem 1.5rem;text-align:center}
.page-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;color:var(--text)}
.page-header p{margin-top:1rem;color:var(--text-muted)}
.page-header .label{font-size:.875rem;margin-top:.5rem}

@media(max-width:640px){.page-header h1{font-size:1.875rem}.page-header{padding:3rem 1.5rem}}

/* ── About Cards ── */
.about-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:960px;margin:0 auto}
.about-card{border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.about-card .icon-wrap{width:48px;height:48px;border-radius:12px;background:rgba(22,163,74,.1);display:flex;align-items:center;justify-content:center;color:var(--primary)}
.about-card h2{margin-top:1.25rem;font-size:1.5rem;font-weight:700;color:var(--text)}
.about-card p{margin-top:.75rem;color:var(--text-muted);line-height:1.75}

@media(max-width:768px){.about-grid-2{grid-template-columns:1fr}}

/* ── Offer Grid ── */
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:3rem auto 0}
.offer-item{display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--border);border-radius:12px;padding:1.25rem}
.offer-item .oi-icon{width:40px;height:40px;flex-shrink:0;border-radius:8px;background:rgba(22,163,74,.1);display:flex;align-items:center;justify-content:center;color:var(--primary)}
.offer-item span{font-size:.875rem;color:#374151;line-height:1.75}

@media(max-width:768px){.offer-grid{grid-template-columns:1fr}}

/* ── Problem list ── */
.bullet-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}
.bullet-list li{display:flex;align-items:flex-start;gap:.75rem;color:#374151}
.bullet-list .dot{width:8px;height:8px;flex-shrink:0;margin-top:8px;border-radius:9999px;background:var(--primary)}

/* ── Privacy Body ── */
.privacy-body{max-width:768px;margin:0 auto;padding:4rem 1.5rem}
.privacy-body h2{font-size:1.5rem;font-weight:700;color:var(--text)}
.privacy-body h3{margin-top:1.5rem;font-size:1.125rem;font-weight:600;color:var(--text)}
.privacy-body p{margin-top:.75rem;color:var(--text-muted);line-height:1.75}
.privacy-body ul{margin-top:.75rem;padding-left:1.5rem}
.privacy-body ul li{color:#374151;margin-top:.25rem}
.privacy-body ul.disc{list-style:disc}
.privacy-body hr{margin:2.5rem 0;border:none;border-top:1px solid var(--border)}
.privacy-body .contact-block{margin-top:1rem}
.privacy-body .contact-block p{margin-top:.25rem;color:#374151}
.privacy-body .contact-block strong{font-weight:600;color:var(--text)}
.privacy-body .contact-block a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}
.privacy-body .contact-block a:hover{color:var(--primary-dark)}

/* Delivery link banner */
.delivery-link-banner{margin-top:2.5rem;padding:1.25rem 1.5rem;border:1px solid #fed7aa;border-radius:1rem;background:rgba(255,247,237,.5);text-align:center}
.delivery-link-banner p{font-size:.875rem;color:var(--text-muted);margin:0}
.delivery-link-banner a{display:inline-block;margin-top:.5rem;font-size:1rem;font-weight:600;color:#ea580c;text-decoration:underline;text-underline-offset:2px}
.delivery-link-banner a:hover{color:#c2410c}

/* Delivery highlighted box */
.highlight-box{margin-top:1rem;padding:1.25rem;border:1px solid #fed7aa;border-radius:12px;background:rgba(255,247,237,.4)}
.highlight-box ul{list-style:disc;padding-left:1.25rem}
.highlight-box li{color:#374151;margin-top:.5rem;line-height:1.75}

/* ── Closing Banner ── */
.closing-banner{background:linear-gradient(90deg,var(--primary),#059669);padding:4rem 1.5rem;text-align:center;color:#fff}
.closing-banner p{font-size:1.25rem;font-weight:600;line-height:1.6;max-width:720px;margin:0 auto}

/* ── Growth section ── */
.growth-section{text-align:center;max-width:768px;margin:0 auto}
.growth-section svg{margin:0 auto;color:var(--primary)}
.growth-section h2{margin-top:1rem}

/* SVG icons inline */
.icon-sm{width:24px;height:24px}
.icon-md{width:28px;height:28px}
