@charset "UTF-8";
:root{--primary:#0d1f4e;--accent:#19469E}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;color:#333}
.hero{background:linear-gradient(135deg,#0d1f4e 0%,#19469E 100%);color:#fff;padding:80px 20px 70px;text-align:center}
.hero h1{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:16px}
.hero h1 em{color:#4ade80;font-style:normal}
.hero-description{font-size:1.15rem;margin:0 auto 35px;opacity:.9;line-height:1.7;max-width:780px}
.hero-badges{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:36px}
.badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:600}
.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-primary{background:#4ade80;color:#0d1f4e;padding:16px 32px;border-radius:8px;font-weight:800;text-decoration:none;font-size:1rem}
.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);padding:16px 32px;border-radius:8px;font-weight:700;text-decoration:none;font-size:1rem}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.section{padding:65px 0}
.section-alt{background:#f7f9fc}
h2{font-size:1.9rem;font-weight:900;color:var(--primary);margin-bottom:18px}
h3{font-size:1.15rem;font-weight:700;color:var(--accent);margin-bottom:10px}
p{line-height:1.8;color:#444;margin-bottom:16px}
ul{padding-left:20px;line-height:2;color:#444}
.freq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:24px}
.freq-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center}
.freq-card.featured{border-color:var(--accent)}
.freq-card .freq{font-size:1.3rem;font-weight:900;color:var(--primary);margin-bottom:6px}
.freq-card .price{font-size:1.1rem;font-weight:700;color:var(--accent);margin-bottom:10px}
.freq-card p{font-size:.9rem;margin:0}
.trust-bar{background:var(--primary);color:#fff;padding:26px 0}
.trust-items{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.trust-item{text-align:center}
.trust-item .num{font-size:1.9rem;font-weight:900;color:#4ade80}
.trust-item .label{font-size:.85rem;opacity:.8}
.cta-section{background:linear-gradient(135deg,#0d1f4e,#19469E);color:#fff;padding:60px 20px;text-align:center}
.cta-section h2{color:#fff;font-size:2rem;margin-bottom:14px}
.cta-section p{color:rgba(255,255,255,.85);margin-bottom:28px}
.nearby-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.nearby-links a{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:.9rem;text-decoration:none;color:var(--accent);font-weight:600}
.faq-item{border-bottom:1px solid #e5e7eb;padding:20px 0}
.faq-item h3{font-size:1rem;color:var(--primary);margin-bottom:8px}
.faq-item p{margin:0;font-size:.95rem}
@media(max-width:700px){.hero h1{font-size:1.85rem}.trust-items{gap:20px}}
