:root {
  --navy-950: #071321;
  --navy-900: #0b1a2b;
  --navy-800: #10243a;
  --navy-700: #19324c;
  --ink: #17202b;
  --muted: #667281;
  --line: #dce2e8;
  --soft: #f5f7f8;
  --soft-warm: #fbfaf7;
  --white: #ffffff;
  --champagne: #c8a35f;
  --champagne-light: #ead9b8;
  --aqua: #9fc9c2;
  --shadow: 0 24px 70px rgba(9, 24, 40, 0.12);
  --shadow-strong: 0 34px 110px rgba(5, 13, 22, 0.2);
  --radius: 8px;
  --max: 1180px;
  font-family:
    Inter, Manrope, "Neue Haas Grotesk Text", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(7, 19, 33, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 19, 33, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 46%, #ffffff 100%);
  background-size: 44px 44px, 44px 44px, auto;
  font-size: 16px;
  line-height: 1.6;
}

body.animations-ready .reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.72, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body.animations-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 14px;
  left: clamp(12px, 2vw, 28px);
  right: clamp(12px, 2vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 66px;
  padding: 0 clamp(14px, 2.4vw, 26px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 24%),
    rgba(7, 19, 33, 0.76);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(234, 217, 184, 0.16);
  border-radius: 999px;
  box-shadow: 0 20px 70px rgba(5, 13, 22, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 700;
  letter-spacing: 0;
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 1px rgba(234, 217, 184, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.6vw, 34px);
  font-size: 0.91rem;
  color: rgba(255, 255, 255, 0.82);
}

.nav a,
.header-cta {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav a:hover {
  color: var(--white);
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--champagne-light);
  transition: transform 180ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(234, 217, 184, 0.62);
  border-radius: 999px;
  color: var(--champagne-light);
  background: rgba(234, 217, 184, 0.055);
  font-size: 0.9rem;
  white-space: nowrap;
}

.header-cta:hover {
  background: rgba(234, 217, 184, 0.12);
  border-color: var(--champagne-light);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(234, 217, 184, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(234, 217, 184, 0.035) 1px, transparent 1px),
    var(--navy-950);
  background-size: 56px 56px, 56px 56px, auto;
}

.hero-media,
.hero-media img,
.hero-overlay,
.hero-aurora {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(159, 201, 194, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(7, 19, 33, 0.96) 0%, rgba(7, 19, 33, 0.84) 38%, rgba(7, 19, 33, 0.38) 68%, rgba(7, 19, 33, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 19, 33, 0.92) 0%, rgba(7, 19, 33, 0.12) 46%, rgba(7, 19, 33, 0.48) 100%);
}

.hero-aurora {
  pointer-events: none;
  background:
    radial-gradient(circle at calc(64% + var(--hero-x, 0px)) calc(30% + var(--hero-y, 0px)), rgba(234, 217, 184, 0.22), transparent 24%),
    radial-gradient(circle at calc(78% - var(--hero-x, 0px)) calc(64% - var(--hero-y, 0px)), rgba(159, 201, 194, 0.13), transparent 22%),
    linear-gradient(110deg, transparent 18%, rgba(234, 217, 184, 0.12) 36%, transparent 54%);
  mix-blend-mode: screen;
  opacity: 0.72;
  animation: auroraSweep 12s ease-in-out infinite alternate;
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 156px 0 50px;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-copy,
.hero-actions,
.trust-strip {
  animation: heroLift 850ms ease both;
}

.hero-content h1 {
  animation-delay: 120ms;
}

.hero-copy {
  animation-delay: 240ms;
}

.hero-actions {
  animation-delay: 360ms;
}

.trust-strip {
  animation-delay: 520ms;
}

.hero-proof {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(880px, 100%);
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(234, 217, 184, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.16);
  animation: heroLift 850ms ease both;
  animation-delay: 650ms;
}

.hero-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(234, 217, 184, 0.14), transparent 28%, rgba(159, 201, 194, 0.08));
  pointer-events: none;
}

.hero-proof span {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(7, 19, 33, 0.22);
  font-size: 0.9rem;
}

.hero-proof strong {
  color: var(--champagne-light);
  font-size: 1.35rem;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.01em;
  font-weight: 650;
  text-wrap: balance;
}

h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.005em;
  font-weight: 620;
  text-wrap: balance;
}

