/*
Theme Name: ESPERA TO INDO
Theme URI: https://esperatoindo.com
Author: ESPERA TO INDO
Description: Tema oficial da ESPERA TO INDO para educação e mobilidade internacional.
Version: 1.2.0
Text Domain: espera-to-indo
*/

@font-face {
  font-family: "Geist";
  src: url("assets/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root { --font-geist: "Geist"; }

:root {
  --navy: #073963;
  --navy-deep: #052b4f;
  --blue: #0c5790;
  --sky: #35a9f2;
  --coral: #ff6d52;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --ink: #14202a;
  --muted: #65727d;
  --line: #dce2e4;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist), Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
body.admin-bar .study-jump-nav, body.admin-bar .destinations-jump-nav, body.admin-bar .visa-jump-nav, body.admin-bar .help-jump-nav, body.admin-bar .about-jump-nav { top: 116px; }
.entry-content { min-height: 55vh; }
.entry-content > h1 { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; }
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .study-jump-nav, body.admin-bar .destinations-jump-nav, body.admin-bar .visa-jump-nav, body.admin-bar .help-jump-nav, body.admin-bar .about-jump-nav { top: 120px; }
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, 0.96); border-bottom: 1px solid rgba(7, 57, 99, 0.12); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 26px; }
.header-brand { flex: 0 0 222px; height: 60px; overflow: hidden; }
.brand { display: inline-block; width: 222px; height: 58px; overflow: hidden; }
.brand__crop { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; }
.brand__crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 31%; }
.brand--light .brand__crop img { object-position: 50% 50%; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 1.7vw, 28px); flex: 1; }
.desktop-nav a { font-size: 13px; font-weight: 600; color: #304657; white-space: nowrap; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--coral); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border-radius: 999px; border: 1px solid var(--navy); background: var(--navy); color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(4, 39, 72, .16); }
.button--small { min-height: 45px; padding-inline: 19px; font-size: 13px; }
.button--coral { background: var(--coral); border-color: var(--coral); color: #161e24; }
.button--outline { color: var(--navy); background: transparent; }
.button--outline:hover { color: white; background: var(--navy); }
.button--large { min-height: 58px; padding-inline: 30px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-weight: 700; font-size: 14px; }
.text-link--light { color: white; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 710px; color: white; background: linear-gradient(118deg, #06345e 0%, #074779 50%, #0d5c8a 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 84%); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.hero-copy { padding: 86px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: #c4e6fb; }
.hero h1 { max-width: 710px; margin-bottom: 26px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 5.2vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 400; }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 630px; font-size: 18px; line-height: 1.75; color: #d9e8f1; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px 27px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-trust span { position: relative; padding-left: 16px; color: #e9f4fa; font-size: 12px; font-weight: 650; letter-spacing: .015em; }
.hero-trust span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }
.hero-visual { position: relative; height: 535px; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.hero-orbit--one { width: 560px; height: 560px; right: -160px; top: -180px; }
.hero-orbit--two { width: 420px; height: 420px; left: 42%; bottom: -290px; }
.route-card { position: absolute; border-radius: 28px; box-shadow: 0 35px 65px rgba(0, 17, 35, .24); }
.route-card--main { inset: 22px 12px 38px 44px; padding: 30px; overflow: hidden; background: rgba(255,255,255,.96); color: var(--navy); transform: rotate(2deg); }
.route-card__top { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.route-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.route-code { color: #7d8d99; font-size: 10px; letter-spacing: .12em; }
.route-map { position: relative; height: 245px; margin: 10px -30px 0; overflow: hidden; background: radial-gradient(circle at 42% 40%, #eaf5fb 0 6%, transparent 6.5%), linear-gradient(155deg, #f7fafb, #e4f0f6); }
.route-map::before, .route-map::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.route-map::before { width: 340px; height: 340px; left: -80px; top: -150px; }
.route-map::after { width: 230px; height: 230px; right: -70px; bottom: -100px; }
.route-line { position: absolute; z-index: 2; left: 15%; top: 60%; width: 70%; height: 110px; border-top: 2px dashed var(--sky); border-radius: 50%; transform: rotate(-12deg); }
.route-point { position: absolute; z-index: 3; width: 11px; height: 11px; border: 3px solid white; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px rgba(7,57,99,.14); }
.route-point--start { left: 14%; top: 59%; }
.route-point--middle { left: 51%; top: 42%; background: var(--sky); }
.route-point--end { right: 13%; top: 29%; }
.route-bird-crop { position: absolute; z-index: 1; width: 220px; height: 220px; right: -10px; top: 8px; overflow: hidden; border-radius: 50%; opacity: .92; }
.route-bird-crop img { width: 100%; height: 100%; object-fit: cover; }
.route-card__footer { position: relative; z-index: 3; min-height: 118px; padding: 22px 16px 26px; }
.route-card__footer p { margin-bottom: 3px; color: #607281; font-size: 13px; }
.route-card__footer strong { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.route-card--stamp { z-index: 4; right: -20px; bottom: -12px; width: 166px; padding: 20px 22px; background: var(--coral); color: #19232b; transform: rotate(-5deg); }
.route-card--stamp span { display: block; font-size: 10px; line-height: 1.35; letter-spacing: .11em; }
.route-card--stamp strong { display: block; margin-top: 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; }
.route-card--destinations { z-index: 4; left: 0; bottom: -12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: 240px; padding: 17px; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.14); transform: rotate(-3deg); }
.route-card--destinations span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 10px; font-weight: 800; }
.route-card--destinations small { grid-column: 1 / -1; color: #b7d2e3; font-size: 9px; letter-spacing: .06em; }

.intro-strip { background: var(--coral); color: #12202b; }
.intro-strip__inner { min-height: 118px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.intro-strip p { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.25; }
.intro-strip strong { max-width: 680px; font-size: 15px; line-height: 1.7; }

.section { padding: 116px 0; }
.section--cream { background: var(--cream); }
.section--white { background: white; }
.section-heading { margin-bottom: 58px; }
.section-heading--split { display: grid; grid-template-columns: 1.08fr .62fr; align-items: end; gap: 90px; }
.section-heading--center { text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .services-intro h2, .about-copy h2, .faq-intro h2, .visa-band h2, .values-section h2, .final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 4.3vw, 64px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.section-heading--split > p, .heading-action p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.heading-action .text-link { margin-top: 22px; }
.section-heading--light h2 { color: white; }
.section-heading--light p { color: #c4d9e8; }

.objective-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #d9dedc; border-radius: 28px; overflow: hidden; }
.objective-card { min-height: 320px; display: flex; flex-direction: column; padding: 34px; background: rgba(255,255,255,.62); border-right: 1px solid #d9dedc; border-bottom: 1px solid #d9dedc; transition: background .25s ease; }
.objective-card:nth-child(2n) { border-right: 0; }
.objective-card:nth-child(n+3) { border-bottom: 0; }
.objective-card:hover { background: white; }
.objective-card__head { display: flex; justify-content: space-between; align-items: center; color: var(--blue); font-size: 11px; font-weight: 800; }
.objective-arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ccd5d9; border-radius: 50%; font-size: 17px; transition: background .2s ease, color .2s ease; }
.objective-card:hover .objective-arrow { background: var(--coral); color: #14202a; border-color: var(--coral); }
.objective-card h3 { max-width: 460px; margin: auto 0 14px; font-family: Georgia, 'Times New Roman', serif; color: var(--navy); font-size: 31px; font-weight: 400; letter-spacing: -.025em; }
.objective-card p { max-width: 470px; min-height: 52px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.objective-card small { padding-top: 18px; border-top: 1px solid #dce1df; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.destinations-section { background: var(--navy-deep); color: white; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.destination-card { min-height: 225px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-radius: 22px; color: #15232c; transition: transform .25s ease; }
.destination-card:hover { transform: translateY(-5px); }
.destination-card--blue { background: #bfe3f6; }
.destination-card--sand { background: #e8ddc3; }
.destination-card--coral { background: #ff8b74; }
.destination-card--green { background: #c8dfcf; }
.destination-card--lavender { background: #d9d2e8; }
.destination-card--gold { background: #edcf81; }
.destination-card__top { display: flex; justify-content: space-between; font-size: 13px; font-weight: 800; }
.destination-card h3 { margin-bottom: 6px; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; }
.destination-card p { margin: 0; font-size: 12px; font-weight: 650; }
.work-study-band { margin-top: 44px; padding: 38px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; background: rgba(255,255,255,.055); }
.work-study-band .eyebrow { margin-bottom: 14px; }
.work-study-band h3 { margin-bottom: 10px; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; }
.work-study-band p { margin-bottom: 0; color: #bcd3e1; font-size: 14px; line-height: 1.65; }
.work-study-band__note { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.15); }
.work-study-band__note span { display: inline-block; margin-bottom: 9px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.work-study-band__note a { display: inline-flex; gap: 9px; margin-top: 18px; color: white; font-size: 13px; font-weight: 750; }

.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 72px 0 120px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-grid li { position: relative; padding: 38px 24px 0 0; }
.steps-grid li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px white; }
.steps-grid span { display: block; margin-bottom: 38px; color: var(--coral); font-size: 11px; font-weight: 800; }
.steps-grid h3 { margin-bottom: 9px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.steps-grid p { max-width: 185px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.services-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-top: 90px; border-top: 1px solid var(--line); }
.services-intro h2 { font-size: clamp(40px, 4vw, 57px); }
.services-intro > p:not(.eyebrow) { margin: 26px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services-list { border-top: 1px solid var(--line); }
.services-list article { display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 18px; min-height: 103px; padding: 17px 8px; border-bottom: 1px solid var(--line); }
.services-list article > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.services-list h3 { margin-bottom: 5px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; }
.services-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.visa-band { padding: 104px 0; background: var(--blue); color: white; }
.visa-band__inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: center; }
.visa-band h2 { font-size: clamp(40px, 4vw, 58px); }
.visa-band__copy > p:last-child { margin: 26px 0 0; color: #c6deed; font-size: 15px; line-height: 1.75; }
.visa-band__links { border-top: 1px solid rgba(255,255,255,.25); }
.visa-band__links a { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 15px; font-weight: 650; }
.visa-band__links a:hover { color: #ffd3ca; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 100px; }
.about-visual { position: relative; min-height: 580px; }
.about-card { position: absolute; border-radius: 28px; overflow: hidden; }
.about-card--large { inset: 0 55px 55px 0; background: var(--navy); border: 1px solid rgba(255,255,255,.1); }
.about-card--large > span { position: absolute; z-index: 2; top: 34px; left: 34px; color: white; font-size: 11px; line-height: 1; letter-spacing: .12em; }
.about-card--large strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 47px; font-weight: 400; letter-spacing: -.04em; }
.about-bird-crop { position: absolute; inset: 0; overflow: hidden; }
.about-bird-crop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(0,0,0,.24), transparent 44%); }
.about-bird-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.95); }
.about-card--small { right: 0; bottom: 0; width: 245px; min-height: 142px; display: flex; align-items: flex-end; padding: 26px; background: var(--coral); color: #14202a; transform: rotate(-3deg); }
.about-card--small span { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.25; }
.about-lead { margin: 28px 0 18px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-copy blockquote { margin: 28px 0; padding: 22px 0 22px 28px; border-left: 3px solid var(--coral); color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-style: italic; line-height: 1.45; }

.values-section { background: var(--navy-deep); color: white; }
.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.values-grid ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.17); }
.values-grid li { min-height: 108px; display: flex; gap: 18px; align-items: center; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.17); color: #e4eff6; font-size: 14px; line-height: 1.45; }
.values-grid li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.17); }
.values-grid li span { color: var(--coral); font-size: 10px; font-weight: 800; }

.testimonials-section { background: white; }
.testimonials-heading { align-items: end; }
.testimonials-heading h2 { max-width: 760px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(8, 47, 76, .08); }
.testimonial-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.testimonial-quote { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 64px; line-height: .75; }
.testimonial-card__top small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.testimonial-placeholder { display: grid; gap: 10px; margin: 38px 0 20px; }
.testimonial-placeholder span { display: block; height: 8px; border-radius: 99px; background: #e4e8e8; }
.testimonial-placeholder span:nth-child(2) { width: 88%; }
.testimonial-placeholder span:nth-child(3) { width: 62%; }
.testimonial-card > p { margin: 0; color: var(--muted); font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-style: italic; line-height: 1.45; }
.testimonial-card__person { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 26px; border-top: 1px solid var(--line); }
.testimonial-avatar { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; font-size: 9px; font-weight: 800; }
.testimonial-card__person strong, .testimonial-card__person small { display: block; }
.testimonial-card__person strong { margin-bottom: 4px; color: var(--navy); font-size: 13px; }
.testimonial-card__person small { color: var(--muted); font-size: 10px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid #dcdedb; border-radius: 24px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(8, 47, 76, .1); }
.article-cover { position: relative; min-height: 205px; padding: 22px; overflow: hidden; }
.article-cover::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; bottom: -145px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.07), 0 0 0 58px rgba(255,255,255,.055); }
.article-cover--1 { background: var(--blue); color: white; }
.article-cover--2 { background: #d8dfcc; color: var(--navy); }
.article-cover--3 { background: var(--coral); color: #18242d; }
.article-cover > span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-cover strong { position: absolute; z-index: 2; right: 22px; bottom: 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 58px; line-height: .78; text-align: right; }
.article-copy { padding: 26px; }
.article-copy small { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-copy h3 { min-height: 85px; margin: 14px 0 12px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.2; font-weight: 400; }
.article-copy p { min-height: 62px; margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.article-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 750; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro > p:last-child { margin: 27px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-family: var(--font-geist), sans-serif; font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--coral); border-color: var(--coral); }
.faq-list details p { max-width: 730px; padding: 0 56px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--blue); color: white; text-align: center; }
.final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -360px; top: -280px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { max-width: 690px; margin: 27px auto 32px; color: #d4e7f2; font-size: 16px; line-height: 1.7; }
.final-cta small { display: block; margin-top: 22px; color: #b9d4e4; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.final-cta__bird { position: absolute; right: -100px; bottom: -180px; width: 500px; height: 500px; opacity: .12; transform: rotate(-14deg); }
.final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: 72px 0 0; background: var(--navy-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr .65fr 1fr; gap: 65px; padding-bottom: 66px; }
.footer-brand .brand { width: 250px; height: 76px; margin-bottom: 18px; overflow: hidden; border-radius: 12px; background: var(--paper); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.footer-brand p { max-width: 300px; color: #b8cfde; font-size: 12px; line-height: 1.7; }
.footer-brand > span { display: inline-block; margin-top: 12px; color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; font-style: italic; }
.footer-col h3, .footer-search h3 { margin-bottom: 22px; color: white; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin-bottom: 13px; color: #b8cfde; font-size: 12px; }
.footer-col a:hover { color: var(--coral); }
.footer-search form { display: grid; grid-template-columns: 1fr 44px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.3); }
.footer-search input { min-width: 0; padding: 14px 0; color: white; border: 0; outline: 0; background: transparent; font-size: 12px; }
.footer-search input::placeholder { color: #96b2c4; }
.footer-search button { color: var(--coral); border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.footer-search p { margin-bottom: 10px; color: #96b2c4; font-size: 11px; }
.footer-newsletter { display: inline-flex; gap: 10px; color: white; font-size: 12px; font-weight: 700; }
.footer-bottom { min-height: 70px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #8eacbf; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom > span:last-child { text-align: right; }
.footer-bottom div { display: flex; gap: 24px; }

/* Estudar no exterior */
.nav-active { color: var(--coral) !important; }
.study-page { overflow: clip; }
.study-hero { position: relative; overflow: hidden; min-height: 680px; background: linear-gradient(122deg, var(--navy-deep), #07527f); color: white; }
.study-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; }
.study-hero__orbit { position: absolute; width: 680px; height: 680px; right: -300px; top: -250px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.study-hero__grid { min-height: 680px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.study-hero__copy { padding: 76px 0 70px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 46px; color: #9fc3d8; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--coral); }
.breadcrumb strong { color: white; }
.study-hero h1 { max-width: 670px; margin: 0 0 26px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(56px, 5.3vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 400; }
.study-hero__copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 0; color: #d5e5ee; font-size: 17px; line-height: 1.75; }
.study-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.study-hero__visual { position: relative; min-height: 540px; }
.study-board { position: absolute; inset: 34px 18px 30px 35px; padding: 28px; overflow: hidden; border-radius: 30px; background: var(--paper); color: var(--navy); box-shadow: 0 38px 70px rgba(0,18,38,.28); transform: rotate(2deg); }
.study-board__top { display: flex; justify-content: space-between; position: relative; z-index: 3; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.study-board__top small { color: #8193a0; font-size: 9px; }
.study-board__bird { position: absolute; width: 250px; height: 250px; right: -42px; top: 35px; border-radius: 50%; overflow: hidden; opacity: .96; }
.study-board__bird img { width: 100%; height: 100%; object-fit: cover; }
.study-board::before, .study-board::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.11); border-radius: 50%; }
.study-board::before { width: 330px; height: 330px; left: -170px; top: -165px; }
.study-board::after { width: 260px; height: 260px; right: -125px; bottom: -135px; }
.study-board__cards { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 27px; display: grid; gap: 8px; }
.study-board__cards a { min-height: 67px; display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 10px; padding: 0 17px; border: 1px solid #d8e1e3; border-radius: 15px; background: rgba(255,255,255,.93); transition: transform .2s ease, border-color .2s ease; }
.study-board__cards a:hover { transform: translateX(5px); border-color: var(--coral); }
.study-board__cards a > span:first-child { color: var(--coral); font-size: 9px; font-weight: 800; }
.study-board__cards strong { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 400; }
.study-stamp { position: absolute; z-index: 4; left: -5px; top: 72px; width: 138px; padding: 17px 18px; border-radius: 20px; background: var(--coral); color: #17232c; transform: rotate(-7deg); box-shadow: 0 18px 35px rgba(0,18,38,.2); }
.study-stamp span, .study-stamp small { display: block; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.study-stamp strong { display: block; margin: 4px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }

.study-jump-nav { position: sticky; top: 84px; z-index: 35; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(16px); }
.study-jump-nav .shell { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); }
.study-jump-nav a { display: flex; align-items: center; gap: 11px; padding: 0 18px; border-right: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; line-height: 1.35; }
.study-jump-nav a:first-child { border-left: 1px solid var(--line); }
.study-jump-nav a:hover { background: var(--cream); color: var(--coral); }
.study-jump-nav a span { color: var(--coral); font-size: 9px; }

.study-intro { background: white; }
.study-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 120px; }
.study-intro h2, .study-program__content h2, .study-planning h2, .study-support h2, .study-final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.study-intro__grid > div:last-child { padding-top: 35px; }
.study-intro__lead { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.45; }
.study-intro__grid > div:last-child p:last-child { color: var(--muted); font-size: 15px; line-height: 1.8; }

.study-program { padding: 122px 0; scroll-margin-top: 150px; }
.study-program--cream { background: var(--cream); }
.study-program--white { background: white; }
.study-program--navy { background: var(--navy-deep); color: white; }
.study-program__grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: stretch; gap: 90px; }
.study-program__grid--reverse { grid-template-columns: .93fr 1.07fr; }
.study-program__content { padding: 24px 0; }
.study-program__number { display: block; margin-bottom: 38px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.study-program__content h2 { font-size: clamp(43px, 4vw, 58px); }
.study-program__lead { max-width: 690px; margin: 27px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.study-program__content--light h2 { color: white; }
.study-program__content--light .study-program__lead { color: #c2d7e4; }
.study-program__points { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 0 34px; border-top: 1px solid var(--line); }
.study-program__points--three { grid-template-columns: repeat(3, 1fr); }
.study-program__points > div { min-height: 145px; padding: 23px 24px 18px 0; border-bottom: 1px solid var(--line); }
.study-program__points > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.study-program__points strong { display: block; margin-bottom: 9px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 400; }
.study-program__points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.study-program__notice { margin: 32px 0 34px; padding: 25px 27px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.055); }
.study-program__notice strong { display: block; margin-bottom: 8px; color: var(--coral); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.study-program__notice p { margin: 0; color: #c5d9e5; font-size: 13px; line-height: 1.7; }

.study-program__aside { position: relative; min-height: 560px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 38px; border-radius: 28px; }
.study-program__aside > span { position: absolute; left: 38px; top: 35px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.study-program__aside h3 { position: relative; z-index: 2; margin: 0 0 27px; font-family: Georgia, 'Times New Roman', serif; font-size: 39px; line-height: 1.1; font-weight: 400; letter-spacing: -.035em; }
.study-program__aside small { position: relative; z-index: 2; display: block; margin-top: 22px; font-size: 10px; line-height: 1.6; }
.study-program__aside--blue { background: var(--blue); color: white; }
.study-program__aside--blue::before { content: ""; position: absolute; width: 380px; height: 380px; right: -190px; top: -160px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,.035), 0 0 0 80px rgba(255,255,255,.025); }
.destination-pills { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; }
.destination-pills span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; font-size: 10px; }
.study-program__aside--coral { justify-content: center; background: var(--coral); color: #18242d; }
.study-program__aside--coral::after { content: ""; position: absolute; width: 300px; height: 300px; left: -165px; bottom: -165px; border: 1px solid rgba(7,57,99,.18); border-radius: 50%; box-shadow: 0 0 0 37px rgba(7,57,99,.04), 0 0 0 74px rgba(7,57,99,.025); }
.work-destinations { position: relative; z-index: 2; display: flex; gap: 8px; margin: 12px 0 0; }
.work-destinations span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(7,57,99,.28); border-radius: 50%; font-size: 11px; font-weight: 800; }
.study-program__aside--academic { justify-content: center; background: #d6d0e5; color: var(--navy); }
.academic-list { position: relative; z-index: 2; display: grid; margin: 20px 0 28px; border-top: 1px solid rgba(7,57,99,.2); }
.academic-list strong { padding: 16px 0; border-bottom: 1px solid rgba(7,57,99,.2); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.study-program__aside--academic p { position: relative; z-index: 2; margin: 0; font-size: 12px; line-height: 1.65; }
.study-program__aside--teen { justify-content: center; background: #c7dfd0; color: var(--navy); }
.teen-visual { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 14px; margin: 40px 0; }
.teen-visual strong { font-family: Georgia, 'Times New Roman', serif; font-size: 48px; line-height: 1; font-weight: 400; }
.teen-visual span { color: var(--coral); font-size: 34px; }

.study-planning { background: white; }
.study-planning__steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 65px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.study-planning__steps li { min-height: 235px; padding: 31px 22px 0 0; border-right: 1px solid var(--line); }
.study-planning__steps li + li { padding-left: 22px; }
.study-planning__steps li:last-child { border-right: 0; }
.study-planning__steps span { display: block; margin-bottom: 52px; color: var(--coral); font-size: 10px; font-weight: 800; }
.study-planning__steps h3 { margin-bottom: 10px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.study-planning__steps p { max-width: 190px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.study-support { background: var(--navy-deep); color: white; }
.study-support__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.study-support__list { border-top: 1px solid rgba(255,255,255,.18); }
.study-support__list article { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.study-support__list article > span { color: var(--coral); font-size: 9px; font-weight: 800; }
.study-support__list h3 { margin-bottom: 7px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.study-support__list p { margin: 0; color: #bdd2df; font-size: 13px; line-height: 1.7; }
.study-faq { background: var(--paper); }

.study-final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--blue); color: white; text-align: center; }
.study-final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -360px; top: -320px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.study-final-cta__inner { position: relative; z-index: 2; }
.study-final-cta .eyebrow { justify-content: center; }
.study-final-cta h2 { max-width: 930px; margin-inline: auto; }
.study-final-cta__inner > p:not(.eyebrow) { max-width: 650px; margin: 27px auto 33px; color: #d4e7f2; font-size: 16px; line-height: 1.7; }
.study-final-cta__bird { position: absolute; width: 470px; height: 470px; right: -115px; bottom: -190px; opacity: .12; transform: rotate(-13deg); }
.study-final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

/* Destinations page */
.destinations-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #052d52 0%, #074779 54%, #0b5d8e 100%); color: white; }
.destinations-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 90%); }
.destinations-hero__orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.destinations-hero__orbit--one { width: 580px; height: 580px; right: -270px; top: -270px; }
.destinations-hero__orbit--two { width: 420px; height: 420px; left: 38%; bottom: -330px; }
.destinations-hero__grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; }
.destinations-hero__copy { padding: 68px 0 76px; }
.destinations-hero h1 { max-width: 730px; margin-bottom: 27px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 4.9vw, 74px); line-height: 1; letter-spacing: -.052em; font-weight: 400; }
.destinations-hero__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #d5e7f1; font-size: 17px; line-height: 1.75; }
.destinations-hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 37px; }

.destinations-compass { position: relative; min-height: 525px; padding: 29px; overflow: hidden; border-radius: 31px; background: var(--paper); color: var(--navy); box-shadow: 0 38px 70px rgba(0,18,38,.28); transform: rotate(1.8deg); }
.destinations-compass__top { display: flex; justify-content: space-between; position: relative; z-index: 4; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.destinations-compass__top small { color: #82929d; font-size: 9px; }
.destinations-compass__map { position: absolute; inset: 78px 0 128px; overflow: hidden; background: radial-gradient(circle at 27% 38%, rgba(53,169,242,.12) 0 7%, transparent 7.4%), radial-gradient(circle at 72% 68%, rgba(255,109,82,.12) 0 7%, transparent 7.4%), linear-gradient(150deg, #f6fafb, #e4eff5); }
.destinations-compass__map::before, .destinations-compass__map::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.destinations-compass__map::before { width: 360px; height: 360px; left: -190px; top: -215px; box-shadow: 0 0 0 42px rgba(7,57,99,.018), 0 0 0 84px rgba(7,57,99,.012); }
.destinations-compass__map::after { width: 260px; height: 260px; right: -145px; bottom: -175px; box-shadow: 0 0 0 35px rgba(7,57,99,.018); }
.destinations-compass__route { position: absolute; z-index: 2; left: 12%; top: 53%; width: 76%; height: 115px; border-top: 2px dashed var(--sky); border-radius: 50%; transform: rotate(-9deg); }
.destinations-compass__point { position: absolute; z-index: 4; display: grid; place-items: center; width: 43px; height: 43px; border: 4px solid white; border-radius: 50%; background: var(--coral); color: #17232c; box-shadow: 0 8px 18px rgba(7,57,99,.16); font-size: 9px; font-weight: 850; }
.destinations-compass__point--one { left: 12%; top: 47%; }
.destinations-compass__point--two { left: 34%; top: 35%; background: #e8ddc3; }
.destinations-compass__point--three { right: 27%; top: 37%; background: #c8dfcf; }
.destinations-compass__point--four { right: 9%; top: 19%; background: #d9d2e8; }
.destinations-compass__bird { position: absolute; z-index: 3; width: 245px; height: 245px; right: -45px; bottom: -35px; overflow: hidden; border-radius: 50%; opacity: .93; }
.destinations-compass__bird img { width: 100%; height: 100%; object-fit: cover; }
.destinations-compass > p { position: absolute; z-index: 4; left: 35px; bottom: 29px; margin: 0; color: #657783; font-size: 13px; }
.destinations-compass > p strong { display: block; margin-top: 5px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }

.destinations-jump-nav { position: sticky; top: 84px; z-index: 35; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(16px); }
.destinations-jump-nav .shell { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); }
.destinations-jump-nav a { display: flex; align-items: center; gap: 11px; padding: 0 20px; border-right: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; }
.destinations-jump-nav a:first-child { border-left: 1px solid var(--line); }
.destinations-jump-nav a:hover { background: var(--cream); color: var(--coral); }
.destinations-jump-nav a span { color: var(--coral); font-size: 9px; }

.destination-choice { scroll-margin-top: 150px; background: white; }
.destination-choice__intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: start; }
.destination-choice h2, .destination-route h2, .destination-other h2, .destination-final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.destination-choice__intro > div:last-child { padding-top: 34px; }
.destination-choice__lead { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.43; }
.destination-choice__intro > div:last-child p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.destination-choice__points { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.destination-choice__points article { min-height: 225px; padding: 30px 25px 0 0; border-right: 1px solid var(--line); }
.destination-choice__points article + article { padding-left: 25px; }
.destination-choice__points article:last-child { border-right: 0; }
.destination-choice__points article > span { display: block; margin-bottom: 48px; color: var(--coral); font-size: 10px; font-weight: 800; }
.destination-choice__points h3 { margin-bottom: 10px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.destination-choice__points p { max-width: 240px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.destination-work { padding: 116px 0; scroll-margin-top: 150px; background: var(--navy-deep); color: white; }
.destination-work__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.destination-work__card { min-height: 410px; grid-column: span 2; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(255,255,255,.055); transition: transform .25s ease, background .25s ease; }
.destination-work__card:nth-child(4) { grid-column: 2 / span 2; }
.destination-work__card:hover { transform: translateY(-5px); background: rgba(255,255,255,.085); }
.destination-work__card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: auto; }
.destination-work__card-top > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--coral); font-size: 10px; font-weight: 800; }
.destination-work__card-top small { color: #8eb4cb; font-size: 9px; }
.destination-work__card > div:nth-child(2) > p { margin-bottom: 7px; color: #9ec9e2; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-work__card h3 { margin-bottom: 16px; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; line-height: 1.08; font-weight: 400; }
.destination-work__body { color: #c4d9e5; font-size: 13px; line-height: 1.65; }
.destination-work__note { display: block; margin-top: 24px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.14); color: #95b9ce; font-size: 9px; line-height: 1.55; }
.destination-work__disclaimer { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 30px; margin-top: 45px; padding: 28px 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.035); }
.destination-work__disclaimer > span { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-work__disclaimer p { margin: 0; color: #bdd3e0; font-size: 12px; line-height: 1.65; }
.destination-work__disclaimer a { display: inline-flex; gap: 9px; color: white; font-size: 12px; font-weight: 750; white-space: nowrap; }

.destination-catalog { scroll-margin-top: 150px; background: var(--cream); }
.destination-catalog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.destination-country { min-height: 338px; display: flex; flex-direction: column; padding: 28px; border-radius: 23px; color: #17232c; scroll-margin-top: 170px; transition: transform .25s ease, box-shadow .25s ease; }
.destination-country:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(8,47,76,.1); }
.destination-country--sky { background: #c5e6f6; }
.destination-country--sand { background: #e9dec5; }
.destination-country--coral { background: #ff907b; }
.destination-country--green { background: #c9dfd0; }
.destination-country--gold { background: #ecd18b; }
.destination-country--lavender { background: #dbd5e9; }
.destination-country--peach { background: #f4c7ad; }
.destination-country--sage { background: #d8dfcc; }
.destination-country--rose { background: #efd3d4; }
.destination-country--ice { background: #d4e3e8; }
.destination-country__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: auto; }
.destination-country__top > span { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(7,57,99,.22); border-radius: 50%; color: var(--navy); font-size: 10px; font-weight: 800; }
.destination-country__top small { color: rgba(20,32,42,.63); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.destination-country h3 { margin-bottom: 11px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 35px; line-height: 1.05; font-weight: 400; letter-spacing: -.03em; }
.destination-country p { margin: 0; color: rgba(20,32,42,.75); font-size: 12px; line-height: 1.68; }
.destination-country__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(7,57,99,.15); }
.destination-country__tags span { padding: 7px 10px; border: 1px solid rgba(7,57,99,.2); border-radius: 99px; color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.destination-route { padding: 112px 0; background: var(--blue); color: white; }
.destination-route__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.destination-route h2 { color: white; }
.destination-route__grid > div:first-child > p:last-child { max-width: 530px; margin: 26px 0 0; color: #c8dfed; font-size: 15px; line-height: 1.75; }
.destination-route__steps { border-top: 1px solid rgba(255,255,255,.23); }
.destination-route__steps article { display: grid; grid-template-columns: 55px 1fr; gap: 23px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.destination-route__steps article > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.destination-route__steps h3 { margin-bottom: 7px; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.destination-route__steps p { margin: 0; color: #c8dfed; font-size: 12px; line-height: 1.65; }

.destination-other { scroll-margin-top: 150px; background: white; }
.destination-other__card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: center; min-height: 520px; padding: 54px 70px; overflow: hidden; border-radius: 30px; background: var(--paper); border: 1px solid var(--line); }
.destination-other__codes { position: relative; min-height: 380px; }
.destination-other__codes::before, .destination-other__codes::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.destination-other__codes::before { width: 340px; height: 340px; left: -70px; top: 15px; box-shadow: 0 0 0 38px rgba(7,57,99,.018), 0 0 0 76px rgba(7,57,99,.012); }
.destination-other__codes::after { width: 145px; height: 145px; left: 102px; top: 112px; background: var(--navy); }
.destination-other__codes span { position: absolute; z-index: 3; display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; }
.destination-other__codes span:nth-child(1) { left: 32px; top: 54px; background: var(--coral); transform: rotate(-7deg); }
.destination-other__codes span:nth-child(2) { left: 166px; top: 172px; background: #c8dfcf; transform: rotate(5deg); }
.destination-other__codes span:nth-child(3) { left: 74px; top: 274px; background: #d9d2e8; transform: rotate(-4deg); }
.destination-other h2 { max-width: 680px; }
.destination-other__card > div:last-child > p:not(.eyebrow) { max-width: 690px; margin: 25px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.destination-faq { background: var(--paper); }

.destination-final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--navy-deep); color: white; text-align: center; }
.destination-final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -360px; top: -330px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.023), 0 0 0 110px rgba(255,255,255,.015); }
.destination-final-cta__inner { position: relative; z-index: 2; }
.destination-final-cta .eyebrow { justify-content: center; }
.destination-final-cta h2 { max-width: 930px; margin-inline: auto; color: white; }
.destination-final-cta__inner > p:not(.eyebrow) { max-width: 660px; margin: 27px auto 33px; color: #d0e3ee; font-size: 16px; line-height: 1.72; }
.destination-final-cta__inner > small { display: block; margin-top: 23px; color: #9ebdce; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.destination-final-cta__bird { position: absolute; width: 480px; height: 480px; right: -105px; bottom: -205px; opacity: .12; transform: rotate(-12deg); }
.destination-final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

/* Visas and citizenship page */
.visa-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #052b4f 0%, #074477 52%, #0b5b89 100%); color: white; }
.visa-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 90%); }
.visa-hero__orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.visa-hero__orbit--one { width: 580px; height: 580px; right: -260px; top: -280px; }
.visa-hero__orbit--two { width: 430px; height: 430px; left: 38%; bottom: -340px; }
.visa-hero__grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.visa-hero__copy { padding: 66px 0 73px; }
.visa-hero h1 { max-width: 745px; margin-bottom: 27px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 4.9vw, 74px); line-height: 1; letter-spacing: -.052em; font-weight: 400; }
.visa-hero__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #d5e6f0; font-size: 17px; line-height: 1.75; }
.visa-hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.visa-hero__trust { display: flex; flex-wrap: wrap; gap: 17px 26px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.16); }
.visa-hero__trust span { position: relative; padding-left: 15px; color: #e3f0f6; font-size: 11px; font-weight: 700; }
.visa-hero__trust span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }

.visa-dossier { position: relative; min-height: 535px; padding: 29px; overflow: hidden; border-radius: 31px; background: #e7f0f4; color: var(--navy); box-shadow: 0 38px 70px rgba(0,18,38,.28); transform: rotate(1.8deg); }
.visa-dossier::before, .visa-dossier::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.visa-dossier::before { width: 360px; height: 360px; right: -210px; top: -185px; box-shadow: 0 0 0 40px rgba(7,57,99,.02), 0 0 0 80px rgba(7,57,99,.014); }
.visa-dossier::after { width: 260px; height: 260px; left: -150px; bottom: -175px; }
.visa-dossier__top { display: flex; justify-content: space-between; position: relative; z-index: 5; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.visa-dossier__top small { color: #81919b; font-size: 9px; }
.visa-dossier__document { position: absolute; z-index: 2; left: 55px; right: 36px; top: 86px; height: 310px; overflow: hidden; padding: 28px; border: 1px solid #d4dcdf; border-radius: 20px; background: rgba(255,255,255,.95); box-shadow: 0 24px 45px rgba(7,57,99,.15); transform: rotate(-2.7deg); }
.visa-dossier__label { color: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.visa-dossier__lines { display: grid; gap: 12px; width: 57%; margin-top: 32px; }
.visa-dossier__lines span { height: 7px; border-radius: 99px; background: #dce3e5; }
.visa-dossier__lines span:nth-child(2) { width: 83%; }
.visa-dossier__lines span:nth-child(3) { width: 92%; }
.visa-dossier__lines span:nth-child(4) { width: 66%; }
.visa-dossier__stamp { position: absolute; z-index: 4; left: 35px; bottom: 33px; padding: 15px 19px; border: 2px solid var(--coral); color: var(--coral); font-size: 8px; line-height: 1.3; letter-spacing: .12em; transform: rotate(-6deg); }
.visa-dossier__stamp strong { font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 400; letter-spacing: 0; }
.visa-dossier__bird { position: absolute; width: 230px; height: 230px; right: -45px; bottom: -25px; overflow: hidden; border-radius: 50%; }
.visa-dossier__bird img { width: 100%; height: 100%; object-fit: cover; }
.visa-dossier__tabs { position: absolute; z-index: 4; left: 55px; right: 36px; bottom: 82px; display: flex; gap: 7px; }
.visa-dossier__tabs span { flex: 1; padding: 8px 12px; border: 1px solid rgba(7,57,99,.14); border-radius: 8px; background: #d8e7ee; color: var(--navy); font-size: 7px; font-weight: 850; letter-spacing: .1em; text-align: center; }
.visa-dossier > p { position: absolute; z-index: 5; left: 33px; bottom: 28px; margin: 0; color: #667985; font-size: 13px; }
.visa-dossier > p strong { display: block; margin-top: 5px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }

.visa-jump-nav { position: sticky; top: 84px; z-index: 35; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(16px); }
.visa-jump-nav .shell { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); }
.visa-jump-nav a { display: flex; align-items: center; gap: 11px; padding: 0 20px; border-right: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; }
.visa-jump-nav a:first-child { border-left: 1px solid var(--line); }
.visa-jump-nav a:hover { background: var(--cream); color: var(--coral); }
.visa-jump-nav a span { color: var(--coral); font-size: 9px; }

.visa-intro { background: white; }
.visa-intro__grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 115px; align-items: start; }
.visa-intro h2, .visa-process h2, .visa-responsibility h2, .visa-final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.visa-intro__grid > div:last-child { padding-top: 34px; }
.visa-intro__lead { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.43; }
.visa-intro__grid > div:last-child p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.visa-intro__questions { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.visa-intro__questions article { min-height: 165px; padding: 29px 23px 0 0; border-right: 1px solid var(--line); }
.visa-intro__questions article + article { padding-left: 23px; }
.visa-intro__questions article:last-child { border-right: 0; }
.visa-intro__questions span { display: block; margin-bottom: 36px; color: var(--coral); font-size: 10px; font-weight: 850; }
.visa-intro__questions p { max-width: 230px; margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.35; }

.visa-services { padding: 116px 0; scroll-margin-top: 150px; background: var(--navy-deep); color: white; }
.visa-services__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.visa-service-card { min-height: 405px; grid-column: span 2; display: flex; flex-direction: column; padding: 27px; border-radius: 23px; color: #16232c; scroll-margin-top: 170px; transition: transform .25s ease, box-shadow .25s ease; }
.visa-service-card:nth-child(4) { grid-column: 2 / span 2; }
.visa-service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(0,15,30,.2); }
.visa-service-card--sky { background: #c5e6f6; }
.visa-service-card--sand { background: #eadfc7; }
.visa-service-card--green { background: #c9dfd0; }
.visa-service-card--coral { background: #ff907b; }
.visa-service-card--lavender { background: #dcd6e9; }
.visa-service-card__top { display: flex; justify-content: space-between; align-items: center; color: var(--navy); font-size: 11px; font-weight: 850; }
.visa-service-card__top > span:last-child { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(7,57,99,.2); border-radius: 50%; }
.visa-service-card__content { margin-top: auto; }
.visa-service-card__content > p { margin-bottom: 11px; color: rgba(20,32,42,.72); font-size: 10px; line-height: 1.55; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.visa-service-card h3 { margin-bottom: 14px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 32px; line-height: 1.08; font-weight: 400; letter-spacing: -.025em; }
.visa-service-card__content > div { color: rgba(20,32,42,.76); font-size: 12px; line-height: 1.68; }
.visa-service-card__points { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(7,57,99,.15); }
.visa-service-card__points span { padding: 7px 9px; border: 1px solid rgba(7,57,99,.19); border-radius: 99px; color: var(--navy); font-size: 7px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.visa-services__contact { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 44px; padding: 31px 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.045); }
.visa-services__contact span { display: block; margin-bottom: 7px; color: white; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.visa-services__contact p { max-width: 760px; margin: 0; color: #bcd2df; font-size: 12px; line-height: 1.65; }
.visa-services__contact .button { flex: 0 0 auto; }

.citizenship-section { scroll-margin-top: 150px; background: var(--cream); }
.citizenship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.citizenship-card { min-height: 520px; overflow: hidden; border: 1px solid #dcdedb; border-radius: 25px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.citizenship-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(8,47,76,.1); }
.citizenship-card__visual { position: relative; height: 185px; overflow: hidden; padding: 24px; background: var(--blue); color: white; }
.citizenship-card:nth-child(2) .citizenship-card__visual { background: #d8dfcc; color: var(--navy); }
.citizenship-card:nth-child(3) .citizenship-card__visual { background: var(--coral); color: #17232c; }
.citizenship-card__visual::after { content: ""; position: absolute; width: 250px; height: 250px; right: -125px; bottom: -165px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.07), 0 0 0 60px rgba(255,255,255,.045); }
.citizenship-card__visual > span { font-family: Georgia, 'Times New Roman', serif; font-size: 64px; line-height: 1; }
.citizenship-card__visual > small { position: absolute; right: 24px; top: 24px; font-size: 9px; font-weight: 850; }
.citizenship-card__seal { position: absolute; z-index: 2; right: 25px; bottom: 20px; display: grid; place-items: center; width: 60px; height: 60px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.citizenship-card__body { min-height: 335px; display: flex; flex-direction: column; padding: 27px; }
.citizenship-card__body > p { margin-bottom: 8px; color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.citizenship-card h3 { margin-bottom: 17px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 31px; font-weight: 400; letter-spacing: -.025em; }
.citizenship-card__body > div { color: var(--muted); font-size: 13px; line-height: 1.7; }
.citizenship-card__body > small { display: block; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #7d8a93; font-size: 9px; line-height: 1.6; }
.citizenship-card__body > a { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: auto; padding-top: 22px; color: var(--navy); font-size: 12px; font-weight: 800; }

.visa-process { padding: 112px 0; scroll-margin-top: 150px; background: var(--blue); color: white; }
.visa-process__grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 105px; align-items: start; }
.visa-process h2 { color: white; }
.visa-process__intro > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 30px; color: #c8dfed; font-size: 15px; line-height: 1.75; }
.visa-process__steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.visa-process__steps li { min-height: 173px; display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 25px 22px 18px 0; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.visa-process__steps li:nth-child(2n) { padding-left: 22px; border-right: 0; }
.visa-process__steps li > span { color: var(--coral); font-size: 9px; font-weight: 850; }
.visa-process__steps h3 { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }
.visa-process__steps p { margin: 0; color: #c8dfed; font-size: 11px; line-height: 1.65; }

.visa-responsibility { scroll-margin-top: 150px; background: white; }
.visa-responsibility__heading { display: grid; grid-template-columns: 1fr .68fr; gap: 95px; align-items: end; }
.visa-responsibility__heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.visa-responsibility__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid var(--line); }
.visa-responsibility__grid article { min-height: 235px; padding: 30px 24px 0 0; border-right: 1px solid var(--line); }
.visa-responsibility__grid article + article { padding-left: 24px; }
.visa-responsibility__grid article:last-child { border-right: 0; }
.visa-responsibility__grid article > span { display: block; margin-bottom: 48px; color: var(--coral); font-size: 10px; font-weight: 850; }
.visa-responsibility__grid h3 { margin-bottom: 10px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.visa-responsibility__grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.visa-responsibility__notice { display: grid; grid-template-columns: 145px 1fr; gap: 30px; margin-top: 40px; padding: 27px 30px; border: 1px solid #f0cbc3; border-radius: 20px; background: #fff4f0; }
.visa-responsibility__notice strong { color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.visa-responsibility__notice p { margin: 0; color: #6a737a; font-size: 12px; line-height: 1.7; }
.visa-faq { background: var(--paper); }

.visa-final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--navy-deep); color: white; text-align: center; }
.visa-final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -365px; top: -330px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.023), 0 0 0 110px rgba(255,255,255,.015); }
.visa-final-cta__inner { position: relative; z-index: 2; }
.visa-final-cta .eyebrow { justify-content: center; }
.visa-final-cta h2 { max-width: 930px; margin-inline: auto; color: white; }
.visa-final-cta__inner > p:not(.eyebrow) { max-width: 660px; margin: 27px auto 33px; color: #d0e3ee; font-size: 16px; line-height: 1.72; }
.visa-final-cta__inner > small { display: block; margin-top: 23px; color: #9ebdce; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visa-final-cta__bird { position: absolute; width: 480px; height: 480px; right: -105px; bottom: -205px; opacity: .12; transform: rotate(-12deg); }
.visa-final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

/* How we help page */
.help-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #052b4f 0%, #074779 52%, #0b5d8d 100%); color: white; }
.help-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 90%); }
.help-hero__orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.help-hero__orbit--one { width: 580px; height: 580px; right: -260px; top: -280px; }
.help-hero__orbit--two { width: 430px; height: 430px; left: 38%; bottom: -340px; }
.help-hero__grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.help-hero__copy { padding: 66px 0 73px; }
.help-hero h1 { max-width: 745px; margin-bottom: 27px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 4.9vw, 74px); line-height: 1; letter-spacing: -.052em; font-weight: 400; }
.help-hero__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #d5e6f0; font-size: 17px; line-height: 1.75; }
.help-hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.help-hero__trust { display: flex; flex-wrap: wrap; gap: 17px 26px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.16); }
.help-hero__trust span { position: relative; padding-left: 15px; color: #e3f0f6; font-size: 11px; font-weight: 700; }
.help-hero__trust span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }

.help-route-board { position: relative; min-height: 535px; padding: 29px; overflow: hidden; border-radius: 31px; background: var(--paper); color: var(--navy); box-shadow: 0 38px 70px rgba(0,18,38,.28); transform: rotate(1.8deg); }
.help-route-board__top { display: flex; justify-content: space-between; position: relative; z-index: 5; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.help-route-board__top small { color: #81919b; font-size: 9px; }
.help-route-board__map { position: absolute; left: 0; right: 0; top: 72px; height: 290px; overflow: hidden; background: radial-gradient(circle at 27% 38%, rgba(53,169,242,.12) 0 7%, transparent 7.5%), linear-gradient(150deg, #f4f9fa, #e4eff5); }
.help-route-board__map::before, .help-route-board__map::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.help-route-board__map::before { width: 330px; height: 330px; left: -185px; top: -210px; box-shadow: 0 0 0 42px rgba(7,57,99,.017), 0 0 0 84px rgba(7,57,99,.011); }
.help-route-board__map::after { width: 250px; height: 250px; right: -145px; bottom: -175px; }
.help-route-board__line { position: absolute; z-index: 2; left: 10%; top: 52%; width: 78%; height: 100px; border-top: 2px dashed var(--sky); border-radius: 50%; transform: rotate(-7deg); }
.help-route-board__point { position: absolute; z-index: 4; display: grid; place-items: center; width: 39px; height: 39px; border: 4px solid white; border-radius: 50%; background: var(--coral); color: #17232c; box-shadow: 0 7px 17px rgba(7,57,99,.16); font-size: 8px; font-weight: 850; }
.help-route-board__point--one { left: 9%; top: 49%; }
.help-route-board__point--two { left: 28%; top: 39%; background: #e8ddc3; }
.help-route-board__point--three { left: 47%; top: 36%; background: #c8dfcf; }
.help-route-board__point--four { right: 27%; top: 29%; background: #d9d2e8; }
.help-route-board__point--five { right: 8%; top: 17%; background: var(--coral); }
.help-route-board__bird { position: absolute; z-index: 3; width: 215px; height: 215px; right: -38px; bottom: -38px; overflow: hidden; border-radius: 50%; opacity: .93; }
.help-route-board__bird img { width: 100%; height: 100%; object-fit: cover; }
.help-route-board__phases { position: absolute; z-index: 4; left: 28px; right: 28px; bottom: 105px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.help-route-board__phases span { padding: 8px 4px; border: 1px solid rgba(7,57,99,.14); border-radius: 8px; background: #e0ebef; color: var(--navy); font-size: 6px; font-weight: 850; letter-spacing: .06em; text-align: center; }
.help-route-board > p { position: absolute; z-index: 5; left: 32px; bottom: 28px; margin: 0; color: #667985; font-size: 13px; }
.help-route-board > p strong { display: block; margin-top: 5px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }

.help-jump-nav { position: sticky; top: 84px; z-index: 35; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(16px); }
.help-jump-nav .shell { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); }
.help-jump-nav a { display: flex; align-items: center; gap: 11px; padding: 0 20px; border-right: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; }
.help-jump-nav a:first-child { border-left: 1px solid var(--line); }
.help-jump-nav a:hover { background: var(--cream); color: var(--coral); }
.help-jump-nav a span { color: var(--coral); font-size: 9px; }

.help-intro { background: white; }
.help-intro__grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 115px; align-items: start; }
.help-intro h2, .help-service-group h2, .help-principles h2, .help-final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.help-intro__grid > div:last-child { padding-top: 34px; }
.help-intro__lead { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.43; }
.help-intro__grid > div:last-child p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.help-intro__moments { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border: 1px solid var(--line); border-radius: 23px; overflow: hidden; }
.help-intro__moments article { min-height: 150px; padding: 27px; background: var(--paper); border-right: 1px solid var(--line); }
.help-intro__moments article:last-child { border-right: 0; }
.help-intro__moments span { display: block; margin-bottom: 25px; color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.help-intro__moments p { max-width: 300px; margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.4; }

.help-service-group { padding: 112px 0; scroll-margin-top: 150px; }
.help-service-group--cream { background: var(--cream); color: var(--ink); }
.help-service-group--navy { background: var(--navy-deep); color: white; }
.help-service-group--coral { background: #ff8068; color: #17232c; }
.help-service-group__heading { display: grid; grid-template-columns: .35fr 1fr .75fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.help-service-group__heading > div > span { display: block; margin-bottom: 16px; color: var(--coral); font-size: 10px; font-weight: 850; }
.help-service-group--coral .help-service-group__heading > div > span { color: var(--navy); }
.help-service-group__heading > div > p { margin: 0; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.help-service-group--navy .help-service-group__heading > div > p { color: #aad6ef; }
.help-service-group--coral .help-service-group__heading > div > p { color: #713326; }
.help-service-group h2 { font-size: clamp(40px, 3.8vw, 55px); }
.help-service-group--navy h2 { color: white; }
.help-service-group__heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.help-service-group--navy .help-service-group__heading > p { color: #bdd3df; }
.help-service-group--coral .help-service-group__heading > p { color: #713f34; }
.help-service-group__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.help-service-card { min-height: 345px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #d7dcda; border-radius: 23px; background: rgba(255,255,255,.68); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.help-service-group--navy .help-service-card { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); }
.help-service-group--coral .help-service-card { border-color: rgba(7,57,99,.17); background: rgba(255,255,255,.22); }
.help-service-card:hover { transform: translateY(-5px); background: white; box-shadow: 0 18px 36px rgba(8,47,76,.09); }
.help-service-group--navy .help-service-card:hover { background: rgba(255,255,255,.085); box-shadow: 0 18px 36px rgba(0,15,30,.18); }
.help-service-group--coral .help-service-card:hover { background: rgba(255,255,255,.35); }
.help-service-card__top { display: flex; justify-content: space-between; color: var(--navy); font-size: 10px; font-weight: 850; }
.help-service-group--navy .help-service-card__top { color: var(--coral); }
.help-service-card__top > span:last-child { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid currentColor; border-radius: 50%; }
.help-service-card > div:nth-child(2) { margin-top: auto; }
.help-service-card h3 { margin-bottom: 15px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; line-height: 1.1; font-weight: 400; letter-spacing: -.025em; }
.help-service-group--navy .help-service-card h3 { color: white; }
.help-service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.help-service-group--navy .help-service-card p { color: #bdd3df; }
.help-service-group--coral .help-service-card p { color: #67392f; }
.help-service-card > small { display: block; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(7,57,99,.14); color: var(--blue); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.help-service-group--navy .help-service-card > small { border-color: rgba(255,255,255,.14); color: #9ec9e2; }
.help-service-group--coral .help-service-card > small { color: var(--navy); }

.help-method { padding: 112px 0; scroll-margin-top: 150px; background: var(--blue); color: white; }
.help-method__steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.help-method__steps li { position: relative; min-height: 230px; padding: 34px 23px 0 0; border-right: 1px solid rgba(255,255,255,.2); }
.help-method__steps li + li { padding-left: 23px; }
.help-method__steps li:last-child { border-right: 0; }
.help-method__steps li::before { content: ""; position: absolute; left: 0; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px var(--blue); }
.help-method__steps span { display: block; margin-bottom: 49px; color: var(--coral); font-size: 10px; font-weight: 850; }
.help-method__steps h3 { margin-bottom: 9px; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.help-method__steps p { max-width: 190px; margin: 0; color: #c6deeb; font-size: 11px; line-height: 1.65; }

.help-principles { background: white; }
.help-principles__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.help-principles__visual { position: relative; min-height: 540px; }
.help-principles__card { position: absolute; inset: 0 55px 45px 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 35px; border-radius: 28px; background: var(--navy); color: white; }
.help-principles__card::after { content: ""; position: absolute; width: 470px; height: 470px; right: -260px; bottom: -270px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.02); }
.help-principles__card > span { font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.help-principles__card > strong { position: relative; z-index: 2; font-family: Georgia, 'Times New Roman', serif; font-size: 39px; line-height: 1.12; font-weight: 400; }
.help-principles__stamp { position: absolute; z-index: 3; right: 0; bottom: 0; width: 205px; padding: 26px; border-radius: 23px; background: var(--coral); color: #17232c; font-size: 10px; line-height: 1.55; letter-spacing: .1em; transform: rotate(-4deg); box-shadow: 0 18px 35px rgba(7,57,99,.17); }
.help-principles__stamp strong { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 400; letter-spacing: 0; }
.help-principles__list { margin-top: 36px; border-top: 1px solid var(--line); }
.help-principles__list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.help-principles__list article > span { color: var(--coral); font-size: 9px; font-weight: 850; }
.help-principles__list h3 { margin-bottom: 6px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; }
.help-principles__list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.help-faq { background: var(--paper); }

.help-final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--navy-deep); color: white; text-align: center; }
.help-final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -365px; top: -330px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.023), 0 0 0 110px rgba(255,255,255,.015); }
.help-final-cta__inner { position: relative; z-index: 2; }
.help-final-cta .eyebrow { justify-content: center; }
.help-final-cta h2 { max-width: 930px; margin-inline: auto; color: white; }
.help-final-cta__inner > p:not(.eyebrow) { max-width: 660px; margin: 27px auto 33px; color: #d0e3ee; font-size: 16px; line-height: 1.72; }
.help-final-cta__inner > small { display: block; margin-top: 23px; color: #9ebdce; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.help-final-cta__bird { position: absolute; width: 480px; height: 480px; right: -105px; bottom: -205px; opacity: .12; transform: rotate(-12deg); }
.help-final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

/* About ETI page */
.about-hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #052b4f 0%, #074779 52%, #0b5d8d 100%); color: white; }
.about-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 90%); }
.about-hero__orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.about-hero__orbit--one { width: 580px; height: 580px; right: -260px; top: -280px; }
.about-hero__orbit--two { width: 430px; height: 430px; left: 38%; bottom: -340px; }
.about-hero__grid { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 76px; }
.about-hero__copy { padding: 66px 0 73px; }
.about-hero h1 { max-width: 760px; margin-bottom: 27px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 4.9vw, 74px); line-height: 1; letter-spacing: -.052em; font-weight: 400; }
.about-hero__copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #d5e6f0; font-size: 17px; line-height: 1.75; }
.about-hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.about-hero__trust { display: flex; flex-wrap: wrap; gap: 17px 26px; margin-top: 48px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.16); }
.about-hero__trust span { position: relative; padding-left: 15px; color: #e3f0f6; font-size: 11px; font-weight: 700; }
.about-hero__trust span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); transform: translateY(-50%); }

.about-story-card { position: relative; min-height: 535px; padding: 29px; overflow: hidden; border-radius: 31px; background: var(--paper); color: var(--navy); box-shadow: 0 38px 70px rgba(0,18,38,.28); transform: rotate(1.8deg); }
.about-story-card__top { display: flex; justify-content: space-between; position: relative; z-index: 5; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.about-story-card__top small { color: #81919b; font-size: 9px; }
.about-story-card__visual { position: absolute; left: 0; right: 0; top: 72px; height: 305px; overflow: hidden; background: linear-gradient(150deg, #eff7f9, #dfeef5); }
.about-story-card__visual::before, .about-story-card__visual::after { content: ""; position: absolute; border: 1px solid rgba(7,57,99,.1); border-radius: 50%; }
.about-story-card__visual::before { width: 350px; height: 350px; left: -190px; top: -215px; box-shadow: 0 0 0 42px rgba(7,57,99,.017), 0 0 0 84px rgba(7,57,99,.011); }
.about-story-card__visual::after { width: 255px; height: 255px; right: -140px; bottom: -165px; }
.about-story-card__year { position: absolute; z-index: 2; left: 30px; top: 24px; color: rgba(7,57,99,.12); font-family: Georgia, 'Times New Roman', serif; font-size: 92px; line-height: 1; }
.about-story-card__route { position: absolute; z-index: 2; left: 12%; top: 59%; width: 72%; height: 95px; border-top: 2px dashed var(--sky); border-radius: 50%; transform: rotate(-8deg); }
.about-story-card__point { position: absolute; z-index: 4; display: grid; place-items: center; width: 45px; height: 45px; border: 4px solid white; border-radius: 50%; background: var(--coral); color: #17232c; box-shadow: 0 7px 17px rgba(7,57,99,.16); font-size: 9px; font-weight: 850; }
.about-story-card__point--start { left: 11%; top: 52%; }
.about-story-card__point--end { right: 11%; top: 27%; background: #c8dfcf; }
.about-story-card__bird { position: absolute; z-index: 3; width: 230px; height: 230px; right: -35px; bottom: -35px; overflow: hidden; border-radius: 50%; opacity: .93; }
.about-story-card__bird img { width: 100%; height: 100%; object-fit: cover; }
.about-story-card__caption { position: absolute; z-index: 4; left: 28px; right: 28px; bottom: 105px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.about-story-card__caption span { padding: 9px 6px; border: 1px solid rgba(7,57,99,.14); border-radius: 8px; background: #e0ebef; color: var(--navy); font-size: 6px; font-weight: 850; letter-spacing: .08em; text-align: center; }
.about-story-card > p { position: absolute; z-index: 5; left: 32px; bottom: 28px; margin: 0; color: #667985; font-size: 13px; }
.about-story-card > p strong { display: block; margin-top: 5px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }

.about-jump-nav { position: sticky; top: 84px; z-index: 35; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.96); backdrop-filter: blur(16px); }
.about-jump-nav .shell { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); }
.about-jump-nav a { display: flex; align-items: center; gap: 11px; padding: 0 20px; border-right: 1px solid var(--line); color: var(--navy); font-size: 11px; font-weight: 750; }
.about-jump-nav a:first-child { border-left: 1px solid var(--line); }
.about-jump-nav a:hover { background: var(--cream); color: var(--coral); }
.about-jump-nav a span { color: var(--coral); font-size: 9px; }

.about-story { scroll-margin-top: 150px; background: white; }
.about-story__intro { display: grid; grid-template-columns: .93fr 1.07fr; gap: 115px; align-items: start; }
.about-story h2, .about-founder h2, .about-purpose h2, .about-responsibility h2, .about-partners h2, .about-final-cta h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 400; }
.about-story__intro > div:last-child { padding-top: 34px; }
.about-story__lead { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.43; }
.about-story__intro > div:last-child p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-story__timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.about-story__timeline article { position: relative; min-height: 285px; padding: 33px 24px 0 0; border-right: 1px solid var(--line); }
.about-story__timeline article + article { padding-left: 24px; }
.about-story__timeline article:last-child { border-right: 0; }
.about-story__timeline article::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px white; }
.about-story__timeline article > span { display: block; margin-bottom: 48px; color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.about-story__timeline h3 { margin-bottom: 11px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.about-story__timeline p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.about-founder { padding: 112px 0; scroll-margin-top: 150px; background: var(--navy-deep); color: white; }
.about-founder__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: center; }
.about-founder__visual { position: relative; min-height: 560px; }
.about-founder__card { position: absolute; inset: 0 45px 45px 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: var(--blue); }
.about-founder__card > span { position: relative; z-index: 3; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.about-founder__card > strong { position: relative; z-index: 3; font-family: Georgia, 'Times New Roman', serif; font-size: 47px; line-height: .95; font-weight: 400; letter-spacing: -.035em; }
.about-founder__bird { position: absolute; inset: 0; opacity: .55; }
.about-founder__bird::after { content: ""; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(0,0,0,.35), transparent 48%); }
.about-founder__bird img { width: 100%; height: 100%; object-fit: cover; }
.about-founder__note { position: absolute; z-index: 4; right: 0; bottom: 0; width: 235px; padding: 25px; border-radius: 22px; background: var(--coral); color: #17232c; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; line-height: 1.35; transform: rotate(-4deg); box-shadow: 0 18px 35px rgba(0,15,30,.25); }
.about-founder__note strong { font-weight: 400; }
.about-founder h2 { color: white; }
.about-founder__lead { margin: 27px 0 18px; color: white; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.45; }
.about-founder__copy > p:not(.eyebrow):not(.about-founder__lead) { color: #bed3df; font-size: 14px; line-height: 1.8; }
.about-founder blockquote { margin: 27px 0 0; padding: 21px 0 21px 27px; border-left: 3px solid var(--coral); color: white; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-style: italic; line-height: 1.45; }

.about-purpose { background: var(--cream); }
.about-purpose__heading { display: grid; grid-template-columns: 1fr .72fr; gap: 95px; align-items: end; }
.about-purpose__heading > div:last-child { padding: 26px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.5); }
.about-purpose__heading > div:last-child strong { display: block; margin-bottom: 9px; color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.about-purpose__heading > div:last-child p { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.45; }
.about-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 62px; }
.about-values__grid article { min-height: 245px; display: flex; flex-direction: column; padding: 27px; border: 1px solid #d9dedc; border-radius: 22px; background: rgba(255,255,255,.66); }
.about-values__grid article > span { color: var(--coral); font-size: 10px; font-weight: 850; }
.about-values__grid h3 { margin: auto 0 10px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; }
.about-values__grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.about-responsibility { padding: 106px 0; background: var(--blue); color: white; }
.about-responsibility__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: center; }
.about-responsibility h2 { color: white; }
.about-responsibility__grid > div:last-child > p { color: #c9dfec; font-size: 14px; line-height: 1.8; }
.about-responsibility__seal { display: flex; align-items: center; gap: 17px; margin-top: 29px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.about-responsibility__seal span { display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 9px; font-weight: 850; }
.about-responsibility__seal strong { font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 400; }

.about-reasons { scroll-margin-top: 150px; background: white; }
.about-reasons__grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: 25px; overflow: hidden; }
.about-reasons__grid article { min-height: 170px; display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-reasons__grid article:nth-child(2n) { border-right: 0; }
.about-reasons__grid article:nth-child(n+5) { border-bottom: 0; }
.about-reasons__grid article > span { color: var(--coral); font-size: 9px; font-weight: 850; }
.about-reasons__grid h3 { margin-bottom: 8px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; }
.about-reasons__grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.about-expertise { padding: 112px 0; scroll-margin-top: 150px; background: var(--navy-deep); color: white; }
.about-expertise__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.about-expertise__grid article { min-height: 325px; display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 23px; background: rgba(255,255,255,.055); }
.about-expertise__grid article > div { display: flex; justify-content: space-between; color: var(--coral); font-size: 9px; font-weight: 850; }
.about-expertise__grid article > div > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.about-expertise__grid article h3 { margin: auto 0 13px; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
.about-expertise__grid article p { margin: 0; color: #bed3df; font-size: 12px; line-height: 1.7; }
.about-destinations { display: grid; grid-template-columns: 190px 1fr; gap: 35px; align-items: start; margin-top: 44px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; }
.about-destinations > span { color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.about-destinations > div { display: flex; flex-wrap: wrap; gap: 8px; }
.about-destinations a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #dceaf2; font-size: 9px; }
.about-destinations a:hover { border-color: var(--coral); color: white; }

.about-partners { background: var(--paper); }
.about-partners__card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; min-height: 470px; padding: 50px 65px; border: 1px solid var(--line); border-radius: 29px; background: white; }
.about-partners__visual { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.about-partners__visual span { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; background: var(--navy); color: white; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.about-partners__visual span:nth-child(2), .about-partners__visual span:nth-child(4) { width: 37px; height: 37px; background: var(--coral); color: #17232c; font-size: 16px; }
.about-partners__visual span:nth-child(3) { background: #c8dfcf; color: var(--navy); }
.about-partners__visual span:nth-child(5) { background: #d9d2e8; color: var(--navy); }
.about-partners__card > div:last-child > p:not(.eyebrow) { margin: 25px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.about-final-cta { position: relative; overflow: hidden; padding: 112px 0; background: var(--navy-deep); color: white; text-align: center; }
.about-final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; left: -365px; top: -330px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.023), 0 0 0 110px rgba(255,255,255,.015); }
.about-final-cta__inner { position: relative; z-index: 2; }
.about-final-cta .eyebrow { justify-content: center; }
.about-final-cta h2 { max-width: 970px; margin-inline: auto; color: white; }
.about-final-cta__inner > p:not(.eyebrow) { max-width: 660px; margin: 27px auto 33px; color: #d0e3ee; font-size: 16px; line-height: 1.72; }
.about-final-cta__inner > small { display: block; margin-top: 23px; color: #9ebdce; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-final-cta__bird { position: absolute; width: 480px; height: 480px; right: -105px; bottom: -205px; opacity: .12; transform: rotate(-12deg); }
.about-final-cta__bird img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid #cdd6db; border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 18px; height: 1px; background: var(--navy); }
  .mobile-nav nav { position: absolute; right: 0; top: 54px; width: min(330px, calc(100vw - 30px)); padding: 24px; border-radius: 18px; background: white; box-shadow: 0 22px 45px rgba(3,33,57,.2); }
  .mobile-nav nav a:not(.button) { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-nav nav .button { width: 100%; margin-top: 18px; }
  .hero-grid { gap: 30px; }
  .hero-visual { transform: scale(.9); transform-origin: center right; }
  .section-heading--split { gap: 50px; }
  .services-wrap, .about-grid, .visa-band__inner, .values-grid, .faq-grid { gap: 65px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-search { grid-column: 1 / -1; max-width: 500px; }
  .study-hero__grid { gap: 35px; }
  .study-hero__visual { transform: scale(.9); transform-origin: center right; }
  .study-program__grid, .study-program__grid--reverse { gap: 55px; }
  .study-program__aside { min-height: 520px; }
  .study-support__grid { gap: 65px; }
  .destinations-hero__grid { gap: 38px; }
  .destinations-compass { transform: scale(.92) rotate(1.8deg); transform-origin: center right; }
  .destination-choice__intro, .destination-route__grid { gap: 65px; }
  .destination-work__card { min-height: 430px; }
  .destination-other__card { gap: 48px; padding-inline: 48px; }
  .visa-hero__grid { gap: 38px; }
  .visa-dossier { transform: scale(.92) rotate(1.8deg); transform-origin: center right; }
  .visa-intro__grid, .visa-process__grid { gap: 65px; }
  .visa-service-card { min-height: 430px; }
  .visa-responsibility__heading { gap: 55px; }
  .help-hero__grid { gap: 38px; }
  .help-route-board { transform: scale(.92) rotate(1.8deg); transform-origin: center right; }
  .help-intro__grid, .help-principles__grid { gap: 65px; }
  .help-service-group__heading { gap: 35px; }
  .about-hero__grid { gap: 38px; }
  .about-story-card { transform: scale(.92) rotate(1.8deg); transform-origin: center right; }
  .about-story__intro, .about-founder__grid, .about-responsibility__grid, .about-partners__card { gap: 65px; }
  .about-purpose__heading { gap: 55px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .header-inner { height: 74px; }
  .header-brand { flex-basis: 190px; height: 52px; }
  .brand { width: 190px; height: 52px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 76px 0 35px; }
  .hero h1 { font-size: clamp(48px, 12vw, 72px); }
  .hero-visual { height: 510px; width: min(100%, 540px); margin: 0 auto 55px; transform: none; }
  .route-card--main { inset: 20px 15px 44px 25px; }
  .intro-strip__inner { grid-template-columns: 1fr; gap: 12px; padding-block: 28px; }
  .intro-strip p { font-size: 20px; }
  .section { padding: 86px 0; }
  .section-heading--split, .services-wrap, .about-grid, .visa-band__inner, .values-grid, .faq-grid { grid-template-columns: 1fr; }
  .section-heading--split { gap: 25px; }
  .objective-grid { grid-template-columns: 1fr; }
  .objective-card { border-right: 0; border-bottom: 1px solid #d9dedc !important; }
  .objective-card:last-child { border-bottom: 0 !important; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .work-study-band { grid-template-columns: 1fr; gap: 30px; }
  .work-study-band__note { padding: 30px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; border-top: 0; }
  .steps-grid li { border-top: 1px solid var(--line); }
  .services-wrap { padding-top: 70px; }
  .about-visual { min-height: 520px; }
  .values-grid ul { margin-top: 25px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 290px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { display: grid; grid-template-columns: .75fr 1.25fr; }
  .article-copy h3, .article-copy p { min-height: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; padding-block: 20px; text-align: center; }
  .footer-bottom > span:last-child { text-align: center; }
  .footer-bottom div { justify-content: center; }
  .study-jump-nav { top: 74px; }
  .study-jump-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(210px, 1fr)); }
  .study-jump-nav a { min-height: 68px; }
  .study-hero__grid, .study-intro__grid, .study-program__grid, .study-program__grid--reverse, .study-support__grid { grid-template-columns: 1fr; }
  .study-hero__grid { padding-top: 0; }
  .study-hero__copy { padding: 65px 0 25px; }
  .study-hero__visual { width: min(100%, 560px); min-height: 540px; margin: 0 auto 55px; transform: none; }
  .study-board { inset: 20px 15px 30px; }
  .study-intro__grid { gap: 28px; }
  .study-intro__grid > div:last-child { padding-top: 0; }
  .study-program { padding: 88px 0; }
  .study-program__grid, .study-program__grid--reverse { gap: 45px; }
  .study-program__grid--reverse .study-program__content { order: 1; }
  .study-program__grid--reverse .study-program__aside { order: 2; }
  .study-program__aside { min-height: 480px; }
  .study-planning__steps { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .study-planning__steps li { border-top: 1px solid var(--line); }
  .study-planning__steps li:nth-child(2n) { border-right: 0; }
  .study-planning__steps li:last-child { border-right: 1px solid var(--line); }
  .destinations-jump-nav { top: 74px; }
  .destinations-jump-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(190px, 1fr)); }
  .destinations-jump-nav a { min-height: 68px; }
  .destinations-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .destinations-hero__copy { padding: 65px 0 28px; }
  .destinations-compass { width: min(100%, 560px); min-height: 510px; margin: 0 auto 58px; transform: none; }
  .destination-choice__intro, .destination-route__grid, .destination-other__card { grid-template-columns: 1fr; }
  .destination-choice__intro { gap: 28px; }
  .destination-choice__intro > div:last-child { padding-top: 0; }
  .destination-choice__points { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .destination-choice__points article { border-top: 1px solid var(--line); }
  .destination-choice__points article:nth-child(2n) { border-right: 0; }
  .destination-work { padding: 88px 0; }
  .destination-work__grid { grid-template-columns: repeat(2, 1fr); }
  .destination-work__card, .destination-work__card:nth-child(4) { grid-column: auto; }
  .destination-work__card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .destination-work__disclaimer { grid-template-columns: 1fr; gap: 13px; }
  .destination-catalog__grid { grid-template-columns: repeat(2, 1fr); }
  .destination-route__grid { gap: 48px; }
  .destination-other__card { gap: 28px; padding: 48px; }
  .destination-other__codes { width: 330px; min-height: 380px; margin: 0 auto; }
  .visa-jump-nav { top: 74px; }
  .visa-jump-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(190px, 1fr)); }
  .visa-jump-nav a { min-height: 68px; }
  .visa-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .visa-hero__copy { padding: 65px 0 28px; }
  .visa-dossier { width: min(100%, 560px); min-height: 510px; margin: 0 auto 58px; transform: none; }
  .visa-intro__grid, .visa-process__grid, .visa-responsibility__heading { grid-template-columns: 1fr; }
  .visa-intro__grid { gap: 28px; }
  .visa-intro__grid > div:last-child { padding-top: 0; }
  .visa-intro__questions { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .visa-intro__questions article { border-top: 1px solid var(--line); }
  .visa-intro__questions article:nth-child(2n) { border-right: 0; }
  .visa-services { padding: 88px 0; }
  .visa-services__grid { grid-template-columns: repeat(2, 1fr); }
  .visa-service-card, .visa-service-card:nth-child(4) { grid-column: auto; }
  .visa-service-card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .visa-services__contact { align-items: flex-start; flex-direction: column; gap: 25px; }
  .citizenship-grid { grid-template-columns: 1fr; }
  .citizenship-card { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 390px; }
  .citizenship-card__visual { height: auto; min-height: 390px; }
  .citizenship-card__body { min-height: 390px; }
  .visa-process__grid { gap: 48px; }
  .visa-responsibility__heading { gap: 25px; }
  .visa-responsibility__grid { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .visa-responsibility__grid article { border-top: 1px solid var(--line); }
  .visa-responsibility__grid article:nth-child(2n) { border-right: 0; }
  .help-jump-nav { top: 74px; }
  .help-jump-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(205px, 1fr)); }
  .help-jump-nav a { min-height: 68px; }
  .help-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .help-hero__copy { padding: 65px 0 28px; }
  .help-route-board { width: min(100%, 560px); min-height: 510px; margin: 0 auto 58px; transform: none; }
  .help-intro__grid, .help-principles__grid { grid-template-columns: 1fr; }
  .help-intro__grid { gap: 28px; }
  .help-intro__grid > div:last-child { padding-top: 0; }
  .help-intro__moments { grid-template-columns: 1fr; }
  .help-intro__moments article { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); }
  .help-intro__moments article:last-child { border-bottom: 0; }
  .help-service-group { padding: 88px 0; }
  .help-service-group__heading { grid-template-columns: .3fr 1fr; gap: 24px 40px; }
  .help-service-group__heading > p { grid-column: 2; }
  .help-service-group__grid { grid-template-columns: 1fr; }
  .help-service-card { min-height: 290px; }
  .help-method__steps { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .help-method__steps li { border-top: 1px solid rgba(255,255,255,.22); }
  .help-method__steps li:nth-child(2n) { border-right: 0; }
  .help-principles__visual { width: min(100%, 560px); min-height: 500px; margin: 0 auto; }
  .about-jump-nav { top: 74px; }
  .about-jump-nav .shell { width: 100%; overflow-x: auto; grid-template-columns: repeat(4, minmax(190px, 1fr)); }
  .about-jump-nav a { min-height: 68px; }
  .about-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .about-hero__copy { padding: 65px 0 28px; }
  .about-story-card { width: min(100%, 560px); min-height: 510px; margin: 0 auto 58px; transform: none; }
  .about-story__intro, .about-founder__grid, .about-responsibility__grid, .about-purpose__heading, .about-partners__card { grid-template-columns: 1fr; }
  .about-story__intro { gap: 28px; }
  .about-story__intro > div:last-child { padding-top: 0; }
  .about-story__timeline { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .about-story__timeline article { border-top: 1px solid var(--line); }
  .about-story__timeline article:nth-child(2n) { border-right: 0; }
  .about-founder__grid { gap: 50px; }
  .about-founder__visual { width: min(100%, 560px); min-height: 520px; margin: 0 auto; }
  .about-values__grid { grid-template-columns: repeat(2, 1fr); }
  .about-purpose__heading { gap: 30px; }
  .about-reasons__grid { grid-template-columns: 1fr; }
  .about-reasons__grid article, .about-reasons__grid article:nth-child(2n), .about-reasons__grid article:nth-child(n+5) { border-right: 0; border-bottom: 1px solid var(--line); }
  .about-reasons__grid article:last-child { border-bottom: 0; }
  .about-expertise__grid { grid-template-columns: 1fr; }
  .about-expertise__grid article { min-height: 260px; }
  .about-destinations { grid-template-columns: 1fr; gap: 16px; }
  .about-partners__card { gap: 35px; padding: 45px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .header-brand { flex-basis: 166px; }
  .brand { width: 166px; height: 50px; }
  .hero-copy { padding-top: 64px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-trust { display: grid; }
  .hero-visual { height: 445px; }
  .route-card--main { inset: 10px 5px 52px 8px; padding: 22px; }
  .route-map { height: 205px; margin-inline: -22px; }
  .route-bird-crop { width: 185px; height: 185px; }
  .route-card__footer { min-height: 105px; padding: 16px 8px 22px; }
  .route-card__footer strong { font-size: 20px; }
  .route-card--stamp { right: 0; bottom: -8px; width: 142px; }
  .route-card--destinations { width: 200px; }
  .route-card--destinations span { width: 30px; height: 30px; }
  .section { padding: 72px 0; }
  .section-heading h2, .services-intro h2, .about-copy h2, .faq-intro h2, .visa-band h2, .values-section h2, .final-cta h2 { font-size: 39px; }
  .objective-card { min-height: 300px; padding: 26px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 185px; }
  .work-study-band { padding: 27px; }
  .steps-grid { grid-template-columns: 1fr; margin-bottom: 80px; }
  .steps-grid span { margin-bottom: 20px; }
  .services-list article { grid-template-columns: 36px 1fr 18px; }
  .about-visual { min-height: 430px; }
  .about-card--large { inset: 0 20px 45px 0; }
  .about-card--small { width: 205px; min-height: 120px; }
  .values-grid ul { grid-template-columns: 1fr; }
  .values-grid li:nth-child(odd) { border-right: 0; }
  .article-card { display: block; }
  .article-cover { min-height: 180px; }
  .faq-list summary { font-size: 18px; }
  .final-cta { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand, .footer-search { grid-column: auto; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 20px; }
  .study-hero h1 { font-size: 48px; }
  .study-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .study-hero__actions .button { width: 100%; }
  .study-hero__actions .text-link { align-self: flex-start; }
  .study-hero__visual { min-height: 500px; margin-bottom: 35px; }
  .study-board { inset: 12px 3px 28px; padding: 22px; }
  .study-board__bird { width: 205px; height: 205px; right: -50px; top: 42px; }
  .study-board__cards { left: 21px; right: 21px; bottom: 20px; }
  .study-board__cards a { min-height: 61px; grid-template-columns: 27px 1fr 16px; padding-inline: 13px; }
  .study-board__cards strong { font-size: 16px; }
  .study-stamp { left: -2px; top: 72px; width: 115px; }
  .study-intro h2, .study-program__content h2, .study-planning h2, .study-support h2, .study-final-cta h2 { font-size: 39px; }
  .study-program__points, .study-program__points--three { grid-template-columns: 1fr; }
  .study-program__points > div + div { padding-left: 0; border-left: 0; }
  .study-program__aside { min-height: 420px; padding: 28px; }
  .study-program__aside > span { left: 28px; top: 27px; }
  .study-program__aside h3 { font-size: 33px; }
  .work-destinations { flex-wrap: wrap; }
  .teen-visual strong { font-size: 39px; }
  .study-planning__steps { grid-template-columns: 1fr; }
  .study-planning__steps li, .study-planning__steps li:last-child { min-height: 185px; padding: 27px 0; border-right: 0; }
  .study-planning__steps li + li { padding-left: 0; }
  .study-planning__steps span { margin-bottom: 30px; }
  .study-final-cta { padding: 84px 0; }
  .destinations-hero h1 { font-size: 48px; }
  .destinations-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .destinations-hero__actions .button { width: 100%; }
  .destinations-hero__actions .text-link { align-self: flex-start; }
  .destinations-compass { min-height: 455px; padding: 22px; }
  .destinations-compass__map { inset: 67px 0 120px; }
  .destinations-compass__point { width: 37px; height: 37px; border-width: 3px; }
  .destinations-compass__bird { width: 205px; height: 205px; }
  .destinations-compass > p { left: 24px; bottom: 23px; }
  .destinations-compass > p strong { font-size: 20px; }
  .destination-choice h2, .destination-route h2, .destination-other h2, .destination-final-cta h2 { font-size: 39px; }
  .destination-choice__points { grid-template-columns: 1fr; }
  .destination-choice__points article { min-height: 185px; padding: 27px 0; border-right: 0; }
  .destination-choice__points article + article { padding-left: 0; }
  .destination-choice__points article > span { margin-bottom: 27px; }
  .destination-work__grid, .destination-catalog__grid { grid-template-columns: 1fr; }
  .destination-work__card, .destination-work__card:last-child { grid-column: auto; min-height: 370px; }
  .destination-work__disclaimer { padding: 24px; }
  .destination-country { min-height: 310px; }
  .destination-route { padding: 82px 0; }
  .destination-route__steps article { grid-template-columns: 40px 1fr; }
  .destination-other__card { min-height: auto; padding: 28px 22px 42px; }
  .destination-other__codes { width: 285px; min-height: 335px; transform: scale(.85); transform-origin: center; }
  .destination-other__codes::before { left: -48px; }
  .destination-final-cta { padding: 84px 0; }
  .visa-hero h1 { font-size: 48px; }
  .visa-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .visa-hero__actions .button { width: 100%; }
  .visa-hero__actions .text-link { align-self: flex-start; }
  .visa-hero__trust { display: grid; }
  .visa-dossier { min-height: 455px; padding: 22px; }
  .visa-dossier__document { left: 28px; right: 20px; top: 73px; height: 270px; padding: 22px; }
  .visa-dossier__bird { width: 190px; height: 190px; }
  .visa-dossier__stamp { left: 22px; bottom: 24px; }
  .visa-dossier__tabs { left: 28px; right: 20px; bottom: 65px; gap: 5px; }
  .visa-dossier__tabs span { padding-inline: 7px; font-size: 6px; }
  .visa-dossier > p { left: 23px; bottom: 22px; }
  .visa-dossier > p strong { font-size: 20px; }
  .visa-intro h2, .visa-process h2, .visa-responsibility h2, .visa-final-cta h2 { font-size: 39px; }
  .visa-intro__questions { grid-template-columns: 1fr; }
  .visa-intro__questions article { min-height: 145px; padding: 26px 0; border-right: 0; }
  .visa-intro__questions article + article { padding-left: 0; }
  .visa-intro__questions span { margin-bottom: 24px; }
  .visa-services__grid { grid-template-columns: 1fr; }
  .visa-service-card, .visa-service-card:last-child { grid-column: auto; min-height: 390px; }
  .visa-services__contact { padding: 25px; }
  .citizenship-card { display: block; min-height: 0; }
  .citizenship-card__visual { height: 170px; min-height: 0; }
  .citizenship-card__body { min-height: 335px; }
  .visa-process { padding: 82px 0; }
  .visa-process__steps { grid-template-columns: 1fr; }
  .visa-process__steps li, .visa-process__steps li:nth-child(2n) { min-height: 145px; padding: 24px 0; border-right: 0; }
  .visa-responsibility__grid { grid-template-columns: 1fr; }
  .visa-responsibility__grid article { min-height: 180px; padding: 27px 0; border-right: 0; }
  .visa-responsibility__grid article + article { padding-left: 0; }
  .visa-responsibility__grid article > span { margin-bottom: 28px; }
  .visa-responsibility__notice { grid-template-columns: 1fr; gap: 12px; padding: 24px; }
  .visa-final-cta { padding: 84px 0; }
  .help-hero h1 { font-size: 48px; }
  .help-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .help-hero__actions .button { width: 100%; }
  .help-hero__actions .text-link { align-self: flex-start; }
  .help-hero__trust { display: grid; }
  .help-route-board { min-height: 455px; padding: 22px; }
  .help-route-board__map { top: 64px; height: 250px; }
  .help-route-board__point { width: 34px; height: 34px; border-width: 3px; }
  .help-route-board__bird { width: 185px; height: 185px; }
  .help-route-board__phases { left: 20px; right: 20px; bottom: 94px; gap: 3px; }
  .help-route-board__phases span { padding-inline: 2px; font-size: 5px; }
  .help-route-board > p { left: 23px; bottom: 22px; }
  .help-route-board > p strong { font-size: 19px; }
  .help-intro h2, .help-service-group h2, .help-principles h2, .help-final-cta h2 { font-size: 39px; }
  .help-service-group__heading { grid-template-columns: 1fr; gap: 20px; }
  .help-service-group__heading > p { grid-column: auto; }
  .help-service-card { min-height: 315px; }
  .help-method { padding: 82px 0; }
  .help-method__steps { grid-template-columns: 1fr; }
  .help-method__steps li, .help-method__steps li:nth-child(2n) { min-height: 170px; padding: 27px 0; border-right: 0; }
  .help-method__steps span { margin-bottom: 28px; }
  .help-principles__visual { min-height: 430px; }
  .help-principles__card { inset: 0 20px 45px 0; padding: 27px; }
  .help-principles__card > strong { font-size: 31px; }
  .help-principles__stamp { width: 175px; padding: 22px; }
  .help-principles__stamp strong { font-size: 22px; }
  .help-final-cta { padding: 84px 0; }
  .about-hero h1 { font-size: 48px; }
  .about-hero__actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .about-hero__actions .button { width: 100%; }
  .about-hero__actions .text-link { align-self: flex-start; }
  .about-hero__trust { display: grid; }
  .about-story-card { min-height: 455px; padding: 22px; }
  .about-story-card__visual { top: 64px; height: 255px; }
  .about-story-card__year { font-size: 66px; }
  .about-story-card__bird { width: 190px; height: 190px; }
  .about-story-card__caption { left: 20px; right: 20px; bottom: 94px; }
  .about-story-card > p { left: 23px; bottom: 22px; }
  .about-story-card > p strong { font-size: 19px; }
  .about-story h2, .about-founder h2, .about-purpose h2, .about-responsibility h2, .about-partners h2, .about-final-cta h2 { font-size: 39px; }
  .about-story__timeline { grid-template-columns: 1fr; }
  .about-story__timeline article { min-height: 220px; padding: 28px 0; border-right: 0; }
  .about-story__timeline article + article { padding-left: 0; }
  .about-story__timeline article > span { margin-bottom: 28px; }
  .about-founder { padding: 82px 0; }
  .about-founder__visual { min-height: 430px; }
  .about-founder__card { inset: 0 20px 45px 0; padding: 27px; }
  .about-founder__card > strong { font-size: 38px; }
  .about-founder__note { width: 200px; }
  .about-values__grid { grid-template-columns: 1fr; }
  .about-values__grid article { min-height: 215px; }
  .about-responsibility { padding: 82px 0; }
  .about-reasons__grid article { grid-template-columns: 36px 1fr; padding: 24px; }
  .about-partners__card { padding: 30px 22px 40px; }
  .about-partners__visual span { width: 72px; height: 72px; }
  .about-final-cta { padding: 84px 0; }
}

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