:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #f5f5f7;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --type-display: clamp(42px, calc(32px + 2.5vw), 64px);
  --type-heading: clamp(32px, calc(25px + 2vw), 50px);
  --type-card-heading: 22px;
  --ease-fluid: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.16, 1, .3, 1);
  --duration-fast: 240ms;
  --duration-base: 520ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video, iframe { display: block; max-width: 100%; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; }
p, blockquote, summary { overflow-wrap: anywhere; }
.button, .brand img, .method-item,
.message-card, .testimonial-shell, summary, summary span,
summary span::after { transition-timing-function: var(--ease-fluid); }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 8vw, 108px) 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: relative; z-index: 2; background: #fff; }
.nav-wrap { display: flex; align-items: center; justify-content: flex-start; padding-top: calc(22px + env(safe-area-inset-top)); padding-bottom: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.brand img { width: 142px; height: auto; object-fit: contain; transition: opacity var(--duration-fast), transform var(--duration-fast); }
.brand:hover img { opacity: .76; transform: scale(.985); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; color: #fff; background: var(--ink);
  border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 500;
  box-shadow: none; transition: transform var(--duration-fast) var(--ease-fluid), box-shadow var(--duration-fast) var(--ease-fluid), background var(--duration-fast), color var(--duration-fast), border-color var(--duration-fast);
}
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(17, 18, 20, .14); }

