@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
  --navy: #062a43;
  --navy-2: #0d3c59;
  --burgundy: #8f2633;
  --gold: #d7ad61;
  --paper: #f5f1e8;
  --white: #fffdf8;
  --ink: #102734;
  --muted: #5a6a71;
  --line: rgba(6, 42, 67, .18);
  --display: Georgia, 'Times New Roman', serif;
  --body: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.topline { border-bottom: 1px solid rgba(255,255,255,.25); font-size: 12px; }
.topline .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { text-decoration: none; opacity: .9; }
.topline-links { display: flex; gap: 22px; }
.main-nav { min-height: 94px; display: grid; grid-template-columns: 230px 1fr auto auto; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 220px; height: 76px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.25)); }
.brand-copy { display: none; }
.brand-copy { line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 22px; letter-spacing: .03em; }
.brand-copy small { display: block; margin-top: 7px; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.nav-links { justify-self: center; display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; text-decoration: none; font-size: 13px; font-weight: 650; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover::after, .nav-links a[aria-current='page']::after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 22px; background: var(--burgundy); color: white; text-decoration: none; font-size: 13px; font-weight: 750; border: 0; cursor: pointer; transition: background .2s, transform .2s; }
.nav-cta:hover, .button:hover { background: #a72e3d; transform: translateY(-1px); }
.button.light { background: var(--white); color: var(--navy); }
.button.ghost { color: var(--navy); background: transparent; border: 1px solid var(--navy); }
.arrow { font-size: 18px; transform: rotate(-45deg); }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); width: 46px; height: 46px; font-size: 22px; }
.language-toggle { min-width: 88px; height: 42px; padding: 0 13px; border: 1px solid rgba(255,255,255,.4); background: rgba(6,42,67,.18); color: white; font: 700 12px var(--body); cursor: pointer; backdrop-filter: blur(8px); }
.language-toggle span { color: var(--gold); margin-inline-end: 6px; }
.language-toggle:hover { border-color: var(--gold); }

html[dir='rtl'] { --display: 'Noto Sans Arabic', 'Geeza Pro', 'SF Arabic', Tahoma, Arial, sans-serif; --body: 'Noto Sans Arabic', 'Geeza Pro', 'SF Arabic', Tahoma, Arial, sans-serif; }
html[dir='rtl'] body { font-family: var(--body); }
html[dir='rtl'] .main-nav, html[dir='rtl'] .nav-links, html[dir='rtl'] .hero-content { direction: rtl; }
html[dir='rtl'] .hero-media { background-image: linear-gradient(270deg, rgba(3,27,43,.95) 0%, rgba(3,27,43,.72) 46%, rgba(3,27,43,.12) 78%), url('https://i0.wp.com/oaklandschoolus.com/wp-content/uploads/2026/01/girl-gesturing-thumb-up-with-tablet1.jpg?fit=2400%2C1600&ssl=1'); }
html[dir='rtl'] .hero-grid { transform: scaleX(-1); }
html[dir='rtl'] .hero-note { padding: 28px 28px 28px 0; border-left: 0; border-right: 1px solid rgba(255,255,255,.35); }
html[dir='rtl'] .arrow { transform: rotate(-135deg); }
html[dir='rtl'] .contact-form, html[dir='rtl'] .faq-question { text-align: right; }
html[dir='rtl'] .check-list li { padding: 13px 30px 13px 0; }
html[dir='rtl'] .check-list li::before { left: auto; right: 0; }
html[dir='rtl'] .quote { border-left: 0; border-right: 4px solid var(--gold); padding-left: 0; padding-right: 24px; }
html[dir='rtl'] a[href^='tel:'], html[dir='rtl'] a[href^='mailto:'] { direction: ltr; unicode-bidi: isolate; }
html[dir='rtl'] .footer-links a[href^='tel:'], html[dir='rtl'] .footer-links a[href^='mailto:'] { text-align: right; }
html[dir='rtl'] .eyebrow, html[dir='rtl'] .footer-title, html[dir='rtl'] .breadcrumb, html[dir='rtl'] .contact-list small, html[dir='rtl'] .field label { letter-spacing: 0; text-transform: none; }
html[dir='rtl'] .hero h1, html[dir='rtl'] .page-hero h1, html[dir='rtl'] .section-heading h2, html[dir='rtl'] .split-copy h2, html[dir='rtl'] .cta-band h2, html[dir='rtl'] .contact-copy h2 { letter-spacing: 0; line-height: 1.25; }