h3 {
  margin: 0;
  color: var(--navy-950);
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 680;
}

.hero-copy {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
}

.hero-actions,
.final-inner .button {
  margin-top: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -65%;
  width: 44%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0;
}

.button:hover {
  transform: translateY(-1px);
}

.button:hover::after {
  opacity: 1;
  animation: buttonSheen 820ms ease;
}

.button-primary {
  background:
    linear-gradient(135deg, #dfc17f, var(--champagne) 54%, #b98f46);
  color: var(--navy-950);
  box-shadow: 0 16px 38px rgba(200, 163, 95, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.button-primary:hover {
  background: #d8b674;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 58px;
  color: rgba(255, 255, 255, 0.72);
}

.trust-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 19, 33, 0.28);
  backdrop-filter: blur(8px);
  font-size: 0.9rem;
}

.trust-strip span {
  animation: trustFloat 4.8s ease-in-out infinite;
}

.trust-strip span:nth-child(2) {
  animation-delay: 420ms;
}

.trust-strip span:nth-child(3) {
  animation-delay: 840ms;
}

.section {
  padding: clamp(82px, 10vw, 138px) 0;
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgba(159, 201, 194, 0.08), transparent 38%),
    linear-gradient(90deg, rgba(200, 163, 95, 0.12), transparent 32%),
    var(--navy-950);
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(234, 217, 184, 0.12);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 6vw, 90px);
}

.intro-grid p {
  margin: 0;
}

.intro-grid p:first-child {
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.58rem);
  line-height: 1.45;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 48px;
}

.section-heading > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

.section-heading.split > p {
  margin: 0 0 4px;
  color: var(--muted);
}

.muted {
  background:
    linear-gradient(180deg, var(--soft-warm), var(--soft));
}

.cards,
.service-grid,
.case-grid,
.article-grid,
.country-grid {
  display: grid;
  gap: 18px;
}

.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.service-grid article,
.case-grid article,
.lead-form,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.card,
.service-grid article,
.passive-grid article,
.case-grid article,
.article-grid a,
.lead-form,
.faq-list details {
  border-color: rgba(7, 19, 33, 0.1);
}

.card {
  min-height: 280px;
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--champagne), transparent);
  opacity: 0.78;
}

.card::after,
.service-grid article::after,
.passive-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(159, 201, 194, 0.08), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.card:hover::after,
.service-grid article:hover::after,
.passive-grid article:hover::after {
  opacity: 1;
}

.card:hover,
.service-grid article:hover,
.case-grid article:hover,
.article-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 163, 95, 0.55);
  box-shadow: 0 30px 82px rgba(9, 24, 40, 0.16);
}

.card-icon {
  display: block;
  margin-bottom: 58px;
  color: var(--champagne);
  font-size: 0.82rem;
  font-weight: 800;
}

.card p,
.service-grid p,
.case-grid p,
.faq-list p {
  color: var(--muted);
}

.compact-card {
  min-height: 230px;
}

.compact-card .card-icon {
  margin-bottom: 34px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 252, 252, 0.98)),
    radial-gradient(circle at 88% 0%, rgba(200, 163, 95, 0.12), transparent 30%);
  box-shadow: 0 14px 44px rgba(9, 24, 40, 0.055);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.service-grid article::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--champagne);
  transform-origin: left;
  transition: transform 260ms ease;
}

.service-grid article:hover::before {
  transform: scaleX(1.75);
}

.passive-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(200, 163, 95, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f9 100%);
}

.passive-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

.passive-feature,
.passive-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.passive-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding: clamp(28px, 4vw, 38px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 19, 33, 0.58), rgba(7, 19, 33, 0.96)),
    radial-gradient(circle at 82% 18%, rgba(200, 163, 95, 0.24), transparent 30%),
    var(--navy-950);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.passive-feature::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(234, 217, 184, 0.13);
  border-radius: 6px;
  pointer-events: none;
}