.hero { padding: clamp(64px, 6vw, 78px) 0 clamp(78px, 8vw, 104px); overflow: hidden; background: #fff; }
.hero-inner { text-align: center; }
.eyebrow { margin: 0 0 16px; color: #3a3a3c; font-size: 12px; font-weight: 400; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0 auto; font-size: var(--type-display); line-height: 1.04; letter-spacing: -.052em; font-weight: 600; }
.accent { color: inherit; font-weight: inherit; }
.hero-copy { max-width: 640px; margin: 24px auto 0; color: var(--muted); font-size: clamp(17px, 2vw, 19px); line-height: 1.5; }
.university-proof { width: min(1040px, 100%); margin: 58px auto 0; }
.university-proof > p { margin: 0 0 25px; color: var(--muted); font-size: clamp(15px, 1.8vw, 17px); font-weight: 400; line-height: 1.5; letter-spacing: -.01em; }
.university-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.university-track { display: flex; width: max-content; will-change: transform; animation: university-scroll 36s linear infinite; }
.university-logo-set { display: flex; flex: 0 0 auto; align-items: center; gap: 62px; padding-right: 62px; }
.university-logo { display: grid; place-items: center; flex: 0 0 158px; height: 54px; overflow: hidden; color: transparent; font-size: 0; }
.university-logo img {
  width: auto; height: 42px; max-width: 158px; object-fit: contain;
  filter: grayscale(1) saturate(0); opacity: .42; mix-blend-mode: multiply;
}
.university-logo-tall img { height: 52px; }
.university-marquee:hover .university-track { animation-play-state: paused; }
@keyframes university-scroll { to { transform: translateX(-50%); } }
.feature-video {
  position: relative; width: min(940px, 100%); margin: 44px auto 0; padding: 0; overflow: hidden;
  border: 1px solid #e1e1e3; border-radius: 24px; background: #000; box-shadow: var(--shadow);
}
.feature-video { transition: transform var(--duration-base) var(--ease-fluid), box-shadow var(--duration-base) var(--ease-fluid), border-color var(--duration-fast); }
.vsl-prompt { width: 100%; margin: 0; padding: 21px 22px; color: #fff; background: #000; font-size: clamp(18px, 2vw, 22px); font-weight: 600; line-height: 1.2; letter-spacing: -.03em; text-align: center; }
.vsl-media { position: relative; background: #000; }
.feature-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #000; object-fit: cover; }
.vsl-sound-toggle { position: absolute; z-index: 3; top: 16px; right: 16px; display: inline-flex; min-height: 44px; padding: 0 15px; align-items: center; gap: 8px; color: #fff; background: rgba(20,20,22,.88); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.22); backdrop-filter: blur(12px); cursor: pointer; font-size: 12px; font-weight: 600; transition: transform var(--duration-fast) var(--ease-spring), background var(--duration-fast), opacity var(--duration-fast); }
.vsl-sound-toggle[hidden] { display: none; }
.vsl-sound-toggle svg { width: 20px; height: 20px; fill: currentColor; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.vsl-sound-toggle svg path:nth-child(n+2) { fill: none; }
.vsl-sound-toggle:hover { transform: translateY(-2px); background: #000; }
.feature-video:hover { border-color: #d6d6da; box-shadow: 0 24px 64px rgba(0,0,0,.1); }
.play-button, .media-play {
  position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; display: grid; place-items: center;
  width: 72px; height: 72px; border-radius: 50%; color: #111; background: rgba(255,255,255,.94); box-shadow: 0 12px 32px rgba(0,0,0,.2);
}
.play-button svg, .media-play svg { width: 30px; fill: currentColor; }

.results { background: var(--soft); overflow: hidden; }
.section-heading { max-width: 750px; margin: 0 auto 55px; text-align: center; }
.section-heading h2, .written-proof-heading h3, .faq-intro h2, .booking h2 { margin: 0; font-size: var(--type-heading); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.section-heading > p:last-child, .faq-intro > p:last-child { max-width: 610px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.testimonial-shell { width: min(940px, 100%); margin-inline: auto; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.testimonial-slide { min-width: 0; display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #e3e3e6; border-radius: 22px; box-shadow: 0 14px 40px rgba(0,0,0,.055); overflow: hidden; }
.testimonial-media { position: relative; width: 100%; aspect-ratio: 16 / 9; padding: 0; border: 0; background: #25262a; overflow: hidden; cursor: pointer; }
.testimonial-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 850ms var(--ease-fluid), filter 500ms ease; }
.testimonial-media:hover img { transform: scale(1.035); filter: brightness(.92); }
.testimonial-media::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.05); opacity: 0; transition: opacity var(--duration-fast); }
.testimonial-media:hover::after { opacity: 1; }
.media-play { z-index: 2; width: 58px; height: 58px; transition: transform var(--duration-fast) var(--ease-spring), background var(--duration-fast), box-shadow var(--duration-fast); }
.testimonial-media .media-play { top: 18px; left: 18px; translate: 0 0; width: 48px; height: 48px; }
.testimonial-media:hover .media-play { transform: scale(1.08); }
.media-play svg { width: 24px; }
.duration { position: absolute; z-index: 2; right: 16px; bottom: 16px; padding: 6px 9px; color: #fff; background: rgba(0,0,0,.56); border-radius: 7px; font-size: 11px; }
.testimonial-info { display: flex; flex: 1; flex-direction: column; padding: 24px 30px 26px; border-top: 1px solid #ececef; }
.testimonial-slide, .testimonial-info, .message-card, .method-item, .footer-brand { min-width: 0; }
.result-chip { display: inline-flex; align-items: center; align-self: flex-start; min-height: 34px; padding: 7px 12px; color: #3a3a3c; background: #ececef; border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; }
.result-chip span { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: #6e6e73; border-radius: 50%; }
blockquote { max-width: 760px; margin: 16px 0 19px; font-size: 20px; font-weight: 500; line-height: 1.4; letter-spacing: -.025em; }
.student-row, .message-top { display: flex; align-items: center; gap: 12px; }
.testimonial-info blockquote { min-height: 112px; }
.testimonial-info .student-row { min-height: 42px; margin-top: auto; }
.student-row > div, .message-top > div { min-width: 0; }
.avatar { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); border-radius: 50%; font-size: 13px; font-weight: 700; }
.message-top .avatar { background: var(--ink); }
.student-row strong, .student-row small, .message-top strong, .message-top small { display: block; }
.student-row strong, .message-top strong { font-size: 13px; line-height: 1.25; }
.student-row small, .message-top small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.written-proof-heading { max-width: 750px; margin: 88px auto 38px; text-align: center; }
.message-proof { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 18px; max-width: 1120px; margin: 0 auto; align-items: stretch; }
.message-card { position: relative; display: flex; flex-direction: column; height: 100%; padding: 24px; overflow: hidden; background: #fff; border: 1px solid #e3e3e6; border-radius: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.035); cursor: default; }
.message-card { transition: transform var(--duration-base) var(--ease-fluid), box-shadow var(--duration-base) var(--ease-fluid), border-color var(--duration-fast); }
.message-card:hover { transform: translateY(-7px); border-color: #d1d1d6; box-shadow: 0 22px 52px rgba(0,0,0,.085); }
.verified { flex: 0 0 auto; margin-left: auto; padding: 6px 9px; color: #515154; background: #ececee; border-radius: 20px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.testimonial-stars { margin-top: 17px; color: #c89519; font-size: 16px; line-height: 1; letter-spacing: .12em; }
.chat-bubble { position: relative; flex: 1; margin: 14px 0 14px; padding: 17px 19px; color: var(--ink); background: #e9e9eb; border-radius: 18px 18px 18px 5px; font-size: 14px; line-height: 1.55; }
.message-card .chat-bubble, .message-card .message-top .avatar, .message-card .verified { transition: transform var(--duration-base) var(--ease-fluid), background var(--duration-fast), color var(--duration-fast), box-shadow var(--duration-base) var(--ease-fluid); }
.message-card:hover .chat-bubble { transform: translateY(-2px); background: #f0f0f2; box-shadow: 0 8px 22px rgba(0,0,0,.045); }
.message-card:hover .message-top .avatar { transform: scale(1.07); background: #000; box-shadow: 0 7px 18px rgba(0,0,0,.16); }
.message-card:hover .verified { transform: translateY(-1px); color: #1d1d1f; background: #dedee1; }
.message-meta { display: flex; justify-content: space-between; color: #86878b; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.section-heading-left { max-width: 750px; margin: 0 auto 56px; text-align: center; }
.method { background: #fff; }
.method-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-item { display: flex; flex-direction: column; min-height: 390px; padding: 28px; background: var(--soft); border: 1px solid #ebebed; border-radius: 24px; }
.method-item { transition: transform var(--duration-base) var(--ease-fluid), box-shadow var(--duration-base) var(--ease-fluid), background var(--duration-fast), border-color var(--duration-fast); }
.method-item:hover { transform: translateY(-6px); background: #fff; border-color: #dedee2; box-shadow: 0 20px 48px rgba(0,0,0,.07); }
.step-number { color: #8b8c90; font-size: 12px; font-weight: 600; }
.method-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 36px 0 auto; color: #fff; background: var(--ink); border-radius: 16px; font-size: 23px; }
.method-item:nth-child(2) .method-icon,
.method-item:nth-child(3) .method-icon { color: #fff; background: var(--ink); }
.method-item h3 { margin: 32px 0 14px; font-size: var(--type-card-heading); line-height: 1.18; letter-spacing: -.035em; font-weight: 600; }
.method-item p { max-width: 700px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.centred-action { margin-top: 44px; text-align: center; }
.button-outline { color: var(--ink); background: transparent; box-shadow: none; }

.faq { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 42px; }
.faq-intro { max-width: 700px; margin-inline: auto; text-align: center; }
.accordion { display: grid; width: min(940px, 100%); margin-inline: auto; gap: 12px; }
details { overflow: hidden; background: #fff; border: 1px solid #e1e1e4; border-radius: 17px; box-shadow: 0 5px 18px rgba(0,0,0,.025); transition: border-color var(--duration-fast), box-shadow var(--duration-base) var(--ease-fluid); }
details:hover, details[open] { border-color: #d2d2d7; box-shadow: 0 10px 28px rgba(0,0,0,.045); }
summary { position: relative; display: flex; align-items: center; min-height: 76px; padding: 20px 62px 20px 24px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.35; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary { transition: color var(--duration-fast); }
summary:hover { color: #000; }
summary span, summary span::after { position: absolute; right: 24px; width: 16px; height: 1.5px; background: #777; transition: transform var(--duration-fast) var(--ease-fluid), background var(--duration-fast); }
summary:hover span, summary:hover span::after { background: #000; }
summary span::after { content: ""; right: 0; transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -4px 0 0; padding: 0 62px 23px 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.booking { background: var(--soft); }
.booking-intro { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.booking-intro > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.calendly-embed { width: min(940px, 100%); height: 700px; margin: 0 auto; overflow: hidden; background: #fff; border: 1px solid #d9dade; border-radius: 10px; box-shadow: 0 5px 16px rgba(0,0,0,.055); }
.calendly-inline-widget { width: 100%; height: 100%; min-width: 280px; background: #fff; }
.calendly-inline-widget iframe { display: block; width: 100%; height: 100%; border: 0; }
.calendly-embed noscript { display: grid; min-height: 300px; place-items: center; padding: 30px; }
.calendly-embed.is-confirmed { height: auto; border-radius: 28px; }
.booking-confirmation { display: flex; min-height: 560px; padding: 72px 56px; flex-direction: column; align-items: center; justify-content: center; text-align: center; outline: 0; animation: confirmation-in 700ms var(--ease-spring) both; }
.booking-confirmation[hidden] { display: none; }
.confirmation-icon { display: grid; width: 68px; height: 68px; margin-bottom: 28px; place-items: center; color: #fff; background: #1d1d1f; border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.confirmation-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.confirmation-eyebrow { margin: 0 0 14px; color: #74757a; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-confirmation h3 { max-width: 620px; margin: 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.confirmation-copy { max-width: 610px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.confirmation-steps { display: flex; margin-top: 38px; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.confirmation-steps span { padding: 10px 14px; color: #3a3a3c; background: var(--soft); border: 1px solid #e2e2e5; border-radius: 999px; font-size: 11px; font-weight: 600; }
@keyframes confirmation-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
.calendly-badge { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 35; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; color: #fff; background: #1d1d1f; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; box-shadow: 0 9px 26px rgba(0,0,0,.2); font-size: 13px; font-weight: 600; line-height: 1; letter-spacing: -.01em; white-space: nowrap; transition: transform var(--duration-fast) var(--ease-spring), opacity var(--duration-fast), visibility var(--duration-fast), background var(--duration-fast), box-shadow var(--duration-fast); }
.calendly-badge svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--duration-fast) var(--ease-spring); }
.calendly-badge:hover { transform: translateY(-3px); background: #000; box-shadow: 0 14px 34px rgba(0,0,0,.26); }
.calendly-badge:hover svg { transform: translateX(2px); }
.calendly-badge:focus-visible { outline: 3px solid rgba(0,0,0,.2); outline-offset: 3px; }
.calendly-badge.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(12px); }

.site-footer { padding: 64px 0 28px; background: var(--soft); border-top: 1px solid #e0e0e3; }
.footer-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; padding-bottom: 54px; }
.footer-brand { max-width: 430px; }
.footer-brand p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer-nav { min-width: 0; justify-self: end; }
.social-links { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 44px; height: 44px; transition: transform var(--duration-fast) var(--ease-spring), opacity var(--duration-fast); }
.social-links img { width: 23px; height: 23px; transition: transform var(--duration-fast) var(--ease-spring); }
.social-links a:hover { opacity: .58; transform: translateY(-2px); }
.social-links a:hover img { transform: scale(1.06); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid #d9dade; color: #85868a; font-size: 11px; }

:where(a, button, summary, video):focus-visible { outline: 2px solid #1d1d1f; outline-offset: 4px; }
.feature-video video:focus-visible { outline-color: #fff; outline-offset: -4px; }

.video-modal { width: min(900px, calc(100% - 32px)); max-height: calc(100dvh - 80px); padding: 0; border: 0; border-radius: 24px; background: #131417; box-shadow: 0 40px 100px rgba(0,0,0,.4); overflow: visible; opacity: 0; transform: translateY(18px) scale(.975); transition: opacity 320ms var(--ease-fluid), transform 420ms var(--ease-spring), display 320ms allow-discrete, overlay 320ms allow-discrete; }
.video-modal[open] { opacity: 1; transform: translateY(0) scale(1); }
@starting-style { .video-modal[open] { opacity: 0; transform: translateY(18px) scale(.975); } }
.video-modal::backdrop { background: rgba(8,9,11,.78); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 3; top: -45px; right: 0; width: 36px; height: 36px; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; font-size: 24px; }
.modal-media { aspect-ratio: 16 / 9; }
.modal-media video { width: 100%; height: 100%; display: block; background: #000; border-radius: 24px; object-fit: contain; }
.modal-media video[hidden], .video-placeholder[hidden] { display: none; }
.video-placeholder { position: relative; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 50% 20%, #3c3c42, #111318 60%); text-align: center; }
.video-placeholder .play-button { position: static; translate: none; margin-bottom: 25px; }
.video-placeholder h2 { margin: 0; font-size: 25px; }
.video-placeholder p { margin: 10px 20px 0; color: #aeb0b7; font-size: 13px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 800ms var(--ease-fluid), transform 800ms var(--ease-fluid); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .message-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .testimonial-info { padding: 24px 28px 26px; }
  .method-list { grid-template-columns: 1fr; }
  .method-item { display: grid; grid-template-columns: 58px minmax(0, 1fr); column-gap: 24px; min-height: 0; }
  .method-item .step-number { grid-column: 1 / -1; }
  .method-item .method-icon { margin: 28px 0 0; }
  .method-item > div:last-child { margin-top: 28px; }
  .method-item h3 { margin: 0 0 12px; }
  .faq-grid { gap: 42px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-nav { min-width: 0; justify-self: start; }
  .social-links { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .testimonial-grid { grid-template-columns: 1fr; gap: 20px; }
  .testimonial-info blockquote { min-height: 0; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), 1160px); }
  .section { padding: 68px 0; }
  .nav-wrap { padding-top: calc(20px + env(safe-area-inset-top)); padding-bottom: 20px; }
  .hero { padding-top: 65px; }
  .hero-copy { font-size: 16px; }
  .university-proof { width: calc(100% + 32px); margin-left: -16px; margin-top: 46px; }
  .university-proof > p { max-width: 310px; margin: 0 auto 21px; line-height: 1.45; }
  .university-logo-set { gap: 38px; padding-right: 38px; }
  .university-logo { flex-basis: 132px; }
  .university-logo img { max-width: 132px; height: 36px; }
  .university-logo-tall img { height: 46px; }
  .feature-video { margin-top: 28px; border-width: 1px; border-radius: 20px; }
  .vsl-prompt { padding: 16px 14px; font-size: 16px; }
  .vsl-sound-toggle { top: 12px; right: 12px; min-height: 40px; padding-inline: 12px; }
  .feature-video video { object-position: center; }
  .play-button { width: 58px; height: 58px; }
  .section-heading { margin-bottom: 38px; }
  .testimonial-media { min-height: 0; }
  .testimonial-info { padding: 21px 20px 23px; }
  blockquote { margin: 15px 0 18px; font-size: 18px; }
  .message-proof { grid-template-columns: 1fr; margin-top: 0; }
  .message-proof { grid-auto-rows: auto; }
  .message-card { padding: 21px; }
  .written-proof-heading { margin-top: 64px; }
  .method-item { display: flex; min-height: 0; padding: 24px; }
  .method-item > div:last-child { margin-top: 0; }
  .method-icon { width: 52px; height: 52px; margin: 28px 0 0; }
  .method-item h3 { margin-top: 26px; }
  .faq-grid { gap: 34px; }
  .accordion { gap: 10px; }
  summary { min-height: 70px; padding: 17px 52px 17px 18px; font-size: 15px; }
  summary span, summary span::after { right: 19px; }
  summary span::after { right: 0; }
  details p { padding: 0 45px 20px 18px; }
  .booking-intro { margin-bottom: 30px; }
  .calendly-embed { width: 100%; height: 740px; margin-left: 0; }
  .calendly-embed.is-confirmed { height: auto; }
  .booking-confirmation { min-height: 500px; padding: 58px 24px; }
  .confirmation-steps { align-items: stretch; flex-direction: column; }
  .calendly-badge { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); min-height: 46px; padding-inline: 17px; }
  .footer-main, .footer-brand, .footer-nav { text-align: center; }
  .footer-brand { margin-inline: auto; }
  .footer-nav { justify-self: center; }
  .social-links { justify-content: center; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-main { padding-bottom: 38px; }
  .footer-bottom { gap: 10px; }
  .social-links { gap: 8px; }
}

@media (max-width: 420px) {
  :root {
    --type-display: 38px;
    --type-heading: 30px;
    --type-card-heading: 20px;
  }
  .container { width: min(calc(100% - 24px), 1160px); }
  .section { padding: 60px 0; }
  .brand img { width: 126px; }
  .nav-wrap { padding-top: calc(18px + env(safe-area-inset-top)); padding-bottom: 18px; }
  .hero { padding: 54px 0 68px; }
  .eyebrow { margin-bottom: 13px; font-size: 11px; line-height: 1.45; }
  .hero-copy, .section-heading > p:last-child, .faq-intro > p:last-child,
  .booking-intro > p:not(.eyebrow) { font-size: 15px; }
  .university-proof { width: calc(100% + 24px); margin-left: -12px; }
  .feature-video { border-radius: 17px; }
  .vsl-prompt { padding: 14px 12px; font-size: 15px; }
  .testimonial-slide { border-radius: 18px; }
  .testimonial-info { padding: 18px 16px 20px; }
  blockquote { font-size: 17px; }
  .written-proof-heading { margin-top: 54px; }
  .message-card { padding: 18px; border-radius: 18px; }
  .chat-bubble { padding: 15px 16px; }
  .method-item { padding: 21px; border-radius: 20px; }
  .centred-action .button { width: 100%; padding-inline: 18px; }
  .calendly-embed { width: calc(100% + 24px); height: 760px; margin-left: -12px; border-right: 0; border-left: 0; border-radius: 0; }
  .calendly-badge { min-height: 44px; padding-inline: 15px; font-size: 12px; }
  .site-footer { padding-top: 52px; }
  .video-modal { width: calc(100% - 20px); border-radius: 16px; }
  .modal-media video { border-radius: 16px; }
}

@media (max-width: 360px) {
  :root {
    --type-display: 34px;
    --type-heading: 28px;
  }
  .container { width: min(calc(100% - 20px), 1160px); }
  .hero { padding: 48px 0 60px; }
  .hero-copy { margin-top: 19px; }
  .university-proof { width: calc(100% + 20px); margin-left: -10px; margin-top: 40px; }
  .university-proof > p { max-width: 280px; font-size: 14px; }
  .university-logo-set { gap: 30px; padding-right: 30px; }
  .university-logo { flex-basis: 116px; }
  .university-logo img { max-width: 116px; height: 32px; }
  .university-logo-tall img { height: 40px; }
  .feature-video { width: calc(100% + 4px); margin-left: -2px; }
  .vsl-prompt { font-size: 14px; }
  .vsl-sound-toggle { top: 9px; right: 9px; min-height: 38px; font-size: 11px; }
  .testimonial-info { padding: 17px 14px 19px; }
  .result-chip { max-width: 100%; font-size: 10px; letter-spacing: .045em; }
  .message-top { gap: 9px; }
  .message-card { padding: 16px; }
  .verified { padding-inline: 7px; }
  summary { padding-right: 46px; }
  details p { padding-right: 18px; }
  .calendly-embed { width: calc(100% + 20px); margin-left: -10px; }
  .calendly-badge { right: max(8px, env(safe-area-inset-right)); bottom: max(8px, env(safe-area-inset-bottom)); }
}

@media (hover: none) {
  .message-card:hover, .method-item:hover, .button:hover,
  .calendly-badge:hover, .social-links a:hover { transform: none; }
  .testimonial-media:hover img { transform: none; filter: none; }
  .social-links a:hover { opacity: 1; }
  .social-links a:hover img { transform: none; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .video-modal { width: min(760px, calc(100% - 80px)); max-height: calc(100dvh - 32px); }
  .modal-close { top: 8px; right: 8px; background: rgba(0,0,0,.66); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .university-track { animation: none; }
  .university-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  .university-logo-set[aria-hidden="true"] { display: none; }
}
