:root {
    --navy: #071154;
    --navy-2: #101a68;
    --blue: #1667d9;
    --teal: #0fa9a5;
    --teal-soft: #e8f8f6;
    --gold: #d5a42b;
    --gold-soft: #fff7df;
    --ink: #11183c;
    --text: #555d73;
    --muted: #778096;
    --line: #dfe5ef;
    --border: #e1e7f0;
    --line-dark: rgba(255, 255, 255, .16);
    --surface: #ffffff;
    --soft: #f5f7fb;
    --surface-blue: #f1f5fb;
    --off-white: #fafbfc;
    --shadow-sm: 0 8px 28px rgba(15, 28, 68, .06);
    --shadow-lg: 0 28px 80px rgba(15, 28, 68, .12);
    --ease: cubic-bezier(.22, 1, .36, 1);
    --header-height: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
    margin: 0;
    color: var(--text);
    background: var(--surface);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
.icon { width: 1em; height: 1em; display: inline-block; flex: 0 0 auto; vertical-align: -0.14em; fill: none; stroke: currentColor; stroke-width: 2px; stroke-linecap: round; stroke-linejoin: round; }
.icon.fa-instagram, .icon.fa-whatsapp { fill: currentColor; stroke: none; }
.icon.fa-star { fill: currentColor; stroke: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, blockquote, figure { margin-top: 0; }
button { letter-spacing: 0; }

.shell { width: min(100% - 48px, 1240px); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 16px; color: #fff; background: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 0;
    color: #087f89;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}
.eyebrow-light { color: #82e3db; }
.process-section .hl, .conversion-copy .hl { color: #75ddd6; }
h1, h2, h3 { color: var(--ink); font-weight: 750; letter-spacing: 0; }
h1, h2 { text-wrap: balance; }
h1 { margin-bottom: 22px; font-size: 54px; line-height: 1.04; }
h2 { margin-bottom: 22px; font-size: 48px; line-height: 1.08; }
h3 { line-height: 1.24; }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 690px; margin-bottom: 0; font-size: 18px; }
.section-heading.centered { margin: 0 auto 56px; text-align: center; }
.section-heading.centered > p:last-child { margin-right: auto; margin-left: auto; }

.btn {
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--ink);
    background: transparent;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn:focus-visible, .text-link:focus-visible, .menu-toggle:focus-visible, summary:focus-visible, .dialog-close:focus-visible { outline: 3px solid rgba(22, 103, 217, .28); outline-offset: 3px; }
.btn .icon { transition: transform .2s ease; }
.btn:hover .fa-arrow-right { transform: translateX(3px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(22, 103, 217, .22); }
.btn-primary:hover { color: #fff; background: #0e57be; box-shadow: 0 14px 30px rgba(22, 103, 217, .3); }
.btn-secondary { color: var(--navy); background: #fff; border-color: #cfd7e6; }
.btn-secondary:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.btn-ghost { min-height: 44px; padding: 0 10px; color: var(--navy); }
.btn-large { min-height: 56px; padding: 0 25px; }
.text-link { padding: 0; border: 0; display: inline-flex; gap: 9px; align-items: center; color: var(--blue); background: transparent; font-weight: 750; cursor: pointer; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-height); background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(225, 231, 240, .72); backdrop-filter: blur(18px); transition: height .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { height: 70px; background: rgba(255, 255, 255, .96); border-color: rgba(7, 17, 84, .1); box-shadow: 0 12px 30px rgba(7, 17, 84, .07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 148px; height: auto; }
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: auto;
}
.desktop-nav a {
    position: relative;
    color: #3d455b;
    font-size: 14.5px;
    font-weight: 760;
    line-height: 1.2;
    white-space: nowrap;
    transition: color .2s ease;
}
.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--teal);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .22s ease;
}
.desktop-nav a:hover,
.desktop-nav a.is-current {
    color: var(--navy);
}
.desktop-nav a:hover::after,
.desktop-nav a.is-current::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.login-trigger { min-height: 44px; padding: 0 10px; color: var(--navy); font-size: 13.5px; font-weight: 760; }
.login-trigger .icon { color: var(--blue); font-size: 13px; }
.header-demo { min-height: 46px; padding: 0 20px; font-size: 14.5px; font-weight: 800; white-space: nowrap; }
.menu-toggle { width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 7px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; background: #fff; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 12px 24px 24px; background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--line); box-shadow: 0 22px 40px rgba(7, 17, 84, .12); }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu nav { display: grid; }
.mobile-menu nav > a:not(.btn), .mobile-menu nav > button {
    min-height: 49px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    background: transparent;
    font-weight: 800;
    text-align: left;
}
.mobile-menu nav > a:not(.btn):hover, .mobile-menu nav > button:hover { color: var(--blue); }
.mobile-menu .btn { margin-top: 16px; color: #fff; }

/* Hero */
.hero { min-height: 650px; padding: 48px 0 42px; display: flex; align-items: center; background: #fbfcfe; border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 630px; margin-bottom: 27px; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Compact landing hero */
.hero-photo { position: relative; min-height: min(780px, calc(100vh - var(--header-height))); padding: 104px 0 96px; overflow: hidden; background: #060c2e; }
.hero-photo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 28%;
    background: linear-gradient(180deg, rgba(6, 12, 46, 0), rgba(6, 12, 46, .32));
    pointer-events: none;
}
.hero-bg-layer {
    position: absolute;
    inset: -3% -2%;
    z-index: 0;
    overflow: hidden;
    transform-origin: center right;
    transform: translate3d(0, var(--hero-bg-y, 0px), 0) scale(var(--hero-bg-scale, 1));
    background: #060c2e;
    pointer-events: none;
    will-change: transform;
}
.hero-bg-layer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(5, 12, 55, .97) 0%, rgba(5, 12, 55, .9) 42%, rgba(5, 12, 55, .54) 66%, rgba(5, 12, 55, .14) 100%),
        linear-gradient(180deg, rgba(5, 12, 55, .08), rgba(5, 12, 55, .36));
    pointer-events: none;
}
.hero-bg-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(5, 12, 55, .08);
    pointer-events: none;
}
.hero-bg-frame {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    opacity: 0;
    transform: translate3d(-1.2%, 0, 0) scale(1.065);
    transform-origin: center center;
    background-position: 78% center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    backface-visibility: hidden;
    contain: paint;
    will-change: opacity, transform;
}
.hero-bg-frame:nth-child(1) {
    background-image: url("../images/hero/exonn-hero-panels-v2.png");
    background-image: image-set(
        url("../images/hero/exonn-hero-panels-v2.webp") type("image/webp"),
        url("../images/hero/exonn-hero-panels-v2.png") type("image/png")
    );
    background-position: 68% center;
    animation-name: hero-frame-fade;
}
.hero-bg-frame:nth-child(2) {
    background-image: url("../images/hero/exonn-hero-laudo.png");
    background-image: image-set(
        url("../images/hero/exonn-hero-laudo.webp") type("image/webp"),
        url("../images/hero/exonn-hero-laudo.png") type("image/png")
    );
    background-position: 72% center;
    animation-name: hero-frame-fade;
    animation-delay: -10s;
}
.hero-photo-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 760px); align-items: center; transform: translate3d(0, var(--hero-copy-y, 0px), 0); will-change: transform; }
.hero-photo-copy { max-width: 760px; padding-left: 0; }
.hero-photo-copy .eyebrow { color: #75ddd6; }
.hero-photo-copy h1 { max-width: 750px; color: #fff; font-size: 62px; line-height: 1.03; }
.hero-photo-copy .hero-lead { max-width: 640px; color: #dce4f3; font-size: 20px; }
.hero-photo .hero-actions .btn-large { min-height: 54px; padding: 0 30px; font-size: 15.5px; }
@keyframes hero-bg-settle { from { transform: scale(1.025); } to { transform: scale(1); } }
@keyframes hero-frame-fade {
    0% {
        opacity: 1;
        transform: translate3d(-1.2%, 0, 0) scale(1.065);
    }
    42% {
        opacity: 1;
        transform: translate3d(1.32%, -.18%, 0) scale(1.084);
    }
    50% {
        opacity: 0;
        transform: translate3d(1.58%, -.21%, 0) scale(1.087);
    }
    92% {
        opacity: 0;
        transform: translate3d(-1.4%, 0, 0) scale(1.063);
    }
    100% {
        opacity: 1;
        transform: translate3d(-1.2%, 0, 0) scale(1.065);
    }
}

/* Analysis rail */
.analysis-rail {
    position: relative;
    z-index: 3;
    background:
        linear-gradient(180deg, rgba(248, 251, 254, .99) 0%, rgba(255, 255, 255, .99) 100%);
    border-top: 1px solid rgba(255, 255, 255, .82);
    border-bottom: 1px solid #dce3ee;
    box-shadow: 0 14px 42px rgba(7, 17, 84, .045);
    overflow: hidden;
}
.analysis-rail::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .035), transparent 28%, transparent 78%, rgba(8, 127, 137, .04)),
        linear-gradient(180deg, rgba(7, 17, 84, .025), transparent 46%);
    opacity: .7;
    pointer-events: none;
}
.analysis-rail-inner {
    position: relative;
    z-index: 1;
    min-height: 182px;
    padding: 30px 0 32px;
    display: grid;
    grid-template-columns: minmax(280px, 408px) minmax(0, 1fr);
    gap: 58px;
    align-items: center;
}
.analysis-rail-copy {
    display: grid;
    gap: 13px;
    padding-left: 18px;
    border-left: 3px solid rgba(15, 169, 165, .75);
}
.analysis-rail-label {
    color: #087f89;
    font-size: 12.5px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.analysis-rail-copy strong {
    max-width: 388px;
    color: var(--navy);
    font-size: 21px;
    font-weight: 820;
    line-height: 1.2;
}
.analysis-mini-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 4px;
}
.analysis-mini-metrics span {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #25304f;
    background: transparent;
    font-size: 12.5px;
    font-weight: 820;
    line-height: 1;
}
.analysis-mini-metrics span + span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(15, 169, 165, .7);
}
.panel-word-stage {
    position: relative;
    min-width: 0;
    min-height: 100px;
    padding: 8px 0;
    display: grid;
    align-content: center;
    gap: 18px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.panel-word-stage::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgba(15, 169, 165, .16), transparent);
    pointer-events: none;
}
.panel-word-row {
    min-width: 0;
    display: flex;
    overflow: hidden;
}
.panel-word-row-b { opacity: .86; }
.panel-word-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 24px;
    animation: panel-word-flow 58s linear infinite;
    will-change: transform;
}
.panel-word-row-b .panel-word-track {
    animation-duration: 66s;
    animation-direction: reverse;
}
.panel-word-track span {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(57, 68, 96, .52);
    background: transparent;
    box-shadow: none;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.panel-word-track span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(15, 169, 165, .32);
    box-shadow: 0 0 0 5px rgba(15, 169, 165, .045);
}
.panel-word-track span.is-strong {
    color: var(--navy);
    font-weight: 850;
}
.panel-word-track span.is-strong::before {
    background: #5fd4d1;
    box-shadow: 0 0 0 6px rgba(95, 212, 209, .11);
}
@keyframes panel-word-flow {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Clinical index */
.explorer-section {
    padding: 118px 0 116px;
    background:
        linear-gradient(180deg, #f5f7fb 0%, #f8fafc 48%, #fff 100%);
}
.index-heading {
    max-width: 820px;
    margin-bottom: 44px;
}
.index-heading h2 {
    max-width: 650px;
    margin-bottom: 18px;
    font-size: 46px;
    line-height: 1.08;
}
.index-heading p:last-child {
    max-width: 620px;
    margin-bottom: 0;
    color: #5b667d;
    font-size: 18px;
    line-height: 1.62;
}
.index-metrics {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 0;
    border: 0;
}
.index-metrics span {
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    border-bottom: 0;
    color: #606b82;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.3;
}
.index-metrics span + span::before {
    content: "·";
    margin: 0 13px;
    color: #087f89;
    font-weight: 850;
}
.index-metrics span:last-child { border-bottom: 0; }
.index-metrics strong {
    color: var(--navy);
    font-size: 15px;
    font-weight: 850;
}
.clinical-index {
    --index-progress: 0;
    position: relative;
    border-top: 1px solid #d6deea;
    border-bottom: 1px solid #d6deea;
    padding-top: 28px;
}
.clinical-index-status {
    position: sticky;
    top: calc(var(--header-height) + 10px);
    z-index: 4;
    min-height: 54px;
    margin-bottom: 34px;
    padding: 16px 0 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    gap: 36px;
    align-items: end;
    background: rgba(247, 249, 252, .88);
    backdrop-filter: blur(14px);
    transition: opacity .2s ease, transform .2s var(--ease);
}
.clinical-index.is-caption-changing .clinical-index-status {
    opacity: .72;
    transform: translateY(2px);
}
.clinical-index-status span {
    color: var(--navy);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35;
}
.clinical-index-status p {
    margin: 0;
    color: #667188;
    font-size: 14px;
    line-height: 1.48;
    text-align: right;
}
.clinical-index-progress {
    grid-column: 1 / -1;
    height: 2px;
    border-radius: 999px;
    background: #dbe3ee;
    overflow: hidden;
}
.clinical-index-progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--teal), var(--blue));
    transform: scaleX(var(--index-progress));
    transform-origin: left center;
    transition: transform .38s var(--ease);
}
.clinical-index-grid {
    column-count: 3;
    column-gap: 52px;
}
.index-panel {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 0;
    margin: 0 0 8px;
    padding: 30px 0 36px 20px;
    border-top: 1px solid #d6deea;
    opacity: .78;
    outline: none;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    transition: opacity .28s ease, color .22s ease, transform .28s var(--ease);
}
.index-panel::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 36px;
    left: 0;
    width: 2px;
    background: #087f89;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .28s var(--ease);
}
.clinical-index.has-active .index-panel:not(.is-active) { opacity: .62; }
.index-panel:hover, .index-panel.is-active, .index-panel:focus-visible {
    opacity: 1;
    transform: translateY(-2px);
}
.index-panel:hover::before, .index-panel.is-active::before, .index-panel:focus-visible::before { transform: scaleY(1); }
.index-panel:focus-visible {
    outline: 3px solid rgba(22, 103, 217, .2);
    outline-offset: 5px;
}
.index-panel-number {
    display: block;
    margin-bottom: 17px;
    color: #087f89;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}
.index-panel h3 {
    margin-bottom: 20px;
    color: var(--navy);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
}
.index-panel ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}
.index-panel li {
    color: #4f5a70;
    font-size: 17px;
    font-weight: 470;
    line-height: 1.48;
    transition: color .22s ease, transform .22s var(--ease);
}
.index-panel.index-panel-large ul { gap: 9px; }
.index-panel:hover h3, .index-panel.is-active h3, .index-panel:focus-visible h3 { color: #071154; }
.index-panel:hover li, .index-panel.is-active li, .index-panel:focus-visible li {
    color: var(--ink);
    transform: translateY(-2px);
}
.js .clinical-index .index-panel {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .5s var(--ease) var(--index-delay, 0ms), transform .6s var(--ease) var(--index-delay, 0ms), color .22s ease;
}
.js .clinical-index .index-panel ul {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .44s var(--ease) calc(var(--index-delay, 0ms) + 120ms), transform .52s var(--ease) calc(var(--index-delay, 0ms) + 120ms);
}
.js .clinical-index.is-visible .index-panel {
    opacity: .78;
    transform: translateY(0);
}
.js .clinical-index.is-visible .index-panel ul {
    opacity: 1;
    transform: translateY(0);
}
.js .clinical-index.is-visible.has-active .index-panel { transition-delay: 0ms; }
.js .clinical-index.is-visible.has-active .index-panel:not(.is-active) { opacity: .62; }
.js .clinical-index.is-visible .index-panel.is-active { opacity: 1; }

.js .analysis-rail .reveal {
    transform: translateY(12px);
    transition-duration: .58s;
}
.js .analysis-rail .reveal.is-visible { transform: translateY(0); }

/* Clinical context */
.context-section { padding: 108px 0; background: #fff; }
.context-section .section-heading.centered {
    max-width: 820px;
    margin-bottom: 50px;
}
.context-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: context-item; }
.context-card {
    position: relative;
    min-height: 242px;
    padding: 10px 38px 8px;
    border-right: 1px solid var(--border);
    background: transparent;
    counter-increment: context-item;
    transition: color .22s ease, transform .24s var(--ease);
}
.context-card:first-child { padding-left: 0; }
.context-card:last-child { padding-right: 0; border-right: 0; }
.context-card::before {
    content: "0" counter(context-item);
    display: block;
    margin-bottom: 25px;
    color: #087f89;
    font-size: 12px;
    font-weight: 850;
}
.context-card:hover { color: var(--ink); transform: translateY(-2px); }
.context-card > .icon {
    width: 1em;
    height: 1em;
    margin-bottom: 16px;
    border-radius: 0;
    display: block;
    color: #087f89;
    background: transparent;
    font-size: 20px;
    transition: color .22s ease, transform .24s var(--ease);
}
.context-card:hover > .icon { color: var(--blue); transform: translateY(-2px); }
.context-card h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.16; }
.context-card p { margin-bottom: 0; font-size: 16.5px; line-height: 1.55; }
.problem-section .section-heading { margin-bottom: 58px; }
.compact-paths .formats-trigger { margin-top: 17px; }
.transformation-grid .text-link { margin-top: 24px; }
.freedom-grid .section-heading h2 { font-size: 44px; }
.formats-trigger { margin-top: 24px; }
@keyframes flow { from { left: -45%; } to { left: 100%; } }

