:root {
    --brand: #7A04B4;
    --brand-dark: #47006B;
    --brand-deep: #2E003F;
    --brand-mid: #A448D2;
    --brand-soft: #F3E8FA;
    --brand-wash: #FBF7FE;
    --ink: #261B2B;
    --muted: #6F6575;
    --line: rgba(72, 29, 91, .12);
    --white: #FFFFFF;
    --warm: #FCFAFD;
    --shadow: 0 24px 70px rgba(55, 11, 76, .12);
    --shadow-soft: 0 14px 36px rgba(55, 11, 76, .08);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --serif: "Fraunces", Georgia, serif;
    --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: var(--sans);
    background: var(--warm);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
    position: fixed; left: 16px; top: -70px; z-index: 9999;
    padding: 10px 14px; border-radius: 10px; background: var(--brand-deep); color: #fff;
}
.skip-link:focus { top: 14px; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 90px 0; }

.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(252, 250, 253, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.site-header.scrolled { box-shadow: 0 10px 32px rgba(45, 8, 63, .07); border-color: var(--line); background: rgba(255,255,255,.92); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 24px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font: 600 1.45rem/1 var(--serif); color: var(--brand-deep); letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; font-weight: 700; }
.primary-nav { display: flex; align-items: stretch; gap: 20px; margin-left: auto; }
.primary-nav > a, .nav-trigger { position: relative; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; font-family: var(--sans); font-size: .92rem; font-weight: 700; color: #413747; padding: 32px 0 29px; white-space: nowrap; }
.primary-nav > a::after, .nav-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; border-radius: 2px; background: var(--brand); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after, .nav-item:hover > .nav-trigger::after, .nav-item.open > .nav-trigger::after, .nav-trigger:focus-visible::after { right: 0; }
.primary-nav > a:hover, .primary-nav > a.active, .nav-trigger:hover, .nav-item.open > .nav-trigger { color: var(--brand-dark); }
.nav-item { position: static; display: flex; align-items: stretch; }
.nav-trigger { cursor: pointer; }
.nav-chevron { width: 16px; height: 16px; transition: transform .22s ease; }
.nav-item:hover .nav-chevron, .nav-item.open .nav-chevron, .nav-item:focus-within .nav-chevron { transform: rotate(180deg); }
.mega-menu { position: absolute; left: 0; right: 0; top: calc(100% - 1px); z-index: 1100; padding: 14px 0 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(.992); transform-origin: top center; transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.nav-item:hover > .mega-menu, .nav-item:focus-within > .mega-menu, .nav-item.open > .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); }
.mega-menu-inner { position: relative; overflow: hidden; border: 1px solid rgba(86,28,111,.12); border-radius: 28px; background: rgba(255,255,255,.985); box-shadow: 0 30px 86px rgba(55,11,76,.18), 0 5px 18px rgba(55,11,76,.06); backdrop-filter: blur(20px); }
.mega-menu-inner::after { content: ""; position: absolute; width: 280px; height: 280px; right: -170px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(167,72,210,.10), rgba(167,72,210,0) 70%); pointer-events: none; }
.mega-layout { display: grid; grid-template-columns: 258px minmax(0, 1fr); min-height: 398px; }
.mega-spotlight { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 30px 26px 26px; color: #fff; background: linear-gradient(155deg, #36004F 0%, #65008D 50%, #8D20BE 100%); }
.mega-spotlight > * { position: relative; z-index: 1; }
.mega-spotlight-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 17px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.13); }
.mega-spotlight-icon svg { width: 28px; height: 28px; }
.mega-spotlight .mega-kicker { color: #E9C7FA; }
.mega-kicker { display: block; color: var(--brand); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.mega-spotlight-title { display: block; max-width: 205px; margin-top: 8px; color: #fff; font: 600 1.78rem/1.08 var(--serif); letter-spacing: -.025em; }
.mega-spotlight p { margin: 13px 0 22px; color: rgba(255,255,255,.76); font-size: .75rem; line-height: 1.65; }
.mega-spotlight-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; margin-top: auto; padding: 0 14px 0 16px; border-radius: 13px; color: #3B0056; background: #fff; font-size: .76rem; font-weight: 800; box-shadow: 0 12px 28px rgba(23,0,34,.18); transition: transform .2s ease, box-shadow .2s ease; }
.mega-spotlight-action:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(23,0,34,.24); }
.mega-spotlight-action span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-mid)); }
.mega-trust { display: flex; align-items: center; gap: 9px; margin-top: 17px; color: rgba(255,255,255,.82); font-size: .68rem; font-weight: 600; line-height: 1.35; }
.mega-trust svg { width: 17px; height: 17px; color: #E9C7FA; flex-shrink: 0; }
.mega-main { position: relative; min-width: 0; padding: 26px 27px 22px; background: linear-gradient(180deg, #FFFFFF 0%, #FFFCFF 100%); }
.mega-main-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 17px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mega-main-title { display: grid; gap: 4px; }
.mega-title { color: var(--brand-deep); font: 600 1.32rem/1.15 var(--serif); letter-spacing: -.015em; }
.mega-note { max-width: 360px; margin: 0; color: var(--muted); font-size: .71rem; line-height: 1.5; text-align: right; }
.mega-view-all { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: .73rem; font-weight: 800; white-space: nowrap; }
.mega-view-all span { transition: transform .18s ease; }
.mega-view-all:hover span { transform: translateX(3px); }
.services-mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mega-category { position: relative; overflow: hidden; min-width: 0; padding: 14px 13px 12px; border: 1px solid rgba(83,29,107,.10); border-radius: 17px; background: linear-gradient(180deg, #fff 0%, #FCF8FE 100%); box-shadow: 0 7px 22px rgba(55,11,76,.035); }
.mega-category::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, #7A04B4, #C56AE8); opacity: .9; }
.mega-category-head { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 10px; padding: 2px 4px 11px; }
.mega-category-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--brand); background: var(--brand-soft); box-shadow: inset 0 0 0 1px rgba(122,4,180,.05); }
.mega-category-icon svg { width: 20px; height: 20px; }
.mega-category h3 { margin: 0; color: var(--brand-deep); font-size: .71rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .065em; }
.mega-category-head p { margin: 3px 0 0; color: var(--muted); font-size: .63rem; line-height: 1.35; }
.mega-link-list { display: grid; gap: 4px; }
.mega-link { display: grid; grid-template-columns: 7px minmax(0,1fr) 23px; align-items: center; gap: 9px; min-height: 38px; padding: 6px 7px 6px 8px; border-radius: 10px; color: #46364C; font-size: .71rem; font-weight: 700; line-height: 1.3; transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.mega-link-dot { width: 6px; height: 6px; border-radius: 50%; background: #C98BE4; box-shadow: 0 0 0 3px rgba(201,139,228,.12); transition: background .18s ease, box-shadow .18s ease; }
.mega-link-arrow { width: 23px; height: 23px; display: grid; place-items: center; justify-self: end; border-radius: 8px; color: var(--brand); background: transparent; opacity: .65; transition: background .18s ease, color .18s ease, opacity .18s ease, transform .18s ease; }
.mega-link:hover { color: var(--brand-deep); background: #fff; box-shadow: 0 6px 16px rgba(55,11,76,.065); transform: translateX(2px); }
.mega-link:hover .mega-link-dot { background: var(--brand); box-shadow: 0 0 0 3px rgba(122,4,180,.10); }
.mega-link:hover .mega-link-arrow { color: #fff; background: var(--brand); opacity: 1; transform: translateX(1px); }
.mega-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; padding: 13px 14px; border: 1px solid rgba(122,4,180,.09); border-radius: 14px; background: linear-gradient(90deg, #FBF4FF, #F9F0FE 52%, #FFF); }
.mega-footer-copy { display: flex; align-items: center; gap: 10px; min-width: 0; color: #5D4A65; font-size: .69rem; }
.mega-footer-copy strong { color: var(--brand-deep); }
.mega-footer-icon { width: 31px; height: 31px; display: grid; place-items: center; flex-shrink: 0; border-radius: 10px; color: var(--brand); background: #fff; box-shadow: 0 5px 14px rgba(55,11,76,.07); }
.mega-footer-icon svg { width: 17px; height: 17px; }
.mega-footer a { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; color: var(--brand-dark); font-size: .7rem; font-weight: 800; }
.funding-mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.funding-link { position: relative; overflow: hidden; display: grid; grid-template-columns: 50px minmax(0,1fr) 30px; align-items: center; gap: 13px; min-height: 91px; padding: 14px 14px 14px 15px; border: 1px solid rgba(83,29,107,.11); border-radius: 17px; background: linear-gradient(180deg, #fff, #FCF9FE); box-shadow: 0 7px 22px rgba(55,11,76,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.funding-link:hover { transform: translateY(-3px); border-color: rgba(122,4,180,.22); box-shadow: 0 12px 28px rgba(55,11,76,.08); }
.funding-copy { display: grid; gap: 4px; min-width: 0; }
.funding-copy strong { color: var(--brand-deep); font-size: .76rem; line-height: 1.25; }
.funding-copy small { color: var(--muted); font-size: .64rem; line-height: 1.42; }
.funding-arrow { width: 29px; height: 29px; display: grid; place-items: center; justify-self: end; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-weight: 900; transition: color .18s ease, background .18s ease, transform .18s ease; }
.funding-link:hover .funding-arrow { color: #fff; background: var(--brand); transform: translateX(2px); }
.nav-cta { flex-shrink: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; margin-left: auto; }
.nav-toggle span { width: 20px; height: 2px; background: var(--brand-dark); border-radius: 10px; transition: .25s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border-radius: 12px; border: 1px solid transparent; font-weight: 700; font-size: .9rem; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #7A04B4 0%, #9B2BCB 100%); box-shadow: 0 12px 26px rgba(122,4,180,.22); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(122,4,180,.30); }
.btn-secondary { background: rgba(255,255,255,.78); border-color: rgba(122,4,180,.28); color: var(--brand-dark); box-shadow: 0 8px 22px rgba(55,11,76,.05); }
.btn-secondary:hover { border-color: var(--brand); background: #fff; }
.btn-white { background: #fff; color: var(--brand-dark); box-shadow: 0 14px 28px rgba(39,0,54,.17); }
.btn-lg { min-height: 54px; padding-inline: 24px; border-radius: 14px; }

.hero { position: relative; overflow: hidden; padding: 82px 0 76px; background: linear-gradient(180deg, #fff 0%, #FCF8FE 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 10% 8%, rgba(122,4,180,.06), transparent 30%), radial-gradient(circle at 82% 14%, rgba(164,72,210,.09), transparent 31%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; pointer-events: none; }
.hero-orb-one { width: 240px; height: 240px; right: -90px; top: 130px; background: radial-gradient(circle, rgba(122,4,180,.12), rgba(122,4,180,0)); animation: drift 9s ease-in-out infinite alternate; }
.hero-orb-two { width: 170px; height: 170px; left: -70px; bottom: 10px; background: radial-gradient(circle, rgba(196,133,226,.15), rgba(196,133,226,0)); animation: drift 11s ease-in-out infinite alternate-reverse; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .74rem; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(122,4,180,.10); }
.hero h1 { margin: 0 0 20px; max-width: 760px; font: 600 clamp(3.15rem, 4.25vw, 4.6rem)/1.02 var(--serif); letter-spacing: -.045em; color: var(--brand-deep); }
.hero-title-line { display: block; white-space: nowrap; }
.hero h1 .hero-title-accent { color: var(--brand); }
.hero-lead { margin: 0; max-width: 650px; color: #5D5264; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.trust-row { display: flex; gap: 0; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-item { flex: 1 1 0; display: flex; align-items: center; gap: 11px; padding-right: 17px; margin-right: 17px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.trust-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--brand); background: var(--brand-soft); flex-shrink: 0; }
.trust-item span:last-child { display: grid; gap: 2px; line-height: 1.25; }
.trust-item strong { font-size: .85rem; }
.trust-item small { color: var(--muted); font-size: .73rem; }

.hero-photo-shell { position: relative; min-height: 560px; border-radius: 36px; padding: 16px; background: linear-gradient(150deg, #fff, #F0E0F8); box-shadow: var(--shadow); }
.hero-photo { position: absolute; inset: 16px; border-radius: 27px; background-image: url('https://images.unsplash.com/photo-1765896387387-0538bc9f997e?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=74&w=1600'); background-size: cover; background-position: 58% center; }
.photo-shade { position: absolute; inset: 16px; border-radius: 27px; background: linear-gradient(180deg, rgba(43,0,59,.02), rgba(43,0,59,.14)); pointer-events: none; }
.hero-photo-shell::before { content: ""; position: absolute; width: 120px; height: 120px; top: -24px; right: -24px; border: 1px solid rgba(122,4,180,.18); border-radius: 36px; transform: rotate(12deg); z-index: -1; }
.hero-photo-shell::after { content: ""; position: absolute; width: 160px; height: 160px; left: -34px; bottom: -34px; border-radius: 50%; background: rgba(122,4,180,.08); z-index: -1; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-radius: 16px; background: rgba(255,255,255,.93); backdrop-filter: blur(14px); box-shadow: 0 14px 38px rgba(49,10,68,.16); max-width: 260px; animation: float 5.6s ease-in-out infinite; }
.floating-card-top { top: 42px; left: -26px; }
.floating-card-bottom { right: -25px; bottom: 42px; animation-delay: -2.1s; }
.floating-icon { width: 38px; height: 38px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.floating-card > span:last-child { display: grid; line-height: 1.25; }
.floating-card strong { font-size: .83rem; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: .70rem; }
.avatar-stack { display: flex; padding-left: 6px; }
.avatar-stack span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; margin-left: -7px; border: 2px solid #fff; color: #fff; font-size: .65rem; font-weight: 800; background: linear-gradient(135deg, var(--brand), var(--brand-mid)); }

.assurance-band { background: linear-gradient(110deg, #3B0057, #6F009E 55%, #8B1BC2); color: #fff; }
.assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.assurance-item { display: flex; align-items: center; gap: 16px; padding: 27px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.assurance-item:last-child { border-right: 0; }
.assurance-icon { width: 44px; height: 44px; display: grid; place-items: center; color: #E7B6FF; flex-shrink: 0; }
.assurance-icon svg { width: 32px; height: 32px; }
.assurance-item > span:last-child { display: grid; gap: 3px; }
.assurance-item strong { font: 600 1.35rem/1.05 var(--serif); }
.assurance-item small { color: rgba(255,255,255,.74); font-size: .78rem; }

.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading-row > div { max-width: 770px; }
.section h2 { margin: 13px 0 11px; font: 600 clamp(2.2rem, 3.5vw, 3.5rem)/1.08 var(--serif); letter-spacing: -.035em; color: var(--brand-deep); }
.section-heading-row p, .contact-copy > p { color: var(--muted); margin: 0; font-size: 1rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-weight: 800; font-size: .9rem; padding-bottom: 6px; border-bottom: 1px solid rgba(122,4,180,.25); white-space: nowrap; }
.services-section { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 235px; padding: 26px 23px; border-radius: var(--radius-md); background: linear-gradient(180deg, #fff, #FEFBFF); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(55,11,76,.04); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(122,4,180,.24); box-shadow: var(--shadow-soft); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--brand); border-radius: 15px; background: var(--brand-soft); }
.service-icon svg { width: 25px; height: 25px; }
.service-card h3 { margin: 18px 0 8px; font: 600 1.16rem/1.25 var(--serif); color: var(--brand-deep); }
.service-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.65; }

.soft-section { background: linear-gradient(180deg, #FAF5FD, #FDFBFE); }
.story-grid { display: grid; grid-template-columns: 1.08fr .82fr 1fr; gap: 18px; align-items: stretch; }
.feature-panel, .resource-panel, .story-photo-card { border-radius: var(--radius-lg); border: 1px solid var(--line); background: rgba(255,255,255,.82); box-shadow: 0 14px 40px rgba(55,11,76,.05); overflow: hidden; }
.feature-panel, .resource-panel { padding: 30px; }
.feature-panel h2, .resource-panel h2 { font-size: 2rem; }
.feature-list { margin-top: 24px; display: grid; gap: 16px; }
.feature-row { display: block; }
.feature-row > div { display: grid; gap: 3px; }
.feature-row strong { font-size: .9rem; }
.feature-row small { color: var(--muted); font-size: .76rem; line-height: 1.5; }
.story-photo-card { min-height: 510px; position: relative; }
.story-photo { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1758686254563-5c5ab338c8b9?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=72&w=1200'); background-size: cover; background-position: 58% center; }
.story-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(45,0,63,.82)); }
.story-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; color: #fff; }
.quote-mark { font: 600 4rem/1 var(--serif); color: #E8B9FF; }
.story-overlay p { margin: -4px 0 4px; font: 500 1.36rem/1.25 var(--serif); }
.story-overlay small { color: rgba(255,255,255,.72); }
.resource-list { display: grid; gap: 10px; margin-top: 22px; }
.resource-list a { display: grid; grid-template-columns: 1fr; gap: 7px 10px; padding: 16px; border-radius: 15px; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, border-color .22s ease; }
.resource-list a:hover { transform: translateX(3px); border-color: rgba(122,4,180,.27); }
.resource-kicker { grid-column: 1 / -1; color: var(--brand); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.resource-list strong { font-size: .84rem; line-height: 1.4; }

.careers-section { background: #fff; }
.careers-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 42px 46px; border-radius: 28px; background: linear-gradient(115deg, #390052, #7200A3 55%, #9B2BCB); color: #fff; box-shadow: 0 24px 58px rgba(72,0,102,.20); }
.careers-card::before, .careers-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.careers-card::before { width: 230px; height: 230px; right: 18%; top: -145px; }
.careers-card::after { width: 150px; height: 150px; right: -55px; bottom: -78px; }
.careers-copy { position: relative; z-index: 1; max-width: 650px; }
.eyebrow.light { color: #E5B7FA; }
.careers-card h2 { color: #fff; margin: 10px 0 10px; max-width: 620px; font-size: clamp(2.25rem, 3.5vw, 3.25rem); }
.careers-card p { color: rgba(255,255,255,.82); margin: 0; max-width: 610px; line-height: 1.65; }
.career-points { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.career-points span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); font-size: .74rem; font-weight: 700; }
.careers-card > .btn { position: relative; z-index: 1; flex-shrink: 0; min-width: 210px; }

.blank-page-main { min-height: calc(100vh - 88px); background: #fff; }
.contact-section { padding: 82px 0 74px; background: linear-gradient(180deg, #FBF7FE, #fff); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: start; }
.contact-copy { padding-top: 12px; max-width: 560px; }
.contact-copy h2 { max-width: 540px; margin-bottom: 14px; }
.contact-copy > p { max-width: 550px; line-height: 1.72; }
.consultation-guide { margin-top: 28px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.82); border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(55,11,76,.05); }
.consultation-guide-title { margin: 0 0 14px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); }
.consultation-steps { display: grid; gap: 13px; }
.consultation-step { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 12px; align-items: start; }
.consultation-step-number { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-size: .68rem; font-weight: 800; }
.consultation-step-copy { display: grid; gap: 2px; }
.consultation-step-copy strong { color: var(--brand-deep); font-size: .86rem; }
.consultation-step-copy small { color: var(--muted); font-size: .75rem; line-height: 1.5; }
.contact-note { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 15px 16px; border-radius: 16px; background: rgba(70,28,142,.045); border: 1px solid rgba(70,28,142,.08); }
.contact-note-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: #fff; color: var(--brand); box-shadow: 0 5px 16px rgba(55,11,76,.06); }
.contact-note > span:last-child { display: grid; gap: 3px; }
.contact-note strong { font-size: .88rem; }
.contact-note small { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.careers-section { padding-top: 58px; padding-bottom: 90px; }
.contact-card { padding: 30px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card label { display: grid; gap: 7px; color: #4C4052; font-weight: 700; font-size: .78rem; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; border: 1px solid rgba(75,38,91,.15); background: #FCFAFD; color: var(--ink); border-radius: 12px; padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: rgba(122,4,180,.48); box-shadow: 0 0 0 4px rgba(122,4,180,.08); background: #fff; }
.contact-card textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; }
.form-disclaimer { margin: -3px 0 0; color: #8A7D91; text-align: center; font-size: .68rem; }

.newsletter-section { padding: 0 0 72px; background: #fff; }
.newsletter-card { display: grid; grid-template-columns: auto 1fr minmax(360px, .8fr); align-items: center; gap: 22px; padding: 28px 32px; border-radius: 22px; background: #FAF7FB; border: 1px solid var(--line); }
.newsletter-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); border: 1px solid rgba(122,4,180,.22); background: #fff; }
.newsletter-icon svg { width: 28px; height: 28px; }
.newsletter-card h3 { margin: 0 0 4px; font: 600 1.32rem/1.2 var(--serif); color: var(--brand-deep); }
.newsletter-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-form input { flex: 1; min-width: 0; border: 1px solid rgba(75,38,91,.14); border-right: 0; border-radius: 12px 0 0 12px; padding: 0 14px; background: #fff; outline: none; }
.newsletter-form .btn { border-radius: 0 12px 12px 0; }

.site-footer { position: relative; overflow: hidden; padding: 60px 0 24px; background: linear-gradient(120deg, #2F0043, #4D006D 50%, #67008C); color: #fff; }
.site-footer::after { content: "TCC"; position: absolute; right: -16px; bottom: -55px; font: 600 12rem/1 var(--serif); color: rgba(255,255,255,.025); pointer-events: none; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; position: relative; z-index: 1; }
.brand-footer img { width: 62px; filter: brightness(0) invert(1); opacity: .96; }
.brand-footer span { display: grid; gap: 3px; }
.brand-footer strong { font: 600 1.6rem/1 var(--serif); }
.brand-footer small { color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: .84rem; }
.footer-grid h4 { margin: 4px 0 15px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: #E7B6FF; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin-bottom: 9px; color: rgba(255,255,255,.77); font-size: .79rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { color: rgba(255,255,255,.68); font-size: .8rem; }
.footer-cta { color: #fff !important; font-weight: 800; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s cubic-bezier(.22,.61,.36,1), transform .75s cubic-bezier(.22,.61,.36,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .15s; }
.reveal-delay-3 { transition-delay: .22s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-12px,10px,0) scale(1.08); } }

@media (max-width: 1080px) {
    .nav-cta { display: none; }
    .primary-nav { gap: 16px; }
    .primary-nav > a, .nav-trigger { font-size: .88rem; }
    .mega-layout { grid-template-columns: 232px minmax(0, 1fr); }
    .mega-main { padding: 23px 22px 20px; }
    .mega-spotlight { padding: 27px 22px 23px; }
    .hero-grid { gap: 40px; }
    .hero-photo-shell { min-height: 520px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .story-grid { grid-template-columns: 1fr 1fr; }
    .resource-panel { grid-column: 1 / -1; }
    .resource-list { grid-template-columns: repeat(3, 1fr); }
    .resource-list a { min-height: 145px; }
}

@media (max-width: 860px) {
    .nav-wrap { min-height: 76px; }
    .brand-logo { width: 50px; height: 50px; }
    .nav-toggle { display: flex; }
    .primary-nav { position: fixed; top: 76px; left: 20px; right: 20px; z-index: 999; display: grid; gap: 2px; max-height: calc(100vh - 96px); overflow-y: auto; padding: 10px; border-radius: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow-soft); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .24s ease; }
    .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-nav > a, .nav-trigger { width: 100%; justify-content: space-between; padding: 13px 14px; border-radius: 10px; font-size: .9rem; }
    .primary-nav > a::after, .nav-trigger::after { display: none; }
    .primary-nav > a:hover, .nav-trigger:hover, .nav-item.open > .nav-trigger { background: var(--brand-soft); }
    .nav-item { display: block; }
    .mega-menu { position: static; padding: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: none; max-height: 0; overflow: hidden; transition: max-height .32s ease, opacity .2s ease, visibility .2s ease, padding .2s ease; }
    .nav-item:hover > .mega-menu, .nav-item:focus-within > .mega-menu { opacity: 0; visibility: hidden; pointer-events: none; max-height: 0; }
    .nav-item.open > .mega-menu { padding: 5px 0 9px; opacity: 1; visibility: visible; pointer-events: auto; max-height: 3200px; }
    .mega-menu-inner { border-radius: 16px; box-shadow: none; background: #fff; }
    .mega-layout { grid-template-columns: 1fr; min-height: 0; }
    .mega-spotlight { padding: 19px 18px 17px; }
    .mega-spotlight-icon { width: 43px; height: 43px; margin-bottom: 13px; border-radius: 13px; }
    .mega-spotlight-title { max-width: none; margin-top: 5px; font-size: 1.35rem; }
    .mega-spotlight p { margin: 8px 0 13px; font-size: .7rem; }
    .mega-spotlight-action { min-height: 40px; margin-top: 0; }
    .mega-trust { display: none; }
    .mega-main { padding: 14px; }
    .mega-main-head { align-items: center; margin-bottom: 12px; padding-bottom: 11px; }
    .mega-note { display: none; }
    .mega-title { font-size: 1.1rem; }
    .services-mega-grid, .funding-mega-grid { grid-template-columns: 1fr; }
    .mega-category { padding: 12px 11px 10px; }
    .mega-category-head p { display: none; }
    .mega-link { min-height: 40px; font-size: .76rem; }
    .funding-link { min-height: 76px; }
    .mega-footer { align-items: flex-start; flex-direction: column; gap: 7px; padding: 11px 12px; }
    .mega-footer-copy { font-size: .67rem; }
    .mega-footer a { padding-left: 41px; }
    .hero { padding-top: 58px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .eyebrow { justify-content: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .trust-row { max-width: 620px; margin-inline: auto; }
    .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; }
    .hero-photo-shell { min-height: 590px; }
    .assurance-grid { grid-template-columns: repeat(2, 1fr); }
    .assurance-item:nth-child(2) { border-right: 0; }
    .assurance-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .section { padding: 74px 0; }
    .section-heading-row { align-items: start; flex-direction: column; }
    .story-grid { grid-template-columns: 1fr; }
    .resource-panel { grid-column: auto; }
    .resource-list { grid-template-columns: 1fr; }
    .resource-list a { min-height: auto; }
    .careers-card { grid-template-columns: 1fr; align-items: flex-start; padding: 38px; }
    .careers-card > .btn { min-width: 0; }
    .contact-grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-copy { max-width: none; padding-top: 0; }
    .consultation-guide { max-width: 680px; }
    .newsletter-card { grid-template-columns: auto 1fr; }
    .newsletter-form { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 28px, 1180px); }
    .brand-copy { display: none; }
    .hero { padding: 44px 0 52px; }
    .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
    .hero-title-line { white-space: normal; }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .trust-row { display: grid; gap: 12px; border-top: 0; padding-top: 5px; }
    .trust-item { border: 0; margin: 0; padding: 10px 12px; text-align: left; border-radius: 13px; background: rgba(255,255,255,.72); border: 1px solid var(--line); }
    .hero-photo-shell { min-height: 430px; border-radius: 26px; padding: 10px; }
    .hero-photo, .photo-shade { inset: 10px; border-radius: 19px; }
    .floating-card { max-width: 220px; padding: 10px 12px; }
    .floating-card-top { left: 1px; top: 22px; }
    .floating-card-bottom { right: 2px; bottom: 22px; }
    .assurance-grid { grid-template-columns: 1fr; }
    .assurance-item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.13); padding: 20px 22px; }
    .assurance-item:last-child { border-bottom: 0; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .section h2 { font-size: 2.3rem; }
    .feature-panel, .resource-panel { padding: 24px; }
    .story-photo-card { min-height: 440px; }
    .careers-card { padding: 30px 24px; border-radius: 24px; gap: 24px; }
    .careers-card > .btn { width: 100%; }
    .careers-card h2 { font-size: 2.3rem; }
    .contact-section { padding: 58px 0 52px; }
    .consultation-guide { margin-top: 22px; padding: 18px; }
    .consultation-step { grid-template-columns: 30px minmax(0,1fr); gap: 10px; }
    .consultation-step-number { width: 30px; height: 30px; border-radius: 10px; }
    .contact-note { padding: 13px 14px; }
    .careers-section { padding-top: 44px; padding-bottom: 64px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-card { padding: 22px; }
    .newsletter-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .newsletter-form { grid-column: auto; width: 100%; flex-direction: column; gap: 8px; }
    .newsletter-form input { min-height: 46px; border: 1px solid rgba(75,38,91,.14); border-radius: 12px; }
    .newsletter-form .btn { border-radius: 12px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}



/* TCC care concierge */
.tcc-chat { position: fixed; right: 24px; bottom: 24px; z-index: 1200; display: grid; justify-items: end; gap: 12px; font-family: var(--sans); }
.tcc-chat-panel { width: min(360px, calc(100vw - 32px)); overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid rgba(96, 19, 137, .10); box-shadow: 0 24px 70px rgba(45, 0, 65, .24); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.98); transform-origin: bottom right; transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.tcc-chat.open .tcc-chat-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.tcc-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 20px; background: linear-gradient(135deg, #4A0068 0%, #7A04B4 58%, #A92CD5 100%); color: #fff; }
.tcc-chat-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.tcc-chat-logo-wrap { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 8px 18px rgba(30, 0, 43, .16); }
.tcc-chat-logo-wrap img { width: 35px; height: 35px; object-fit: contain; }
.tcc-chat-brand > span:last-child { display: grid; gap: 3px; min-width: 0; }
.tcc-chat-brand strong { font-size: 1rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tcc-chat-brand small { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.82); font-size: .73rem; }
.tcc-chat-brand small i { width: 7px; height: 7px; border-radius: 50%; background: #43D17C; box-shadow: 0 0 0 3px rgba(67,209,124,.15); }
.tcc-chat-close { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.tcc-chat-close:hover { background: rgba(255,255,255,.20); transform: rotate(3deg); }
.tcc-chat-close svg { width: 18px; height: 18px; }
.tcc-chat-body { display: grid; gap: 12px; padding: 18px; background: #fff; }
.tcc-chat-message { padding: 16px; border-radius: 17px; background: #F8F4FA; color: #312A35; font-size: .88rem; line-height: 1.55; }
.tcc-chat-message p { margin: 0; }
.tcc-chat-message p + p { margin-top: 13px; }
.tcc-chat-highlight { display: grid; gap: 5px; padding: 15px 16px; border: 1px solid rgba(122,4,180,.16); border-radius: 17px; background: linear-gradient(135deg, #FBF5FF, #F5E8FC); text-align: center; }
.tcc-chat-highlight span { color: var(--brand); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.tcc-chat-highlight strong { color: var(--brand-dark); font-size: .95rem; line-height: 1.35; }
.tcc-chat-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; border-radius: 15px; font-size: .83rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tcc-chat-action:hover { transform: translateY(-1px); }
.tcc-chat-action-primary { color: #fff; background: linear-gradient(135deg, #7A04B4, #9B2BCB); box-shadow: 0 10px 22px rgba(122,4,180,.20); }
.tcc-chat-action-primary:hover { color: #fff; box-shadow: 0 13px 26px rgba(122,4,180,.28); }
.tcc-chat-action-secondary { color: var(--brand-dark); background: #fff; border: 1px solid rgba(122,4,180,.20); }
.tcc-chat-action-secondary:hover { color: var(--brand); background: var(--brand-soft); }
.tcc-chat-action svg { width: 17px; height: 17px; }
.tcc-chat-launcher { display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 7px 18px 7px 7px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #6B009B, #8F14C5); box-shadow: 0 14px 34px rgba(82,0,117,.30); cursor: pointer; font: 800 .9rem/1 var(--sans); transition: transform .22s ease, box-shadow .22s ease; }
.tcc-chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(82,0,117,.36); }
.tcc-chat-launcher-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 50%; background: #fff; color: var(--brand); }
.tcc-chat-launcher-icon svg { width: 21px; height: 21px; }
.tcc-chat.open .tcc-chat-launcher-copy { display: none; }
.tcc-chat.open .tcc-chat-launcher { padding-right: 7px; }
.tcc-chat.open .tcc-chat-launcher-icon svg { transform: rotate(45deg); }
.tcc-chat-launcher-icon svg { transition: transform .22s ease; }

@media (max-width: 600px) {
    .tcc-chat { right: 14px; bottom: 14px; }
    .tcc-chat-panel { width: min(360px, calc(100vw - 28px)); max-height: calc(100vh - 100px); overflow-y: auto; border-radius: 21px; }
    .tcc-chat-head { padding: 16px; }
    .tcc-chat-body { padding: 14px; }
    .tcc-chat-launcher { min-height: 52px; font-size: .82rem; }
    .tcc-chat-launcher-icon { width: 38px; height: 38px; flex-basis: 38px; }
}

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


/* v3 mega-menu refinement */
.funding-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--brand); background: linear-gradient(145deg, #F7EBFC, #F0DDF9); border: 1px solid rgba(122,4,180,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.funding-icon svg { width: 24px; height: 24px; }
.service-card:focus-visible { outline: 3px solid rgba(122,4,180,.20); outline-offset: 4px; }

/* TCC V37 - funding mega-menu copy refinement */
@media (min-width: 1025px) {
    .funding-link { min-height: 102px; }
    .funding-copy strong { font-size: .75rem; }
    .funding-copy small { font-size: .62rem; line-height: 1.45; }
}
