@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --bg:#050315;
  --bg2:#090522;
  --purple:#8a45ff;
  --purple2:#5f22da;
  --lav:#c7a7ff;
  --ink:#100b2d;
  --text:#ffffff;
  --muted:#c9c2df;
  --soft:#f6f3ff;
  --card:rgba(255,255,255,.085);
  --stroke:rgba(255,255,255,.16);
  --shadow:0 25px 80px rgba(83,24,205,.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,Arial,sans-serif;
  background:#fff;
  color:var(--text);
}
a{text-decoration:none;color:inherit}
.site-bg{
  position:fixed;inset:0;z-index:-1;
  background:
    radial-gradient(circle at 70% 12%,rgba(145,78,255,.28),transparent 34%),
    radial-gradient(circle at 14% 0%,rgba(90,45,255,.24),transparent 28%),
    linear-gradient(135deg,#03010d 0%,#07031a 55%,#110531 100%);
}

.nav-wrap{
  position:fixed;top:0;left:0;right:0;z-index:50;
  padding:18px 6vw;
}
.nav{
  max-width:1440px;margin:auto;height:66px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(4,2,18,.42);
  backdrop-filter:blur(18px);
  border-radius:22px;
  padding:0 18px 0 26px;
}
.brand img{height:54px;width:auto;display:block}
.nav-links{display:flex;gap:30px;font-size:14px;font-weight:700;color:#f3efff}
.nav-links a{opacity:.92}
.nav-links a:hover{color:var(--lav)}
.nav-actions{display:flex;gap:14px;align-items:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:12px;
  padding:13px 24px;
  font-weight:800;
  border:1px solid transparent;
  transition:.25s ease;
  cursor:pointer;
}
.btn.solid{
  color:#fff;
  background:linear-gradient(135deg,var(--purple),var(--purple2));
  box-shadow:0 18px 38px rgba(127,67,255,.32);
}
.btn.solid:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(127,67,255,.45)}
.btn.ghost,.btn.glass{
  background:rgba(255,255,255,.04);
  border-color:rgba(200,172,255,.38);
  color:#fff;
}
.btn.ghost:hover,.btn.glass:hover{background:rgba(255,255,255,.1)}
.btn.large{padding:17px 28px;border-radius:13px}
.menu-toggle{display:none;background:none;border:0}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}

