:root {
  color-scheme: dark;
  --bg: #070b0a;
  --bg-soft: #0c1210;
  --panel: #101815;
  --panel-strong: #17211d;
  --text: #fbf7ee;
  --muted: #aebcb3;
  --green: #2de0b5;
  --cyan: #86caff;
  --coral: #ff7f70;
  --gold: #d8b76b;
  --line: rgba(251, 247, 238, 0.13);
  --shadow: rgba(0, 0, 0, 0.42);
  --brand-glow: rgba(45, 224, 181, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #070b0a 0%, #0a1110 44%, #070b0a 100%);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(251, 247, 238, 0.1);
  background: rgba(7, 11, 10, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.hero-facts,
.status-strip,
.hero-card-head,
.hero-card-grid,
.plans-note,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(251, 247, 238, 0.16);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(45, 224, 181, 0.96), rgba(134, 202, 255, 0.72) 58%, rgba(216, 183, 107, 0.82));
  box-shadow: 0 14px 34px var(--brand-glow);
}

.nav {
  gap: 24px;
  color: var(--muted);
  font-size: 15px;
}

.nav a:hover,
.top-action:hover,
.secondary-action:hover {
  color: var(--text);
}

.top-action,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.top-action,
.secondary-action {
  border: 1px solid var(--line);
  color: var(--muted);
}

.primary-action {
  border: 1px solid rgba(45, 224, 181, 0.24);
  background: linear-gradient(135deg, #2de0b5 0%, #86caff 100%);
  color: #06100e;
  box-shadow: 0 16px 42px var(--brand-glow);
}

.primary-action:hover {
  filter: brightness(1.06);
}

.hero {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  padding: 148px clamp(18px, 6vw, 96px) 72px;
}

#hero-scene,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#hero-scene {
  background: #050908;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 9, 8, 0.95) 0%, rgba(8, 14, 12, 0.77) 42%, rgba(8, 14, 12, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 11, 10, 0.98) 0%, rgba(7, 11, 10, 0) 36%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(320px, 420px);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: 78px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #dce8e1;
  font-size: 21px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-facts {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-facts span {
  border: 1px solid rgba(251, 247, 238, 0.17);
  border-radius: 8px;
  padding: 8px 12px;
  color: #edf4ef;
  background: rgba(16, 24, 21, 0.68);
  backdrop-filter: blur(12px);
}

.hero-card {
  border: 1px solid rgba(251, 247, 238, 0.16);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(251, 247, 238, 0.08), rgba(251, 247, 238, 0.02)),
    rgba(16, 24, 21, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.hero-card-head {
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.pulse-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(45, 224, 181, 0.12);
}

.hero-card-main {
  margin-top: 42px;
}

.hero-card-main span,
.hero-card-grid span {
  display: block;
  color: var(--muted);
}

.hero-card-main strong {
  display: block;
  max-width: 12ch;
  margin-top: 8px;
  font-size: 34px;
  line-height: 1.02;
}

.hero-card-grid {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-card-grid div {
  flex: 1 1 150px;
  min-height: 86px;
  border: 1px solid rgba(251, 247, 238, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 11, 10, 0.42);
}

.hero-card-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 42px;
  padding: 56px clamp(18px, 6vw, 96px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #080d0c;
}

.trust-copy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
}

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

.trust-grid article {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(251, 247, 238, 0.035), rgba(251, 247, 238, 0)),
    var(--panel);
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  margin-top: 12px;
  color: var(--muted);
}

.status-strip {
  justify-content: center;
  gap: 1px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: var(--bg-soft);
}

.status-strip div {
  width: min(100%, 390px);
  min-height: 112px;
  padding: 24px;
  border-left: 1px solid var(--line);
}

.status-strip div:last-child {
  border-right: 1px solid var(--line);
}

.status-strip strong,
.status-strip span {
  display: block;
}

.status-strip span {
  margin-top: 6px;
  color: var(--muted);
}

.section {
  padding: 92px clamp(18px, 6vw, 96px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(260px, 720px);
  gap: 54px;
  align-items: start;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-text {
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.plans-grid,
.locations-grid,
.steps-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

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

.plan-card,
.location-card,
.steps-grid article,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(251, 247, 238, 0.035), rgba(251, 247, 238, 0)),
    var(--panel);
  box-shadow: 0 20px 54px var(--shadow);
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(216, 183, 107, 0.34);
  border-radius: 8px;
  padding: 5px 9px;
  color: var(--gold);
  background: rgba(216, 183, 107, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.plan-card.featured {
  border-color: rgba(45, 224, 181, 0.44);
  background:
    linear-gradient(135deg, rgba(45, 224, 181, 0.16) 0%, rgba(134, 202, 255, 0.08) 48%, rgba(216, 183, 107, 0.08) 100%),
    var(--panel);
}

.plan-label,
.plan-copy,
.location-card p,
.steps-grid p,
.faq p,
.final-cta p {
  color: var(--muted);
}

.plan-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
}

.plan-card h3,
.location-card h3,
.steps-grid h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.plan-copy {
  margin: 14px 0 0;
}

.plan-features {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 18px;
}

.plan-features li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.price {
  margin: 28px 0 0;
  font-size: 34px;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

.plans-note {
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  color: var(--muted);
  background: rgba(251, 247, 238, 0.035);
}

.plans-note a {
  color: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

.locations {
  background: var(--bg-soft);
}

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

.location-card {
  min-height: 190px;
  padding: 24px;
}

.country-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 36px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: #06100e;
  background: var(--cyan);
  font-weight: 900;
}

.location-card:nth-child(2) .country-code {
  background: var(--coral);
}

.location-card:nth-child(3) .country-code {
  background: var(--green);
}

.location-card:nth-child(4) .country-code {
  background: var(--gold);
}

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

.steps-grid article {
  min-height: 250px;
  padding: 28px;
}

.step-number {
  display: block;
  margin-bottom: 44px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.faq {
  background: var(--bg-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-top: 34px;
}

.faq details {
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.faq p {
  margin: 12px 0 0;
}

.final-cta {
  padding: 86px clamp(18px, 6vw, 96px);
  text-align: center;
  background: #fbf7ee;
  color: #070b0a;
}

.final-cta h2 {
  margin: 0;
  font-size: 42px;
}

.final-cta p {
  margin: 12px auto 28px;
  color: #3e4944;
}

.footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 78svh;
    padding-top: 126px;
  }

  h1 {
    font-size: 58px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .status-strip,
  .intro,
  .trust-section {
    display: block;
  }

  .hero-layout,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 520px;
  }

  .status-strip div {
    width: 100%;
    border-right: 1px solid var(--line);
  }

  .plans-grid,
  .locations-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .topbar {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .top-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 76svh;
    padding: 112px 18px 44px;
  }

  h1 {
    font-size: 46px;
  }

  .section,
  .final-cta {
    padding: 66px 18px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 32px;
  }

  .primary-action,
  .secondary-action,
  .plans-note {
    width: 100%;
  }

  .hero-card-main strong {
    font-size: 28px;
  }

  .trust-copy h2 {
    font-size: 28px;
  }

  .plans-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer {
    display: block;
  }

  .footer span {
    display: block;
    margin-top: 8px;
  }
}