.hero { min-height: 820px; position: relative; display: grid; align-items: end; color: white; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3,27,43,.95) 0%, rgba(3,27,43,.72) 46%, rgba(3,27,43,.12) 78%), url('https://i0.wp.com/oaklandschoolus.com/wp-content/uploads/2026/01/girl-gesturing-thumb-up-with-tablet1.jpg?fit=2400%2C1600&ssl=1'); background-size: cover; background-position: center; transform: scale(1.015); animation: settle 12s ease-out both; }
.hero::after { content: ''; position: absolute; left: -10%; right: -10%; bottom: -180px; height: 300px; background: var(--paper); transform: rotate(-3deg); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 62%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 150px; display: grid; grid-template-columns: minmax(0, 700px) 1fr; gap: 80px; align-items: end; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 6px; background: var(--gold); clip-path: polygon(0 0,100% 0,78% 100%,0 100%); }
.hero h1, .page-hero h1 { margin: 24px 0 24px; font-family: var(--display); font-size: clamp(58px, 7.4vw, 104px); line-height: .94; font-weight: 400; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-copy p { max-width: 600px; margin: 0 0 34px; font-size: 18px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { font-size: 13px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.hero-note { padding: 28px 0 28px 28px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-note strong { display: block; font-family: var(--display); font-size: 50px; font-weight: 400; line-height: 1; color: var(--gold); }
.hero-note span { display: block; max-width: 220px; margin-top: 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.trust-strip { position: relative; z-index: 3; margin-top: -35px; }
.trust-inner { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; background: var(--white); box-shadow: 0 24px 70px rgba(6,42,67,.12); }
.trust-item { min-height: 130px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { font-family: var(--display); color: var(--navy); font-size: 23px; font-weight: 400; }
.trust-item span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.trust-lead { background: var(--burgundy); color: white; }
.trust-lead strong, .trust-lead span { color: white; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .split-copy h2, .cta-band h2, .contact-copy h2 { margin: 18px 0 0; font-family: var(--display); color: var(--navy); font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); max-width: 540px; margin: 0; }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.program-card { position: relative; min-height: 440px; overflow: hidden; background: var(--navy); color: white; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.program-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .7s ease; }
.program-card:first-child::before { background-image: url('https://i0.wp.com/oaklandschoolus.com/wp-content/uploads/2026/01/boy-with-backpack-books-near-blackboard1.jpg?fit=2400%2C1600&ssl=1'); }
.program-card:last-child::before { background-image: url('https://i0.wp.com/oaklandschoolus.com/wp-content/uploads/2026/01/girl-gesturing-thumb-up-with-tablet1.jpg?fit=2400%2C1600&ssl=1'); }
.program-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(3,29,46,.97), rgba(3,29,46,.06) 78%); }
.program-card:hover::before { transform: scale(1.04); }
.program-index { position: absolute; top: 32px; right: 34px; font-family: var(--display); font-size: 50px; color: var(--gold); }
.program-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 34px; font-weight: 400; }
.program-card p { margin: 0; max-width: 520px; color: rgba(255,255,255,.78); font-size: 14px; }

.compass-section { background: var(--navy); color: white; overflow: hidden; }
.compass-wrap { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 700px; }
.compass-copy { padding: 120px 80px 120px max(20px, calc((100vw - 1180px)/2)); display: flex; flex-direction: column; justify-content: center; }
.compass-copy h2 { margin: 22px 0; font-family: var(--display); font-size: clamp(46px,5vw,72px); line-height: 1; font-weight: 400; }
.compass-copy p { color: rgba(255,255,255,.72); }
.pathway { position: relative; background: #0c3853; padding: 95px max(20px, calc((100vw - 1180px)/2)) 80px 85px; }
.pathway::before { content: ''; position: absolute; left: 55px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.18); }
.path-step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 25px 0; }
.path-number { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; transform: rotate(45deg); color: var(--gold); }
.path-number span { transform: rotate(-45deg); }
.path-step h3 { margin: 0 0 8px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.path-step p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }

.split-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; }
.split-image { background: url('https://i0.wp.com/oaklandschoolus.com/wp-content/uploads/2026/01/girl-gesturing-thumb-up-with-tablet1.jpg?fit=2400%2C1600&ssl=1') center / cover; min-height: 560px; }
.split-copy { background: var(--white); padding: 110px max(40px, calc((100vw - 1180px)/2)) 110px 90px; display: flex; flex-direction: column; justify-content: center; }
.split-copy p { color: var(--muted); max-width: 520px; }
.split-copy .button { align-self: flex-start; margin-top: 22px; }
.quote { margin: 32px 0 0; padding-left: 24px; border-left: 4px solid var(--gold); font-family: var(--display); font-size: 21px; color: var(--navy); }

.cta-band { background: var(--burgundy); color: white; padding: 82px 0; position: relative; overflow: hidden; }
.cta-band::after { content: 'OAKLAND'; position: absolute; right: -40px; bottom: -70px; font-family: var(--display); font-size: 210px; color: rgba(255,255,255,.055); line-height: 1; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-band h2 { color: white; max-width: 780px; margin: 0; }

.page-hero { min-height: 560px; padding-top: 180px; display: flex; align-items: flex-end; color: white; background: var(--navy); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 46vw; height: 46vw; right: -10vw; top: 60px; border: 1px solid rgba(255,255,255,.12); transform: rotate(45deg); box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.page-hero .container { padding-bottom: 90px; position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; font-size: clamp(58px, 7vw, 94px); }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 18px; }
.breadcrumb { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); }
.content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.sticky-label { position: sticky; top: 30px; align-self: start; }
.sticky-label h2 { font-family: var(--display); font-size: 54px; font-weight: 400; line-height: 1; color: var(--navy); }
.prose h3 { font-family: var(--display); font-size: 36px; font-weight: 400; color: var(--navy); margin: 0 0 16px; }
.prose p { color: var(--muted); }
.prose-block { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.seal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 35px; }
.seal { padding: 28px; background: var(--white); border-top: 5px solid var(--gold); }
.seal strong { display: block; font-family: var(--display); font-size: 24px; color: var(--navy); }
.seal span { color: var(--muted); font-size: 13px; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { margin-top: 0; }
.contact-list { margin: 42px 0; padding: 0; list-style: none; }
.contact-list li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-list small { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; color: var(--burgundy); font-weight: 800; }
.contact-list a, .contact-list span { text-decoration: none; font-family: var(--display); font-size: 22px; color: var(--navy); }
.contact-form { padding: 52px; background: var(--navy); color: white; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin-bottom: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 0; font: inherit; }
.field select option { color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold); }
.form-status { margin: 18px 0 0; color: var(--gold); display: none; }
.form-status.is-visible { display: block; }

.faq-layout { display: grid; grid-template-columns: 290px 1fr; gap: 80px; }
.faq-categories { position: sticky; top: 30px; align-self: start; }
.faq-categories a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--muted); font-size: 13px; }
.faq-group { margin-bottom: 65px; scroll-margin-top: 30px; }
.faq-group h2 { font-family: var(--display); font-size: 42px; font-weight: 400; color: var(--navy); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; border: 0; background: transparent; display: grid; grid-template-columns: 1fr auto; gap: 20px; text-align: left; color: var(--ink); font: 650 16px var(--body); cursor: pointer; }
.faq-question::after { content: '+'; font-family: var(--display); font-size: 28px; color: var(--burgundy); line-height: 1; }
.faq-item.is-open .faq-question::after { content: '−'; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0 0 26px; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.admission-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 40px 0 55px; }
.admission-card { padding: 38px; background: var(--white); border-top: 5px solid var(--burgundy); }
.admission-card h3 { font-family: var(--display); font-size: 30px; font-weight: 400; color: var(--navy); }
.check-list { list-style: none; padding: 0; }
.check-list li { padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); position: relative; color: var(--muted); }
.check-list li::before { content: '◆'; position: absolute; left: 0; color: var(--gold); font-size: 11px; }

