:root {
  --navy-950: #06192b;
  --navy-900: #08243d;
  --navy-850: #0b2d4d;
  --navy-800: #103a60;
  --navy-700: #18517e;
  --blue-600: #1e6496;
  --blue-100: #eaf4fa;
  --gold-500: #d8a21f;
  --gold-400: #efba31;
  --gold-300: #f7cd65;
  --gold-100: #fff6dc;
  --ink: #102638;
  --muted: #647684;
  --line: #dbe5eb;
  --line-dark: rgba(255,255,255,.13);
  --surface: #ffffff;
  --soft: #f4f8fb;
  --soft-blue: #edf5fa;
  --success: #1a7d59;
  --danger: #b33a3a;
  --shadow-xs: 0 8px 24px rgba(5, 29, 49, .07);
  --shadow-sm: 0 18px 45px rgba(5, 29, 49, .10);
  --shadow-md: 0 28px 75px rgba(4, 24, 41, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.12; }
h1 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.65rem); }
h3 { font-size: 1.3rem; }
p:last-child { margin-bottom: 0; }
::selection { color: white; background: var(--navy-700); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }
.section-sm { padding: 72px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: white; background: var(--navy-950); }
.center { text-align: center; }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.18rem); line-height: 1.8; }
.section-dark .lead { color: #b7c8d4; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--blue-600); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-400); border-radius: 10px; }
.eyebrow-light { color: var(--gold-300); }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; }
.section-heading h2 { margin-bottom: 18px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.heading-row > div:first-child { max-width: 740px; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-700); font-size: .92rem; font-weight: 850; }
.text-link span, .card-link span { transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--navy-950); border-radius: 10px; }
.skip-link:focus { transform: none; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 14px; font-weight: 850; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 45px; padding: 11px 18px; border-radius: 12px; font-size: .9rem; }
.btn-large { min-height: 58px; padding-inline: 27px; }
.btn-primary { color: white; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); box-shadow: 0 12px 25px rgba(13, 61, 99, .2); }
.btn-primary:hover { box-shadow: 0 17px 35px rgba(13, 61, 99, .29); }
.btn-gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 14px 30px rgba(215, 158, 24, .23); }
.btn-gold:hover { box-shadow: 0 18px 38px rgba(215, 158, 24, .32); }
.btn-outline { color: var(--navy-800); background: white; border-color: #c8d8e2; }
.btn-outline:hover { border-color: var(--navy-700); }
.btn-ghost { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.14); }

