:root {
  --bg: #060d1f;
  --bg-soft: #0b1733;
  --panel: #101b36;
  --panel-soft: #131f3d;
  --text: #f4f6fb;
  --muted: #a9b4ce;
  --line: #223055;
  --brand: #ffb627;
  --brand-strong: #f7921e;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 450px at 92% 8%, rgba(247, 146, 30, 0.14), transparent 52%),
    radial-gradient(900px 450px at 4% 100%, rgba(72, 113, 255, 0.12), transparent 56%),
    linear-gradient(180deg, #050a18 0%, #070f22 50%, #050a18 100%);
  line-height: 1.5;
}

.shell {
  width: min(1120px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.nav-toggle {
  position: absolute;
  left: -9999px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(6, 13, 31, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}

.brand-mark {
  width: 31px;
  height: 31px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #231503;
  font-weight: 700;
  font-size: 0.88rem;
}

.brand-name {
  color: var(--brand);
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.site-nav a {
  color: var(--text);
  opacity: 0.84;
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.45rem 0.72rem;
  border-radius: 9px;
  transition: all 0.2s ease;
}

.site-nav a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

.nav-trigger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-trigger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #d9e2ff;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -28deg,
    transparent 0,
    transparent 18px,
    rgba(255, 255, 255, 0.022) 18px,
    rgba(255, 255, 255, 0.022) 20px
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 5.8rem 0 5rem;
  max-width: 760px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 182, 39, 0.12);
  border: 1px solid rgba(255, 182, 39, 0.25);
  color: var(--brand);
  border-radius: 999px;
  padding: 0.44rem 0.86rem;
  font-size: 0.79rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}

.hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  margin: 0;
}

.hero h1 {
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.8px;
  margin: 0 0 1rem;
  max-width: 13ch;
}

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

.hero-copy {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  margin-top: 1.85rem;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.97rem;
  border-radius: 13px;
  padding: 0.86rem 1.22rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-strong) 100%);
  color: #251803;
  box-shadow: 0 14px 30px rgba(247, 146, 30, 0.28);
}

.btn-secondary {
  background: #1f2c4a;
  color: #d8e2ff;
  border: 1px solid #31436f;
}

.hero-stats {
  margin-top: 2.2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-wrap: wrap;
  gap: 1.45rem 2.1rem;
}

.hero-stats article strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  color: var(--brand);
  line-height: 1;
}

.hero-stats article span {
  color: var(--muted);
  font-size: 0.92rem;
}

.sections,
.countries {
  padding: 4.3rem 0 4.8rem;
}

.sections {
  background: linear-gradient(180deg, rgba(7, 15, 34, 0.36), rgba(7, 15, 34, 0.68));
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.section-label {
  margin: 0;
  color: var(--brand);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sections h2,
.countries h2 {
  margin-top: 0.55rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
}

.section-copy {
  margin-top: 0.65rem;
  color: var(--muted);
  max-width: 62ch;
}

.cards {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  background: linear-gradient(180deg, rgba(18, 30, 57, 0.92), rgba(13, 24, 49, 0.95));
  border: 1px solid var(--line);
  border-radius: 19px;
  overflow: hidden;
  min-height: 100%;
}

.card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.card-body h3 {
  font-size: 1.95rem;
  line-height: 1.08;
}

.card-body p {
  margin: 0.6rem 0 0;
  color: var(--muted);
}

.card-body a {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

.card-body a:hover {
  text-decoration: underline;
}

.card-wide {
  grid-column: 1 / -1;
}

.card-highlight {
  background: linear-gradient(120deg, rgba(255, 182, 39, 0.08), rgba(39, 92, 255, 0.04));
}

.country-grid {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.country-card {
  background: linear-gradient(180deg, rgba(19, 31, 61, 0.9), rgba(16, 27, 54, 0.95));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.95rem;
}

.country-card h3 {
  font-size: 1.25rem;
}

.country-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.country-card a {
  color: var(--text);
  text-decoration: none;
}

.country-card a:hover {
  color: var(--brand);
}

.country-soon {
  border-color: rgba(255, 182, 39, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 182, 39, 0.15) inset;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(4, 9, 21, 0.76);
  padding: 1.25rem 0 1.5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

footer p {
  margin: 0;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links span {
  font-weight: 600;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 920px) {
  .site-nav {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    display: grid;
    background: rgba(6, 13, 31, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transform: translateY(-120%);
    transition: transform 0.25s ease;
    padding: 0.75rem 1rem 1rem;
    gap: 0.35rem;
  }

  .site-nav a {
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
  }

  .nav-trigger {
    display: inline-flex;
  }

  #nav-toggle:checked ~ .site-header .site-nav {
    transform: translateY(0);
  }

  .hero-content {
    padding-top: 4.9rem;
  }

  .cards {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .shell {
    width: min(1120px, calc(100% - 1.25rem));
  }

  .brand-name {
    font-size: 1.35rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-stats article strong {
    font-size: 1.65rem;
  }

  .country-grid {
    grid-template-columns: 1fr;
  }
}
