/* ==========================================================================
   AW Data Consultancy - main stylesheet (loaded after Bootstrap 5.3)
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
    --aw-navy: #0B2A5B;
    --aw-navy-2: #123A74;
    --aw-blue: #1A5BD6;
    --aw-blue-600: #1447AD;
    --aw-blue-100: #DCE8FB;
    --aw-sky: #F2F6FC;
    --aw-ink: #13213A;
    --aw-muted: #56657C;
    --aw-line: #DDE5F0;
    --aw-white: #FFFFFF;
    --aw-radius: 10px;
    --aw-radius-lg: 16px;
    --aw-shadow: 0 1px 2px rgba(11, 42, 91, .05), 0 12px 32px -12px rgba(11, 42, 91, .14);
    --aw-font-display: "Red Hat Display", "Segoe UI", Arial, sans-serif;
    --aw-font-text: "Red Hat Text", "Segoe UI", Arial, sans-serif;

    /* Bootstrap overrides */
    --bs-body-font-family: var(--aw-font-text);
    --bs-body-color: var(--aw-ink);
    --bs-body-font-size: 1.0625rem;
    --bs-body-line-height: 1.65;
    --bs-primary: var(--aw-blue);
    --bs-primary-rgb: 26, 91, 214;
    --bs-link-color: var(--aw-blue);
    --bs-link-color-rgb: 26, 91, 214;
    --bs-link-hover-color: var(--aw-blue-600);
    --bs-link-hover-color-rgb: 20, 71, 173;
    --bs-border-color: var(--aw-line);
    --bs-border-radius: var(--aw-radius);
    --bs-focus-ring-color: rgba(26, 91, 214, .3);
}

/* ---------- 2. Base ---------- */
html { scroll-padding-top: 96px; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; background: var(--aw-white); }
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .display-font {
    font-family: var(--aw-font-display);
    color: var(--aw-navy);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.15;
}
h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.06; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p { max-width: 68ch; }
.lead { font-size: 1.2rem; color: var(--aw-muted); line-height: 1.6; }
a { text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--aw-blue); outline-offset: 3px; }
::selection { background: var(--aw-blue-100); }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 2000; background: var(--aw-navy); color: #fff; padding: .6rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }

.icon { width: 1.25em; height: 1.25em; flex: none; vertical-align: -.2em; }

/* ---------- 3. Buttons ---------- */
.btn { font-family: var(--aw-font-text); font-weight: 600; border-radius: 8px; padding: .7rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
.btn-lg { padding: .9rem 1.6rem; font-size: 1.05rem; }
.btn-primary {
    --bs-btn-bg: var(--aw-blue); --bs-btn-border-color: var(--aw-blue);
    --bs-btn-hover-bg: var(--aw-blue-600); --bs-btn-hover-border-color: var(--aw-blue-600);
    --bs-btn-active-bg: var(--aw-navy); --bs-btn-active-border-color: var(--aw-navy);
    --bs-btn-focus-shadow-rgb: 26, 91, 214;
}
.btn-outline-primary {
    --bs-btn-color: var(--aw-blue); --bs-btn-border-color: var(--aw-blue);
    --bs-btn-hover-bg: var(--aw-blue); --bs-btn-hover-border-color: var(--aw-blue);
    --bs-btn-active-bg: var(--aw-blue-600); --bs-btn-active-border-color: var(--aw-blue-600);
}
.btn-light { --bs-btn-color: var(--aw-navy); --bs-btn-hover-color: var(--aw-navy); --bs-btn-hover-bg: var(--aw-blue-100); --bs-btn-hover-border-color: var(--aw-blue-100); }
.link-more { font-weight: 600; text-decoration: none; display: inline-flex; gap: .35rem; align-items: center; }
.link-more:hover { text-decoration: underline; }

/* ---------- 4. Top bar & header ---------- */
.topbar { background: var(--aw-navy); color: #BFD0EA; font-size: .85rem; padding: .5rem 0; }
.topbar p { max-width: none; }
.topbar-links { gap: 1.5rem; }
.topbar-links a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; opacity: .9; }
.topbar-links a:hover { opacity: 1; text-decoration: underline; }

.site-header { background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--aw-line); transition: box-shadow .2s ease; z-index: 1030; }
.site-header.is-scrolled { box-shadow: 0 8px 24px -16px rgba(11, 42, 91, .35); }
.navbar { padding: .85rem 0; }
.brand-logo { height: 90px; width: auto; }
.navbar .nav-link { font-weight: 600; color: var(--aw-ink); padding: .5rem .9rem !important; border-radius: 6px; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--aw-blue); }
.navbar .nav-link.active { background: var(--aw-sky); }
.nav-cta { margin-left: .75rem; }
.navbar-toggler { border: 0; padding: .5rem; box-shadow: none !important; }
.toggler-bar { display: block; width: 24px; height: 2px; background: var(--aw-navy); margin: 5px 0; border-radius: 2px; }

