@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700;800&family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root { --ink: #16213e; --bg: #eef1f4; --panel: #fff; --brand: #ff006b; --brand-dark: #cc0056; --accent-blue: #3f6fb5; --band: #7a0f42; --band-accent: #ff9dac; --slate: #5b6b80; --line: #c7cdd6; --serif: 'Fraunces', Georgia, serif; --sans: 'DM Sans', sans-serif; --mono: 'DM Mono', monospace; --display: 'Bricolage Grotesque', 'Arial', sans-serif; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.announcement { background: var(--ink); color: #d9dfeb; display: flex; align-items: center; justify-content: center; gap: 14px; height: 46px; font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.announcement a { color: var(--brand); margin-left: 12px; }.pulse { width: 6px; height: 6px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,0,107,.16); }
.site-header { position: relative; z-index: 5; background: var(--bg); }.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100px; }.wordmark { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 700; letter-spacing: -.06em; }.site-logo { display: block; height: 81px; width: auto; }.wordmark-mark { display: grid; place-items: center; width: 28px; height: 28px; background: var(--brand); color: white; font-family: var(--serif); font-size: 18px; letter-spacing: 0; border-radius: 50% 50% 50% 0; }.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 80px; color: var(--ink); font-size: 15px; font-weight: 700; }.desktop-nav a, .footer-links a, .footer-admin-links a { transition: color .2s ease; }.desktop-nav a:hover, .footer-links a:hover, .footer-admin-links a:hover { color: var(--brand); }.nav-actions { display: flex; align-items: center; gap: 20px; }.nav-phone { color: var(--brand); font-family: var(--sans); font-size: 16px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; transition: color .2s ease; }.nav-phone:hover { color: var(--brand-dark); }.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 54px; padding: 0 23px; border: 0; font-family: var(--sans); font-size: 13px; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease; }.button:hover { transform: translateY(-2px); }.button-primary { color: white; background: var(--brand); }.button-primary:hover { background: var(--brand-dark); }.button-dark { color: white; background: var(--ink); }.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; }.button:disabled { opacity: .4; cursor: not-allowed; pointer-events: none; }.menu-toggle, .mobile-nav, .mobile-nav-label { display: none; }
.nav-dropdown { position: relative; }.nav-dropdown-trigger { display: flex; align-items: center; gap: 6px; border: 0; background: none; padding: 0; color: inherit; font: inherit; cursor: pointer; }.nav-caret { font-size: 9px; transition: transform .2s ease; }.nav-dropdown.is-open .nav-caret { transform: rotate(180deg); }.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; z-index: 20; padding-top: 18px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease; transform: translateX(-50%); }.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; }.nav-dropdown-menu-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; width: 460px; padding: 28px; background: var(--panel); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(22,33,62,.14); transform: translateY(6px); transition: transform .18s ease; }.nav-dropdown.is-open .nav-dropdown-menu-inner { transform: translateY(0); }.nav-dropdown-heading { margin: 0 0 14px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.nav-dropdown-col a { display: block; padding: 10px 0; border-top: 1px solid var(--line); }.nav-dropdown-col a:first-of-type { padding-top: 0; border-top: 0; }.nav-dropdown-col a strong { display: block; font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink); }.nav-dropdown-col a span { display: block; margin-top: 2px; color: var(--slate); font-size: 11.5px; line-height: 1.4; }.nav-dropdown-col a:hover strong { color: var(--brand); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.eyebrow-line { width: 30px; height: 1px; background: var(--accent-blue); }.hero-carousel h1 em, h2 em { color: var(--brand); font-style: normal; }.hero-lede { max-width: 400px; color: var(--slate); font-size: 17px; line-height: 1.6; }.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 24px; }.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 5px; }.text-link span { color: var(--brand); margin-left: 8px; }.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 28px; color: var(--slate); font-size: 11px; }.hero-proof strong { color: var(--ink); }.avatar-stack { display: flex; }.avatar-stack span { display: grid; place-items: center; width: 32px; height: 32px; margin-left: -6px; border: 2px solid var(--bg); border-radius: 50%; color: white; font-size: 10px; background: #e190a1; overflow: hidden; }.avatar-stack span:first-child { margin-left: 0; background: #5a7ca3; }.avatar-stack span:nth-child(2) { background: #748cac; }.avatar-stack span:nth-child(3) { background: var(--brand); }.avatar-stack span:last-child { background: var(--ink); }.avatar-stack .avatar-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-carousel { position: relative; width: 100%; overflow: hidden; background: var(--ink); }.hero-slides { position: relative; width: 100%; height: clamp(460px, 58vw, 660px); overflow: hidden; }.hero-slides-track { display: flex; width: 400%; height: 100%; transition: transform .9s cubic-bezier(.65,0,.35,1); }.hero-slide { position: relative; width: 25%; height: 100%; flex: none; overflow: hidden; }.hero-slide-img, .hero-slide-video { display: block; width: 100%; height: 100%; object-fit: cover; }.hero-slide-color { display: flex; align-items: center; justify-content: center; }.hero-slide-ink { background: var(--ink); }.hero-slide-band { background: var(--band); }.hero-slide-blue { background: var(--accent-blue); }.hero-slide-label { padding: 0 30px; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: clamp(36px, 7vw, 100px); letter-spacing: -.03em; text-align: center; color: rgba(255,255,255,.14); }
.hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, rgba(22,33,62,.94) 0%, rgba(22,33,62,.82) 22%, rgba(22,33,62,.6) 40%, rgba(22,33,62,.32) 58%, rgba(22,33,62,.1) 76%, rgba(22,33,62,0) 92%); }.hero-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; pointer-events: none; }.hero-overlay .hero-copy { max-width: 560px; pointer-events: auto; }.hero-overlay .eyebrow { color: rgba(255,255,255,.8); }.hero-overlay h1 { max-width: 560px; margin: 18px 0 20px; font-family: var(--display); font-size: clamp(40px, 5vw, 64px); letter-spacing: -.02em; line-height: 1.02; font-weight: 700; color: white; }.hero-overlay .hero-lede { max-width: 420px; color: rgba(255,255,255,.82); }.hero-overlay .hero-proof { color: rgba(255,255,255,.75); }.hero-overlay .hero-proof strong { color: white; }.hero-carousel .avatar-stack span { border-color: rgba(255,255,255,.2); }.hero-text-link { color: white; border-bottom-color: rgba(255,255,255,.4); }
.hero-controls { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3; display: flex; align-items: center; justify-content: space-between; }.hero-dots { display: flex; gap: 9px; }.hero-dot { width: 8px; height: 8px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }.hero-dot.is-active { background: var(--brand); border-color: var(--brand); transform: scale(1.2); }.hero-arrow { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); color: white; font-size: 14px; cursor: pointer; display: grid; place-items: center; transition: background .2s ease, border-color .2s ease; }.hero-arrow:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.6); }
.ticker { overflow: hidden; padding: 6px 0; color: white; background: var(--brand); font-family: var(--mono); font-size: 11px; letter-spacing: .13em; }.ticker-track { display: flex; align-items: center; flex-wrap: nowrap; gap: 35px; width: max-content; animation: ticker 20s linear infinite; will-change: transform; }.ticker b { font-family: var(--sans); font-size: 16px; flex-shrink: 0; }.ticker-track span { flex-shrink: 0; white-space: nowrap; }
.uni-strip { overflow: hidden; padding: 24px 0; background: var(--panel); border-bottom: 1px solid var(--line); }
.uni-strip-track { display: flex; align-items: center; gap: 36px; width: max-content; animation: uniStrip 45s linear infinite; will-change: transform; }
.uni-strip-track img { height: 35px; max-width: 165px; object-fit: contain; flex-shrink: 0; }
@keyframes uniStrip { to { transform: translateX(-50%); } }
@media (max-width: 800px) { .uni-strip { padding: 16px 0; } .uni-strip-track { gap: 24px; } .uni-strip-track img { height: 26px; max-width: 122px; } }
.section { padding-top: 56px; padding-bottom: 56px; }.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }.section-heading h1, .section-heading h2, .process-band h2, .destination-heading h2, .start-copy h2 { margin: 20px 0 0; font-family: var(--display); font-size: clamp(38px, 4.4vw, 56px); font-weight: 700; letter-spacing: -.025em; line-height: 1.05; }.intro-content { max-width: 455px; padding-top: 25px; }.large-copy { margin: 0 0 22px; font-family: var(--serif); font-size: 25px; line-height: 1.25; }.intro-content > p:nth-child(2) { color: var(--slate); font-size: 15px; line-height: 1.8; }.dark-link { display: inline-block; color: var(--ink); margin-top: 13px; }.offerings { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.offering-card { position: relative; min-height: 355px; padding: 25px; background: var(--panel); }.offering-card:first-child { color: white; background: var(--ink); }.offering-number { font-family: var(--mono); font-size: 10px; color: var(--slate); }.offering-card:first-child .offering-number { color: #9ca9bd; }.offering-icon { margin: 43px 0 18px; color: var(--brand); font-size: 37px; }.offering-card h3 { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.05; letter-spacing: -.04em; }.offering-card p { max-width: 260px; margin: 16px 0; color: var(--slate); font-size: 13px; line-height: 1.65; }.offering-card:first-child p { color: #adb7c9; }.offering-card a { position: absolute; bottom: 25px; color: var(--brand); font-size: 12px; font-weight: 700; }.offering-card a span { margin-left: 9px; }.quiz-card { margin-top: 28px; padding: 34px; background: var(--panel); border: 1px solid var(--line); color: var(--ink); }.quiz-progress { margin-bottom: 40px; }.quiz-progress-track { position: relative; height: 6px; background: var(--line); border-radius: 4px; overflow: hidden; }.quiz-progress-fill { position: absolute; top: 0; left: 0; height: 100%; background: linear-gradient(90deg, var(--brand), var(--brand-dark)); border-radius: 4px; box-shadow: 0 0 12px rgba(255,0,107,.5); transition: width .4s ease; }.quiz-progress-labels { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; margin-top: 16px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--line); }.quiz-progress-labels span { padding: 4px 9px; color: var(--slate); border: 1px solid transparent; border-radius: 999px; transition: all .2s ease; }.quiz-progress-labels span.is-done { color: var(--brand); border-color: rgba(255,0,107,.3); }.quiz-progress-labels span.is-current { color: white; font-weight: 700; background: var(--brand); box-shadow: 0 4px 12px rgba(255,0,107,.35); }
.quiz-intro-panel .eyebrow { margin-bottom: 14px; }.quiz-intro-panel h3 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(26px, 3.2vw, 34px); font-weight: 600; letter-spacing: -.03em; line-height: 1.12; }.quiz-intro-panel h3 em { color: var(--brand); font-style: normal; }.quiz-intro-panel p { margin: 0; max-width: 480px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.quiz-level-map { display: flex; align-items: flex-start; margin: 0 0 30px; overflow-x: auto; padding-bottom: 4px; }.quiz-level-node { flex: none; display: flex; flex-direction: column; align-items: center; gap: 7px; width: 62px; text-align: center; }.quiz-level-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line); color: var(--slate); font-size: 15px; background: var(--panel); transition: all .2s ease; }.quiz-level-label { font-family: var(--mono); font-size: 8.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--slate); line-height: 1.3; }.quiz-level-node.is-active .quiz-level-icon { border-color: var(--brand); color: var(--brand); background: #fff2f7; animation: quizNodePulse 2.2s ease-out infinite; }.quiz-level-node.is-active .quiz-level-label { color: var(--ink); font-weight: 700; }.quiz-level-node.is-reward .quiz-level-icon { background: var(--brand); border-color: var(--brand); color: #fff; }.quiz-level-node.is-reward .quiz-level-label { color: var(--brand); font-weight: 700; }.quiz-level-connector { flex: 1; min-width: 12px; height: 1px; margin-top: 18px; background: repeating-linear-gradient(90deg, var(--line) 0 4px, transparent 4px 8px); }
.quiz-stat-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 28px; }.quiz-stat-chip { padding: 8px 14px; border: 1.5px solid var(--ink); background: var(--bg); font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); }
@keyframes quizNodePulse { 0% { box-shadow: 0 0 0 0 rgba(255,0,107,.4); } 70% { box-shadow: 0 0 0 8px rgba(255,0,107,0); } 100% { box-shadow: 0 0 0 0 rgba(255,0,107,0); } }
.quiz-start-btn-pulse { min-height: 60px; padding: 0 34px; font-size: 14.5px; letter-spacing: .02em; box-shadow: 0 14px 30px rgba(255,0,107,.28); animation: quizBtnPulse 2.4s ease-out infinite; }
@keyframes quizBtnPulse { 0% { box-shadow: 0 0 0 0 rgba(255,0,107,.4); } 70% { box-shadow: 0 0 0 14px rgba(255,0,107,0); } 100% { box-shadow: 0 0 0 0 rgba(255,0,107,0); } }
.quiz-qblock { margin-bottom: 34px; padding-left: 18px; border-left: 3px solid var(--brand); }.quiz-qblock:last-child { margin-bottom: 0; }.quiz-qblock h3 { margin: 0 0 6px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.02em; line-height: 1.25; }.q-note { margin: 0 0 10px; color: var(--slate); font-size: 13px; }.q-count { display: inline-block; margin-bottom: 10px; padding: 4px 10px; background: rgba(63,111,181,.1); color: var(--accent-blue); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 999px; }
.quiz-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }.quiz-option { position: relative; padding: 20px 20px 18px; border: 1.5px solid var(--line); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }.quiz-option:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 10px 22px rgba(255,0,107,.16); }.quiz-option.is-selected { border-color: var(--brand); background: linear-gradient(135deg, #fff2f7, #ffe1ec); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(255,0,107,.22); }.quiz-option-mark { position: absolute; top: 16px; right: 16px; width: 20px; height: 20px; border: 1.5px solid var(--line); border-radius: 50%; transition: all .2s ease; }.quiz-option-mark::after { content: ''; position: absolute; inset: 0; display: grid; place-items: center; color: white; font-size: 11px; font-weight: 700; opacity: 0; transform: scale(.4); transition: all .2s ease; content: '✓'; }.quiz-option.is-selected .quiz-option-mark { background: var(--brand); border-color: var(--brand); }.quiz-option.is-selected .quiz-option-mark::after { opacity: 1; transform: scale(1); }.quiz-option.is-disabled { opacity: .4; cursor: not-allowed; }.quiz-option.is-disabled:hover { transform: none; box-shadow: none; border-color: var(--line); }.quiz-option strong { display: block; margin-bottom: 6px; padding-right: 26px; font-family: var(--sans); font-size: 14px; font-weight: 700; }.quiz-option p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.5; }
.quiz-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }.quiz-back { border: 0; background: none; padding: 0; color: var(--slate); font-family: var(--sans); font-size: 13px; font-weight: 700; cursor: pointer; transition: color .2s ease, transform .2s ease; }.quiz-back:hover { color: var(--brand); transform: translateX(-3px); }.quiz-hint { color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.quiz-nav .quiz-continue:not(:disabled) { box-shadow: 0 10px 24px rgba(255,0,107,.28); animation: quizBtnPulse 2.4s ease-out infinite; }
.quiz-lead-gate { max-width: 460px; }.quiz-lead-gate h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(20px, 3vw, 26px); font-weight: 600; letter-spacing: -.03em; }.quiz-lead-copy { margin: 0 0 22px; color: var(--slate); font-size: 14px; line-height: 1.6; }.quiz-lead-error { margin-bottom: 16px; padding: 12px 14px; background: rgba(255,0,107,.08); border: 1px solid var(--brand); color: var(--ink); font-size: 13px; line-height: 1.5; }.quiz-lead-form { display: flex; flex-direction: column; gap: 9px; }.quiz-lead-form label { margin-top: 7px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.quiz-lead-form input, .quiz-lead-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--panel); font: 14px var(--sans); }.quiz-lead-form input:focus, .quiz-lead-form select:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }.quiz-lead-phone-row { display: grid; grid-template-columns: 130px 1fr; gap: 9px; }.quiz-lead-form .button { align-self: flex-start; margin-top: 17px; }.quiz-otp-sentto { margin: 0; font-size: 13px; color: var(--slate); }.quiz-lead-linklike { align-self: flex-start; margin: 2px 0 4px; border: 0; background: none; padding: 0; color: var(--accent-blue); font-family: var(--sans); font-size: 12.5px; font-weight: 700; cursor: pointer; }.quiz-lead-linklike:hover { text-decoration: underline; }.quiz-lead-linklike:disabled { color: var(--slate); cursor: default; text-decoration: none; }.quiz-lead-gate .quiz-back { display: block; margin-top: 24px; }
#recaptcha-container { position: absolute; width: 0; height: 0; overflow: hidden; }
.quiz-example { margin-top: 44px; }.quiz-example .eyebrow { color: rgba(255,255,255,.6); }.quiz-example .eyebrow-line { background: var(--brand); }.quiz-example > h3 { margin: 10px 0 18px; color: white; font-family: var(--serif); font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; letter-spacing: -.02em; }.quiz-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.quiz-example-card { position: relative; box-shadow: 0 20px 40px rgba(0,0,0,.2); }.quiz-example-card .career-card-top h3 { color: var(--brand); overflow-wrap: break-word; }.quiz-example-card .career-card-top { flex-wrap: nowrap; }.quiz-example-card .career-card-top > div:first-child { min-width: 0; flex: 1; }.quiz-example-card .career-meter { flex-shrink: 0; min-width: 64px; }.quiz-example-card .career-meter .pct { font-size: 18px; }.quiz-example-card .career-meter .bar { width: 64px; }.quiz-example-badge { position: absolute; top: -12px; right: 22px; padding: 5px 13px; background: var(--brand); color: white; font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; }
@media (max-width: 900px) { .quiz-example-grid { grid-template-columns: 1fr; } }
.quiz-results-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }.quiz-results-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(20px, 3vw, 26px); font-weight: 600; letter-spacing: -.03em; }.quiz-results-intro { margin: 8px 0 22px; color: var(--slate); font-size: 14px; }.career-section-title { margin: 0; font-family: var(--sans); font-size: 15px; font-weight: 700; }.quiz-retake-link { border: 0; background: none; padding: 0; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); cursor: pointer; }.quiz-retake-link:hover { color: var(--brand); }
.info-banner { margin-bottom: 20px; padding: 14px 18px; background: rgba(63,111,181,.08); border: 1px solid var(--accent-blue); color: var(--ink); font-size: 13.5px; line-height: 1.6; }
.career-list { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }.career-card { padding: 22px 24px; background: var(--bg); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }.career-card:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(15,22,42,.1); border-color: rgba(255,0,107,.25); }.career-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; }.career-rank { display: block; margin-bottom: 4px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }.career-card h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.career-meter { min-width: 110px; text-align: right; }.career-meter .pct { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--brand); }.career-meter .bar { width: 110px; height: 5px; margin-top: 6px; background: var(--line); border-radius: 4px; overflow: hidden; }.career-meter .bar > span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), var(--brand-dark)); box-shadow: 0 0 10px rgba(255,0,107,.45); border-radius: 4px; }
.career-blurb { margin: 12px 0 14px; color: var(--slate); font-size: 13.5px; line-height: 1.6; }.career-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }.career-tag { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .04em; color: var(--slate); transition: all .2s ease; }.career-card:hover .career-tag { border-color: rgba(255,0,107,.3); }.career-tag-industry { border-color: var(--accent-blue); color: var(--accent-blue); }
.bridge-note { display: inline-block; margin-bottom: 8px; padding: 6px 10px; background: rgba(63,111,181,.08); border: 1px solid var(--accent-blue); color: var(--accent-blue); font-size: 12px; }.why-toggle { margin-top: 4px; padding: 6px 0 0; border: 0; background: none; color: var(--brand); font-family: var(--sans); font-size: 12.5px; font-weight: 700; cursor: pointer; }.why-text { display: none; margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line); color: var(--slate); font-size: 12.5px; line-height: 1.6; }.why-text.open { display: block; }
.possible-toggle { border: 1px solid var(--line); background: none; padding: 8px 14px; font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink); cursor: pointer; }.possible-list { display: none; flex-direction: column; gap: 14px; margin-top: 14px; }.possible-list.open { display: flex; }
.quiz-section { background: var(--ink); color: white; }.quiz-section h2 { color: white; }.quiz-intro-copy { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.7; }.quiz-cta-standalone { margin-top: 28px; }
@media (min-width: 901px) {
  .quiz-hero-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
  .quiz-hero-row .section-heading { flex: none; }
  .quiz-intro-copy { flex: 1; margin: 0; text-align: center; }
}
.quiz-layout { display: grid; grid-template-columns: 0.85fr 1fr; gap: 56px; align-items: center; }
.quiz-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; box-shadow: 18px 20px 0 rgba(255,255,255,.08); }
.quiz-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.uni-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.uni-hero-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: 18px 20px 0 rgba(22,33,62,.06); }
.uni-hero-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .uni-hero { grid-template-columns: 1fr; gap: 28px; } .uni-hero-photo { aspect-ratio: 16 / 9; } }
.svc-heading-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.svc-intro { max-width: 380px; margin: 45px 0 0; color: var(--slate); font-size: 15px; line-height: 1.7; }
@media (max-width: 800px) { .svc-heading-row { flex-direction: column; gap: 18px; } .svc-intro { max-width: none; } }
.svc-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; align-items: stretch; }
.svc-category { position: relative; display: flex; flex-direction: column; padding: 40px 38px; background: #f2f6fb; border: 1px solid var(--line); border-top: 5px solid var(--accent-blue); }
/* Matches the reference layout: plain card (no tinted background, no
   accent top border), no icon, single-column checklist, logos in one row,
   an underlined blue link at the bottom — scoped to this card only, the
   Study Abroad card next to it is untouched. */
.svc-category-ielts { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--ink); border-top: 1px solid var(--ink); }
/* Full-card background photo, faded almost fully transparent so it reads
   as a subtle watermark behind the content rather than a visible image —
   everything else in the card is lifted onto its own stacking layer
   (z-index: 1) so it always renders above this. */
