:root {
  --navy: #18356f;
  --navy-dark: #0d224a;
  --navy-soft: #eaf0fb;
  --gold: #f5b52e;
  --ink: #172033;
  --muted: #697386;
  --line: #e4e8ef;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --success: #0c8f68;
  --danger: #b54747;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(16, 35, 73, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.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;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.header-actions,
.destination,
.country-field,
.assurance-grid,
.assurance-callout,
.trust-points,
.final-cta-inner,
.mobile-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 5px 9px rgba(13, 34, 74, 0.12));
  transition: transform 160ms ease, filter 160ms ease;
}

.brand:hover .brand-mark {
  filter: drop-shadow(0 7px 12px rgba(13, 34, 74, 0.18));
  transform: translateY(-1px);
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  color: var(--navy-dark);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.brand-copy strong > span {
  color: var(--navy);
  letter-spacing: 0.015em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.header-actions {
  gap: 18px;
}

.destination {
  gap: 8px;
  font-weight: 650;
}

.language-select select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 510px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(8, 22, 49, 0.92), rgba(8, 22, 49, 0.35)),
    url("hero-usa.jpg") center 56% / cover no-repeat,
    linear-gradient(120deg, #172d55, #a36d36);
}

.hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 75% 38%, rgba(245, 181, 46, 0.22), transparent 32%),
    linear-gradient(to top, rgba(6, 17, 38, 0.18), transparent);
}

.hero-grid {
  min-height: 510px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 80px;
  padding-block: 54px;
}

