:root {
  --navy-950: #202050;
  --navy-900: #29275b;
  --navy-800: #332f64;
  --navy-700: #117fa6;
  --blue-100: #dff5fc;
  --blue-50: #f3fbfe;
  --coral-600: #c90f1e;
  --coral-500: #e01423;
  --coral-100: #fff0f1;
  --ink: #282a54;
  --muted: #647586;
  --line: #dce5ec;
  --white: #fff;
  --font-heading: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
  --shadow-sm: 0 10px 35px rgba(14, 48, 79, .08);
  --shadow-lg: 0 24px 70px rgba(14, 48, 79, .16);
  --radius-sm: .65rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.12; letter-spacing: -.035em; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .7rem 1rem; background: var(--white); color: var(--navy-900); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,236,.8); backdrop-filter: blur(14px); }
.header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.brand--logo { width: 155px; height: 64px; }
.brand--logo img { width: 145px; height: 64px; object-fit: contain; }
.brand--footer-logo { width: 190px; height: 138px; margin-bottom: .5rem; }
.brand--footer-logo img { width: 178px; height: auto; object-fit: contain; }
.brand__mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--navy-800); }
.brand__mark svg { width: 28px; fill: var(--white); }
.brand__mark svg path:last-child { fill: var(--coral-500); }
.brand__text span { color: var(--coral-500); }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.8rem); color: #33485b; font-size: .94rem; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--coral-600); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.35rem; border: 1px solid transparent; border-radius: .65rem; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--coral-500); box-shadow: 0 12px 25px rgba(237,104,65,.22); }
.button--primary:hover { background: var(--coral-600); box-shadow: 0 15px 30px rgba(237,104,65,.3); }
.button--secondary { color: var(--white); background: var(--navy-800); }
.button--small { min-height: 44px; padding: .6rem 1.1rem; }
.button--text { color: var(--navy-800); }
.button--full { width: 100%; }
.play { display: grid; width: 35px; height: 35px; place-items: center; padding-left: 2px; color: var(--coral-500); background: var(--coral-100); border-radius: 50%; font-size: .65rem; }