.passive-feature span {
  position: relative;
  width: fit-content;
  margin-bottom: auto;
  padding: 9px 12px;
  border: 1px solid rgba(234, 217, 184, 0.28);
  border-radius: 999px;
  color: var(--champagne-light);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.passive-feature h3 {
  position: relative;
  color: var(--white);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

.passive-feature p {
  position: relative;
  color: rgba(255, 255, 255, 0.74);
}

.passive-feature .small-note {
  margin-top: 24px;
  border-color: rgba(234, 217, 184, 0.22);
  color: rgba(255, 255, 255, 0.66);
}

.passive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.passive-grid article {
  min-height: 206px;
  padding: 28px;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
  box-shadow: 0 14px 46px rgba(9, 24, 40, 0.055);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.passive-grid article::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 20px;
  background: var(--champagne);
  transform-origin: left;
  transition: transform 260ms ease;
}

.passive-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 163, 95, 0.55);
  box-shadow: 0 30px 82px rgba(9, 24, 40, 0.13);
}

.passive-grid article:hover::before {
  transform: scaleX(1.7);
}

.passive-grid p {
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  position: relative;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
}

.timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--champagne), rgba(200, 163, 95, 0.12));
}

.timeline article {
  min-height: 255px;
  padding: 30px;
  border-right: 1px solid var(--line);
  position: relative;
  transition: background 240ms ease, transform 240ms ease;
}

.timeline article.is-active {
  background:
    linear-gradient(135deg, rgba(159, 201, 194, 0.09), transparent 46%),
    linear-gradient(180deg, rgba(234, 217, 184, 0.18), transparent 42%),
    #ffffff;
}

.timeline article:last-child {
  border-right: 0;
}

.timeline span,
.case-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--champagne);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

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

.jurisdiction-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 19, 33, 0.96), rgba(5, 13, 22, 1)),
    radial-gradient(circle at 75% 20%, rgba(200, 163, 95, 0.18), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.05), transparent 28%),
    var(--navy-950);
}

.jurisdiction-section h2,
.jurisdiction-section .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.jurisdiction-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.jurisdiction-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}

.jurisdiction-layout .section-heading {
  margin-bottom: 0;
}

.jurisdiction-map {
  position: relative;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 45%, rgba(200, 163, 95, 0.16), transparent 23%),
    radial-gradient(circle at 76% 66%, rgba(234, 217, 184, 0.1), transparent 20%),
    radial-gradient(circle at 18% 76%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 22%),
    #0d2135;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 90px rgba(255, 255, 255, 0.035),
    0 28px 90px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.jurisdiction-map {
  animation: mapGlow 8s ease-in-out infinite alternate;
}

.jurisdiction-map::before,
.jurisdiction-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.jurisdiction-map::before {
  inset: -40% auto -40% -20%;
  width: 42%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(234, 217, 184, 0.12), transparent);
  animation: mapBeam 7.5s ease-in-out infinite;
}

.jurisdiction-map::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 22, 0.32), transparent 18%, transparent 82%, rgba(5, 13, 22, 0.34)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(0deg, rgba(5, 13, 22, 0.1), transparent 34%);
}

.animated-world-map {
  min-height: clamp(350px, 36vw, 470px);
  display: grid;
  place-items: center;
}

.map-svg {
  position: relative;
  z-index: 1;
  width: min(104%, 1040px);
  height: auto;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.16));
}

.map-grid path,
.map-grid ellipse {
  fill: none;
  stroke: rgba(234, 217, 184, 0.13);
  stroke-width: 1.2;
}

.map-grid path {
  stroke-dasharray: 8 14;
  animation: gridDrift 22s linear infinite;
}

.map-land path {
  fill: rgba(255, 255, 255, 0.075);
  stroke: rgba(234, 217, 184, 0.2);
  stroke-width: 1.2;
  transform-origin: center;
  animation: landBreath 8s ease-in-out infinite alternate;
}

.map-land path:nth-child(2n) {
  animation-delay: 900ms;
}