.hero-copy {
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.navy {
  color: var(--navy);
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.fast-badge {
  width: fit-content;
  margin-top: 30px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 18px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.fast-badge span:first-child {
  color: var(--gold);
}

.country-card {
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.step-label {
  margin: 0 0 5px;
  font-size: 19px;
  font-weight: 800;
}

.muted {
  color: var(--muted);
}

.country-card > .muted {
  margin: 0 0 18px;
}

.country-field {
  min-height: 66px;
  gap: 12px;
  padding-inline: 16px;
  border: 2px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.country-flag {
  font-size: 29px;
}

.country-field select {
  width: 100%;
  height: 62px;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: #fff;
  font-size: 19px;
}

.country-suggestion {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.country-suggestion[hidden] {
  display: none;
}

.eligibility-result {
  margin-top: 14px;
  padding: 13px 14px;
  color: #096347;
  border: 1px solid #b8e4d6;
  border-radius: 10px;
  background: #effaf6;
}

.eligibility-result strong,
.eligibility-result p {
  display: block;
}

.eligibility-result p {
  margin: 3px 0 0;
  font-size: 13px;
}

.eligibility-result.is-ineligible {
  color: #7b5410;
  border-color: #ecd49f;
  background: #fff8e9;
}

.resume-application {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 14px;
  color: #18356f;
  border: 1px solid #bdd0f2;
  border-radius: 10px;
  background: #f2f6ff;
}

.resume-application[hidden] {
  display: none;
}

.resume-application:empty {
  display: none;
}

.resume-application p,
.resume-application small,
.resume-application span {
  margin: 0;
  color: #52627c;
  font-size: 13px;
}

.resume-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: 4px;
  color: #fff;
  border-radius: 8px;
  background: #18356f;
  font-weight: 800;
  text-decoration: none;
}

.link-button,
.footer-button {
  padding: 0;
  color: var(--muted);
  border: 0;
  background: none;
  text-decoration: underline;
}

.country-card .link-button {
  margin: 12px 0 20px;
}

.primary-button,
.light-button {
  min-height: 56px;
  padding: 14px 24px;
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-button {
  width: 100%;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(24, 53, 111, 0.2);
}

.primary-button:hover {
  transform: translateY(-1px);
  background: #102c65;
  box-shadow: 0 13px 28px rgba(24, 53, 111, 0.28);
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.no-payment {
  margin: 12px 0 2px;
  color: #444d5f;
  text-align: center;
}

.country-card > small {
  display: block;
  text-align: center;
}

.private-notice {
  padding-block: 18px;
  color: #6a7280;
  border-bottom: 1px solid var(--line);
  background: #fff;
  font-size: 14px;
}

.private-notice p {
  margin: 2px 0;
}

.private-notice a {
  display: inline-block;
  margin: 6px 18px 0 0;
  font-weight: 650;
}

.assurance-strip {
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}

.assurance-grid {
  justify-content: space-between;
  gap: 30px;
}

.assurance-callout {
  flex: 0 1 520px;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #dbe1eb;
  border-radius: 13px;
  background: var(--surface-soft);
}

.assurance-callout div {
  display: grid;
}

.assurance-callout small {
  color: var(--muted);
}

.round-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--navy);
  border-radius: 50%;
  background: var(--navy-soft);
  font-size: 21px;
}

.trust-points {
  gap: 25px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
  white-space: nowrap;
}

.section {
  padding-block: 90px;
}

.section-soft {
  background: var(--surface-soft);
}

.section-navy {
  color: #fff;
  background: var(--navy-dark);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.checklist-layout h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.comparison-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.comparison-card h3 {
  margin: 0 0 20px;
  font-size: 25px;
}

.muted-card {
  color: #7b8494;
}

.recommended-card {
  border: 2px solid var(--navy);
  box-shadow: var(--shadow);
}

.recommended-label {
  position: absolute;
  top: 0;
  right: 28px;
  padding: 7px 14px;
  color: #fff;
  border-radius: 0 0 9px 9px;
  background: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.feature-list.positive li::before {
  content: "✓";
  color: var(--success);
  background: #e8f7f2;
}

.feature-list.negative li::before {
  content: "×";
  color: #9ca3af;
  background: #eef0f3;
}

.steps-grid,
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 12px;
  background: var(--navy);
  font-weight: 850;
}

.step-card h3,
.benefits-grid h3 {
  margin: 24px 0 10px;
}

.step-card p,
.benefits-grid p {
  margin: 0;
  color: var(--muted);
}

.benefits-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefits-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.benefits-grid article > span {
  font-size: 30px;
}

.benefits-grid h3 {
  margin-top: 18px;
}

.benefits-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.checklist-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
}

.checklist-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.checklist-card h3 {
  margin: 0;
  font-size: 26px;
}

.pill {
  width: fit-content;
  padding: 6px 11px;
  color: var(--navy);
  border-radius: 999px;
  background: var(--navy-soft);
  font-size: 13px;
  font-weight: 750;
}

.checklist-card .feature-list {
  margin: 24px 0 0;
}

.faq-wrap {
  max-width: 880px;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-list details {
  padding: 0 26px;
}

.faq-list details + details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  padding-block: 22px;
  font-size: 18px;
  font-weight: 750;
}

.faq-list details p {
  margin: -4px 0 24px;
  color: var(--muted);
}

.final-cta {
  padding-block: 58px;
  color: #fff;
  background: var(--navy);
}

.final-cta-inner {
  justify-content: space-between;
  gap: 30px;
}

.final-cta h2 {
  font-size: 38px;
}

.final-cta p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.light-button {
  min-width: 210px;
  color: var(--navy);
  background: #fff;
}

.site-footer {
  padding: 60px 0 24px;
  color: #dbe3f3;
  background: #081936;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr;
  gap: 50px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid h3,
.footer-grid p,
.footer-grid address {
  margin: 0;
}

.footer-grid a,
.footer-button {
  width: fit-content;
  color: #dbe3f3;
}

.footer-brand {
  color: #fff;
  font-size: 25px;
  font-weight: 850;
}

.footer-disclaimer {
  margin-top: 48px;
  padding-top: 24px;
  color: #9dabc2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.footer-disclaimer p:last-child {
  display: flex;
  justify-content: space-between;
}

.mobile-cta {
  display: none;
}

.legal-copy {
  max-width: 850px;
}

.legal-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(42px, 6vw, 64px);
  letter-spacing: -0.04em;
}

.legal-copy p {
  color: #4f596b;
  font-size: 18px;
  line-height: 1.75;
}

.legal-copy h2 {
  margin: 38px 0 10px;
  color: var(--navy-dark);
  font-size: 27px;
}

.legal-copy ul {
  display: grid;
  gap: 10px;
  color: #4f596b;
  font-size: 17px;
  line-height: 1.65;
}

.legal-updated {
  margin-top: -18px;
  color: var(--muted);
  font-size: 14px;
}

[data-lang-content][hidden] {
  display: none;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .country-card {
    max-width: 620px;
  }

  .assurance-grid,
  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .assurance-callout {
    flex-basis: auto;
  }

  .trust-points {
    justify-content: space-between;
    white-space: normal;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checklist-layout {
    gap: 38px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 92px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small,
  .destination {
    display: none;
  }

  .language-select select {
    min-height: 42px;
    padding-left: 10px;
  }

  .hero {
    min-height: auto;
    background-position: 60% center;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 38px 44px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .fast-badge {
    margin-top: 22px;
    font-size: 16px;
  }

  .country-card {
    padding: 24px 20px;
  }

  .section {
    padding-block: 64px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .checklist-layout h2 {
    font-size: 35px;
  }

  .comparison-grid,
  .steps-grid,
  .benefits-grid,
  .checklist-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card,
  .checklist-card {
    padding: 26px 22px;
  }

  .trust-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .checklist-layout {
    gap: 28px;
  }

  .final-cta .light-button {
    width: 100%;
  }

  .footer-disclaimer p:last-child {
    display: grid;
  }

  .mobile-cta {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 92px;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -10px 30px rgba(7, 18, 42, 0.12);
  }

  .mobile-cta > div {
    display: grid;
  }

  .mobile-cta small {
    color: var(--muted);
  }

  .mobile-cta .primary-button {
    width: auto;
    min-height: 52px;
    white-space: nowrap;
  }

}

@media (prefers-reduced-motion: reduce) {
  html,
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
