
:root {
  --navy: #061b44;
  --navy-2: #0b2c67;
  --blue: #1558e8;
  --blue-light: #eaf2ff;
  --gold: #f8ae19;
  --green: #0aa478;
  --ink: #0b1f3d;
  --muted: #63708a;
  --line: #dfe7f3;
  --paper: #ffffff;
  --mist: #f5f8fd;
  --shadow: 0 24px 65px rgba(8, 34, 77, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: #dbe7ff; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar-contact { display: flex; align-items: center; gap: 14px; }
.topbar a:hover { color: white; }
.topbar p { margin: 0; color: #b8c9e8; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(218, 228, 241, .9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; width: 102px; height: 68px; align-items: center; overflow: hidden; }
.brand img { width: 94px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding-block: 27px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-group{position:relative}.nav-parent span{display:inline-block;margin-left:3px;color:var(--blue)}.nav-dropdown{position:absolute;z-index:20;top:calc(100% - 8px);left:-16px;width:220px;display:grid;padding:9px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s ease}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.desktop-nav .nav-dropdown a{padding:10px 12px;border-radius:8px;color:var(--ink);font-size:12px}.desktop-nav .nav-dropdown a:hover{background:#f0f5ff;color:var(--blue)}.desktop-nav .nav-dropdown a::after{display:none}
.nav-cta { flex: 0 0 auto; }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { list-style: none; border: 1px solid var(--line); padding: 9px 14px; border-radius: 10px; font-weight: 700; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; left: 20px; right: 20px; top: 72px; display: grid; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 16px; border-radius: 16px; }
.mobile-nav nav a { padding: 11px 10px; border-bottom: 1px solid #eef2f8; }
.mobile-nav nav .mobile-submenu{padding-left:25px;color:var(--muted);font-size:13px}

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 10px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 28px rgba(21, 88, 232, .24); }
.button-primary:hover { background: #0c49cd; }
.button-gold { background: var(--gold); color: #081b42; box-shadow: 0 12px 25px rgba(248, 174, 25, .22); }
.button-gold:hover { background: #ffbd38; }
.button-ghost { border: 1px solid #9ab9f4; color: var(--blue); background: rgba(255,255,255,.68); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 13% 6%, #eef6ff 0, transparent 35%), linear-gradient(115deg, #fff 0%, #f6faff 55%, #edf4ff 100%); }
.hero::before { content: ""; position: absolute; inset: auto -6% -50% 50%; height: 520px; background: radial-gradient(circle, rgba(21, 88, 232, .12), transparent 64%); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 58px; padding-block: 64px 72px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { margin: 0 0 16px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 850; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 25px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 710px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 76px); line-height: .99; letter-spacing: -.045em; color: var(--navy); }
.hero-lead { max-width: 640px; margin: 24px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; gap: 38px; margin-top: 42px; }
.hero-proof div { display: grid; gap: 3px; padding-left: 15px; border-left: 2px solid #c8d8f1; }
.hero-proof strong { color: var(--navy); font-size: 16px; }
.hero-proof span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-height: 520px; display: grid; align-items: center; }
.hero-image-card { position: relative; overflow: hidden; aspect-ratio: 4/4.15; border-radius: 44% 44% 28% 28% / 34% 34% 18% 18%; background: linear-gradient(145deg, #42a3ff, #0d56d8); box-shadow: 0 38px 80px rgba(10, 43, 102, .25); }
.hero-image-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); border-radius: inherit; }
.hero-image-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 2; display: flex; gap: 12px; align-items: center; min-width: 214px; padding: 13px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 18px 45px rgba(6, 27, 68, .18); }
.floating-card p { display: grid; gap: 2px; margin: 0; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.float-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #e7f7f2; color: var(--green); font-weight: 900; }
.float-icon.gold { background: #fff4d9; color: #d78c00; }
.floating-top { right: -25px; top: 56px; }
.floating-bottom { left: -54px; bottom: 38px; }
.hero-orbit { position: absolute; border: 1px dashed rgba(21, 88, 232, .18); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -150px; top: 70px; }
.orbit-two { width: 280px; height: 280px; left: -150px; bottom: -80px; }

.trust-strip { position: relative; z-index: 5; margin-top: -29px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 45px rgba(10, 43, 102, .11); }
.trust-grid div { min-height: 88px; display: grid; align-content: center; gap: 3px; padding: 18px 34px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--blue); font-size: 23px; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding-block: 100px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 48px); line-height: 1.08; letter-spacing: -.03em; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); line-height: 1.75; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > p { max-width: 500px; margin: 0; }
.centered { max-width: 720px; text-align: center; margin-inline: auto; }
.centered .eyebrow { justify-content: center; }
.centered > p:not(.eyebrow) { margin: 16px auto 0; }

.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.destination-card { position: relative; overflow: hidden; min-height: 330px; border-radius: 18px; background: #dce7f8; box-shadow: 0 12px 35px rgba(7, 31, 74, .1); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.destination-card:hover img { transform: scale(1.055); }
.destination-overlay { position: absolute; inset: 32% 0 0; background: linear-gradient(transparent, rgba(3, 20, 52, .9)); }
.destination-copy { position: absolute; left: 22px; right: 18px; bottom: 20px; display: grid; gap: 5px; color: white; }
.destination-copy small { color: #d7e4ff; font-size: 11px; }
.destination-copy strong { font-size: 20px; }
.destination-copy i { position: absolute; right: 0; bottom: 0; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; }
.center-action { text-align: center; margin-top: 34px; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.services-section { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 274px; padding: 29px 25px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 25px rgba(7, 31, 74, .05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #a9c3f2; box-shadow: var(--shadow); }
.service-number { color: #a8b6ce; font-family: Georgia, serif; font-size: 35px; }
.service-card h3 { margin: 25px 0 12px; color: var(--navy); font-size: 18px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-link { position: absolute; bottom: 24px; color: var(--blue); font-size: 13px; font-weight: 800; }

.why-section { padding: 0; background: var(--navy); color: white; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 690px; }
.why-image-wrap { position: relative; margin-left: calc((100vw - min(1180px, calc(100vw - 40px))) / -2); overflow: hidden; }
.why-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--navy)); }
.why-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; z-index: 2; right: 18px; bottom: 48px; display: flex; align-items: center; gap: 11px; padding: 18px 20px; background: var(--gold); color: var(--navy); border-radius: 14px; box-shadow: var(--shadow); }
.experience-badge strong { font: 700 38px/1 Georgia, serif; }
.experience-badge span { font-size: 12px; font-weight: 800; line-height: 1.35; }
.why-copy { align-self: center; padding: 70px 0 70px 70px; }
.eyebrow.light { color: #c8d8f8; }
.why-copy h2 { max-width: 590px; margin: 0; font: 700 clamp(35px, 4vw, 50px)/1.09 Georgia, serif; letter-spacing: -.035em; }
.why-copy > p:not(.eyebrow) { color: #bdcae2; line-height: 1.75; }
.check-list { display: grid; gap: 17px; margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; }
.check-list li > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; background: rgba(25, 103, 234, .34); color: white; font-weight: 900; }
.check-list div { display: grid; gap: 5px; }
.check-list small { color: #aebedc; line-height: 1.55; }

.journey-section { background: linear-gradient(135deg, #08245a, #041332); color: white; }
.inverse h2 { color: white; }
.journey-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin: 0; padding: 0; list-style: none; }
.journey-grid::before { content: ""; position: absolute; top: 28px; left: 10%; right: 10%; border-top: 1px dashed #4772bc; }
.journey-grid li { position: relative; z-index: 2; text-align: center; }
.journey-grid li > span { width: 58px; height: 58px; display: grid; place-items: center; margin: auto; border: 7px solid #102e64; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; box-shadow: 0 0 0 1px #31568e; }
.journey-grid h3 { margin: 17px 0 7px; }
.journey-grid p { max-width: 200px; margin: auto; color: #b5c5e2; font-size: 13px; line-height: 1.55; }

.success-section { background: #fff; }
.student-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.student-card { position: relative; min-height: 145px; display: flex; align-items: center; gap: 16px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(7,31,74,.05); }
.student-avatar { flex: 0 0 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #5aa6ff); color: white; font-weight: 850; }
.student-card h3 { margin: 0 0 5px; color: var(--navy); font-size: 16px; }
.student-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.student-mark { position: absolute; right: 18px; top: 3px; color: #e7eef9; font: 70px/1 Georgia, serif; }

.insights-section { background: var(--mist); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; transition: transform .22s ease, box-shadow .22s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-art { position: relative; min-height: 165px; display: flex; align-items: start; justify-content: space-between; padding: 20px; color: white; overflow: hidden; }
.article-art::after { content: ""; position: absolute; width: 210px; height: 210px; right: -50px; bottom: -120px; border: 30px solid rgba(255,255,255,.13); border-radius: 50%; }
.art-31 { background: linear-gradient(140deg, #1558e8, #08285f); }
.art-30 { background: linear-gradient(140deg, #0b9f77, #045c60); }
.art-29 { background: linear-gradient(140deg, #f8ae19, #e55e22); }
.article-art span { padding: 6px 9px; border-radius: 7px; background: rgba(255,255,255,.18); font-size: 10px; font-weight: 800; }
.article-art strong { opacity: .34; font: 700 70px/1 Georgia, serif; }
.article-body { padding: 22px; }
.article-body small { color: #8390a7; }
.article-body h3 { min-height: 52px; margin: 9px 0 21px; color: var(--navy); font-size: 19px; line-height: 1.35; }
.article-body span { color: var(--blue); font-size: 13px; font-weight: 800; }

.consultation-section { padding-block: 72px; background: white; }
.consultation-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding: 55px 60px; border-radius: 26px; background: radial-gradient(circle at 100% 0, rgba(32,102,235,.48), transparent 35%), linear-gradient(135deg, #061b44, #0b3277); color: white; box-shadow: 0 28px 65px rgba(6,27,68,.2); }
.consultation-copy h2 { margin: 0; font: 700 clamp(35px, 4vw, 48px)/1.07 Georgia, serif; }
.consultation-copy > p:not(.eyebrow) { color: #b9c9e8; line-height: 1.65; }
.consultation-contact { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 24px; color: #dce7fb; font-weight: 700; font-size: 13px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 6px; }
.lead-form label span { color: #c5d4ef; font-size: 11px; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.25); outline: 0; border-radius: 9px; background: white; color: var(--ink); }
.lead-form input:focus, .lead-form select:focus { box-shadow: 0 0 0 3px rgba(85,147,255,.35); }
.lead-form button, .lead-form > small { grid-column: 1/-1; }
.lead-form > small { color: #91a6cc; text-align: center; }

.site-footer { background: #041431; color: #d4def1; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-size: 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-grid a, .footer-grid address, .footer-brand p { color: #aebcd6; font-size: 13px; line-height: 1.7; font-style: normal; }
.footer-grid a:hover { color: white; }
.footer-brand img { width: 110px; height: auto; padding: 8px; border-radius: 12px; background: white; }
.footer-brand p { max-width: 290px; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8999b7; font-size: 11px; }
.footer-bottom a { color: var(--gold); font-weight: 800; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 12px; }
  .hero-grid { gap: 30px; }
  .floating-top { right: 0; }
  .destination-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .topbar p, .desktop-nav, .nav-cta { display: none; }
  .mobile-nav { display: block; }
  .nav-wrap { min-height: 70px; }
  .brand { height: 62px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-proof { justify-content: center; }
  .hero-visual { width: min(520px, 92%); margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .why-grid { grid-template-columns: 1fr; }
  .why-image-wrap { margin: 0 -20px; min-height: 450px; }
  .why-image-wrap::after { background: linear-gradient(0deg, var(--navy), transparent 45%); }
  .why-copy { padding: 20px 0 70px; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .journey-grid::before { display: none; }
  .student-grid, .article-grid { grid-template-columns: 1fr; }
  .consultation-card { grid-template-columns: 1fr; gap: 36px; padding: 45px 35px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topbar-contact { width: 100%; justify-content: center; font-size: 11px; }
  .hero-grid { min-height: auto; padding: 45px 0 78px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; justify-content: space-between; }
  .hero-proof div { padding-left: 9px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 390px; width: 100%; }
  .floating-card { min-width: 170px; padding: 9px 10px; }
  .floating-top { top: 28px; }
  .floating-bottom { left: -5px; bottom: 16px; }
  .trust-grid div { min-height: 76px; padding: 14px 18px; }
  .trust-grid strong { font-size: 19px; }
  .section { padding-block: 72px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 16px; }
  .destination-grid, .service-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 300px; }
  .journey-grid { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .consultation-card { padding: 38px 22px; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .footer-bottom p { margin: 0; }
  .desktop-only { display: none; }
}

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