.map-routes path {
  fill: none;
  stroke: rgba(200, 163, 95, 0.62);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 7 16;
  filter: drop-shadow(0 0 9px rgba(200, 163, 95, 0.46));
  animation: routeFlow 4.6s linear infinite;
}

.map-routes path:nth-child(2) { animation-delay: 260ms; }
.map-routes path:nth-child(3) { animation-delay: 520ms; }
.map-routes path:nth-child(4) { animation-delay: 780ms; }
.map-routes path:nth-child(5) { animation-delay: 1040ms; }
.map-routes path:nth-child(6) { animation-delay: 1300ms; }

.map-pin {
  fill: var(--champagne);
  stroke: rgba(234, 217, 184, 0.86);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: svgPinPulse 2.8s ease-in-out infinite;
}

.map-pin-andorra { animation-delay: 200ms; }
.map-pin-portugal { animation-delay: 420ms; }
.map-pin-paraguay { animation-delay: 640ms; }
.map-pin-panama { animation-delay: 860ms; }
.map-pin-singapore { animation-delay: 1080ms; }
.map-pin-malta { animation-delay: 1300ms; }
.map-pin-switzerland { animation-delay: 1520ms; }

.map-hubs circle {
  fill: none;
  stroke: rgba(200, 163, 95, 0.15);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: hubRipple 3.6s ease-out infinite;
}

.map-hubs circle:nth-child(2) { animation-delay: 600ms; }
.map-hubs circle:nth-child(3) { animation-delay: 1200ms; }

.map-travelers circle {
  fill: var(--champagne-light);
  filter: drop-shadow(0 0 10px rgba(234, 217, 184, 0.72));
  opacity: 0.92;
}

.map-travelers circle:nth-child(2) {
  opacity: 0.72;
}

.map-travelers circle:nth-child(3) {
  opacity: 0.82;
}

.map-labels text {
  fill: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(7, 19, 33, 0.86);
  stroke-width: 5px;
}

.country-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.country-grid a,
.article-grid a {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.country-grid a:hover,
.article-grid a:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 163, 95, 0.62);
  background: rgba(200, 163, 95, 0.1);
}

.calculator-section {
  background:
    linear-gradient(90deg, rgba(7, 19, 33, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 19, 33, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(200, 163, 95, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f9 100%);
  background-size: 48px 48px, 48px 48px, auto, auto;
}

.calculator-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
}

.calculator-copy {
  position: sticky;
  top: 110px;
}

.lead-form {
  position: relative;
  overflow: hidden;
}

.lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  transform: translateX(-100%);
  animation: formLine 5.5s ease-in-out infinite;
}

.calculator-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.calculator-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.07rem;
}

.small-note {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(7, 19, 33, 0.12);
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-950);
  font-size: 0.84rem;
  font-weight: 750;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #cfd7df;
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid rgba(200, 163, 95, 0.28);
  border-color: var(--champagne);
}

.lead-form .button,
.form-result {
  grid-column: 1 / -1;
}

.lead-form .button {
  width: 100%;
  margin-top: 4px;
  border: 0;
}

.form-result {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 6px;
  color: var(--navy-950);
  background: #f4f8f5;
  border: 1px solid #cfe2d4;
  font-size: 0.94rem;
}

.form-result[hidden] {
  display: none;
}

.form-result strong {
  font-size: 1.05rem;
}

.form-result p {
  margin: 0;
  color: #526272;
}

.result-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.result-metrics span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid #dfe8e2;
  color: var(--muted);
}

.result-metrics b {
  display: block;
  color: var(--navy-950);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.result-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--navy-950);
  background: var(--champagne-light);
  font-weight: 800;
}

.form-result small {
  color: var(--muted);
}

.case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-grid article {
  min-height: 250px;
  padding: 30px;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
  box-shadow: 0 16px 52px rgba(9, 24, 40, 0.07);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.route {
  width: fit-content;
  margin: 18px 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(200, 163, 95, 0.13);
  color: var(--navy-950) !important;
  font-weight: 800;
}

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

.article-grid a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  color: var(--navy-950);
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
  border-color: var(--line);
  min-height: 220px;
  box-shadow: 0 12px 42px rgba(9, 24, 40, 0.055);
}