.utility-bar { position: relative; z-index: 120; color: #d9e6ee; background: var(--navy-950); font-size: .78rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-note, .utility-contact { display: flex; align-items: center; gap: 11px; }
.utility-contact a:hover { color: var(--gold-300); }
.utility-dot { width: 7px; height: 7px; background: var(--gold-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239, 186, 49, .12); }
.utility-separator { width: 1px; height: 13px; background: rgba(255,255,255,.25); }

.site-header { position: sticky; z-index: 110; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(219,229,235,.9); box-shadow: 0 10px 32px rgba(4,27,45,.06); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; width: 194px; }
.brand img { width: 100%; height: 70px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 4px; }
.site-nav > a, .nav-dropdown-toggle { position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 8px; padding: 10px 13px; color: #294354; background: transparent; border: 0; border-radius: 11px; font-size: .91rem; font-weight: 780; }
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-dropdown-toggle:hover, .nav-dropdown-toggle[aria-current="page"], .nav-dropdown.is-open .nav-dropdown-toggle { color: var(--navy-900); background: var(--blue-100); }
.site-nav > a[aria-current="page"]::after { content: ""; position: absolute; right: 13px; bottom: 6px; left: 13px; height: 2px; background: var(--gold-400); border-radius: 10px; }
.nav-dropdown { position: relative; }
.chevron { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .2s; }
.nav-dropdown.is-open .chevron { transform: rotate(225deg) translate(-2px,-1px); }
.nav-dropdown-menu { position: absolute; z-index: 10; top: calc(100% + 16px); left: 50%; width: min(760px, 84vw); padding: 24px; transform: translate(-44%, 10px); visibility: hidden; opacity: 0; color: var(--ink); background: rgba(255,255,255,.99); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-md); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown-menu::before { content: ""; position: absolute; top: -8px; left: 39%; width: 15px; height: 15px; transform: rotate(45deg); background: white; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.nav-dropdown.is-open .nav-dropdown-menu { visibility: visible; opacity: 1; transform: translate(-44%, 0); }
.dropdown-intro { display: grid; grid-template-columns: 145px 1fr; gap: 20px; align-items: center; padding: 4px 4px 20px; border-bottom: 1px solid var(--line); }
.dropdown-intro span { color: var(--blue-600); font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dropdown-intro strong { font-size: 1.05rem; }
.dropdown-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; padding: 16px 0 10px; }
.dropdown-links a { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 12px; border-radius: 14px; transition: background .2s, transform .2s; }
.dropdown-links a:hover { transform: translateY(-1px); background: var(--soft); }
.dropdown-icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy-900); background: var(--gold-100); border-radius: 11px; font-size: .72rem; font-weight: 900; }
.dropdown-links strong, .dropdown-links small { display: block; }
.dropdown-links strong { font-size: .89rem; }
.dropdown-links small { margin-top: 1px; color: var(--muted); font-size: .75rem; }
.dropdown-all { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; color: white; background: var(--navy-900); border-radius: 13px; font-size: .87rem; font-weight: 850; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.header-chat { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; padding: 0; color: white; background: #25D366; border: 1px solid #1fb95a; border-radius: 50%; box-shadow: 0 8px 20px rgba(37,211,102,.24); transition: transform .2s ease, box-shadow .2s ease; }
.header-chat:hover { transform: translateY(-2px); background: #25D366; box-shadow: 0 12px 25px rgba(37,211,102,.34); }
.header-chat svg { width: 23px; height: 23px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; padding: 10px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 3px auto; background: var(--navy-900); border-radius: 5px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.home-hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 12% 20%, rgba(37,110,160,.34), transparent 32%), linear-gradient(132deg, #061a2d 0%, #092c4a 60%, #0a3b60 100%); }
.home-hero::after { content: ""; position: absolute; right: -10%; bottom: -270px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,black,transparent 75%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { top: 80px; left: -110px; width: 300px; height: 300px; background: rgba(239,186,49,.10); }
.hero-orb-two { right: 29%; bottom: -170px; width: 430px; height: 430px; background: rgba(33,119,173,.17); }
.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; padding-top: 84px; padding-bottom: 58px; }
.home-hero-copy { padding-bottom: 32px; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; padding: 8px 13px; color: #d8e6ef; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .78rem; font-weight: 760; backdrop-filter: blur(6px); }
.hero-badge span { width: 7px; height: 7px; background: var(--gold-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,186,49,.12); }
.home-hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(3.2rem, 5.4vw, 5.85rem); }
.home-hero h1 em { color: var(--gold-300); font-style: normal; }
.hero-lead { max-width: 670px; margin-bottom: 31px; color: #c3d5e0; font-size: clamp(1.06rem, 1.8vw, 1.23rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; align-items: center; gap: 18px; padding-top: 30px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.13); }
.proof-avatars { display: flex; padding-left: 10px; }
.proof-avatars span { display: grid; place-items: center; width: 39px; height: 39px; margin-left: -10px; color: var(--navy-950); background: linear-gradient(135deg,#fff,#dceaf2); border: 3px solid var(--navy-900); border-radius: 50%; font-size: .66rem; font-weight: 900; }
.proof-stars { color: var(--gold-300); letter-spacing: 2px; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { margin-top: 2px; color: white; font-size: .85rem; }
.hero-proof small { color: #9eb6c5; font-size: .72rem; }
.hero-form-shell { position: relative; width: 100%; max-width: 500px; justify-self: end; }
.form-shine { position: absolute; inset: -12px; background: linear-gradient(145deg,rgba(239,186,49,.25),transparent 35%,rgba(54,143,196,.25)); border-radius: 35px; filter: blur(1px); }
.signup-form { position: relative; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.hero-signup-form { border: 1px solid rgba(255,255,255,.7); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.hero-signup-form h2 { margin-bottom: 8px; color: var(--ink); font-size: clamp(1.75rem,2.5vw,2.25rem); }
.form-kicker { margin-bottom: 9px; color: var(--blue-600); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.form-note { color: var(--muted); font-size: .86rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.compact-form-grid { margin-top: 22px; }
.field.full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 6px; color: #334c5c; font-size: .79rem; font-weight: 820; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 13px; color: var(--ink); background: #f8fbfd; border: 1px solid #cfdee7; border-radius: 11px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.field input::placeholder, .field textarea::placeholder { color: #98a9b5; }
.field textarea { min-height: 94px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: white; border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(30,100,150,.1); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.checkbox-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.checkbox-field input { width: 17px; height: 17px; min-height: 0; margin-top: 3px; }
.checkbox-field label { margin: 0; color: var(--muted); line-height: 1.5; }
.checkbox-field a { color: var(--blue-600); text-decoration: underline; }
.form-submit { width: 100%; justify-content: space-between; }
.hidden-field { position: absolute !important; left: -9999px !important; }
.hero-trust-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); padding: 19px 0 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-trust-row > div { display: flex; align-items: center; gap: 10px; padding: 0 22px; color: #d4e1e9; border-right: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.hero-trust-row > div:first-child { padding-left: 0; }
.hero-trust-row > div:last-child { border-right: 0; }
.trust-check { display: grid; flex: 0 0 26px; width: 26px; height: 26px; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: .72rem; font-weight: 900; }

.section-intro { padding: 88px 0; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.intro-grid .section-heading { margin: 0; }
.metric-panel { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.metric { padding: 30px 23px; border-right: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong, .metric span { display: block; }
.metric strong { margin-bottom: 25px; color: var(--gold-500); font-size: 1.7rem; }
.metric span { color: var(--navy-900); font-size: .84rem; font-weight: 850; line-height: 1.4; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { position: relative; min-height: 328px; overflow: hidden; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 28px rgba(5,31,52,.05); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.service-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 150px; height: 150px; background: var(--blue-100); border-radius: 50%; transition: transform .3s; }
.service-card:hover { transform: translateY(-7px); border-color: #bdd2df; box-shadow: var(--shadow-sm); }
.service-card:hover::after { transform: scale(1.28); }
.featured-service { color: white; background: linear-gradient(145deg,var(--navy-900),var(--navy-700)); border-color: transparent; box-shadow: 0 18px 48px rgba(8,45,76,.2); }
.featured-service::after { background: rgba(255,255,255,.07); }
.featured-service p { color: #bcd0dc; }
.featured-service .service-number, .featured-service .card-link { color: var(--gold-300); }
.featured-service .service-icon { stroke: var(--gold-300); background: rgba(255,255,255,.08); }
.service-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.service-number { color: var(--blue-600); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.service-icon { width: 49px; height: 49px; padding: 10px; fill: none; stroke: var(--navy-700); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; background: var(--blue-100); border-radius: 14px; }
.service-card h3, .service-card p, .service-card .card-link { position: relative; z-index: 1; }
.service-card h3 { margin-bottom: 13px; font-size: 1.35rem; }
.service-card p { min-height: 76px; margin-bottom: 28px; color: var(--muted); font-size: .92rem; }

.difference-section { overflow: hidden; }
.difference-section::before { content: ""; position: absolute; top: 60px; left: -180px; width: 380px; height: 380px; background: var(--gold-100); border-radius: 50%; filter: blur(10px); }
.difference-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: start; }
.difference-copy { position: sticky; top: 150px; padding-top: 20px; }
.difference-copy h2 { margin-bottom: 18px; }
.difference-copy .btn { margin-top: 14px; }
.bento-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.bento-card { min-height: 245px; padding: 29px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.bento-card h3 { margin: 22px 0 12px; font-size: 1.5rem; }
.bento-card p { color: var(--muted); font-size: .91rem; }
.bento-large { grid-column: 1/-1; min-height: 320px; background: var(--soft); }
.bento-gold { background: linear-gradient(145deg,#fff7df,#f4c85d); border-color: transparent; }
.bento-gold p { color: #6d571e; }
.bento-dark { color: white; background: var(--navy-950); border-color: transparent; }
.bento-dark p { color: #b8cad5; }
.bento-label { color: var(--blue-600); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bento-dark .bento-label { color: var(--gold-300); }
.bento-visual { display: flex; align-items: center; gap: 12px; padding-top: 26px; }
.bento-visual span { padding: 10px 14px; color: var(--navy-900); background: white; border: 1px solid var(--line); border-radius: 10px; font-size: .76rem; font-weight: 850; }
.bento-visual i { width: 35px; height: 1px; background: var(--gold-500); }
.mini-subjects { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.mini-subjects span { padding: 7px 10px; color: #dbe8f0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .72rem; }

.process-section { background: linear-gradient(180deg,#fff,var(--soft)); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.process-line::before { content: ""; position: absolute; top: 25px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg,var(--gold-400),var(--blue-600)); }
.process-line article { position: relative; padding: 0 18px; text-align: center; }
.process-dot { position: relative; z-index: 1; display: grid; width: 51px; height: 51px; place-items: center; margin: 0 auto 28px; color: white; background: var(--navy-900); border: 7px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); font-weight: 900; }
.process-line article:nth-child(2) .process-dot, .process-line article:nth-child(4) .process-dot { color: var(--navy-950); background: var(--gold-400); }
.process-line h3 { font-size: 1.15rem; }
.process-line p { color: var(--muted); font-size: .87rem; }

.subject-section { overflow: hidden; background: radial-gradient(circle at 80% 20%,rgba(31,103,151,.35),transparent 36%),var(--navy-950); }
.subject-section::after { content: ""; position: absolute; right: -170px; bottom: -240px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.018); }
.subject-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: center; }
.subject-layout h2 { margin-bottom: 18px; }
.subject-layout .btn { margin-top: 18px; }
.subject-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.subject-card { min-height: 136px; padding: 24px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.subject-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.11); }
.subject-card strong, .subject-card span { display: block; }
.subject-card strong { margin-bottom: 9px; color: white; }
.subject-card span { color: #a9bfcd; font-size: .82rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.quote-card { position: relative; min-height: 300px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.quote-mark { height: 42px; color: var(--gold-400); font-family: Georgia,serif; font-size: 4rem; line-height: .8; }
.quote-text { margin: 18px 0 28px; color: #3f5665; font-size: .97rem; line-height: 1.75; }
.quote-meta { display: flex; align-items: center; gap: 13px; }
.avatar { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; color: white; background: linear-gradient(135deg,var(--navy-800),var(--blue-600)); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.quote-meta strong, .quote-meta small { display: block; }
.quote-meta strong { font-size: .84rem; }
.quote-meta small { color: var(--muted); font-size: .75rem; }
.review-summary { display: flex; align-items: center; gap: 12px; padding: 13px 17px; background: var(--soft); border: 1px solid var(--line); border-radius: 16px; }
.review-summary > strong { font-size: 1.65rem; }
.review-summary span { color: var(--gold-500); letter-spacing: 2px; }
.review-summary small { display: block; color: var(--muted); letter-spacing: 0; font-size: .68rem; }

.final-cta-section { padding-top: 20px; }
.final-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 140px 1fr auto; gap: 35px; align-items: center; padding: 47px 50px; color: white; background: linear-gradient(125deg,var(--navy-950),var(--navy-700)); border-radius: var(--radius-xl); box-shadow: var(--shadow-md); }
.final-cta::after { content: ""; position: absolute; right: -75px; top: -85px; width: 240px; height: 240px; background: rgba(239,186,49,.15); border-radius: 50%; }
.cta-mark { position: relative; z-index: 1; display: grid; width: 125px; height: 125px; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; }
.cta-mark img { width: 105px; height: 105px; object-fit: contain; }
.final-cta h2 { margin-bottom: 10px; font-size: clamp(2rem,3.2vw,3rem); }
.final-cta p { color: #bfd0dc; }
.final-cta-actions { position: relative; z-index: 1; display: grid; gap: 11px; }

.page-hero { position: relative; overflow: hidden; padding: 90px 0 82px; color: white; background: radial-gradient(circle at 80% 20%,rgba(33,119,173,.28),transparent 32%),linear-gradient(135deg,var(--navy-950),var(--navy-800)); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,black,transparent 80%); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 240px; gap: 50px; align-items: center; }
.page-hero h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.8rem,5vw,5rem); }
.page-hero .lead { max-width: 760px; color: #c0d2dd; }
.page-mark { justify-self: end; width: 210px; max-height: 210px; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25)); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #a8bfcd; font-size: .78rem; font-weight: 750; }
.breadcrumb a:hover { color: var(--gold-300); }

.service-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-detail { position: relative; overflow: hidden; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.service-detail::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg,var(--gold-400),var(--blue-600)); }
.icon-box { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 24px; color: var(--navy-900); background: var(--gold-100); border-radius: 14px; font-size: .74rem; font-weight: 900; }
.service-detail h2 { font-size: 1.75rem; }
.service-detail p, .service-detail li { color: var(--muted); }
.service-detail ul, .check-list { padding: 0; margin: 22px 0 0; list-style: none; }
.service-detail li, .check-list li { display: grid; grid-template-columns: 18px minmax(0,1fr); column-gap: 10px; align-items: start; padding: 7px 0; line-height: 1.55; }
.service-detail li::before, .check-list li::before { content: "✓"; position: static; display: grid; width: 18px; height: 18px; margin-top: .2em; place-items: center; color: var(--navy-950); background: var(--gold-300); border-radius: 50%; font-size: .62rem; line-height: 1; font-weight: 900; }
.split { display: grid; grid-template-columns: repeat(2,1fr); gap: 62px; align-items: center; }
.info-panel { padding: 31px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.info-panel h3 { font-size: 1.45rem; }
.info-panel p { color: var(--muted); }
.info-panel .btn { margin-top: 10px; }

.pathway-layout { display: grid; grid-template-columns: .73fr 1.27fr; gap: 70px; align-items: start; }
.pathway-intro { position: sticky; top: 145px; }
.pathway-list { display: grid; gap: 15px; }
.pathway-item { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.pathway-index { display: grid; width: 50px; height: 50px; place-items: center; color: var(--navy-900); background: var(--gold-100); border-radius: 14px; font-weight: 900; }
.pathway-item p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.timeline-step { padding: 28px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); }
.timeline-step p { color: #aec3d0; }
.process-stack { display: grid; gap: 16px; }
.process-row { display: grid; grid-template-columns: 82px 1fr; gap: 24px; align-items: start; padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.process-row .number { display: grid; width: 68px; height: 68px; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 20px; font-size: 1.3rem; font-weight: 900; }
.process-row:nth-child(even) .number { color: white; background: var(--navy-800); }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-card, .resource-card { padding: 29px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); }
.value-card p, .resource-card p { color: var(--muted); }
.resource-card { min-height: 250px; }
.resource-card .icon-box { margin-bottom: 22px; }
.subject-cloud { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.subject-pill { padding: 16px 13px; color: var(--navy-900); background: white; border: 1px solid var(--line); border-radius: 14px; text-align: center; font-size: .84rem; font-weight: 800; box-shadow: var(--shadow-xs); }

.faq-list { max-width: 900px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; color: var(--ink); background: none; border: 0; text-align: left; font-weight: 850; }
.faq-question::after { content: "+"; display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; color: var(--navy-900); background: var(--blue-100); border-radius: 50%; font-size: 1.2rem; }
.faq-answer { display: none; padding: 0 55px 23px 0; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open .faq-question::after { content: "−"; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.contact-card { position: sticky; top: 140px; overflow: hidden; padding: 32px; color: white; background: linear-gradient(145deg,var(--navy-950),var(--navy-700)); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.contact-card::after { content: ""; position: absolute; right: -75px; bottom: -90px; width: 190px; height: 190px; background: rgba(239,186,49,.14); border-radius: 50%; }
.contact-card h2 { font-size: 2rem; }
.contact-line { position: relative; z-index: 1; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-line:last-child { border: 0; }
.contact-line small, .contact-line strong { display: block; }
.contact-line small { margin-bottom: 3px; color: #9fb8c8; }
.contact-line a, .contact-line strong { color: white; font-weight: 800; }
.alert { padding: 17px 19px; margin-bottom: 20px; border-radius: 14px; }
.alert-error { color: #842525; background: #fff0f0; border: 1px solid #efc6c6; }
.alert-success { color: #0d583d; background: #e6f7ef; border: 1px solid #b9e8d4; }

.legal { max-width: 900px; }
.legal h2 { margin-top: 43px; font-size: 1.8rem; }
.legal h3 { margin-top: 28px; }
.legal p, .legal li { color: var(--muted); }

.site-footer { position: relative; overflow: hidden; padding: 100px 0 25px; color: #bdced9; background: var(--navy-950); }

.quick-signup-form { padding: 31px; }
.quick-signup-form h2 { margin-bottom: 9px; font-size: clamp(1.75rem,2.7vw,2.35rem); }
.quick-form-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }
.quick-form-grid .field input { min-height: 54px; background: white; }
.quick-consent { margin-top: 2px; }
.quick-consent label { font-size: .76rem; }
.quick-form-trust { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 12px; padding-top: 17px; margin-top: 18px; color: #607583; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 800; }
.quick-form-trust span { white-space: nowrap; }
.contact-form-section { background: linear-gradient(180deg,#fff 0%,#f5f9fb 100%); }
.contact-enquiry-form { box-shadow: var(--shadow-md); }
.contact-enquiry-form h2 { margin-bottom: 9px; }
.contact-form-grid { margin-top: 25px; }
.contact-card-note { position: relative; z-index: 1; padding: 18px; margin-top: 24px; color: #d8e5ec; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 15px; }
.contact-card-note strong { display: block; margin-bottom: 5px; color: var(--gold-300); }
.contact-card-note p { font-size: .8rem; line-height: 1.6; }
.narrow-form-wrap { width: min(100%, 570px); margin-inline: auto; }
.standalone-quick-form { box-shadow: var(--shadow-md); }

.footer-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.footer-glow-one { top: -260px; right: -130px; width: 520px; height: 520px; background: rgba(29,102,151,.19); }
.footer-glow-two { bottom: -300px; left: -220px; width: 500px; height: 500px; background: rgba(239,186,49,.08); }
.footer-content { position: relative; z-index: 1; }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding-bottom: 58px; margin-bottom: 58px; border-bottom: 1px solid var(--line-dark); }
.footer-lead > div:first-child { max-width: 720px; }
.footer-lead h2 { margin-bottom: 13px; color: white; font-size: clamp(2rem,3.5vw,3.45rem); }
.footer-lead p { color: #a9bfcc; }
.footer-lead-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .7fr .75fr; gap: 48px; }
.footer-logo { width: 255px; height: 115px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.footer-brand-column p { max-width: 390px; }
.footer-contact-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-contact-pills a { padding: 7px 10px; color: #dce7ed; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); border-radius: 9px; font-size: .76rem; }
.footer-title { margin-bottom: 18px; color: white; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-links span { color: #a9bfcc; font-size: .87rem; }
.footer-links a:hover { color: var(--gold-300); }
.footer-bottom { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding-top: 28px; margin-top: 55px; border-top: 1px solid var(--line-dark); font-size: .77rem; }
.integrity-note { max-width: 760px; color: #829dac; }

.whatsapp-float { position: fixed; z-index: 130; left: 22px; bottom: 22px; display: grid; width: 60px; height: 60px; min-height: 60px; place-items: center; padding: 0; color: white; background: #25D366; border: 3px solid white; border-radius: 50%; box-shadow: 0 16px 38px rgba(22,133,70,.34); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 22px 45px rgba(22,133,70,.42); }
.whatsapp-float svg { width: 32px; height: 32px; fill: currentColor; }

.not-found { display: grid; min-height: 65vh; place-items: center; padding: 90px 0; text-align: center; }
.not-found img { width: 160px; height: 160px; object-fit: contain; margin: 0 auto 25px; }
.not-found .lead { max-width: 600px; margin-inline: auto; }
.not-found .hero-actions { justify-content: center; }

.slider-controls, .slider-dots { display: none; }

@media (max-width: 1120px) {
  .site-nav > a, .nav-dropdown-toggle { padding-inline: 9px; font-size: .86rem; }
  .header-chat span { display: none; }
  .home-hero-grid { grid-template-columns: .87fr 1.13fr; gap: 40px; }
  .home-hero h1 { font-size: clamp(3rem,5vw,4.7rem); }
  .form-grid { gap: 13px; }
  .subject-layout { gap: 42px; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 980px) {
  .utility-contact { display: none; }
  .menu-toggle { display: block; }
  .header-chat { display: none; }
  .site-nav { position: fixed; z-index: 120; top: 120px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; align-content: start; padding: 18px 20px 40px; background: white; box-shadow: var(--shadow-md); }
  .site-nav.is-open { display: grid; }
  .site-nav > a, .nav-dropdown-toggle { width: 100%; justify-content: space-between; min-height: 52px; padding: 13px 15px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: .98rem; }
  .site-nav > a[aria-current="page"]::after { display: none; }
  .nav-dropdown-menu { position: static; width: 100%; max-height: 0; overflow: hidden; padding: 0 10px; transform: none !important; visibility: visible; opacity: 1; background: var(--soft); border: 0; border-radius: 15px; box-shadow: none; transition: max-height .25s ease, padding .25s ease; }
  .nav-dropdown-menu::before { display: none; }
  .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { max-height: 0; padding-top: 0; padding-bottom: 0; }
  .nav-dropdown.is-open .nav-dropdown-menu { max-height: 720px; padding-top: 15px; padding-bottom: 15px; }
  .dropdown-intro { display: none; }
  .dropdown-links { grid-template-columns: 1fr; padding: 0; }
  .dropdown-all { margin-top: 8px; }
  .home-hero-grid, .intro-grid, .difference-grid, .subject-layout, .page-hero-grid, .split, .form-layout, .pathway-layout { grid-template-columns: 1fr; }
  .home-hero-grid { padding-top: 70px; }
  .home-hero-copy { max-width: 780px; }
  .hero-form-shell { max-width: 780px; }
  .hero-trust-row { grid-template-columns: repeat(2,1fr); }
  .hero-trust-row > div { min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-trust-row > div:nth-child(2) { border-right: 0; }
  .intro-grid { gap: 38px; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .difference-copy, .pathway-intro, .contact-card { position: static; }
  .bento-grid { max-width: 800px; }
  .process-line { grid-template-columns: repeat(2,1fr); row-gap: 45px; }
  .process-line::before { display: none; }
  .subject-layout { gap: 45px; }
  .final-cta { grid-template-columns: 110px 1fr; }
  .final-cta-actions { grid-column: 1/-1; grid-template-columns: repeat(2,max-content); }
  .page-mark { justify-self: start; width: 150px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .subject-cloud { grid-template-columns: repeat(3,1fr); }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 72px; gap: 12px; }
  .brand { width: 155px; }
  .brand img { height: 58px; }
  .nav-actions .btn { display: none; }
  .site-nav { top: 72px; }
  .home-hero-grid { gap: 38px; padding-top: 55px; padding-bottom: 38px; }
  .home-hero h1 { font-size: clamp(2.7rem,12vw,4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-signup-form, .signup-form { padding: 24px 18px; border-radius: 23px; }
  .quick-form-trust { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .hero-trust-row { grid-template-columns: 1fr; padding-top: 12px; }
  .hero-trust-row > div { padding: 12px 0; border-right: 0; }
  .metric-panel { grid-template-columns: 1fr; }
  .metric { display: grid; grid-template-columns: 60px 1fr; gap: 12px; align-items: center; padding: 18px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric strong { margin: 0; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .card-grid, .testimonial-grid, .subject-card-grid { grid-template-columns: none; }
  .mobile-slider .slider-track { display: flex; gap: 15px; overflow-x: auto; padding: 4px 2px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mobile-slider .slider-track::-webkit-scrollbar { display: none; }
  .mobile-slider .slider-track > * { flex: 0 0 88%; scroll-snap-align: start; }
  .slider-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 13px; }
  .slider-dots { display: flex; align-items: center; justify-content: center; gap: 6px; }
  .slider-dot { width: 7px; height: 7px; padding: 0; background: #c6d5de; border: 0; border-radius: 50%; }
  .slider-dot.is-active { width: 22px; background: var(--gold-500); border-radius: 10px; }
  .slider-arrow { display: grid; width: 42px; height: 42px; place-items: center; color: var(--navy-900); background: white; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow-xs); }
  .difference-grid { gap: 37px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-large { grid-column: auto; }
  .bento-card { min-height: 0; }
  .bento-visual { flex-wrap: wrap; }
  .process-line { grid-template-columns: 1fr; gap: 34px; }
  .process-line article { display: grid; grid-template-columns: 52px 1fr; gap: 5px 16px; align-items: start; padding: 0; text-align: left; }
  .process-dot { grid-row: 1/3; margin: 0; }
  .process-line h3 { margin-bottom: 2px; }
  .subject-slider .slider-track > * { flex-basis: 84%; }
  .review-summary { align-self: flex-start; }
  .final-cta { grid-template-columns: 1fr; padding: 34px 25px; border-radius: 28px; }
  .cta-mark { width: 95px; height: 95px; }
  .cta-mark img { width: 80px; height: 80px; }
  .final-cta-actions { grid-column: auto; grid-template-columns: 1fr; }
  .page-hero { padding: 65px 0 58px; }
  .page-hero h1 { font-size: clamp(2.6rem,11vw,4rem); }
  .page-mark { display: none; }
  .service-detail { padding: 27px 22px; }
  .timeline, .metric-grid { grid-template-columns: 1fr; }
  .subject-cloud { grid-template-columns: repeat(2,1fr); }
  .process-row { grid-template-columns: 62px 1fr; gap: 16px; padding: 22px 18px; }
  .process-row .number { width: 56px; height: 56px; }
  .footer-lead { padding-bottom: 42px; margin-bottom: 42px; }
  .footer-lead-actions, .footer-lead-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand-column { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-logo { width: 225px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { left: 14px; bottom: 14px; width: 54px; height: 54px; min-height: 54px; padding: 0; }
  .whatsapp-float svg { width: 29px; height: 29px; }
}

@media (max-width: 420px) {
  .brand { width: 139px; }
  .hero-badge { align-items: flex-start; border-radius: 16px; }
  .hero-proof { flex-direction: column; }
  .subject-cloud { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-column, .footer-grid > div:last-child { grid-column: auto; }
}

/* Refined three-field homepage sign-up */
.hero-signup-form .form-note {
  max-width: 34rem;
}

.quick-signup-form {
  padding: 34px;
}

.quick-form-grid {
  gap: 15px;
  margin-top: 24px;
}

.quick-field label {
  margin-bottom: 7px;
  color: var(--navy-900);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .025em;
}

.quick-input-wrap {
  position: relative;
}

.quick-input-wrap > svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  fill: none;
  stroke: #6f8290;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  pointer-events: none;
  transition: stroke .2s ease;
}

.quick-form-grid .quick-input-wrap input {
  width: 100%;
  min-height: 58px;
  padding: 0 17px 0 50px;
  color: var(--navy-950);
  background: rgba(255,255,255,.96);
  border: 1px solid #d8e2e8;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(9,42,62,.045);
  font-size: .94rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.quick-form-grid .quick-input-wrap input::placeholder {
  color: #98a7b1;
}

.quick-form-grid .quick-input-wrap input:hover {
  border-color: #b9cad5;
}

.quick-form-grid .quick-input-wrap input:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 4px rgba(239,186,49,.15), 0 12px 28px rgba(9,42,62,.08);
  transform: translateY(-1px);
}

.quick-field:focus-within .quick-input-wrap > svg {
  stroke: #b98200;
}

.quick-signup-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
  border-radius: 15px;
  font-size: .95rem;
  letter-spacing: .015em;
}

.quick-signup-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .2s ease;
}

.quick-signup-button:hover svg {
  transform: translateX(4px);
}

.quick-privacy-note {
  margin: 15px 2px 0;
  color: #758895;
  font-size: .68rem;
  line-height: 1.55;
  text-align: center;
}

.quick-privacy-note a {
  color: var(--navy-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 560px) {
  .quick-signup-form {
    padding: 25px 20px;
  }

  .quick-form-grid .quick-input-wrap input,
  .quick-signup-button {
    min-height: 55px;
  }
}


/* Professional responsive density refinement */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

main {
  overflow: clip;
}

main > section,
.container,
.home-hero-copy,
.hero-form-shell,
.site-nav,
.nav-actions,
.form-layout > *,
.split > *,
.page-hero-grid > * {
  min-width: 0;
}

.section {
  padding: 86px 0;
}

.section-sm {
  padding: 58px 0;
}

.section-soft {
  background:
    radial-gradient(circle at 8% 10%, rgba(239, 186, 49, .10), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(30, 100, 150, .09), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .72fr);
  gap: clamp(34px, 4vw, 58px);
  padding-top: 66px;
  padding-bottom: 48px;
}

.home-hero-copy {
  padding-bottom: 12px;
}

.home-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 4.9vw, 5.15rem);
}

.hero-lead {
  margin-bottom: 25px;
}

.hero-proof {
  padding-top: 22px;
  margin-top: 26px;
}

.hero-form-shell {
  width: min(100%, 398px);
  max-width: 398px;
}

.form-shine {
  inset: -8px;
  border-radius: 29px;
}

.quick-signup-form {
  padding: 24px 25px 22px;
  border-radius: 24px;
}

.quick-signup-form h2 {
  margin-bottom: 7px;
  font-size: clamp(1.5rem, 2.1vw, 1.82rem);
}

.quick-signup-form .form-kicker {
  margin-bottom: 6px;
  font-size: .65rem;
}

.quick-signup-form .form-note {
  margin-bottom: 0;
  font-size: .78rem;
  line-height: 1.55;
}

.quick-form-grid {
  gap: 10px;
  margin-top: 16px;
}

.quick-field label {
  margin-bottom: 5px;
  font-size: .69rem;
}

.quick-input-wrap > svg {
  left: 14px;
  width: 17px;
  height: 17px;
}

.quick-form-grid .quick-input-wrap input {
  min-height: 49px;
  padding: 0 13px 0 42px;
  border-radius: 12px;
  font-size: .88rem;
}

.quick-signup-button {
  min-height: 50px;
  margin-top: 2px;
  border-radius: 12px;
  font-size: .88rem;
}

.quick-signup-button svg {
  width: 18px;
  height: 18px;
}

.quick-privacy-note {
  margin: 10px 1px 0;
  font-size: .61rem;
  line-height: 1.45;
}

.hero-trust-row {
  padding: 16px 0 19px;
}

.home-intro {
  background:
    linear-gradient(90deg, rgba(234, 244, 250, .72), transparent 48%),
    #fff;
}

.home-intro .intro-grid {
  padding: 34px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-xs);
}

.home-intro .metric-panel {
  box-shadow: none;
}

.service-showcase::before {
  content: "";
  position: absolute;
  top: 52px;
  right: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(30,100,150,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(30,100,150,.035), 0 0 0 90px rgba(239,186,49,.025);
}

.service-showcase > .container {
  position: relative;
  z-index: 1;
}

.service-card {
  min-height: 292px;
  padding: 25px;
}

.service-card-top {
  margin-bottom: 25px;
}

.service-card p {
  min-height: 68px;
  margin-bottom: 21px;
}

.difference-section {
  background:
    radial-gradient(circle at 0% 45%, rgba(239,186,49,.13), transparent 23%),
    linear-gradient(180deg, #fff 0%, #f9fbfc 100%);
}

.home-process {
  background:
    linear-gradient(135deg, rgba(234,244,250,.82), transparent 45%),
    linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.process-line article {
  padding: 0 12px;
}

.testimonial-section {
  background:
    radial-gradient(circle at 95% 5%, rgba(239,186,49,.11), transparent 27%),
    #f8fafc;
}

.quote-card {
  min-height: 270px;
  padding: 27px;
}

.final-cta-section {
  padding-top: 18px;
  padding-bottom: 74px;
}

.page-hero {
  padding: 72px 0 66px;
}

.page-hero-grid {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 38px;
}

.page-mark {
  width: 175px;
  max-height: 175px;
}

.service-detail,
.value-card,
.resource-card,
.info-panel,
.pathway-item,
.process-row {
  box-shadow: 0 12px 34px rgba(5,29,49,.07);
}

.resource-card {
  min-height: 220px;
}

.site-footer {
  padding: 76px 0 24px;
}

.footer-lead {
  padding-bottom: 42px;
  margin-bottom: 44px;
}

.footer-bottom {
  margin-top: 42px;
}

@media (max-width: 1120px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .72fr);
    gap: 34px;
  }

  .home-hero h1 {
    font-size: clamp(2.85rem, 4.7vw, 4.35rem);
  }

  .hero-form-shell {
    width: min(100%, 380px);
    max-width: 380px;
  }
}

@media (max-width: 980px) {
  .section {
    padding: 72px 0;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 54px;
  }

  .home-hero-copy {
    max-width: 720px;
  }

  .hero-form-shell {
    width: min(100%, 480px);
    max-width: 480px;
    justify-self: start;
  }

  .home-intro .intro-grid {
    padding: 28px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr 140px;
  }

  .page-mark {
    width: 135px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 58px 0;
  }

  .section-sm {
    padding: 46px 0;
  }

  .home-hero-grid {
    gap: 29px;
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .home-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(2.35rem, 11.4vw, 3.45rem);
  }

  .hero-lead {
    margin-bottom: 21px;
    font-size: .98rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof {
    padding-top: 19px;
    margin-top: 21px;
  }

  .hero-form-shell {
    width: 100%;
    max-width: 430px;
  }

  .quick-signup-form,
  .hero-signup-form.signup-form {
    padding: 21px 18px 19px;
    border-radius: 20px;
  }

  .quick-form-grid {
    gap: 9px;
    margin-top: 14px;
  }

  .quick-form-grid .quick-input-wrap input,
  .quick-signup-button {
    min-height: 48px;
  }

  .home-intro .intro-grid {
    gap: 28px;
    padding: 22px 18px;
    border-radius: 23px;
  }

  .service-card,
  .quote-card,
  .resource-card {
    min-height: auto;
  }

  .mobile-slider .slider-track > * {
    flex-basis: min(88%, 340px);
  }

  .page-hero {
    padding: 52px 0 48px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .page-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .site-footer {
    padding-top: 62px;
  }

  .footer-lead {
    gap: 25px;
    padding-bottom: 32px;
    margin-bottom: 34px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .section {
    padding: 50px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    width: 132px;
  }

  .brand img {
    height: 52px;
  }

  .site-nav {
    top: 68px;
    padding-inline: 12px;
  }

  .home-hero-grid {
    padding-top: 34px;
  }

  .hero-badge {
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 10px;
    font-size: .68rem;
  }

  .hero-proof {
    gap: 12px;
  }

  .proof-avatars span {
    width: 35px;
    height: 35px;
  }

  .quick-signup-form,
  .hero-signup-form.signup-form {
    padding: 19px 15px 17px;
  }

  .quick-signup-form h2 {
    font-size: 1.42rem;
  }

  .quick-form-grid .quick-input-wrap input {
    padding-left: 39px;
  }

  .hero-trust-row {
    padding-top: 10px;
  }

  .hero-trust-row > div {
    min-height: 0;
    padding: 10px 0;
  }

  .mobile-slider .slider-track > * {
    flex-basis: 91%;
  }

  .subject-slider .slider-track > * {
    flex-basis: 89%;
  }

  .footer-grid {
    gap: 30px;
  }
}


/* Ultra-compact homepage sign-up: three fields and one action only */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-form-shell {
  width: min(100%, 360px);
  max-width: 360px;
}

.quick-signup-form {
  padding: 20px;
}

.quick-form-grid {
  gap: 11px;
  margin-top: 0;
}

.quick-form-grid .quick-input-wrap input {
  min-height: 48px;
}

.quick-signup-button {
  min-height: 49px;
  margin-top: 0;
}

@media (max-width: 1120px) {
  .hero-form-shell {
    width: min(100%, 350px);
    max-width: 350px;
  }
}

@media (max-width: 980px) {
  .hero-form-shell {
    width: min(100%, 410px);
    max-width: 410px;
  }
}

@media (max-width: 760px) {
  .hero-form-shell {
    width: 100%;
    max-width: 410px;
  }

  .quick-signup-form,
  .hero-signup-form.signup-form {
    padding: 17px;
  }
}


/* Final navigation, logo, form and mobile-fit corrections */
.menu-backdrop {
  position: fixed;
  z-index: 105;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(4, 24, 41, .38);
  border: 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.menu-backdrop[hidden] { display: none; }

.brand img,
.footer-logo,
.page-mark,
.cta-mark img,
.not-found img {
  image-rendering: auto;
}
.brand { width: 194px; }
.brand img { height: auto; max-height: 58px; object-fit: contain; }
.footer-logo { width: 255px; height: auto; max-height: none; object-fit: contain; }
.page-mark { height: auto; object-fit: contain; }

.quick-visible-label {
  display: block;
  margin: 0 0 4px;
  color: var(--navy-900);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .02em;
}
.hero-signup-form.quick-signup-form { padding: 17px 18px; }
.hero-signup-form .quick-form-grid { gap: 7px; margin-top: 0; }
.hero-signup-form .quick-form-grid .quick-input-wrap input { min-height: 44px; }
.hero-signup-form .quick-signup-button { min-height: 45px; }
.form-privacy-line { margin: 14px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }
.form-privacy-line a { color: var(--navy-700); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.mobile-slider,
.slider-track,
.subject-layout,
.subject-card-grid,
.service-grid,
.testimonial-grid {
  min-width: 0;
  max-width: 100%;
}
.mobile-slider { width: 100%; overflow: hidden; }
.slider-track > * { min-width: 0; overflow-wrap: anywhere; }
.slider-arrow:disabled { opacity: .38; cursor: default; transform: none; }

@media (min-width: 981px) {
  .nav-dropdown:not(.is-open) .nav-dropdown-menu {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translate(-44%, 10px) !important;
  }
  .nav-dropdown.is-open .nav-dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate(-44%, 0) !important;
  }
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    z-index: 140;
    top: 128px;
    right: 16px;
    bottom: auto;
    left: auto;
    display: none;
    width: min(326px, calc(100vw - 32px));
    max-height: calc(100dvh - 144px);
    align-content: start;
    grid-auto-rows: max-content;
    gap: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background: rgba(255, 255, 255, .985);
    border: 1px solid rgba(203, 218, 227, .95);
    border-radius: 18px;
    box-shadow: 0 28px 75px rgba(4, 24, 41, .28);
  }
  .site-nav.is-open { display: grid; animation: menuReveal .18s ease both; }
  @keyframes menuReveal { from { opacity: 0; transform: translateY(-8px) scale(.985); } to { opacity: 1; transform: none; } }
  .site-nav > a,
  .nav-dropdown-toggle {
    min-height: 45px;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    font-size: .91rem;
  }
  .site-nav > a:hover,
  .site-nav > a[aria-current="page"],
  .nav-dropdown-toggle:hover,
  .nav-dropdown.is-open .nav-dropdown-toggle { background: var(--blue-100); }
  .nav-dropdown-menu {
    position: static;
    width: 100%;
    max-height: 0;
    margin: 3px 0 0;
    overflow: hidden;
    padding: 0 7px;
    transform: none !important;
    visibility: visible;
    opacity: 1;
    background: #f4f8fb;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    transition: max-height .24s ease, padding .24s ease;
  }
  .nav-dropdown.is-open .nav-dropdown-menu { max-height: 620px; padding-top: 9px; padding-bottom: 9px; }
  .dropdown-links { gap: 3px; padding: 0; }
  .dropdown-links a { grid-template-columns: 32px 1fr; gap: 9px; padding: 8px; border-radius: 9px; }
  .dropdown-icon { width: 30px; height: 30px; border-radius: 8px; font-size: .64rem; }
  .dropdown-links strong { font-size: .82rem; }
  .dropdown-links small { margin-top: 0; font-size: .68rem; line-height: 1.35; }
  .dropdown-all { margin-top: 6px; padding: 9px 11px; border-radius: 9px; font-size: .79rem; }
  .menu-toggle { position: relative; z-index: 151; }
}

@media (max-width: 760px) {
  .site-nav {
    top: 80px;
    right: 14px;
    width: min(318px, calc(100vw - 28px));
    max-height: calc(100dvh - 94px);
  }
  .brand { width: 156px; }
  .brand img { max-height: 48px; }
  .home-hero-grid { width: 100%; }
  .hero-form-shell { justify-self: stretch; width: min(100%, 390px); max-width: 390px; }
  .mobile-slider .slider-track {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
    scroll-padding-left: 0;
    touch-action: pan-x;
  }
  .mobile-slider .slider-track > * {
    flex: 0 0 calc(100% - 24px);
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
  .subject-slider .slider-track > * {
    flex-basis: calc(100% - 22px);
    width: calc(100% - 22px);
    max-width: calc(100% - 22px);
  }
  .subject-card { padding: 21px; }
  .form-layout,
  .split,
  .page-hero-grid,
  .difference-grid,
  .subject-layout { width: 100%; min-width: 0; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .footer-logo { width: 220px; }
}

@media (max-width: 480px) {
  .site-nav {
    top: 74px;
    right: 10px;
    width: min(306px, calc(100vw - 20px));
    max-height: calc(100dvh - 86px);
    border-radius: 15px;
  }
  .site-nav > a,
  .nav-dropdown-toggle { min-height: 42px; padding: 8px 10px; }
  .dropdown-links small { display: none; }
  .brand { width: 140px; }
  .brand img { max-height: 44px; }
  .header-inner { min-height: 66px; }
  .home-hero-grid { padding-top: 30px; }
  .home-hero h1 { font-size: clamp(2.18rem, 10.9vw, 3.1rem); overflow-wrap: normal; word-break: normal; }
  .hero-form-shell { max-width: 100%; }
  .hero-signup-form.quick-signup-form { padding: 15px; }
  .hero-signup-form .quick-form-grid .quick-input-wrap input { min-height: 42px; }
  .hero-signup-form .quick-signup-button { min-height: 44px; }
  .mobile-slider .slider-track > * { flex-basis: calc(100% - 18px); width: calc(100% - 18px); max-width: calc(100% - 18px); }
  .subject-slider .slider-track > * { flex-basis: calc(100% - 16px); width: calc(100% - 16px); max-width: calc(100% - 16px); }
  .footer-logo { width: 205px; }
}

/* Final compactness and fit corrections after device testing */
@media (min-width: 981px) {
  .nav-dropdown-menu {
    transition: opacity .18s ease, transform .18s ease;
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .site-nav {
    top: 90px;
    max-height: calc(100dvh - 104px);
  }
  .dropdown-links small { display: none; }
}

@media (max-width: 760px) {
  .home-hero-grid,
  .form-layout,
  .split,
  .page-hero-grid,
  .difference-grid,
  .subject-layout {
    width: min(calc(100% - 30px), var(--container));
  }
  .hero-form-shell {
    width: min(100%, 360px);
    max-width: 360px;
    justify-self: center;
  }
  .hero-signup-form.quick-signup-form {
    padding: 14px 15px;
  }
  .hero-signup-form .quick-form-grid {
    gap: 5px;
  }
  .hero-signup-form .quick-form-grid .quick-input-wrap input {
    min-height: 40px;
    padding-left: 38px;
  }
  .hero-signup-form .quick-signup-button {
    min-height: 42px;
  }
  .quick-visible-label {
    margin-bottom: 3px;
    font-size: .63rem;
  }
  .dropdown-links small { display: none; }
}

@media (max-width: 480px) {
  .home-hero-grid,
  .form-layout,
  .split,
  .page-hero-grid,
  .difference-grid,
  .subject-layout {
    width: min(calc(100% - 24px), var(--container));
  }
  .hero-form-shell {
    width: min(100%, 340px);
    max-width: 340px;
  }
}

@media (max-width: 980px) {
  .nav-dropdown { width: 100%; }
}

@media (max-width: 980px) {
  .site-nav.is-open {
    justify-content: stretch;
    justify-items: stretch;
  }
}

/* August 2026 minor content and conversion refinements */
.promo-bar {
  color: #fff;
  background: linear-gradient(90deg, #0a4775 0%, #126898 52%, #0a4775 100%);
  border-bottom: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
}

.promo-inner {
  min-height: 42px;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
  text-align: center;
}

.promo-message,
.promo-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.promo-message {
  font-size: .79rem;
  letter-spacing: .005em;
}

.promo-message strong,
.promo-message b {
  font-weight: 900;
}

.promo-message b {
  color: #ffe08a;
  letter-spacing: .035em;
}

.promo-spark {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #07243c;
  background: var(--gold-300);
  border-radius: 50%;
  font-size: .67rem;
  box-shadow: 0 0 0 4px rgba(247,205,101,.13);
}

.promo-divider {
  color: rgba(255,255,255,.56);
}

.promo-countdown {
  padding-left: clamp(18px, 3vw, 38px);
  border-left: 1px solid rgba(255,255,255,.24);
  color: #ffffff;
  font-size: .78rem;
  font-weight: 800;
}

.promo-countdown strong {
  min-width: 88px;
  padding: 6px 11px;
  color: #063150;
  background: #ffffff;
  border: 2px solid rgba(255,255,255,.70);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  font-size: .84rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: .055em;
}

.header-chat.header-whatsapp-link {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  height: 46px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 5px 13px 5px 5px;
  color: var(--navy-900);
  background: #f1fbf5;
  border: 1px solid #bde9cc;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(18,116,65,.10);
}

.header-chat.header-whatsapp-link:hover {
  color: var(--navy-900);
  background: #e7f8ee;
  border-color: #88d5a4;
  box-shadow: 0 12px 28px rgba(18,116,65,.16);
}

.header-whatsapp-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(37,211,102,.24);
}

.header-chat.header-whatsapp-link .header-whatsapp-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.header-whatsapp-copy {
  display: grid;
  line-height: 1.04;
  text-align: left;
}

.header-whatsapp-copy small {
  margin-bottom: 3px;
  color: #4e7460;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-whatsapp-copy strong {
  color: var(--navy-900);
  font-size: .76rem;
  font-weight: 900;
  white-space: nowrap;
}

.hero-form-shell {
  width: min(100%, 425px);
  max-width: 425px;
}

.hero-signup-form.quick-signup-form {
  padding: 28px 29px 27px;
  border-radius: 28px;
}

.hero-form-shell .form-shine {
  inset: -10px;
  border-radius: 34px;
}

.quick-form-heading {
  margin-bottom: 19px;
}

.quick-form-offer {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
  padding: 6px 10px;
  color: #865f00;
  background: var(--gold-100);
  border: 1px solid #f4d983;
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.quick-form-heading h2 {
  margin: 0 0 7px;
  color: var(--navy-950);
  font-size: clamp(1.55rem, 2.2vw, 1.92rem);
  letter-spacing: -.035em;
}

.quick-form-heading p {
  margin: 0;
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.55;
}

.hero-signup-form .quick-form-grid {
  gap: 10px;
}

.hero-signup-form .quick-form-grid .quick-input-wrap input {
  min-height: 51px;
}

.hero-signup-form .quick-signup-button {
  min-height: 53px;
  margin-top: 4px;
  font-size: .91rem;
}

@media (max-width: 1220px) {
  .header-whatsapp-copy small { display: none; }
  .header-whatsapp-copy strong { font-size: .72rem; }
}

@media (max-width: 1120px) {
  .header-chat.header-whatsapp-link {
    width: 42px;
    height: 42px;
    padding: 3px;
    border-radius: 50%;
  }
  .header-chat.header-whatsapp-link .header-whatsapp-copy { display: none; }
  .header-whatsapp-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .hero-form-shell {
    width: min(100%, 405px);
    max-width: 405px;
  }
}

@media (max-width: 980px) {
  .header-chat.header-whatsapp-link { display: none; }
  .site-nav {
    top: var(--mobile-menu-top, 90px) !important;
    max-height: calc(100dvh - var(--mobile-menu-top, 90px) - 12px) !important;
  }
  .hero-form-shell {
    width: min(100%, 470px);
    max-width: 470px;
  }
}

@media (max-width: 760px) {
  .utility-bar.promo-bar { display: block; }
  .promo-inner {
    min-height: 36px;
    width: 100%;
    gap: 10px;
    padding: 5px 10px;
  }
  .promo-message {
    gap: 5px;
    font-size: .66rem;
  }
  .promo-spark,
  .promo-divider,
  .promo-message > span:not(.promo-spark):not(.promo-divider) {
    display: none;
  }
  .promo-countdown {
    gap: 5px;
    padding-left: 10px;
    font-size: .62rem;
  }
  .promo-countdown > span { display: inline; }
  .promo-countdown strong {
    min-width: 72px;
    padding: 4px 7px;
    font-size: .68rem;
  }
  .hero-signup-form.quick-signup-form {
    padding: 24px 21px 22px;
  }
  .quick-form-heading {
    margin-bottom: 16px;
  }
  .quick-form-heading h2 {
    font-size: 1.55rem;
  }
}

@media (max-width: 480px) {
  .promo-message strong {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-form-shell {
    width: min(100%, 370px);
    max-width: 370px;
  }
  .hero-signup-form.quick-signup-form {
    padding: 21px 17px 19px;
  }
  .quick-form-offer {
    margin-bottom: 9px;
    font-size: .58rem;
  }
  .quick-form-heading h2 {
    font-size: 1.42rem;
  }
  .quick-form-heading p {
    font-size: .74rem;
  }
  .hero-signup-form .quick-form-grid .quick-input-wrap input {
    min-height: 48px;
  }
  .hero-signup-form .quick-signup-button {
    min-height: 50px;
  }
}

.promo-offer-short { display: none; }

@media (max-width: 760px) {
  .promo-message > .promo-code { display: inline-flex; }
  .promo-offer-long { display: none; }
  .promo-offer-short { display: inline; }
  .promo-code {
    gap: 3px;
    font-size: .61rem;
    white-space: nowrap;
  }
  .promo-code b { font-size: .62rem; }
}

@media (max-width: 360px) {
  .promo-inner { gap: 6px; padding-inline: 7px; }
  .promo-message { gap: 4px; }
  .promo-code { font-size: .56rem; }
  .promo-code b { font-size: .57rem; }
  .promo-countdown { padding-left: 6px; }
}
@media (max-width: 760px) {
  .promo-message > .promo-code { display: inline-flex !important; }
}

/* EDU Excellence reviews page and homepage review preview */
.home-review-heading .lead {
  max-width: 720px;
  margin-top: 12px;
}

.home-review-slider {
  margin-top: 30px;
}

.review-theme-card {
  overflow: hidden;
  min-height: 315px;
  border-top: 4px solid var(--gold-400);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.review-theme-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(8,57,91,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(8,57,91,.025);
}

.review-theme-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-400);
  box-shadow: 0 22px 45px rgba(5,29,49,.12);
}

.review-theme-top,
.review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.review-theme-index,
.review-theme-number {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 13px;
  font-size: .72rem;
  font-weight: 900;
}

.review-theme-tag,
.review-service-tag {
  padding: 7px 10px;
  color: var(--blue-700);
  background: var(--blue-100);
  border: 1px solid rgba(22,91,137,.1);
  border-radius: 999px;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .02em;
}

.review-theme-card h3 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.28rem;
}

.review-theme-card .quote-text {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  margin-bottom: 25px;
}

.home-review-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.review-page-hero .page-mark {
  opacity: .95;
}

.review-overview-section {
  background:
    radial-gradient(circle at 8% 15%, rgba(239,186,49,.10), transparent 24%),
    #fff;
}

.review-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 64px;
  align-items: center;
}

.review-overview-copy h2 {
  max-width: 760px;
}

.review-overview-copy .lead {
  max-width: 760px;
}

.review-theme-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.review-theme-pills span {
  padding: 10px 13px;
  color: var(--navy-900);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 800;
}

.review-overview-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  color: white;
  background:
    radial-gradient(circle at 100% 0%, rgba(239,186,49,.22), transparent 37%),
    linear-gradient(145deg, var(--navy-950), var(--navy-700));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.review-overview-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.025);
}

.review-overview-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-300);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.review-overview-card h3,
.review-overview-card p,
.review-share-link {
  position: relative;
  z-index: 1;
}

.review-overview-card h3 {
  margin-bottom: 13px;
  color: white;
  font-size: 1.7rem;
  line-height: 1.28;
}

.review-overview-card p {
  margin-bottom: 24px;
  color: #bfd1dc;
  line-height: 1.75;
}

.review-overview-card .text-link {
  color: var(--gold-300);
}

.review-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.review-page-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 29px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 34px rgba(5,29,49,.07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.review-page-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--blue-600));
}

.review-page-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -82px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(8,57,91,.07);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(8,57,91,.02);
}

.review-page-card:hover {
  transform: translateY(-6px);
  border-color: rgba(22,91,137,.25);
  box-shadow: 0 22px 48px rgba(5,29,49,.12);
}

.review-page-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  margin-bottom: 13px;
  font-size: 1.24rem;
  line-height: 1.38;
}

.review-page-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.75;
}

.review-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 17px;
  margin-top: auto;
  border-top: 1px solid var(--line);
}

.review-card-footer span {
  color: var(--muted);
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-card-footer strong {
  color: var(--navy-900);
  font-size: .78rem;
}

.review-context-note {
  max-width: 850px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.65;
  text-align: center;
}

.review-principles-section {
  background:
    radial-gradient(circle at 0% 100%, rgba(34,108,157,.08), transparent 27%),
    #fff;
}

.review-principles-layout {
  align-items: start;
}

.review-principles {
  display: grid;
  gap: 14px;
}

.review-principles article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 23px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.review-principles article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 14px;
  font-size: .72rem;
  font-weight: 900;
}

.review-principles h3 {
  margin-bottom: 5px;
  font-size: 1.03rem;
}

.review-principles p {
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.65;
}

.review-cta-panel {
  align-items: center;
}

.review-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .review-overview {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .review-overview-card {
    max-width: 620px;
  }

  .review-page-grid {
    grid-template-columns: none;
  }

  .review-page-slider .slider-track > * {
    flex-basis: min(88%, 350px);
  }

  .review-page-card,
  .review-theme-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .home-review-heading {
    gap: 20px;
  }

  .home-review-heading .review-summary,
  .review-page-summary {
    align-self: flex-start;
  }

  .home-review-action {
    justify-content: flex-start;
  }

  .review-overview-card,
  .review-page-card,
  .review-theme-card {
    padding: 23px;
  }

  .review-overview-card h3 {
    font-size: 1.42rem;
  }

  .review-page-slider .slider-track > * {
    flex-basis: calc(100% - 18px);
    width: calc(100% - 18px);
    max-width: calc(100% - 18px);
  }

  .review-theme-tag,
  .review-service-tag {
    max-width: 180px;
    text-align: right;
  }

  .review-principles article {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 19px;
  }

  .review-principles article > span {
    width: 42px;
    height: 42px;
  }

  .review-cta-actions {
    width: 100%;
  }

  .review-cta-actions .btn {
    width: 100%;
  }
}

/* Professional customer review presentation */
.customer-review-preview {
  background:
    radial-gradient(circle at 92% 4%, rgba(239,186,49,.13), transparent 25%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.customer-review-heading .lead,
.customer-review-list-heading .lead {
  max-width: 740px;
  margin-top: 12px;
}

.customer-rating-summary,
.customer-review-count {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 245px;
  padding: 16px 19px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-xs);
}

.customer-rating-summary > strong,
.customer-review-count > strong {
  color: var(--navy-900);
  font-size: 2rem;
  line-height: 1;
}

.customer-rating-summary small,
.customer-review-count small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: 0;
}

.customer-review-count > span {
  color: var(--gold-500);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.rating-stars {
  --rating: 100%;
  position: relative;
  display: inline-block;
  width: max-content;
  color: #d8e1e7;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .16em;
  white-space: nowrap;
}

.rating-stars::before,
.rating-stars::after {
  content: "★★★★★";
}

.rating-stars::after {
  position: absolute;
  inset: 0 auto auto 0;
  width: var(--rating);
  overflow: hidden;
  color: var(--gold-400);
  white-space: nowrap;
}

.rating-stars-large {
  font-size: 1.3rem;
}

.customer-review-slider {
  margin-top: 30px;
}

.customer-review-grid {
  display: grid;
  gap: 22px;
}

.customer-review-grid-home,
.customer-review-grid-page {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 342px;
  flex-direction: column;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(5,29,49,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.customer-review-card::before {
  content: "“";
  position: absolute;
  top: 74px;
  right: 20px;
  color: rgba(8,57,91,.055);
  font-family: Georgia, serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .8;
}

.customer-review-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--blue-600));
}

.customer-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,100,150,.26);
  box-shadow: 0 24px 52px rgba(5,29,49,.13);
}

.customer-review-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.review-service-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--blue-700);
  background: var(--blue-100);
  border: 1px solid rgba(30,100,150,.1);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.review-score {
  color: var(--navy-900);
  font-size: .86rem;
  font-weight: 900;
}

.customer-review-card > .rating-stars {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.customer-review-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 26px;
  color: #324b5d;
  font-size: .92rem;
  line-height: 1.78;
}

.customer-review-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.customer-review-avatar {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border-radius: 14px;
  font-size: .72rem;
  font-weight: 950;
}

.customer-review-author strong,
.customer-review-author small {
  display: block;
}

.customer-review-author strong {
  color: var(--navy-900);
  font-size: .88rem;
}

.customer-review-author small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .7rem;
}

.customer-review-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 25px;
}

.review-disclosure {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.6;
}

.review-disclosure-centred {
  margin: 28px auto 0;
  text-align: center;
}

.customer-review-summary-section {
  background:
    radial-gradient(circle at 8% 15%, rgba(239,186,49,.11), transparent 24%),
    #ffffff;
}

.customer-review-summary-layout {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: 62px;
  align-items: center;
}

.customer-review-score-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(239,186,49,.24), transparent 36%),
    linear-gradient(145deg, var(--navy-950), var(--navy-700));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.customer-review-score-card::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(255,255,255,.025);
}

.customer-review-kicker {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-300);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.customer-review-score-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 16px;
}

.customer-review-score-line strong {
  color: #ffffff;
  font-size: 4.8rem;
  line-height: .9;
  letter-spacing: -.06em;
}

.customer-review-score-line span {
  padding-bottom: 7px;
  color: #bfd1dc;
  font-size: 1.1rem;
  font-weight: 800;
}

.customer-review-score-card .rating-stars {
  position: relative;
  z-index: 1;
}

.customer-review-score-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 24px;
  color: #c7d6df;
  font-size: .86rem;
  line-height: 1.7;
}

.customer-review-score-chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.customer-review-score-chips span {
  padding: 8px 10px;
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
}

.customer-review-summary-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
}

.customer-review-summary-copy > .lead {
  max-width: 790px;
}

.customer-review-summary-points {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.customer-review-summary-points article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.customer-review-summary-points article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 12px;
  font-size: .7rem;
  font-weight: 900;
}

.customer-review-summary-points strong {
  color: var(--navy-900);
  font-size: .92rem;
}

.customer-review-summary-points p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.6;
}

.customer-review-list-section {
  background:
    radial-gradient(circle at 100% 0%, rgba(239,186,49,.10), transparent 24%),
    var(--soft);
}

.customer-review-confidence-section {
  padding-top: 0;
  background: #ffffff;
}

.customer-review-confidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 45px;
  align-items: center;
  padding: 42px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(239,186,49,.18), transparent 32%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  border-radius: 30px;
  box-shadow: var(--shadow-md);
}

.customer-review-confidence-panel h2 {
  margin-bottom: 13px;
  color: #ffffff;
  font-size: clamp(2rem,3.1vw,3rem);
}

.customer-review-confidence-panel p {
  max-width: 700px;
  color: #bdd0dc;
}

.customer-review-confidence-items {
  display: grid;
  gap: 10px;
}

.customer-review-confidence-items article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
}

.customer-review-confidence-items span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 10px;
  font-size: .65rem;
  font-weight: 900;
}

.customer-review-confidence-items strong {
  color: #ffffff;
  font-size: .82rem;
}

@media (max-width: 1020px) {
  .customer-review-grid-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-review-summary-layout,
  .customer-review-confidence-panel {
    grid-template-columns: 1fr;
  }

  .customer-review-score-card {
    max-width: 600px;
  }
}

@media (max-width: 760px) {
  .customer-review-heading,
  .customer-review-list-heading {
    gap: 20px;
  }

  .customer-rating-summary,
  .customer-review-count {
    min-width: 0;
    align-self: flex-start;
  }

  .customer-review-grid-home,
  .customer-review-grid-page {
    grid-template-columns: none;
  }

  .customer-review-slider .slider-track > * {
    flex-basis: min(88%, 350px);
  }

  .customer-review-card {
    min-height: 340px;
  }

  .customer-review-footer-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .customer-review-confidence-panel {
    padding: 30px 24px;
  }
}

@media (max-width: 480px) {
  .customer-review-card,
  .customer-review-score-card {
    padding: 23px;
    border-radius: 19px;
  }

  .customer-review-card {
    min-height: 328px;
  }

  .customer-review-card blockquote {
    font-size: .86rem;
  }

  .customer-review-slider .slider-track > * {
    flex-basis: calc(100% - 14px);
    width: calc(100% - 14px);
    max-width: calc(100% - 14px);
  }

  .customer-review-score-line strong {
    font-size: 4rem;
  }

  .customer-review-summary-points article {
    grid-template-columns: 40px 1fr;
    padding: 16px;
  }

  .customer-review-summary-points article > span {
    width: 36px;
    height: 36px;
  }
}

/* Final professional student review redesign */
.student-reviews-home {
  background:
    radial-gradient(circle at 92% 0%, rgba(239,186,49,.12), transparent 25%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}
.student-reviews-heading,
.student-review-page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}
.student-reviews-heading > div:first-child,
.student-review-page-heading > div:first-child { max-width: 780px; }
.student-rating-badge,
.student-review-page-count {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(5,29,49,.08);
}
.student-rating-badge > strong,
.student-review-page-count > strong {
  color: var(--navy-900);
  font-size: 2.15rem;
  line-height: 1;
}
.student-rating-badge small,
.student-review-page-count small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .7rem;
}
.student-review-page-count > span {
  color: var(--blue-700);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.student-review-slider { margin-top: 32px; }
.student-review-grid { display: grid; gap: 22px; }
.student-review-grid-home,
.student-review-grid-page { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.student-review-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 15px 38px rgba(5,29,49,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.student-review-card::before {
  content: "“";
  position: absolute;
  right: 20px;
  top: 66px;
  color: rgba(8,57,91,.055);
  font-family: Georgia, serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: .8;
}
.student-review-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--blue-600));
}
.student-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,100,150,.25);
  box-shadow: 0 25px 56px rgba(5,29,49,.13);
}
.student-review-meta,
.student-review-rating,
.student-review-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.student-review-meta { justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.student-review-meta time { color: var(--muted); font-size: .68rem; font-weight: 700; }
.student-review-rating { justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.student-review-rating > strong { color: var(--navy-900); font-size: .88rem; }
.student-review-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 24px;
  color: #314b5d;
  font-size: .91rem;
  line-height: 1.78;
}
.student-review-author {
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.student-review-avatar {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border-radius: 14px;
  font-size: .72rem;
  font-weight: 950;
}
.student-review-author strong,
.student-review-author small { display: block; }
.student-review-author strong { color: var(--navy-900); font-size: .9rem; }
.student-review-author small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.student-review-home-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}
.student-review-home-action > span { color: var(--muted); font-size: .76rem; }
.review-hero-rating {
  justify-self: end;
  min-width: 260px;
  padding: 26px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.review-hero-rating > span:first-child {
  color: var(--gold-300);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.review-hero-rating > div { display: flex; align-items: baseline; gap: 6px; margin: 9px 0; }
.review-hero-rating strong { font-size: 3rem; line-height: 1; }
.review-hero-rating small { color: #bdd0db; }
.review-hero-rating p { margin: 10px 0 0; color: #bdd0db; font-size: .76rem; }
.review-dashboard-section { background: #fff; }
.review-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 60px;
  align-items: center;
}
.review-category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.review-category-pills span {
  padding: 9px 13px;
  color: var(--blue-700);
  background: var(--blue-100);
  border: 1px solid rgba(30,100,150,.1);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 850;
}
.review-dashboard-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(5,29,49,.1);
}
.review-dashboard-stat { padding: 22px 14px; text-align: center; background: #fff; }
.review-dashboard-stat strong,
.review-dashboard-stat span { display: block; }
.review-dashboard-stat strong { color: var(--navy-900); font-size: 1.65rem; }
.review-dashboard-stat span { margin-top: 4px; color: var(--muted); font-size: .67rem; }
.review-dashboard-card .btn { grid-column: 1/-1; margin: 16px; }
.student-review-page-section {
  background:
    radial-gradient(circle at 88% 3%, rgba(239,186,49,.1), transparent 22%),
    #f4f8fb;
}
.student-review-card-page { min-height: 390px; }
.student-review-cta-section {
  padding: 68px 0;
  background: linear-gradient(135deg, #06233b, #0a426c);
}
.student-review-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}
.student-review-cta h2 { max-width: 760px; margin: 8px 0 12px; color: #fff; }
.student-review-cta p { max-width: 760px; margin: 0; color: #bcd0dc; }
.student-review-cta-actions { display: flex; flex: 0 0 auto; gap: 12px; }
@media (max-width: 980px) {
  .student-reviews-heading,
  .student-review-page-heading { align-items: flex-start; flex-direction: column; }
  .review-dashboard { grid-template-columns: 1fr; gap: 36px; }
  .review-dashboard-card { max-width: 620px; }
  .review-hero-rating { justify-self: start; }
  .student-review-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .student-rating-badge,
  .student-review-page-count { padding: 13px 16px; }
  .student-review-grid-home,
  .student-review-grid-page { display: flex; grid-template-columns: none; }
  .student-review-slider .slider-track > * { flex: 0 0 calc(100% - 24px); scroll-snap-align: start; }
  .student-review-card,
  .student-review-card-page { min-height: 360px; padding: 23px; }
  .student-review-home-action { align-items: flex-start; flex-direction: column; }
  .review-dashboard-card { grid-template-columns: 1fr; }
  .review-dashboard-card .btn { grid-column: auto; }
  .student-review-cta-actions { width: 100%; flex-direction: column; }
  .student-review-cta-actions .btn { width: 100%; }
}
@media (max-width: 480px) {
  .student-review-meta { align-items: flex-start; flex-direction: column; }
  .review-hero-rating { min-width: 0; width: 100%; }
}

/* Scroll-responsive motion: intentionally limited to key content blocks. */
.scroll-reveal {
  --reveal-from: 22px;
  opacity: 0;
  translate: 0 var(--reveal-from);
  scale: .992;
  transition:
    opacity .58s cubic-bezier(.22,.61,.36,1),
    translate .68s cubic-bezier(.22,.61,.36,1),
    scale .68s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, translate, scale;
}

.scroll-reveal.is-in-view {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

.scroll-reveal[data-scroll-side="left"] { translate: -20px 0; }
.scroll-reveal[data-scroll-side="right"] { translate: 20px 0; }
.scroll-reveal[data-scroll-side="left"].is-in-view,
.scroll-reveal[data-scroll-side="right"].is-in-view { translate: 0 0; }

/* Decorative movement is tied continuously to page scroll, not a one-time load animation. */
.hero-grid-lines {
  translate: 0 calc(var(--hero-scroll, 0px) * .18);
}
.hero-orb-one {
  translate: 0 calc(var(--hero-scroll, 0px) * .34);
}
.hero-orb-two {
  translate: 0 calc(var(--hero-scroll, 0px) * -.22);
}
.home-hero::after {
  transform: translate3d(0, calc(var(--hero-scroll, 0px) * -.12), 0);
}
.page-mark {
  translate: 0 calc(var(--page-mark-shift, 0px));
  transition: translate .08s linear;
  will-change: translate;
}

/* Small depth response for visible cards; preserves existing hover transforms. */
.scroll-depth {
  --depth-y: 0px;
  translate: 0 var(--depth-y);
  will-change: translate;
}
.scroll-reveal.scroll-depth {
  translate: 0 calc(var(--reveal-from) + var(--depth-y));
}
.scroll-reveal.scroll-depth.is-in-view {
  translate: 0 var(--depth-y);
}

@media (max-width: 760px) {
  .scroll-reveal {
    --reveal-from: 14px;
    transition-duration: .48s, .56s, .56s;
  }
  .scroll-reveal[data-scroll-side="left"],
  .scroll-reveal[data-scroll-side="right"] { translate: 0 var(--reveal-from); }
  .scroll-reveal[data-scroll-side="left"].is-in-view,
  .scroll-reveal[data-scroll-side="right"].is-in-view { translate: 0 0; }
  .scroll-depth { --depth-y: 0px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.is-in-view,
  .scroll-depth,
  .hero-grid-lines,
  .hero-orb-one,
  .hero-orb-two,
  .page-mark,
  .home-hero::after {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
