/* Landing Page Styles */
:root {
  --green-600:#16a34a;
  --green-700:#15803d;
  --green-50:#f0fdf4;
  --gray-50:#f9fafb;
  --gray-100:#f3f4f6;
  --gray-200:#e5e7eb;
  --gray-300:#d1d5db;
  --gray-500:#6b7280;
  --gray-600:#4b5563;
  --gray-700:#374151;
  --gray-900:#111827;
  --blue-600:#2563eb;
}
/* Remove default browser body margin to eliminate white border */
body{margin:0;padding:0}
.landing-body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:100vh;background:linear-gradient(to bottom right,#f0fdf4 0%,#ffffff 42%,#ffffff 60%,#eff6ff 100%);color:var(--gray-900);}a{text-decoration:none;color:inherit}
/* Layout */
.l-container{max-width:1200px;margin:0 auto;padding:0 2rem;}
.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.mt-8{margin-top:2rem}
.text-center{text-align:center}
/* Spacing */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.pt-20{padding-top:5rem}.pb-20{padding-bottom:5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}
/* Typography */
.h1{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;line-height:1.08;margin:0;letter-spacing:-.02em}
.h2{font-size:2.05rem;font-weight:700;line-height:1.18;margin:0;letter-spacing:-.01em}
.h3{font-size:1.05rem;font-weight:600;margin:0;letter-spacing:.01em}
.hero-title .highlight-green{display:inline-block}
.lead{max-width:760px;margin:0 auto;font-size:1.05rem;line-height:1.55;color:var(--gray-700)}
.small-label{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--gray-600)}
/* Components */
.navbar{padding:1rem 0}.logo-box{width:42px;height:42px;background:var(--green-600);color:#fff;font-weight:700;font-size:1.05rem;border-radius:.9rem;display:flex;align-items:center;justify-content:center}
.nav-links a{font-size:.85rem;color:var(--gray-700);padding:.5rem .75rem;border-radius:.5rem;transition:.18s}.nav-links a:hover{background:var(--gray-100)}
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;padding:.85rem 1.55rem;font-size:.9rem;border-radius:.65rem;border:1px solid var(--gray-300);background:#fff;color:var(--gray-900);cursor:pointer;transition:.18s,transform .18s}.btn:hover{background:var(--gray-100)}.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--green-600);color:#fff;border-color:var(--green-600)}.btn-primary:hover{background:var(--green-700)}
.btn-outline{background:transparent;color:var(--gray-900)}
.btn-icon-gap{display:inline-flex;margin-left:.5rem;vertical-align:middle}
.badge{display:inline-block;background:#dcfce7;color:var(--green-700);padding:.4rem .85rem;font-size:.65rem;font-weight:600;border-radius:9999px;border:1px solid #bbf7d0}
.stats-grid{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);max-width:40rem;margin:0 auto}.stat{display:flex;flex-direction:column;gap:.4rem}.stat-number{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.stat-label{font-size:.875rem;font-weight:500;color:var(--gray-600);text-transform:none}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.card{background:#fff;border:1px solid var(--gray-200);border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.feature-grid{display:grid;gap:2rem}@media(min-width:640px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feature-grid{grid-template-columns:repeat(3,1fr)}}
.card.feature{border:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:box-shadow .25s,transform .25s}.card.feature:hover{box-shadow:0 14px 28px -6px rgba(0,0,0,.18);transform:translateY(-3px)}
.card.testimonial{border:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.testimonial-grid{display:grid;gap:2rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}
.bg-white{background:#fff}
.icon-box{width:3rem;height:3rem;background:#dcfce7;color:var(--green-600);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;border-radius:.5rem;margin-bottom:.5rem}
.icon-box svg{width:1.5rem;height:1.5rem;display:block;stroke:currentColor;stroke-width:2;fill:none}
.feature-desc{color:var(--gray-600);font-size:.9rem;line-height:1.45;margin:0}
.testimonial-desc{color:var(--gray-700);font-size:.9rem;line-height:1.5;margin:0}
.preview-lead{font-size:.95rem}
.device-icon{font-size:3rem;opacity:.4;margin-bottom:.25rem}
.preview-wrapper{background:#fff;padding:2rem 2rem;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);max-width:64rem;margin:0 auto}
.preview-device{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:1rem;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;min-height:240px;position:relative;overflow:hidden}
.preview-device:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),transparent 70%);pointer-events:none}
.ribbon{position:absolute;top:-10px;right:-10px;background:var(--green-600);color:#fff;padding:.4rem .9rem;border-radius:9999px;font-size:.6rem;font-weight:600;box-shadow:0 4px 10px -2px rgba(0,0,0,.25)}
.cta{background:linear-gradient(95deg,var(--green-600),var(--blue-600));color:#fff;text-align:center;padding:3.75rem 2.25rem;border-radius:1.35rem;box-shadow:0 18px 38px -12px rgba(0,0,0,.25),0 8px 18px -8px rgba(0,0,0,.15)}
.cta .cta-lead{margin-bottom:2rem;font-size:1rem}
.footer{background:#111;color:#eee;padding:3.5rem 0 3rem;margin-top:2rem}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.footer a{color:#9ca3af;font-size:.75rem}.footer a:hover{color:#fff}.footer h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}
.logo-sm{width:32px;height:32px;background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:.5rem;font-size:.85rem}
rating{color:#fbbf24;font-size:.85rem}
testimonial-card{box-shadow:0 4px 16px rgba(0,0,0,.06)}
/* Utility */
center{display:flex;align-items:center;justify-content:center}
/* New utility classes extracted from inline styles */
.brand-name{font-weight:650;color:var(--green-600);letter-spacing:-.01em}
.highlight-green{color:var(--green-600)}
.grid-autofit{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center}
.list-reset{list-style:none;padding:0;margin:0}
.check-list li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gray-700)}
.text-muted{color:var(--gray-600)}
.text-muted-dark{color:var(--gray-700)}
.text-xs{font-size:.65rem}
.text-sm{font-size:.75rem}
.italic{font-style:italic}
.no-margin{margin:0}
.preview-caption{font-size:.75rem}
.preview-sub{font-size:.65rem}
.relative{position:relative}
.flex-col{flex-direction:column}
.space-y-3 > * + *{margin-top:.75rem}
.shadow-none{box-shadow:none}
.cta-buttons,.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.btn-white{background:#fff;color:var(--green-600);border-color:#fff}
.btn-white:hover{background:#f3f4f6}
.btn-invert-outline{background:transparent;color:#fff;border-color:#fff}
.legal-note{font-size:.75rem;opacity:.8;margin:0}
.footer-logo-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.mini-logo{width:32px;height:32px;background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:.5rem;font-size:.85rem}
.footer-small{color:#9ca3af;font-size:.75rem}
.footer-section-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}
.link-grid{display:grid;gap:.35rem}
.copyright{border-top:1px solid #1f2937;margin-top:3rem;padding-top:2rem;text-align:center;font-size:.7rem;color:#6b7280}
@media(min-width:768px){.h1{font-size:3.55rem}}
@media(min-width:1024px){.h1{font-size:3.75rem}}
@media(min-width:768px){.h2{font-size:2.45rem}}
@media(min-width:1024px){.h2{font-size:2.6rem}}
@media(min-width:768px){.stat-number{font-size:1.75rem}}

/* Stars */
.stars .star{color:#fbbf24;font-size:.85rem;margin-right:1px}
