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

:root {
  --navy: #06142d;
  --navy-2: #0b2146;
  --blue: #246bfe;
  --cyan: #48dcf5;
  --violet: #7d5cff;
  --lime: #b6f36b;
  --text: #10203d;
  --muted: #64748b;
  --line: #dce4f0;
  --surface: #f7f9fd;
  --white: #fff;
  --shadow: 0 24px 80px rgba(7, 20, 45, .16);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--surface);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.section-dark { color: white; background: var(--navy); }
.light-section { background: var(--surface); }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  width: 360px; height: 360px; border-radius: 50%; pointer-events: none; position: fixed; z-index: 0;
  background: radial-gradient(circle, rgba(72, 220, 245, .10), transparent 65%);
  transform: translate(-50%, -50%); transition: opacity .2s; opacity: 0;
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 18px 0;
  transition: .3s ease; color: white;
}
.site-header.scrolled {
  padding: 11px 0; color: var(--text); background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(15, 30, 60, .08);
}
.nav-wrap { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; position: relative; overflow: hidden;
  background: linear-gradient(145deg, var(--blue), var(--violet)); box-shadow: 0 10px 30px rgba(36,107,254,.3);
}
.brand-mark span:first-child { position: absolute; left: 9px; top: 7px; font: 800 23px/1 'Manrope'; color: white; }
.brand-mark span:last-child { position: absolute; right: 7px; bottom: 5px; font: 800 17px/1 'Manrope'; color: var(--lime); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font: 800 18px/1.05 'Manrope'; letter-spacing: -.5px; }
.brand-copy small { font-size: 10px; opacity: .72; text-transform: uppercase; letter-spacing: 1.45px; margin-top: 4px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.desktop-nav a { font-size: 14px; font-weight: 600; opacity: .78; transition: .2s; }
.desktop-nav a:hover { opacity: 1; color: var(--cyan); }
.site-header.scrolled .desktop-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 15px; }
.phone-link { font-size: 13px; font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 23px; height: 2px; background: currentColor; margin: 5px 0; transition: .2s; }
.mobile-menu { display: none; }

.btn {
  border: 0; cursor: pointer; border-radius: 13px; padding: 13px 20px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 11px 16px; font-size: 13px; }
.btn-large { padding: 16px 22px; font-size: 15px; }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 14px 35px rgba(36,107,254,.28); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(36,107,254,.4); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.btn-white { color: var(--navy); background: white; }
.btn-outline-white { color: white; border: 1px solid rgba(255,255,255,.45); background: transparent; }
.full-width { width: 100%; }