.site-footer { background: #031d2f; color: white; padding: 85px 0 0; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 90px; padding-bottom: 70px; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-title { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); margin-bottom: 18px; }
.footer-links a { display: block; padding: 6px 0; text-decoration: none; color: rgba(255,255,255,.75); font-size: 14px; }
.social-block { margin-top: 28px; }
.social-title { margin-bottom: 8px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.social-links a { min-height: 42px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); text-decoration: none; font-size: 12px; transition: color .2s, border-color .2s; }
.social-links a span { color: var(--gold); font-size: 9px; font-variant-numeric: tabular-nums; }
.social-links a:hover { color: white; border-color: var(--gold); }
html[dir='rtl'] .social-title { letter-spacing: 0; text-transform: none; }
html[dir='rtl'] .social-links a { direction: ltr; justify-content: flex-end; }
.footer-bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.48); font-size: 12px; }
.footer-wordmark { margin: 30px 0 -3.8vw; text-align: center; font-family: var(--display); font-size: 16.5vw; letter-spacing: -.06em; color: rgba(255,255,255,.055); line-height: .75; pointer-events: none; }

@media (min-width: 921px) {
  .hero-content { padding-bottom: 195px; }
  html[dir='rtl'] .compass-copy { padding: 120px max(20px, calc((100vw - 1180px)/2)) 120px 80px; }
  html[dir='rtl'] .pathway { padding: 95px 85px 80px max(20px, calc((100vw - 1180px)/2)); }
  html[dir='rtl'] .pathway::before { left: auto; right: 55px; }
  html[dir='rtl'] .split-copy { padding: 110px 90px 110px max(40px, calc((100vw - 1180px)/2)); }
}