/* Mega menu */
.mega-menu { border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); box-shadow: var(--aw-shadow); padding: 0; overflow: hidden; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; padding: 1rem; width: 720px; }
.mega-item { display: flex; gap: .9rem; padding: .85rem; border-radius: var(--aw-radius); text-decoration: none; color: var(--aw-ink); }
.mega-item:hover, .mega-item:focus { background: var(--aw-sky); }
.mega-item strong { display: block; font-family: var(--aw-font-display); color: var(--aw-navy); font-size: 1rem; }
.mega-item small { display: block; color: var(--aw-muted); font-size: .85rem; line-height: 1.45; margin-top: .15rem; }
.mega-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--aw-blue-100); color: var(--aw-blue); display: grid; place-items: center; flex: none; }
.mega-icon .icon { width: 22px; height: 22px; }
.mega-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .9rem 1.85rem; background: var(--aw-sky); border-top: 1px solid var(--aw-line); font-size: .9rem; color: var(--aw-muted); }
.mega-foot a { font-weight: 600; white-space: nowrap; }

@media (min-width: 992px) {
    .navbar .offcanvas { position: static; visibility: visible; transform: none; background: transparent; border: 0; width: auto; }
    .navbar .offcanvas-header { display: none; }
    .navbar .offcanvas-body { display: flex; padding: 0; flex-grow: 1; }
    .mega .dropdown-menu { left: 50%; transform: translateX(-50%); margin-top: .6rem; }
    .mega .dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -.9rem; height: .9rem; } /* hover bridge */
    .mega:hover > .dropdown-menu, .mega:focus-within > .dropdown-menu { display: block; }
}
@media (max-width: 991.98px) {
    .brand-logo { height: 90px; }
    .offcanvas { max-width: 360px; }
    .offcanvas .navbar-nav { gap: .15rem; }
    .offcanvas .nav-link { padding: .75rem .5rem !important; font-size: 1.05rem; }
    .mega-menu { border: 0; box-shadow: none; }
    .mega-grid { width: auto; grid-template-columns: 1fr; padding: 0 0 .5rem; }
    .mega-item small, .mega-foot span { display: none; }
    .mega-foot { padding: .75rem .85rem; }
    .nav-cta { margin: 1rem 0 0; }
    .nav-cta .btn { width: 100%; }
    .offcanvas-contact { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--aw-line); display: grid; gap: .75rem; }
    .offcanvas-contact a { color: var(--aw-ink); text-decoration: none; display: flex; gap: .5rem; align-items: center; }
}