.hero { min-height: 900px; padding: 175px 0 55px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.hero-content h1, .section-heading h2, .institution-copy h2, .cta-card h2 {
  font-family: 'Manrope', sans-serif; margin: 0; letter-spacing: -2.8px; line-height: 1.05;
}
.hero-content h1 { font-size: clamp(50px, 6vw, 80px); max-width: 690px; }
.gradient-text { color: transparent; background: linear-gradient(100deg, var(--cyan), var(--lime) 55%, #fff); background-clip: text; -webkit-background-clip: text; }
.text-accent { color: var(--blue); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #b9c9e8;
  text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 800;
}
.eyebrow-light { color: var(--blue); }
.live-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px rgba(182,243,107,.12); animation: pulse 2s infinite; }
.hero-copy { max-width: 650px; color: #aabbd7; font-size: 18px; line-height: 1.7; margin: 28px 0 34px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.trust-row { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { font-size: 13px; }
.trust-row small { color: #8093b4; margin-top: 4px; font-size: 12px; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--navy);
  background: linear-gradient(145deg,#dce8ff,#9bbaff); color: var(--navy); font-size: 9px; font-weight: 800;
}
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:last-child { background: var(--lime); }

.orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .65; }
.orb-one { width: 520px; height: 520px; right: -220px; top: 20px; background: radial-gradient(circle, rgba(72,220,245,.22), transparent 68%); }
.orb-two { width: 460px; height: 460px; left: -240px; top: 400px; background: radial-gradient(circle, rgba(125,92,255,.2), transparent 68%); }
.grid-glow {
  position: absolute; inset: 0; opacity: .15; mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 54px 54px;
}

.hero-visual { min-height: 560px; position: relative; perspective: 1000px; }
.dashboard-card { background: rgba(255,255,255,.96); color: var(--text); border: 1px solid rgba(255,255,255,.7); box-shadow: var(--shadow); }
.main-dashboard {
  position: absolute; width: min(100%, 485px); left: 50%; top: 48%; transform: translate(-50%,-50%) rotateY(-5deg) rotateX(2deg);
  border-radius: 30px; padding: 25px; z-index: 2; transition: transform .15s ease-out;
}
.dash-top { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.dash-top small, .dash-top strong { display: block; }
.dash-top small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; }
.dash-top strong { font: 800 20px 'Manrope'; margin-top: 5px; }
.status-pill { background: #e9f9dc; color: #3b6d16; padding: 7px 11px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.progress-ring-wrap { display: grid; grid-template-columns: 130px 1fr; gap: 22px; align-items: center; padding: 28px 0; }
.progress-ring { width: 122px; height: 122px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--blue) 0 78%, #e5ebf5 78% 100%); position: relative; }
.progress-ring::after { content: ''; position: absolute; inset: 12px; background: white; border-radius: 50%; }
.progress-ring span { position: relative; z-index: 1; font: 800 24px 'Manrope'; }
.progress-list { display: grid; gap: 13px; }
.progress-item { display: flex; align-items: center; gap: 10px; color: #9aa7ba; font-size: 12px; font-weight: 600; }
.progress-item i { width: 24px; height: 24px; border: 1px solid #dbe3ef; border-radius: 8px; display: grid; place-items: center; font-style: normal; font-size: 10px; }
.progress-item.complete { color: #2d3a50; }
.progress-item.complete i { background: #eaf9dd; color: #4c831f; border-color: #d7efc5; }
.progress-item.active { color: var(--blue); }
.progress-item.active i { color: white; background: var(--blue); border-color: var(--blue); }
.mentor-card { background: #f1f5fb; border-radius: 17px; padding: 14px; display: flex; align-items: center; gap: 12px; }
.mentor-avatar { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: white; font-weight: 800; background: linear-gradient(145deg, var(--blue), var(--violet)); }
.mentor-card small, .mentor-card strong { display: block; }
.mentor-card small { color: var(--muted); font-size: 10px; }
.mentor-card strong { font-size: 13px; margin-top: 4px; }
.mini-call { margin-left: auto; border: 0; cursor: pointer; width: 35px; height: 35px; border-radius: 11px; color: white; background: var(--navy); }
.float-card { position: absolute; display: flex; align-items: center; gap: 11px; z-index: 3; color: var(--text); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); border-radius: 17px; padding: 13px 15px; box-shadow: 0 18px 45px rgba(0,0,0,.22); animation: float 5s ease-in-out infinite; }
.float-card small, .float-card strong { display: block; }
.float-card small { color: var(--muted); font-size: 9px; }
.float-card strong { font-size: 12px; margin-top: 3px; }
.float-card-one { left: -20px; top: 64px; }
.float-card-two { right: -10px; top: 170px; animation-delay: -2s; }
.float-card-three { left: 12px; bottom: 20px; animation-delay: -1s; }
.icon-bubble { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; background: #eaf1ff; }
.icon-bubble.success { color: #4c831f; background: #eaf9dd; font-weight: 800; }
.sparkline { width: 54px; height: 30px; display: flex; align-items: flex-end; gap: 3px; }
.sparkline i { width: 7px; border-radius: 3px 3px 1px 1px; background: linear-gradient(var(--cyan),var(--blue)); }
.sparkline i:nth-child(1) { height: 27%; }.sparkline i:nth-child(2) { height: 45%; }.sparkline i:nth-child(3) { height: 38%; }.sparkline i:nth-child(4) { height: 68%; }.sparkline i:nth-child(5) { height: 92%; }
.stats-strip { margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); position: relative; z-index: 2; }
.stats-strip > div { padding: 28px 22px 0; border-right: 1px solid rgba(255,255,255,.12); }
.stats-strip > div:first-child { padding-left: 0; }
.stats-strip > div:last-child { border-right: 0; }
.stats-strip strong { font: 800 30px 'Manrope'; display: block; }
.stats-strip strong::after { content: '+'; color: var(--cyan); margin-left: 2px; }
.stats-strip div:nth-child(3) strong::after, .stats-strip div:nth-child(4) strong::after { content: ''; }
.stats-strip span { display: block; color: #8194b4; font-size: 11px; margin-top: 5px; }

.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2, .institution-copy h2 { font-size: clamp(38px, 4.3vw, 60px); }
.section-heading p, .institution-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.section-heading p { max-width: 680px; margin: 22px auto 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { background: white; border: 1px solid #e3e9f3; border-radius: var(--radius); padding: 30px; min-height: 270px; transition: .3s ease; position: relative; overflow: hidden; }
.service-card::after { content:''; position:absolute; width:120px; height:120px; border-radius:50%; background:radial-gradient(circle, rgba(36,107,254,.09), transparent 70%); right:-30px; bottom:-30px; opacity:0; transition:.3s; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(36,107,254,.25); box-shadow: 0 22px 60px rgba(29,60,120,.12); }
.service-card:hover::after { opacity:1; }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, var(--blue), #1945b6); box-shadow: 0 22px 60px rgba(36,107,254,.22); }
.service-card.featured p { color: #d8e5ff; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; background: #edf3ff; color: var(--blue); border-radius: 14px; font: 800 12px 'Manrope'; }
.featured .service-icon { background: rgba(255,255,255,.14); color: var(--lime); }
.service-card h3 { font: 800 21px 'Manrope'; margin: 28px 0 12px; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.card-link { position: absolute; left: 30px; bottom: 26px; color: var(--blue); font-size: 12px; font-weight: 800; }
.featured .card-link { color: var(--lime); }

.institution-section { color: white; background: linear-gradient(150deg,#07142d,#0a2148 72%,#0d2c5f); overflow: hidden; }
.institution-section::before { content:''; position:absolute; inset:0; background: radial-gradient(circle at 75% 40%, rgba(72,220,245,.14), transparent 32%); }
.institution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.institution-copy > p { color: #aebfda; }
.feature-list { margin: 34px 0; display: grid; gap: 18px; }
.feature-list > div { display: flex; align-items: flex-start; gap: 14px; }
.feature-list > div > span { flex:0 0 auto; width: 27px; height: 27px; display:grid; place-items:center; border-radius:9px; background:rgba(182,243,107,.13); color:var(--lime); font-weight:800; }
.feature-list p { margin: 0; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 14px; }
.feature-list small { color: #8ea3c2; margin-top: 5px; }
.institution-visual { min-height: 520px; position: relative; }
.growth-card { position:absolute; inset: 40px 20px 55px 20px; background:rgba(255,255,255,.97); color:var(--text); padding:28px; border-radius:30px; box-shadow:var(--shadow); transform:rotate(2deg); }
.growth-head { display:flex; align-items:flex-start; justify-content:space-between; }
.growth-head small, .growth-head strong { display:block; }
.growth-head small { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:1.3px; }
.growth-head strong { font:800 22px 'Manrope'; margin-top:6px; }
.growth-head > span { font-size:10px; color:#3f751a; background:#eaf9dd; padding:7px 10px; border-radius:999px; }
.growth-bars { height:250px; display:flex; align-items:flex-end; justify-content:space-between; gap:13px; padding:32px 10px 8px; border-bottom:1px solid var(--line); }
.growth-bars > div { flex:1; height:100%; display:flex; align-items:center; justify-content:flex-end; flex-direction:column; gap:8px; }
.growth-bars i { display:block; width:100%; border-radius:10px 10px 3px 3px; background:linear-gradient(var(--cyan),var(--blue)); animation:growBars 1.3s both; transform-origin:bottom; }
.growth-bars small { color:var(--muted); font-size:9px; }
.growth-metrics { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:18px; }
.growth-metrics div { background:#f3f6fb; border-radius:14px; padding:14px; }
.growth-metrics small, .growth-metrics strong { display:block; }
.growth-metrics small { color:var(--muted); font-size:9px; }
.growth-metrics strong { font-size:12px; margin-top:5px; }
.security-card { position:absolute; right:-10px; bottom:15px; display:flex; align-items:center; gap:12px; background:var(--lime); color:var(--navy); border-radius:16px; padding:14px 17px; box-shadow:0 20px 50px rgba(0,0,0,.2); animation:float 5s ease-in-out infinite; }
.security-card > span { font-size:23px; }
.security-card small, .security-card strong { display:block; }
.security-card small { font-size:9px; opacity:.7; }
.security-card strong { font-size:12px; margin-top:3px; }

.timeline { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; position:relative; }
.timeline::before { content:''; position:absolute; left:8%; right:8%; top:33px; height:1px; background:linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent); }
.timeline-card { position:relative; z-index:1; }
.timeline-card > span { width:67px; height:67px; display:grid; place-items:center; border-radius:21px; color:white; font:800 16px 'Manrope'; background:linear-gradient(145deg,var(--blue),var(--violet)); box-shadow:0 14px 35px rgba(36,107,254,.2); }
.timeline-card > div { background:white; border:1px solid #e3e9f3; border-radius:20px; padding:24px; margin-top:20px; min-height:175px; }
.timeline-card h3 { font:800 18px 'Manrope'; margin:0 0 10px; }
.timeline-card p { color:var(--muted); line-height:1.65; font-size:13px; }

.destinations-section { color:white; background:var(--navy); overflow:hidden; }
.destinations-section::after { content:''; position:absolute; width:700px; height:700px; border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); background:radial-gradient(circle,rgba(36,107,254,.15),transparent 62%); }
.destination-track { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.destination-track article { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.055); border-radius:22px; padding:25px; transition:.25s; }
.destination-track article:hover { transform:translateY(-6px); background:rgba(255,255,255,.09); border-color:rgba(72,220,245,.35); }
.destination-track span { font-size:32px; display:block; margin-bottom:20px; }
.destination-track strong, .destination-track small { display:block; }
.destination-track strong { font:800 18px 'Manrope'; }
.destination-track small { color:#8398b9; margin-top:6px; }

.testimonial-section { background:#eef3fb; }
.testimonial-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.quote-card { background:white; border-radius:30px; padding:42px; box-shadow:0 22px 70px rgba(35,64,120,.12); position:relative; }
.quote-mark { font:800 80px/1 Georgia; color:#dbe7ff; position:absolute; top:18px; right:28px; }
.quote-card > p { font:600 25px/1.55 'Manrope'; letter-spacing:-.8px; position:relative; z-index:1; }
.quote-author { display:flex; align-items:center; gap:13px; margin-top:28px; }
.quote-author > span { width:48px; height:48px; display:grid; place-items:center; border-radius:15px; color:white; background:linear-gradient(145deg,var(--blue),var(--violet)); font-weight:800; }
.quote-author strong, .quote-author small { display:block; }
.quote-author small { color:var(--muted); margin-top:4px; }

.cta-section { padding-top:35px; background:#eef3fb; }
.cta-card { padding:54px 58px; border-radius:34px; display:flex; justify-content:space-between; align-items:center; gap:30px; color:white; background:linear-gradient(120deg,var(--blue),var(--violet)); box-shadow:0 25px 80px rgba(64,72,190,.26); overflow:hidden; position:relative; }
.cta-card::after { content:''; position:absolute; width:330px; height:330px; border-radius:50%; right:-80px; top:-130px; background:rgba(255,255,255,.12); }
.cta-card > * { position:relative; z-index:1; }
.cta-card h2 { font-size:clamp(32px,4vw,50px); max-width:700px; }
.cta-card p { color:#e1e7ff; }
.cta-actions { display:flex; flex-direction:column; gap:10px; min-width:220px; }

footer { background:#040d1f; color:white; padding:70px 0 25px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:60px; }
.footer-brand p { color:#8394b1; max-width:420px; line-height:1.65; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; gap:12px; }
.footer-grid > div > strong { font:800 13px 'Manrope'; margin-bottom:6px; }
.footer-grid > div > a { color:#899ab6; font-size:13px; }
.footer-grid > div > a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:55px; padding-top:22px; display:flex; justify-content:space-between; color:#61718d; font-size:11px; }

.modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; opacity:0; pointer-events:none; transition:.25s; }
.modal.active { opacity:1; pointer-events:auto; }
.modal-backdrop { position:absolute; inset:0; background:rgba(3,10,25,.72); backdrop-filter:blur(9px); }
.modal-card { position:relative; z-index:1; width:min(520px,calc(100% - 28px)); max-height:calc(100vh - 30px); overflow:auto; background:white; border-radius:26px; padding:34px; transform:translateY(25px) scale(.97); transition:.25s; box-shadow:0 30px 90px rgba(0,0,0,.34); }
.modal.active .modal-card { transform:none; }
.modal-card h2 { font:800 31px/1.15 'Manrope'; letter-spacing:-1.3px; margin:0; }
.modal-card > p { color:var(--muted); }
.modal-close { position:absolute; right:18px; top:16px; width:36px; height:36px; border:0; border-radius:12px; cursor:pointer; font-size:23px; background:#eef2f8; }
.modal form { display:grid; gap:15px; margin-top:24px; }
.modal label { font-size:12px; font-weight:800; color:#37445b; }
.modal input,.modal select,.modal textarea { width:100%; border:1px solid #dce4ef; border-radius:13px; padding:13px 14px; margin-top:7px; outline:none; background:#fbfcfe; transition:.2s; }
.modal input:focus,.modal select:focus,.modal textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(36,107,254,.09); }
.floating-whatsapp { position:fixed; right:22px; bottom:22px; z-index:45; display:flex; align-items:center; gap:8px; color:white; background:#18a957; border-radius:999px; padding:10px 14px 10px 10px; box-shadow:0 16px 40px rgba(24,169,87,.35); font-weight:800; font-size:12px; }
.floating-whatsapp span { width:32px; height:32px; display:grid; place-items:center; border-radius:50%; background:white; color:#18a957; font-size:22px; }
.floating-whatsapp em { font-style:normal; }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease,transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }.delay-2 { transition-delay:.22s; }.delay-3 { transition-delay:.32s; }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 7px rgba(182,243,107,.12)} 50%{box-shadow:0 0 0 12px rgba(182,243,107,0)} }
@keyframes growBars { from{transform:scaleY(0)} to{transform:scaleY(1)} }

@media (max-width: 1024px) {
  .desktop-nav,.phone-link { display:none; }
  .nav-actions { margin-left:auto; }
  .hero-grid,.institution-grid { grid-template-columns:1fr; }
  .hero { padding-top:150px; }
  .hero-content { text-align:center; }
  .hero-copy { margin-left:auto; margin-right:auto; }
  .hero-actions,.trust-row { justify-content:center; }
  .hero-visual { width:min(600px,100%); margin:0 auto; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .timeline { grid-template-columns:repeat(2,1fr); gap:30px 16px; }
  .timeline::before { display:none; }
  .testimonial-grid { grid-template-columns:1fr; gap:30px; }
  .cta-card { flex-direction:column; align-items:flex-start; }
  .cta-actions { flex-direction:row; width:100%; }
  .cta-actions .btn { flex:1; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 26px,1160px); }
  .section { padding:80px 0; }
  .site-header { padding:12px 0; }
  .brand-mark { width:40px; height:40px; }
  .nav-actions { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu { position:absolute; left:13px; right:13px; top:67px; padding:18px; border-radius:20px; background:rgba(255,255,255,.97); color:var(--text); box-shadow:0 22px 55px rgba(0,0,0,.18); flex-direction:column; gap:5px; }
  .mobile-menu.open { display:flex; }
  .mobile-menu a { padding:11px 10px; font-size:14px; font-weight:700; }
  .hero { min-height:auto; padding:125px 0 50px; }
  .hero-content h1 { font-size:44px; letter-spacing:-2px; }
  .hero-copy { font-size:16px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .trust-row { align-items:flex-start; text-align:left; }
  .hero-visual { min-height:500px; transform:scale(.92); margin-top:-10px; }
  .main-dashboard { width:100%; padding:19px; }
  .progress-ring-wrap { grid-template-columns:105px 1fr; gap:14px; }
  .progress-ring { width:98px; height:98px; }
  .float-card-one { left:-15px; top:35px; }
  .float-card-two { right:-22px; top:147px; }
  .float-card-three { left:-5px; bottom:28px; }
  .stats-strip { grid-template-columns:repeat(2,1fr); margin-top:15px; }
  .stats-strip > div { padding:20px 10px; border-bottom:1px solid rgba(255,255,255,.12); }
  .stats-strip > div:nth-child(2) { border-right:0; }
  .section-heading h2,.institution-copy h2 { font-size:39px; letter-spacing:-2px; }
  .service-grid,.destination-track,.timeline { grid-template-columns:1fr; }
  .service-card { min-height:255px; }
  .institution-grid { gap:20px; }
  .institution-visual { min-height:480px; }
  .growth-card { inset:25px 0 65px; padding:20px; }
  .security-card { right:0; }
  .quote-card { padding:30px; }
  .quote-card > p { font-size:20px; }
  .cta-card { padding:38px 25px; }
  .cta-actions { flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; gap:36px; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .floating-whatsapp em { display:none; }
  .floating-whatsapp { padding:8px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; }
}


/* EdTech product ecosystem */
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { border: 0; background: transparent; color: inherit; padding: 10px 0; font-size: 14px; font-weight: 600; opacity: .82; cursor: pointer; display: flex; align-items: center; gap: 6px; }
.nav-dropdown-trigger span { font-size: 15px; transition: transform .2s; }
.nav-dropdown:hover .nav-dropdown-trigger, .nav-dropdown:focus-within .nav-dropdown-trigger { opacity: 1; color: var(--cyan); }
.site-header.scrolled .nav-dropdown:hover .nav-dropdown-trigger, .site-header.scrolled .nav-dropdown:focus-within .nav-dropdown-trigger { color: var(--blue); }
.nav-dropdown:hover .nav-dropdown-trigger span, .nav-dropdown:focus-within .nav-dropdown-trigger span { transform: rotate(180deg); }
.nav-dropdown-panel { position: absolute; left: 50%; top: calc(100% + 14px); width: 330px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; color: var(--text); background: rgba(255,255,255,.98); box-shadow: 0 28px 75px rgba(4,13,31,.22); transform: translate(-50%,10px); opacity: 0; pointer-events: none; transition: .22s; }
.nav-dropdown-panel::before { content: ''; position: absolute; left: 0; right: 0; top: -20px; height: 20px; }
.nav-dropdown:hover .nav-dropdown-panel, .nav-dropdown:focus-within .nav-dropdown-panel, .nav-dropdown.open .nav-dropdown-panel { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.desktop-nav .nav-dropdown-panel a { display: flex; align-items: center; gap: 12px; padding: 11px; border-radius: 14px; opacity: 1; }
.desktop-nav .nav-dropdown-panel a:hover { color: var(--text); background: #f1f5fb; }
.nav-dropdown-panel i { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; font: 800 11px 'Manrope'; color: white; background: linear-gradient(135deg,var(--blue),var(--violet)); }
.nav-dropdown-panel span, .nav-dropdown-panel strong, .nav-dropdown-panel small { display: block; }
.nav-dropdown-panel strong { font: 800 13px 'Manrope'; }
.nav-dropdown-panel small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.mobile-product-label { padding: 9px 4px 2px; color: var(--cyan); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }

.product-ecosystem { color: white; background: linear-gradient(155deg,#051126 0%,#0a1f44 58%,#14245c 100%); overflow: hidden; }
.product-ecosystem::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at center,black,transparent 82%); }
.product-orbit { position: absolute; border: 1px solid rgba(72,220,245,.14); border-radius: 50%; }
.product-orbit-one { width: 580px; height: 580px; right: -230px; top: -120px; }
.product-orbit-two { width: 420px; height: 420px; left: -230px; bottom: -150px; }
.product-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: end; position: relative; z-index: 1; }
.product-heading p { margin: 0; color: #9fb2d0; }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.product-card { min-height: 390px; padding: 31px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; position: relative; overflow: hidden; background: rgba(255,255,255,.065); backdrop-filter: blur(14px); transition: transform .32s,border-color .32s,background .32s; }
.product-card::before { content: ''; position: absolute; width: 270px; height: 270px; right: -110px; top: -120px; border-radius: 50%; background: var(--card-glow,rgba(72,220,245,.16)); filter: blur(5px); transition: transform .35s; }
.product-card::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--card-line,linear-gradient(90deg,var(--cyan),var(--blue))); transform: scaleX(.2); transform-origin: left; opacity: 0; transition: .32s; }
.product-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.095); }
.product-card:hover::before { transform: scale(1.13); }
.product-card:hover::after { opacity: 1; transform: scaleX(1); }
.product-card-edu { --card-glow: rgba(72,220,245,.18); --card-line: linear-gradient(90deg,#48dcf5,#246bfe); }
.product-card-school { --card-glow: rgba(182,243,107,.17); --card-line: linear-gradient(90deg,#b6f36b,#48dcf5); }
.product-card-institute { --card-glow: rgba(125,92,255,.22); --card-line: linear-gradient(90deg,#7d5cff,#e26dff); }
.product-card-ai { --card-glow: rgba(255,184,76,.19); --card-line: linear-gradient(90deg,#ffb84c,#ff6d8d); }
.product-card-top { position: relative; display: flex; justify-content: space-between; align-items: center; }
.product-monogram { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; font: 800 14px 'Manrope'; color: var(--navy); background: linear-gradient(145deg,#fff,#cfe0ff); box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.product-status { padding: 7px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.product-status.live { color: #c9ff94; background: rgba(182,243,107,.12); border: 1px solid rgba(182,243,107,.2); }
.product-status.building { color: #dce7ff; background: rgba(125,92,255,.13); border: 1px solid rgba(149,126,255,.2); }
.product-audience { position: relative; margin-top: 33px; color: #8fa6c9; font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; font-weight: 800; }
.product-card h3 { position: relative; margin: 9px 0 13px; font: 800 34px 'Manrope'; letter-spacing: -1.2px; }
.product-card p { position: relative; max-width: 510px; margin: 0; color: #b7c6dd; font-size: 14px; line-height: 1.7; }
.product-tags { position: relative; display: flex; gap: 7px; flex-wrap: wrap; margin-top: 21px; }
.product-tags span { padding: 7px 9px; border-radius: 9px; color: #c5d3e8; background: rgba(255,255,255,.07); font-size: 9px; font-weight: 700; }
.product-card-link { position: absolute; left: 31px; right: 31px; bottom: 27px; display: flex; justify-content: space-between; align-items: center; color: white; font-size: 12px; font-weight: 800; }
.product-card-link b { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; transition: .2s; }
.product-card:hover .product-card-link b { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.ecosystem-ribbon { position: relative; z-index: 1; margin-top: 18px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; display: flex; align-items: center; gap: 13px; color: #9db0cd; background: rgba(3,10,25,.28); font-size: 11px; }
.ecosystem-ribbon span { color: white; font-weight: 700; }
.ecosystem-ribbon i { color: var(--cyan); font-style: normal; }
.ecosystem-ribbon strong { margin-left: auto; color: var(--lime); }

@media (max-width: 1024px) {
  .product-heading { grid-template-columns: 1fr; gap: 10px; }
  .product-heading p { max-width: 700px; }
}
@media (max-width: 720px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 410px; padding: 25px; }
  .product-card-link { left: 25px; right: 25px; }
  .ecosystem-ribbon { align-items: flex-start; flex-wrap: wrap; }
  .ecosystem-ribbon strong { width: 100%; margin-left: 0; }
}
