:root {
  --ink: #113447;
  --ink-dark: #0a2a3a;
  --aqua: #20b9d4;
  --aqua-dark: #088da8;
  --mist: #e8f8fb;
  --cream: #fbfaf5;
  --line: #d4e8ec;
  --font-display: "Segoe UI", Arial, sans-serif;
  --font-body: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { position: relative; z-index: 20; background: rgba(251,250,245,.96); border-bottom: 1px solid rgba(17,52,71,.1); }
.header-inner { height: 92px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; gap: 42px; }
.brand img { width: 92px; height: 78px; object-fit: contain; }
.header-ndis-marks { display: flex; align-items: center; gap: 10px; }
.header-ndis-marks img { width: 52px; height: 52px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.nav-item { position: relative; }
.nav-item > a { display: block; padding: 34px 0; border-bottom: 2px solid transparent; }
.nav-item > a:hover { color: var(--aqua-dark); border-color: var(--aqua); }
.nav-panel { position: absolute; top: 79px; left: 50%; width: 292px; padding: 13px; display: grid; visibility: hidden; opacity: 0; transform: translate(-50%, 8px); transition: .18s ease; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 22px 50px rgba(17,52,71,.16); }
.nav-panel a { padding: 9px 12px; border-radius: 9px; color: #4c6874; font-size: 12px; }
.nav-panel a:hover { color: var(--ink); background: var(--mist); }
.nav-panel .nav-overview { margin-bottom: 7px; padding: 12px; display: flex; justify-content: space-between; color: var(--ink); background: #f2f8f8; font-size: 13px; font-weight: 800; }
.nav-panel .nav-overview span { font-size: 0; }
.nav-panel .nav-overview span::after { content: "\2192"; font-size: 13px; }
.nav-item:hover .nav-panel, .nav-item:focus-within .nav-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.header-call { margin-left: 10px; border: 1px solid var(--ink); border-radius: 999px; padding: 13px 19px; font-weight: 750; font-size: 14px; }
.header-call:hover { background: var(--ink); color: white; }
.header-call i { margin-right: 2px; font-size: 13px; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; display: grid; align-content: center; gap: 4px; padding: 10px; cursor: pointer; border: 1px solid var(--line); border-radius: 50%; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-panel { position: absolute; right: -90px; top: 52px; width: min(310px, 86vw); padding: 16px; display: grid; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 20px 50px rgba(17,52,71,.18); }
.mobile-panel a { padding: 12px; border-bottom: 1px solid #e8f0f2; font-weight: 700; }
.mobile-panel-heading { padding: 16px 12px 5px; color: var(--aqua-dark); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.hero { min-height: calc(100vh - 92px); overflow: hidden; background: radial-gradient(circle at 88% 8%, #d9f4f7 0, transparent 31%), var(--cream); }
.hero-inner { max-width: 1240px; min-height: 700px; margin: auto; padding: 40px 28px 90px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.hero-copy { align-self: start; }
.eyebrow { margin: 0 0 26px; display: flex; gap: 11px; align-items: center; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--aqua-dark); }
.eyebrow span { width: 34px; height: 2px; background: var(--aqua); }
h1 { margin: 0; max-width: 710px; color: var(--ink-dark); font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(52px, 5.4vw, 78px); letter-spacing: -.055em; line-height: 1.04; font-weight: 760; }
h1 em { color: var(--aqua-dark); font-style: normal; position: relative; }
h1 em::after { content: ""; height: 7px; position: absolute; left: 3px; right: 0; bottom: -3px; background: var(--aqua); opacity: .24; transform: rotate(-1deg); border-radius: 8px; }
.hero-lead { max-width: 590px; margin: 28px 0 33px; color: #496774; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 22px; border-radius: 999px; padding: 17px 22px 17px 25px; font-weight: 750; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 25px rgba(17,52,71,.2); }
.button-primary:hover { background: var(--aqua-dark); transform: translateY(-2px); }
.button span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--ink); }
.text-link { font-size: 15px; font-weight: 750; border-bottom: 1px solid #9db4bd; padding-bottom: 5px; }
.text-link span { margin-left: 8px; color: var(--aqua-dark); }
.hero-trust { margin-top: 54px; display: flex; align-items: center; flex-wrap: wrap; gap: 15px; color: #6a818b; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust > i { width: 4px; height: 4px; background: var(--aqua); border-radius: 50%; }
.ndis-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 999px; background: var(--mist); color: var(--aqua-dark); }
.ndis-badge i { color: #e0507a; font-size: 12px; }
.footer-ndis-badge { margin-top: 12px; font-size: 12px; font-weight: 700; }

.hero-visual { min-height: 545px; position: relative; display: grid; place-items: center; }
.aqua-orb { position: absolute; width: 470px; height: 470px; border-radius: 44% 56% 48% 52% / 52% 40% 60% 48%; background: linear-gradient(145deg, #37c6dd, #0aa6c3); transform: rotate(-6deg); box-shadow: 0 35px 80px rgba(22,176,203,.25); }
.aqua-orb::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.hero--video { min-height: 0; }
.hero--video .hero-inner { min-height: 0; padding-top: 40px; padding-bottom: 70px; grid-template-columns: minmax(430px, .84fr) minmax(600px, 1.16fr); gap: 54px; align-items: start; }
.hero--video .hero-lead { margin-top: 0; }
.featured-hero-video { width: min(100%, 720px); min-height: 0; justify-self: end; }
.home-hero-video iframe { width: 100%; aspect-ratio: 16 / 9; position: relative; z-index: 2; display: block; border: 0; border-radius: 22px; background: var(--ink-dark); box-shadow: 0 14px 35px rgba(5,38,49,.28); }
.visual-card { position: relative; z-index: 2; width: 335px; min-height: 360px; padding: 40px 40px 34px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.94); border-radius: 190px 190px 26px 26px; box-shadow: 0 28px 65px rgba(8,68,84,.22); }
.visual-card img { width: 190px; height: 190px; object-fit: contain; margin: 0 auto; }
.visual-card p { margin: 8px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #335563; font-family: var(--font-display); line-height: 1.5; font-weight: 650; text-align: center; }
.service-note { position: absolute; z-index: 3; min-width: 176px; padding: 13px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: white; box-shadow: 0 10px 30px rgba(17,52,71,.16); color: var(--ink); font-size: 13px; font-weight: 750; }
.service-note span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--aqua-dark); font-size: 10px; }
.note-one { left: -4px; top: 116px; }
.note-two { right: -15px; bottom: 102px; }

.section-wrap { max-width: 1240px; margin: auto; padding: 110px 28px; }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading h2, .story-text > h2, .story-copy > h2, .path-intro h2, .outcomes-inner h2, .page-cta h2 { margin: 0; color: var(--ink-dark); font-family: var(--font-display); font-size: clamp(38px, 4vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: #58727d; font-size: 17px; line-height: 1.7; }

.home-services { padding-top: 24px; background: var(--cream); }
.family-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.family-card { min-height: 300px; padding: 27px; display: flex; flex-direction: column; border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; overflow: hidden; position: relative; }
.family-card:hover { transform: translateY(-7px); box-shadow: 0 20px 42px rgba(17,52,71,.16); }
.family-card > div { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.family-card > div > span { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; }
.family-card h3 { margin: 34px 0 14px; font-family: var(--font-display); font-size: 31px; letter-spacing: -.04em; }
.family-card p { margin: 0; font-size: 14px; line-height: 1.62; opacity: .82; }
.family-card.aqua { background: #b9edf3; }
.family-card.navy { color: white; background: var(--ink); }
.family-card.sky { background: #57cbe0; }
.family-card.sand { background: #f0dfbd; }

.home-story { max-width: 1440px; margin: 0 auto 50px; padding: 90px 7%; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; align-items: center; background: #e7f7f9; border-radius: 36px; }
.story-shape { min-height: 560px; position: relative; display: grid; place-items: center; border-radius: 48% 52% 45% 55% / 48% 38% 62% 52%; background: var(--aqua); }
.story-shape::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.48); border-radius: inherit; }
.story-logo { width: 270px; height: 270px; position: relative; z-index: 2; display: grid; place-items: center; border-radius: 50%; background: white; box-shadow: 0 22px 55px rgba(17,52,71,.18); }
.story-logo img { width: 220px; height: 220px; object-fit: contain; }
.smile-line { width: 155px; height: 50px; position: absolute; bottom: 67px; border-bottom: 4px solid white; border-radius: 0 0 50% 50%; }
.story-text .eyebrow { margin-bottom: 18px; }
.large-copy { color: #496a76; font-size: 19px; line-height: 1.7; }
.promise-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promise-grid > div { padding-top: 18px; border-top: 2px solid rgba(17,52,71,.16); }
.promise-grid span, .path-steps span, .process-grid span { color: var(--aqua-dark); font-size: 12px; font-weight: 800; }
.promise-grid h3, .path-steps h3, .process-grid h3 { margin: 12px 0 8px; font-family: var(--font-display); font-size: 18px; }
.promise-grid p, .path-steps p, .process-grid p { margin: 0; color: #5b747e; font-size: 13px; line-height: 1.6; }

.home-path { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12%; }
.path-intro .eyebrow { margin-bottom: 18px; }
.path-intro .button { margin-top: 32px; }
.path-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px 50px; }
.path-steps > div { padding: 22px 0 0 60px; position: relative; border-top: 1px solid var(--line); }
.path-steps > div > span { position: absolute; left: 0; top: 24px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); }
.inner-hero { min-height: 540px; padding: 40px max(28px, calc((100vw - 1184px)/2)) 56px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; overflow: hidden; background: linear-gradient(120deg, #f7f6f0 40%, #e5f6f8 100%); }
.inner-hero-copy { align-self: start; }
.breadcrumbs { margin-bottom: 45px; display: flex; gap: 9px; flex-wrap: wrap; align-items: center; color: #71868f; font-size: 12px; }
.breadcrumbs a { display: inline-flex; align-items: center; gap: 5px; }
.breadcrumbs a:hover { color: var(--aqua-dark); }
.breadcrumbs strong { color: var(--ink); }
.inner-hero h1 { font-size: clamp(44px, 4.35vw, 64px); }
.inner-hero h1 em { color: var(--aqua); }
.inner-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0 30px; color: #4e6b77; font-size: 19px; line-height: 1.65; }
.inner-hero-art { min-height: 410px; position: relative; display: grid; place-items: center; }
.inner-hero-art::before { content: ""; width: 340px; height: 340px; position: absolute; border-radius: 46% 54% 58% 42%; background: var(--aqua); transform: rotate(12deg); box-shadow: 0 30px 65px rgba(32,185,212,.2); }
.inner-hero--plain-logo .inner-hero-art::before, .coming-soon-hero .inner-hero-art::before { content: none; }
.inner-hero-art img { width: 240px; height: 240px; object-fit: contain; position: relative; z-index: 2; border-radius: 50%; background: white; box-shadow: 0 20px 45px rgba(17,52,71,.16); }
.inner-hero-art > span { position: absolute; z-index: 3; right: 4%; bottom: 40px; padding: 12px 19px; border-radius: 999px; color: white; background: var(--ink); font-size: 12px; font-weight: 800; }
.ring { position: absolute; border: 1px solid rgba(17,52,71,.18); border-radius: 50%; }
.ring-one { width: 410px; height: 410px; }
.ring-two { width: 470px; height: 470px; border-style: dashed; }

.service-index { padding-top: 24px; padding-bottom: 50px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--aqua); box-shadow: 0 18px 35px rgba(17,52,71,.1); }
.card-number { position: absolute; right: 25px; top: 25px; color: #91a6ae; font-size: 11px; font-weight: 800; }
.card-icon { width: 62px; height: 62px; position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(32,185,212,.22); border-radius: 19px; color: var(--aqua-dark); background: linear-gradient(145deg, #e7fafc, #cceff4); box-shadow: 0 10px 24px rgba(12,139,163,.12); transition: transform .25s ease, box-shadow .25s ease, color .25s ease; }
.card-icon::after { content: ""; width: 34px; height: 80px; position: absolute; left: -55px; top: -9px; background: rgba(255,255,255,.55); transform: rotate(25deg); transition: left .38s ease; }
.card-icon i { position: relative; z-index: 1; font-size: 27px; line-height: 1; }
.service-card:nth-child(3n+2) .card-icon { color: #765b13; border-color: rgba(202,164,53,.24); background: linear-gradient(145deg, #fff8de, #f4e5ac); }
.service-card:nth-child(3n+3) .card-icon { color: #67528c; border-color: rgba(103,82,140,.2); background: linear-gradient(145deg, #f5f0ff, #e3d8f5); }
.service-card:is(:hover, :focus-visible) .card-icon { transform: translateY(-4px) rotate(-4deg); box-shadow: 0 15px 30px rgba(12,139,163,.18); }
.service-card:is(:hover, :focus-visible) .card-icon::after { left: 78px; }
.service-card h3 { margin: 46px 0 13px; font-family: var(--font-display); font-size: 22px; letter-spacing: -.03em; }
.service-card p { margin: 0 0 24px; color: #5e7680; font-size: 14px; line-height: 1.6; }
.service-card strong { margin-top: auto; color: var(--aqua-dark); font-size: 13px; }
.service-card strong span { margin-left: 8px; }

.story-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12%; align-items: center; }
.story-mark { min-height: 460px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 180px 180px 20px 20px; color: white; background: linear-gradient(150deg, #22bfd8, #078aa7); }
.story-mark > span { margin: auto; font-family: var(--font-display); font-size: 90px; font-weight: 850; letter-spacing: -.1em; }
.story-mark > span i { font-size: 84px; line-height: 1; }
.story-mark p { margin: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.4); text-align: center; font-weight: 700; }
.story-copy .eyebrow { margin-bottom: 18px; }
.tick-list { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 24px; }
.tick-list > div { display: flex; gap: 11px; align-items: flex-start; }
.tick-list span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 50%; color: var(--aqua-dark); background: var(--mist); font-size: 12px; font-weight: 900; }
.tick-list p { margin: 3px 0; color: #4e6a75; font-size: 14px; line-height: 1.45; }
.outcomes-section { color: white; background: var(--ink); }
.outcomes-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 11%; }
.outcomes-inner h2 { color: white; }
.eyebrow.light { color: #69d4e6; }
.eyebrow.light span { background: #69d4e6; }
.outcome-list { display: grid; }
.outcome-list > div { padding: 25px 0; display: grid; grid-template-columns: 55px .8fr 1.2fr; gap: 20px; align-items: start; border-top: 1px solid rgba(255,255,255,.16); }
.outcome-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.outcome-list span { color: #65d0e3; font-size: 12px; font-weight: 800; }
.outcome-list h3 { margin: 0; font-family: var(--font-display); font-size: 20px; }
.outcome-list p { margin: 0; color: #b7cbd3; font-size: 13px; line-height: 1.6; }
.process { padding-bottom: 130px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid > div { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.process-grid h3 { font-size: 20px; }
.process-grid > div { position: relative; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.process-grid > div:hover { transform: translateY(-4px); border-color: rgba(32,185,212,.55); box-shadow: 0 16px 32px rgba(17,52,71,.09); }
.process-icon { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--aqua), var(--aqua-dark)); box-shadow: 0 9px 22px rgba(32,185,212,.24); font-size: 20px; }
.process-grid > div > span { position: absolute; right: 25px; top: 25px; }
.process-grid h3 { margin-top: 0; }

.form-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; align-items: start; }
.form-section-referral { grid-template-columns: 1fr; }
.section-wrap.content-detail-referral { padding-bottom: 35px; }
.section-wrap.form-section-referral { padding-top: 35px; }
.form-aside { position: sticky; top: 30px; }
.form-aside h2 { margin: 0 0 22px; font-family: var(--font-display); font-size: 38px; letter-spacing: -.04em; }
.form-aside > p:not(.eyebrow) { color: #58727c; line-height: 1.7; }
.tick-list.compact { grid-template-columns: 1fr; }
.contact-card { margin-top: 35px; padding: 24px; display: grid; gap: 8px; border-radius: 16px; color: white; background: var(--ink); }
.contact-card small { color: #8ed9e6; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a:first-of-type { font-family: var(--font-display); font-size: 24px; font-weight: 800; }
.contact-card p { margin: 9px 0 0; color: #bed0d7; font-size: 12px; }
.contact-card a i, .contact-card p i { margin-right: 6px; color: #8ed9e6; font-size: .8em; }
.contact-form { padding: 40px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 22px 55px rgba(17,52,71,.08); }
.referral-form { width: 100%; max-width: 1120px; margin: 0 auto; }
.form-heading { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading p { margin: 0; font-family: var(--font-display); font-size: 27px; font-weight: 800; }
.form-heading span { color: #7b9199; font-size: 11px; }
.contact-form h3 { margin: 32px 0 18px; font-family: var(--font-display); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.referral-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.referral-fieldset + .referral-fieldset { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.referral-fieldset legend { margin-bottom: 22px; color: var(--ink-dark); font-family: var(--font-display); font-size: 22px; font-weight: 800; text-decoration: underline; text-decoration-color: var(--aqua); text-underline-offset: 6px; }
.referral-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.referral-span-all { grid-column: 1 / -1; }
.field { display: grid; gap: 8px; }
.field span { color: #3c5a66; font-size: 12px; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #c8dce1; border-radius: 9px; padding: 14px; color: var(--ink); background: #fcfdfd; font: inherit; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(32,185,212,.13); }
.field-services { grid-column: 1 / -1; }
.field-help { color: #607b86; font-size: 11px; line-height: 1.45; }
.field-services .select2-container { width: 100% !important; }
.field-services .select2-container--default .select2-selection--multiple { height: 50px; min-height: 50px; overflow: hidden; border: 1px solid #c8dce1; border-radius: 9px; background: #fcfdfd; }
.field-services .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(32,185,212,.13); }
.field-services .select2-selection--multiple .select2-selection__rendered { min-height: 48px; padding: 6px 8px; display: flex; align-items: center; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; }
.field-services .select2-container--default .select2-selection--multiple .select2-selection__choice { flex: 0 0 auto; margin: 0 6px 0 0; border-color: #b9dce3; background: var(--mist); }
.field-services .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: var(--ink); }
.field-services .select2-search--inline { flex: 1 0 180px; }
.field-services .select2-search--inline .select2-search__field { height: 32px; margin: 0 !important; padding: 0 4px !important; border: 0 !important; background: transparent; box-shadow: none !important; }
.select2-container--open { z-index: 50; }
.field-wide { margin-top: 20px; }
.field textarea { resize: vertical; }
.check { margin: 22px 0; display: flex; gap: 10px; align-items: flex-start; color: #5a747e; font-size: 12px; }
.check input { margin-top: 2px; accent-color: var(--aqua-dark); }
.form-submit { border: 0; cursor: pointer; font: inherit; }
.form-note { margin: 14px 0 0; color: #81939a; font-size: 11px; line-height: 1.5; }
.form-error { margin-bottom: 24px; padding: 16px 18px; border: 1px solid #d99b9b; border-radius: 10px; color: #7d2929; background: #fff4f4; }
.form-error strong { display: block; }
.form-error ul { margin: 8px 0 0; padding-left: 20px; }
.form-success { padding: 70px 40px; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: white; }
.form-success > span { width: 58px; height: 58px; margin: auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--aqua-dark); font-size: 28px; }
.form-success h2 { margin: 22px 0 8px; font-family: var(--font-display); font-size: 38px; }
.form-success p { color: #5a727c; }
.form-success button { border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: none; cursor: pointer; font-weight: 750; }

.privacy-layout { display: grid; grid-template-columns: 250px 1fr; gap: 90px; align-items: start; }
.privacy-layout aside { position: sticky; top: 25px; display: grid; gap: 10px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.privacy-layout aside strong { margin-bottom: 9px; }
.privacy-layout aside a { color: #59727d; font-size: 13px; }
.privacy-layout article { max-width: 780px; }
.privacy-intro { padding-left: 22px; border-left: 4px solid var(--aqua); color: #345762 !important; font-size: 20px !important; }
.privacy-layout article h2 { margin: 50px 0 14px; scroll-margin-top: 30px; font-family: var(--font-display); font-size: 30px; letter-spacing: -.03em; }
.privacy-layout article p { color: #58717c; line-height: 1.75; }
.privacy-contact { margin-top: 45px; padding: 28px; border-radius: 16px; background: var(--mist); }
.privacy-contact h3 { margin-top: 0; font-family: var(--font-display); }
.privacy-contact a { color: var(--aqua-dark); font-weight: 800; }

/* Route-specific editorial content */
.editorial-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; align-items: start; }
.editorial-intro { position: sticky; top: 125px; }
.editorial-intro .eyebrow { margin-bottom: 18px; }
.editorial-intro h2, .local-support h2, .content-detail-main h2 { margin: 0; color: var(--ink-dark); font-family: var(--font-display); letter-spacing: -.04em; }
.editorial-intro h2 { font-size: clamp(38px, 4vw, 56px); line-height: 1.12; }
.editorial-copy { max-width: 720px; }
.editorial-copy p, .content-detail-main > p { margin: 0 0 20px; color: #4e6b77; font-size: 17px; line-height: 1.78; }
.editorial-copy p:first-child, .content-detail-main > p:first-child { color: #284c59; font-size: 20px; }
.local-support { color: white; background: var(--ink); }
.local-support .section-wrap { padding-top: 82px; padding-bottom: 82px; }
.local-support h2 { color: white; font-size: clamp(38px, 4vw, 54px); }
.local-support .section-wrap > p:last-child { max-width: 840px; margin: 24px 0 0; color: #c5d7de; font-size: 18px; line-height: 1.7; }
.content-detail { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr); gap: 10%; align-items: start; }
.content-detail-main { max-width: 780px; }
.content-detail-main h2 { margin: 52px 0 18px; font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.service-bullets { margin: 26px 0 38px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; list-style: none; }
.service-bullets li { min-height: 48px; padding: 11px 14px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--line); border-radius: 11px; color: #385965; background: #fbfdfd; line-height: 1.45; }
.service-bullets li span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; color: var(--aqua-dark); background: var(--mist); font-size: 11px; font-weight: 900; }
.content-detail-aside { position: sticky; top: 125px; }
.content-detail-aside > div { padding: 30px; border-radius: 22px; color: white; background: linear-gradient(150deg, #123b4e, #092b3b); box-shadow: 0 20px 45px rgba(17,52,71,.16); }
.content-detail-aside i { width: 60px; height: 60px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 18px; color: var(--ink); background: var(--aqua); font-size: 28px; }
.content-detail-aside strong { display: block; font-family: var(--font-display); font-size: 28px; }
.content-detail-aside p { margin: 12px 0 28px; color: #c8dae1; font-size: 14px; line-height: 1.65; }
.content-detail-aside a { color: #79dae9; font-size: 13px; font-weight: 800; }
.discipline-grid { margin: 28px 0 42px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.discipline-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #f8fcfc; }
.discipline-grid h3 { margin: 0 0 10px; color: var(--ink-dark); font-family: var(--font-display); font-size: 24px; }
.discipline-grid p { margin: 0; color: #58727d; line-height: 1.65; }
.inner-hero-video { min-height: 0; padding: 0; isolation: isolate; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.inner-hero-video::before, .inner-hero-video::after { content: none; }
.inner-hero-video iframe { width: 100%; aspect-ratio: 16 / 9; position: relative; z-index: 2; display: block; border: 0; border-radius: 18px; background: #092b3b; }
.inner-hero-video > span { right: 26px; bottom: 26px; }

@media (max-width: 860px) {
  .editorial-section, .content-detail { grid-template-columns: 1fr; gap: 42px; }
  .editorial-intro, .content-detail-aside { position: static; }
  .content-detail-aside { max-width: 520px; }
}

@media (max-width: 600px) {
  .service-bullets, .discipline-grid { grid-template-columns: 1fr; }
  .editorial-copy p, .content-detail-main > p { font-size: 16px; }
  .editorial-copy p:first-child, .content-detail-main > p:first-child { font-size: 18px; }
}

/* WhatsApp AI assistant */
.whatsapp-assistant { position: fixed; right: 24px; bottom: 24px; z-index: 1200; }
.whatsapp-assistant details { position: relative; }
.whatsapp-assistant summary { min-width: 64px; min-height: 64px; padding: 0 20px; position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; color: white; background: #128c4d; box-shadow: 0 14px 35px rgba(8, 68, 52, .3); cursor: pointer; list-style: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.whatsapp-assistant summary::-webkit-details-marker { display: none; }
.whatsapp-assistant summary:hover { transform: translateY(-3px); background: #0d7841; box-shadow: 0 18px 40px rgba(8, 68, 52, .36); }
.whatsapp-assistant summary:focus-visible { outline: 3px solid rgba(37, 211, 102, .38); outline-offset: 4px; }
.whatsapp-assistant summary > i { position: relative; z-index: 1; font-size: 27px; line-height: 1; }
.whatsapp-label { position: relative; z-index: 1; font-size: 14px; font-weight: 800; }
.whatsapp-pulse { width: 64px; height: 64px; position: absolute; inset: 0 auto auto 0; border: 2px solid rgba(37, 211, 102, .55); border-radius: 50%; animation: whatsapp-pulse 2.2s ease-out infinite; }
.whatsapp-assistant details[open] summary { background: var(--ink); }
.whatsapp-assistant details[open] summary > i::before { content: "\f62a"; }
.whatsapp-panel { width: min(370px, calc(100vw - 32px)); padding: 0 18px 18px; position: absolute; right: 0; bottom: 78px; overflow: hidden; border: 1px solid #cfe0dc; border-radius: 22px; background: #f5fbf8; box-shadow: 0 24px 60px rgba(8, 52, 45, .24); transform-origin: bottom right; animation: whatsapp-open .2s ease-out; }
.whatsapp-panel-head { margin: 0 -18px 18px; padding: 20px; display: flex; align-items: center; gap: 12px; color: white; background: linear-gradient(135deg, #075e54, #128c4d); }
.whatsapp-panel-head > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; color: #075e54; background: white; font-size: 22px; }
.whatsapp-panel-head strong, .whatsapp-panel-head small { display: block; }
.whatsapp-panel-head strong { font-size: 16px; }
.whatsapp-panel-head small { margin-top: 3px; color: #d8f4e5; font-size: 11px; }
.whatsapp-message { margin: 0 34px 16px 0; padding: 14px 16px; position: relative; border-radius: 4px 16px 16px 16px; color: #31534d; background: white; box-shadow: 0 6px 18px rgba(8, 52, 45, .08); }
.whatsapp-message p { margin: 0; font-size: 14px; line-height: 1.55; }
.whatsapp-start { padding: 14px 17px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; color: white; background: #128c4d; font-size: 14px; font-weight: 800; }
.whatsapp-start:hover { color: white; background: #0d7841; transform: translateY(-1px); }
.whatsapp-privacy { margin: 13px 4px 0; color: #687e79; font-size: 10px; line-height: 1.45; }
.whatsapp-privacy i { margin-right: 4px; color: #128c4d; }

@keyframes whatsapp-pulse {
  0% { opacity: .7; transform: scale(.92); }
  75%, 100% { opacity: 0; transform: scale(1.45); }
}

@keyframes whatsapp-open {
  from { opacity: 0; transform: translateY(8px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 600px) {
  .whatsapp-assistant { right: 16px; bottom: 16px; }
  .whatsapp-assistant summary { width: 58px; min-width: 58px; min-height: 58px; padding: 0; }
  .whatsapp-assistant summary > i { font-size: 25px; }
  .whatsapp-label { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .whatsapp-pulse { width: 58px; height: 58px; }
  .whatsapp-panel { bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-pulse { animation: none; }
  .whatsapp-panel { animation: none; }
}

/* Featured family hero video */
.inner-hero--family-video { min-height: 600px; grid-template-columns: minmax(430px, .84fr) minmax(600px, 1.16fr); gap: 54px; }
.inner-hero--overview { min-height: 0; padding-top: 40px; padding-bottom: 70px; align-items: start; }
.inner-hero--family-video .inner-hero-copy { position: relative; z-index: 2; }
.inner-hero--family-video .inner-hero-video { padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.inner-hero--family-video .inner-hero-video iframe { border-radius: 22px; box-shadow: 0 14px 35px rgba(5,38,49,.28); }
.inner-hero--family-video .inner-hero-video > span { right: 30px; bottom: 25px; padding: 13px 21px; background: rgba(9,43,59,.94); box-shadow: 0 8px 22px rgba(9,43,59,.2); }

@media (max-width: 1180px) {
  .hero--video .hero-inner { grid-template-columns: minmax(400px, .9fr) minmax(500px, 1.1fr); gap: 38px; }
  .inner-hero--family-video { grid-template-columns: minmax(400px, .9fr) minmax(500px, 1.1fr); gap: 38px; }
}

@media (max-width: 900px) {
  .inner-hero--family-video { min-height: 0; grid-template-columns: 1fr; gap: 64px; }
  .featured-hero-video { width: min(100%, 760px); justify-self: center; }
}

@media (max-width: 560px) {
  .inner-hero--family-video .inner-hero-video { padding: 0; transform: none; border-radius: 0; box-shadow: none; }
  .inner-hero--family-video .inner-hero-video iframe { border-radius: 15px; }
  .inner-hero--family-video .inner-hero-video > span { right: 16px; bottom: 16px; padding: 9px 13px; font-size: 10px; }
}

.page-cta { max-width: 1240px; margin: 40px auto 110px; padding: 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; border-radius: 30px; color: white; background: linear-gradient(120deg, #0e394c, #07576d); }
.page-cta h2 { color: white; font-size: clamp(36px, 4vw, 52px); }
.cta-actions { display: grid; justify-items: start; gap: 18px; }
.button-white { color: var(--ink); background: white; }
.button-white span { color: white; background: var(--aqua-dark); }
.cta-actions > a:last-child { color: #c2d7de; border-bottom: 1px solid #78949e; font-size: 13px; }

.footer { color: var(--ink); background: linear-gradient(135deg, #fff 0%, #f3fafb 100%); border-top: 6px solid var(--aqua); box-shadow: 0 -18px 45px rgba(17,52,71,.08); }
.footer-main { max-width: 1240px; margin: auto; padding: 75px 28px 55px; display: grid; grid-template-columns: minmax(320px, 1.35fr) repeat(2, minmax(180px, .65fr)); gap: clamp(45px, 7vw, 100px); }
.footer-brand { display: grid; justify-items: start; }
.footer-brand .footer-logo { width: 110px; height: 95px; object-fit: contain; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 10px 25px rgba(17,52,71,.08); }
.footer-brand p { max-width: 270px; color: #58727e; line-height: 1.6; }
.footer-brand a { margin: 3px 0; font-weight: 700; }
.footer-brand a i { margin-right: 6px; color: var(--aqua-dark); }
.footer-column { display: grid; align-content: start; gap: 12px; }
.footer h3 { margin: 0 0 12px; color: var(--ink-dark); font-family: var(--font-display); font-size: 15px; }
.footer-column a { color: #58727e; font-size: 13px; }
.footer-column a:hover { color: var(--aqua-dark); }
.footer-location { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: #f3f9fa; }
.footer-pin { color: var(--aqua-dark); font-size: 18px; }
.footer-location h3 { margin-top: 18px; }
.footer-location p { color: #58727e; font-size: 13px; line-height: 1.6; }
.footer-location a { color: var(--aqua-dark); font-size: 12px; font-weight: 800; }
.acknowledgement { max-width: 1184px; margin: auto; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #6d858f; font-size: 11px; line-height: 1.6; text-align: center; }
.footer-bottom { max-width: 1240px; margin: auto; padding: 22px 28px; display: flex; justify-content: space-between; color: #6d858f; font-size: 11px; }

@media (max-width: 900px) {
  .header-inner { gap: 24px; }
  .header-ndis-marks img { width: 48px; height: 48px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-call { margin-left: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 46px; padding-top: 40px; }
  .hero--video .hero-inner { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 500px; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .home-story { margin: 0 20px 30px; padding: 60px 8%; grid-template-columns: 1fr; }
  .story-shape { min-height: 430px; }
  .home-path, .section-heading, .inner-hero, .story-section, .outcomes-inner, .form-section, .page-cta { grid-template-columns: 1fr; }
  .inner-hero { gap: 30px; }
  .inner-hero-art { min-height: 450px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .story-mark { min-height: 360px; max-width: 390px; width: 100%; margin: auto; }
  .form-aside { position: static; }
  .referral-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy-layout { grid-template-columns: 1fr; gap: 40px; }
  .privacy-layout aside { position: static; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .page-cta { margin: 30px 20px 80px; padding: 55px; }
}
@media (max-width: 560px) {
  .header-inner { height: 76px; padding: 0 18px; gap: 12px; }
  .brand img { width: 72px; height: 62px; }
  .header-ndis-marks { gap: 5px; }
  .header-ndis-marks img { width: 34px; height: 34px; }
  .header-call { padding: 11px 12px; font-size: 11px; }
  .call-label { display: none; }
  .mobile-panel { right: -150px; }
  .hero-inner { padding: 32px 20px 70px; }
  .home-hero-video iframe { border-radius: 15px; }
  h1 { font-size: 47px; }
  .hero-lead { font-size: 17px; }
  .hero-trust { gap: 9px; font-size: 10px; }
  .aqua-orb { width: 355px; height: 355px; }
  .visual-card { width: 270px; min-height: 330px; padding: 34px 28px 28px; }
  .visual-card img { width: 155px; height: 155px; }
  .service-note { min-width: 156px; padding: 9px 12px; }
  .note-one { left: -5px; top: 80px; }
  .note-two { right: -8px; bottom: 78px; }
  .section-wrap { padding: 75px 20px; }
  .home-services { padding-top: 20px; }
  .section-heading { gap: 22px; margin-bottom: 35px; }
  .family-grid, .service-grid, .promise-grid, .path-steps, .process-grid, .tick-list, .form-grid { grid-template-columns: 1fr; }
  .family-card { min-height: 280px; }
  .home-story { margin: 0; border-radius: 0; }
  .story-shape { min-height: 330px; }
  .story-logo { width: 210px; height: 210px; }
  .story-logo img { width: 175px; height: 175px; }
  .home-path { gap: 55px; }
  .inner-hero { padding: 32px 20px 56px; }
  .inner-hero-art { min-height: 350px; transform: scale(.82); }
  .breadcrumbs { margin-bottom: 30px; }
  .outcome-list > div { grid-template-columns: 42px 1fr; }
  .outcome-list p { grid-column: 2; }
  .contact-form { padding: 25px 18px; }
  .referral-grid { grid-template-columns: 1fr; }
  .referral-span-all { grid-column: auto; }
  .form-heading { display: grid; gap: 8px; }
  .privacy-layout { padding-top: 70px; }
  .page-cta { padding: 45px 28px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 60px; }
  .acknowledgement { margin: 0 20px; }
}
@media (max-width: 430px) {
  .header-call { width: 40px; height: 40px; padding: 0; display: grid; place-items: center; }
  .header-call i { margin: 0; }
  .call-number { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .card-icon, .card-icon::after, .process-grid > div { transition: none; }
}

@media (max-width: 900px) {
  .inner-hero--family-video .inner-hero-video { min-height: 0; }
}

@media (max-width: 560px) {
  .inner-hero--family-video .inner-hero-video { min-height: 0; transform: none; }
}
