/* ─── EXPAT COUNTDOWN V2 ─────────────────────────────── */
:root {
  --navy: #1B2A4A;
  --navy-light: #2A3F6A;
  --coral: #E8734A;
  --coral-dark: #D4602F;
  --coral-glow: rgba(232, 115, 74, 0.2);
  --cream: #FDF8F4;
  --white: #FFFFFF;
  --dark: #2D3748;
  --text: #2D3748;
  --text-light: #64748B;
  --text-muted: #94A3B8;
  --border: #E2E8F0;
  --bg: #FAFAF9;
  --green: #16A34A;
  --yellow: #D97706;
  --red: #DC2626;
  --radius: 12px;
  --shadow: 0 2px 12px rgba(27, 42, 74, 0.08);
  --shadow-lg: 0 8px 30px rgba(27, 42, 74, 0.12);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); line-height: 1.6; background: var(--bg); overflow-x: hidden; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
a { color: var(--coral); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--coral-dark); }
img { max-width: 100%; }
.text-center { text-align: center; }

/* ─── TYPOGRAPHY ──────────────────────────────────────── */
h1, h2, h3 { font-family: var(--font-display); color: var(--navy); line-height: 1.2; }
h1 { font-size: 3.2rem; font-weight: 800; letter-spacing: -1px; }
h2 { font-size: 2.2rem; font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }

/* ─── NAV ─────────────────────────────────────────────── */
.nav { position: sticky; top: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); z-index: 100; padding: 14px 0; }
.nav .container { display: flex; justify-content: space-between; align-items: center; }
.nav-brand { font-family: var(--font-body); font-size: 1.4rem; font-weight: 800; color: var(--navy); letter-spacing: -0.5px; }
.nav-brand span { color: var(--coral); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--text-light); font-size: 0.9rem; font-weight: 500; }
.nav-links a:hover { color: var(--coral); }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text); }

/* ─── BUTTONS ─────────────────────────────────────────── */
.btn { display: inline-block; padding: 12px 28px; border-radius: 8px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; border: none; cursor: pointer; transition: all 0.25s; text-align: center; line-height: 1.4; }
.btn-primary { background: var(--coral); color: var(--white); box-shadow: 0 4px 14px var(--coral-glow); }
.btn-primary:hover { background: var(--coral-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,115,74,0.35); }
.btn-outline { border: 2px solid var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-light { border: 2px solid rgba(255,255,255,0.5); color: var(--white); background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.15); color: var(--white); }
.btn-large { padding: 16px 36px; font-size: 1.05rem; border-radius: 10px; }
.btn-block { width: 100%; display: block; }

/* ─── SECTIONS ────────────────────────────────────────── */
.section { padding: 80px 0; }
.section-cream { background: var(--cream); }
.section-title { text-align: center; margin-bottom: 8px; }
.section-sub { text-align: center; color: var(--text-light); margin-bottom: 48px; font-size: 1.05rem; }

/* ─── HERO ────────────────────────────────────────────── */
.hero {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--navy) 0%, #1E3A5F 50%, #2A4A6A 100%);
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(ellipse at 30% 50%, rgba(232,115,74,0.08) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 30%, rgba(232,115,74,0.05) 0%, transparent 50%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.hero h1 { color: var(--white); max-width: 700px; margin: 0 auto 20px; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 36px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.hero-proof { font-size: 0.9rem; color: rgba(255,255,255,0.45); }
.hero-proof strong { color: rgba(255,255,255,0.8); }
.hero-proof em { font-style: italic; }

/* ─── HOW IT WORKS ────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { text-align: center; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%; background: var(--cream);
  color: var(--coral); font-family: var(--font-display); font-size: 1.5rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
  border: 2px solid var(--coral);
}
.step h3 { margin-bottom: 8px; font-family: var(--font-body); font-weight: 700; }
.step p { color: var(--text-light); font-size: 0.95rem; }

/* ─── COUNTRY CARDS ───────────────────────────────────── */
.countries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.country-card {
  display: block; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 20px; text-align: center;
  transition: all 0.3s; color: inherit; position: relative; overflow: hidden;
}
.country-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--coral), #F4A261); transform: scaleX(0);
  transition: transform 0.3s;
}
.country-card:hover { border-color: var(--coral); box-shadow: var(--shadow-lg); transform: translateY(-4px); color: inherit; }
.country-card:hover::after { transform: scaleX(1); }
.country-card h3 { font-family: var(--font-body); font-size: 1rem; margin-bottom: 6px; color: var(--navy); }
.country-cost { font-weight: 700; color: var(--coral); font-size: 0.95rem; margin-bottom: 8px; }
.country-link { font-size: 0.82rem; color: var(--text-muted); font-weight: 500; }