[data-reveal] { transform: translateY(24px); transition: transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { transform: translateY(0); }
@keyframes settle { from { transform: scale(1.07); } to { transform: scale(1.015); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } [data-reveal] { transform: none; } }

@media (max-width: 920px) {
  .topline, .nav-cta { display: none; }
  .main-nav { min-height: 84px; grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; }
  .nav-links { position: absolute; z-index: 12; top: 84px; left: 14px; right: 14px; width: auto; justify-self: stretch; padding: 16px 24px; background: var(--white); color: var(--navy); display: none; align-items: stretch; flex-direction: column; gap: 0; box-shadow: 0 24px 55px rgba(3,29,46,.24); }
  .nav-links a { display: block; padding: 13px 2px; border-bottom: 1px solid rgba(6,42,67,.1); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { bottom: 6px; }
  .nav-links.is-open { display: flex; }
  .hero { min-height: 760px; }
  .hero-content, .section-heading, .compass-wrap, .split-section, .content-grid, .contact-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-note { display: none; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .program-grid { grid-template-columns: 1fr; }
  .compass-copy, .pathway, .split-copy { padding: 80px max(20px, calc((100vw - 680px)/2)); }
  .pathway::before { display: none; }
  .section-heading { gap: 25px; }
  .sticky-label, .faq-categories { position: static; }
  .faq-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-copy strong { font-size: 18px; }
  .brand img { width: 175px; height: 58px; }
  .hero { min-height: 720px; }
  .hero-media { background-position: 62% center; }
  .hero-content { padding-bottom: 160px; }
  .hero h1, .page-hero h1 { font-size: 52px; }
  .hero-copy p, .page-hero p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .text-link { min-height: 50px; padding: 0 20px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.72); background: rgba(3,29,46,.44); color: white; text-decoration: none; backdrop-filter: blur(8px); }
  .trust-inner, .field-row, .seal-row, .admission-cards, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .program-card { min-height: 410px; padding: 30px; }
  .pathway, .compass-copy, .split-copy { padding: 70px 24px; }
  .pathway { padding-left: 24px; }
  .path-step { grid-template-columns: 50px 1fr; gap: 18px; }
  .path-number { width: 42px; height: 42px; }
  .cta-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 24px; }
  .faq-categories { grid-template-columns: 1fr; }
  .footer-grid { gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}
