:root {
  --bg: #071223;
  --bg-soft: #0d1b31;
  --ink: #eef6ff;
  --muted: #9fb0c5;
  --line: rgba(255,255,255,.12);
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.12);
  --cyan: #48d8ff;
  --cyan-soft: rgba(72,216,255,.16);
  --gold: #f7c86b;
  --gold-soft: rgba(247,200,107,.18);
  --green: #79e6af;
  --red: #ff9a9a;
  --white: #fff;
  --shadow: 0 24px 90px rgba(0,0,0,.38);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(72,216,255,.18), transparent 32rem),
    radial-gradient(circle at 92% 2%, rgba(247,200,107,.15), transparent 34rem),
    linear-gradient(180deg, #06101f 0%, #091426 42%, #060b14 100%);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 14px; background: var(--cyan); color: #001624; border-radius: 999px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(6,16,31,.74);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  width: min(1220px, calc(100% - 30px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  color: #06101f;
  font-weight: 900;
  letter-spacing: -.04em;
  box-shadow: 0 12px 40px rgba(72,216,255,.18);
}
.brand strong { display: block; line-height: 1; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 12px; display: block; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { color: #d7e5f7; font-size: 14px; padding: 10px 12px; border-radius: 999px; transition: .2s ease; }
.nav-links a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.nav-links .nav-cta { background: var(--white); color: #06101f; font-weight: 800; padding-inline: 18px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 14px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 99px; }

.hero { padding-top: 82px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(121,230,175,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 18px 0 20px;
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: .96;
  letter-spacing: -.065em;
  max-width: 890px;
}
h2 { font-size: clamp(30px, 4.2vw, 54px); line-height: 1; letter-spacing: -.05em; margin-bottom: 18px; }
h3 { line-height: 1.14; letter-spacing: -.025em; }
.hero-sub, .lead { color: #c8d5e5; font-size: clamp(17px, 1.6vw, 20px); max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), #fff0a8); color: #151000; box-shadow: 0 18px 54px rgba(247,200,107,.18); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.06); }
.btn-ghost.light { background: rgba(255,255,255,.09); }
.trust-badges { display: flex; flex-wrap: wrap; gap: 8px; max-width: 760px; }
.trust-badges span { color: #dceafa; background: rgba(255,255,255,.065); border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-size: 13px; }

.hero-visual { position: relative; min-height: 570px; }
.photo-card, .mini-card, .floating-checklist {
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.photo-main { border-radius: var(--radius-xl); overflow: hidden; position: absolute; inset: 18px 30px 58px 0; }
.photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4,10,19,.82)); pointer-events: none; }
.photo-main img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; justify-content: space-between; gap: 18px; align-items: end; }
.photo-caption span { color: #d5e1ee; font-size: 14px; }
.mini-stack { position: absolute; right: 0; top: 0; display: grid; gap: 14px; width: 190px; z-index: 3; }
.mini-card { border-radius: 24px; overflow: hidden; min-height: 150px; }
.mini-card img { height: 118px; width: 100%; object-fit: cover; }
.mini-card span { display: block; padding: 10px 12px 13px; font-weight: 800; font-size: 13px; }
.mini-card.dark { display: grid; place-items: center; text-align: center; background: rgba(7,18,35,.82); border-color: rgba(247,200,107,.3); }
.metric { font-size: 38px; color: var(--gold); padding: 0 !important; letter-spacing: -.05em; }
.mini-card.dark small { color: var(--muted); }
.floating-checklist { position: absolute; z-index: 4; left: 34px; bottom: 0; width: 260px; border-radius: 24px; padding: 20px; }
.floating-checklist p { font-weight: 900; margin-bottom: 10px; }
.floating-checklist ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: #d6e4f4; }
.floating-checklist li::before { content: "✓"; color: var(--green); margin-right: 8px; }

.marquee-section { border-block: 1px solid var(--line); background: rgba(255,255,255,.045); overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee-row { display: flex; gap: 12px; padding: 15px 6px; }
.marquee-row span { white-space: nowrap; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); color: #e8f4ff; border-radius: 999px; padding: 8px 13px; font-size: 13px; font-weight: 800; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

.split-grid { display: grid; grid-template-columns: .42fr .58fr; gap: 42px; align-items: center; }
.align-start { align-items: start; }
.problem-section { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.055)); }
.problem-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.problem-cards article, .country-grid article, .product-grid article, .timeline article, .work-grid article {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.07);
  border-radius: var(--radius-lg);
  padding: 22px;
  min-width: 0;
}
.problem-cards strong { display: block; margin-bottom: 8px; color: var(--white); font-size: 18px; }
.problem-cards span, .country-grid p, .product-grid p, .timeline p, .work-grid p { color: var(--muted); }

.section-head { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin-bottom: 34px; }
.section-head p { color: var(--muted); max-width: 430px; margin-bottom: 0; }
.section-head.narrow { display: block; max-width: 860px; text-align: center; }
.section-head.narrow p { margin-inline: auto; }
.radar-section { background: radial-gradient(circle at 50% 0%, rgba(72,216,255,.14), transparent 34rem); }
.radar-panel { border: 1px solid rgba(72,216,255,.22); background: linear-gradient(180deg, rgba(12,31,54,.95), rgba(7,18,35,.9)); border-radius: var(--radius-xl); padding: 24px; box-shadow: var(--shadow); }
.radar-topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; color: #d7e4f3; }
.radar-topline strong { display: block; }
.radar-topline span, .radar-topline small { color: var(--muted); }
.filter-bar { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }
.filter-btn { flex: 0 0 auto; border: 1px solid var(--line); color: #d7e4f3; background: rgba(255,255,255,.05); padding: 9px 13px; border-radius: 999px; cursor: pointer; transition: .2s ease; }
.filter-btn:hover, .filter-btn.active { color: #06101f; background: var(--cyan); border-color: var(--cyan); }
.scholarship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px; }
.scholarship-card { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 24px; padding: 18px; background: rgba(255,255,255,.075); }
.scholarship-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--cyan), var(--gold)); }
.card-row { display: flex; justify-content: space-between; gap: 10px; align-items: start; margin-bottom: 12px; }
.country-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.08); color: #dceaff; font-size: 12px; font-weight: 800; }
.status { display: inline-flex; border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.status.prepare-now { background: var(--gold-soft); color: #ffe1a0; }
.status.next-cycle { background: rgba(159,176,197,.16); color: #cfdbeb; }
.status.closing-soon { background: rgba(255,154,154,.18); color: #ffc5c5; }
.status.open-soon { background: var(--cyan-soft); color: #afefff; }
.scholarship-card h3 { font-size: 18px; margin-bottom: 8px; }
.meta { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.benefit { color: #dbe9f9; margin-bottom: 14px; }
.deadline-box { border: 1px solid var(--line); background: rgba(0,0,0,.14); border-radius: 16px; padding: 12px; margin-bottom: 12px; }
.deadline-box small { display: block; color: var(--muted); }
.source-link { color: var(--cyan); font-weight: 800; font-size: 13px; }
.microcopy, .note { color: var(--muted); font-size: 14px; }
.microcopy { margin: 18px 0 0; }

.funding-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.funding-grid span { border: 1px solid var(--line); background: rgba(255,255,255,.07); border-radius: 16px; padding: 16px; font-weight: 850; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.timeline article { position: relative; padding-top: 26px; }
.timeline article::before { content: ""; position: absolute; left: 22px; top: 0; width: 42px; height: 3px; background: var(--gold); border-radius: 99px; }
.timeline span { display: inline-flex; color: #06101f; background: var(--gold); font-weight: 900; font-size: 12px; padding: 6px 9px; border-radius: 999px; margin-bottom: 14px; }

.stack-section { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(72,216,255,.06)); }
.stack-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 38px; padding: 34px; border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.055)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stack-card p { color: #cddbeb; }
.stack-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; counter-reset: stack; }
.stack-list li { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; padding: 15px; background: rgba(7,18,35,.55); border: 1px solid var(--line); border-radius: 18px; }
.stack-list li::before { counter-increment: stack; content: "0" counter(stack); grid-row: span 2; color: var(--gold); font-weight: 1000; }
.stack-list span { color: var(--muted); font-size: 14px; }
.disclaimer { margin-top: 18px; border: 1px solid rgba(247,200,107,.26); background: rgba(247,200,107,.09); color: #f7dfae; border-radius: 18px; padding: 18px 20px; }

.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.country-grid article { padding: 20px; background: rgba(255,255,255,.06); }
.country-grid h3 { font-size: 20px; color: var(--white); }
.country-grid p { margin-bottom: 10px; font-size: 14px; }
.country-grid strong { color: #e9f5ff; }

.language-card { display: grid; grid-template-columns: .82fr 1fr; gap: 30px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: rgba(255,255,255,.07); }
.language-card p { color: #cbd9e8; }
.language-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: start; }
.language-list span { padding: 12px 14px; border-radius: 15px; background: rgba(72,216,255,.12); border: 1px solid rgba(72,216,255,.22); font-weight: 900; }
.language-card .note { grid-column: 1 / -1; margin-bottom: 0; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work-grid article { padding: 0; overflow: hidden; }
.work-grid img { width: 100%; height: 165px; object-fit: cover; }
.work-grid h3, .work-grid p { padding-inline: 18px; }
.work-grid h3 { margin-top: 18px; }
.work-grid p { padding-bottom: 20px; }

.product-section { background: rgba(255,255,255,.025); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-grid article { min-height: 205px; background: rgba(255,255,255,.06); }
.product-grid span { display: inline-flex; margin-bottom: 18px; color: var(--cyan); font-weight: 1000; }
.featured-product { background: linear-gradient(135deg, rgba(72,216,255,.16), rgba(247,200,107,.13)) !important; border-color: rgba(247,200,107,.3) !important; }

.pricing-section { padding-top: 50px; }
.pricing-card { display: grid; grid-template-columns: 1.06fr .94fr; gap: 32px; align-items: center; padding: 36px; border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.17); box-shadow: var(--shadow); }
.pricing-copy p { color: #cfdded; }
.price { font-size: clamp(58px, 8vw, 96px); line-height: 1; letter-spacing: -.07em; font-weight: 1000; color: var(--white); margin: 22px 0 8px; }
.price small { font-size: .34em; color: var(--gold); vertical-align: .55em; margin-right: 4px; }
.urgency { color: #ffe3a5 !important; font-weight: 800; }
.value-stack { border-radius: 26px; background: rgba(7,18,35,.68); border: 1px solid var(--line); padding: 26px; }
.value-stack ul { columns: 2; gap: 28px; margin: 0; padding-left: 20px; color: #dce9f8; }
.value-stack li { margin-bottom: 10px; break-inside: avoid; }

.faq-list { max-width: 880px; }
details { border: 1px solid var(--line); background: rgba(255,255,255,.065); border-radius: 18px; margin-bottom: 10px; overflow: hidden; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--cyan); font-size: 24px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { padding: 0 20px 20px; color: var(--muted); margin: 0; }

.closing-cta { padding: 30px 0 90px; }
.closing-card { text-align: center; padding: 42px; border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 0, rgba(72,216,255,.22), rgba(255,255,255,.065)); border: 1px solid var(--line); }
.closing-card p { color: #d2e1f2; max-width: 650px; margin-inline: auto; }
.site-footer { padding: 44px 0; border-top: 1px solid var(--line); background: rgba(0,0,0,.22); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: var(--muted); }
.footer-brand { margin-bottom: 16px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .hero-grid, .stack-card, .pricing-card, .language-card { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; max-width: 640px; }
  .problem-cards, .country-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .scholarship-grid, .timeline, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section-pad { padding: 68px 0; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 82px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--line);
    background: rgba(7,18,35,.98);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
  }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 12px 14px; }
  .nav-links .nav-cta { text-align: center; }
  .hero { padding-top: 56px; }
  h1 { font-size: clamp(40px, 13vw, 60px); }
  .hero-sub, .lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .photo-main { inset: 10px 0 84px 0; }
  .mini-stack { width: 154px; right: 10px; }
  .mini-card { min-height: 126px; }
  .mini-card img { height: 90px; }
  .floating-checklist { left: 12px; width: min(245px, calc(100% - 24px)); padding: 16px; }
  .photo-caption { display: block; left: 18px; right: 18px; bottom: 104px; }
  .photo-caption span { display: block; margin-top: 4px; }
  .section-head { display: block; }
  .section-head p { max-width: none; }
  .radar-panel { padding: 16px; border-radius: 24px; }
  .radar-topline { display: block; }
  .scholarship-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .scholarship-card { flex: 0 0 min(86vw, 360px); scroll-snap-align: start; }
  .problem-cards, .funding-grid, .timeline, .country-grid, .work-grid, .product-grid { grid-template-columns: 1fr; }
  .timeline article, .product-grid article { min-height: auto; }
  .value-stack ul { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .trust-badges span { font-size: 12px; padding: 7px 9px; }
  .photo-card { border-radius: 22px; }
  .mini-stack { width: 138px; }
  .metric { font-size: 30px; }
  .pricing-card, .stack-card, .language-card, .closing-card { padding: 22px; border-radius: 24px; }
}