/* ─── TEASER CARD ─────────────────────────────────────── */
.teaser-card {
  display: flex; gap: 48px; align-items: center; background: var(--white);
  border: 1px solid var(--border); border-radius: 16px; padding: 48px;
  box-shadow: var(--shadow);
}
.teaser-content { flex: 1; }
.teaser-content h2 { margin-bottom: 16px; }
.teaser-content p { color: var(--text-light); margin-bottom: 24px; font-size: 1.05rem; line-height: 1.7; }
.teaser-visual { flex-shrink: 0; }
.teaser-stat { text-align: center; padding: 32px; background: var(--cream); border-radius: 16px; }
.teaser-stat-num { display: block; font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: var(--coral); }
.teaser-stat-label { display: block; font-size: 0.85rem; color: var(--text-light); margin-top: 4px; line-height: 1.4; }

/* ─── BLOG GRID ───────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.blog-card {
  display: block; background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; transition: all 0.3s; color: inherit;
}
.blog-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: var(--coral); color: inherit; }
.blog-category { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--coral); margin-bottom: 12px; }
.blog-card h3 { font-family: var(--font-body); font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.blog-card p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 12px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-date { font-size: 0.8rem; color: var(--text-muted); }

/* ─── PRICING ─────────────────────────────────────────── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.pricing-card {
  background: var(--white); border: 2px solid var(--border); border-radius: 16px;
  padding: 36px; text-align: center; position: relative; transition: all 0.3s;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pricing-card.featured { border-color: var(--coral); box-shadow: 0 0 40px var(--coral-glow); }
.pricing-card.featured::before {
  content: 'Most Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--coral), #F4A261); color: var(--white);
  font-size: 0.75rem; font-weight: 700; padding: 5px 18px; border-radius: 20px;
}
.pricing-card h3 { font-family: var(--font-body); font-size: 1.2rem; margin-bottom: 8px; font-weight: 800; color: var(--navy); }
.price { font-family: var(--font-display); font-size: 2.8rem; font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.price-sub { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 20px; }
.pricing-card ul { list-style: none; text-align: left; margin-bottom: 24px; }
.pricing-card li { padding: 7px 0; font-size: 0.88rem; color: var(--text-light); padding-left: 26px; position: relative; }
.pricing-card li::before { content: "\2713"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }

/* ─── FAQ ─────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-item summary {
  padding: 20px 24px; font-weight: 600; cursor: pointer; font-size: 1rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  color: var(--navy);
}
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--coral); font-weight: 700; transition: transform 0.2s; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { padding: 0 24px 20px; color: var(--text-light); line-height: 1.7; }

/* ─── CTA SECTION ─────────────────────────────────────── */
.section-cta {
  padding: 64px 0; background: linear-gradient(135deg, var(--navy), #1E3A5F);
  color: var(--white);
}
.section-cta h2 { color: var(--white); margin-bottom: 8px; }
.section-cta p { color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.email-row { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.email-row input {
  flex: 1; min-width: 250px; padding: 14px 16px; border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px; font-size: 1rem; font-family: var(--font-body);
  background: rgba(255,255,255,0.08); color: var(--white); transition: all 0.25s;
}
.email-row input:focus { border-color: var(--coral); outline: none; box-shadow: 0 0 0 3px var(--coral-glow); }
.email-row input::placeholder { color: rgba(255,255,255,0.3); }
.email-fine { font-size: 0.8rem; color: rgba(255,255,255,0.35); margin-top: 12px; }

/* ─── FOOTER ──────────────────────────────────────────── */
.footer { padding: 60px 0 36px; border-top: 1px solid var(--border); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { color: var(--text-light); font-size: 0.9rem; margin-top: 8px; line-height: 1.6; }
.footer-links h4 { font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 16px; }
.footer-links a { display: block; color: var(--text-light); font-size: 0.9rem; margin-bottom: 8px; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid var(--border); }
.footer-bottom p { font-size: 0.85rem; color: var(--text-muted); }
.footer .disclaimer { font-size: 0.72rem; margin-top: 10px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ─── WIZARD ──────────────────────────────────────────── */
.wizard-page { min-height: 100vh; background: var(--cream); }
.wizard-container { max-width: 620px; margin: 0 auto; padding: 40px 24px 80px; }
.wizard-progress { height: 4px; background: var(--border); border-radius: 2px; margin-bottom: 48px; overflow: hidden; }
.wizard-progress-fill { height: 100%; background: linear-gradient(90deg, var(--coral), #F4A261); border-radius: 2px; transition: width 0.4s ease; }
.wizard-step { animation: wizardFadeIn 0.4s ease; }
@keyframes wizardFadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.wizard-question { font-family: var(--font-display); font-size: 1.8rem; color: var(--navy); margin-bottom: 32px; line-height: 1.3; }
.wizard-options { display: flex; flex-direction: column; gap: 12px; }
.wizard-option {
  padding: 18px 24px; background: var(--white); border: 2px solid var(--border);
  border-radius: var(--radius); cursor: pointer; font-size: 1rem; font-weight: 500;
  transition: all 0.2s; text-align: left; font-family: var(--font-body); color: var(--text);
}
.wizard-option:hover { border-color: var(--coral); background: rgba(232,115,74,0.04); }
.wizard-option.selected { border-color: var(--coral); background: rgba(232,115,74,0.08); color: var(--coral); }
.wizard-option.multi.selected::after { content: ' \2713'; color: var(--coral); font-weight: 700; }
.wizard-input {
  width: 100%; padding: 16px 20px; border: 2px solid var(--border); border-radius: var(--radius);
  font-size: 1.1rem; font-family: var(--font-body); color: var(--text); background: var(--white);
  transition: border-color 0.2s;
}
.wizard-input:focus { outline: none; border-color: var(--coral); }
.wizard-nav { display: flex; justify-content: space-between; margin-top: 40px; }
.wizard-back { background: none; border: none; color: var(--text-light); cursor: pointer; font-size: 0.95rem; font-family: var(--font-body); }
.wizard-back:hover { color: var(--text); }

/* ─── WIZARD RESULTS ──────────────────────────────────── */
.results-header { text-align: center; padding: 60px 0 40px; background: var(--cream); }
.results-header h1 { margin-bottom: 12px; }
.results-summary { max-width: 700px; margin: 0 auto; color: var(--text-light); font-size: 1.1rem; line-height: 1.7; }
.results-grid { max-width: 900px; margin: 0 auto; padding: 40px 24px; }
.result-card {
  display: flex; gap: 24px; background: var(--white); border: 1px solid var(--border);
  border-radius: 16px; padding: 32px; margin-bottom: 20px; transition: all 0.3s;
  align-items: flex-start;
}
.result-card:hover { box-shadow: var(--shadow-lg); }
.result-rank { font-family: var(--font-display); font-size: 2rem; font-weight: 800; color: var(--coral); min-width: 48px; text-align: center; padding-top: 4px; }
.result-info { flex: 1; }
.result-info h3 { font-family: var(--font-body); font-size: 1.2rem; margin-bottom: 4px; }
.result-score { display: inline-block; background: var(--cream); color: var(--coral); font-weight: 700; font-size: 0.85rem; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.result-info p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; margin-bottom: 12px; }
.result-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 0.85rem; color: var(--text-muted); }
.result-meta strong { color: var(--text); }
.result-locked {
  position: relative; filter: blur(4px); pointer-events: none; user-select: none;
}
.result-locked-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex;
  align-items: center; justify-content: center; background: rgba(255,255,255,0.7);
  border-radius: 16px; z-index: 2;
}

/* ─── COUNTRY REPORT ──────────────────────────────────── */
.report-hero { padding: 60px 0; background: var(--cream); text-align: center; }
.report-hero h1 { margin-bottom: 8px; }
.report-meta { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 24px; }
.report-body { max-width: 800px; margin: 0 auto; padding: 48px 24px; }
.report-body h2 { font-size: 1.6rem; margin: 40px 0 16px; padding-top: 20px; border-top: 1px solid var(--border); }
.report-body h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.report-body h3 { font-size: 1.15rem; margin: 24px 0 8px; }
.report-body p { margin-bottom: 16px; line-height: 1.8; color: var(--text); }
.report-body ul, .report-body ol { margin-bottom: 16px; padding-left: 24px; }
.report-body li { margin-bottom: 8px; line-height: 1.7; color: var(--text-light); }
.report-sidebar { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.report-sidebar h4 { font-family: var(--font-body); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 16px; }

/* ─── COMPARE TOOL ────────────────────────────────────── */
.compare-page { padding: 48px 0; }
.compare-selectors { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 32px; }
.compare-selectors select {
  padding: 12px 16px; border: 2px solid var(--border); border-radius: var(--radius);
  font-size: 0.95rem; font-family: var(--font-body); background: var(--white); color: var(--text);
  min-width: 200px; cursor: pointer;
}
.compare-selectors select:focus { outline: none; border-color: var(--coral); }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.compare-table th { background: var(--navy); color: var(--white); padding: 16px; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; font-family: var(--font-body); font-weight: 600; }
.compare-table td { padding: 14px 16px; border-bottom: 1px solid var(--border); font-size: 0.92rem; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .label-col { font-weight: 600; color: var(--navy); background: var(--cream); white-space: nowrap; }

/* ─── CALCULATOR ──────────────────────────────────────── */
.calc-page { padding: 48px 0; max-width: 900px; margin: 0 auto; }
.calc-page h1 { text-align: center; margin-bottom: 8px; }
.calc-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 32px 0; }
.calc-form .form-group { display: flex; flex-direction: column; }
.calc-form .form-group.full { grid-column: 1 / -1; }
.calc-form label { font-size: 0.8rem; font-weight: 600; color: var(--text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.calc-form select, .calc-form input {
  padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 0.95rem; font-family: var(--font-body); color: var(--text); background: var(--white);
}
.calc-form select:focus, .calc-form input:focus { outline: none; border-color: var(--coral); }
.calc-result { margin-top: 32px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 32px; box-shadow: var(--shadow); }
.calc-savings { text-align: center; font-family: var(--font-display); font-size: 2.4rem; color: var(--green); font-weight: 800; margin-bottom: 24px; }
.calc-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.calc-col h3 { font-family: var(--font-body); font-size: 1rem; margin-bottom: 12px; text-align: center; }
.calc-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.calc-row:last-child { border-bottom: none; }

/* ─── BLOG ────────────────────────────────────────────── */
.blog-page { padding: 48px 0; }
.blog-page h1 { text-align: center; margin-bottom: 8px; }
.blog-filters { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 24px 0 40px; }
.blog-filter {
  padding: 8px 16px; border: 1px solid var(--border); border-radius: 20px;
  font-size: 0.82rem; color: var(--text-light); text-transform: capitalize;
  transition: all 0.2s;
}
.blog-filter:hover, .blog-filter.active { border-color: var(--coral); color: var(--coral); background: rgba(232,115,74,0.05); }
.blog-post-page { max-width: 760px; margin: 0 auto; padding: 48px 24px; }
.blog-post-page h1 { font-size: 2.4rem; margin-bottom: 16px; line-height: 1.2; }
.blog-post-meta { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 32px; }
.blog-post-content { line-height: 1.9; }
.blog-post-content h2 { font-size: 1.5rem; margin: 40px 0 16px; }
.blog-post-content h3 { font-size: 1.2rem; margin: 28px 0 12px; }
.blog-post-content p { margin-bottom: 16px; }
.blog-post-content ul, .blog-post-content ol { margin-bottom: 16px; padding-left: 24px; }
.blog-post-content li { margin-bottom: 8px; line-height: 1.7; }
.blog-post-content a { color: var(--coral); text-decoration: underline; }
.blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.blog-pagination a {
  padding: 8px 16px; border: 1px solid var(--border); border-radius: 8px;
  color: var(--text-light); font-size: 0.9rem;
}
.blog-pagination a.active { border-color: var(--coral); color: var(--coral); font-weight: 600; }

/* ─── DASHBOARD ───────────────────────────────────────── */
.dashboard { padding: 48px 0; }
.dash-header { margin-bottom: 40px; }
.dash-header h1 { margin-bottom: 4px; }
.tier-badge {
  display: inline-block; padding: 4px 14px; border-radius: 20px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.tier-free { background: var(--border); color: var(--text-muted); }
.tier-explorer { background: rgba(232,115,74,0.12); color: var(--coral); }
.tier-navigator { background: rgba(27,42,74,0.1); color: var(--navy); }
.dash-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.dash-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; transition: all 0.2s;
}
.dash-card:hover { box-shadow: var(--shadow); }
.dash-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--navy); }
.dash-card p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 16px; }

/* ─── AUTH PAGES ──────────────────────────────────────── */
.auth-page { min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 48px 24px; }
.auth-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 48px; max-width: 420px; width: 100%; box-shadow: var(--shadow);
}
.auth-card h1 { font-size: 1.8rem; margin-bottom: 8px; text-align: center; }
.auth-card .auth-sub { text-align: center; color: var(--text-light); margin-bottom: 32px; }
.auth-card .form-group { margin-bottom: 16px; }
.auth-card label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-muted); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.auth-card input {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 0.95rem; font-family: var(--font-body); color: var(--text);
}
.auth-card input:focus { outline: none; border-color: var(--coral); }
.auth-error { background: rgba(220,38,38,0.08); color: var(--red); padding: 12px; border-radius: 8px; font-size: 0.9rem; margin-bottom: 16px; }
.auth-footer { text-align: center; margin-top: 20px; font-size: 0.9rem; color: var(--text-light); }

/* ─── RETIREMENT MODELER ──────────────────────────────── */
.retirement-page { padding: 48px 0; }
.retirement-wizard { max-width: 700px; margin: 0 auto; }
.retirement-step { display: none; animation: wizardFadeIn 0.3s ease; }
.retirement-step.active { display: block; }
.retirement-step h2 { margin-bottom: 24px; font-size: 1.6rem; }
.slider-group { margin-bottom: 20px; }
.slider-group label { display: flex; justify-content: space-between; margin-bottom: 8px; }
.slider-group input[type="range"] { width: 100%; accent-color: var(--coral); }
.slider-value { font-weight: 700; color: var(--coral); min-width: 60px; text-align: right; }
.retirement-results { margin-top: 40px; }
.hero-metric {
  text-align: center; padding: 40px; background: var(--white); border-radius: 16px;
  box-shadow: var(--shadow); margin-bottom: 32px; border: 2px solid var(--border);
}
.hero-metric .big-age { font-family: var(--font-display); font-size: 4rem; font-weight: 800; }
.hero-metric .big-age.green { color: var(--green); }
.hero-metric .big-age.yellow { color: var(--yellow); }
.hero-metric .big-age.red { color: var(--red); }
.chart-container { background: var(--white); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); margin-bottom: 24px; }

/* ─── CHECKLIST ───────────────────────────────────────── */
.checklist-page { padding: 48px 0; max-width: 800px; margin: 0 auto; }
.checklist-category { margin-bottom: 32px; }
.checklist-category h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.checklist-progress { height: 4px; background: var(--border); border-radius: 2px; flex: 1; overflow: hidden; }
.checklist-progress-fill { height: 100%; background: var(--coral); border-radius: 2px; transition: width 0.3s; }
.checklist-item {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.checklist-item:last-child { border-bottom: none; }
.checklist-item input[type="checkbox"] { margin-top: 4px; accent-color: var(--coral); width: 18px; height: 18px; cursor: pointer; }
.checklist-item.done .checklist-title { text-decoration: line-through; color: var(--text-muted); }
.checklist-title { font-weight: 600; font-size: 0.95rem; }
.checklist-desc { font-size: 0.85rem; color: var(--text-light); margin-top: 2px; }
.checklist-due { font-size: 0.78rem; color: var(--coral); font-weight: 600; margin-top: 4px; }

/* ─── 404 ─────────────────────────────────────────────── */
.page-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.page-404 h1 { font-size: 6rem; color: var(--coral); margin-bottom: 8px; }
.page-404 p { color: var(--text-light); margin-bottom: 24px; }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 768px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.6rem; }
  .hero { padding: 60px 0 48px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .countries-grid { grid-template-columns: repeat(2, 1fr); }
  .teaser-card { flex-direction: column; padding: 32px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--white);
    padding: 20px; border-bottom: 1px solid var(--border); gap: 12px;
  }
  .mobile-toggle { display: block; }
  .result-card { flex-direction: column; }
  .compare-table { font-size: 0.82rem; }
  .calc-form { grid-template-columns: 1fr; }
  .calc-comparison { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 1.8rem; }
  .wizard-question { font-size: 1.4rem; }
  .countries-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
