
:root{
  --brand:#16a34a;
  --brand-2:#0f766e;
  --text:#0f172a;
  --muted:#64748b;
  --bg:#ffffff;
  --surface:#f8fafc;
  --border:#e5e7eb;
  --shadow: 0 10px 30px rgba(2,6,23,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,'Helvetica Neue',Arial,'Apple Color Emoji','Segoe UI Emoji';color:var(--text);background:var(--bg);}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1200px,92vw);margin:auto}
.header{position:sticky;top:0;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border);z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;}
.brand{display:flex;gap:.7rem;align-items:center;font-weight:700}
.brand img{width:34px;height:34px}
.brand span{font-size:1.1rem;letter-spacing:.2px}
.menu{display:flex;gap:1rem;align-items:center}
.menu a{padding:.5rem .75rem;border-radius:10px;color:var(--text)}
.menu a:hover{background:var(--surface)}
.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--text);color:#fff;border-radius:12px;padding:.85rem 1.1rem;font-weight:600;box-shadow:var(--shadow);transition:transform .06s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--brand)}
.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}
.hero{position:relative;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;padding:clamp(2rem,5vw,4rem) 0;align-items:center}
.badge{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(90deg, #eafff6, #ecfeff);color:#0f766e;border:1px solid #ccfbf1;padding:.35rem .6rem;border-radius:999px;font-weight:600;font-size:.86rem}
.h1{font-size:clamp(2.1rem, 3.5vw, 3.3rem);line-height:1.1;margin:.8rem 0 .5rem 0;letter-spacing:.1px}
.sub{font-size:1.05rem;color:var(--muted);max-width:52ch}
.hero-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}
.hero-illus{position:relative;isolation:isolate}
.phone{border:12px solid #111;border-bottom-width:16px;border-radius:28px;box-shadow:var(--shadow)}
.hero-bg{position:absolute;inset:-20% -10% auto -10%;height:480px;background:radial-gradient(600px 300px at 20% 30%, rgba(34,197,94,.25), transparent 60%), radial-gradient(800px 400px at 80% 20%, rgba(15,118,110,.15), transparent 60%)}
.section{padding:clamp(2rem,5vw,4rem) 0}
.section h2{font-size:clamp(1.6rem,2.4vw,2.2rem);margin:0 0 1rem}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1rem;box-shadow:var(--shadow)}
.card h3{margin:.2rem 0 .4rem;font-size:1.15rem}
.icon{width:36px;height:36px;border-radius:10px;display:inline-grid;place-items:center;background:rgba(22,163,74,.1)}
.icon svg{width:20px;height:20px;fill:var(--brand)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}
.kicker{color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.15rem;font-size:.8rem}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table th,.table td{padding:.9rem 1rem;background:#fff;border:1px solid var(--border)}
.table th{background:var(--surface);text-align:left}
.table tr>*:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}
.table tr>*:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}
.cta{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:center;background:linear-gradient(120deg,#f7fee7,#ecfeff);border:1px solid #e2e8f0;border-radius:20px;padding:1.2rem}
.footer{background:var(--surface);border-top:1px solid var(--border);padding:2rem 0;margin-top:2rem}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:1rem}
.small{color:var(--muted);font-size:.92rem}
.copy{color:var(--muted);font-size:.85rem;margin-top:1rem}
.badges{display:flex;gap:.6rem;flex-wrap:wrap}
.note{font-size:.95rem;color:var(--muted)}
.nav-toggle{display:none}
@media (max-width: 960px){
  .hero-inner{grid-template-columns:1fr}
  .features{grid-template-columns:1fr 1fr}
  .grid-2{grid-template-columns:1fr}
  .cta{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .menu{display:none}
  .nav-toggle{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);padding:.5rem .7rem;border-radius:12px;background:var(--surface)}
  .menu.open{display:flex;position:absolute;left:0;right:0;top:64px;background:white;border-bottom:1px solid var(--border);padding:1rem;flex-direction:column}
}


/* === New Footer Aligned & Distributed === */
.footer { background: var(--surface); border-top: 1px solid var(--border); padding: 2.2rem 0; margin-top: 2rem; }
.footer-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: clamp(1rem, 2.5vw, 2rem); align-items: start; }
.footer-col { display: grid; align-content: start; gap: .6rem; min-width: 0; }
.footer-title { margin: 0; font-size: 1rem; font-weight: 700; letter-spacing: .2px; }
.footer-list { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.footer-list a { color: inherit; text-decoration: none; }
.footer-list a:hover { text-decoration: underline; }
.brand-footer{ gap:.6rem; font-weight:800; display:flex; align-items:center; }
.footer .copy{ margin:.3rem 0 .2rem; color:var(--muted); max-width:40ch; }
.pill-links{ display:flex; gap:.5rem; flex-wrap:wrap; }
.pill-links a{ display:inline-block; border:1px solid var(--border); border-radius:999px; padding:.45rem .75rem; text-decoration:none; }
.legal{ margin:.2rem 0 0; color:var(--muted); font-size:.7rem; }
.newsletter{ display:grid; grid-template-columns:1fr auto; gap:.5rem; }
.newsletter input{ padding:.8rem .9rem; border:1px solid var(--border); border-radius:10px; min-width:0; }
.newsletter .btn-primary{ white-space:nowrap; }
.inline-links{ display:inline-flex; align-items:center; gap:.5rem; }
.inline-links .dot{ color:var(--muted); }

/* Mobile footer optimization */
@media (max-width: 768px) {
  .footer-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem; /* spacing between sections */
  }

  .footer-col {
    width: 100%;
  }

  .footer-col h4 {
    margin-top: 1rem;
  }
}