.article-grid span {
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.article-grid strong {
  font-size: 1.06rem;
  line-height: 1.32;
}

.article-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(9, 24, 40, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(200, 163, 95, 0.5);
  box-shadow: 0 18px 54px rgba(9, 24, 40, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--navy-950);
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--champagne);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
}

.final-cta {
  position: relative;
  padding: clamp(90px, 13vw, 168px) 20px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 163, 95, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.9), rgba(5, 13, 22, 0.98)),
    url("assets/nowfreedom-hero.png") center/cover;
  background-attachment: fixed;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(234, 217, 184, 0.16);
  border-radius: var(--radius);
  pointer-events: none;
}

.final-inner {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
}

.final-inner h2 {
  color: var(--white);
}

.final-inner p:not(.eyebrow) {
  margin: 22px auto 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.resource-hero {
  padding: 150px 0 74px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 19, 33, 0.95), rgba(7, 19, 33, 0.78)),
    url("assets/nowfreedom-hero.png") center/cover;
}

.resource-hero .section-inner {
  max-width: 940px;
}

.resource-hero h1 {
  max-width: 900px;
  font-size: clamp(2.45rem, 5.5vw, 5.3rem);
}

.resource-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.14rem;
}

.resource-content {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--white);
}

.resource-body {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.resource-body h2 {
  margin-top: 42px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.resource-body p,
.resource-body li {
  color: var(--muted);
  font-size: 1.05rem;
}

.resource-body ul {
  padding-left: 20px;
}

.resource-disclaimer {
  margin-top: 42px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
  font-size: 0.94rem;
}

.jurisdiction-body {
  width: min(1040px, calc(100% - 40px));
}

.jurisdiction-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jurisdiction-detail-grid section {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
}

.jurisdiction-detail-grid h2 {
  margin-top: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
}

.jurisdiction-detail-grid ul {
  margin-bottom: 0;
}

.jurisdiction-detail-grid li {
  margin: 8px 0;
}

.jurisdiction-quick {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-bottom: 18px;
}

.jurisdiction-summary,
.jurisdiction-fit,
.jurisdiction-comparison,
.jurisdiction-faq,
.jurisdiction-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.jurisdiction-summary {
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--shadow);
}

.jurisdiction-summary h2,
.jurisdiction-fit h2,
.jurisdiction-comparison h2,
.jurisdiction-faq h2,
.jurisdiction-cta h2 {
  margin-top: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.jurisdiction-summary p:last-child,
.jurisdiction-fit p:last-child,
.jurisdiction-comparison p:last-child,
.jurisdiction-cta p:last-child {
  margin-bottom: 0;
}

.jurisdiction-facts {
  display: grid;
  gap: 10px;
}

.jurisdiction-facts span {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--navy-950);
  font-weight: 800;
}

.jurisdiction-facts small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jurisdiction-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0;
}

.jurisdiction-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
}

.jurisdiction-panel h2 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.jurisdiction-panel li,
.jurisdiction-fit li {
  margin: 8px 0;
}

.jurisdiction-fit,
.jurisdiction-comparison,
.jurisdiction-faq,
.jurisdiction-cta {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 34px);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.comparison-grid a {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  transition: border-color 180ms ease, transform 180ms ease;
}

.comparison-grid a:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 163, 95, 0.65);
}

.comparison-grid strong {
  color: var(--navy-950);
  line-height: 1.3;
}

.comparison-grid span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.jurisdiction-faq .faq-list {
  margin-top: 18px;
}

.jurisdiction-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 19, 33, 0.98), rgba(16, 36, 58, 0.94)),
    radial-gradient(circle at 88% 0%, rgba(200, 163, 95, 0.22), transparent 34%);
}

.jurisdiction-cta h2 {
  color: var(--white);
}

.jurisdiction-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 34px;
  padding: 42px clamp(20px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.68);
  background: #050d16;
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  max-width: 720px;
  margin: 14px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  font-size: 0.9rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(200, 163, 95, 0.5);
  text-underline-offset: 4px;
}