.svc-category-ielts::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url('../images/New%20Images/english-book-with-glasses-table.jpg') center/cover no-repeat; opacity: .4; pointer-events: none; }
.svc-category-ielts > * { position: relative; z-index: 1; }
.svc-category-ielts .svc-icon { display: none; }
/* Two columns below the heading: a shaded box (intro + checklist + link)
   on the left, the exam-body logos stacked vertically on the right —
   replaces the old full-width stack + horizontal logo row. */
.svc-ielts-body { display: flex; gap: 24px; margin-top: 22px; }
.svc-ielts-content { flex: 1; min-width: 0; background: var(--bg); border-radius: 10px; padding: 22px 24px; }
.svc-ielts-content .svc-category-intro { margin-top: 0; }
.svc-category-ielts .svc-list { grid-template-columns: 1fr; gap: 14px; }
.svc-category-ielts .svc-logos { flex-direction: column; align-items: flex-start; gap: 16px; margin: 0; }
.svc-category-ielts .text-link { margin-top: 20px; padding-top: 0; color: var(--accent-blue); text-decoration: underline; border-bottom: 0; padding-bottom: 0; }
.svc-category-ielts .text-link span { color: var(--accent-blue); }
.text-brand { color: var(--brand); }
.svc-category-abroad { background: var(--ink); border-top-color: var(--accent-blue); }
.svc-category-abroad .svc-icon { background: rgba(255,255,255,.18); color: #fff; }
.svc-category-abroad h3, .svc-category-abroad .svc-category-intro, .svc-category-abroad .svc-list li { color: #fff; }
.svc-category-abroad .svc-category-intro { color: rgba(255,255,255,.85); }
.svc-category-abroad .svc-list li::before { color: #fff; }
.svc-category-abroad .text-link { color: #fff; border-bottom-color: rgba(255,255,255,.45); }
.svc-category-abroad .text-link span { color: #fff; }
.svc-head { display: flex; align-items: flex-start; gap: 18px; }
.svc-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: #ecf1f8; color: var(--accent-blue); font-size: 22px; }
.svc-category-ielts .svc-icon { background: #fdeaf2; color: var(--brand); }
.svc-eyebrow { margin: 0 0 4px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.svc-head h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.svc-category-intro { margin: 20px 0 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.svc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 24px 0 0; padding: 0; list-style: none; }
.svc-list li { position: relative; padding-left: 20px; color: var(--ink); font-size: 13.5px; line-height: 1.5; }
.svc-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent-blue); font-size: 11px; font-weight: 700; }
.svc-category-ielts .svc-list li::before { color: var(--brand); }
/* In normal flow (not absolutely positioned) and right-aligned via
   align-self, since .svc-category is a column flex container — this
   guarantees it can never overlap the heading below it regardless of card
   width or how long the badge text gets, unlike a fixed-offset absolute
   position layered on top of the heading. */
.svc-badge { align-self: flex-end; display: flex; flex-direction: column; align-items: center; gap: 5px; margin: 0 0 24px; padding: 8px 12px; background: #fff8ea; border: 1px solid #e8c46b; text-align: center; }
.svc-badge-line { color: #8a6413; font-family: var(--mono); font-size: 8.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.svc-badge-logo { height: 20px; width: auto; }
.svc-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin: 22px 0 0; }
.svc-logos img { height: 26px; max-width: 110px; object-fit: contain; }
.svc-category > .text-link { margin-top: auto; padding-top: 26px; }
@media (max-width: 800px) {
  .svc-columns { grid-template-columns: 1fr; }
  .svc-category { padding: 30px 26px; }
  .svc-list { grid-template-columns: 1fr; }
}
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 10px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 30px 26px; background: var(--panel); border: 1px solid var(--line); }
.package-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.package-card ul { display: flex; flex-direction: column; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; flex: 1; }
.package-card li { position: relative; padding-left: 18px; font-size: 13.5px; line-height: 1.5; }
.package-card li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; background: var(--accent-blue); }
.package-card-featured { position: relative; color: white; background: var(--ink); border-color: var(--ink); }
.package-card-featured li::before { background: var(--brand); }
.package-badge { display: inline-block; align-self: flex-start; margin-bottom: 14px; padding: 5px 10px; background: var(--brand); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 800px) { .packages-grid { grid-template-columns: 1fr; } }

/* Soft brand-colored glows bleeding off the section edges — pure
   decoration, breaks up what was a flat, empty background either side of
   the carousel. Clipped to the section so they never spill onto the
   sections above/below it. */
.offers-section { position: relative; overflow: hidden; }
.offers-section::before, .offers-section::after { content: ''; position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; }
.offers-section::before { top: -140px; right: -160px; width: 440px; height: 440px; background: radial-gradient(circle, rgba(255,0,107,.10), transparent 70%); }
.offers-section::after { bottom: -160px; left: -140px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(63,111,181,.09), transparent 70%); }
.offers-section > * { position: relative; z-index: 1; }
.offers-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.offers-layout .section-heading { max-width: 420px; margin: 0 auto; text-align: center; }
.offers-layout .section-heading .eyebrow { justify-content: center; }
.offers-carousel { position: relative; width: 100%; max-width: 310px; margin: 10px auto 0; }
.offers-carousel-viewport { position: relative; width: 100%; aspect-ratio: 1080 / 1500; overflow: hidden; }
/* A glow disc anchored behind the featured card, always centered on the
   viewport regardless of which card is active — gives the stack a sense
   of depth instead of floating flatly on the page background. */
.offers-carousel-viewport::before { content: ''; position: absolute; top: 50%; left: 50%; z-index: 0; width: 85%; aspect-ratio: 1/1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,0,107,.14), transparent 68%); pointer-events: none; }
.offers-carousel-track { position: relative; width: 100%; height: 100%; z-index: 1; }
.offers-carousel-track > * { position: absolute; top: 50%; left: 50%; width: 74%; aspect-ratio: 1080 / 1920; object-fit: contain; background: #f6efd9; box-shadow: 0 20px 44px rgba(22,33,62,.28); transition: transform .5s cubic-bezier(.65,0,.35,1), opacity .5s ease; cursor: pointer; }
.offers-carousel-prev { left: 4px; z-index: 200; }
.offers-carousel-next { right: 4px; z-index: 200; }
/* Scoped to .offers-carousel specifically — .team-carousel-arrow and
   .team-carousel-dots are shared with trainer.html's own carousel, which
   should keep its plain look. */
.offers-carousel .team-carousel-arrow { width: 44px; height: 44px; border-color: transparent; box-shadow: 0 10px 24px rgba(22,33,62,.18); }
.offers-carousel .team-carousel-arrow:hover { background: var(--brand); color: white; box-shadow: 0 10px 26px rgba(255,0,107,.35); transform: translateY(-50%) scale(1.08); }
.offers-carousel .team-carousel-dots button { width: 7px; height: 7px; transition: background .2s ease, border-color .2s ease, width .2s ease; }
.offers-carousel .team-carousel-dots button.is-active { width: 22px; border-radius: 5px; transform: none; }
#offers-carousel-dots { flex-wrap: wrap; max-width: 320px; margin-left: auto; margin-right: auto; }
@media (max-width: 800px) { .offers-carousel { max-width: 190px; } .offers-carousel-viewport { aspect-ratio: 1080 / 1620; } }

/* generated offer-letter card (no finished graphic uploaded — built from name + college) */
.offer-generated-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 26px 20px 30px; background: linear-gradient(180deg, #f7f0da, #f2e6c8); overflow: hidden; text-align: center; }
.offer-generated-card .ogc-logo { position: absolute; top: 18px; right: 18px; width: 56px; }
.offer-generated-card .ogc-arc { width: 92%; max-width: 320px; margin-top: 4px; color: #2c2320; }
.offer-generated-card .ogc-arc text { font-family: var(--serif); font-size: 15px; font-weight: 700; letter-spacing: .04em; fill: #2c2320; }
.ogc-photo-frame { position: relative; width: 58%; max-width: 210px; aspect-ratio: 1/1; margin: 6px 0 22px; border-radius: 46% 54% 57% 43% / 51% 46% 54% 49%; overflow: hidden; background: #eee3f5; box-shadow: 0 0 0 14px #efe6d0; }
.ogc-photo-frame img, .ogc-photo-frame .ogc-initial { display: block; width: 100%; height: 100%; object-fit: cover; }
.ogc-photo-frame .ogc-initial { display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 54px; font-weight: 700; color: white; background: var(--accent-blue); }
.ogc-college { display: flex; align-items: center; justify-content: center; min-height: 44px; margin-bottom: 18px; padding: 8px 16px; background: white; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.ogc-college img { max-width: 100%; max-height: 40px; }
.ogc-college span { font-family: var(--sans); font-size: 15px; font-weight: 700; color: #2c2320; }
.ogc-tag { margin: 0 0 18px; font-family: var(--sans); font-size: 15px; font-weight: 800; letter-spacing: .02em; color: #2c2320; }
.ogc-tag::before, .ogc-tag::after { content: '🎓'; margin: 0 10px; font-size: 18px; vertical-align: middle; }
.ogc-name { margin: 0; font-family: var(--sans); font-size: 26px; font-weight: 800; color: #c0392b; text-transform: uppercase; }

.stats-band { padding: 42px 0; background: var(--ink); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.stat-item { display: flex; flex-direction: column; gap: 6px; text-align: center; }
.stat-number { font-family: var(--display); font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--brand); letter-spacing: -.02em; }
.stat-label { color: #8492aa; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 800px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 26px 14px; } }

.process-band { position: relative; overflow: hidden; color: white; background: var(--ink); }.process-band::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url('../images/New%20Images/graduation-cap-with-globe-digital-art-style-education-day.jpg') center/cover no-repeat; opacity: .3; pointer-events: none; }.process-band > * { position: relative; z-index: 1; }.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }.process-grid > div:first-child { text-align: center; }.process-grid > div:first-child .eyebrow { justify-content: center; }.eyebrow-light { color: rgba(255,255,255,.7); }.process-intro { max-width: 260px; margin: 28px auto 0; color: rgba(255,255,255,.75); font-size: 14px; }.steps { padding-top: 4px; }.step { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.22); }.step > span { color: var(--brand); font-family: var(--mono); font-size: 11px; }.step h3 { margin: -4px 0 6px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.step h3 em { color: var(--brand); font-style: normal; }.step p { max-width: 330px; margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }
.destinations { padding-top: 24px; }
.destination-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }.destination-heading > p { max-width: 250px; margin: 0 35px 4px 0; color: var(--slate); font-size: 13px; }.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: var(--ink); }.destination-card { position: relative; min-height: 240px; color: white; overflow: hidden; transition: transform .25s ease; }.destination-card:hover { transform: translateY(-5px); }.destination-card-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }.destination-card-scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(15,22,42,.92) 0%, rgba(15,22,42,.72) 22%, rgba(15,22,42,.28) 45%, rgba(15,22,42,0) 65%); }.destination-card-content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: flex-start; height: 100%; padding: 23px; }
.destination-card-content > div { margin-top: auto; }.destination-code { display: flex; align-items: center; gap: 7px; align-self: flex-end; padding: 6px 10px; background: rgba(15,22,42,.55); border: 1px solid rgba(255,255,255,.6); font-family: var(--mono); font-size: 11px; }.destination-flag { width: 18px; height: 18px; border-radius: 4px; object-fit: cover; }.destination-card h3 { margin: 0; font-family: var(--serif); font-size: 33px; letter-spacing: -.05em; }.destination-card p { margin: 6px 0 0; color: rgba(255,255,255,.78); font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.destination-arrow { align-self: flex-end; margin-top: -25px; color: var(--brand); font-size: 24px; }
.section-breaker { padding: 44px 0; background: var(--ink); text-align: center; }
.section-breaker p { margin: 0; color: white; font-family: var(--display); font-size: clamp(19px, 2.4vw, 28px); font-weight: 700; letter-spacing: -.02em; }
.section-breaker strong { color: var(--brand); }
@media (max-width: 800px) { .section-breaker { padding: 32px 24px; } }

.team-section { padding-bottom: 10px; background: var(--panel); }
.team-layout { display: grid; grid-template-columns: 0.85fr 1fr; gap: 70px; align-items: center; }
.team-photo-stack { position: relative; }
.team-photo-main { display: block; width: 100%; aspect-ratio: 700 / 900; object-fit: cover; box-shadow: 18px 20px 0 var(--line); }
.team-name { margin: 26px 0 2px; font-family: var(--serif); font-size: clamp(22px, 2.6vw, 28px); font-weight: 600; letter-spacing: -.02em; }
.team-role { margin: 0 0 16px; color: var(--brand); font-family: var(--mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.team-bio { max-width: 480px; margin: 0 0 18px; color: var(--slate); font-size: 14.5px; line-height: 1.75; }
.team-credentials { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.team-credentials span { position: relative; padding-left: 16px; color: var(--ink); font-size: 13px; }
.team-credentials span::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: var(--accent-blue); }
.team-award { display: inline-block; padding: 10px 16px; background: var(--panel); border: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 700; }
.team-carousel { position: relative; margin-top: 46px; }
.team-carousel-viewport { width: 100%; aspect-ratio: 1200 / 300; overflow: hidden; border: 1px solid var(--line); }
.team-carousel-track { display: flex; height: 100%; transition: transform .6s cubic-bezier(.65,0,.35,1); }
.team-carousel-track img { display: block; height: 100%; object-fit: cover; flex: none; }
.team-carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 14px; cursor: pointer; display: grid; place-items: center; transition: background .2s ease, border-color .2s ease; }
.team-carousel-arrow:hover { background: white; border-color: var(--brand); color: var(--brand); }
.team-carousel-prev { left: 14px; }
.team-carousel-next { right: 14px; }
.team-carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 16px; }
.team-carousel-dots button { width: 8px; height: 8px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.team-carousel-dots button.is-active { background: var(--brand); border-color: var(--brand); transform: scale(1.2); }
@media (max-width: 800px) {
  .team-layout { grid-template-columns: 1fr; gap: 44px; }
  .team-carousel { margin-top: 30px; }
  .team-carousel-viewport { aspect-ratio: 700 / 300; }
}

.story-section { padding-bottom: 60px; background: var(--panel); }
.testimonials-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 56px; }
.google-rating-badge { display: flex; align-items: center; gap: 14px; padding: 14px 22px; background: var(--panel); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 26px rgba(15,22,42,.08); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.google-rating-badge:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15,22,42,.14); }
.google-g-icon { width: 32px; height: 32px; flex-shrink: 0; }
.google-rating-text { display: flex; flex-direction: column; gap: 2px; }
.google-rating-score { font-family: var(--display); font-size: 18px; font-weight: 700; color: var(--ink); }
.google-rating-stars { margin-left: 4px; color: #f5b400; font-size: 14px; letter-spacing: 1px; }
.google-rating-label { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.testimonial-card { position: relative; overflow: hidden; padding: 26px 24px 24px; background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--accent-blue); border-radius: 4px; box-shadow: 0 8px 20px rgba(15,22,42,.05); transition: transform .25s ease, box-shadow .25s ease, border-top-color .25s ease; }
.testimonial-card:nth-child(3n+2) { border-top-color: var(--brand); }
.testimonial-card:nth-child(3n) { border-top-color: var(--band); }
.testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 20px 36px rgba(15,22,42,.14); }
.testimonial-quote-mark { position: absolute; top: -18px; right: 12px; font-family: Georgia, serif; font-size: 96px; line-height: 1; color: var(--line); z-index: 0; }
.testimonial-stars { position: relative; z-index: 1; margin-bottom: 10px; color: #f5b400; font-size: 12px; letter-spacing: 2px; }
.testimonial-card p { position: relative; z-index: 1; margin: 0 0 16px; color: var(--ink); font-size: 13.5px; line-height: 1.65; }
.testimonial-person { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 2px; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.testimonial-person span { color: var(--slate); }
@media (max-width: 800px) { .testimonials-grid { grid-template-columns: 1fr; margin-top: 24px; } .testimonials-heading { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 40px; } }.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }.story-photo { aspect-ratio: 640 / 760; overflow: hidden; box-shadow: 18px 20px 0 var(--line); }.story-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }.story-copy { position: relative; }.story-copy blockquote { max-width: 500px; margin: 33px 0; font-family: var(--serif); font-size: clamp(29px, 4vw, 46px); line-height: 1.11; letter-spacing: -.05em; }.story-person { display: flex; flex-direction: column; gap: 3px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.story-person span { color: var(--slate); }.story-mark { position: absolute; right: 4px; bottom: -30px; color: var(--accent-blue); font-family: Georgia, serif; font-size: 140px; line-height: 1; }
.band-table { width: 100%; max-width: 640px; border-collapse: collapse; }.band-table th, .band-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 13.5px; }.band-table th { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--slate); font-weight: 700; }.band-table td:first-child { width: 90px; font-family: var(--serif); font-size: 16px; font-weight: 600; color: var(--ink); }

.uni-search-form { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr auto; gap: 10px; align-items: end; margin: 30px 0 24px; }
.uni-search-form input, .uni-search-form select { height: 46px; padding: 0 14px; border: 1px solid var(--line); background: var(--panel); color: var(--ink); font: 14px var(--sans); }
.uni-search-form input:focus, .uni-search-form select:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }
.uni-search-form .button { height: 46px; }
.uni-results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.uni-search-meta { margin: 0; color: var(--slate); font-family: var(--mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.uni-results-status { padding: 56px 24px; color: var(--ink); font-family: var(--sans); font-size: 18px; font-weight: 700; text-align: center; background: var(--bg); border: 1.5px dashed var(--line); }.uni-results-status strong { color: var(--brand); }
.uni-results-list { display: flex; flex-direction: column; gap: 10px; }
.uni-result-card { border: 1px solid var(--line); background: var(--panel); }
.uni-result-card[open] { border-color: var(--brand); }
.uni-result-toggle { display: flex; flex-direction: column; gap: 10px; padding: 16px 18px; cursor: pointer; list-style: none; }
.uni-result-toggle-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
.uni-select-checkbox { flex-shrink: 0; width: 17px; height: 17px; margin: 0; cursor: pointer; accent-color: var(--brand); }
.uni-result-toggle::-webkit-details-marker { display: none; }
.uni-result-card-flat .uni-result-toggle { cursor: default; }
.uni-result-program { flex: 1 1 320px; min-width: 0; color: var(--brand); font-weight: 700; font-size: 14.5px; line-height: 1.4; overflow-wrap: break-word; }
.uni-gate-wrap { position: relative; margin-top: 14px; min-height: 260px; }
.uni-gate-teaser { display: flex; flex-direction: column; gap: 14px; filter: blur(5px); opacity: .55; pointer-events: none; user-select: none; }
.uni-gate-overlay { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 24px; background: rgba(255,255,255,.7); }
.uni-gate-overlay h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(19px, 2.4vw, 23px); font-weight: 600; letter-spacing: -.03em; color: var(--ink); }
.uni-gate-overlay p { margin: 0 0 18px; max-width: 400px; color: var(--slate); font-size: 13.5px; line-height: 1.6; }
.uni-gate-error { margin-bottom: 12px; padding: 10px 14px; background: rgba(255,0,107,.08); border: 1px solid var(--brand); color: var(--ink); font-size: 12.5px; line-height: 1.5; max-width: 340px; }
.uni-gate-form { display: flex; flex-direction: column; gap: 9px; width: 100%; max-width: 340px; background: #fff; padding: 24px; border: 1px solid var(--line); box-shadow: 0 20px 44px rgba(15,22,42,.14); }
.uni-gate-form input, .uni-gate-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--panel); font: 14px var(--sans); }
.uni-gate-form input:focus, .uni-gate-form select:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }
.uni-gate-phone-row { display: grid; grid-template-columns: 130px 1fr; gap: 9px; }
.uni-gate-form .button { margin-top: 6px; }
.uni-gate-sentto { margin: 0; font-size: 13px; color: var(--slate); }
.uni-gate-linklike { align-self: flex-start; margin: 2px 0 0; border: 0; background: none; padding: 0; color: var(--accent-blue); font-family: var(--sans); font-size: 12.5px; font-weight: 700; cursor: pointer; }
.uni-gate-linklike:hover { text-decoration: underline; }
.uni-gate-linklike:disabled { color: var(--slate); cursor: default; text-decoration: none; }
@media (max-width: 640px) { .uni-gate-overlay { padding: 20px 14px; } .uni-gate-form { padding: 18px; } }
.uni-result-inst { flex: 0 1 auto; color: var(--slate); font-size: 13px; }
.uni-result-caret { flex-shrink: 0; margin-left: auto; color: var(--brand); font-size: 16px; transition: transform .15s ease; }
.uni-result-card[open] .uni-result-caret { transform: rotate(180deg); }