/* ---------- 5. Sections ---------- */
.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section-sky { background: var(--aw-sky); }
.section-navy { background: var(--aw-navy); color: #C9D7EC; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center p { margin-left: auto; margin-right: auto; }
.section-head p { color: var(--aw-muted); font-size: 1.125rem; margin-bottom: 0; }
.section-navy .section-head p { color: #B7C8E3; }

/* ---------- 6. Home hero ---------- */
.hero {
    position: relative;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3.5rem, 6vw, 5rem);
    background:
        linear-gradient(rgba(26, 91, 214, .06) 1px, transparent 1px) 0 0 / 32px 32px,
        linear-gradient(90deg, rgba(26, 91, 214, .06) 1px, transparent 1px) 0 0 / 32px 32px,
        linear-gradient(180deg, var(--aw-sky) 0%, #fff 100%);
    overflow: hidden;
}
.hero h1 { max-width: 15ch; margin-bottom: 1.5rem; }
.hero .lead { max-width: 36em; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-regions { margin-top: 2.25rem; }
.hero-regions p { font-size: .9rem; color: var(--aw-muted); margin-bottom: .6rem; }
.region-list { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; }
.region-list li { background: #fff; border: 1px solid var(--aw-line); border-radius: 999px; padding: .3rem .8rem; font-size: .85rem; font-weight: 600; color: var(--aw-navy); }
.hero-figure { position: relative; background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: clamp(1rem, 2vw, 1.75rem); box-shadow: var(--aw-shadow); }
.hero-figure figcaption { font-size: .85rem; color: var(--aw-muted); margin-top: .75rem; text-align: center; }

/* Platforms strip */
.platforms { border-top: 1px solid var(--aw-line); border-bottom: 1px solid var(--aw-line); padding: 1.5rem 0; background: #fff; }
.platforms .container { display: flex; align-items: center; gap: 1rem 2.5rem; flex-wrap: wrap; justify-content: center; }
.platforms p { margin: 0; font-size: .9rem; color: var(--aw-muted); }
.platforms ul { display: flex; flex-wrap: wrap; gap: .5rem 2rem; list-style: none; margin: 0; padding: 0; }
.platforms li { font-family: var(--aw-font-display); font-weight: 700; color: var(--aw-navy); font-size: 1.05rem; opacity: .75; }

/* ---------- 7. Service cards ---------- */
.svc-card { height: 100%; background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: 2rem; display: flex; flex-direction: column; transition: border-color .2s ease, box-shadow .2s ease; position: relative; }
.svc-card:hover { border-color: #B9CCEB; box-shadow: var(--aw-shadow); }
.svc-card .svc-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--aw-blue-100); color: var(--aw-blue); display: grid; place-items: center; margin-bottom: 1.25rem; }
.svc-card .svc-icon .icon { width: 28px; height: 28px; }
.svc-card h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.svc-card h3 a { color: inherit; text-decoration: none; }
.svc-card h3 a::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.svc-card p { color: var(--aw-muted); flex-grow: 1; }
.svc-card .link-more { margin-top: .5rem; color: var(--aw-blue); }
.svc-card.featured { background: var(--aw-navy); border-color: var(--aw-navy); }
.svc-card.featured h3, .svc-card.featured .link-more { color: #fff; }
.svc-card.featured p { color: #BFD0EA; }
.svc-card.featured .svc-icon { background: rgba(255, 255, 255, .12); color: #9CC1FF; }
.svc-badge { position: absolute; top: 1.5rem; right: 1.5rem; font-size: .75rem; font-weight: 700; color: #9CC1FF; border: 1px solid rgba(156, 193, 255, .45); padding: .2rem .6rem; border-radius: 999px; }

/* ---------- 8. Why us ---------- */
.why-item { display: flex; gap: 1.1rem; }
.why-item .why-icon { width: 48px; height: 48px; border-radius: 12px; background: #fff; border: 1px solid var(--aw-line); color: var(--aw-blue); display: grid; place-items: center; flex: none; }
.why-item h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.why-item p { color: var(--aw-muted); margin-bottom: 0; }
.compare { background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); overflow: hidden; }
.compare table { margin: 0; }
.compare th { font-family: var(--aw-font-display); color: var(--aw-navy); background: var(--aw-sky); font-size: .95rem; }
.compare th, .compare td { padding: 1rem 1.25rem; vertical-align: top; border-color: var(--aw-line); }
.compare td { color: var(--aw-muted); font-size: .95rem; }
.compare td:first-child { color: var(--aw-ink); font-weight: 600; }
.compare .us { color: var(--aw-navy); font-weight: 600; background: #F5F9FF; }
.compare th.us-head { background: var(--aw-blue); color: #fff; }

/* ---------- 9. Data quality ledger (live demo) ---------- */
.ledger { background: #0E3372; border: 1px solid rgba(255, 255, 255, .12); color: #DCE7F8; border-radius: var(--aw-radius-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(11, 42, 91, .6); font-variant-numeric: tabular-nums; }
.ledger-head { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.ledger-head strong { font-family: var(--aw-font-display); color: #fff; }
.ledger-head span { font-size: .8rem; color: #8FA6C9; display: inline-flex; align-items: center; gap: .4rem; }
.ledger-head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4ED19A; }
.ledger-rows { list-style: none; margin: 0; padding: 0; height: 324px; overflow: hidden; }
.ledger-row { display: grid; grid-template-columns: 96px 1fr auto; gap: 1rem; align-items: center; padding: 0 1.25rem; height: 54px; border-bottom: 1px solid rgba(255, 255, 255, .06); font-size: .88rem; animation: rowIn .45s ease-out; }
.ledger-row .ref { color: #8FA6C9; }
.ledger-row .desc { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.ledger-row .desc small { display: block; color: #8FA6C9; font-size: .76rem; overflow: hidden; text-overflow: ellipsis; }
.pill { font-size: .74rem; font-weight: 700; padding: .25rem .6rem; border-radius: 4px; white-space: nowrap; }
.pill-pass { background: rgba(78, 209, 154, .16); color: #7FE0B6; }
.pill-fail { background: rgba(224, 103, 79, .2); color: #FFAD9C; }
.pill-fixed { background: rgba(127, 178, 255, .18); color: #A9CAFF; }
.ledger-foot { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .08); }
.ledger-foot div { padding: .9rem 1.25rem; border-right: 1px solid rgba(255, 255, 255, .06); }
.ledger-foot div:last-child { border-right: 0; }
.ledger-foot b { display: block; font-family: var(--aw-font-display); font-size: 1.35rem; color: #fff; line-height: 1.2; }
.ledger-foot span { font-size: .75rem; color: #8FA6C9; }
@keyframes rowIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (max-width: 575.98px) {
    .ledger-row { grid-template-columns: 1fr auto; } .ledger-row .ref { display: none; }
    .ledger-foot { grid-template-columns: repeat(2, 1fr); }
    .ledger-foot div:nth-child(2) { border-right: 0; }
    .ledger-foot div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .06); }
}

.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list .icon { color: var(--aw-blue); margin-top: .2rem; }
.section-navy .check-list .icon { color: #7FB2FF; }

/* ---------- 10. Industries ---------- */
.ind-card { height: 100%; padding: 1.75rem; border-radius: var(--aw-radius-lg); background: #fff; border: 1px solid var(--aw-line); }
.ind-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.ind-card p { color: var(--aw-muted); margin: 0; font-size: .97rem; }
.p-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--aw-blue-100); color: var(--aw-blue); display: grid; place-items: center; margin-bottom: 1rem; }
.p-icon .icon { width: 24px; height: 24px; }

.ind-block { padding: 2.5rem 0; border-top: 1px solid var(--aw-line); }
.ind-block:first-child { border-top: 0; padding-top: 0; }
.ind-block h2 { font-size: 1.75rem; }
.ind-block h3 { font-size: 1rem; text-transform: none; color: var(--aw-navy); margin: 0 0 .75rem; }
.ind-exp { background: var(--aw-sky); border-left: 3px solid var(--aw-blue); padding: 1rem 1.25rem; border-radius: 0 var(--aw-radius) var(--aw-radius) 0; font-size: .95rem; color: var(--aw-ink); }

/* ---------- 11. Case studies ---------- */
.case-card { height: 100%; background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: 2rem; display: flex; flex-direction: column; }
.case-card .case-sector { font-size: .88rem; font-weight: 600; color: var(--aw-blue); margin-bottom: .75rem; }
.case-card h3 { font-size: 1.3rem; margin-bottom: .75rem; }
.case-card p { color: var(--aw-muted); flex-grow: 1; }
.case-card .case-sector { flex-grow: 0; }
.case-metric { border-top: 1px solid var(--aw-line); padding-top: 1.1rem; margin-top: 1rem; display: flex; align-items: baseline; gap: .75rem; }
.case-metric b { font-family: var(--aw-font-display); font-size: 1.9rem; color: var(--aw-navy); line-height: 1; white-space: nowrap; }
.case-metric span { color: var(--aw-muted); font-size: .9rem; }

.case-full { border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); overflow: hidden; background: #fff; }
.case-full + .case-full { margin-top: 2rem; }
.case-full-head { background: var(--aw-navy); color: #C9D7EC; padding: clamp(1.75rem, 3vw, 2.5rem); }
.case-full-head .case-sector { color: #9CC1FF; font-weight: 600; font-size: .9rem; margin-bottom: .5rem; }
.case-full-head h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 0; }
.case-full-body { padding: clamp(1.75rem, 3vw, 2.5rem); }
.case-full-body h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.case-full-body p, .case-full-body li { color: var(--aw-muted); }
.case-full-body ul { padding-left: 1.1rem; margin-bottom: 0; }
.case-results { background: var(--aw-sky); border-radius: var(--aw-radius); padding: 1.5rem; height: 100%; }
.case-results .big { font-family: var(--aw-font-display); font-size: 2.2rem; font-weight: 800; color: var(--aw-blue); line-height: 1.05; display: block; }
.case-results .big + span { color: var(--aw-ink); font-weight: 600; display: block; margin-bottom: 1rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 0; }
.tag-list li { font-size: .8rem; font-weight: 600; color: var(--aw-navy); background: #fff; border: 1px solid var(--aw-line); border-radius: 6px; padding: .2rem .55rem; }
.section-sky .tag-list li, .case-results .tag-list li { background: #fff; }

/* ---------- 12. Process ---------- */
.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.process li { position: relative; padding-top: 3.5rem; }
.process li::before { counter-increment: step; content: counter(step); position: absolute; top: 0; left: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--aw-blue); color: #fff; display: grid; place-items: center; font-family: var(--aw-font-display); font-weight: 700; z-index: 1; }
.process li::after { content: ""; position: absolute; top: 22px; left: 44px; right: -1.5rem; height: 2px; background: var(--aw-blue-100); }
.process li:last-child::after { display: none; }
.process h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.process p { color: var(--aw-muted); font-size: .97rem; margin: 0; }
.process .dur { display: block; font-size: .82rem; color: var(--aw-blue); font-weight: 600; margin-bottom: .35rem; }
.section-navy .process p { color: #B7C8E3; }
.section-navy .process li::after { background: rgba(255, 255, 255, .15); }
@media (max-width: 991.98px) { .process { grid-template-columns: 1fr 1fr; row-gap: 2.5rem; } .process li::after { display: none; } }
@media (max-width: 575.98px) { .process { grid-template-columns: 1fr; } }

/* ---------- 13. Region & compliance ---------- */
.region-panel { background: var(--aw-navy-2); border-radius: var(--aw-radius-lg); padding: 2rem; height: 100%; }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; list-style: none; padding: 0; margin: 0; }
.region-grid li { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; padding: .8rem; color: #fff; font-weight: 600; font-size: .92rem; }
.region-grid li small { display: block; color: #8FA6C9; font-weight: 500; font-size: .75rem; }
@media (max-width: 575.98px) { .region-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- 14. FAQ ---------- */
.faq .accordion-item { border: 1px solid var(--aw-line); border-radius: var(--aw-radius) !important; margin-bottom: .75rem; overflow: hidden; }
.faq .accordion-button { font-family: var(--aw-font-display); font-weight: 700; color: var(--aw-navy); font-size: 1.05rem; padding: 1.15rem 1.35rem; }
.faq .accordion-button:not(.collapsed) { background: var(--aw-sky); color: var(--aw-navy); box-shadow: none; }
.faq .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(26, 91, 214, .2); }
.faq .accordion-body { color: var(--aw-muted); padding: 0 1.35rem 1.25rem; background: var(--aw-sky); }
.faq h3 { margin: 0; }

/* ---------- 15. Inner page hero ---------- */
.page-hero { background: var(--aw-navy); color: #C9D7EC; padding: clamp(3rem, 6vw, 5rem) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 32px 32px, linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 32px 32px; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; max-width: 20ch; font-size: clamp(2.1rem, 4.2vw, 3.2rem); margin-bottom: 1rem; }
.page-hero .lead { color: #BFD0EA; max-width: 42em; margin: 0; }
.page-hero .breadcrumb { --bs-breadcrumb-divider-color: #6F89B3; --bs-breadcrumb-item-active-color: #BFD0EA; font-size: .9rem; margin-bottom: 1.5rem; }
.page-hero .breadcrumb a { color: #fff; text-decoration: none; }
.page-hero .breadcrumb a:hover { text-decoration: underline; }
.page-hero .btn { margin-top: 2rem; }

/* ---------- 16. Service page ---------- */
.problem-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.problem-list li { display: flex; gap: .75rem; background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius); padding: 1rem 1.15rem; }
.problem-list .icon { color: #C9523B; margin-top: .15rem; }
.deliver-card { height: 100%; border-top: 3px solid var(--aw-blue); background: #fff; padding: 1.5rem 0 0; }
.deliver-card h3 { font-size: 1.12rem; margin-bottom: .45rem; }
.deliver-card p { color: var(--aw-muted); margin: 0; font-size: .97rem; }
.outcome { border-left: 3px solid #7FB2FF; padding-left: 1.25rem; }
.outcome b { display: block; font-family: var(--aw-font-display); font-size: clamp(1.8rem, 3vw, 2.4rem); color: #fff; line-height: 1.1; margin-bottom: .35rem; }
.outcome span { color: #B7C8E3; }
.stack-list { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; }
.stack-list li { background: var(--aw-sky); border: 1px solid var(--aw-line); color: var(--aw-navy); border-radius: 8px; padding: .45rem .85rem; font-weight: 600; font-size: .9rem; }
.side-card { position: sticky; top: 110px; background: var(--aw-sky); border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: 1.75rem; }
.side-card h2 { font-size: 1.3rem; }
.side-card p { color: var(--aw-muted); font-size: .97rem; }
.side-links { list-style: none; padding: 0; margin: 1.25rem 0 0; border-top: 1px solid var(--aw-line); padding-top: 1rem; }
.side-links li a { display: block; padding: .4rem 0; text-decoration: none; font-weight: 600; }

/* Engagement models */
.engage-card { height: 100%; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: 2rem; background: #fff; }
.engage-card .engage-dur { font-size: .88rem; color: var(--aw-blue); font-weight: 600; margin-bottom: .75rem; display: block; }
.engage-card h3 { font-size: 1.3rem; }
.engage-card p { color: var(--aw-muted); }

/* ---------- 17. About ---------- */
.founder-photo { width: 100%; max-width: 280px; margin: 0 auto; border-radius: 50%; overflow: hidden; background: var(--aw-sky); aspect-ratio: 1; border: 6px solid #fff; box-shadow: var(--aw-shadow); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-card { text-align: center; margin-top: 1.25rem; }
.founder-card strong { display: block; font-family: var(--aw-font-display); color: var(--aw-navy); font-size: 1.15rem; }
.founder-card span { color: var(--aw-muted); font-size: .92rem; }
.timeline { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--aw-blue-100); }
.timeline li { position: relative; padding: 0 0 1.75rem 1.75rem; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: .4rem; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid var(--aw-blue); }
.timeline .when { font-size: .85rem; font-weight: 600; color: var(--aw-blue); }
.timeline h3 { font-size: 1.1rem; margin: .15rem 0 .35rem; }
.timeline p { color: var(--aw-muted); margin: 0; font-size: .97rem; }
.cred-list { list-style: none; padding: 0; margin: 0; }
.cred-list li { padding: .65rem 0; border-bottom: 1px solid var(--aw-line); display: flex; gap: .6rem; }
.cred-list .icon { color: var(--aw-blue); margin-top: .2rem; }

/* ---------- 18. Contact ---------- */
.contact-card { background: #fff; border: 1px solid var(--aw-line); border-radius: var(--aw-radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--aw-shadow); }
.form-label { font-weight: 600; font-size: .92rem; color: var(--aw-navy); }
.form-control, .form-select { border-radius: 8px; padding: .75rem .95rem; border-color: #CCD7E6; }
.form-control:focus, .form-select:focus { border-color: var(--aw-blue); box-shadow: 0 0 0 .2rem rgba(26, 91, 214, .15); }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-note { font-size: .85rem; color: var(--aw-muted); }
.contact-info { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.25rem; }
.contact-info li { display: flex; gap: 1rem; }
.contact-info .ci-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--aw-blue-100); color: var(--aw-blue); display: grid; place-items: center; flex: none; }
.contact-info small { display: block; color: var(--aw-muted); font-size: .82rem; }
.contact-info a, .contact-info span { font-weight: 600; color: var(--aw-navy); text-decoration: none; }
.contact-info a:hover { color: var(--aw-blue); text-decoration: underline; }
.next-steps { list-style: none; padding: 0; margin: 0; counter-reset: ns; }
.next-steps li { position: relative; padding-left: 2.6rem; margin-bottom: 1.1rem; color: var(--aw-muted); }
.next-steps li::before { counter-increment: ns; content: counter(ns); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--aw-blue); color: var(--aw-blue); display: grid; place-items: center; font-weight: 700; font-size: .85rem; }
.next-steps strong { color: var(--aw-navy); display: block; }

/* ---------- 19. Prose (legal pages) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 1.45rem; margin-top: 2.5rem; }
.prose p, .prose li { color: #34425A; }

/* ---------- 20. CTA band & footer ---------- */
.cta-band { background: var(--aw-blue); color: #E3EDFD; padding: clamp(3rem, 6vw, 4.5rem) 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .6rem; }
.cta-band .btn-outline-light:hover { color: var(--aw-blue); }

.site-footer { background: #081F45; color: #A9BBD8; padding: clamp(3.5rem, 6vw, 5rem) 0 0; font-size: .95rem; }
.site-footer .brand-logo { height: 90px; background: #fff; border-radius: 8px; padding: 6px 10px; box-sizing: content-box; }
.footer-about { margin: 1.25rem 0; max-width: 34ch; }
.footer-title { font-family: var(--aw-font-display); font-size: 1rem; color: #fff; margin-bottom: 1rem; }
.footer-links li { margin-bottom: .55rem; }
.footer-links a, .footer-contact a { color: #A9BBD8; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; text-decoration: underline; }
.footer-contact li { display: flex; gap: .65rem; margin-bottom: .75rem; }
.footer-contact .icon { color: #7FB2FF; margin-top: .2rem; }
.footer-regions { font-size: .85rem; color: #7F95B8; margin-top: 1rem; }
.footer-social { gap: .5rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; background: rgba(255, 255, 255, .07); color: #fff; }
.footer-social a:hover { background: var(--aw-blue); }
.footer-bottom { margin-top: 3rem; padding: 1.5rem 0; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; font-size: .82rem; color: #7F95B8; }
.footer-bottom p { max-width: none; }

/* ---------- 21. Utilities ---------- */
.text-on-navy { color: #B7C8E3; }
.section-head-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.narrow { max-width: 640px; }
.error-code { font-family: var(--aw-font-display); font-weight: 800; font-size: 4.5rem; line-height: 1; color: var(--aw-blue); margin-bottom: .5rem; max-width: none; }
.text-muted-aw { color: var(--aw-muted) !important; }
.fw-display { font-family: var(--aw-font-display); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
    .topbar, .site-header, .cta-band, .site-footer { display: none !important; }
}
