:root {
  --navy: #0d2445;
  --navy-2: #17345f;
  --blue: #1d4f91;
  --blue-2: #2d6bb8;
  --gold: #d4aa3a;
  --gold-soft: #f7edcc;
  --red: #bd3d42;
  --ink: #172235;
  --muted: #667085;
  --soft: #f7f9fc;
  --warm: #fffdf8;
  --line: #e3e8ef;
  --white: #fff;
  --success: #17734a;
  --shadow: 0 22px 60px rgba(13, 36, 69, .12);
  --shadow-small: 0 10px 30px rgba(13, 36, 69, .08);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.lang-es .lang-en { display: none !important; }
body.lang-en .lang-es { display: none !important; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.accent-bar { height: 5px; background: linear-gradient(90deg, var(--blue) 0 58%, var(--gold) 58% 86%, var(--red) 86%); }
.topbar { background: var(--navy); color: #f8fafc; font-size: .88rem; padding: 9px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar strong { color: var(--gold); }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(227,232,239,.9);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-brand { display: inline-flex; align-items: center; flex: 0 1 auto; }
.site-brand img { width: 240px; height: auto; }
.nav-actions, .nav-links { display: flex; align-items: center; gap: 17px; }
.nav-links { color: #384860; font-size: .92rem; font-weight: 750; }
.nav-links a { padding: 8px 0; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.language-toggle, .menu-toggle {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.language-toggle:hover, .menu-toggle:hover { border-color: var(--blue); color: var(--blue); }
.menu-toggle { display: none; padding-inline: 12px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: .95rem;
  font-weight: 850;
  text-align: center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(29,79,145,.2); }
.btn-primary:hover { background: var(--navy-2); }
.btn-secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--blue); color: var(--blue); }
.btn-gold { color: var(--navy); background: var(--gold); }
.btn-gold:hover { background: #e2bd50; }
.btn-quiet { color: var(--blue); background: #edf4fc; }

.hero { position: relative; overflow: hidden; padding: 90px 0 84px; background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; left: -250px; top: -180px; background: rgba(212,170,58,.12); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; right: -240px; bottom: -230px; background: rgba(29,79,145,.11); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(340px,.96fr); gap: 62px; align-items: center; }
.eyebrow, .section-kicker { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 20px; padding: 8px 12px; background: #edf4fc; border-radius: 999px; letter-spacing: .06em; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
h1, h2, h3 { color: var(--navy); }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.07em; }
h2 { margin-bottom: 15px; font-size: clamp(2.1rem, 4vw, 3.45rem); line-height: 1.04; letter-spacing: -.055em; }
h3 { line-height: 1.2; }
.hero h1 .highlight { position: relative; white-space: nowrap; z-index: 0; }
.hero h1 .highlight::after { content: ""; position: absolute; z-index: -1; height: 11px; left: 0; right: 0; bottom: 3px; border-radius: 99px; background: var(--gold); opacity: .82; }
.lead { max-width: 710px; color: #4b5a70; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 25px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #4b5a70; font-size: .91rem; font-weight: 750; }
.trust-list span::before { content: "✓"; color: var(--success); margin-right: 7px; font-weight: 950; }
.hero-panel { padding: 28px; border: 1px solid rgba(227,232,239,.95); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; display: block; height: 5px; margin: -28px -28px 24px; border-radius: 28px 28px 0 0; background: linear-gradient(90deg, var(--blue) 0 70%, var(--gold) 70% 88%, var(--red) 88%); }
.panel-label { margin-bottom: 10px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-panel h3 { margin-bottom: 20px; font-size: 1.45rem; }
.panel-list { display: grid; gap: 12px; list-style: none; }
.panel-list li { display: flex; gap: 13px; align-items: flex-start; padding: 15px; border: 1px solid #edf0f4; border-radius: 16px; background: var(--soft); }
.panel-list .icon { flex: 0 0 33px; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 11px; color: var(--white); background: var(--blue); font-size: .94rem; font-weight: 900; }
.panel-list li:nth-child(2) .icon { color: var(--navy); background: var(--gold); }
.panel-list li:nth-child(3) .icon { background: var(--red); }
.panel-list strong { display: block; margin-bottom: 2px; color: var(--navy); }
.panel-list small { color: var(--muted); }

section { padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p, .body-copy { color: var(--muted); font-size: 1.06rem; }
.section-kicker { margin-bottom: 11px; }
.dark-section { color: var(--white); background: var(--navy); }
.dark-section h2 { color: var(--white); }
.dark-section .section-kicker { color: var(--gold); }
.dark-section .section-heading p { color: #cbd7e8; }
.soft-section { background: var(--soft); }
.warm-section { background: var(--warm); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.dark-section .card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.07); box-shadow: none; }
.card-number { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 13px; color: var(--white); background: var(--blue); font-weight: 950; }
.card:nth-child(2) .card-number { background: var(--red); }
.card:nth-child(3) .card-number { color: var(--navy); background: var(--gold); }
.card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.dark-section .card h3 { color: var(--white); }
.card p { color: var(--muted); font-size: .97rem; }
.dark-section .card p { color: #cbd7e8; }
.feature-band { background: linear-gradient(135deg, rgba(212,170,58,.17), rgba(29,79,145,.08) 55%, rgba(189,61,66,.08)); }
.feature-band-inner { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.feature-copy, .feature-aside { padding: 48px; }
.feature-copy p { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.badge { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--navy); font-size: .86rem; font-weight: 850; }
.feature-aside { display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--blue); }
.feature-aside h3 { margin-bottom: 12px; color: var(--white); font-size: 1.75rem; }
.feature-aside p { color: #dbe7f8; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.check-list { display: grid; gap: 13px; margin-top: 24px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #435269; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--success); font-size: .75rem; font-weight: 900; }
.callout { padding: 30px; border: 1px solid #e4d49d; border-radius: 24px; background: #fff9e8; }
.callout h3 { margin-bottom: 10px; }
.callout p { color: #6d6040; }
.small-print { margin-top: 20px; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.realty-banner { padding: 52px 0; background: linear-gradient(135deg, #fff9e8, #f3f6fb); }
.realty-banner-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-small); }
.realty-banner .section-kicker { color: var(--red); }
.realty-banner h2 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.realty-banner p { max-width: 780px; color: var(--muted); }
.realty-banner .btn { min-width: 190px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.stat { padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.stat strong { display: block; color: var(--navy); font-size: 1.35rem; }
.stat span { color: var(--muted); font-size: .82rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-small); }
.price-card.featured { transform: translateY(-8px); border: 2px solid var(--blue); box-shadow: 0 24px 55px rgba(29,79,145,.16); }
.popular { position: absolute; top: 17px; right: 17px; padding: 6px 10px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.tier { color: var(--blue); font-size: .79rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 10px 0 2px; color: var(--navy); font-size: 2.65rem; font-weight: 950; letter-spacing: -.06em; }
.price small { color: var(--muted); font-size: .96rem; font-weight: 750; letter-spacing: 0; }
.onboarding { display: grid; gap: 8px; min-height: 62px; margin-bottom: 22px; font-size: .86rem; }
.onboarding-old { color: #8a96a7; text-decoration-line: line-through; text-decoration-thickness: 1.5px; text-decoration-color: #a2acb8; }
.onboarding-note { display: inline-flex; width: fit-content; padding: 6px 10px; border: 1px solid #b8dfce; border-radius: 999px; color: #176b4c; background: #edf9f3; font-size: .78rem; font-weight: 900; line-height: 1.15; }
.features { display: grid; gap: 11px; flex: 1; margin-bottom: 25px; list-style: none; }
.features li { position: relative; padding-left: 23px; color: #4b5a70; font-size: .92rem; }
.features li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.price-card .btn { width: 100%; }
.plans-contact-banner { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; padding: 22px 28px; border: 1px solid #e4d49d; border-radius: 22px; color: var(--navy); background: var(--warm); }
.plans-contact-banner p { margin: 0; font-size: 1.05rem; font-weight: 850; }
.plans-contact-banner .btn { min-width: 170px; }

.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; }
.process-step { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.process-step > span { width: 33px; height: 33px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; color: var(--white); background: var(--red); font-weight: 900; }
.process-step h3 { margin-bottom: 8px; font-size: 1rem; }
.process-step p { color: var(--muted); font-size: .89rem; }
.coverage-process { color: var(--white); background: var(--navy); }
.coverage-process h2 { color: var(--white); }
.coverage-process .section-kicker { color: var(--gold); }
.coverage-process .section-heading p { color: #d8e3f3; }
.coverage-process .process-step { border-color: rgba(255,255,255,.12); background: var(--white); box-shadow: 0 18px 38px rgba(0,0,0,.12); }
.coverage-process .process-step > span { background: var(--blue); }
.coverage-process .process-step h3 { color: var(--navy); }
.coverage-process .process-step p { color: #536278; }

.page-hero { padding: 76px 0 68px; background: linear-gradient(135deg, #f7f9fc, #fff 60%, #fff9e8); }
.page-hero .lead { max-width: 770px; }
.travel-match-section { scroll-margin-top: 112px; background: linear-gradient(135deg, #f7f9fc, #fff9e8); }
.travel-wizard { max-width: 930px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.travel-wizard-progress { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #fbfcfe; }
.travel-wizard-progress-item { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 78px; color: var(--muted); font-size: .9rem; }
.travel-wizard-progress-item + .travel-wizard-progress-item::before { content: ""; position: absolute; left: 0; width: 1px; height: 32px; background: var(--line); }
.travel-wizard-progress-item > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--muted); background: #edf1f6; font-weight: 900; }
.travel-wizard-progress-item.is-active, .travel-wizard-progress-item.is-complete { color: var(--navy); }
.travel-wizard-progress-item.is-active > span, .travel-wizard-progress-item.is-complete > span { color: var(--white); background: var(--blue); }
.travel-wizard-panel { padding: 42px; }
.wizard-panel-heading { max-width: 660px; margin-bottom: 26px; }
.wizard-panel-heading h3 { margin-bottom: 5px; font-size: 1.7rem; }
.wizard-panel-heading p { color: var(--muted); }
.wizard-step-label { display: none; }
.wizard-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.wizard-choice { display: grid; align-content: start; gap: 12px; min-height: 220px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); background: var(--white); font: inherit; text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.wizard-choice:hover { transform: translateY(-3px); border-color: var(--blue); background: #f6faff; box-shadow: var(--shadow-small); }
.wizard-choice strong { color: var(--navy); font-size: 1.04rem; line-height: 1.2; }
.wizard-choice strong::before { display: block; margin-bottom: 7px; color: var(--blue); font-size: .71rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
body.lang-en .wizard-choice strong::before { content: "Best for"; }
body.lang-es .wizard-choice strong::before { content: "Ideal para"; }
.wizard-choice > span { display: none; }
.wizard-choice::before { white-space: pre-line; color: var(--muted); font-size: .88rem; line-height: 1.72; }
.wizard-choice::after { align-self: end; margin-top: auto; color: var(--blue); font-size: .83rem; font-weight: 900; }
body.lang-en .wizard-choice::after { content: "Choose this path  →"; }
body.lang-es .wizard-choice::after { content: "Elegir esta opción  →"; }
body.lang-en .wizard-choice[data-trip="single"]::before { content: "✓ One departure and return date\A ✓ Vacation, family visit, business, or cruise\A ✓ Fast quote starting point"; }
body.lang-es .wizard-choice[data-trip="single"]::before { content: "✓ Una fecha de salida y regreso\A ✓ Vacaciones, visita familiar, negocio o crucero\A ✓ Punto de partida rápido para cotizar"; }
body.lang-en .wizard-choice[data-trip="annual"]::before { content: "✓ Several trips during the year\A ✓ Frequent international travel\A ✓ Annual-plan structure to explore"; }
body.lang-es .wizard-choice[data-trip="annual"]::before { content: "✓ Varios viajes durante el año\A ✓ Viajes internacionales frecuentes\A ✓ Estructura anual para explorar"; }
body.lang-en .wizard-choice[data-trip="extended"]::before { content: "✓ Student, visitor, or relocation travel\A ✓ Longer stay outside your home country\A ✓ Compare trip duration options"; }
body.lang-es .wizard-choice[data-trip="extended"]::before { content: "✓ Viaje de estudiante, visitante o mudanza\A ✓ Estadía larga fuera de su país de residencia\A ✓ Comparar opciones de duración"; }
body.lang-en .wizard-choice[data-trip="unsure"]::before { content: "✓ Multiple travelers or destinations\A ✓ More questions than answers\A ✓ A guided place to begin"; }
body.lang-es .wizard-choice[data-trip="unsure"]::before { content: "✓ Varios viajeros o destinos\A ✓ Más preguntas que respuestas\A ✓ Un punto de partida guiado"; }
body.lang-en .wizard-choice[data-priority="medical"]::before { content: "✓ Emergency medical assistance\A ✓ Medical support while away\A ✓ Questions about limits and exclusions"; }
body.lang-es .wizard-choice[data-priority="medical"]::before { content: "✓ Asistencia médica de emergencia\A ✓ Apoyo médico mientras viaja\A ✓ Preguntas sobre límites y exclusiones"; }
body.lang-en .wizard-choice[data-priority="redbridge"]::before { content: "✓ Cancellation or interruption matters\A ✓ Non-refundable trip costs to consider\A ✓ Options available for higher ages"; }
body.lang-es .wizard-choice[data-priority="redbridge"]::before { content: "✓ Importa la cancelación o interrupción\A ✓ Costos de viaje no reembolsables\A ✓ Opciones disponibles para edades más altas"; }
body.lang-en .wizard-choice[data-priority="special"]::before { content: "✓ Pre-existing health questions\A ✓ Pregnancy, sports, or special circumstances\A ✓ Review before selecting a plan"; }
body.lang-es .wizard-choice[data-priority="special"]::before { content: "✓ Preguntas sobre condiciones preexistentes\A ✓ Embarazo, deportes o circunstancias especiales\A ✓ Revisar antes de escoger un plan"; }
body.lang-en .wizard-choice[data-priority="compare"]::before { content: "✓ Compare the right questions first\A ✓ Organize what matters most\A ✓ Avoid guessing at a plan"; }
body.lang-es .wizard-choice[data-priority="compare"]::before { content: "✓ Comparar primero las preguntas correctas\A ✓ Organizar lo que más importa\A ✓ Evitar adivinar un plan"; }
.wizard-back, .wizard-restart { border: 0; color: var(--blue); background: transparent; font: inherit; font-size: .9rem; font-weight: 850; cursor: pointer; }
.wizard-back { margin-bottom: 23px; }
.wizard-restart { display: block; margin: 22px auto 0; text-decoration: underline; text-underline-offset: 4px; }
.wizard-result { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.wizard-result-option { position: relative; display: flex; flex-direction: column; min-height: 288px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-small); }
.wizard-result-option.is-recommended { border: 2px solid var(--blue); background: #f6faff; }
.wizard-result-option.is-recommended::before { position: absolute; top: 16px; right: 16px; padding: 6px 9px; border-radius: 999px; color: var(--white); background: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
body.lang-en .wizard-result-option.is-recommended::before { content: "Best match"; }
body.lang-es .wizard-result-option.is-recommended::before { content: "Mejor opción"; }
.wizard-result h3 { max-width: 350px; margin-bottom: 11px; color: var(--navy); font-size: 1.35rem; line-height: 1.15; }
.wizard-result p { color: var(--muted); font-size: .93rem; }
.wizard-result-kicker { margin-bottom: 11px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wizard-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 22px; }
.wizard-result-actions .btn { width: 100%; min-height: 46px; }
.travel-match-note { max-width: 930px; margin: 24px auto 0; padding: 20px 24px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; color: #665a3a; background: #fff9e8; font-size: .9rem; }
.travel-match-note strong { color: var(--navy); margin-right: 5px; }
.page-hero-split { align-items: center; }
.profile-hero-image { display: block; width: min(100%, 400px); max-height: 400px; aspect-ratio: 1; justify-self: end; object-fit: cover; border: 8px solid rgba(255,255,255,.9); border-radius: 34px; box-shadow: 0 24px 55px rgba(13,36,69,.18); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .84rem; font-weight: 750; }
.breadcrumbs a { color: var(--blue); }
.profile-card { display: grid; grid-template-columns: 160px 1fr; gap: 25px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-small); }
.profile-mark { width: 150px; height: 150px; display: grid; place-items: center; border-radius: 32px; color: var(--white); background: linear-gradient(145deg,var(--navy),var(--blue)); box-shadow: 0 14px 28px rgba(13,36,69,.2); }
.profile-mark span { font-size: 3.3rem; font-weight: 900; letter-spacing: -.08em; }
.profile-card h3 { margin-bottom: 6px; font-size: 1.35rem; }
.profile-card p { color: var(--muted); }
.profile-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.profile-links a { color: var(--blue); font-weight: 850; }
.info-list { display: grid; gap: 14px; list-style: none; }
.info-list li { padding: 17px 19px; border-left: 4px solid var(--gold); border-radius: 0 15px 15px 0; background: var(--soft); }
.info-list strong { display: block; margin-bottom: 3px; color: var(--navy); }
.info-list span { color: var(--muted); }
.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tile { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.tile h3 { margin-bottom: 9px; }
.tile p { color: var(--muted); }

.legal-wrap { max-width: 870px; }
.legal-wrap h2 { margin-top: 36px; font-size: 2rem; }
.legal-wrap h3 { margin-top: 25px; margin-bottom: 9px; font-size: 1.2rem; }
.legal-wrap p, .legal-wrap li { color: #4b5a70; }
.legal-wrap p + p { margin-top: 13px; }
.legal-wrap ul { display: grid; gap: 8px; padding-left: 22px; }
.legal-note { padding: 20px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: #fff9e8; }
.legal-note p { color: #665a3a; }

.cta { padding: 80px 0; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 50px; overflow: hidden; position: relative; border-radius: 30px; color: var(--white); background: linear-gradient(135deg,var(--navy),var(--blue)); box-shadow: var(--shadow); }
.cta-card::after { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; top: -130px; right: 110px; background: rgba(212,170,58,.18); }
.cta-card h2 { position: relative; z-index: 1; color: var(--white); }
.cta-card p { position: relative; z-index: 1; max-width: 700px; color: #d8e3f3; }
.cta-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 11px; }
.cta .btn-gold { min-width: 185px; }
.cta .btn-secondary { color: var(--white); border-color: rgba(255,255,255,.32); background: transparent; }
.cta .btn-secondary:hover { border-color: var(--white); }

footer { padding: 38px 0 25px; border-top: 1px solid var(--line); color: var(--navy); background: var(--warm); }
.footer-grid { display: grid; grid-template-columns: 210px 1fr 220px; gap: 28px; align-items: center; }
.footer-logo { width: 175px; height: auto; }
.footer-copy { color: var(--muted); font-size: .83rem; }
.footer-links { display: grid; gap: 6px; justify-items: end; color: var(--blue); font-size: .84rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mobile-panel { display: none; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .menu-toggle { display: inline-block; }
  .nav-actions .btn { display: none; }
  .mobile-panel.open { display: grid; gap: 7px; padding: 0 0 17px; }
  .mobile-panel a { padding: 9px 0; color: var(--navy); font-weight: 800; }
  .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 170px 1fr; }
  .footer-links { grid-column: 2; grid-row: 1; }
}
@media (max-width: 1150px) and (min-width: 761px) {
  .site-brand img { width: 190px; }
  .nav-links { gap: 11px; font-size: .86rem; }
  .nav-actions { gap: 9px; }
  .nav-actions .btn { padding-inline: 16px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 26px, 1180px); }
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner > a { display: none; }
  .site-brand img { width: 200px; }
  .nav { min-height: 70px; }
  .hero { padding: 65px 0 60px; }
  section { padding: 67px 0; }
  .grid-3, .grid-2, .pricing-grid, .tile-grid { grid-template-columns: 1fr; }
  .feature-band-inner { grid-template-columns: 1fr; }
  .feature-copy, .feature-aside { padding: 30px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .price-card.featured { transform: none; }
  .profile-hero-image { justify-self: center; max-width: min(100%, 340px); }
  .plans-contact-banner { flex-direction: column; align-items: stretch; text-align: center; }
  .plans-contact-banner .btn { width: 100%; }
  .realty-banner-card { flex-direction: column; align-items: stretch; padding: 25px; }
  .realty-banner .btn { width: 100%; }
  .cta-card { grid-template-columns: 1fr; padding: 32px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { width: 180px; margin: 0 auto; }
  .footer-links { grid-column: auto; grid-row: auto; justify-items: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .profile-card { grid-template-columns: 1fr; text-align: center; }
  .profile-mark { margin: 0 auto; }
  .profile-links { justify-content: center; }
  .travel-wizard-progress-item { flex-direction: column; gap: 4px; min-height: 86px; padding: 10px 4px; text-align: center; font-size: .74rem; line-height: 1.15; }
  .travel-wizard-progress-item + .travel-wizard-progress-item::before { height: 38px; }
  .travel-wizard-panel { padding: 28px 20px; }
  .wizard-panel-heading h3 { font-size: 1.35rem; }
  .wizard-choice-grid { grid-template-columns: 1fr; }
  .wizard-choice { min-height: 208px; }
  .wizard-result { grid-template-columns: 1fr; }
  .wizard-result-option { min-height: 0; padding: 24px; }
  .wizard-result h3 { font-size: 1.35rem; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.15rem; }
  .hero-actions, .hero-actions .btn, .cta-actions, .cta-actions .btn { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .language-toggle { min-height: 39px; padding-inline: 11px; font-size: .83rem; }
}