/* At-a-glance stats (tuition/IELTS/duration/level/PGWP) — always visible,
   pulled out of the detail grid below and given more size/color weight
   since these are what a candidate scans for first. */
.uni-key-stats { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; }
.uni-key-stat { display: flex; flex-direction: column; gap: 1px; }
.uni-key-stat small { color: var(--slate); font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.uni-key-stat strong { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.uni-key-stat-tuition strong { color: var(--ink); }
.uni-key-stat-min_ielts_average strong { color: var(--accent-blue); }
.uni-key-stat-duration strong { font-size: 15px; color: var(--ink); }
.uni-key-stat-pill { flex-direction: row; }
.uni-pill { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; }
.uni-pill-level { background: #ecf1f8; color: var(--accent-blue); }
.uni-pill-yes { background: rgba(22,163,74,.12); color: #15803d; }
.uni-pill-no { background: var(--bg); color: var(--slate); }

.uni-detail-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; margin: 0; padding: 4px 18px 18px; border-top: 1px solid var(--line); }
.uni-result-card[open] .uni-detail-grid { display: grid; }
.uni-detail-grid > div { padding-top: 14px; min-width: 0; }
.uni-detail-grid dt { margin: 0 0 4px; color: var(--slate); font-family: var(--mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; }
.uni-detail-grid dd { margin: 0; color: var(--ink); font-size: 13.5px; line-height: 1.4; overflow-wrap: break-word; }
.uni-banner-image { display: block; max-width: 100%; max-height: 140px; border-radius: 4px; object-fit: cover; }
.uni-search-pagination { display: flex; align-items: center; gap: 14px; margin-top: 20px; font-size: 13px; color: var(--slate); }
@media (max-width: 800px) { .uni-search-form { grid-template-columns: 1fr 1fr; } .uni-result-inst { flex-basis: 100%; } .uni-key-stats { gap: 14px 22px; } .uni-key-stat strong { font-size: 16px; } }
.faq-list { max-width: 760px; margin-top: 6px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: -.01em; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; flex-shrink: 0; color: var(--brand); font-family: var(--sans); font-size: 20px; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p { max-width: 620px; margin: 0 0 22px; color: var(--slate); font-size: 14px; line-height: 1.7; }

.start-section { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }.start-copy > p:last-child { max-width: 300px; margin-top: 27px; color: var(--slate); font-size: 14px; line-height: 1.7; }.start-direct { display: flex; flex-direction: column; gap: 8px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }.start-direct-label { margin: 0 0 2px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.start-direct span:not(.start-direct-locations) { color: var(--ink); font-weight: 700; font-size: 15px; }.start-direct-locations { color: var(--slate); font-size: 13px; }.callback-form { display: flex; flex-direction: column; gap: 9px; }.callback-form label { margin-top: 7px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.callback-form input, .callback-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--panel); font: 14px var(--sans); }.callback-form input:focus, .callback-form select:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }.callback-form .button { align-self: flex-start; margin-top: 17px; }
.callback-form label.form-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 13px; color: var(--slate); font-family: var(--sans); font-size: 12.5px; font-weight: 400; text-transform: none; letter-spacing: normal; line-height: 1.5; cursor: pointer; }
.form-consent input { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; cursor: pointer; accent-color: var(--brand); }
.form-consent a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-consent a:hover { color: var(--brand); }.form-note { margin: 4px 0 0; color: var(--slate); font-size: 10px; }.form-success { margin: 10px 0 0; color: var(--band); font-weight: 700; }.form-error { margin: 10px 0 0; color: #b31f4a; font-weight: 700; font-size: 13px; }
.candidate-form { display: flex; flex-direction: column; gap: 9px; }.candidate-form label { margin-top: 7px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; line-height: 1.5; }
.candidate-form-section { margin: 28px 0 2px; padding-top: 22px; border-top: 1px solid var(--line); }
.candidate-form-section:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.candidate-form-section summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.candidate-form-section summary::-webkit-details-marker { display: none; }
.candidate-form-section summary::after { content: '⌄'; flex-shrink: 0; font-family: var(--sans); font-size: 18px; color: var(--slate); transition: transform .2s ease; }
.candidate-form-section[open] summary::after { transform: rotate(180deg); }
.candidate-form-section summary:hover { color: var(--brand); }.candidate-form input, .candidate-form select { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--panel); font: 14px var(--sans); }.candidate-form input[type="file"] { height: auto; padding: 10px 14px; font-size: 13px; }.candidate-form input[type="checkbox"], .candidate-form input[type="radio"] { width: 16px; height: 16px; padding: 0; }.candidate-form input:focus, .candidate-form select:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }.candidate-form .button { align-self: flex-start; margin-top: 17px; }
.candidate-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.candidate-form-row-3 { grid-template-columns: repeat(3, 1fr); }.candidate-form-row-5 { grid-template-columns: repeat(5, 1fr); }
.candidate-form-hint { margin: 2px 0 4px; color: var(--slate); font-size: 12.5px; line-height: 1.5; }
.candidate-form-radio-row { display: flex; gap: 20px; margin-top: 8px; }.candidate-form-radio-row label { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--ink); font-family: var(--sans); font-size: 13.5px; font-weight: 400; text-transform: none; letter-spacing: normal; cursor: pointer; }.candidate-form-radio-row input { width: auto; height: auto; accent-color: var(--brand); }
.candidate-form-checkbox-list { display: flex; flex-direction: column; gap: 8px; margin-top: 6px; }.candidate-form-checkbox-list label { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--ink); font-family: var(--sans); font-size: 13.5px; font-weight: 400; text-transform: none; letter-spacing: normal; cursor: pointer; }.candidate-form-checkbox-list input { width: auto; height: auto; accent-color: var(--brand); }
.candidate-form-required-note { margin: 4px 0 0; color: var(--slate); font-size: 11px; }
.candidate-form input.candidate-form-input-error, .candidate-form select.candidate-form-input-error { border-color: #b31f4a; background: rgba(179,31,74,.05); }
.candidate-form input.candidate-form-input-error:focus, .candidate-form select.candidate-form-input-error:focus { outline-color: rgba(179,31,74,.35); }
.candidate-form-radio-row.candidate-form-input-error, .candidate-form-checkbox-list.candidate-form-input-error { padding: 10px; margin-left: -10px; margin-right: -10px; border: 1px solid #b31f4a; background: rgba(179,31,74,.05); }
.form-consent.candidate-form-input-error { padding: 8px 10px; margin: 13px -10px 0; border: 1px solid #b31f4a; background: rgba(179,31,74,.05); }
.candidate-form-checkbox-inline { display: flex; align-items: center; gap: 8px; margin: 2px 0 0; color: var(--ink); font-family: var(--sans); font-size: 13px; font-weight: 400; text-transform: none; letter-spacing: normal; cursor: pointer; }
.candidate-form-checkbox-inline input { width: auto; height: auto; accent-color: var(--brand); }
@media (max-width: 640px) { .candidate-form-row, .candidate-form-row-3, .candidate-form-row-5 { grid-template-columns: 1fr; } }
.callback-phone-row { display: grid; grid-template-columns: 130px 1fr; gap: 9px; }.callback-otp-sentto { margin: 0; font-size: 13px; color: var(--slate); }.callback-linklike { align-self: flex-start; margin: 2px 0 4px; border: 0; background: none; padding: 0; color: var(--accent-blue); font-family: var(--sans); font-size: 12.5px; font-weight: 700; cursor: pointer; }.callback-linklike:hover { text-decoration: underline; }.callback-linklike:disabled { color: var(--slate); cursor: default; text-decoration: none; }
.site-footer { padding: 52px 0 22px; color: #b5bfd0; background: var(--ink); }.wordmark-light { color: white; }.footer-logo { display: block; height: 64px; width: auto; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; }.footer-brand > p { margin: 0; color: #8492aa; font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; }
.footer-contact-label { margin: 0 0 2px; color: #718099; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-address { color: #8492aa; font-size: 11.5px; line-height: 1.5; max-width: 220px; }
.start-direct-address { display: block; margin-top: 4px; color: var(--slate); font-size: 12.5px; font-weight: 400; line-height: 1.5; max-width: 320px; }
.start-map { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; }
.start-map iframe { display: block; }
.footer-contact span:not(.footer-locations) { color: #b5bfd0; }
.footer-locations { color: #8492aa; }.footer-links-group { display: flex; gap: 40px; justify-self: end; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; color: #b5bfd0; font-size: 12px; }.footer-admin-links { display: flex; flex-direction: column; gap: 10px; color: #b5bfd0; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 72px; padding-top: 15px; border-top: 1px solid #384560; color: #718099; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }.footer-legal { display: flex; gap: 30px; }.footer-admin-link { color: #718099; transition: color .2s ease; }.footer-admin-link:hover { color: var(--brand); }
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .8s ease forwards; }.reveal-delay { animation-delay: .16s; } @keyframes reveal { to { opacity: 1; transform: none; } }
@media (max-width: 800px) { .shell { width: min(100% - 38px, 560px); }.announcement { flex-wrap: wrap; justify-content: flex-start; align-content: center; height: auto; min-height: 40px; padding: 9px 19px; font-size: 10px; gap: 6px 8px; }.announcement a { margin-left: auto; }.desktop-nav, .nav-actions { display: none; }.nav-wrap { height: 104px; }.site-logo { height: 92px; }.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px 0 10px 10px; border: 0; background: none; cursor: pointer; }.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .2s; }.mobile-nav { display: none; padding: 4px 19px 20px; background: var(--bg); }.mobile-nav.is-open { display: grid; gap: 15px; }.mobile-nav a { font-size: 15px; }.mobile-nav a.mobile-nav-phone { color: var(--brand); font-weight: 700; font-size: 17px; }.mobile-nav-label { display: block; margin-top: 4px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.mobile-nav .button { margin-top: 6px; width: max-content; }.hero-slides { height: 560px; }.hero-overlay h1 { font-size: clamp(34px, 10vw, 48px); }.hero-overlay .hero-lede { font-size: 15px; }.hero-controls { bottom: 16px; }.hero-arrow { width: 32px; height: 32px; }.ticker-track { gap: 22px; }.section { padding-top: 40px; padding-bottom: 40px; }.intro, .process-grid, .story-layout, .start-section, .offers-layout { grid-template-columns: 1fr; gap: 42px; }.intro-content { padding-top: 0; }.offerings, .destination-grid, .services-grid { grid-template-columns: 1fr; }.offering-card { min-height: 315px; }.services-grid { padding-top: 30px; gap: 10px; }.svc-badge { align-self: flex-start; }.quiz-layout { grid-template-columns: 1fr; gap: 28px; }.quiz-photo { aspect-ratio: 16 / 10; }.quiz-card { margin-top: 30px; padding: 26px 20px; }.quiz-options { grid-template-columns: 1fr; }.quiz-nav { flex-wrap: wrap; gap: 12px; }.quiz-hint { order: 3; width: 100%; }.career-card-top { flex-direction: column; }.career-meter { width: 100%; text-align: left; }.career-meter .bar { width: 100%; }.quiz-progress-labels { flex-wrap: wrap; justify-content: flex-start; gap: 4px 12px; }.process-intro { margin-top: 22px; }.destination-heading { display: block; }.destination-heading > p { margin: 25px 0 0; }.destination-card { min-height: 230px; }.story-layout { gap: 45px; }.story-photo { max-width: 420px; margin: 0 auto; box-shadow: 10px 12px 0 var(--line); }.story-copy blockquote { font-size: 37px; }.start-section { gap: 30px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }.footer-brand > p { display: none; }.footer-contact { grid-column: span 2; }.footer-links-group { grid-column: span 2; justify-self: start; flex-wrap: wrap; gap: 24px 40px; }.footer-bottom { display: block; margin-top: 55px; line-height: 2; }.footer-bottom span { display: block; }.footer-legal { display: block; }.footer-admin-link { display: block; margin-top: 6px; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; animation: none; }.ticker-track, .uni-strip-track { animation: none; }.quiz-level-node.is-active .quiz-level-icon, .quiz-start-btn-pulse, .quiz-nav .quiz-continue:not(:disabled) { animation: none; } }

body.ann-lock-scroll { overflow: hidden; }
.ann-overlay { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15,22,42,.6); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.ann-overlay.is-open { opacity: 1; pointer-events: auto; }
.ann-card { position: relative; width: 100%; max-width: 440px; max-height: calc(100vh - 48px); overflow-y: auto; background: var(--panel); box-shadow: 0 30px 70px rgba(15,22,42,.4); transform: translateY(14px) scale(.98); transition: transform .25s ease; }
.ann-overlay.is-open .ann-card { transform: translateY(0) scale(1); }
.ann-close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.ann-close:hover { background: white; color: var(--brand); }
.ann-image-wrap { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg); }
.ann-image-wrap.is-linked { cursor: pointer; }
.ann-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ann-image-wrap.is-linked:hover .ann-image { transform: scale(1.04); }
.ann-body { padding: 30px 28px 26px; }
.ann-eyebrow { margin: 0 0 10px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ann-title { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(21px, 3vw, 26px); font-weight: 600; letter-spacing: -.02em; line-height: 1.2; }
.ann-title.is-linked { cursor: pointer; }
.ann-title.is-linked:hover { color: var(--brand); }
.ann-text { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.ann-view-link { display: inline-block; margin-top: 14px; color: var(--brand); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.ann-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.ann-dots { display: flex; gap: 8px; }
.ann-dot { width: 7px; height: 7px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.ann-dot.is-active { background: var(--brand); border-color: var(--brand); transform: scale(1.2); }
.ann-next { margin-left: auto; }
@media (max-width: 480px) {
  .ann-body { padding: 24px 20px 22px; }
}
@media (prefers-reduced-motion: reduce) { .ann-overlay, .ann-card { transition: none; } }

.uniinfo-trigger { display: inline-block; margin-top: 4px; border: 0; background: none; padding: 0; padding-bottom: 5px; color: var(--ink); font-family: var(--sans); cursor: pointer; }
.uniinfo-trigger:hover { color: var(--brand); }
body.uniinfo-lock-scroll { overflow: hidden; }
.uniinfo-overlay { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(15,22,42,.6); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.uniinfo-overlay.is-open { opacity: 1; pointer-events: auto; }
.uniinfo-card { position: relative; width: 100%; max-width: 900px; max-height: calc(100vh - 48px); overflow-y: auto; background: var(--panel); box-shadow: 0 30px 70px rgba(15,22,42,.4); transform: translateY(14px) scale(.98); transition: transform .25s ease; padding: 44px 40px 40px; }
.uniinfo-overlay.is-open .uniinfo-card { transform: translateY(0) scale(1); }
.uniinfo-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--bg); color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.uniinfo-close:hover { background: var(--line); color: var(--brand); }
.uniinfo-eyebrow { margin: 0 0 10px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; text-align: center; }
.uniinfo-title { margin: 0 0 12px; font-family: var(--display); font-size: clamp(24px, 3.4vw, 34px); font-weight: 700; letter-spacing: -.025em; line-height: 1.1; text-align: center; }
.uniinfo-subtitle { max-width: 520px; margin: 0 auto 40px; color: var(--slate); font-size: 14.5px; line-height: 1.6; text-align: center; }
.uniinfo-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; align-items: start; }
.uniinfo-step { position: relative; padding: 0 10px; text-align: center; }
.uniinfo-step-num { position: relative; display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 18px; border-radius: 50%; background: var(--brand); color: white; font-family: var(--mono); font-size: 14px; font-weight: 700; }
.uniinfo-connector { position: absolute; top: 20px; left: calc(50% + 30px); width: calc(100% - 60px); height: 1px; background: var(--line); }
.uniinfo-step:last-child .uniinfo-connector { display: none; }
.uniinfo-step h3 { margin: 0 0 6px; font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: -.01em; line-height: 1.35; }
.uniinfo-step p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.55; }
@media (max-width: 800px) {
  .uniinfo-card { padding: 36px 22px 30px; }
  .uniinfo-steps { grid-template-columns: 1fr; gap: 26px; text-align: left; }
  .uniinfo-step { display: grid; grid-template-columns: 40px 1fr; column-gap: 16px; padding: 0; text-align: left; }
  .uniinfo-step-num { margin: 0; }
  .uniinfo-step h3, .uniinfo-step p { grid-column: 2; }
  .uniinfo-connector { display: none; }
}
@media (prefers-reduced-motion: reduce) { .uniinfo-overlay, .uniinfo-card { transition: none; } }

/* Docked to the right edge, vertically centered. The tab is absolutely
   positioned at the panel's own top-right corner (not stacked below it in
   normal flow) so it always renders in exactly the panel's location —
   collapsing doesn't shrink the panel's height (only its width, for the
   wipe effect), so anchoring the tab to a fixed point on the panel rather
   than letting flex-centering math react to visible content keeps the tab
   from drifting to a different spot when it appears.
   top: max(50%, 320px) — plain 50% centers fine on a tall viewport, but on
   a short one (a laptop with a lot of browser chrome) the true vertical
   center can land inside the site header/ticker, which sits right at the
   top of the page. 320px floors it comfortably below that (ticker ~45px +
   header ~130px + margin) regardless of viewport height, while still
   centering normally once there's room to. */
.qlinks-strip { position: fixed; top: max(50%, 450px); right: 0; z-index: 60; transform: translateY(-50%) translateX(100%); transition: transform .46s ease; }
.qlinks-strip.is-open { transform: translateY(-50%) translateX(0); }
/* Transparent (50%) is the resting look, once fully open — but solid while
   the width animation is actually moving, so the shrinking/growing box
   doesn't read as a flickery see-through shape mid-motion. Achieved with
   asymmetric background-color timing: collapsing switches to solid with no
   delay (opaque before the shrink is even noticeable), expanding waits
   until the width transition (.42s) has finished before fading to
   transparent — see the .is-collapsed override below for the collapse half. */
.qlinks-inner { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 12px; width: 182px; padding: 30px 10px 22px; background-color: rgba(22,33,62,.5); color: white; box-shadow: -12px 0 30px rgba(15,22,42,.18); border-radius: 10px 0 0 10px; overflow: hidden; opacity: 1; transition: width .42s ease, padding-left .42s ease, padding-right .42s ease, opacity .29s ease, background-color .25s ease .42s; }
.qlinks-close { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; display: grid; place-items: center; border: 0; background: none; color: white; font-size: 16px; line-height: 1; cursor: pointer; opacity: .75; transition: opacity .2s ease; }
.qlinks-close:hover { opacity: 1; }
.qlinks-label { font-family: var(--sans); font-size: 13px; font-weight: 700; text-align: center; }
.qlinks-buttons { display: flex; flex-direction: column; gap: 8px; }
.qlinks-btn { padding: 10px 14px; border: 1px solid var(--brand); border-radius: 10px; background: var(--brand); color: white; font-family: var(--sans); font-size: 14.5px; font-weight: 700; line-height: 1.3; text-align: center; transition: background .2s ease, border-color .2s ease; }
.qlinks-btn:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.qlinks-strip.is-collapsed .qlinks-inner { width: 0; padding-left: 0; padding-right: 0; opacity: 0; pointer-events: none; background-color: var(--ink); transition: width .42s ease, padding-left .42s ease, padding-right .42s ease, opacity .29s ease, background-color .15s ease; }
/* Only shown once collapsed — while the panel is open, the X inside it is
   the way to close, so there's no need for a second control also on screen.
   Absolutely positioned at the panel's top-right corner — see the note on
   .qlinks-strip above for why. */
.qlinks-tab {
  position: absolute; top: 0; right: 0;
  display: none; align-items: center; gap: 6px; padding: 6px 10px;
  border: 0; border-radius: 8px 0 0 8px; background: rgba(255,0,107,.6); color: white;
  font-family: var(--sans); font-size: 12.5px; font-weight: 700; white-space: nowrap; cursor: pointer;
  box-shadow: -8px 0 20px rgba(15,22,42,.18); transition: background .2s ease;
}
.qlinks-tab:hover { background: var(--brand-dark); }
.qlinks-strip.is-collapsed .qlinks-tab { display: flex; }
@media (max-width: 800px) {
  .qlinks-inner { width: 49vw; max-width: 196px; }
}
@media (prefers-reduced-motion: reduce) { .qlinks-strip, .qlinks-inner { transition: none; } }

.blog-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-post-card { display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); color: inherit; transition: transform .2s ease; }
.blog-post-card:hover { transform: translateY(-4px); }
.blog-post-card-img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--bg); }
.blog-post-card-img-placeholder { background: linear-gradient(135deg, var(--ink), var(--accent-blue)); }
.blog-post-card-body { padding: 22px; }
.blog-post-card-date { margin: 0 0 8px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.blog-post-card-group { color: var(--brand); font-weight: 700; }
.blog-post-card-body h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 19px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; }
.blog-post-card-body p { margin: 0 0 14px; color: var(--slate); font-size: 13.5px; line-height: 1.6; }
@media (max-width: 800px) { .blog-posts-grid { grid-template-columns: 1fr; } }
.blog-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding-top: 0; padding-bottom: 28px; }
.blog-search-input { flex: 1; min-width: 220px; max-width: 340px; height: 44px; padding: 0 16px; border: 1px solid var(--line); background: var(--panel); color: var(--ink); font-family: var(--sans); font-size: 14px; }
.blog-search-input:focus { outline: 2px solid rgba(255,0,107,.3); border-color: var(--brand); }
.blog-group-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-group-pill { height: 36px; padding: 0 16px; border: 1px solid var(--line); background: var(--bg); color: var(--slate); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.blog-group-pill:hover { border-color: var(--brand); color: var(--brand); }
.blog-group-pill.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.blog-no-results { padding-top: 0; color: var(--slate); font-size: 14px; }
.post-back-link { display: inline-block; margin-bottom: 24px; }
.post-subheading { max-width: 640px; margin: 18px 0 0; color: var(--slate); font-family: var(--serif); font-size: clamp(17px, 2vw, 20px); line-height: 1.5; }
.post-hero-image { margin-top: 40px; aspect-ratio: 16 / 8; overflow: hidden; }
.post-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.post-body { max-width: 720px; color: var(--ink); font-size: 16px; line-height: 1.85; }
.post-body p { margin: 0 0 22px; }
.post-body p:last-child { margin-bottom: 0; }
.post-references { max-width: 720px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.post-references h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.post-references-list { margin: 0; padding-left: 20px; color: var(--slate); font-size: 13.5px; line-height: 1.8; }
.post-references-list li { margin-bottom: 6px; }
.post-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; max-width: 720px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }

/* Cookie consent banner — bottom-docked bar, translateY-based slide-in so it
   never affects layout/scroll height while hidden. Stays fixed above the
   quick-links strip's z-index (60) so the two never fight for stacking. */
.cookie-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--panel); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(15,22,42,.12); padding: 20px 28px; transform: translateY(110%); transition: transform .4s ease; }
.cookie-consent.is-visible { transform: translateY(0); }
.cookie-consent-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1180px; margin: 0 auto; }
.cookie-consent-text { flex: 1; min-width: 220px; font-size: 13.5px; line-height: 1.6; color: var(--ink); }
.cookie-consent-text strong { font-weight: 700; }
.cookie-consent-text a { color: var(--brand); text-decoration: underline; }
.cookie-consent-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-consent-btn { border-radius: 999px; padding: 11px 26px; font-size: 13.5px; font-weight: 600; font-family: var(--sans); cursor: pointer; border: 1px solid var(--ink); background: var(--panel); color: var(--ink); text-align: center; white-space: nowrap; transition: opacity .2s ease; }
.cookie-consent-btn:hover { opacity: .8; }
.cookie-consent-btn.is-primary { background: var(--ink); color: #fff; }
.cookie-consent-manage { display: inline-flex; align-items: center; gap: 4px; }
.cookie-consent-manage-arrow { font-size: 15px; }
.cookie-consent-panel { max-width: 1180px; margin: 18px auto 0; padding-top: 18px; border-top: 1px solid var(--line); }
.cookie-consent-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 0; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.cookie-consent-row span { display: flex; flex-direction: column; gap: 3px; }
.cookie-consent-row em { font-style: normal; font-weight: 400; font-size: 12px; color: var(--slate); }
.cookie-consent-panel-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 12px; }
@media (max-width: 720px) {
  .cookie-consent { padding: 18px 16px; }
  .cookie-consent-main { flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-consent-actions { flex-direction: column; }
  .cookie-consent-btn { width: 100%; }
  .cookie-consent-row { flex-direction: row; align-items: flex-start; }
}
@media (max-width: 800px) { .post-hero-image { aspect-ratio: 4 / 3; } }
