:root {
  --navy: #082e73;
  --navy-deep: #061c48;
  --blue: #0b4aa2;
  --gold: #f4aa12;
  --gold-soft: #ffd66f;
  --ink: #14213a;
  --muted: #5f6d84;
  --line: #dce4ef;
  --cloud: #f3f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(5, 34, 82, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(8,46,115,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { text-decoration: none; color: #36445a; font-size: .94rem; font-weight: 600; }
.site-nav > a:not(.button):hover { color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); transition: .25s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 14px; color: var(--white); background: var(--navy); box-shadow: 0 10px 24px rgba(8,46,115,.18); font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #0a3a8e; box-shadow: 0 14px 30px rgba(8,46,115,.24); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 12px; }
.button-gold { color: var(--navy-deep); background: var(--gold); box-shadow: 0 12px 26px rgba(244,170,18,.22); }
.button-gold:hover { background: #ffc13c; }
.button:disabled { cursor: wait; transform: none; opacity: .7; box-shadow: none; }
.button-full { width: 100%; }
.text-link { font-weight: 700; color: var(--navy); text-underline-offset: 4px; text-decoration-thickness: 1px; }

.hero { position: relative; overflow: hidden; padding: 80px 0 72px; background: linear-gradient(145deg, #fff 32%, #f2f7fc 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -270px; top: -250px; border: 1px solid rgba(244,170,18,.35); border-radius: 50%; box-shadow: 0 0 0 40px rgba(244,170,18,.04), 0 0 0 120px rgba(244,170,18,.025); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 72px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--navy); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--gold); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.12; }
h1 { margin-bottom: 24px; color: var(--navy-deep); font-size: clamp(3rem, 5.7vw, 5.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 22px; color: var(--navy-deep); font-size: clamp(2.2rem, 4vw, 3.55rem); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 1.2rem; letter-spacing: -.02em; }
.hero-lead { max-width: 700px; margin: 0; color: #4c5c73; font-size: 1.15rem; line-height: 1.75; }
.hero-lead strong { color: var(--navy); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 30px; }
.quick-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; padding: 0; list-style: none; color: #46566c; font-size: .92rem; font-weight: 600; }
.quick-points li::before { content: "✓"; margin-right: 7px; color: #d18b00; font-weight: 800; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-logo-card { position: relative; z-index: 2; width: min(430px, 88%); min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 48px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: 48px 48px 100px 48px; box-shadow: var(--shadow); }
.hero-logo-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; bottom: -100px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.025); }
.hero-logo-card img { position: relative; z-index: 2; width: 100%; height: auto; padding: 15px 18px; background: rgba(255,255,255,.97); border-radius: 20px; box-shadow: 0 16px 34px rgba(0,0,0,.16); }
.visual-caption { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.visual-caption span { color: #b9c9e5; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-caption strong { max-width: 185px; font-family: "Manrope", sans-serif; font-size: 1rem; line-height: 1.45; text-align: right; }
.formula { position: absolute; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-style: italic; }
.formula-one { top: 26px; right: 34px; font-size: 2rem; }
.formula-two { left: 26px; bottom: 86px; font-size: 4rem; }
.floating-stat { position: absolute; z-index: 3; display: flex; flex-direction: column; min-width: 118px; padding: 16px 18px; color: var(--navy); background: var(--white); border: 1px solid rgba(8,46,115,.09); border-radius: 18px; box-shadow: 0 16px 38px rgba(5,34,82,.16); }
.floating-stat strong { font-family: "Manrope", sans-serif; font-size: 1.7rem; line-height: 1; }
.floating-stat span { margin-top: 6px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.stat-atar { left: -10px; top: 100px; }
.stat-years { right: -4px; bottom: 76px; }
.visual-orbit { position: absolute; border: 1px solid rgba(8,46,115,.14); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 620px; height: 620px; border-color: rgba(244,170,18,.13); }

.proof { position: relative; z-index: 4; background: var(--white); border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 30px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.5rem; }
.proof-grid span { color: var(--muted); font-size: .86rem; }

.section { padding: 110px 0; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading { max-width: 650px; }
.rich-copy { max-width: 680px; }
.rich-copy p { margin: 0 0 22px; color: #4c5b70; font-size: 1.08rem; line-height: 1.8; }
.soft-section { background: var(--cloud); }
.section-intro { max-width: 740px; margin-bottom: 46px; }
.section-intro > p:last-child, .section-copy { color: var(--muted); font-size: 1.06rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 264px; padding: 30px; background: var(--white); border: 1px solid rgba(8,46,115,.08); border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(5,34,82,.09); }
.card-number { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 42px; color: var(--navy); background: #fff5d9; border-radius: 50%; font-size: .78rem; font-weight: 800; }
.benefit-card h3 { color: var(--navy-deep); }
.benefit-card p { margin: 0; color: var(--muted); }

.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.stage-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; }
.stage-card-featured { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); transform: translateY(-12px); }
.stage-top { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.stage-card-featured .stage-top { border-color: rgba(255,255,255,.2); }
.stage-top span, .stage-top strong { display: block; }
.stage-top span { color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stage-card-featured .stage-top span { color: #b9c9e5; }
.stage-top strong { margin-top: 8px; font-family: "Manrope", sans-serif; font-size: 1.65rem; }
.stage-card ul { margin: 0; padding: 0; list-style: none; }
.stage-card li { position: relative; padding: 9px 0 9px 24px; color: var(--muted); }
.stage-card-featured li { color: #dfe9f8; }
.stage-card li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.exam-focus { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; }
.exam-focus > div { padding: 22px 24px; background: var(--white); border-right: 1px solid var(--line); }
.exam-focus > div:last-child { border-right: 0; }
.exam-focus span, .exam-focus strong { display: block; }
.exam-focus span { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 800; }
.exam-focus strong { margin-top: 4px; color: var(--muted); font-size: .82rem; font-weight: 600; }

.approach { color: var(--white); background: var(--navy-deep); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.approach h2 { color: var(--white); }
.approach-copy > p:not(.kicker) { max-width: 500px; margin-bottom: 32px; color: #c2d0e6; font-size: 1.06rem; }
.kicker.light { color: var(--gold-soft); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--navy-deep); background: var(--gold); border-radius: 50%; font-family: "Manrope", sans-serif; font-weight: 800; }
.process-list h3 { margin-bottom: 6px; color: var(--white); }
.process-list p { margin: 0; color: #b8c8e0; }

.local-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.school-chips, .suburb-list { display: flex; flex-wrap: wrap; gap: 10px; }
.school-chips { margin: 30px 0 24px; }
.school-chips span, .suburb-list span { padding: 9px 14px; border: 1px solid #d6e0ec; border-radius: 999px; color: var(--navy); background: var(--white); font-size: .88rem; font-weight: 600; }
.disclaimer, .small-note { color: #778399; font-size: .78rem; line-height: 1.6; }
.area-card { position: relative; overflow: hidden; padding: 44px; background: var(--cloud); border-radius: 36px; }
.area-card::after { content: ""; position: absolute; right: -100px; top: -120px; width: 260px; height: 260px; border: 1px solid rgba(8,46,115,.1); border-radius: 50%; box-shadow: 0 0 0 35px rgba(8,46,115,.03), 0 0 0 75px rgba(8,46,115,.02); }
.area-card h3 { font-size: 2rem; color: var(--navy-deep); }
.area-card > p:not(.kicker):not(.small-note) { color: var(--muted); }
.area-pin { position: relative; z-index: 2; width: 58px; height: 58px; margin-bottom: 30px; background: var(--gold); border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); }
.area-pin span { position: absolute; width: 18px; height: 18px; left: 20px; top: 20px; background: var(--white); border-radius: 50%; }
.suburb-list { margin: 24px 0; }

.testimonial-section { background: var(--cloud); border-top: 1px solid #e8eef6; }
.testimonial-heading { max-width: 760px; margin-bottom: 44px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.testimonial-card { display: flex; flex-direction: column; min-height: 100%; padding: 34px; background: var(--white); border: 1px solid rgba(8,46,115,.08); border-radius: 28px; box-shadow: 0 18px 46px rgba(5,34,82,.07); }
.quote-mark { height: 42px; color: var(--gold); font-family: Georgia, serif; font-size: 4.5rem; line-height: .9; }
.testimonial-card blockquote { margin: 24px 0 28px; color: #46566c; font-size: 1rem; line-height: 1.78; }
.testimonial-meta { margin: auto 0 0; padding-top: 20px; color: var(--navy); border-top: 1px solid var(--line); font-size: .86rem; font-weight: 800; }
.review-note { margin: 24px 0 0; color: #778399; font-size: .78rem; }

.faq-section { background: #fbfcfe; border-top: 1px solid #edf1f6; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--navy-deep); font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.45rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 24px; max-width: 680px; color: var(--muted); }

.contact { padding: 110px 0; color: var(--white); background: linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.contact h2 { color: var(--white); }
.contact-copy > p:not(.kicker) { max-width: 510px; color: #c7d4e9; font-size: 1.08rem; }
.contact-note { display: flex; flex-direction: column; margin-top: 40px; padding-left: 20px; border-left: 3px solid var(--gold); }
.contact-note strong { color: var(--white); }
.contact-note span { max-width: 440px; color: #aebfda; }
.enquiry-form { display: grid; gap: 18px; padding: 36px; color: var(--ink); background: var(--white); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form label { color: #35445b; font-size: .87rem; font-weight: 700; }
.enquiry-form label span { color: #7c8798; font-weight: 400; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f8fafc; border: 1px solid #dbe3ed; border-radius: 11px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,74,162,.11); }
.enquiry-form textarea { resize: vertical; }
.form-note { margin: -4px 0 0; color: #7c8798; font-size: .76rem; text-align: center; }
.form-note.is-success { color: #24733f; font-weight: 700; }
.form-note.is-error { color: #ad2b2b; font-weight: 700; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.success-dialog { width: min(520px, calc(100% - 32px)); padding: 42px 38px 36px; color: var(--ink); background: var(--white); border: 0; border-radius: 28px; box-shadow: 0 30px 90px rgba(5,34,82,.3); text-align: center; }
.success-dialog::backdrop { background: rgba(6,28,72,.66); backdrop-filter: blur(4px); }
.success-dialog-icon { display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 24px; color: var(--navy-deep); background: var(--gold); border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 2.2rem; font-weight: 800; }
.success-dialog h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 5vw, 2.3rem); letter-spacing: -.035em; }
.success-dialog p { max-width: 410px; margin: 0 auto 28px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.success-dialog form { margin: 0; }
.success-dialog .button { min-width: 170px; }

.site-footer { padding: 34px 0 92px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr .5fr; align-items: center; gap: 30px; }
.footer-brand img { width: 132px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.footer-grid > a:last-child { justify-self: end; color: var(--navy); font-weight: 700; text-decoration: none; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 24px 20px 30px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(5,34,82,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .split-layout, .approach-grid, .local-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; }
  .benefit-grid, .stage-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .exam-focus { grid-template-columns: repeat(2, 1fr); }
  .exam-focus > div:nth-child(2) { border-right: 0; }
  .exam-focus > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stage-card-featured { transform: none; }
  .split-layout, .approach-grid, .local-grid, .faq-layout, .contact-grid { gap: 48px; }
  .section-heading { max-width: 780px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand img { width: 152px; height: auto; }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; }
  .hero { padding: 54px 0 48px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 430px; }
  .hero-logo-card { min-height: 360px; padding: 38px 28px; border-radius: 34px 34px 74px 34px; }
  .visual-caption { margin-top: 30px; }
  .floating-stat { min-width: 104px; padding: 13px 14px; }
  .floating-stat strong { font-size: 1.35rem; }
  .stat-atar { left: -4px; top: 62px; }
  .stat-years { right: -2px; bottom: 48px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 22px 16px; border: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .proof-grid strong { font-size: 1.2rem; }
  .section, .contact { padding: 78px 0; }
  .benefit-grid, .stage-grid { grid-template-columns: 1fr; }
  .exam-focus { grid-template-columns: 1fr 1fr; }
  .benefit-card { min-height: auto; }
  .card-number { margin-bottom: 30px; }
  .area-card, .enquiry-form { padding: 28px 22px; border-radius: 24px; }
  .success-dialog { padding: 34px 24px 28px; border-radius: 24px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-grid > a:last-child { justify-self: center; }
  .site-footer { padding-bottom: 96px; }
  .mobile-cta { position: fixed; z-index: 45; display: grid; grid-template-columns: 1fr 1fr; left: 12px; right: 12px; bottom: 12px; overflow: hidden; background: var(--navy-deep); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; box-shadow: 0 16px 36px rgba(5,34,82,.28); }
  .mobile-cta a { padding: 13px 10px; color: var(--white); font-weight: 700; text-align: center; text-decoration: none; }
  .mobile-cta a:first-child { color: var(--navy-deep); background: var(--gold); }
  .toast { bottom: 78px; }
}