/* Process */
.process-section {
    position: relative;
    overflow: hidden;
    padding: 106px 0 92px;
    background: #fff;
}
.process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 103, 217, .035), rgba(22, 103, 217, 0) 38%);
    pointer-events: none;
}
.process-section .shell { position: relative; z-index: 1; }
.process-section .section-heading.centered {
    max-width: 850px;
    margin-bottom: 54px;
}
.process-section .section-heading h2 { color: var(--ink); }
.process-section .eyebrow { color: #087f89; }
.process-track {
    --process-progress: 1;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    isolation: isolate;
}
.js .process-track { --process-progress: 0; }
.process-progress {
    position: absolute;
    z-index: 0;
    top: 68px;
    right: calc(12.5% + 32px);
    left: calc(12.5% + 32px);
    height: 2px;
    border-radius: 999px;
    background: #d8e1ed;
    overflow: hidden;
}
.process-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--teal), var(--blue));
    transform: scaleX(var(--process-progress));
    transform-origin: left center;
    transition: transform .95s var(--ease);
}
.process-step {
    --reveal-delay: 0ms;
    position: relative;
    min-height: 218px;
    padding: 0 18px;
    color: var(--text);
    text-align: center;
    transition: color .42s ease;
}
.process-step > * { position: relative; z-index: 1; }
.process-step:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    top: 79px;
    right: -10px;
    z-index: 2;
    color: #087f89;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    opacity: .72;
}
.process-step.is-current { color: #39435c; }
.step-number { display: block; margin-bottom: 18px; color: var(--muted); font-size: 12px; font-weight: 850; }
.process-step.is-current .step-number, .process-step.is-complete .step-number { color: #087f89; }
.step-icon {
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border: 1px solid #d8e1ed;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    background: #fff;
    font-size: 22px;
    box-shadow: 0 10px 24px rgba(7, 17, 84, .06);
    transition: transform .5s var(--ease), border-color .42s ease, background-color .42s ease, color .42s ease, box-shadow .42s ease;
}
.process-step.is-current .step-icon {
    color: #fff;
    border-color: var(--navy);
    background: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(7, 17, 84, .13);
}
.process-step h3 { margin-bottom: 13px; color: var(--ink); font-size: 23px; line-height: 1.18; }
.process-step p { margin: 0 auto; max-width: 310px; font-size: 16px; line-height: 1.55; }
.js .process-step.reveal { opacity: 1; transform: none; transition: none; }
.js .process-step .step-number,
.js .process-step .step-icon,
.js .process-step h3,
.js .process-step p { opacity: 0; transition: opacity .62s ease, transform .76s var(--ease), filter .76s var(--ease); }
.js .process-step .step-number { transform: translateY(8px); }
.js .process-step .step-icon { transform: translateY(9px) scale(.96); }
.js .process-step h3, .js .process-step p { transform: translateY(10px); }
.js .process-step.is-visible .step-number { opacity: 1; transform: translateY(0); transition-delay: var(--reveal-delay); }
.js .process-step.is-visible .step-icon { opacity: 1; transform: translateY(0); transition-delay: calc(var(--reveal-delay) + 95ms); }
.js .process-step.is-visible h3 { opacity: 1; transform: translateY(0); transition-delay: calc(var(--reveal-delay) + 180ms); }
.js .process-step.is-visible p { opacity: 1; transform: translateY(0); transition-delay: calc(var(--reveal-delay) + 270ms); }
.process-note { margin: 42px 0 0; text-align: center; color: #606a80; font-size: 15px; }
.process-note .text-link { color: var(--blue); }

/* Report */
.report-section { background: var(--surface-blue); }
.section-cta { margin-top: 48px; display: flex; justify-content: center; }
.mobile-scroll-cue { display: none; }
@keyframes mobile-scroll-cue {
    0%, 100% { opacity: .64; transform: translateX(0); }
    46% { opacity: 1; transform: translateX(5px); }
}
.product-section {
    padding: 112px 0 118px;
    background: linear-gradient(180deg, #eef5fb, #f8fbfe);
}
.product-section .section-heading.centered {
    max-width: 790px;
    margin-bottom: 54px;
}
.product-section .section-heading.centered > p:last-child {
    font-size: 18.5px;
    line-height: 1.62;
}
.product-showcase {
    --report-image-y: 10px;
    --report-image-scale: .982;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    background: transparent;
    box-shadow: none;
}
.report-shot {
    position: relative;
    min-width: 0;
    margin: 8px calc(50% - 50vw) 0;
    padding: 88px 32px 86px;
    border: 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(236, 244, 252, .98) 0%, rgba(248, 251, 254, .98) 56%, #fff 100%),
        linear-gradient(90deg, rgba(8, 127, 137, .08), rgba(22, 103, 217, .08));
    box-shadow: none;
    display: flex;
    justify-content: center;
}
.report-shot::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 17, 84, .04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(7, 17, 84, .035) 1px, transparent 1px);
    background-size: 88px 88px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 76%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 76%, transparent);
    opacity: .42;
    pointer-events: none;
}
.report-stage-toolbar {
    position: absolute;
    top: 28px;
    right: max(32px, calc(50% - 610px));
    left: max(32px, calc(50% - 610px));
    z-index: 3;
    min-height: 38px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(7, 17, 84, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #667188;
    font-size: 13px;
    line-height: 1.3;
}
.report-stage-toolbar span {
    color: #087f89;
    font-weight: 850;
    text-transform: uppercase;
}
.report-stage-toolbar strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 760;
    text-align: right;
}
.report-shot-frame {
    position: relative;
    isolation: isolate;
    z-index: 2;
    width: min(1180px, max(1000px, calc(100vw - 320px)));
    max-width: 100%;
    border-radius: 20px;
    transform: translate3d(0, var(--report-image-y), 0) scale(var(--report-image-scale));
    transform-origin: center center;
    transition: transform .32s var(--ease);
    will-change: transform;
}
.report-shot-frame::before,
.report-shot-frame::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(181, 197, 219, .65);
    border-radius: 20px;
    background: #fff;
    pointer-events: none;
}
.report-shot-frame::before {
    inset: 22px 0 -22px 34px;
    z-index: -2;
    opacity: .5;
}
.report-shot-frame::after {
    inset: 11px 0 -11px 17px;
    z-index: -1;
    opacity: .68;
}
.report-image-clip {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 48px 130px rgba(7, 17, 84, .2), 0 10px 28px rgba(7, 17, 84, .09);
}
.report-shot-frame img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    transform: translateY(var(--parallax-y, 0px));
    will-change: transform;
}
.report-spotlight {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    background: rgba(4, 12, 46, .24);
    box-shadow: none;
    pointer-events: none;
    transform: rotate(var(--spotlight-rotate, 0deg));
    transform-origin: center center;
    transition: left .55s var(--ease), top .55s var(--ease), width .55s var(--ease), height .55s var(--ease), opacity .42s ease, transform .55s var(--ease), box-shadow .42s ease, background-color .42s ease;
}
.report-shot-frame:hover .report-spotlight {
    opacity: 1;
}
.report-callouts {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
}
.report-callouts div {
    position: absolute;
    width: min(222px, 19vw);
    min-height: 0;
    padding: 13px 15px 14px;
    border: 1px solid rgba(206, 218, 234, .76);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 22px 52px rgba(7, 17, 84, .12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 1;
    transform: translateY(var(--card-parallax, 0px)) scale(1);
    transition: opacity .38s ease, transform .46s var(--ease), border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
    pointer-events: auto;
}
.js .report-callouts div {
    opacity: 0;
    transform: translateY(calc(12px + var(--card-parallax, 0px))) scale(.985);
}
.js .report-callouts div.is-seen {
    opacity: .78;
    transform: translateY(var(--card-parallax, 0px)) scale(1);
}
.report-callouts div::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
    box-shadow: 0 0 0 7px rgba(15, 169, 165, .12);
    transition: box-shadow .3s ease, transform .3s var(--ease);
}
.report-callouts div::after {
    content: "";
    position: absolute;
    display: none;
    top: 18px;
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 169, 165, .72), rgba(15, 169, 165, 0));
    opacity: .62;
}
.report-note-area::after,
.report-note-results::after {
    left: 100%;
    margin-left: 10px;
}
.report-note-print::after,
.report-note-visual::after {
    right: 100%;
    margin-right: 10px;
    transform: rotate(180deg);
}
.report-callouts div.is-active {
    opacity: 1;
    transform: translateY(calc(-4px + var(--card-parallax, 0px))) scale(1);
    border-color: rgba(15, 169, 165, .42);
    box-shadow: 0 28px 68px rgba(7, 17, 84, .18);
    background: rgba(255, 255, 255, .94);
}
.report-callouts em {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 7px 18px;
    color: #0a8e96;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .04em;
    transition: color .25s ease, transform .25s var(--ease);
}
.report-callouts strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.28;
}
.report-note span { position: relative; z-index: 2; display: block; color: #5f6b82; font-size: 13px; line-height: 1.42; }
@media (min-width: 981px) {
    .report-callouts .report-note-area { top: 3%; left: 2%; width: min(190px, 19%); padding: 12px 14px 13px; transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease, opacity .34s ease; }
    .report-callouts .report-note-print { top: 3%; right: 2%; width: min(190px, 19%); padding: 12px 14px 13px; transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease, opacity .34s ease; }
    .report-callouts .report-note-results { bottom: 5%; left: 2%; width: min(190px, 19%); padding: 12px 14px 13px; transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease, opacity .34s ease; }
    .report-callouts .report-note-visual { right: 2%; bottom: 5%; width: min(190px, 19%); padding: 12px 14px 13px; transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease, opacity .34s ease; }
}
.report-note:hover {
    z-index: 7;
    transform: translateY(calc(-6px + var(--card-parallax, 0px))) scale(1.028);
    border-color: rgba(15, 169, 165, .65);
    box-shadow: 0 32px 72px rgba(7, 17, 84, .22), 0 0 0 3px rgba(15, 169, 165, .1);
    background-color: rgba(240, 253, 252, .96);
    cursor: default;
}
.report-note:hover::before {
    box-shadow: 0 0 0 10px rgba(15, 169, 165, .25);
    transform: scale(1.15);
}
.report-note:hover em {
    color: var(--teal);
    transform: translateX(2px);
}
.report-tour-svg {
    position: absolute;
    inset: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.report-tour-line {
    fill: none;
    stroke: rgba(15, 169, 165, .48);
    stroke-width: 2.5px;
    stroke-dasharray: 7 9;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    opacity: 0;
    transition: stroke .28s ease, stroke-width .28s ease, opacity .28s ease;
}
.report-tour-line.is-seen { opacity: .28; }
.report-tour-line.is-active {
    opacity: .95;
    stroke: var(--teal);
    stroke-width: 3px;
    animation: report-tour-flow 1.35s linear infinite;
}
@keyframes report-tour-flow {
    to { stroke-dashoffset: -24; }
}
.report-hotspot {
    position: absolute;
    z-index: 6;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 0;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .92), 0 0 0 0 rgba(15, 169, 165, .34), 0 14px 34px rgba(7, 17, 84, .2);
    opacity: 0;
    transform: scale(.5);
    transform-origin: center center;
    transition: opacity .35s ease, transform .35s var(--ease), background .28s ease, box-shadow .28s ease;
    pointer-events: auto;
    cursor: default;
}
.report-hotspot::after { display: none; }
.js .report-hotspot.is-seen {
    opacity: 1;
    transform: scale(1);
    animation: report-hotspot-breathe 2.25s ease-in-out infinite;
}
.report-hotspot.is-active {
    background: var(--blue);
    animation: report-hotspot-pulse 1.7s ease-out infinite;
}
@keyframes report-hotspot-breathe {
    0%, 100% { box-shadow: 0 0 0 5px rgba(255, 255, 255, .92), 0 0 0 0 rgba(15, 169, 165, .3), 0 14px 34px rgba(7, 17, 84, .2); }
    50% { box-shadow: 0 0 0 5px rgba(255, 255, 255, .92), 0 0 0 12px rgba(15, 169, 165, .18), 0 14px 34px rgba(7, 17, 84, .2); }
}
@keyframes report-hotspot-pulse {
    0% { box-shadow: 0 0 0 5px rgba(255, 255, 255, .94), 0 0 0 0 rgba(33, 111, 216, .3), 0 14px 34px rgba(7, 17, 84, .24); }
    100% { box-shadow: 0 0 0 5px rgba(255, 255, 255, .94), 0 0 0 24px rgba(33, 111, 216, 0), 0 14px 34px rgba(7, 17, 84, .24); }
}
.report-hotspot-area { left: 18.3%; top: 56%; }
.report-hotspot-results { left: 48.1%; top: 52%; }
.report-hotspot-visual { left: 63%; top: 52%; }
.report-hotspot-print { left: 51.3%; top: 16.2%; }
.report-zone-map {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}
.report-zone {
    position: absolute;
    display: block;
    border-radius: 6px;
    pointer-events: auto;
    cursor: default;
    transform: rotate(var(--zone-rotate, 0deg));
    transform-origin: center center;
}
.report-zone-area {
    left: 7.2%;
    top: 17.3%;
    width: 27.6%;
    height: 73.2%;
    --zone-rotate: -7deg;
}
.report-zone-results {
    left: 35.5%;
    top: 41.3%;
    width: 25.1%;
    height: 23.4%;
}
.report-zone-visual {
    left: 60.7%;
    top: 41.3%;
    width: 4.8%;
    height: 23.4%;
}
.report-zone-print {
    left: 35%;
    top: 10.3%;
    width: 30.5%;
    height: 13%;
}
@supports selector(:has(*)) {
    .report-shot-frame:has(.report-note-area:hover, .report-hotspot-area:hover, .report-zone-area:hover) .report-tour-line[data-tour-target="area"],
    .report-shot-frame:has(.report-note-results:hover, .report-hotspot-results:hover, .report-zone-results:hover) .report-tour-line[data-tour-target="results"],
    .report-shot-frame:has(.report-note-visual:hover, .report-hotspot-visual:hover, .report-zone-visual:hover) .report-tour-line[data-tour-target="visual"],
    .report-shot-frame:has(.report-note-print:hover, .report-hotspot-print:hover, .report-zone-print:hover) .report-tour-line[data-tour-target="print"] {
        stroke: var(--teal);
        stroke-width: 3.5px;
        opacity: 1;
        animation: report-tour-flow 1.35s linear infinite;
    }
    .report-shot-frame:has(.report-note-area:hover, .report-hotspot-area:hover, .report-zone-area:hover) .report-hotspot-area,
    .report-shot-frame:has(.report-note-results:hover, .report-hotspot-results:hover, .report-zone-results:hover) .report-hotspot-results,
    .report-shot-frame:has(.report-note-visual:hover, .report-hotspot-visual:hover, .report-zone-visual:hover) .report-hotspot-visual,
    .report-shot-frame:has(.report-note-print:hover, .report-hotspot-print:hover, .report-zone-print:hover) .report-hotspot-print {
        opacity: 1;
        background: var(--blue);
        transform: scale(1.36);
    }
    .report-shot-frame:has(.report-note-area:hover, .report-hotspot-area:hover, .report-zone-area:hover) .report-spotlight,
    .report-shot-frame:has(.report-note-results:hover, .report-hotspot-results:hover, .report-zone-results:hover) .report-spotlight,
    .report-shot-frame:has(.report-note-visual:hover, .report-hotspot-visual:hover, .report-zone-visual:hover) .report-spotlight,
    .report-shot-frame:has(.report-note-print:hover, .report-hotspot-print:hover, .report-zone-print:hover) .report-spotlight {
        opacity: 1;
        background: rgba(255, 255, 255, .02);
        box-shadow: 0 0 0 9999px rgba(4, 12, 46, .42), inset 0 0 0 1px rgba(255, 255, 255, .72), 0 0 42px rgba(117, 221, 214, .2);
    }
    .report-shot-frame:has(.report-note-area:hover, .report-hotspot-area:hover, .report-zone-area:hover) .report-spotlight {
        left: 7.2%;
        top: 17.3%;
        width: 27.6%;
        height: 73.2%;
        border-radius: 4px;
        --spotlight-rotate: -7deg;
    }
    .report-shot-frame:has(.report-note-results:hover, .report-hotspot-results:hover, .report-zone-results:hover) .report-spotlight {
        left: 35.5%;
        top: 41.3%;
        width: 25.1%;
        height: 23.4%;
        --spotlight-rotate: 0deg;
    }
    .report-shot-frame:has(.report-note-visual:hover, .report-hotspot-visual:hover, .report-zone-visual:hover) .report-spotlight {
        left: 60.7%;
        top: 41.3%;
        width: 4.8%;
        height: 23.4%;
        --spotlight-rotate: 0deg;
    }
    .report-shot-frame:has(.report-note-print:hover, .report-hotspot-print:hover, .report-zone-print:hover) .report-spotlight {
        left: 35%;
        top: 10.3%;
        width: 30.5%;
        height: 13%;
        border-radius: 6px;
        --spotlight-rotate: 0deg;
        box-shadow: 0 0 0 9999px rgba(4, 12, 46, .36), inset 0 0 0 1px rgba(255, 255, 255, .82), 0 0 50px rgba(255, 255, 255, .22);
    }
    .report-shot-frame:has(.report-hotspot-area:hover, .report-zone-area:hover) .report-note-area,
    .report-shot-frame:has(.report-hotspot-results:hover, .report-zone-results:hover) .report-note-results,
    .report-shot-frame:has(.report-hotspot-visual:hover, .report-zone-visual:hover) .report-note-visual,
    .report-shot-frame:has(.report-hotspot-print:hover, .report-zone-print:hover) .report-note-print {
        z-index: 7;
        transform: translateY(calc(-6px + var(--card-parallax, 0px))) scale(1.028);
        border-color: rgba(15, 169, 165, .65);
        box-shadow: 0 32px 72px rgba(7, 17, 84, .22), 0 0 0 3px rgba(15, 169, 165, .1);
        background-color: rgba(240, 253, 252, .96);
    }
    .report-shot-frame:has(.report-hotspot-area:hover, .report-zone-area:hover) .report-note-area::before,
    .report-shot-frame:has(.report-hotspot-results:hover, .report-zone-results:hover) .report-note-results::before,
    .report-shot-frame:has(.report-hotspot-visual:hover, .report-zone-visual:hover) .report-note-visual::before,
    .report-shot-frame:has(.report-hotspot-print:hover, .report-zone-print:hover) .report-note-print::before {
        box-shadow: 0 0 0 10px rgba(15, 169, 165, .25);
        transform: scale(1.15);
    }
    .report-shot-frame:has(.report-hotspot-area:hover, .report-zone-area:hover) .report-note-area em,
    .report-shot-frame:has(.report-hotspot-results:hover, .report-zone-results:hover) .report-note-results em,
    .report-shot-frame:has(.report-hotspot-visual:hover, .report-zone-visual:hover) .report-note-visual em,
    .report-shot-frame:has(.report-hotspot-print:hover, .report-zone-print:hover) .report-note-print em {
        color: var(--teal);
        transform: translateX(2px);
    }
}
.whitelabel-compact .btn {
    justify-self: end;
    min-width: 224px;
}

/* Personalization */
.personalization-section { background: #fff; }
.personalization-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    gap: 56px;
    align-items: center;
}
.personalization-section .section-heading { max-width: 590px; }
.identity-points {
    margin-top: 30px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    display: grid;
}
.identity-points div {
    min-height: 86px;
    padding: 17px 0;
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 3px 16px;
    align-items: start;
}
.identity-points div:last-child { border-bottom: 0; }
.identity-points .icon {
    grid-row: span 2;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    color: #087f89;
}
.identity-points strong {
    color: var(--ink);
    font-size: 15.5px;
    font-weight: 850;
    line-height: 1.3;
}
.identity-points span {
    color: var(--text);
    font-size: 14.5px;
    line-height: 1.45;
}
.personalization-visual {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f6f8fc);
    box-shadow: var(--shadow-sm);
}
.clinic-report-mockup {
    min-height: 340px;
    padding: 30px;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(7, 17, 84, .1);
    overflow: hidden;
}
.mockup-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    color: var(--ink);
    line-height: 1.25;
}
.mockup-head strong { font-size: 18px; }
.mockup-head span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.mockup-band {
    height: 74px;
    margin-bottom: 28px;
    border-radius: 7px;
    background: linear-gradient(90deg, var(--navy), #123a86 58%, var(--teal));
    transform-origin: left center;
}
.mockup-row {
    min-height: 50px;
    border-top: 1px solid #e3e8f1;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: center;
    background: linear-gradient(90deg, rgba(232, 248, 246, .7), rgba(255, 255, 255, 0));
}
.mockup-row span { color: var(--ink); font-size: 14px; font-weight: 800; }
.mockup-row em {
    height: 9px;
    border-radius: 999px;
    background: #9ddfd9;
}
.mockup-row:nth-of-type(3) em { width: 82%; background: #b9e9e5; }
.mockup-row:nth-of-type(4) em { width: 66%; }
.mockup-row:nth-of-type(5) em { width: 48%; background: #efe0ad; }
.mockup-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.mockup-grid span {
    height: 72px;
    border: 1px solid #e1e7f0;
    border-radius: 7px;
    background: linear-gradient(180deg, #f8fafc, #eef3f9);
}
.js .personalization-visual .mockup-band,
.js .personalization-visual .mockup-row em,
.js .personalization-visual .mockup-grid span {
    opacity: .55;
    transform: scaleX(.82);
    transform-origin: left center;
    transition: opacity .55s ease, transform .7s var(--ease);
}
.js .personalization-visual.is-visible .mockup-band,
.js .personalization-visual.is-visible .mockup-row em,
.js .personalization-visual.is-visible .mockup-grid span {
    opacity: 1;
    transform: scaleX(1);
}
.js .personalization-visual.is-visible .mockup-row:nth-of-type(3) em { transition-delay: 120ms; }
.js .personalization-visual.is-visible .mockup-row:nth-of-type(4) em { transition-delay: 200ms; }
.js .personalization-visual.is-visible .mockup-row:nth-of-type(5) em { transition-delay: 280ms; }
.js .personalization-visual.is-visible .mockup-grid span:nth-child(1) { transition-delay: 340ms; }
.js .personalization-visual.is-visible .mockup-grid span:nth-child(2) { transition-delay: 400ms; }
.js .personalization-visual.is-visible .mockup-grid span:nth-child(3) { transition-delay: 460ms; }
.personalization-section .panels-heading { margin-bottom: 28px; }

/* Flexibility */
.flexibility-section {
    padding: 92px 0;
    color: #cbd2e5;
    background: linear-gradient(135deg, var(--navy), #08144f);
}
.flexibility-section h2 { color: #fff; }
.flexibility-section .eyebrow { color: #75ddd6; }
.flexibility-section .section-heading > p:last-child { color: #d6dbea; }
.flexibility-section .text-link { color: #84e8df; }
.flexibility-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 72px;
    align-items: center;
}
.flexibility-list { border-top: 1px solid var(--line-dark); display: grid; }
.flexibility-list div {
    min-height: 112px;
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid var(--line-dark);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 6px 18px;
    align-items: start;
    background: transparent;
    box-shadow: none;
}
.flexibility-list .icon {
    grid-row: span 2;
    width: 26px;
    height: 26px;
    margin-top: 4px;
    color: #84e8df;
}
.flexibility-list strong { color: #fff; font-size: 21px; line-height: 1.2; }
.flexibility-list span { color: #cbd2e5; font-size: 15px; line-height: 1.5; }
.analysis-list { margin-bottom: 32px; border-top: 1px solid #d5dce7; display: grid; grid-template-columns: repeat(2, 1fr); }
.analysis-list div { min-height: 112px; padding: 20px 16px 18px 0; border-bottom: 1px solid #d5dce7; display: flex; gap: 12px; }
.analysis-list div:nth-child(odd) { margin-right: 16px; }
.analysis-list .icon { width: 36px; height: 36px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #076c72; background: linear-gradient(135deg, var(--teal-soft), #c2e9e4); font-size: 14px; transform: scale(1); }
.analysis-list span { font-size: 13px; line-height: 1.45; }
.analysis-list strong { margin-bottom: 3px; display: block; color: var(--ink); font-size: 14px; }
.analysis-list .fa-circle { color: #d88a16; font-size: 9px; }

/* Headings follow the same restrained reveal rhythm as the rest of the page. */
.js .report-section .section-heading.reveal, .js .process-section .section-heading.reveal { transform: translateY(18px); filter: none; transition: opacity .68s var(--ease), transform .68s var(--ease); }
.js .report-section .section-heading.reveal.is-visible, .js .process-section .section-heading.reveal.is-visible { transform: translateY(0); filter: none; }
.js .analysis-list-wide div .icon { opacity: 0; transform: scale(.4); transition: transform .55s cubic-bezier(.34, 1.56, .64, 1), opacity .4s ease; }
.js .analysis-list-wide div.is-visible .icon { opacity: 1; transform: scale(1); }
.analysis-list-wide div:nth-child(1).is-visible .icon { transition-delay: 0ms, 0ms; }
.analysis-list-wide div:nth-child(2).is-visible .icon { transition-delay: 130ms, 130ms; }
.analysis-list-wide div:nth-child(3).is-visible .icon { transition-delay: 260ms, 260ms; }
.analysis-list-wide div:nth-child(4).is-visible .icon { transition-delay: 390ms, 390ms; }
.benefits-section .section-heading { margin-bottom: 54px; }

/* Business value */
.practice-section { background: #fff; }
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.practice-card { min-height: 238px; padding: 32px 28px; border: 1px solid var(--border); border-radius: 8px; background: #fff; box-shadow: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.practice-card:hover { transform: translateY(-3px); border-color: #bfcbdd; box-shadow: var(--shadow-sm); }
.practice-card > .icon { width: 1em; height: 1em; margin-bottom: 28px; border-radius: 0; display: block; color: #087f89; background: transparent; font-size: 21px; box-shadow: none; transition: color .22s ease; }
.practice-card:hover > .icon { color: var(--blue); }
.practice-card h3 { margin-bottom: 10px; font-size: 20px; }
.practice-card p { margin-bottom: 0; font-size: 15px; }
.panels-heading .section-heading { max-width: 820px; }
.panels-heading .btn { flex: 0 0 auto; }

/* Testimonials */
.testimonials-section { background: var(--off-white); }
.testimonials-section h2 { color: var(--ink); }
.testimonials-section .eyebrow { color: #087f89; }
.testimonials-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.testimonial-card { padding: 8px 38px; border: 0; border-right: 1px solid var(--border); border-radius: 0; display: flex; flex-direction: column; justify-content: flex-start; color: var(--text); background: transparent; }
.testimonial-person img { transition: transform .24s var(--ease), box-shadow .24s ease, border-color .24s ease; }
.testimonial-card:hover .testimonial-person img { border-color: rgba(15, 169, 165, .42); box-shadow: 0 10px 22px rgba(7, 17, 84, .1); transform: translateY(-2px); }
.testimonial-card:first-child { padding-left: 0; }
.testimonial-card:last-child { padding-right: 0; border-right: 0; }
.testimonial-person { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 24px; }
.testimonial-person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 1px solid #d8e1ec; }
.testimonial-person div { display: flex; flex-direction: column; line-height: 1.35; }
.testimonial-person strong { color: var(--ink); }
.testimonial-person span { color: var(--muted); font-size: 13px; }
.testimonial-stars { display: flex; align-items: center; gap: 3px; order: -2; margin-bottom: 14px; }
.testimonial-stars .icon.fa-star { width: 16px; height: 16px; color: #f5a623; }
.testimonial-card blockquote { order: -1; margin: 0; color: var(--navy); font-size: 16.5px; line-height: 1.62; font-weight: 500; }

/* Authority and methodology */
.authority-section { background: #f4f7fb; }
.authority-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 84px; align-items: center; }
.trust-section .authority-grid { grid-template-columns: .78fr 1.22fr; gap: 76px; }
.founder-photo { position: relative; margin-bottom: 0; isolation: isolate; }
.founder-photo::before {
    content: "";
    position: absolute;
    inset: 16px -14px -16px 14px;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(15, 169, 165, .18), rgba(22, 103, 217, .08));
}
.founder-photo img { width: 100%; aspect-ratio: 1 / 1; border-radius: 8px; object-fit: cover; box-shadow: 0 24px 68px rgba(7, 17, 84, .12); }
.trust-section .founder-photo img { aspect-ratio: 4 / 5; object-position: center top; }
.founder-photo figcaption { position: static; margin-top: 16px; padding: 0; border-radius: 0; display: flex; flex-direction: column; color: var(--ink); background: transparent; backdrop-filter: none; line-height: 1.35; }
.founder-photo figcaption span { color: var(--muted); font-size: 13px; }
.authority-copy > p:not(.eyebrow) { max-width: 650px; font-size: 18px; }
.trust-list { max-width: 650px; margin-top: 34px; border-top: 1px solid #d6deea; display: grid; grid-template-columns: 1fr; gap: 0; }
.trust-list span { min-height: 58px; padding: 16px 0; border: 0; border-bottom: 1px solid #d6deea; border-radius: 0; display: flex; align-items: flex-start; gap: 12px; color: var(--ink); background: transparent; font-size: 15px; font-weight: 700; line-height: 1.65; }
.trust-list span::before { content: ""; margin-top: 11px; width: 22px; height: 2px; flex: 0 0 auto; background: var(--teal); }
.trust-list .icon { display: none; }

/* FAQ */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); transition: background-color .22s ease, box-shadow .22s ease; }
.faq-list details[open] { background: linear-gradient(90deg, rgba(15, 169, 165, .055), rgba(22, 103, 217, .025), transparent 78%); box-shadow: inset 3px 0 0 rgba(15, 169, 165, .55); }
.faq-list summary { min-height: 76px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--ink); font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list details[open] summary, .faq-list details[open] p { padding-left: 18px; padding-right: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--blue); }
.faq-list summary .icon { flex: 0 0 auto; color: var(--teal); font-size: 13px; transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -2px 42px 24px 0; }

/* Conversion */
.conversion-section { padding: 96px 0; color: #c9cfe2; background: #080f46; }
.conversion-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.conversion-copy h2 { max-width: 530px; color: #fff; }
.conversion-copy > p:not(.eyebrow) { max-width: 560px; font-size: 19px; }
.conversion-copy ul { margin: 32px 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.conversion-copy li { display: flex; gap: 10px; align-items: center; }
.conversion-copy li .icon { color: #76ddd5; }
.lead-form { padding: 36px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; color: var(--text); background: #fff; box-shadow: 0 30px 80px rgba(0, 0, 0, .2); }
.form-head { margin-bottom: 27px; }
.form-head > span { color: var(--teal); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.form-head h3 { margin: 4px 0 7px; font-size: 30px; }
.form-head p { margin-bottom: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { position: relative; display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 13px; font-weight: 750; }
.field input:not([type="checkbox"]), .field select {
    width: 100%; height: 56px; padding: 0 15px; border: 1px solid #cad3e0; border-radius: 7px; color: var(--ink); background: #fff; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.field input:hover, .field select:hover { border-color: #9cabc0; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22, 103, 217, .12); }
.field input:user-invalid, .field select:user-invalid { border-color: #c14646; }
.select-field select { appearance: none; padding-right: 46px; cursor: pointer; }
.select-field > .icon { position: absolute; right: 17px; bottom: 20px; color: var(--blue); pointer-events: none; font-size: 11px; }
.consent-field { margin-top: 3px; }
.consent-field label { display: flex; align-items: flex-start; gap: 10px; color: var(--text); font-weight: 500; line-height: 1.45; cursor: pointer; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.consent-field a { color: var(--blue); text-decoration: underline; }
.btn-submit { width: 100%; min-height: 56px; }
.btn-submit.is-loading { pointer-events: none; opacity: .85; }
.btn-submit.is-loading .icon { animation: spin .8s linear infinite; }
.form-status { min-height: 1px; margin: 6px 0 0; color: #087f5b; font-size: 13px; }
.form-status.is-success { color: #087f5b; }
.form-status.is-error { color: #b33434; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Footer */
.site-footer { padding: 72px 0 0; color: #aeb6d0; background: #050a31; }
.footer-grid { padding-bottom: 56px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; }
.footer-brand img { width: 165px; margin-bottom: 20px; }
.footer-brand p { max-width: 320px; }
.footer-address { margin-top: 14px; max-width: 340px; font-size: 12.5px; line-height: 1.55; color: #7f8bc4; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-size: 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a { font-size: 14px; transition: color .2s ease; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.footer-bottom a { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: #fff; }

/* Floating WhatsApp */
.whatsapp-nudge {
    position: fixed;
    right: 88px;
    bottom: 29px;
    z-index: 901;
    min-height: 40px;
    padding: 0 14px 0 13px;
    border: 1px solid rgba(161, 212, 213, .62);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #087f5b;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(7, 17, 84, .13);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translate3d(8px, 0, 0) scale(.94);
    transform-origin: right bottom;
    pointer-events: none;
    transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.whatsapp-nudge[hidden] { display: none !important; }
.whatsapp-nudge.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}
.whatsapp-nudge::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 1px solid rgba(161, 212, 213, .62);
    border-top: 1px solid rgba(161, 212, 213, .62);
    background: rgba(255, 255, 255, .96);
    transform: translateY(-50%) rotate(45deg);
}
.whatsapp-nudge-typing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    animation: whatsapp-bubble-attention 2.6s ease-in-out infinite;
}
.whatsapp-nudge-typing i {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    display: block;
    background: #2fc878;
    box-shadow: 0 0 0 4px rgba(47, 200, 120, .1);
    animation: whatsapp-dot-bounce 1s ease-in-out infinite;
}
.whatsapp-nudge-typing i:nth-child(2) { animation-delay: .12s; }
.whatsapp-nudge-typing i:nth-child(3) { animation-delay: .24s; }
.whatsapp-nudge-label {
    color: var(--ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: #18a870; box-shadow: 0 14px 34px rgba(9, 83, 57, .28); font-size: 27px; opacity: 0; transform: translateY(12px); animation: whatsapp-in .45s var(--ease) .45s forwards; transition: transform .2s ease, background-color .2s ease; }
.whatsapp-float:hover { color: #fff; background: #12845a; transform: translateY(-2px); }
.netlify-badge,
[data-netlify-badge],
iframe[src*="netlify"],
a[href*="netlify.com"][style*="position: fixed"] { display: none !important; }
@keyframes whatsapp-in { to { opacity: 1; transform: translateY(0); } }
@keyframes whatsapp-dot-bounce {
    0%, 70%, 100% { transform: translateY(0); opacity: .45; }
    35% { transform: translateY(-4px); opacity: 1; }
}
@keyframes whatsapp-bubble-attention {
    0%, 100% { transform: translateX(0); box-shadow: 0 14px 34px rgba(7, 17, 84, .13); }
    45% { transform: translateX(-2px); box-shadow: 0 16px 38px rgba(24, 168, 112, .18); }
}

/* Dialogs */
.site-dialog { width: min(100% - 32px, 560px); max-height: calc(100vh - 32px); margin: auto; padding: 38px; border: 0; border-radius: 8px; color: var(--text); background: #fff; box-shadow: 0 34px 100px rgba(4, 10, 46, .32); overflow: auto; }
.report-dialog { width: min(100% - 32px, 660px); }
.exit-dialog {
    width: min(100% - 32px, 820px);
    max-height: calc(100dvh - 28px);
    padding: 0;
    overflow: hidden;
}
.exit-dialog .dialog-close { background: rgba(255, 255, 255, .96); }
.site-dialog::backdrop { background: rgba(4, 8, 35, .72); backdrop-filter: blur(5px); }
.site-dialog[open] { animation: dialog-in .3s var(--ease); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--navy); background: #fff; cursor: pointer; }
.dialog-kicker { margin-bottom: 15px; display: flex; align-items: center; gap: 9px; color: var(--teal); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.site-dialog h2 { max-width: 460px; margin-bottom: 13px; font-size: 31px; }
.site-dialog > p { margin-bottom: 27px; }
.modal-form { display: grid; gap: 16px; }
.report-dialog .modal-form { grid-template-columns: repeat(2, 1fr); }
.report-dialog .btn-submit, .report-dialog .form-status { grid-column: 1 / -1; }
.modal-form .select-field > .icon { bottom: 20px; }
.remember { display: flex; align-items: center; gap: 9px; color: var(--text); font-size: 14px; cursor: pointer; }
.remember input { width: 17px; height: 17px; accent-color: var(--blue); }
.login-links { display: flex; justify-content: space-between; gap: 14px; }
.login-links button, .login-links a { padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 13px; cursor: pointer; }
.exit-form-layout { display: grid; grid-template-columns: .76fr 1.24fr; }
.exit-copy {
    padding: 34px 30px 32px;
    color: #d7ddeb;
    background:
        linear-gradient(135deg, rgba(13, 172, 166, .14), transparent 42%),
        linear-gradient(145deg, var(--navy), #08144f);
}
.exit-copy .dialog-kicker { color: #84e8df; }
.exit-copy h2 {
    max-width: 320px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 30px;
    line-height: 1.08;
}
.exit-copy p {
    max-width: 320px;
    margin-bottom: 20px;
    color: #d7ddeb;
    font-size: 15px;
    line-height: 1.48;
}
.exit-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.exit-highlights span {
    min-height: 0;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.2;
}
.exit-highlights span::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 8px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: #84e8df;
    box-shadow: 0 0 0 4px rgba(132, 232, 223, .08);
}
.exit-lead-form {
    padding: 32px 34px 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    align-content: start;
    background: linear-gradient(180deg, #fff, #f9fcff);
}
.exit-lead-form .form-head,
.exit-lead-form .consent-field,
.exit-lead-form .btn-submit,
.exit-lead-form .form-status {
    grid-column: 1 / -1;
}
.exit-lead-form .form-head { margin-bottom: 3px; padding-right: 42px; }
.exit-lead-form .form-head h3 { margin-bottom: 5px; font-size: 23px; }
.exit-lead-form .form-head p { font-size: 14px; line-height: 1.45; }
.exit-lead-form .field { gap: 5px; }
.exit-lead-form .field label { font-size: 12.5px; }
.exit-lead-form .field input:not([type="checkbox"]),
.exit-lead-form .field select {
    height: 46px;
    padding: 0 13px;
    font-size: 14px;
}
.exit-lead-form .select-field > .icon { bottom: 17px; }
.exit-lead-form .consent-field { margin-top: 0; }
.exit-lead-form .consent-field label {
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.38;
}
.exit-lead-form .consent-field input {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.exit-lead-form .btn-submit { min-height: 48px; margin-top: 2px; }
.exit-lead-form .form-status { margin-top: 0; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Cookie banner */
.cookie-banner { z-index: 1500 !important; border-radius: 8px !important; box-shadow: var(--shadow-lg) !important; transition: opacity .25s ease, transform .25s ease; }
.cookie-banner.is-dismissed { opacity: 0; transform: translateY(12px); pointer-events: none; }
.cookie-btn { border-radius: 6px !important; }

/* Motion */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .68s var(--ease), transform .68s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal.is-visible { animation: hero-in .72s var(--ease) both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1400px) {
    .clinical-index-grid { column-count: 4; column-gap: 44px; }
}

@media (max-width: 1120px) {
    h1 { font-size: 52px; }
    h2 { font-size: 42px; }
    .brand img { width: 138px; }
    .desktop-nav { gap: 18px; }
    .desktop-nav a { font-size: 13px; }
    .login-trigger { padding: 0 8px; font-size: 13px; }
    .header-demo { min-height: 42px; padding: 0 14px; font-size: 13px; }
    .clinical-index-grid { column-gap: 42px; }
    .index-panel h3 { font-size: 21px; }
    .index-panel li { font-size: 16.5px; }
    .report-shot-frame { width: min(1180px, calc(100vw - 56px)); }
    .report-callouts div { width: min(210px, 21vw); padding: 12px 14px 13px; }
    .report-callouts div::before { top: 14px; left: 15px; }
    .report-callouts div::after { width: 36px; }
    .report-callouts em { margin-left: 18px; }
    .report-callouts strong { font-size: 13.5px; }
    .report-note span { font-size: 12px; line-height: 1.36; }
    .report-callouts .report-note-area { top: 3%; left: 2%; width: min(190px, 19%); }
    .report-callouts .report-note-print { top: 3%; right: 2%; width: min(190px, 19%); }
    .report-callouts .report-note-results { top: auto; bottom: 5%; left: 2%; width: min(190px, 19%); }
    .report-callouts .report-note-visual { top: auto; right: 2%; bottom: 5%; width: min(190px, 19%); }
    .context-grid { grid-template-columns: repeat(2, 1fr); }
    .context-card { min-height: 230px; padding: 30px 32px; }
    .context-card:nth-child(2n) { border-right: 0; }
    .context-card:nth-child(n+3) { border-top: 1px solid var(--border); }
    .context-card:nth-child(3) { padding-left: 0; }
    .practice-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    :root { --header-height: 70px; }
    .shell { width: min(100% - 40px, 900px); }
    .section { padding: 96px 0; }
    h1 { font-size: 46px; }
    h2, .freedom-grid .section-heading h2 { font-size: 38px; }
    .header-inner { gap: 16px; }
    .header-actions { margin-left: auto; }
    .desktop-nav, .header-demo, .login-trigger { display: none !important; visibility: hidden; }
    .menu-toggle { display: flex; }
    .hero { min-height: auto; padding: 74px 0 68px; }
    .hero-photo { min-height: 660px; }
    .hero-bg-layer::before {
        background:
            linear-gradient(90deg, rgba(5, 12, 55, .98) 0%, rgba(5, 12, 55, .9) 54%, rgba(5, 12, 55, .42) 100%),
            linear-gradient(180deg, rgba(5, 12, 55, .08), rgba(5, 12, 55, .44));
    }
    .hero-bg-frame:nth-child(1) { background-position: 66% center; }
    .hero-bg-frame:nth-child(2) { background-position: 72% center; }
    .hero-photo-grid { grid-template-columns: minmax(0, 620px); }
    .hero-photo-copy { max-width: 620px; margin-left: 0; padding-left: 0; }
    .hero-copy { max-width: 760px; }
    .analysis-rail-inner { min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 28px 0 30px; }
    .analysis-rail-copy strong { max-width: 560px; }
    .panel-word-stage { min-height: 108px; }
    .panel-word-track { gap: 22px; }
    .panel-word-track span { min-height: 26px; padding: 0; font-size: 14px; }
    .explorer-section { padding: 104px 0; }
    .index-heading { margin-bottom: 46px; }
    .index-heading h2 { font-size: 40px; }
    .index-metrics { max-width: 420px; }
    .clinical-index-status { position: relative; top: auto; background: transparent; backdrop-filter: none; }
    .clinical-index-grid { column-count: 2; column-gap: 42px; }
    .personalization-grid, .flexibility-grid { grid-template-columns: 1fr; gap: 44px; }
    .personalization-visual { max-width: 720px; }
    .conversion-grid, .authority-grid, .faq-grid { grid-template-columns: 1fr; gap: 56px; }
    .process-track { width: 100%; margin: 0 auto; padding-left: 58px; grid-template-columns: 1fr; gap: 34px; }
    .process-progress { display: block; top: 35px; right: auto; bottom: 35px; left: 28px; width: 2px; height: auto; }
    .process-progress span { width: 100%; height: 100%; background: linear-gradient(180deg, #75ddd6, #d5a42b); transform: scaleY(var(--process-progress)); transform-origin: top center; }
    .process-step { min-height: 0; padding: 0 0 0 58px; text-align: left; }
    .process-step:not(:last-child)::after { display: none; }
    .process-step::before { inset: -14px -18px -16px 42px; }
    .step-number { position: absolute; top: 2px; left: 0; margin: 0; }
    .step-icon { position: absolute; top: 30px; left: -58px; width: 56px; height: 56px; margin: 0; }
    .process-step p { margin: 0; max-width: 590px; }
    .product-showcase { width: 100%; grid-template-columns: 1fr; --report-image-y: 0px; --report-image-scale: 1; }
    .report-shot { display: block; padding: 36px 20px 52px; }
    .report-stage-toolbar { position: relative; top: auto; right: auto; left: auto; width: min(100%, 780px); margin: 0 auto 18px; }
    .report-shot-frame { width: 100%; max-width: 780px; margin: 0 auto; }
    .report-callouts {
        position: relative;
        inset: auto;
        width: min(100%, 780px);
        margin: 22px auto 0;
        border: 1px solid #d6deea;
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 24px 58px rgba(7, 17, 84, .08);
        overflow: hidden;
        pointer-events: auto;
    }
    .report-tour-svg,
    .report-zone-map,
    .report-hotspot,
    .report-spotlight {
        display: none;
    }
    .report-callouts div,
    .report-callouts .report-note-results,
    .report-callouts .report-note-visual,
    .report-callouts .report-note-area,
    .report-callouts .report-note-print,
    .report-note-results,
    .report-note-visual,
    .report-note-area,
    .report-note-print {
        position: relative;
        inset: auto;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        min-height: 132px;
        padding: 24px 22px 22px;
        border: 0;
        border-right: 1px solid #d6deea;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .js .report-callouts div,
    .js .report-callouts div.is-seen,
    .report-callouts div.is-active {
        opacity: 1;
        transform: none;
        border-color: #d6deea;
        box-shadow: none;
    }
    .report-callouts div::before {
        top: 0;
        right: 22px;
        left: 22px;
        width: auto;
        height: 3px;
        border-radius: 999px;
        box-shadow: none;
        opacity: 0;
        transform: scaleX(.28);
        transform-origin: left center;
        transition: opacity .28s ease, transform .32s var(--ease);
    }
    .report-callouts div::after { display: none; }
    .report-tour-svg, .report-zone-map, .report-hotspot, .report-spotlight { display: none; }
    .report-callouts div.is-active::before {
        opacity: 1;
        transform: scaleX(1);
    }
    .report-callouts em { margin: 0 0 8px; }
    .report-callouts div:nth-child(2n) { border-right: 0; }
    .report-callouts div:nth-child(n+3) { border-top: 1px solid #d6deea; }
    .whitelabel-compact .btn { justify-self: start; }
    .trust-section .authority-grid { grid-template-columns: 1fr; gap: 50px; }
    .trust-section .founder-photo { max-width: 420px; }
    .testimonials-track { grid-template-columns: 1fr; }
    .testimonial-card { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--border); }
    .testimonial-card:first-child { padding-top: 0; }
    .testimonial-card:last-child { padding-bottom: 0; border-bottom: 0; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
    :root { --header-height: 64px; }
    .shell { width: min(100% - 32px, 640px); }
    .section { padding: 68px 0; }
    h1 { font-size: 40px; line-height: 1.08; }
    h2, .freedom-grid .section-heading h2 { font-size: 33px; line-height: 1.12; }
    .section-heading > p:last-child, .hero-lead, .authority-copy > p:not(.eyebrow), .conversion-copy > p:not(.eyebrow) { font-size: 16px; }
    .site-header,
    .site-header.is-scrolled { height: var(--header-height); }
    .brand img { width: 118px; }
    .header-inner { gap: 12px; }
    .menu-toggle { width: 42px; height: 42px; }
    .mobile-menu { padding: 8px 20px 20px; }
    .hero { padding-top: 56px; }
    .hero-photo {
        min-height: min(620px, calc(100svh - var(--header-height)));
        padding: 58px 0 58px;
    }
    .hero-bg-layer::before {
        background:
            linear-gradient(90deg, rgba(5, 12, 55, .98) 0%, rgba(5, 12, 55, .9) 62%, rgba(5, 12, 55, .62) 100%),
            linear-gradient(180deg, rgba(5, 12, 55, .06), rgba(5, 12, 55, .56));
    }
    .hero-bg-frame:nth-child(1) { background-position: 62% center; }
    .hero-bg-frame:nth-child(2) { background-position: 70% center; }
    .hero-photo-copy { max-width: 100%; margin-left: 0; }
    .hero-photo-copy .eyebrow { margin-bottom: 14px; font-size: 11.5px; }
    .hero-photo-copy h1 { margin-bottom: 18px; font-size: 38px; line-height: 1.08; }
    .hero-photo-copy .hero-lead { margin-bottom: 24px; font-size: 16px; line-height: 1.56; }
    .hero-photo .hero-actions .btn-large { min-height: 52px; padding: 0 18px; font-size: 14.5px; }
    .hero-actions { display: grid; }
    .hero-actions .btn { width: 100%; }
    .analysis-rail { overflow: hidden; }
    .analysis-rail-inner { gap: 20px; padding: 34px 0 30px; }
    .analysis-rail-copy { gap: 12px; padding-left: 16px; }
    .analysis-rail-copy strong { max-width: 330px; font-size: 22px; line-height: 1.2; }
    .analysis-mini-metrics { gap: 9px 0; }
    .analysis-mini-metrics span { min-height: 0; font-size: 13px; }
    .panel-word-stage {
        min-height: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 2px 0 0;
        gap: 9px;
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .panel-word-stage::before { opacity: .34; }
    .panel-word-row { overflow: visible; }
    .panel-word-track,
    .panel-word-row-b .panel-word-track {
        width: 100%;
        flex-wrap: wrap;
        gap: 9px 14px;
        animation: none;
        transform: none;
    }
    .panel-word-track [data-word-clone] { display: none; }
    .panel-word-track span {
        min-height: 20px;
        padding: 0;
        font-size: 12.8px;
        line-height: 1.25;
        white-space: normal;
    }
    .panel-word-track span::before { width: 5px; height: 5px; box-shadow: 0 0 0 5px rgba(15, 169, 165, .055); }
    .explorer-section { padding: 62px 0 72px; }
    .index-heading { margin-bottom: 28px; }
    .index-heading h2 { font-size: 31px; }
    .index-heading p:last-child { font-size: 16px; }
    .index-metrics { max-width: none; }
    .index-metrics span { font-size: 14.5px; }
    .clinical-index { padding-top: 18px; }
    .clinical-index-status { min-height: 0; margin-bottom: 22px; grid-template-columns: 1fr; gap: 8px; }
    .clinical-index-status p { max-width: 100%; text-align: left; }
    .clinical-index-grid { column-count: 1; column-gap: 0; }
    .index-panel { padding: 22px 0 25px 17px; }
    .index-panel::before { top: 22px; bottom: 25px; }
    .index-panel h3 { margin-bottom: 15px; font-size: 19px; }
    .index-panel li { font-size: 16px; }
    .context-grid{ grid-template-columns: 1fr; }
    .context-card { min-height: 0; padding: 28px 0; border-top: 1px solid var(--border); border-right: 0; }
    .context-card:first-child { padding-top: 0; border-top: 0; }
    .context-card:last-child { padding-bottom: 0; }
    .context-card::before { margin-bottom: 18px; }
    .context-card > .icon { margin-bottom: 18px; }
    .personalization-visual { padding: 22px; }
    .clinic-report-mockup { min-height: 0; padding: 22px; }
    .mockup-head { flex-direction: column; gap: 6px; }
    .mockup-row { grid-template-columns: 1fr; gap: 8px; padding: 12px 0; }
    .mockup-grid { grid-template-columns: 1fr; }
    .mockup-grid span { height: 54px; }
    .flexibility-list div { grid-template-columns: 1fr; gap: 12px; }
    .flexibility-list .icon { grid-row: auto; }
    .problem-section .section-heading, .benefits-section .section-heading { margin-bottom: 38px; }
    .practice-grid { grid-template-columns: 1fr; }
    .practice-card { padding: 26px; }
    .practice-card { min-height: 0; }
    @keyframes flow-vertical { from { bottom: 100%; } to { bottom: -45%; } }
    .process-section { padding: 72px 0 72px; }
    .process-section .section-heading { margin-bottom: 40px; }
    .process-track { padding-left: 0; gap: 28px; }
    .process-progress { top: 28px; bottom: 30px; left: 25px; }
    .process-step { padding: 0 0 0 76px; }
    .process-step::before { inset: -12px -12px -14px 60px; }
    .step-number { left: 0; top: -2px; }
    .step-icon { left: 0; top: 28px; width: 52px; height: 52px; font-size: 18px; }
    .process-step h3 { margin-bottom: 9px; font-size: 21px; }
    .process-step p { max-width: none; font-size: 15.5px; }
    .process-note { margin-top: 30px; text-align: left; font-size: 14.5px; }
    .analysis-list { grid-template-columns: 1fr; }
    .analysis-list div:nth-child(odd) { margin-right: 0; }
    .product-section { padding: 66px 0 74px; }
    .product-section .section-heading.centered {
        margin-bottom: 34px;
        text-align: left;
    }
    .product-section .section-heading.centered > p:last-child {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        text-align: left;
    }
    .product-showcase { padding: 0; border-radius: 14px; }
    .report-shot { padding: 24px 16px 34px; }
    .report-stage-toolbar { align-items: flex-start; flex-direction: column; gap: 5px; padding-bottom: 12px; }
    .report-stage-toolbar strong { text-align: left; }
    .report-shot-frame { max-width: 100%; border-radius: 14px; }
    .report-shot-frame::before, .report-shot-frame::after { display: none; }
    .report-shot-frame img { border-radius: 14px; }
    .report-callouts {
        grid-template-columns: 1fr;
        margin-top: 16px;
        box-shadow: 0 18px 46px rgba(7, 17, 84, .08);
    }
    .report-callouts div,
    .report-callouts .report-note-results,
    .report-callouts .report-note-visual,
    .report-callouts .report-note-area,
    .report-callouts .report-note-print,
    .report-callouts div:nth-child(n+3),
    .report-callouts div:nth-child(3) { min-height: 0; padding: 18px; border-top: 0; border-right: 0; border-bottom: 0; }
    .report-callouts div + div { border-top: 1px solid #d6deea; }
    .report-callouts div::before,
    .report-callouts div:nth-child(odd)::before,
    .report-callouts div:nth-child(even)::before { right: 20px; left: 20px; }
    .whitelabel-compact .btn { width: 100%; justify-self: stretch; }
    .panels-heading .btn { width: 100%; margin-top: 25px; }
    .testimonials-track { width: 100%; padding-right: 0; display: grid; gap: 0; overflow: visible; scroll-snap-type: none; scrollbar-width: auto; }
    .testimonials-track::-webkit-scrollbar { display: none; }
    .testimonial-card { min-height: 0; scroll-snap-align: none; }
    .authority-grid { gap: 38px; }
    .trust-section .authority-copy { order: 1; }
    .trust-section .founder-photo { order: 2; width: min(100%, 320px); margin: 0 auto; }
    .trust-section .founder-photo::before { inset: 12px -10px -12px 10px; }
    .trust-list { grid-template-columns: 1fr; }
    .conversion-section { padding: 76px 0; }
    .conversion-grid { gap: 46px; }
    .lead-form { padding: 26px 22px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .site-dialog { padding: 34px 22px 26px; }
    .site-dialog h2 { padding-right: 30px; font-size: 27px; }
    .exit-dialog {
        width: min(100% - 24px, 560px);
        padding: 0;
        overflow: auto;
    }
    .exit-form-layout { grid-template-columns: 1fr; }
    .exit-copy { padding: 28px 22px 22px; }
    .exit-copy h2 { max-width: none; padding-right: 34px; font-size: 26px; }
    .exit-copy p { max-width: none; margin-bottom: 17px; font-size: 14px; }
    .exit-highlights { gap: 7px; }
    .exit-highlights span { min-height: 0; padding: 7px 9px; font-size: 12px; }
    .exit-lead-form {
        grid-template-columns: 1fr;
        gap: 11px;
        padding: 24px 22px 22px;
    }
    .exit-lead-form .form-head,
    .exit-lead-form .consent-field,
    .exit-lead-form .btn-submit,
    .exit-lead-form .form-status {
        grid-column: auto;
    }
    .exit-lead-form .form-head { padding-right: 36px; }
    .exit-lead-form .form-head h3 { font-size: 21px; }
    .exit-lead-form .field input:not([type="checkbox"]),
    .exit-lead-form .field select {
        height: 44px;
    }
    .exit-lead-form .btn-submit { min-height: 46px; }
    .report-dialog .modal-form { grid-template-columns: 1fr; }
    .report-dialog .btn-submit, .report-dialog .form-status { grid-column: auto; }
    .whatsapp-nudge {
        right: 82px;
        bottom: 25px;
        width: auto;
    }
    .whatsapp-nudge::after {
        right: -6px;
        top: 50%;
        bottom: auto;
        border-top: 1px solid rgba(161, 212, 213, .62);
        border-bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }
}

@media (max-width: 430px) {
    h1 { font-size: 36px; }
    .hero-photo { min-height: min(590px, calc(100svh - var(--header-height))); padding: 52px 0 54px; }
    .hero-photo-copy h1 { font-size: 34px; }
    h2, .freedom-grid .section-heading h2 { font-size: 30px; }
    .section-cta .btn { width: 100%; }
    .analysis-rail-label { font-size: 11px; }
    .analysis-rail-copy {
        padding-right: 52px;
        padding-left: 14px;
    }
    .analysis-rail-copy strong { max-width: 280px; font-size: 20px; line-height: 1.22; }
    .analysis-mini-metrics { gap: 10px; }
    .panel-word-stage { min-height: 0; }
    .panel-word-track,
    .panel-word-row-b .panel-word-track {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px 12px;
        animation: none;
        transform: none;
    }
    .panel-word-track span { min-height: 19px; padding: 0; font-size: 12px; }
    .panel-word-track span::before { width: 4px; height: 4px; margin: 0; box-shadow: 0 0 0 4px rgba(15, 169, 165, .04); }
    .index-heading h2 { font-size: 30px; }
    .index-panel h3 { font-size: 18px; }
    .index-panel li { font-size: 15px; }
    .process-step { padding-left: 70px; }
    .process-progress { left: 23px; }
    .step-icon { width: 48px; height: 48px; }
    .report-callouts{ grid-template-columns: 1fr; }
    .testimonial-card { flex-basis: auto; padding: 24px 0; }
    .testimonial-card blockquote { font-size: 18px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; justify-content: center; padding: 20px 0; }
    .whatsapp-nudge {
        right: 78px;
        bottom: 22px;
        width: auto;
    }
    .whatsapp-nudge-label { font-size: 12.5px; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; z-index: 850; }
}

@media (max-width: 700px) {
    .section { padding: 58px 0; }
    h2,
    .freedom-grid .section-heading h2,
    .index-heading h2,
    .product-section .section-heading h2,
    .process-section .section-heading h2,
    .practice-section .section-heading h2,
    .context-section .section-heading h2,
    .authority-section .section-heading h2,
    .faq-section .section-heading h2,
    .conversion-copy h2 {
        font-size: 28px;
        line-height: 1.14;
    }
    .section-heading.centered {
        margin-bottom: 28px;
        text-align: left;
    }
    .section-heading.centered > p:last-child {
        margin-right: 0;
        margin-left: 0;
    }
    .clinical-index-grid,
    .context-grid,
    .process-track,
    .report-callouts,
    .testimonials-track {
        -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 48px), transparent 100%);
        mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 48px), transparent 100%);
    }
    .mobile-scroll-cue {
        position: relative;
        z-index: 9;
        width: 34px;
        height: 34px;
        margin: -46px 18px 12px auto;
        border: 1px solid rgba(15, 169, 165, .3);
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #087f89;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 14px 34px rgba(7, 17, 84, .12), 0 0 0 5px rgba(15, 169, 165, .06);
        pointer-events: none;
        animation: mobile-scroll-cue 1.9s ease-in-out infinite;
        transition: opacity .22s ease, visibility .22s ease;
    }
    .mobile-scroll-cue.is-hidden {
        visibility: hidden;
        opacity: 0;
        animation: none;
    }
    .mobile-scroll-cue .icon {
        width: 16px;
        height: 16px;
        stroke-width: 2.4;
    }
    .report-scroll-cue {
        position: absolute;
        right: 16px;
        bottom: 92px;
        margin: 0;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 16px 38px rgba(7, 17, 84, .18), 0 0 0 5px rgba(15, 169, 165, .08);
    }
    .clinical-index-grid.is-at-scroll-end,
    .context-grid.is-at-scroll-end,
    .process-track.is-at-scroll-end,
    .report-callouts.is-at-scroll-end,
    .testimonials-track.is-at-scroll-end {
        -webkit-mask-image: none;
        mask-image: none;
    }
    .hero-photo {
        min-height: min(560px, calc(100svh - var(--header-height)));
        padding: 44px 0 42px;
    }
    .hero-photo-copy .eyebrow {
        margin-bottom: 12px;
        font-size: 10.5px;
    }
    .hero-photo-copy h1 {
        max-width: 340px;
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.08;
    }
    .hero-photo-copy .hero-lead {
        max-width: 330px;
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.5;
    }
    .hero-actions .btn-secondary { display: none; }
    .analysis-rail-inner {
        gap: 13px;
        padding: 22px 0 20px;
    }
    .analysis-rail-copy {
        gap: 9px;
        padding-left: 13px;
    }
    .analysis-rail-copy strong {
        max-width: 100%;
        font-size: 19px;
        line-height: 1.22;
    }
    .analysis-mini-metrics {
        gap: 8px 0;
        margin-top: 0;
    }
    .analysis-mini-metrics span { font-size: 12px; }
    .panel-word-stage {
        min-height: 64px;
        padding: 2px 0 0;
        gap: 9px;
        overflow: hidden;
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
        mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    }
    .panel-word-row { overflow: hidden; }
    .panel-word-track,
    .panel-word-row-b .panel-word-track {
        width: max-content;
        flex-wrap: nowrap;
        gap: 18px;
        animation: panel-word-flow 42s linear infinite;
        transform: none;
    }
    .panel-word-row-b .panel-word-track {
        animation-duration: 48s;
        animation-direction: reverse;
    }
    .panel-word-track [data-word-clone] { display: inline-flex; }
    .panel-word-track span {
        min-height: 20px;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }
    .panel-word-track span::before {
        width: 4px;
        height: 4px;
        box-shadow: 0 0 0 4px rgba(15, 169, 165, .045);
    }
    .explorer-section { padding: 54px 0 56px; }
    .index-heading {
        margin-bottom: 20px;
    }
    .index-heading h2 {
        max-width: 330px;
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 1.1;
    }
    .index-heading p:last-child {
        font-size: 15px;
        line-height: 1.5;
    }
    .clinical-index {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 0 4px;
        border: 0;
    }
    .clinical-index-status {
        width: calc(100% - 32px);
        margin: 0 auto 14px;
        padding: 14px 15px 12px;
        border: 1px solid #d6deea;
        border-radius: 8px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 18px 48px rgba(7, 17, 84, .07);
        backdrop-filter: blur(12px);
    }
    .clinical-index-status span {
        font-size: 14px;
    }
    .clinical-index-status p {
        font-size: 13px;
        line-height: 1.4;
    }
    .clinical-index-progress { height: 3px; }
    .clinical-index-grid {
        column-count: auto;
        column-gap: 0;
        display: flex;
        gap: 12px;
        padding: 0 16px 8px;
        overflow-x: auto;
        scroll-padding: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .clinical-index-grid::-webkit-scrollbar { display: none; }
    .index-panel,
    .index-panel.index-panel-large {
        flex: 0 0 min(82vw, 340px);
        display: block;
        min-height: 142px;
        margin: 0;
        padding: 18px 18px 20px;
        border: 1px solid #d8e1ed;
        border-radius: 8px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 42px rgba(7, 17, 84, .07);
        opacity: 1;
        scroll-snap-align: center;
    }
    .index-panel::before {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 999px 999px 0 0;
        transform: scaleX(0);
        transform-origin: left center;
    }
    .index-panel-number {
        margin-bottom: 12px;
    }
    .index-panel h3 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.16;
    }
    .index-panel ul {
        max-height: 0;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        overflow: hidden;
        opacity: 0;
        transform: none;
        transition: max-height .32s var(--ease), margin-top .28s var(--ease), opacity .24s ease;
    }
    .index-panel.is-active ul {
        max-height: 260px;
        margin-top: 15px;
        opacity: 1;
    }
    .index-panel li {
        padding: 6px 9px;
        border: 1px solid #e0e7f0;
        border-radius: 999px;
        color: #59647a;
        background: #f8fbfe;
        font-size: 12.5px;
        font-weight: 700;
        line-height: 1.15;
        transform: none !important;
    }
    .clinical-index.has-active .index-panel:not(.is-active) { opacity: .72; }
    .js .clinical-index .index-panel,
    .js .clinical-index.is-visible .index-panel,
    .js .clinical-index.is-visible.has-active .index-panel:not(.is-active),
    .js .clinical-index.is-visible .index-panel.is-active {
        opacity: 1;
        transform: none;
        transition-delay: 0ms;
    }
    .js .clinical-index .index-panel ul,
    .js .clinical-index.is-visible .index-panel ul {
        opacity: 0;
        transform: none;
    }
    .js .clinical-index .index-panel.is-active ul,
    .js .clinical-index.is-visible .index-panel.is-active ul {
        opacity: 1;
    }
    .context-section,
    .practice-section,
    .testimonials-section,
    .authority-section,
    .faq-section {
        padding: 56px 0;
    }
    .context-grid {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 16px 8px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-padding: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .context-grid::-webkit-scrollbar { display: none; }
    .context-card,
    .context-card:first-child,
    .context-card:nth-child(3),
    .context-card:last-child {
        flex: 0 0 min(78vw, 300px);
        min-height: 214px;
        padding: 20px;
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 16px 40px rgba(7, 17, 84, .06);
        scroll-snap-align: center;
    }
    .context-card::before {
        margin-bottom: 14px;
    }
    .context-card > .icon {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .context-card h3 {
        font-size: 19px;
    }
    .context-card p {
        font-size: 14px;
        line-height: 1.44;
    }
    .process-section {
        padding: 56px 0;
    }
    .process-section .section-heading.centered {
        margin-bottom: 24px;
    }
    .process-track {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 16px 8px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-padding: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .process-track::-webkit-scrollbar { display: none; }
    .process-progress { display: none; }
    .process-step {
        flex: 0 0 min(82vw, 320px);
        min-height: 212px;
        padding: 20px;
        border: 1px solid #d8e1ed;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 18px 42px rgba(7, 17, 84, .06);
        text-align: left;
        scroll-snap-align: center;
    }
    .process-step::before,
    .process-step::after,
    .process-step:not(:last-child)::after { display: none; }
    .step-number,
    .step-icon {
        position: static;
    }
    .step-number {
        margin-bottom: 10px;
    }
    .step-icon {
        width: 48px;
        height: 48px;
        margin: 0 0 16px;
        font-size: 18px;
    }
    .process-step h3 {
        margin-bottom: 9px;
        font-size: 18px;
    }
    .process-step p {
        font-size: 14px;
        line-height: 1.48;
    }
    .js .process-step .step-number,
    .js .process-step .step-icon,
    .js .process-step h3,
    .js .process-step p {
        opacity: 1;
        transform: none;
        filter: none;
    }
    .process-note {
        margin-top: 20px;
        font-size: 13.5px;
        line-height: 1.45;
    }
    .product-section {
        padding: 56px 0 58px;
    }
    .product-section .section-heading.centered {
        margin-bottom: 24px;
    }
    .report-shot {
        margin: 0 calc(50% - 50vw);
        padding: 18px 0 22px;
    }
    .report-stage-toolbar {
        width: calc(100% - 32px);
        margin-bottom: 12px;
        padding-bottom: 10px;
    }
    .report-shot-frame {
        width: calc(100% - 32px);
        max-width: 620px;
        overflow: visible;
    }
    .report-image-clip {
        box-shadow: 0 28px 72px rgba(7, 17, 84, .18), 0 8px 22px rgba(7, 17, 84, .08);
    }
    .report-shot-frame img {
        transform: translateY(var(--parallax-y, 0px)) scale(1.01);
    }
    .report-zone-map,
    .report-spotlight {
        display: block;
    }
    .report-hotspot {
        display: none;
    }
    .report-tour-svg { display: none; }
    .report-hotspot {
        width: 13px;
        height: 13px;
        margin: -6.5px 0 0 -6.5px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, .92), 0 0 0 0 rgba(15, 169, 165, .34), 0 10px 26px rgba(7, 17, 84, .22);
    }
    .report-callouts {
        position: absolute;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        background: transparent;
        box-shadow: none;
        scroll-padding: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .report-callouts::-webkit-scrollbar { display: none; }
    .report-callouts div,
    .report-callouts .report-note-results,
    .report-callouts .report-note-visual,
    .report-callouts .report-note-area,
    .report-callouts .report-note-print,
    .report-callouts div:nth-child(n+3),
    .report-callouts div:nth-child(3) {
        flex: 0 0 min(82%, 292px);
        width: auto;
        min-height: 0;
        padding: 12px 13px 12px;
        border: 1px solid rgba(203, 217, 234, .78);
        border-radius: 8px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 16px 36px rgba(7, 17, 84, .16);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        scroll-snap-align: center;
    }
    .report-callouts div + div,
    .report-callouts div:nth-child(n+3) { border-top: 1px solid rgba(203, 217, 234, .78); }
    .js .report-callouts div,
    .js .report-callouts div.is-seen,
    .report-callouts div.is-active {
        opacity: .9;
        transform: none;
    }
    .report-callouts div.is-active {
        opacity: 1;
        transform: translateY(-3px);
        border-color: rgba(15, 169, 165, .68);
        box-shadow: 0 20px 44px rgba(7, 17, 84, .2), 0 0 0 3px rgba(15, 169, 165, .1);
        background: rgba(248, 255, 254, .95);
    }
    .report-callouts div::before,
    .report-callouts div:nth-child(odd)::before,
    .report-callouts div:nth-child(even)::before {
        top: 15px;
        right: auto;
        left: 14px;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        opacity: 1;
        transform: none;
        box-shadow: 0 0 0 6px rgba(15, 169, 165, .12);
    }
    .report-callouts em {
        margin: 0 0 6px 18px;
        font-size: 10px;
    }
    .report-callouts strong {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 1.22;
    }
    .report-note span {
        font-size: 12px;
        line-height: 1.34;
    }
    .personalization-section {
        padding: 56px 0;
    }
    .personalization-grid {
        gap: 22px;
    }
    .personalization-visual { display: none; }
    .identity-points {
        margin-top: 22px;
    }
    .identity-points div {
        min-height: 0;
        padding: 14px 0;
        grid-template-columns: 22px 1fr;
        gap: 2px 13px;
    }
    .identity-points .icon {
        width: 18px;
        height: 18px;
    }
    .identity-points strong {
        font-size: 14.5px;
    }
    .identity-points span {
        font-size: 13.5px;
    }
    .flexibility-section {
        padding: 56px 0;
    }
    .flexibility-grid {
        gap: 24px;
    }
    .flexibility-list {
        border: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .flexibility-list div {
        min-height: 0;
        padding: 15px 13px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 8px;
        background: rgba(255, 255, 255, .045);
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .flexibility-list .icon {
        width: 22px;
        height: 22px;
        margin-top: 0;
    }
    .flexibility-list strong {
        font-size: 16px;
    }
    .flexibility-list span {
        font-size: 12.8px;
        line-height: 1.38;
    }
    .practice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .practice-card {
        min-height: 0;
        padding: 17px 14px 16px;
    }
    .practice-card > .icon {
        margin-bottom: 13px;
        font-size: 18px;
    }
    .practice-card h3 {
        margin-bottom: 8px;
        font-size: 14.5px;
        line-height: 1.18;
    }
    .practice-card p {
        font-size: 12.5px;
        line-height: 1.38;
    }
    .testimonials-track {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding: 0 16px 8px;
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-padding: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .testimonials-track::-webkit-scrollbar { display: none; }
    .testimonial-card,
    .testimonial-card:first-child,
    .testimonial-card:last-child {
        flex: 0 0 min(86vw, 350px);
        min-height: 0;
        padding: 22px;
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 16px 40px rgba(7, 17, 84, .06);
        scroll-snap-align: center;
    }
    .testimonial-card blockquote {
        font-size: 15px;
        line-height: 1.5;
    }
    .testimonial-person {
        padding-top: 18px;
    }
    .faq-grid {
        gap: 26px;
    }
    .faq-list summary {
        min-height: 58px;
        padding: 14px 0;
        font-size: 15px;
        line-height: 1.34;
    }
    .faq-list details[open] summary,
    .faq-list details[open] p {
        padding-left: 13px;
        padding-right: 13px;
    }
    .faq-list details p {
        margin: -2px 0 18px;
        font-size: 14px;
        line-height: 1.5;
    }
    .conversion-section {
        padding: 58px 0 66px;
    }
    .conversion-grid {
        gap: 28px;
    }
    .conversion-copy ul {
        display: none;
    }
    .lead-form {
        padding: 22px 18px;
    }
    .form-head {
        margin-bottom: 20px;
    }
    .form-head h3 {
        font-size: 24px;
    }
    .field input:not([type="checkbox"]),
    .field select {
        height: 50px;
    }
    .btn-submit {
        min-height: 52px;
    }
}

@media (max-width: 430px) {
    .hero-photo {
        min-height: min(540px, calc(100svh - var(--header-height)));
    }
    .hero-photo-copy h1 {
        font-size: 31px;
    }
    .hero-photo-copy .hero-lead {
        font-size: 14.5px;
    }
    .index-panel,
    .index-panel.index-panel-large,
    .process-step {
        flex-basis: 84vw;
    }
    .context-card {
        flex-basis: 80vw;
    }
    .report-callouts div,
    .report-callouts .report-note-results,
    .report-callouts .report-note-visual,
    .report-callouts .report-note-area,
    .report-callouts .report-note-print,
    .report-callouts div:nth-child(n+3),
    .report-callouts div:nth-child(3) {
        flex-basis: 86%;
    }
    .practice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .practice-card {
        padding: 16px 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
    .hero-bg-layer, .hero-photo-grid { transform: none !important; }
    .js .process-step .step-number, .js .process-step .step-icon, .js .process-step h3, .js .process-step p { opacity: 1; transform: none; filter: none; }
    .js .clinical-index .index-panel, .js .clinical-index .index-panel ul { opacity: 1; transform: none; }
    .clinical-index-progress span { transform: none; }
    .panel-word-stage {
        min-height: 0;
        -webkit-mask-image: none;
        mask-image: none;
    }
    .panel-word-row { overflow: visible; }
    .panel-word-track {
        flex-wrap: wrap;
        animation: none;
        transform: none;
    }
    .panel-word-track [data-word-clone] { display: none; }
    .report-shot-frame, .report-shot-frame img { transform: none !important; }
    .report-hotspot { opacity: 1; transform: none; }
    .report-spotlight { transition: none; }
    .report-callouts div { opacity: 1; transform: none; }
    .report-callouts div::before,
    .report-callouts div.is-active::before { opacity: 1; transform: none; }
    .report-callouts div::after { display: none; }
    .process-progress span { transform: none; }
    .whatsapp-nudge { transition: none; }
    .whatsapp-nudge-typing {
        animation: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .whatsapp-nudge-typing i {
        animation: none;
        opacity: .85;
        transform: none;
    }
    .hero-bg-frame { animation: none !important; opacity: 0; transform: none; }
    .hero-bg-frame:first-child { opacity: 1; }
}