.hero{
  min-height:940px;
  position:relative;
  padding:154px 9vw 0;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:155px;
  background:linear-gradient(to bottom,transparent,#fff);
  pointer-events:none;
}
.hero-copy{position:relative;z-index:2;max-width:590px}
.tag{
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#a985ff;
  font-size:13px;
  font-weight:900;
  margin:0 0 18px;
}
h1,h2,h3,p{margin-top:0}
.hero h1{
  font-size:clamp(48px,6vw,82px);
  line-height:.96;
  letter-spacing:-.065em;
  margin-bottom:24px;
  text-shadow:0 10px 38px rgba(0,0,0,.35);
}
.hero h1 span{
  background:linear-gradient(135deg,#c6a4ff,#7b35ff);
  -webkit-background-clip:text;
  color:transparent;
}
.lead{
  max-width:520px;
  color:#e6e0f4;
  font-size:19px;
  line-height:1.65;
  margin-bottom:30px;
}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:34px}
.stats{
  display:flex;gap:36px;flex-wrap:wrap;color:#fff;
}
.stats div{border-right:1px solid rgba(255,255,255,.18);padding-right:34px}
.stats div:last-child{border:0}
.stats strong{display:block;font-size:22px}
.stats span{display:block;color:var(--muted);font-size:14px}

.hero-visual{
  position:absolute;
  right:7vw;
  top:96px;
  width:52vw;
  max-width:870px;
  height:670px;
}
.globe{
  position:absolute;right:40px;top:30px;
  width:min(680px,48vw);height:min(680px,48vw);
  border-radius:50%;
  background:
    radial-gradient(circle at 34% 26%,rgba(255,255,255,.22),transparent 15%),
    radial-gradient(circle at 60% 50%,rgba(167,87,255,.92),transparent 5%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0 2px,transparent 2px 8px),
    repeating-linear-gradient(0deg,rgba(255,255,255,.08) 0 2px,transparent 2px 8px),
    radial-gradient(circle at 35% 40%,#351083 0%,#180643 42%,#08031a 72%);
  box-shadow:0 0 80px rgba(152,82,255,.8),inset -45px -40px 90px rgba(0,0,0,.68);
  opacity:.97;
  animation:float 6s ease-in-out infinite;
}
.globe:before{
  content:"";position:absolute;inset:8%;
  border-radius:50%;
  border:1px solid rgba(214,190,255,.17);
  background:
    linear-gradient(65deg,transparent 49%,rgba(207,176,255,.2) 50%,transparent 51%),
    linear-gradient(-32deg,transparent 48%,rgba(207,176,255,.16) 49%,transparent 50%);
}
.globe:after{
  content:"";position:absolute;inset:-3px;
  border-radius:50%;
  border:2px solid rgba(194,145,255,.75);
  box-shadow:0 0 35px rgba(176,103,255,.9);
}
.orbit{position:absolute;inset:8%;border:1px solid rgba(178,112,255,.26);border-radius:50%;transform:rotate(20deg)}
.orbit-two{transform:rotate(76deg) scale(1.08)}
.orbit-three{transform:rotate(-28deg) scale(.9)}
.dot{
  position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;
  box-shadow:0 0 18px 7px rgba(166,92,255,.8);
}
.d1{left:18%;top:22%}.d2{right:18%;top:26%}.d3{left:45%;top:41%}.d4{right:33%;bottom:35%}.d5{left:30%;bottom:27%}.d6{right:45%;top:16%}
.search-card{
  position:absolute;right:0;top:330px;z-index:3;
  width:330px;
  padding:28px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(20,13,46,.78);
  backdrop-filter:blur(18px);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.search-card h3{font-size:16px;margin-bottom:18px}
.search-card select,.search-card button{
  width:100%;
  height:54px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.035);
  color:#fff;
  padding:0 15px;
  margin-bottom:14px;
}
.search-card button{
  border:0;font-weight:900;
  background:linear-gradient(135deg,var(--purple),var(--purple2));
  cursor:pointer;
}
.feature-strip{
  position:absolute;z-index:4;left:9vw;right:9vw;bottom:50px;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(135deg,rgba(60,35,119,.92),rgba(22,12,53,.95));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 20px 60px rgba(27,5,76,.45);
  border-radius:14px;
  overflow:hidden;
}
.feature-strip div{padding:28px 28px 28px 112px;position:relative;border-right:1px solid rgba(255,255,255,.14)}
.feature-strip div:last-child{border:0}
.feature-strip span{
  position:absolute;left:34px;top:30px;
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:radial-gradient(circle,#7e48e8,#3f1a8b);
  font-size:28px;
}
.feature-strip b{display:block;font-size:15px;margin-bottom:8px}
.feature-strip small{display:block;color:#e3dcf5;line-height:1.45}

.section{
  padding:86px 9vw;
  background:#fff;
  color:var(--ink);
}
.section.light{background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)}
.section-head{max-width:660px;margin-bottom:32px}
.section-head.center{text-align:center;margin:0 auto 44px}
.section h2,.scholarship-card h2,.final-cta h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.section-head p:not(.tag){color:#6e6684;font-size:17px;line-height:1.6}
.destination-layout{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:54px;
  align-items:start;
}
.destination-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.dest-card{
  min-height:214px;
  border-radius:14px;
  overflow:hidden;
  display:flex;align-items:flex-end;
  background:linear-gradient(to bottom,transparent 30%,rgba(6,4,20,.92)),var(--bg);
  background-image:linear-gradient(to bottom,transparent 25%,rgba(6,4,20,.96)),var(--bg);
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 45px rgba(17,11,55,.14);
  transition:.28s ease;
}
.dest-card{background-image:linear-gradient(to bottom,transparent 25%,rgba(6,4,20,.96)),var(--bg)}
.dest-card[style]{background-image:linear-gradient(to bottom,transparent 25%,rgba(6,4,20,.96)),var(--bg)}
.dest-card:hover{transform:translateY(-7px)}
.dest-card div{padding:18px;color:#fff}
.dest-card span{font-size:18px}
.dest-card h3{font-size:17px;margin:8px 0 2px}
.dest-card p{font-size:12px;color:#d9d4ea;margin:0}
.why-card{
  background:linear-gradient(135deg,#fff,#f4efff);
  border:1px solid #eee7ff;
  box-shadow:0 25px 70px rgba(68,34,126,.1);
  border-radius:16px;
  padding:30px;
}
.why-card h3{font-size:22px;margin-bottom:24px}
.why-card ul{margin:0;padding:0;list-style:none;display:grid;gap:22px}
.why-card li{display:flex;gap:16px}
.why-card li span{font-size:26px}
.why-card b{display:block;margin-bottom:4px}
.why-card p{margin:0;color:#5f5874;font-size:14px;line-height:1.45}

.cards-three{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.cards-three article{
  background:linear-gradient(135deg,#ffffff,#f7f3ff);
  border:1px solid #eee7ff;
  border-radius:22px;
  padding:34px;
  box-shadow:0 18px 50px rgba(38,20,84,.08);
}
.cards-three span{font-size:38px}
.cards-three h3{font-size:23px;margin:20px 0 10px}
.cards-three p{color:#6c647e;line-height:1.6}

.program-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.program-grid div{
  padding:26px;
  border-radius:17px;
  background:#fff;
  border:1px solid #eee7ff;
  box-shadow:0 14px 36px rgba(37,19,72,.06);
  font-weight:850;
}

.scholarship-section{
  padding:80px 9vw;
  background:linear-gradient(135deg,#07031a,#1e075a);
}
.scholarship-card{
  max-width:1260px;margin:auto;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  padding:50px;
  display:flex;justify-content:space-between;gap:30px;align-items:center;
  box-shadow:var(--shadow);
}
.scholarship-card p:not(.tag){color:#e5def7;max-width:680px;line-height:1.65;font-size:17px}

.testimonials{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.testimonials article{
  background:#fff;
  border:1px solid #eee7ff;
  border-radius:20px;
  padding:30px;
  box-shadow:0 14px 42px rgba(37,19,72,.07);
}
.testimonials p{font-size:18px;color:#433961;line-height:1.6}
.testimonials b{color:var(--purple2)}

.final-cta{
  text-align:center;
  padding:100px 9vw;
  background:
    radial-gradient(circle at 50% 0%,rgba(137,75,255,.32),transparent 32%),
    linear-gradient(135deg,#040111,#120531);
}
.final-cta img{height:90px;margin-bottom:24px}
.final-cta p{color:#dcd4f1;font-size:18px;margin-bottom:30px}

footer{
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;
  padding:50px 9vw;
  background:#050315;
  border-top:1px solid rgba(255,255,255,.1);
}
footer img{height:68px}
footer p{color:#c7bedb;max-width:400px;line-height:1.6}
footer b{display:block;margin-bottom:16px}
footer a{display:block;color:#c7bedb;margin:10px 0}

.reveal{opacity:0;transform:translateY(28px);transition:1s ease}
.reveal.visible{opacity:1;transform:none}

@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-18px)}
}

@media(max-width:1150px){
  .hero{padding-top:130px;min-height:auto;padding-bottom:60px}
  .hero-visual{position:relative;right:auto;top:auto;width:100%;height:560px;margin-top:40px}
  .globe{left:50%;right:auto;transform:translateX(-50%);width:520px;height:520px}
  .feature-strip{position:relative;left:auto;right:auto;bottom:auto;margin-top:30px;grid-template-columns:repeat(2,1fr)}
  .destination-layout{grid-template-columns:1fr}
  .destination-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:850px){
  .nav-links,.nav-actions{display:none}
  .menu-toggle{display:block}
  .nav.open{height:auto;align-items:flex-start;flex-wrap:wrap;padding-bottom:18px}
  .nav.open .nav-links,.nav.open .nav-actions{display:flex;width:100%;flex-direction:column;gap:14px}
  .hero{padding-left:6vw;padding-right:6vw}
  .hero h1{font-size:52px}
  .hero-visual{height:450px}
  .globe{width:390px;height:390px}
  .search-card{right:50%;transform:translateX(50%);top:240px;width:min(92vw,330px)}
  .feature-strip{grid-template-columns:1fr}
  .feature-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .destination-grid,.cards-three,.program-grid,.testimonials,footer{grid-template-columns:1fr}
  .scholarship-card{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
  .nav-wrap{padding:10px}
  .brand img{height:46px}
  .hero h1{font-size:44px}
  .stats{gap:18px}
  .stats div{border:0;padding-right:0}
  .hero-buttons .btn{width:100%}
  .section,.scholarship-section,.final-cta,footer{padding-left:6vw;padding-right:6vw}
}