.hero { position: relative; min-height: 680px; overflow: hidden; background: linear-gradient(115deg, #f7fbfe 0%, #eef7fc 55%, #fff 100%); }
.hero::after { position: absolute; right: -10%; bottom: -45%; width: 700px; height: 700px; border: 1px solid rgba(18,63,105,.08); border-radius: 50%; content: ""; }
.hero__grid { position: relative; z-index: 2; display: grid; min-height: 680px; align-items: center; grid-template-columns: 1.03fr .97fr; gap: clamp(2rem, 5vw, 6rem); padding-block: 5rem; }
.hero__content { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--navy-700); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral-500); }
.hero h1 { max-width: 700px; margin-bottom: 1.5rem; color: var(--navy-950); font-size: clamp(3rem, 6.1vw, 5.5rem); letter-spacing: -.065em; }
.hero h1 em { color: var(--coral-500); font-style: normal; }
.hero__lead { max-width: 600px; margin-bottom: 1.8rem; color: #536a7e; font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-bottom: 2.3rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.6rem; }
.hero__trust div { display: flex; align-items: center; gap: .6rem; padding-right: 1.6rem; border-right: 1px solid var(--line); }
.hero__trust div:last-child { border: 0; }
.hero__trust strong { color: var(--navy-800); font-family: var(--font-heading); font-size: 1.15rem; }
.hero__trust span { max-width: 85px; color: var(--muted); font-size: .74rem; line-height: 1.25; }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero__orb--one { top: 12%; right: 7%; width: 300px; height: 300px; background: rgba(76,157,203,.1); }
.hero__orb--two { right: 32%; bottom: 10%; width: 120px; height: 120px; background: rgba(237,104,65,.08); }

.hero__visual { position: relative; min-height: 475px; }
.visual-card { position: absolute; background: var(--white); border: 1px solid rgba(220,229,236,.8); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.visual-card--main { z-index: 2; top: 50%; left: 50%; width: min(100%, 410px); padding: 1.7rem; transform: translate(-50%,-50%) rotate(-1deg); }
.visual-card__top { display: flex; justify-content: space-between; margin-bottom: 2rem; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.status-dot { display: flex; align-items: center; gap: .35rem; color: #3d8067; letter-spacing: 0; text-transform: none; }
.status-dot::before { width: 7px; height: 7px; background: #4fa982; border-radius: 50%; content: ""; }
.route { padding-inline: .3rem; }
.route__stop { display: flex; align-items: center; gap: 1rem; color: #7b8995; }
.route__stop > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 700; }
.route__stop strong, .route__stop small { display: block; }
.route__stop strong { color: var(--ink); }
.route__stop small { margin-top: .12rem; color: var(--muted); }
.route__stop.is-done > span { color: var(--white); background: #54a783; border-color: #54a783; }
.route__stop.is-active > span { color: var(--white); background: var(--coral-500); border-color: var(--coral-500); box-shadow: 0 0 0 7px var(--coral-100); }
.route__line { width: 1px; height: 45px; margin-left: 19px; background: repeating-linear-gradient(to bottom, #c5d0d9 0 4px, transparent 4px 8px); }
.route__line.is-done { background: #7ab99c; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: .8rem; min-width: 210px; padding: .85rem 1rem; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: .9rem; box-shadow: var(--shadow-sm); }
.float-card small, .float-card strong { display: block; }
.float-card small { color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .1em; }
.float-card strong { font-size: .88rem; }
.float-card__icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--navy-800); border-radius: .7rem; font-family: var(--font-heading); font-weight: 800; }
.float-card--language { top: 2%; left: -2%; }
.float-card--compass { right: -5%; bottom: 7%; }
.compass { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--coral-500); border-radius: 50%; font-size: 1.4rem; }
.flight-path { position: absolute; z-index: 1; top: -4%; right: -7%; width: 230px; overflow: visible; fill: none; stroke: rgba(18,63,105,.25); stroke-width: 1.5; stroke-dasharray: 5 6; }
.flight-path .plane { fill: var(--coral-500); stroke: none; }

.trust-strip { color: #dce8f0; background: var(--navy-950); }
.trust-strip__inner { display: flex; min-height: 85px; align-items: center; justify-content: space-between; gap: 1rem; font-size: .8rem; }
.trust-strip p { margin: 0; color: #91a8ba; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip__inner div { display: flex; align-items: center; gap: .5rem; }
.trust-strip__inner div span { color: var(--coral-500); }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section--tint { background: var(--blue-50); }
.section-heading { margin-bottom: 3rem; }
.section-heading--split { display: grid; align-items: end; grid-template-columns: 1.1fr .9fr; gap: 4rem; }
.section-heading--split > p { max-width: 520px; margin-bottom: .5rem; color: var(--muted); }
.section-heading--center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.service-card { position: relative; min-height: 350px; padding: 2rem 1.6rem; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.service-card--featured { color: var(--white); background: var(--navy-800); border-color: var(--navy-800); }
.service-card--featured p { color: #c8d7e4 !important; }
.service-card--featured a { color: var(--white) !important; }
.card-number { position: absolute; top: 1.2rem; right: 1.3rem; color: #a8b6c2; font-family: var(--font-heading); font-size: .7rem; }
.service-card__icon { display: grid; width: 54px; height: 54px; margin-bottom: 2.2rem; place-items: center; color: var(--navy-800); background: var(--blue-100); border-radius: .8rem; font-family: var(--font-heading); font-size: 1.4rem; font-weight: 800; }
.service-card--featured .service-card__icon { color: var(--white); background: rgba(255,255,255,.12); }
.service-card h3 { min-height: 2.8em; margin-bottom: .8rem; }
.service-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.service-card a { position: absolute; left: 1.6rem; bottom: 1.7rem; color: var(--coral-600); font-size: .85rem; font-weight: 700; }
.service-card a span { margin-left: .4rem; }

.destination-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.destination-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.destination-card__art { position: relative; display: grid; height: 190px; place-items: center; overflow: hidden; color: rgba(255,255,255,.9); font-family: var(--font-heading); font-size: 3rem; font-weight: 800; letter-spacing: -.08em; }
.destination-card__art::before, .destination-card__art::after { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.destination-card__art::before { width: 180px; height: 180px; }
.destination-card__art::after { width: 110px; height: 110px; }
.destination-card__art span { z-index: 2; }
.art--australia { background: linear-gradient(135deg,#143e66,#3c7ea5); }
.art--uk { background: linear-gradient(135deg,#6d2432,#d46751); }
.art--canada { background: linear-gradient(135deg,#8e1622,#e01423); }
.art--usa { background: linear-gradient(135deg,#202050,#4c5f9d); }
.art--new-zealand { background: linear-gradient(135deg,#153b62,#1594bd); }
.art--ireland { background: linear-gradient(135deg,#176b52,#55a079); }
.destination-card > div:last-child { padding: 1.5rem; }
.destination-card h3 { margin-bottom: .5rem; }
.destination-card p { color: var(--muted); font-size: .9rem; }
.tag { display: inline-block; padding: .3rem .6rem; color: var(--navy-700); background: var(--blue-100); border-radius: 2rem; font-size: .69rem; font-weight: 700; }
.content-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.class-feature { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.class-feature__content > p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; margin: 1.7rem 0 2rem; padding: 0; grid-template-columns: 1fr 1fr; gap: .8rem; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; font-size: .9rem; font-weight: 600; }
.check-list li::before { position: absolute; left: 0; display: grid; width: 20px; height: 20px; place-items: center; color: #38795d; background: #e4f4ec; border-radius: 50%; content: "✓"; font-size: .7rem; }
.class-panel { padding: 1.6rem; background: var(--blue-50); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.class-panel__header { display: flex; justify-content: space-between; margin-bottom: 1rem; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; }
.course-row { display: flex; align-items: center; gap: 1rem; margin-bottom: .75rem; padding: 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: .9rem; }
.course-row__badge { display: grid; flex: 0 0 48px; height: 45px; place-items: center; color: var(--white); background: var(--navy-800); border-radius: .7rem; font-size: .66rem; font-weight: 800; }
.course-row__badge--red { background: #c95151; }
.course-row__badge--blue { background: #4888a8; }
.course-row div { flex: 1; }
.course-row strong, .course-row small { display: block; }
.course-row small { color: var(--muted); }
.class-panel > p { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.process { color: var(--white); background: var(--navy-950); }
.section-heading--light > p:last-child { color: #a8bccb; }
.section-heading--light .eyebrow { color: #8eb3ce; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.process-grid article { position: relative; min-height: 235px; padding: 1.8rem; border-top: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.13); }
.process-grid article:last-child { border-right: 0; }
.process-grid article::before { position: absolute; top: -5px; left: 1.8rem; width: 9px; height: 9px; background: var(--coral-500); border-radius: 50%; content: ""; box-shadow: 0 0 0 5px rgba(237,104,65,.15); }
.process-grid article > span { display: block; margin: 1.2rem 0 2.8rem; color: #63829a; font-family: var(--font-heading); font-size: .75rem; }
.process-grid h3 { margin-bottom: .7rem; }
.process-grid p { color: #a8bccb; font-size: .87rem; }

.about-grid { display: grid; align-items: center; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 7rem); }
.about-visual { position: relative; min-height: 480px; }
.about-visual__shape { position: absolute; inset: 0 10% 8% 0; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.9); background: linear-gradient(145deg,var(--navy-800),#4a88ad); border-radius: 45% 45% 12% 12%; font-family: var(--font-heading); font-size: 6rem; font-weight: 800; letter-spacing: -.1em; }
.about-visual__shape::after { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; }
.about-quote { position: absolute; right: 0; bottom: 0; width: 280px; padding: 1.4rem; color: var(--navy-900); background: var(--white); border-left: 4px solid var(--coral-500); box-shadow: var(--shadow-lg); font-family: var(--font-heading); font-weight: 700; }
.large-copy { color: var(--ink); font-size: 1.12rem; font-weight: 500; }
.about-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.principle-grid { display: grid; margin-top: 2rem; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.principle-grid div { padding-top: 1rem; border-top: 2px solid var(--line); }
.principle-grid strong, .principle-grid span, .principle-grid small { display: block; }
.principle-grid strong { margin-bottom: .7rem; color: var(--coral-500); font-size: .68rem; }
.principle-grid span { font-family: var(--font-heading); font-weight: 700; }
.principle-grid small { margin-top: .3rem; color: var(--muted); line-height: 1.4; }

.consultation { color: var(--white); background: linear-gradient(120deg,var(--navy-800),var(--navy-950)); }
.consultation__grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.consultation__grid > div > p:not(.eyebrow) { max-width: 500px; color: #c2d2df; }
.eyebrow--light { color: #a7c4d9; }
.consultation__contact { margin-top: 2.5rem; }
.consultation__contact span, .consultation__contact a { display: block; }
.consultation__contact span { color: #8ba8bd; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.consultation__contact a { margin-top: .3rem; font-weight: 700; }
.consultation-form { padding: clamp(1.5rem,4vw,2.4rem); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.consultation-form label { display: block; margin-bottom: 1rem; color: #425568; font-size: .75rem; font-weight: 700; }
.consultation-form input, .consultation-form select { width: 100%; height: 50px; margin-top: .35rem; padding: 0 .85rem; color: var(--ink); background: #f8fafc; border: 1px solid var(--line); border-radius: .55rem; outline: none; }
.consultation-form input:focus, .consultation-form select:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(27,86,138,.12); }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.form-note.is-success { color: #38795d; font-weight: 700; }

.site-footer { padding-top: 4.5rem; color: #50687b; background: #f3fbfe; border-top: 1px solid var(--line); }
.footer__grid { display: grid; padding-bottom: 3.5rem; grid-template-columns: 2fr 1fr 1.2fr 1fr; gap: 3rem; }
.brand--light { margin-bottom: 1.2rem; color: var(--navy-950); }
.footer__grid > div:first-child p { max-width: 330px; }
.footer__grid h2 { margin-bottom: 1rem; color: var(--navy-950); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid a:not(.brand) { display: block; margin-bottom: .55rem; font-size: .85rem; }
.footer__grid p { font-size: .85rem; }
.muted-light { color: #6d879a; }
.footer__bottom { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.footer__bottom p { margin: 0; color: #667b8c; font-size: .72rem; }

@media (max-width: 980px) {
  .nav-toggle { position: relative; z-index: 3; display: grid; place-items: center; color: var(--navy-900); }
  .nav-toggle::before { content: "☰"; font-size: 1.45rem; line-height: 1; }
  .nav-toggle[aria-expanded="true"]::before { content: "×"; font-size: 1.8rem; }
  .nav-toggle span:not(.sr-only) { display: none; }
  .primary-nav { position: absolute; top: 100%; right: 1.25rem; left: 1.25rem; display: none; align-items: stretch; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: .9rem; box-shadow: var(--shadow-lg); flex-direction: column; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .55rem; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero__content { margin-inline: auto; text-align: center; }
  .eyebrow, .hero__actions, .hero__trust { justify-content: center; }
  .hero__visual { width: min(100%,600px); margin-inline: auto; }
  .trust-strip__inner { flex-wrap: wrap; justify-content: center; padding-block: 1.2rem; }
  .trust-strip p { width: 100%; text-align: center; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section-heading--split { grid-template-columns: 1fr; gap: .5rem; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .class-feature, .about-grid, .consultation__grid { grid-template-columns: 1fr; }
  .about-visual { width: min(100%,540px); }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.5rem), var(--container)); }
  .header__inner { min-height: 70px; }
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { padding-block: 3.5rem; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 3.4rem); }
  .hero .eyebrow { font-size: .66rem; letter-spacing: .09em; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__trust { gap: .8rem; }
  .hero__trust div { padding-right: .8rem; }
  .hero__visual { min-height: 430px; transform: scale(.9); }
  .float-card--language { left: -5%; }
  .float-card--compass { right: -5%; }
  .section { padding-block: 4.5rem; }
  .service-grid, .destination-grid, .process-grid, .principle-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .process-grid article { min-height: 210px; border-right: 0; }
  .process-grid article > span { margin-bottom: 1.5rem; }
  .check-list { grid-template-columns: 1fr; }
  .class-panel { padding: .8rem; }
  .course-row { padding: .8rem; }
  .course-row small { font-size: .72rem; }
  .about-visual { min-height: 400px; }
  .about-visual__shape { right: 0; }
  .about-quote { right: 1rem; width: calc(100% - 2rem); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; padding-block: 1.2rem; flex-direction: column; justify-content: center; }
}

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