:root {
  --bg: #031021;
  --bg-deep: #020916;
  --panel: #0a1f3a;
  --panel-2: #0f2a49;
  --line: rgba(150, 190, 240, 0.25);
  --text: #eaf5ff;
  --muted: #b9cde3;
  --primary: #4ce0b0;
  --accent: #ffcc66;
  --max: 76rem;
  --radius: 1rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(53, 128, 208, 0.35) 0, rgba(53, 128, 208, 0) 35%),
    radial-gradient(circle at 95% 5%, rgba(123, 61, 169, 0.35) 0, rgba(123, 61, 169, 0) 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
  line-height: 1.6;
}

.sky {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  z-index: -1;
}

.sky-1 {
  width: 20rem;
  height: 20rem;
  top: -8rem;
  right: -6rem;
  background: rgba(76, 224, 176, 0.22);
}

.sky-2 {
  width: 18rem;
  height: 18rem;
  left: -8rem;
  bottom: 8rem;
  background: rgba(255, 204, 102, 0.18);
}

.wrap {
  width: min(100% - 1.4rem, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  color: #000;
  z-index: 999;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}

.hero {
  padding: 0;
  position: relative;
  margin-bottom: 0.5rem;
}

.hero-image-container {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: var(--radius);
  margin-bottom: 1rem;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(3, 16, 33, 0.4), rgba(2, 9, 22, 0.6));
  z-index: 1;
}

.hero-content {
  padding: 1.1rem 0 1.6rem;
}

.hero-image-credit {
  font-size: 0.7rem;
  color: var(--muted);
  opacity: 0.6;
  margin-top: 0.3rem;
}

.section-image {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  margin: 1rem 0;
  display: block;
  border: 1px solid var(--line);
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.brand {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 1.02rem;
}

.brand span {
  color: var(--accent);
}

.nav-links {
  display: none;
  gap: 0.9rem;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.hero-layout {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.hero-layout > section,
.hero-card,
.panel,
.stats article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(17, 45, 79, 0.9), rgba(7, 24, 45, 0.92));
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
}

.hero-layout > section,
.hero-card,
.panel {
  padding: 1.05rem;
}

.eyebrow {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  color: var(--primary);
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 8.2vw, 3.8rem);
  line-height: 1.03;
  max-width: 14ch;
}

.lead {
  color: var(--muted);
  max-width: 62ch;
}

.coming-soon {
  font-size: clamp(1.25rem, 5.8vw, 2rem);
  font-weight: 900;
  color: var(--accent);
  margin: 0.9rem 0 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.64rem 1rem;
  font-weight: 800;
  font-size: 0.9rem;
}

.btn-primary {
  background: linear-gradient(90deg, #59f3c3, #80ffdc);
  color: #012718;
}

.btn-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.hero-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
}

.chip-row {
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.chip-row span {
  font-size: 0.73rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.stats article {
  padding: 0.8rem;
}

.num {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--primary);
}

.stats p:last-child {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.panel {
  margin-top: 0.95rem;
}

h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.3rem, 5vw, 2.2rem);
}

.panel > p {
  margin-top: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 0.65rem;
}

.grid article {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
}

.grid h3 {
  margin: 0;
}

.grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 0.7rem;
}

.timeline article {
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary);
  border-radius: 0.75rem;
  padding: 0.9rem;
  background: rgba(2, 14, 28, 0.55);
}

.phase {
  margin: 0;
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--accent);
}

.timeline ul {
  margin: 0.45rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.pill-grid p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 600;
}

.intent {
  color: #9fd5ff;
  font-weight: 600;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

th,
td {
  border: 1px solid rgba(193, 221, 255, 0.25);
  text-align: left;
  padding: 0.45rem;
}

th {
  background: rgba(255, 255, 255, 0.06);
}

.lang-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lang-row span {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.3rem 0.55rem;
  font-weight: 700;
  font-size: 0.8rem;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 0.72rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
}

.faq details + details {
  margin-top: 0.6rem;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

/* Trip Cards */
.trip-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(17, 45, 79, 0.6), rgba(7, 24, 45, 0.8));
  text-decoration: none;
  transition: all 0.25s ease;
}

.trip-card:hover {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(17, 45, 79, 0.8), rgba(7, 24, 45, 0.95));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(76, 224, 176, 0.15);
}

.trip-duration {
  margin: 0 0 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
}

.trip-card h3 {
  margin: 0.2rem 0 0.4rem;
  font-size: 1.1rem;
  color: var(--text);
}

.trip-desc {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.trip-meta {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  opacity: 0.9;
}

/* Experience Cards */
.exp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: all 0.25s ease;
}

.exp-card:hover {
  border-color: var(--primary);
  background: rgba(76, 224, 176, 0.08);
  transform: translateY(-2px);
}

.exp-icon {
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
}

.exp-card h3 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--text);
}

.exp-card p {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Feature Boxes */
.feature-box {
  border: 1px solid var(--line) !important;
  border-radius: 0.8rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.feature-box h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.feature-box p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Navigation Cards */
.nav-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: all 0.25s ease;
}

.nav-card:hover {
  border-color: var(--primary);
  background: rgba(76, 224, 176, 0.08);
  transform: translateX(4px);
}

.nav-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: var(--text);
}

.nav-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Language Row Links */
.lang-row a {
  text-decoration: none;
}

.lang-row span {
  display: inline-block;
  transition: all 0.25s ease;
  cursor: pointer;
}

.lang-row a:hover span {
  border-color: var(--primary);
  background: rgba(76, 224, 176, 0.15);
  transform: scale(1.05);
}

footer {
  border-top: 1px solid rgba(180, 210, 245, 0.3);
  margin-top: 1.2rem;
  padding: 1.1rem 0 2rem;
  color: var(--muted);
}

footer a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover {
  color: var(--primary);
}

.mini {
  font-size: 0.88rem;
}

@media (min-width: 48rem) {
  .wrap {
    width: min(100% - 2rem, var(--max));
  }

  .hero-image-container {
    height: 380px;
  }

  .nav-links {
    display: flex;
  }

  .hero-layout {
    grid-template-columns: 1.45fr 1fr;
    gap: 1rem;
  }

  .hero-layout > section,
  .hero-card,
  .panel {
    padding: 1.3rem;
  }

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

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

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

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

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