.footer-legal {
  justify-self: end;
  font-size: 0.88rem;
}

.cookie-banner {
  position: fixed;
  z-index: 60;
  left: clamp(15px, 3vw, 34px);
  right: clamp(15px, 3vw, 34px);
  bottom: clamp(15px, 3vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(234, 217, 184, 0.24);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.76);
  background: rgba(7, 19, 33, 0.96);
  box-shadow: 0 24px 80px rgba(5, 13, 22, 0.32);
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 1rem;
}

.cookie-banner p {
  margin: 0;
  max-width: 760px;
  font-size: 0.92rem;
  line-height: 1.48;
}

.cookie-banner a {
  color: var(--champagne-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cookie-button-primary {
  color: var(--navy-950);
  background: var(--champagne);
}

.cookie-button-ghost {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    height: auto;
    min-height: 74px;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 22px;
    padding: 12px 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 18px;
    padding: 4px 2px 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .hero-content {
    padding-top: 190px;
  }

  .cards.three,
  .service-grid,
  .timeline,
  .case-grid,
  .article-grid,
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading.split,
  .intro-grid,
  .jurisdiction-layout,
  .calculator-layout,
  .faq-layout,
    .site-footer,
    .cookie-banner,
    .jurisdiction-detail-grid,
    .jurisdiction-quick,
    .jurisdiction-split,
    .comparison-grid,
    .jurisdiction-cta,
    .passive-layout {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-end;
  }

  .calculator-copy {
    position: static;
  }

  .timeline article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 10px;
    border-radius: 18px;
    background: rgba(7, 19, 33, 0.9);
    box-shadow: 0 16px 54px rgba(5, 13, 22, 0.28);
  }

  .brand span {
    font-size: 0.98rem;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .nav {
    font-size: 0.82rem;
  }

  .nav a::after {
    bottom: -4px;
  }

  .header-cta {
    min-height: 36px;
    padding: 0 11px;
    font-size: 0.8rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 19, 33, 0.96), rgba(7, 19, 33, 0.75)),
      linear-gradient(0deg, rgba(7, 19, 33, 0.95), rgba(7, 19, 33, 0.26));
  }

  .hero-content {
    width: min(100% - 30px, var(--max));
    padding-top: 170px;
    padding-bottom: 34px;
  }

  h1 {
    font-size: clamp(2.25rem, 12vw, 3.05rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.55rem);
    line-height: 1.08;
  }

  h3 {
    font-size: 1.04rem;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
  }

  .hero-copy {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
  }

  .trust-strip {
    display: none;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 22px;
    border-radius: 7px;
  }

  .hero-proof span {
    min-height: auto;
    padding: 13px 15px;
    font-size: 0.84rem;
  }

  .hero-proof strong {
    font-size: 1.16rem;
  }

  .section {
    padding: 66px 0;
  }

  .section-inner {
    width: min(100% - 30px, var(--max));
  }

  .intro-band {
    padding: 34px 0;
  }

  .intro-grid {
    gap: 18px;
  }

  .intro-grid p:first-child {
    font-size: 1.08rem;
  }

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

  .section-heading > p:not(.eyebrow),
  .section-heading.split > p {
    margin-top: 14px;
    font-size: 0.98rem;
  }

  .cards.three,
  .service-grid,
  .timeline,
  .case-grid,
  .article-grid,
    .country-grid,
    .result-metrics,
    .lead-form,
    .passive-grid {
    grid-template-columns: 1fr;
  }

  .cards,
  .service-grid,
  .case-grid,
  .article-grid,
  .country-grid,
  .passive-grid {
    gap: 12px;
  }

  .card,
  .service-grid article,
  .case-grid article,
  .passive-grid article {
    min-height: auto;
    padding: 22px;
  }

  .passive-feature {
    min-height: 310px;
    padding: 24px;
  }

  .passive-feature h3 {
    font-size: clamp(1.42rem, 8vw, 2rem);
  }

  .card-icon {
    margin-bottom: 24px;
  }

  .timeline::before {
    left: 24px;
    right: 24px;
    top: 24px;
  }

  .timeline article {
    min-height: auto;
    padding: 24px;
  }

  .jurisdiction-map {
    min-height: 238px;
    border-radius: 7px;
  }

  .animated-world-map {
    min-height: 250px;
  }

  .map-svg {
    width: 132%;
  }

  .map-labels {
    display: none;
  }

  .map-travelers circle {
    r: 3px;
  }

  .country-grid a {
    min-height: 58px;
    padding: 15px 16px;
    font-size: 0.98rem;
  }

  .calculator-copy {
    margin-bottom: 8px;
  }

  .lead-form {
    gap: 14px;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 22px 70px rgba(9, 24, 40, 0.15);
  }

  .lead-form label {
    font-size: 0.8rem;
  }

  .lead-form input,
  .lead-form select {
    min-height: 50px;
    padding: 0 13px;
  }

  .country-grid a,
  .article-grid a {
    min-height: 0;
  }

  .article-grid a {
    padding: 20px;
  }

  .faq-layout {
    gap: 10px;
  }

  .faq-list summary {
    padding: 18px 18px;
    font-size: 0.96rem;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .final-cta {
    padding: 72px 15px;
    background-attachment: scroll;
  }

  .final-cta::before {
    inset: 14px;
  }

  .footer-legal {
    justify-self: start;
  }

  .cookie-banner {
    padding: 16px;
    gap: 14px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .cookie-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .site-header {
    left: 8px;
    right: 8px;
    padding: 10px 12px;
  }

  .header-cta {
    max-width: 142px;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }

  .hero-content {
    width: min(100% - 24px, var(--max));
    padding-top: 176px;
  }

  .section-inner {
    width: min(100% - 24px, var(--max));
  }

  .hero-proof {
    display: none;
  }

  .jurisdiction-map {
    min-height: 220px;
  }

  .map-svg {
    width: 148%;
  }
}

@keyframes heroLift {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-1.2%, -1%, 0);
  }
}

