*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a2e; background: #fff; line-height: 1.6; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }

/* NAV */
nav { background: #0a2540; color: #fff; padding: 0 1rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 60px; flex-wrap: wrap; gap: .5rem; }
.nav-logo { font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -.5px; }
.nav-logo span { color: #25d366; }
.nav-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.nav-links a { color: #ccd6f6; font-size: .9rem; font-weight: 500; white-space: nowrap; }
.nav-links a:hover { color: #fff; text-decoration: none; }
.nav-cta { background: #25d366; color: #000 !important; padding: .35rem .85rem; border-radius: 6px; font-weight: 700; white-space: nowrap; }
.nav-cta:hover { background: #1ebe5c; text-decoration: none !important; }

/* HERO */
.hero { background: linear-gradient(135deg, #0a2540 0%, #163b6e 60%, #1a4a8a 100%); color: #fff; padding: 5rem 1rem 4rem; text-align: center; }
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.hero p { font-size: clamp(1rem, 2vw, 1.2rem); color: #ccd6f6; max-width: 700px; margin: 0 auto 2rem; }
.hero-badge { display: inline-block; background: rgba(37,211,102,.15); border: 1px solid #25d366; color: #25d366; padding: .3rem .9rem; border-radius: 20px; font-size: .85rem; font-weight: 600; margin-bottom: 1.5rem; }
.btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }
.btn-wa { display: inline-flex; align-items: center; gap: .5rem; background: #25d366; color: #000; padding: .85rem 1.8rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; transition: background .2s; }
.btn-wa:hover { background: #1ebe5c; }
.btn-secondary { display: inline-flex; align-items: center; gap: .5rem; background: transparent; border: 2px solid #fff; color: #fff; padding: .85rem 1.8rem; border-radius: 8px; font-weight: 700; font-size: 1rem; text-decoration: none !important; transition: all .2s; }
.btn-secondary:hover { background: rgba(255,255,255,.1); text-decoration: none; }

/* SECTIONS */
section { padding: 4rem 1rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: .5rem; color: #0a2540; }
.section-sub { font-size: 1rem; color: #555; margin-bottom: 2.5rem; max-width: 700px; }
.bg-light { background: #f7f9fc; }
.bg-dark { background: #0a2540; color: #fff; }
.bg-dark .section-title { color: #fff; }
.bg-dark .section-sub { color: #ccd6f6; }
.text-center { text-align: center; }

/* GRID */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; align-items: start; }

/* CARDS */
.card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.card-icon { font-size: 2rem; margin-bottom: .75rem; }
.card h3 { font-size: 1.1rem; font-weight: 700; color: #0a2540; margin-bottom: .5rem; }
.card p { font-size: .95rem; color: #555; }

/* PRICING */
.price-box { background: linear-gradient(135deg, #0a2540, #163b6e); color: #fff; border-radius: 16px; padding: 2.5rem; text-align: center; }
.price-label { font-size: .9rem; color: #a8d5ff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: .5rem; }
.price-amount { font-size: 3rem; font-weight: 900; color: #25d366; }
.price-currency { font-size: 1.5rem; vertical-align: super; }
.price-note { font-size: .9rem; color: #ccd6f6; margin-top: .5rem; }
.savings-row { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
.saving-item { background: rgba(255,255,255,.1); border-radius: 10px; padding: 1rem 1.5rem; text-align: center; }
.saving-item .old { font-size: .85rem; color: #ff6b6b; text-decoration: line-through; }
.saving-item .new { font-size: 1.2rem; font-weight: 800; color: #25d366; }
.saving-item .label { font-size: .8rem; color: #a8d5ff; }

/* COMPARISON TABLE */
.compare-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; font-size: .95rem; }
.compare-table th { background: #0a2540; color: #fff; padding: .8rem 1rem; text-align: left; }
.compare-table td { padding: .75rem 1rem; border-bottom: 1px solid #e9ecef; }
.compare-table tr:nth-child(even) td { background: #f7f9fc; }
.tick { color: #25d366; font-weight: 700; }
.cross { color: #dc3545; }

/* FAQ */
.faq-list { list-style: none; }
.faq-item { border-bottom: 1px solid #e9ecef; padding: 1.2rem 0; }
.faq-q { font-weight: 700; color: #0a2540; margin-bottom: .4rem; font-size: 1rem; }
.faq-a { color: #555; font-size: .95rem; }

/* TRUST */
.trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: .5rem; font-size: .95rem; font-weight: 600; color: #0a2540; }
.trust-icon { font-size: 1.3rem; }

/* CTA SECTION */
.cta-section { background: linear-gradient(135deg, #0a2540, #163b6e); color: #fff; text-align: center; padding: 4rem 1rem; }
.cta-section h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 1rem; }
.cta-section p { color: #ccd6f6; margin-bottom: 2rem; font-size: 1rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* INTERNAL LINKS */
.links-grid { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.links-grid a { background: #f0f4ff; border: 1px solid #d0dbff; color: #0a2540; padding: .4rem .9rem; border-radius: 6px; font-size: .9rem; font-weight: 500; white-space: nowrap; }
.links-grid a:hover { background: #e0eaff; text-decoration: none; }

/* FOOTER */
footer { background: #050d1a; color: #8899aa; padding: 3rem 1rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; max-width: 1100px; margin: 0 auto 2rem; }
footer h4 { color: #fff; font-size: .95rem; margin-bottom: .75rem; font-weight: 700; }
footer ul { list-style: none; }
footer ul li { margin-bottom: .4rem; }
footer ul a { color: #8899aa; font-size: .875rem; }
footer ul a:hover { color: #fff; text-decoration: none; }
.footer-bottom { max-width: 1100px; margin: 0 auto; border-top: 1px solid #1a2a3a; padding-top: 1.5rem; text-align: center; font-size: .8rem; }

/* FLOATING WA */
.floating-wa { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; }
.floating-wa a { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; background: #25d366; border-radius: 50%; box-shadow: 0 4px 16px rgba(37,211,102,.4); font-size: 1.8rem; text-decoration: none; transition: transform .2s; }
.floating-wa a:hover { transform: scale(1.1); }

/* BREADCRUMB */
.breadcrumb { background: #f7f9fc; padding: .75rem 1rem; font-size: .85rem; color: #666; }
.breadcrumb a { color: #0066cc; }
.breadcrumb span { margin: 0 .4rem; }

/* HIGHLIGHT */
.highlight { color: #25d366; }
.highlight-blue { color: #0a7bff; }
.badge { display: inline-block; background: #e8f5ff; color: #0a2540; border: 1px solid #b3d4ff; border-radius: 4px; padding: .2rem .6rem; font-size: .8rem; font-weight: 600; margin: .2rem; }

/* RESPONSIVE */
@media (max-width: 640px) {
  nav { padding: .5rem 1rem; }
  .nav-links { display: none; }
  .hero { padding: 3rem 1rem 2.5rem; }
  section { padding: 2.5rem 1rem; }
}