@keyframes auroraSweep {
  from {
    opacity: 0.48;
    transform: translateX(-2%);
  }
  to {
    opacity: 0.82;
    transform: translateX(2%);
  }
}

@keyframes buttonSheen {
  from {
    left: -65%;
  }
  to {
    left: 125%;
  }
}

@keyframes trustFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pinPulse {
  0%,
  100% {
    box-shadow: 0 0 0 7px rgba(200, 163, 95, 0.12), 0 0 24px rgba(200, 163, 95, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(200, 163, 95, 0.03), 0 0 34px rgba(234, 217, 184, 0.72);
    transform: scale(1.12);
  }
}

@keyframes mapGlow {
  from {
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.03), 0 0 0 rgba(200, 163, 95, 0);
  }
  to {
    box-shadow: inset 0 0 110px rgba(255, 255, 255, 0.05), 0 28px 90px rgba(200, 163, 95, 0.12);
  }
}

@keyframes mapBeam {
  0%,
  34% {
    transform: translateX(0) rotate(22deg);
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  100% {
    transform: translateX(330%) rotate(22deg);
    opacity: 0;
  }
}

@keyframes gridDrift {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -140;
  }
}

@keyframes landBreath {
  from {
    opacity: 0.68;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.006);
  }
}

@keyframes routeFlow {
  from {
    stroke-dashoffset: 0;
    opacity: 0.45;
  }
  50% {
    opacity: 0.95;
  }
  to {
    stroke-dashoffset: -120;
    opacity: 0.45;
  }
}

@keyframes svgPinPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.78;
  }
  50% {
    transform: scale(1.45);
    opacity: 1;
  }
}

@keyframes hubRipple {
  0% {
    transform: scale(0.42);
    opacity: 0.35;
  }
  78%,
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@keyframes formLine {
  0%,
  46% {
    transform: translateX(-100%);
  }
  72%,
  100% {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  body.animations-ready .reveal-item {
    opacity: 1;
    transform: none;
  }

  .final-cta {
    background-attachment: scroll;
  }

  .map-travelers {
    display: none;
  }
}
