:root {
    --navy-950: #052838;
    --navy-900: #073b53;
    --navy-800: #0a4d68;
    --blue-700: #0b6f97;
    --blue-600: #0b86b8;
    --cyan-500: #1eb3f8;
    --cyan-100: #dff5ff;
    --orange-400: #ffad3a;
    --orange-500: #ff970f;
    --orange-100: #fff0d8;
    --ink: #102a3a;
    --muted: #526b7a;
    --line: #dbe8ee;
    --surface: #ffffff;
    --surface-soft: #f5f9fc;
    --surface-blue: #edf8fd;
    --success: #17845b;
    --shadow-sm: 0 10px 30px rgba(7, 59, 83, 0.08);
    --shadow-md: 0 24px 64px rgba(7, 59, 83, 0.14);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --container: 1200px;
    --header-height: 80px;
}

/* --------------------------------------------------------------------------
   Refinamento notebook-first: hierarquia compacta, fluxo único e movimento
   -------------------------------------------------------------------------- */

.premium-portal .section {
    padding: clamp(72px, 9vh, 96px) 0;
}

.premium-portal .section-title {
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.06;
}

.premium-hero {
    padding: 68px 0 72px;
}

.premium-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    gap: clamp(44px, 4vw, 64px);
}

.premium-hero-copy h1 {
    max-width: 610px;
    font-size: clamp(44px, 3.8vw, 60px);
    line-height: 1.02;
}

.premium-hero-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.58;
}

.premium-hero .hero-actions {
    margin-top: 26px;
}

.facial-showcase-media {
    aspect-ratio: 16 / 10;
}

.facial-showcase video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
}

.facial-showcase figcaption {
    margin-top: 10px;
}

.native-app-demo {
    gap: clamp(42px, 5vw, 68px);
}

.native-app-copy h2 {
    font-size: clamp(30px, 3vw, 41px);
}

.pwa-followup {
    margin-top: 80px;
    padding-top: 54px;
}

.pwa-device-stage {
    min-height: 500px;
}

.section-anchor {
    position: absolute;
    top: 0;
}

.platform-flow-section {
    overflow: hidden;
    border-top: 1px solid var(--line);
    background: #ffffff;
}

.platform-flow-heading {
    margin-bottom: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--navy-900);
}

.platform-flow-heading-copy {
    max-width: 720px;
}

.platform-flow-heading .eyebrow {
    margin-bottom: 13px;
}

.platform-flow-heading .section-title {
    max-width: 720px;
}

.platform-flow-main {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
    gap: clamp(38px, 4.5vw, 64px);
}

.platform-notebook,
.platform-tablet-cutout,
.platform-evidence-media {
    min-width: 0;
    margin: 0;
}

.platform-device-pair {
    display: grid;
    min-width: 0;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(174px, 0.38fr);
    gap: clamp(16px, 2vw, 28px);
}

.platform-device-evidence {
    display: flex;
    min-width: 0;
    align-items: center;
    flex-direction: column;
    gap: clamp(20px, 2.4vw, 30px);
}

.platform-notebook-visual {
    position: relative;
    width: 100%;
    margin-inline: auto;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.platform-notebook-visual::after {
    position: absolute;
    z-index: 0;
    right: 10%;
    bottom: 1.5%;
    left: 10%;
    height: 7%;
    border-radius: 50%;
    background: rgba(0, 48, 64, 0.18);
    filter: blur(18px);
    content: "";
}

.platform-notebook-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent;
    clip-path: polygon(11.2% 0.5%, 88.9% 0.5%, 88.9% 81.6%, 96% 94%, 96% 97.6%, 2.7% 97.6%, 2.7% 94%, 11.2% 81.6%);
    mix-blend-mode: multiply;
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.platform-tablet-cutout {
    position: relative;
    z-index: 2;
    width: 100%;
    filter: drop-shadow(0 18px 20px rgba(7, 59, 83, 0.2));
    transform: translateY(2%);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.platform-tablet-cutout-window {
    position: relative;
    width: 100%;
    aspect-ratio: 737 / 481;
    background: transparent;
}

.platform-tablet-cutout-window img {
    width: 100%;
    height: auto;
}

.platform-steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--navy-900);
    list-style: none;
}

.platform-steps li {
    display: grid;
    min-height: 0;
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
}

.platform-steps li > span {
    padding-top: 4px;
    color: #955000;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.platform-steps h3 {
    margin: 0 0 5px;
    color: var(--navy-950);
    font-size: 21px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.platform-steps p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.platform-evidence-media {
    position: relative;
    z-index: 1;
    width: min(92%, 222px);
    margin-inline: auto;
}

.geolocation-modal-crop {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 730 / 783;
    border-radius: 13px;
    background: transparent;
    box-shadow: 0 18px 38px rgba(4, 48, 64, 0.22);
}

.geolocation-modal-crop img {
    width: 217.26%;
    max-width: none;
    height: auto;
    transform: translate(-26.99%, -7.26%);
}

.platform-evidence-media figcaption {
    display: grid;
    margin-top: 11px;
    color: #607680;
    font-size: 12px;
    line-height: 1.45;
    gap: 2px;
}

.platform-evidence-media figcaption strong {
    color: var(--navy-950);
    font-size: 11px;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.platform-step-evidence {
    margin-top: 9px !important;
    color: #315f70 !important;
    font-size: 13px !important;
}

.platform-step-evidence strong {
    color: var(--navy-950);
}

.platform-privacy-note {
    margin: 15px 0 0 52px;
    font-size: 12px;
    line-height: 1.5;
}

.platform-privacy-note a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid rgba(0, 117, 168, 0.32);
    color: var(--blue-700);
    font-weight: 760;
}

.platform-privacy-note .portal-icon {
    width: 15px;
    height: 15px;
}

.rh-resources {
    margin-top: 64px;
    padding-top: 46px;
    border-top: 1px solid var(--navy-900);
}

.rh-resources-heading {
    max-width: 780px;
    margin-bottom: 32px;
}

.rh-resources-heading .eyebrow {
    margin: 0 0 12px;
}

.rh-resources-heading h3 {
    max-width: 650px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.rh-resources-heading > p:not(.eyebrow) {
    max-width: 720px;
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.rh-resource-grid {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.rh-resource-grid li {
    display: flex;
    min-height: 138px;
    align-items: flex-start;
    padding: 25px 24px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 15px;
}

.rh-resource-grid .portal-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    margin-top: 2px;
    color: var(--blue-700);
}

.rh-resource-grid strong,
.rh-resource-grid span {
    display: block;
}

.rh-resource-grid strong {
    color: var(--navy-950);
    font-size: 16px;
    line-height: 1.3;
}

.rh-resource-grid span {
    margin-top: 7px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.resource-availability {
    margin: 16px 0 0;
    color: #6a7f87;
    font-size: 12px;
}

.reveal-enabled [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-enabled [data-reveal="media"] {
    transform: translate3d(0, 20px, 0) scale(0.985);
}

.reveal-enabled [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (hover: hover) {
    .platform-notebook:hover .platform-notebook-visual {
        transform: translateY(-4px);
    }

    .platform-device-pair:hover .platform-tablet-cutout {
        transform: translateY(-2%);
    }
}

@media (min-width: 981px) and (max-height: 950px) {
    .premium-portal {
        --header-height: 72px;
    }

    .premium-portal .section {
        padding-block: 72px;
    }

    .premium-hero {
        padding-block: 56px 60px;
    }

    .premium-hero-copy h1 {
        font-size: clamp(42px, 3.5vw, 56px);
    }

    .facial-showcase-media {
        aspect-ratio: 16 / 9;
    }

    .pwa-device-stage {
        min-height: 460px;
    }
}

@media (max-width: 1120px) {
    .platform-flow-main {
        gap: 38px;
    }

    .rh-resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {
    .premium-hero-grid,
    .platform-flow-main {
        grid-template-columns: 1fr;
    }

    .premium-hero-grid {
        gap: 46px;
    }

    .facial-showcase {
        width: min(100%, 760px);
        margin-inline: auto;
    }

    .platform-device-pair {
        width: min(100%, 820px);
        margin-inline: auto;
    }

    .platform-flow-side {
        width: min(100%, 720px);
        margin-inline: auto;
    }

}

@media (max-width: 760px) {
    .premium-portal .section {
        padding: 64px 0;
    }

    .premium-hero {
        padding: 56px 0 60px;
    }

    .premium-hero-copy h1 {
        font-size: clamp(38px, 10vw, 46px);
    }

    .premium-hero-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .facial-showcase-media {
        aspect-ratio: 4 / 3;
    }

    .pwa-followup {
        margin-top: 64px;
        padding-top: 46px;
    }

    .pwa-device-stage {
        min-height: clamp(365px, 88vw, 470px);
    }

    .platform-flow-heading {
        margin-bottom: 34px;
        padding-bottom: 26px;
    }

    .platform-flow-main {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .platform-flow-side {
        order: -1;
    }

    .platform-device-pair {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .platform-notebook-visual {
        width: 100%;
        margin-left: 0;
    }

    .platform-device-evidence {
        display: grid;
        width: min(100%, 520px);
        margin-inline: auto;
        align-items: start;
        grid-template-columns: minmax(0, 0.82fr) minmax(160px, 1fr);
        gap: 20px;
    }

    .platform-tablet-cutout {
        transform: none;
    }

    .platform-steps li {
        padding: 17px 0;
    }

    .platform-evidence-media {
        width: 100%;
    }

    .rh-resources {
        margin-top: 48px;
        padding-top: 38px;
    }

    .rh-resource-grid {
        grid-template-columns: 1fr;
    }

    .rh-resource-grid li {
        min-height: 0;
        padding: 21px 18px;
    }
}

@media (max-width: 420px) {
    .platform-device-evidence {
        width: min(100%, 300px);
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .platform-tablet-cutout {
        width: 88%;
        margin-inline: auto;
    }

    .platform-evidence-media {
        width: 88%;
    }

    .platform-privacy-note {
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal-enabled [data-reveal],
    .platform-notebook-visual,
    .platform-notebook-visual img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 24px);
}

body.portal-page {
    margin: 0;
    background: var(--surface);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img,
video,
svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    color: inherit;
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: 3px;
}

::selection {
    background: var(--cyan-100);
    color: var(--navy-950);
}

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--surface);
    color: var(--navy-900);
    box-shadow: var(--shadow-md);
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.portal-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
    border-color: rgba(7, 59, 83, 0.1);
    box-shadow: 0 8px 30px rgba(7, 59, 83, 0.07);
}

.header-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    width: 220px;
    height: auto;
}

.site-nav,
.nav-links,
.nav-actions {
    display: flex;
    align-items: center;
}

.site-nav {
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
    gap: 24px;
}

.nav-links {
    margin: 0;
    padding: 0;
    gap: 4px;
    list-style: none;
}

.nav-links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 11px;
    border-radius: 10px;
    color: #294957;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -0.01em;
    transition: background-color 160ms ease, color 160ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
    background: var(--surface-blue);
    color: var(--blue-700);
}

.nav-actions {
    gap: 10px;
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    cursor: pointer;
}

.menu-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.menu-icon-close {
    display: none;
}

.site-header.is-menu-open .menu-icon-open {
    display: none;
}

.site-header.is-menu-open .menu-icon-close {
    display: block;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-sm {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
}

.button-primary {
    background: var(--blue-700);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(11, 111, 151, 0.22);
}

.button-primary:hover {
    background: var(--navy-800);
    box-shadow: 0 14px 30px rgba(7, 59, 83, 0.24);
}

.button-secondary {
    border-color: #a9c4d0;
    background: rgba(255, 255, 255, 0.78);
    color: var(--navy-900);
}

.button-secondary:hover,
.button-ghost:hover {
    border-color: var(--blue-600);
    background: var(--surface-blue);
}

.button-ghost {
    border-color: var(--line);
    background: var(--surface);
    color: var(--navy-900);
}

.button-light {
    background: #ffffff;
    color: var(--navy-900);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.button-light:hover {
    background: var(--cyan-100);
}

.text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: var(--blue-700);
    font-weight: 750;
}

.text-link .portal-icon {
    width: 19px;
    height: 19px;
    transition: transform 160ms ease;
}

.text-link:hover .portal-icon {
    transform: translateX(3px);
}

.section {
    position: relative;
    padding: 104px 0;
}

.section-soft {
    background: var(--surface-soft);
}

.section-dark {
    overflow: hidden;
    background: var(--navy-950);
    color: #ffffff;
}

.section-dark::before {
    position: absolute;
    width: 520px;
    height: 520px;
    top: -300px;
    right: -180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 179, 248, 0.2), transparent 68%);
    content: "";
    pointer-events: none;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--blue-700);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: var(--orange-500);
    content: "";
}

.section-dark .eyebrow,
.cta-panel .eyebrow {
    color: #8edcff;
}

.section-title {
    max-width: 790px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.section-dark .section-title {
    color: #ffffff;
}

.section-intro {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.section-dark .section-intro {
    color: #b8d2de;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 52px;
}

.section-heading-copy {
    max-width: 790px;
}

.brand-film {
    position: relative;
    height: clamp(400px, 48vh, 520px);
    overflow: hidden;
    background: var(--navy-950);
    isolation: isolate;
}

.brand-film-placeholder,
.brand-film-video,
.brand-film-shade {
    position: absolute;
    inset: 0;
}

.brand-film-placeholder {
    display: flex;
    z-index: 0;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at center, rgba(30, 179, 248, 0.22), transparent 34%),
        linear-gradient(145deg, #021b29, #073b53 58%, #0b648c);
    transition: opacity 320ms ease;
}

.brand-film-placeholder img {
    width: min(260px, 52vw);
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.brand-film.is-ready .brand-film-placeholder {
    opacity: 0;
}

.brand-film-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 360ms ease;
}

.brand-film.is-ready .brand-film-video {
    opacity: 1;
}

.brand-film-shade {
    z-index: 2;
    background:
        radial-gradient(ellipse at center, rgba(0, 28, 39, 0.12), rgba(0, 28, 39, 0.36) 72%),
        linear-gradient(0deg, rgba(1, 19, 29, 0.72), transparent 58%);
    pointer-events: none;
}

.brand-film-content {
    position: relative;
    display: grid;
    z-index: 3;
    height: 100%;
    place-items: center;
}

.brand-film-message {
    max-width: min(100%, 1050px);
    text-align: center;
    color: #ffffff;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.62);
}

.brand-film-message span,
.brand-film-message strong {
    display: block;
}

.brand-film-message strong {
    font-size: clamp(26px, 3vw, 46px);
    font-weight: 900;
    letter-spacing: 0.015em;
    line-height: 0.98;
    text-transform: uppercase;
}

.brand-film-message span {
    margin-top: 5px;
    font-size: clamp(16px, 1.45vw, 22px);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.brand-film-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0 15px;
    border-radius: 999px;
    background: var(--orange-500);
    box-shadow: 0 12px 26px rgba(209, 112, 0, 0.28);
    color: var(--navy-950);
    font-size: 13px;
    font-weight: 850;
}

.brand-film-cta:hover {
    background: var(--orange-400);
    color: var(--navy-950);
    transform: translateY(-1px);
}

.brand-film-cta .portal-icon {
    width: 17px;
    height: 17px;
}

.hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: 84px 0 92px;
    background:
        radial-gradient(circle at 86% 10%, rgba(30, 179, 248, 0.2), transparent 32%),
        radial-gradient(circle at 4% 88%, rgba(255, 151, 15, 0.1), transparent 28%),
        linear-gradient(145deg, #f9fcfe 0%, #edf8fd 58%, #f8fbfd 100%);
}

.hero::after {
    position: absolute;
    right: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(11, 134, 184, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(11, 134, 184, 0.035), 0 0 0 140px rgba(11, 134, 184, 0.025);
    content: "";
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
    align-items: center;
    gap: clamp(56px, 7vw, 92px);
}

.hero-copy h1 {
    max-width: 690px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(44px, 5.2vw, 68px);
    font-weight: 850;
    letter-spacing: -0.057em;
    line-height: 1.01;
}

.hero-copy h1 span {
    color: var(--blue-600);
}

.hero-copy > p:not(.eyebrow) {
    max-width: 660px;
    margin: 26px 0 0;
    color: #405e6d;
    font-size: clamp(18px, 1.8vw, 21px);
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 28px 0 0;
    padding: 0;
    color: #476573;
    font-size: 14px;
    font-weight: 650;
    list-style: none;
}

.hero-assurance li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-assurance .portal-icon {
    width: 18px;
    height: 18px;
    color: var(--success);
}

.hero-product {
    position: relative;
    margin: 0;
}

.hero-product-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(7, 59, 83, 0.12);
    border-radius: 28px;
    background: #2a9dd3;
    box-shadow: 0 32px 80px rgba(7, 59, 83, 0.2);
}

.hero-product-frame::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.hero-product-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-product figcaption {
    position: absolute;
    display: flex;
    min-width: 280px;
    max-width: calc(100% - 32px);
    right: 20px;
    bottom: -28px;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid rgba(7, 59, 83, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-sm);
    color: var(--navy-900);
}

.hero-product figcaption .portal-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    color: var(--success);
}

.hero-product figcaption span,
.hero-product figcaption strong {
    display: block;
}

.hero-product figcaption span {
    color: #4b6876;
    font-size: 12px;
    line-height: 1.45;
}

.hero-product figcaption strong {
    margin-bottom: 2px;
    color: var(--navy-950);
    font-size: 13px;
}
.trust-strip {
    border-top: 1px solid rgba(7, 59, 83, 0.06);
    border-bottom: 1px solid var(--line);
    background: #ffffff;
}

.trust-list {
    display: grid;
    margin: 0;
    padding: 24px 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.trust-list li {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-right: 1px solid var(--line);
    color: #365563;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.trust-list li:last-child {
    border-right: 0;
}

.trust-list .portal-icon {
    width: 21px;
    height: 21px;
    color: var(--blue-600);
}

.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.outcome-card,
.feature-card,
.persona-card,
.module-card,
.value-card,
.team-card {
    border: 1px solid var(--line);
    background: var(--surface);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.outcome-card:hover,
.feature-card:hover,
.persona-card:hover,
.module-card:hover,
.value-card:hover,
.team-card:hover {
    border-color: #acd5e5;
    box-shadow: var(--shadow-sm);
    transform: translateY(-3px);
}

.outcome-card {
    min-height: 300px;
    padding: 34px;
    border-radius: var(--radius-md);
}

.icon-box {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--surface-blue);
    color: var(--blue-700);
}

.icon-box.orange {
    background: var(--orange-100);
    color: #a95300;
}

.icon-box.navy {
    background: #e6f0f4;
    color: var(--navy-900);
}

.outcome-card h3,
.feature-card h3,
.persona-card h3,
.module-card h3,
.value-card h3,
.team-card h3 {
    margin: 24px 0 10px;
    color: var(--navy-950);
    font-size: 22px;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.outcome-card p,
.feature-card p,
.persona-card p,
.module-card p,
.value-card p,
.team-card p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.process {
    counter-reset: process;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.process-step {
    position: relative;
    padding: 0 26px;
    counter-increment: process;
}

.process-step:first-child {
    padding-left: 0;
}

.process-step:last-child {
    padding-right: 0;
}

.process-step::after {
    position: absolute;
    width: calc(100% - 74px);
    height: 1px;
    top: 27px;
    left: 64px;
    background: #bddbe7;
    content: "";
}

.process-step:last-child::after {
    display: none;
}

.process-number {
    display: inline-flex;
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4d9e8;
    border-radius: 50%;
    background: var(--surface);
    color: var(--blue-700);
    font-size: 14px;
    font-weight: 800;
}

.process-number::before {
    content: "0" counter(process);
}

.process-step h3 {
    margin: 23px 0 9px;
    color: var(--navy-950);
    font-size: 21px;
    line-height: 1.2;
}

.process-step p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-card {
    display: grid;
    min-height: 245px;
    padding: 34px;
    border-radius: var(--radius-md);
    grid-template-columns: auto 1fr;
    align-content: start;
    gap: 0 22px;
}

.feature-card .icon-box {
    grid-row: 1 / span 3;
}

.feature-card h3 {
    margin-top: 3px;
}

.feature-list {
    display: grid;
    margin: 19px 0 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #3d5b69;
    font-size: 14px;
}

.feature-list .portal-icon {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    color: var(--success);
}

.product-demos {
    overflow: hidden;
}

.demos-heading {
    position: relative;
    z-index: 1;
}

.demo-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 88px;
}

.demo-row {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
    align-items: center;
    gap: clamp(48px, 7vw, 92px);
}

.demo-row-reverse {
    grid-template-columns: minmax(480px, 1.18fr) minmax(0, 0.82fr);
}

.demo-row-reverse .demo-copy {
    order: 2;
}

.demo-row-reverse .demo-media-card {
    order: 1;
}

.demo-copy {
    color: #d4e6ed;
}

.demo-number {
    display: inline-flex;
    margin-bottom: 14px;
    color: #78d8ff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.demo-copy h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(29px, 3vw, 42px);
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.demo-copy > p {
    margin: 18px 0 0;
    color: #b6d0db;
    line-height: 1.72;
}

.demo-points {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.demo-points li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #d6e8ef;
    font-size: 14px;
}

.demo-points .portal-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #61d5a9;
}

.app-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.store-badge {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: #ffffff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-badge:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.store-badge img {
    width: auto;
    height: 48px;
}

.demo-media-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: #061b25;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.demo-media-card figcaption {
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #a9c7d4;
    font-size: 12px;
}

.wistia-facade {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #03131c;
    color: #ffffff;
    cursor: pointer;
}

.wistia-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease, opacity 300ms ease;
}

.wistia-facade::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(1, 17, 25, 0.78), transparent 58%);
    content: "";
}

.wistia-facade:hover img {
    transform: scale(1.025);
}

.video-play {
    position: absolute;
    z-index: 2;
    width: 74px;
    height: 74px;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(5, 75, 105, 0.9);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
}

.video-play::after {
    position: absolute;
    top: 50%;
    left: 53%;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #ffffff;
    content: "";
    transform: translate(-50%, -50%);
}

.video-duration,
.video-action {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    font-size: 12px;
    font-weight: 800;
}

.video-duration {
    right: 17px;
    padding: 5px 8px;
    border-radius: 6px;
    background: rgba(1, 17, 25, 0.8);
}

.video-action {
    left: 18px;
}

.wistia-player-frame,
.wistia-player-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.facial-demo-card video {
    display: block;
    width: 100%;
    aspect-ratio: 1290 / 1080;
    background:
        radial-gradient(circle at center, rgba(30, 179, 248, 0.16), transparent 48%),
        #020d13;
    object-fit: contain;
}

.video-summary {
    padding: 0 18px 16px;
    background: #ffffff;
    color: #516b78;
    font-size: 12px;
    line-height: 1.55;
}

.video-summary summary {
    width: fit-content;
    color: var(--blue-700);
    font-weight: 800;
    cursor: pointer;
}

.video-summary p {
    margin: 9px 0 0;
}

.coverage-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 90%, rgba(30, 179, 248, 0.12), transparent 24%),
        linear-gradient(145deg, #f8fcfe, #edf7fb);
}

.coverage-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 48px;
    margin-bottom: 46px;
}

.coverage-heading > div:first-child {
    max-width: 780px;
}

.coverage-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(135px, 1fr));
    gap: 12px;
}

.coverage-stats div {
    min-width: 145px;
    padding: 18px;
    border: 1px solid rgba(7, 59, 83, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
}

.coverage-stats strong,
.coverage-stats span {
    display: block;
}

.coverage-stats strong {
    color: var(--navy-950);
    font-size: 30px;
    letter-spacing: -0.04em;
}

.coverage-stats span {
    margin-top: 3px;
    color: #58717e;
    font-size: 12px;
    line-height: 1.35;
}

.coverage-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.65fr);
    overflow: hidden;
    border: 1px solid rgba(7, 59, 83, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 70px rgba(7, 59, 83, 0.12);
}

.coverage-map-stage {
    position: relative;
    display: flex;
    min-height: 580px;
    align-items: center;
    justify-content: center;
    padding: 34px;
    border-right: 1px solid var(--line);
    background:
        linear-gradient(rgba(7, 59, 83, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 59, 83, 0.025) 1px, transparent 1px),
        #fafdfe;
    background-size: 28px 28px;
}

.coverage-map {
    display: block;
    width: min(100%, 540px);
    height: auto;
    overflow: visible;
}

.coverage-map .state {
    cursor: pointer;
}

.coverage-map .shape,
.coverage-map .icon_state {
    fill: #dce8ed;
    stroke: #ffffff;
    stroke-width: 1.5;
    transition: fill 170ms ease, stroke 170ms ease, filter 170ms ease;
}

.coverage-map .state.has-coverage .shape,
.coverage-map .state.has-coverage .icon_state {
    fill: var(--state-fill, #43b9e9);
}

.coverage-map .state:focus .shape,
.coverage-map .state:focus .icon_state,
.coverage-map .state.is-selected .shape,
.coverage-map .state.is-selected .icon_state {
    fill: var(--orange-500);
    stroke: var(--navy-950);
    stroke-width: 2.5;
    filter: drop-shadow(0 5px 8px rgba(7, 59, 83, 0.2));
}

.coverage-map .state:focus {
    outline: none;
}

.coverage-map .label_icon_state {
    fill: var(--navy-950);
    font-size: 11px;
    font-weight: 850;
    pointer-events: none;
}

.coverage-map .label_state {
    display: none;
}

.coverage-tooltip {
    position: fixed;
    z-index: 1000;
    max-width: 230px;
    padding: 9px 12px;
    border-radius: 10px;
    background: var(--navy-950);
    box-shadow: var(--shadow-sm);
    color: #ffffff;
    font-size: 12px;
    font-weight: 750;
    pointer-events: none;
}

.coverage-details {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(30px, 4vw, 52px);
    background: #ffffff;
}

.coverage-details-label,
.coverage-ranking-wrap > span {
    color: var(--blue-700);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.coverage-mobile-picker {
    display: none;
}

.coverage-details > strong {
    margin-top: 12px;
    color: var(--navy-950);
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.coverage-details > p {
    min-height: 52px;
    margin: 10px 0 0;
    color: #526c79;
    line-height: 1.6;
}

.coverage-ranking-wrap {
    margin-top: auto;
    padding-top: 34px;
}

.coverage-ranking {
    display: grid;
    margin: 15px 0 0;
    padding: 0;
    gap: 7px;
    list-style: none;
}

.coverage-ranking button {
    display: flex;
    width: 100%;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 11px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #f2f8fb;
    color: #355463;
    font: inherit;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.coverage-ranking button:hover,
.coverage-ranking button:focus-visible,
.coverage-ranking button.is-selected {
    border-color: #91d7f3;
    background: #e8f6fc;
    color: var(--navy-950);
}

.coverage-ranking button strong {
    color: var(--blue-700);
    font-size: 14px;
}

.coverage-note {
    margin: 18px auto 0;
    color: #647c88;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}
.persona-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.persona-card {
    padding: 32px;
    border-radius: var(--radius-md);
}

.persona-label {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--surface-blue);
    color: var(--blue-700);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.persona-card h3 {
    margin-top: 20px;
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.module-card {
    position: relative;
    min-height: 255px;
    padding: 28px;
    border-radius: var(--radius-md);
}

.module-card .icon-box {
    width: 46px;
    height: 46px;
}

.module-card .portal-icon {
    width: 22px;
    height: 22px;
}

.module-card h3 {
    margin-top: 21px;
    font-size: 19px;
}

.availability-badge {
    display: inline-flex;
    margin-top: 18px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf4f7;
    color: #4f6875;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.about-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    align-items: center;
    gap: clamp(48px, 8vw, 96px);
}

.about-preview-copy .section-title {
    font-size: clamp(36px, 4vw, 54px);
}

.about-preview-copy .section-intro {
    margin-bottom: 28px;
}

.about-photo-wrap {
    position: relative;
}

.about-photo-wrap::before {
    position: absolute;
    inset: 22px -18px -18px 28px;
    border-radius: var(--radius-lg);
    background: var(--cyan-100);
    content: "";
}

.about-photo-wrap img {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.868 / 1;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    object-fit: cover;
}

.compliance-card {
    display: grid;
    padding: 44px;
    border: 1px solid #cfe4ed;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #ffffff, #eff9fd);
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
}

.compliance-card .icon-box {
    width: 64px;
    height: 64px;
}

.compliance-card h2 {
    margin: 0;
    color: var(--navy-950);
    font-size: 26px;
    letter-spacing: -0.03em;
}

.compliance-card p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 15px;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
    align-items: start;
    gap: clamp(50px, 8vw, 100px);
}

.faq-intro {
    position: relative;
}

.faq-intro-icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin-top: 34px;
    place-items: center;
    border: 1px solid #b9dce9;
    border-radius: 50%;
    background: linear-gradient(145deg, #f2fbff, #ffffff);
    color: var(--blue-700);
    box-shadow: 0 14px 30px rgba(0, 72, 96, 0.09);
}

.faq-intro-icon .portal-icon {
    width: 28px;
    height: 28px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--surface);
}

.faq-item[open] {
    border-color: #acd5e5;
    box-shadow: var(--shadow-sm);
}

.faq-item summary {
    position: relative;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--navy-950);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid var(--blue-700);
    border-bottom: 2px solid var(--blue-700);
    content: "";
    transform: rotate(45deg) translateY(-3px);
    transition: transform 160ms ease;
}

.faq-item[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.faq-answer {
    padding: 0 22px 22px;
    color: var(--muted);
    font-size: 15px;
}

.faq-answer p {
    margin: 0;
}

.cta-section {
    padding: 36px 0 96px;
}

.cta-panel {
    position: relative;
    display: grid;
    overflow: hidden;
    padding: clamp(44px, 7vw, 78px);
    border-radius: 32px;
    background: linear-gradient(130deg, var(--navy-950), #075579);
    color: #ffffff;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 50px;
}

.cta-panel::before,
.cta-panel::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.cta-panel::before {
    width: 360px;
    height: 360px;
    top: -250px;
    right: 18%;
    border: 58px solid rgba(30, 179, 248, 0.12);
}

.cta-panel::after {
    width: 230px;
    height: 230px;
    right: -80px;
    bottom: -140px;
    background: rgba(255, 151, 15, 0.16);
}

.cta-copy,
.cta-actions {
    position: relative;
    z-index: 1;
}

.cta-copy h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(34px, 4.5vw, 54px);
    letter-spacing: -0.045em;
    line-height: 1.06;
}

.cta-copy p {
    max-width: 660px;
    margin: 18px 0 0;
    color: #c0d8e2;
    font-size: 17px;
}

.cta-actions {
    display: flex;
    min-width: 210px;
    flex-direction: column;
    gap: 10px;
}

.cta-actions .text-link {
    justify-content: center;
    color: #bce8fb;
}

.site-footer {
    padding-top: 76px;
    background: #041f2c;
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.75fr));
    gap: 50px;
}

.brand-footer img {
    width: 210px;
    padding: 7px;
    border-radius: 10px;
    background: #ffffff;
}

.footer-brand p {
    max-width: 340px;
    margin: 22px 0 0;
    color: #abc5d0;
    font-size: 15px;
}

.platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.platform-list span {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #c5dbe4;
    font-size: 11px;
    font-weight: 750;
}

.footer-column h2 {
    margin: 3px 0 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.footer-column a,
.footer-column li > span {
    color: #abc5d0;
    font-size: 14px;
    transition: color 160ms ease;
}

.footer-column a:hover {
    color: #ffffff;
}

.footer-contact li > a,
.footer-contact li > span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
}

.footer-contact .portal-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #67cffa;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.social-links a {
    color: #ffffff;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 64px;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: #86a6b4;
    font-size: 12px;
}

.whatsapp-float {
    position: fixed;
    z-index: 900;
    display: flex;
    right: 22px;
    bottom: 22px;
    min-height: 50px;
    align-items: center;
    gap: 9px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: #167c55;
    box-shadow: 0 12px 30px rgba(6, 48, 33, 0.28);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    transition: transform 160ms ease, background-color 160ms ease;
}

.whatsapp-float:hover {
    background: #106947;
    transform: translateY(-2px);
}

.whatsapp-float .portal-icon {
    width: 21px;
    height: 21px;
}

/* Página Sobre */
.about-hero {
    position: relative;
    overflow: hidden;
    padding: 94px 0 102px;
    background:
        radial-gradient(circle at 82% 20%, rgba(30, 179, 248, 0.2), transparent 30%),
        linear-gradient(140deg, #f8fcfe 0%, #edf8fd 100%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    align-items: center;
    gap: clamp(52px, 8vw, 100px);
}

.about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(44px, 5.4vw, 68px);
    font-weight: 850;
    letter-spacing: -0.057em;
    line-height: 1.02;
}

.about-hero-copy > p:not(.eyebrow) {
    max-width: 700px;
    margin: 25px 0 0;
    color: #405e6d;
    font-size: 20px;
}

.about-hero-mark {
    position: relative;
    display: flex;
    min-height: 430px;
    align-items: center;
    justify-content: center;
}

.about-clock {
    position: relative;
    display: flex;
    width: 310px;
    height: 310px;
    align-items: center;
    justify-content: center;
    border: 12px solid var(--navy-900);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: var(--shadow-md), inset 0 0 0 4px #cce5ef;
}

.about-clock::before,
.about-clock::after {
    position: absolute;
    bottom: 50%;
    left: calc(50% - 4px);
    width: 8px;
    border-radius: 6px;
    content: "";
    transform-origin: bottom;
}

.about-clock::before {
    height: 96px;
    background: var(--navy-900);
    transform: rotate(-12deg);
}

.about-clock::after {
    height: 80px;
    background: var(--orange-500);
    transform: rotate(128deg);
}

.clock-center {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: var(--navy-900);
    box-shadow: 0 0 0 2px var(--navy-900);
}

.clock-tick {
    position: absolute;
    width: 5px;
    height: 18px;
    top: 15px;
    left: calc(50% - 2px);
    border-radius: 4px;
    background: var(--blue-600);
    transform-origin: 2px 128px;
}

.clock-tick:nth-child(2) { transform: rotate(45deg); }
.clock-tick:nth-child(3) { transform: rotate(90deg); }
.clock-tick:nth-child(4) { transform: rotate(135deg); }
.clock-tick:nth-child(5) { transform: rotate(180deg); }
.clock-tick:nth-child(6) { transform: rotate(225deg); }
.clock-tick:nth-child(7) { transform: rotate(270deg); }
.clock-tick:nth-child(8) { transform: rotate(315deg); }

.about-float-label {
    position: absolute;
    right: 0;
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 17px;
    border: 1px solid #cfe2ea;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    color: var(--navy-900);
    font-size: 13px;
    font-weight: 800;
}

.about-float-label .portal-icon {
    color: var(--orange-500);
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(50px, 8vw, 100px);
}

.story-photo {
    position: relative;
}

.story-photo::after {
    position: absolute;
    inset: 24px -20px -20px 28px;
    z-index: -1;
    border-radius: var(--radius-lg);
    background: var(--orange-100);
    content: "";
}

.story-photo img {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.868 / 1;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    object-fit: cover;
}

.story-copy p:not(.eyebrow) {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.value-card {
    min-height: 275px;
    padding: 32px;
    border-radius: var(--radius-md);
}

.value-card h3 {
    margin-top: 22px;
}

.values-list {
    display: grid;
    margin: 42px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    list-style: none;
}

.values-list li {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #ffffff;
    color: #3f5c69;
    font-size: 14px;
    font-weight: 700;
}

.values-list .portal-icon {
    width: 19px;
    height: 19px;
    color: var(--success);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.team-card {
    min-height: 255px;
    padding: 28px;
    border-radius: var(--radius-md);
}

.team-avatar {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: linear-gradient(145deg, var(--navy-900), var(--blue-600));
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    letter-spacing: 0.02em;
}

.team-card h3 {
    margin-top: 22px;
    font-size: 18px;
}

.team-role {
    display: block;
    min-height: 40px;
    margin-bottom: 12px;
    color: var(--blue-700);
    font-size: 13px;
    font-weight: 800;
}

.company-panel {
    display: grid;
    padding: 44px;
    border-radius: var(--radius-lg);
    background: var(--navy-950);
    color: #ffffff;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 60px;
}

.company-panel h2 {
    margin: 0;
    font-size: 32px;
    letter-spacing: -0.035em;
}

.company-panel p {
    margin: 15px 0 0;
    color: #aec9d5;
}

.company-contact-list {
    display: grid;
    margin: 0;
    padding: 0;
    align-content: center;
    gap: 14px;
    list-style: none;
}

.company-contact-list a,
.company-contact-list span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d4e6ed;
    font-size: 14px;
}

.company-contact-list .portal-icon {
    width: 20px;
    height: 20px;
    color: #67cffa;
}

@media (max-width: 1120px) {
    .site-nav {
        gap: 12px;
    }

    .nav-links a {
        padding-inline: 8px;
        font-size: 13px;
    }

    .nav-actions .button-primary {
        display: none;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
        gap: 42px;
    }

    .module-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    :root {
        --header-height: 72px;
    }

    .container {
        width: min(100% - 32px, var(--container));
    }

    .brand img {
        width: 190px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: fixed;
        display: block;
        visibility: hidden;
        top: var(--header-height);
        right: 0;
        left: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 16px;
        border-top: 1px solid var(--line);
        background: #ffffff;
        box-shadow: 0 24px 40px rgba(7, 59, 83, 0.12);
        opacity: 0;
        transition: max-height 220ms ease, opacity 180ms ease, visibility 180ms ease, padding 220ms ease;
    }

    .site-header.is-menu-open .site-nav {
        visibility: visible;
        max-height: calc(100vh - var(--header-height));
        overflow-y: auto;
        padding-top: 16px;
        padding-bottom: 22px;
        opacity: 1;
    }

    .nav-links,
    .nav-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .nav-links {
        gap: 2px;
    }

    .nav-links a {
        display: flex;
        width: 100%;
        min-height: 48px;
        padding-inline: 14px;
        font-size: 15px;
    }

    .nav-actions {
        gap: 9px;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid var(--line);
    }

    .nav-actions .button-primary {
        display: inline-flex;
    }

    .hero {
        min-height: 0;
        padding: 70px 0 80px;
    }

    .hero-grid,
    .about-preview-grid,
    .about-hero-grid,
    .story-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-product {
        width: min(100%, 640px);
        margin-inline: auto;
    }

    .demo-row,
    .demo-row-reverse {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .demo-row-reverse .demo-copy,
    .demo-row-reverse .demo-media-card {
        order: initial;
    }

    .coverage-heading,
    .coverage-card {
        grid-template-columns: 1fr;
    }

    .coverage-stats {
        width: min(100%, 420px);
    }

    .coverage-map-stage {
        min-height: 510px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .trust-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-list li:nth-child(2) {
        border-right: 0;
    }

    .trust-list li:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .outcome-grid,
    .persona-grid,
    .principles-grid {
        grid-template-columns: 1fr;
    }

    .outcome-card {
        min-height: 0;
    }

    .process {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 0;
    }

    .process-step:nth-child(2)::after {
        display: none;
    }

    .process-step:nth-child(3) {
        padding-left: 0;
    }

    .about-preview-copy {
        order: 1;
    }

    .about-photo-wrap {
        order: 2;
    }

    .compliance-card {
        grid-template-columns: auto 1fr;
    }

    .compliance-card .text-link {
        grid-column: 2;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .cta-panel {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cta-actions {
        width: min(100%, 300px);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero-mark {
        min-height: 360px;
    }

    .about-clock {
        width: 270px;
        height: 270px;
    }

    .clock-tick {
        transform-origin: 2px 108px;
    }

    .company-panel {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 680px) {
    body.portal-page {
        font-size: 16px;
    }

    .container {
        width: min(100% - 28px, var(--container));
    }

    .section {
        padding: 76px 0;
    }

    .section-heading {
        display: block;
        margin-bottom: 36px;
    }

    .section-title {
        font-size: clamp(31px, 10vw, 42px);
    }

    .section-intro {
        font-size: 16px;
    }

    .hero {
        padding-top: 54px;
    }

    .hero-copy h1,
    .about-hero h1 {
        font-size: clamp(39px, 12vw, 54px);
    }

    .hero-copy > p:not(.eyebrow),
    .about-hero-copy > p:not(.eyebrow) {
        font-size: 17px;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-assurance {
        display: grid;
        gap: 10px;
    }

    .brand-film {
        height: clamp(250px, 52vw, 340px);
    }

    .brand-film-placeholder img {
        display: none;
    }

    .brand-film-message strong {
        font-size: clamp(21px, 6.2vw, 27px);
    }

    .brand-film-message span {
        font-size: clamp(14px, 4vw, 18px);
    }

    .brand-film-cta {
        min-height: 38px;
        margin-top: 13px;
        padding-inline: 13px;
        font-size: 12px;
    }

    .hero-product-frame {
        aspect-ratio: 16 / 9;
        border-radius: 20px;
    }

    .hero-product figcaption {
        position: relative;
        max-width: 100%;
        right: auto;
        bottom: auto;
        margin: -18px 12px 0;
    }

    .trust-list {
        grid-template-columns: 1fr;
    }

    .trust-list li,
    .trust-list li:nth-child(2) {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .trust-list li:last-child {
        border-bottom: 0;
    }

    .outcome-card,
    .persona-card,
    .module-card,
    .value-card,
    .team-card {
        padding: 26px;
    }

    .process {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .process-step,
    .process-step:nth-child(3) {
        padding: 0 0 0 70px;
    }

    .process-number {
        position: absolute;
        top: 0;
        left: 0;
    }

    .process-step h3 {
        margin-top: 0;
    }

    .process-step::after {
        display: none;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        display: block;
        min-height: 0;
        padding: 27px;
    }

    .feature-card h3 {
        margin-top: 21px;
    }

    .demo-stack {
        gap: 64px;
    }

    .demo-media-card {
        border-radius: 18px;
    }

    .video-play {
        width: 60px;
        height: 60px;
    }

    .video-action {
        max-width: 65%;
    }

    .coverage-heading {
        gap: 26px;
        margin-bottom: 34px;
    }

    .coverage-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coverage-stats div {
        min-width: 0;
        padding: 15px;
    }

    .coverage-map-stage {
        min-height: 0;
        padding: 22px 10px;
    }

    .coverage-map {
        max-height: 310px;
    }

    .coverage-details {
        padding: 28px 23px;
    }

    .coverage-mobile-picker {
        display: grid;
        margin: 14px 0 4px;
        gap: 7px;
        color: #526c79;
        font-size: 12px;
        font-weight: 750;
    }

    .coverage-mobile-picker select {
        width: 100%;
        min-height: 46px;
        padding: 0 38px 0 13px;
        border: 1px solid #bad9e6;
        border-radius: 11px;
        background: #ffffff;
        color: var(--navy-950);
        font: inherit;
        font-size: 14px;
    }

    .coverage-details > p {
        min-height: 0;
    }

    .coverage-ranking-wrap {
        display: none;
    }

    .module-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .module-card,
    .team-card {
        min-height: 0;
    }

    .about-photo-wrap::before,
    .story-photo::after {
        inset: 14px -8px -12px 15px;
    }

    .about-photo-wrap img,
    .story-photo img {
        min-height: 0;
        border-radius: 20px;
    }

    .compliance-card {
        padding: 28px;
        grid-template-columns: 1fr;
    }

    .compliance-card .text-link {
        grid-column: auto;
    }

    .faq-item summary {
        min-height: 66px;
        padding-inline: 18px;
        font-size: 15px;
    }

    .faq-answer {
        padding-inline: 18px;
    }

    .cta-section {
        padding-bottom: 70px;
    }

    .cta-panel {
        padding: 38px 25px;
        border-radius: 23px;
    }

    .cta-actions {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
        justify-content: center;
        padding: 0;
        pointer-events: none;
        opacity: 0;
        transform: translateY(12px);
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float.is-visible {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
    }

    .whatsapp-float.is-suppressed {
        pointer-events: none;
        opacity: 0;
        transform: translateY(12px);
    }

    .about-hero {
        padding: 66px 0 76px;
    }

    .about-hero-mark {
        min-height: 300px;
    }

    .about-clock {
        width: 235px;
        height: 235px;
        border-width: 10px;
    }

    .clock-tick {
        height: 15px;
        transform-origin: 2px 94px;
    }

    .about-clock::before {
        height: 74px;
    }

    .about-clock::after {
        height: 64px;
    }

    .about-float-label {
        right: 4px;
        bottom: 7px;
    }

    .values-list {
        grid-template-columns: 1fr;
    }

    .company-panel {
        padding: 30px 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* --------------------------------------------------------------------------
   Portal institucional 2026 — sistema editorial Ponteiro
   A mídia real, os divisores e a tipografia substituem a antiga grade de cards.
   -------------------------------------------------------------------------- */

:root {
    --navy-950: #003647;
    --navy-900: #004860;
    --navy-800: #00607d;
    --blue-700: #006b9e;
    --blue-600: #0098ff;
    --cyan-500: #20b7f3;
    --orange-400: #ffad33;
    --orange-500: #ff9800;
    --ink: #092f3e;
    --muted: #526b75;
    --line: #d5e1e5;
    --surface-soft: #f3f6f7;
    --container: 1240px;
}

.premium-portal .container {
    width: min(100% - 48px, var(--container));
}

.premium-portal .section {
    padding: 104px 0;
}

.premium-portal .button {
    border-radius: 5px;
    box-shadow: none;
}

.premium-portal .button-primary {
    border-color: var(--orange-500);
    background: var(--orange-500);
    color: var(--navy-950);
}

.premium-portal .button-primary:hover {
    border-color: var(--orange-400);
    background: var(--orange-400);
    box-shadow: none;
    color: var(--navy-950);
    transform: none;
}

.premium-portal .text-link {
    position: relative;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
}

.premium-portal .site-header {
    border-color: rgba(0, 72, 96, 0.1);
    background: rgba(255, 255, 255, 0.97);
}

.premium-portal .nav-links a {
    border-radius: 3px;
}

.premium-portal .menu-toggle {
    border-radius: 4px;
}

.premium-portal .brand-film {
    height: clamp(360px, 43vh, 470px);
}

.premium-portal .brand-film-shade {
    background:
        radial-gradient(ellipse at center, rgba(0, 28, 39, 0.18), rgba(0, 28, 39, 0.4) 74%),
        linear-gradient(0deg, rgba(0, 28, 38, 0.76), transparent 60%);
}

.premium-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 104px;
    background-color: var(--navy-950);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    color: #ffffff;
}

.premium-hero::after {
    position: absolute;
    width: 32%;
    height: 3px;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--blue-600), var(--orange-500));
    content: "";
}

.premium-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: clamp(52px, 7vw, 98px);
}

.premium-hero .eyebrow {
    color: #86d7f7;
}

.premium-hero-copy h1 {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(50px, 5.6vw, 76px);
    font-weight: 790;
    letter-spacing: -0.055em;
    line-height: 0.99;
}

.premium-hero-copy > p:not(.eyebrow) {
    max-width: 650px;
    margin: 28px 0 0;
    color: #c1d7df;
    font-size: 18px;
    line-height: 1.7;
}

.premium-hero .hero-actions {
    align-items: center;
    margin-top: 34px;
}

.premium-hero .hero-actions .text-link {
    color: #bde9f9;
}

.premium-proof-list {
    display: grid;
    margin: 50px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    list-style: none;
}

.premium-proof-list li {
    display: flex;
    min-height: 53px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #d9e8ed;
    font-size: 14px;
}

.premium-proof-list li span {
    color: var(--orange-400);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.facial-showcase {
    position: relative;
    margin: 0;
}

.facial-showcase::before {
    position: absolute;
    z-index: 0;
    inset: -18px 18px 18px -18px;
    border-top: 1px solid rgba(32, 183, 243, 0.46);
    border-left: 1px solid rgba(32, 183, 243, 0.46);
    content: "";
    pointer-events: none;
}

.facial-showcase-media {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    background: #001c27;
    box-shadow: 0 32px 80px rgba(0, 15, 21, 0.44);
}

.facial-showcase video {
    width: 100%;
    aspect-ratio: 1290 / 1080;
    background: #001c27;
    object-fit: contain;
}

.facial-showcase figcaption,
.real-product-media figcaption,
.app-demo-media figcaption {
    margin-top: 13px;
    color: #9fbac5;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.facial-showcase figcaption span {
    margin-right: 9px;
    color: var(--orange-400);
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-heading {
    max-width: 870px;
    margin-bottom: 62px;
}

.editorial-heading-wide {
    max-width: 940px;
}

.journey-section {
    overflow: hidden;
    background: #ffffff;
}

.journey-product-flow {
    display: grid;
    align-items: end;
    gap: clamp(40px, 5vw, 72px);
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.journey-report-media,
.journey-origin {
    min-width: 0;
    margin: 0;
}

.journey-report-media img {
    display: block;
    width: 100%;
    background: #f4f7f8;
}

.journey-report-media figcaption,
.journey-origin p,
.pwa-device-stage figcaption,
.capture-evidence-media figcaption {
    color: #526b75;
    font-size: 12px;
    line-height: 1.5;
}

.journey-report-media figcaption {
    margin-top: 12px;
}

.journey-report-media figcaption span {
    margin-right: 8px;
    color: var(--blue-700);
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.journey-origin {
    padding-top: 18px;
    border-top: 1px solid var(--navy-900);
}

.journey-origin > img {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    border-radius: 5px;
    box-shadow: 0 20px 44px rgba(0, 54, 71, 0.13);
}

.journey-origin .eyebrow {
    margin-bottom: 10px;
    color: var(--blue-700);
}

.journey-origin h3 {
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.journey-origin div > p:last-child {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.journey-line {
    display: grid;
    margin: 72px 0 0;
    padding: 0;
    border-top: 1px solid var(--navy-900);
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.journey-line li {
    min-height: 218px;
    padding: 27px 30px 28px;
    border-right: 1px solid var(--line);
}

.journey-line li:first-child {
    padding-left: 0;
}

.journey-line li:last-child {
    border-right: 0;
}

.journey-line li > span,
.manifesto-grid article > span {
    color: #955000;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.capability-matrix article > span {
    color: var(--orange-400);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.journey-line h3 {
    margin: 46px 0 10px;
    color: var(--navy-950);
    font-size: 24px;
    letter-spacing: -0.03em;
}

.journey-line p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}

.app-demo-copy > p:not(.eyebrow) {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 17px;
}

.app-section {
    overflow: hidden;
    border-top: 1px solid var(--line);
    background: var(--surface-soft);
}

.pwa-editorial-grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(50px, 6vw, 92px);
}

.platform-actions {
    margin-top: 34px;
}

.pwa-link {
    display: grid;
    min-height: 76px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid var(--navy-900);
    border-bottom: 1px solid var(--line);
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    color: var(--navy-950);
}

.pwa-link > .portal-icon:first-child {
    color: var(--blue-700);
}

.pwa-link > .portal-icon:last-child {
    width: 18px;
    height: 18px;
}

.pwa-link span,
.pwa-link strong {
    display: block;
}

.pwa-link span {
    color: #586f78;
    font-size: 12px;
}

.pwa-link strong {
    color: var(--navy-950);
    font-size: 15px;
}

.pwa-device-stage {
    position: relative;
    min-width: 0;
    min-height: 560px;
    margin: 0;
    padding: 18px 0 34px;
}

.pwa-notebook-shell {
    position: relative;
    width: 91%;
    margin-right: auto;
    padding: 13px 13px 18px;
    border: 1px solid #0b1419;
    border-radius: 14px 14px 8px 8px;
    background: linear-gradient(145deg, #182228, #05090b 74%);
    box-shadow: 0 30px 68px rgba(0, 32, 43, 0.24);
}

.pwa-notebook-shell::after {
    position: absolute;
    top: 100%;
    right: -4.5%;
    left: -4.5%;
    height: 17px;
    border-radius: 2px 2px 14px 14px;
    background: linear-gradient(180deg, #879197 0, #30393e 35%, #111719 100%);
    box-shadow: 0 7px 13px rgba(0, 31, 41, 0.2);
    content: "";
}

.pwa-notebook-shell::before {
    position: absolute;
    z-index: 2;
    top: calc(100% + 1px);
    left: 43%;
    width: 14%;
    height: 5px;
    border-radius: 0 0 6px 6px;
    background: #aab2b6;
    content: "";
}

.pwa-notebook-camera,
.pwa-phone-speaker {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #34434a;
    transform: translateX(-50%);
}

.pwa-notebook-screen {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #314048;
    background: #ffffff;
    container-type: inline-size;
}

.pwa-notebook-screen > img,
.pwa-phone-screen > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pwa-phone-shell {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 48px;
    width: 29%;
    padding: 9px;
    border: 1px solid #050708;
    border-radius: 34px;
    background: linear-gradient(145deg, #2d3940, #050708 64%);
    box-shadow: 0 28px 56px rgba(0, 31, 41, 0.28);
}

.pwa-phone-speaker {
    top: 9px;
    width: 30%;
    height: 15px;
    border-radius: 0 0 12px 12px;
    background: #06090b;
}

.pwa-phone-screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 430 / 900;
    border-radius: 26px;
    background: #ffffff;
    container-type: inline-size;
}

.pwa-device-stage figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.native-app-demo {
    display: grid;
    margin-top: 112px;
    padding-top: 72px;
    border-top: 1px solid var(--line);
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    align-items: center;
    gap: clamp(48px, 7vw, 96px);
}

.native-app-primary {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.pwa-followup {
    margin-top: 112px;
    padding-top: 72px;
    border-top: 1px solid var(--line);
}

.app-demo-media {
    margin: 0;
}

.native-app-copy h2 {
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(30px, 3.4vw, 45px);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.native-app-copy > p:not(.eyebrow) {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.native-app-copy .app-links {
    margin-top: 30px;
}

.app-section .store-badge {
    border-color: var(--line);
    border-radius: 5px;
    box-shadow: none;
}

.app-section .store-badge:hover {
    box-shadow: none;
    transform: none;
}

.app-demo-media .wistia-facade,
.app-demo-media .wistia-player-frame {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 28px 62px rgba(0, 54, 71, 0.16);
}

.app-demo-media .video-summary {
    padding: 8px 0 0;
    background: transparent;
}

.capabilities-section {
    overflow: hidden;
    background: var(--navy-950);
    color: #ffffff;
}

.capabilities-section .eyebrow {
    color: #89d9f8;
}

.capabilities-section .section-title {
    color: #ffffff;
}

.capture-evidence-grid {
    display: grid;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    align-items: center;
    gap: clamp(48px, 7vw, 96px);
}

.capture-evidence-media {
    min-width: 0;
    margin: 0;
}

.capture-evidence-media img {
    display: block;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    box-shadow: 0 28px 64px rgba(0, 13, 19, 0.36);
}

.capture-evidence-media figcaption {
    margin-top: 12px;
    color: #8eabb6;
}

.capture-evidence-copy h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.05em;
    line-height: 1.04;
}

.capture-evidence-copy > p:not(.eyebrow) {
    margin: 22px 0 0;
    color: #adc8d2;
    font-size: 15px;
    line-height: 1.7;
}

.evidence-ledger {
    margin: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.evidence-ledger div {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.evidence-ledger dt {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.evidence-ledger dd {
    margin: 0;
    color: #9fbcc7;
    font-size: 13px;
    line-height: 1.55;
}

.privacy-note {
    margin: 24px 0 0;
    color: #8eabb6;
    font-size: 13px;
    line-height: 1.6;
}

.privacy-note a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    border-bottom: 1px solid rgba(137, 217, 248, 0.56);
    color: #89d9f8;
    font-weight: 760;
}

.privacy-note .portal-icon {
    width: 16px;
    height: 16px;
}

.capability-matrix {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    grid-template-columns: repeat(3, 1fr);
}

.capability-matrix article {
    min-height: 240px;
    padding: 30px 34px 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.capability-matrix article:first-child {
    padding-left: 0;
}

.capability-matrix article:last-child {
    padding-right: 0;
    border-right: 0;
}

.capability-matrix h3 {
    margin: 54px 0 12px;
    color: #ffffff;
    font-size: clamp(25px, 2.55vw, 34px);
    letter-spacing: -0.04em;
}

.capability-matrix p {
    max-width: 500px;
    margin: 0;
    color: #adc8d2;
    font-size: 16px;
}

.module-ledger {
    display: grid;
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    grid-template-columns: minmax(0, 0.82fr) minmax(400px, 1.18fr);
    gap: 80px;
}

.module-ledger-intro h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.6vw, 46px);
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.module-ledger-intro > p:last-child {
    margin: 20px 0 0;
    color: #adc8d2;
    font-size: 15px;
}

.module-ledger ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    list-style: none;
}

.module-ledger li {
    display: grid;
    min-height: 74px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
}

.module-ledger li span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 780;
}

.module-ledger li small {
    color: #9fbcc7;
    font-size: 13px;
}

.coverage-section.coverage-clean {
    background: #f6f8f9;
}

.coverage-clean-grid {
    display: grid;
    grid-template-columns: minmax(480px, 1fr) minmax(0, 0.86fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.coverage-clean-map {
    min-width: 0;
}

.coverage-clean .coverage-map {
    width: min(100%, 610px);
    max-height: none;
    margin-inline: auto;
}

.coverage-clean .coverage-map .state {
    cursor: default;
}

.coverage-clean .coverage-map .shape,
.coverage-clean .coverage-map .icon_state {
    fill: #d8dcde;
    stroke: #ffffff;
    stroke-width: 1.6;
    filter: none;
    transition: none;
}

.coverage-clean .coverage-map .icon_state {
    fill: var(--navy-900);
}

.coverage-clean .coverage-map .label_icon_state {
    fill: #5c6265;
    font-size: 10px;
    font-weight: 700;
}

.coverage-clean .coverage-map .icon_state + .label_icon_state {
    fill: #ffffff;
}

.coverage-clean .coverage-marker {
    filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 3px 3px rgba(0, 54, 71, 0.24));
}

.coverage-clean-copy .section-title {
    max-width: 590px;
}

.coverage-statement {
    max-width: 580px;
    margin: 30px 0 0;
    color: #46616c;
    font-size: clamp(22px, 2.4vw, 31px);
    letter-spacing: -0.025em;
    line-height: 1.38;
}

.coverage-statement strong {
    color: var(--navy-900);
}

.coverage-proof-list {
    margin: 34px 0 0;
    border-top: 1px solid var(--navy-900);
}

.coverage-proof-list div {
    display: grid;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(132px, 0.42fr) minmax(0, 0.58fr);
    align-items: baseline;
    gap: 22px;
}

.coverage-proof-list dt {
    color: var(--blue-700);
    font-size: 18px;
    font-weight: 860;
    letter-spacing: -0.02em;
}

.coverage-proof-list dd {
    margin: 0;
    color: #526b75;
    font-size: 14px;
    line-height: 1.55;
}

.brand-origin {
    border-top: 1px solid var(--line);
    background: #ffffff;
}

.brand-origin-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(58px, 10vw, 150px);
}

.brand-origin-grid > img {
    width: min(100%, 310px);
    margin-inline: auto;
}

.brand-origin-grid > div > p:not(.eyebrow) {
    max-width: 720px;
    margin: 24px 0 20px;
    color: var(--muted);
    font-size: 17px;
}

.legal-rail {
    padding: 43px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #f6f8f9;
}

.legal-rail-grid {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 25px;
}

.legal-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #a8c2cc;
    border-radius: 3px;
    color: var(--blue-700);
}

.legal-rail h2 {
    margin: 0;
    color: var(--navy-950);
    font-size: 19px;
}

.legal-rail p {
    max-width: 820px;
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.faq-section {
    background: #ffffff;
}

.premium-portal .faq-item {
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
}

.premium-portal .faq-item:last-child {
    border-bottom: 1px solid var(--line);
}

.premium-portal .faq-item summary {
    min-height: 78px;
    padding: 0 6px;
}

.premium-portal .faq-answer {
    padding: 0 46px 25px 6px;
}

.faq-answer-link {
    margin-top: 12px;
    font-size: 14px;
}

.conversion-band {
    padding: 82px 0;
    background: var(--navy-900);
    color: #ffffff;
}

.conversion-band-grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 70px;
}

.conversion-band .eyebrow {
    color: #89d9f8;
}

.conversion-band h2 {
    max-width: 800px;
    margin: 0;
    font-size: clamp(36px, 4.3vw, 56px);
    letter-spacing: -0.05em;
    line-height: 1.06;
}

.conversion-actions {
    display: flex;
    min-width: 255px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

.conversion-actions .text-link {
    justify-content: center;
    color: #c5e8f5;
}

.premium-portal .site-footer {
    padding-top: 72px;
    background: #002e3e;
}

.premium-portal .brand-footer img {
    border-radius: 3px;
}

.premium-portal .platform-list span {
    border-radius: 2px;
}

.footer-legal-name {
    color: #d2e3e8 !important;
    font-size: 12px !important;
    line-height: 1.65;
}

/* Sobre */
.about-editorial-hero {
    padding: 112px 0 104px;
    border-bottom: 1px solid var(--line);
    background: #f5f7f8;
}

.about-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
    align-items: center;
    gap: clamp(65px, 10vw, 150px);
}

.about-editorial-grid h1 {
    max-width: 780px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(52px, 6vw, 78px);
    letter-spacing: -0.058em;
    line-height: 0.99;
}

.about-editorial-grid > div > p:not(.eyebrow) {
    max-width: 690px;
    margin: 28px 0 23px;
    color: var(--muted);
    font-size: 18px;
}

.official-clock-mark {
    margin: 0;
}

.official-clock-mark img {
    width: min(100%, 390px);
    margin-inline: auto;
    mix-blend-mode: multiply;
}

.official-clock-mark figcaption {
    max-width: 360px;
    margin: 18px auto 0;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: #566e77;
    font-size: 12px;
}

.about-story-editorial {
    background: #ffffff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(350px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(60px, 9vw, 130px);
}

.story-prose {
    padding-top: 38px;
    border-top: 1px solid var(--navy-900);
}

.story-prose p {
    margin: 0 0 23px;
    color: #3f5b66;
    font-size: 18px;
    line-height: 1.75;
}

.story-source-link {
    margin-top: 8px;
}

.manifesto-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--surface-soft);
}

.manifesto-grid {
    display: grid;
    border-top: 1px solid var(--navy-900);
    grid-template-columns: repeat(3, 1fr);
}

.manifesto-grid article {
    min-height: 250px;
    padding: 28px 34px;
    border-right: 1px solid var(--line);
}

.manifesto-grid article:first-child {
    padding-left: 0;
}

.manifesto-grid article:last-child {
    border-right: 0;
}

.manifesto-grid h3 {
    margin: 58px 0 11px;
    color: var(--navy-950);
    font-size: 23px;
    letter-spacing: -0.03em;
}

.manifesto-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.values-sentence {
    margin: 34px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #526c76;
    font-size: 14px;
}

.values-sentence strong {
    color: var(--navy-950);
}

.company-identity-section {
    background: #ffffff;
}

.company-identity-grid {
    display: grid;
    grid-template-columns: minmax(350px, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: clamp(60px, 9vw, 130px);
}

.company-identity-grid > div > p:not(.eyebrow) {
    margin: 22px 0 0;
    color: var(--muted);
}

.identity-ledger {
    margin: 0;
    border-top: 1px solid var(--navy-900);
}

.identity-ledger div {
    display: grid;
    min-height: 74px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 0.75fr 1.25fr;
    gap: 24px;
}

.identity-ledger dt {
    color: #586f78;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.identity-ledger dd {
    margin: 0;
    color: var(--navy-950);
    font-size: 17px;
    font-weight: 740;
}

.about-contact-band {
    padding: 74px 0;
    background: var(--navy-900);
    color: #ffffff;
}

.about-contact-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 70px;
}

.about-contact-band .eyebrow {
    color: #89d9f8;
}

.about-contact-band h2 {
    margin: 0;
    font-size: clamp(38px, 4.5vw, 58px);
    letter-spacing: -0.05em;
}

.about-contact-list {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    list-style: none;
}

.about-contact-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.about-contact-list a,
.about-contact-list li > span {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    color: #d7e8ed;
    font-size: 14px;
}

.about-contact-list .portal-icon {
    width: 19px;
    height: 19px;
    color: #80d9f8;
}

@media (max-width: 1120px) {
    .premium-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
        gap: 48px;
    }

    .module-ledger {
        gap: 50px;
    }
}

@media (max-width: 980px) {
    .premium-hero-grid,
    .journey-product-flow,
    .pwa-editorial-grid,
    .native-app-demo,
    .capture-evidence-grid,
    .coverage-clean-grid,
    .brand-origin-grid,
    .about-editorial-grid,
    .about-story-grid,
    .company-identity-grid {
        grid-template-columns: 1fr;
    }

    .premium-hero-copy {
        max-width: 760px;
    }

    .facial-showcase,
    .journey-report-media,
    .pwa-device-stage,
    .app-demo-media,
    .capture-evidence-media,
    .coverage-clean-map {
        width: min(100%, 800px);
        margin-inline: auto;
    }

    .journey-origin {
        display: grid;
        grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
        align-items: center;
        gap: 38px;
    }

    .journey-origin > img {
        margin-bottom: 0;
    }

    .pwa-device-stage {
        min-height: clamp(470px, 67vw, 580px);
    }

    .native-app-copy,
    .capture-evidence-copy {
        max-width: 760px;
        margin-inline: auto;
    }

    .native-app-copy {
        order: -1;
    }

    .capture-evidence-grid {
        gap: 52px;
    }

    .module-ledger {
        grid-template-columns: 1fr;
    }

    .coverage-clean-copy {
        max-width: 760px;
        margin-inline: auto;
    }

    .brand-origin-grid > img {
        width: 230px;
        margin-left: 0;
    }

    .official-clock-mark img {
        width: 300px;
    }

    .official-clock-mark figcaption {
        text-align: center;
    }
}

@media (max-width: 760px) {
    .premium-portal .container {
        width: min(100% - 30px, var(--container));
    }

    .premium-portal .section {
        padding: 72px 0;
    }

    .premium-portal .brand-film {
        height: clamp(245px, 55vw, 330px);
    }

    .premium-portal .brand-film-message strong {
        font-size: clamp(21px, 6.2vw, 27px);
    }

    .premium-hero {
        padding: 74px 0 72px;
    }

    .premium-hero-grid {
        gap: 58px;
    }

    .premium-hero-copy h1,
    .about-editorial-grid h1 {
        font-size: clamp(40px, 11vw, 46px);
    }

    .premium-hero .eyebrow {
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    .premium-proof-list {
        display: none;
    }

    .premium-hero-copy > p:not(.eyebrow),
    .about-editorial-grid > div > p:not(.eyebrow) {
        font-size: 17px;
    }

    .premium-hero .hero-actions {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .premium-hero .hero-actions .button {
        width: 100%;
    }

    .facial-showcase::before {
        inset: -10px 10px 10px -10px;
    }

    .journey-line,
    .capability-matrix,
    .manifesto-grid {
        grid-template-columns: 1fr;
    }

    .editorial-heading {
        margin-bottom: 43px;
    }

    .journey-line li,
    .journey-line li:first-child {
        display: grid;
        min-height: 0;
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
        grid-template-columns: 48px 1fr;
        gap: 8px;
    }

    .journey-line h3 {
        margin: 0 0 8px;
    }

    .journey-product-flow {
        gap: 44px;
    }

    .journey-origin {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .journey-origin > img {
        width: min(100%, 620px);
    }

    .journey-line {
        margin-top: 50px;
    }

    .pwa-device-stage {
        min-height: clamp(390px, 91vw, 540px);
        padding-top: 8px;
    }

    .pwa-notebook-shell {
        width: 92%;
        padding: 8px 8px 12px;
        border-radius: 9px 9px 5px 5px;
    }

    .pwa-notebook-shell::after {
        height: 12px;
    }

    .pwa-phone-shell {
        bottom: 46px;
        width: 36%;
        padding: 6px;
        border-radius: 25px;
    }

    .pwa-phone-screen {
        border-radius: 20px;
    }

    .pwa-phone-speaker {
        top: 6px;
        height: 11px;
    }

    .native-app-demo {
        margin-top: 72px;
        padding-top: 52px;
        gap: 42px;
    }

    .native-app-demo.native-app-primary {
        margin-top: 0;
        padding-top: 0;
    }

    .pwa-followup {
        margin-top: 72px;
        padding-top: 52px;
    }

    .app-section .app-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-section .store-badge img {
        width: 100%;
        height: auto;
    }

    .capture-evidence-grid {
        margin-bottom: 40px;
        padding-bottom: 40px;
        gap: 40px;
    }

    .capture-evidence-media img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: center;
    }

    .capability-matrix article {
        min-height: 0;
        padding: 28px 0 36px;
        border-right: 0;
    }

    .capability-matrix h3 {
        margin-top: 32px;
    }

    .module-ledger {
        margin-top: 40px;
        padding-top: 36px;
    }

    .module-ledger li {
        padding: 16px 0;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .coverage-clean-grid {
        gap: 44px;
    }

    .coverage-clean-map {
        order: 2;
    }

    .coverage-clean-copy {
        order: 1;
    }

    .coverage-statement {
        font-size: 23px;
    }

    .coverage-proof-list div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .brand-origin-grid {
        gap: 42px;
    }

    .brand-origin-grid > img {
        width: 190px;
    }

    .legal-rail-grid {
        grid-template-columns: auto 1fr;
    }

    .legal-rail-grid .text-link {
        grid-column: 2;
    }

    .conversion-band {
        padding: 68px 0;
    }

    .conversion-band-grid,
    .about-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .conversion-actions {
        width: 100%;
    }

    .conversion-actions .button {
        width: 100%;
    }

    .about-editorial-hero {
        padding: 76px 0 72px;
    }

    .about-editorial-grid {
        gap: 55px;
    }

    .story-prose {
        padding-top: 27px;
    }

    .story-prose p {
        font-size: 17px;
    }

    .manifesto-grid article,
    .manifesto-grid article:first-child {
        min-height: 0;
        padding: 25px 0 30px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .manifesto-grid h3 {
        margin-top: 32px;
    }

    .identity-ledger div {
        align-items: start;
        padding: 18px 0;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .about-contact-band {
        padding: 64px 0;
    }
}

/* Ajustes compartilhados mantidos no fim da cascata. */
.premium-portal .section {
    padding: clamp(72px, 9vh, 96px) 0;
}

.premium-portal .section-title {
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.06;
}

.premium-hero {
    padding: 68px 0 72px;
}

.premium-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    gap: clamp(44px, 4vw, 64px);
}

.premium-hero-copy h1 {
    max-width: 610px;
    font-size: clamp(44px, 3.8vw, 60px);
    line-height: 1.02;
}

.premium-hero-copy > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.58;
}

.premium-hero .hero-actions {
    margin-top: 26px;
}

.facial-showcase-media {
    aspect-ratio: 16 / 10;
}

.facial-showcase video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
}

.native-app-demo {
    gap: clamp(42px, 5vw, 68px);
}

.native-app-copy h2 {
    font-size: clamp(30px, 3vw, 41px);
}

.pwa-followup {
    margin-top: 80px;
    padding-top: 54px;
}

.pwa-device-stage {
    min-height: 500px;
}

@media (min-width: 981px) and (max-height: 950px) {
    .premium-portal {
        --header-height: 72px;
    }

    .premium-portal .section {
        padding-block: 72px;
    }

    .premium-hero {
        padding-block: 56px 60px;
    }

    .premium-hero-copy h1 {
        font-size: clamp(42px, 3.5vw, 56px);
    }

    .facial-showcase-media {
        aspect-ratio: 16 / 9;
    }

    .pwa-device-stage {
        min-height: 460px;
    }
}

@media (max-width: 980px) {
    .premium-hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }
}

@media (max-width: 760px) {
    .premium-portal .section {
        padding: 64px 0;
    }

    .premium-hero {
        padding: 56px 0 60px;
    }

    .premium-hero-copy h1 {
        font-size: clamp(38px, 10vw, 46px);
    }

    .facial-showcase-media {
        aspect-ratio: 4 / 3;
    }

    .pwa-followup {
        margin-top: 64px;
        padding-top: 46px;
    }

    .pwa-device-stage {
        min-height: clamp(365px, 88vw, 470px);
    }
}

/* Proporção editorial do bloco Web/PWA. */
.pwa-editorial-grid {
    grid-template-columns: minmax(400px, 0.78fr) minmax(0, 1.22fr);
}

@media (max-width: 980px) {
    .pwa-editorial-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   Sistema tipográfico editorial — Home e Sobre
   -------------------------------------------------------------------------- */
.premium-portal {
    --title-display: clamp(40px, 3.3vw, 46px);
    --title-section: clamp(32px, 2.6vw, 38px);
    --title-subsection: clamp(27px, 2.15vw, 30px);
}

.premium-portal .premium-hero-copy h1,
.premium-portal .about-editorial-grid h1 {
    max-width: 100%;
    font-size: var(--title-display);
    letter-spacing: -0.05em;
    line-height: 1.02;
    text-wrap: balance;
}

.premium-portal .section-title,
.premium-portal .native-app-copy h2,
.premium-portal #pwa-title,
.premium-portal .rh-resources-heading h3,
.premium-portal .conversion-band h2,
.premium-portal .about-contact-band h2 {
    font-size: var(--title-section);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.06;
    text-wrap: balance;
}

.premium-portal #pwa-title {
    max-width: none;
}

.premium-portal .evidence-title {
    font-size: var(--title-subsection);
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-wrap: balance;
}

.premium-portal .title-lines > span {
    display: block;
    white-space: normal;
}

.premium-portal .title-lines-locked > span {
    white-space: nowrap;
}

.premium-portal .legal-rail h2 {
    line-height: 1.2;
    text-wrap: balance;
}

.premium-portal .manifesto-grid h3 {
    line-height: 1.16;
    text-wrap: balance;
}

@media (max-width: 900px) {
    .premium-portal {
        --title-display: clamp(36px, 5.2vw, 42px);
        --title-section: clamp(30px, 4.4vw, 34px);
        --title-subsection: clamp(26px, 3.8vw, 29px);
    }

    .premium-portal .about-editorial-hero {
        padding: 80px 0 76px;
    }

    .premium-portal .manifesto-grid {
        grid-template-columns: 1fr;
    }

    .premium-portal .manifesto-grid article,
    .premium-portal .manifesto-grid article:first-child {
        min-height: 0;
        padding: 26px 0 30px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .premium-portal .manifesto-grid h3 {
        margin-top: 26px;
    }

    .premium-portal .conversion-band-grid,
    .premium-portal .about-contact-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 560px) {
    .premium-portal {
        --title-display: clamp(29px, 7.7vw, 32px);
        --title-section: clamp(27px, 7vw, 30px);
        --title-subsection: 26px;
    }

    .premium-portal .eyebrow,
    .premium-portal .premium-hero .eyebrow {
        font-size: 12px;
        letter-spacing: 0.09em;
    }

    .premium-portal .about-editorial-grid h1 {
        letter-spacing: -0.07em;
    }
}

/* --------------------------------------------------------------------------
   Sobre — conteúdo institucional com ritmo compacto
   -------------------------------------------------------------------------- */
.portal-about .section {
    padding: 72px 0;
}

.portal-about .about-editorial-hero {
    padding: 56px 0 52px;
}

.portal-about .about-editorial-grid {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: clamp(48px, 7vw, 92px);
}

.portal-about .about-editorial-grid > div > p:not(.eyebrow) {
    max-width: 760px;
    margin: 20px 0 18px;
    font-size: 17px;
    line-height: 1.65;
}

.portal-about .official-clock-mark {
    width: 100%;
}

.portal-about .official-clock-mark img {
    width: min(100%, 280px);
}

.portal-about .official-clock-mark figcaption {
    max-width: max-content;
    margin-top: 12px;
    padding-top: 12px;
    color: #566e77;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.about-direction {
    padding: 64px 0;
    background: var(--navy-900);
    color: #ffffff;
}

.about-direction-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(56px, 8vw, 110px);
}

.about-direction .eyebrow {
    color: #8dddfb;
}

.about-direction .section-title {
    color: #ffffff;
}

.direction-ledger {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.direction-ledger article {
    display: grid;
    padding: 24px 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
}

.direction-index,
.about-timeline > li > span,
.about-values-ledger article > span {
    color: var(--orange-500);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.direction-ledger h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.18;
}

.direction-ledger p {
    max-width: 670px;
    margin: 0;
    color: #c7dce4;
    font-size: 15px;
    line-height: 1.68;
}

.about-section-heading {
    max-width: 790px;
    margin-bottom: 36px;
}

.about-timeline {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--navy-900);
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.about-timeline li {
    min-height: 196px;
    padding: 25px 30px 28px;
    border-right: 1px solid var(--line);
}

.about-timeline li:first-child {
    padding-left: 0;
}

.about-timeline li:last-child {
    padding-right: 0;
    border-right: 0;
}

.about-timeline h3 {
    margin: 34px 0 9px;
    color: var(--navy-950);
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.about-timeline p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.62;
}

.about-story-editorial .story-source-link {
    margin-top: 24px;
}

.about-values-section {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--surface-soft);
}

.about-values-ledger {
    display: grid;
    border-top: 1px solid var(--navy-900);
    border-left: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-values-ledger article {
    min-height: 168px;
    padding: 24px 27px 26px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-values-ledger h3 {
    margin: 30px 0 8px;
    color: var(--navy-950);
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.16;
    text-wrap: balance;
}

.about-values-ledger p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.58;
}

.portal-about .company-identity-grid {
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
    gap: clamp(55px, 8vw, 110px);
}

.portal-about .identity-ledger div {
    min-height: 62px;
}

.portal-about .identity-ledger a {
    color: var(--blue-700);
    text-decoration: underline;
    text-decoration-color: rgba(0, 107, 158, 0.32);
    text-underline-offset: 4px;
}

.portal-about .identity-ledger a:hover {
    color: var(--navy-900);
    text-decoration-color: currentColor;
}

@media (min-width: 681px) and (max-width: 980px) {
    .portal-about .about-editorial-hero {
        padding: 48px 0 46px;
    }

    .portal-about .about-editorial-grid {
        grid-template-columns: minmax(0, 1fr) 180px;
        gap: 32px;
    }

    .portal-about .official-clock-mark img {
        width: 180px;
    }
}

@media (max-width: 900px) {
    .portal-about .section {
        padding: 64px 0;
    }

    .about-direction {
        padding: 56px 0;
    }

    .about-direction-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-values-ledger {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portal-about .company-identity-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

@media (max-width: 680px) {
    .portal-about .section {
        padding: 56px 0;
    }

    .portal-about .about-editorial-hero {
        padding: 38px 0 34px;
    }

    .portal-about .about-editorial-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .portal-about .official-clock-mark {
        display: block;
        padding-top: 20px;
        border-top: 1px solid var(--line);
        text-align: center;
    }

    .portal-about .official-clock-mark img {
        width: 170px;
        margin-inline: auto;
    }

    .portal-about .official-clock-mark figcaption {
        margin: 12px auto 0;
        padding: 12px 0 0;
        border-top: 1px solid var(--line);
        border-left: 0;
        text-align: center;
        white-space: nowrap;
    }

    .about-direction {
        padding: 48px 0;
    }

    .portal-about .about-values-section {
        padding: 48px 0;
    }

    .direction-ledger article {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
    }

    .about-section-heading {
        margin-bottom: 28px;
    }

    .about-timeline {
        grid-template-columns: 1fr;
    }

    .about-timeline li,
    .about-timeline li:first-child,
    .about-timeline li:last-child {
        display: grid;
        min-height: 0;
        padding: 22px 0 24px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
        grid-template-columns: 66px minmax(0, 1fr);
        column-gap: 14px;
    }

    .about-timeline li > span {
        grid-row: 1 / span 2;
    }

    .about-timeline h3 {
        margin: 0 0 7px;
        grid-column: 2;
    }

    .about-timeline p {
        grid-column: 2;
    }

    .about-values-ledger article {
        min-height: 150px;
        padding: 20px 18px 22px;
    }

    .about-values-ledger h3 {
        margin-top: 22px;
        font-size: 18px;
    }

    .portal-about .identity-ledger div {
        min-height: 0;
        padding: 16px 0;
    }
}

@media (max-width: 480px) {
    .about-values-ledger {
        grid-template-columns: 1fr;
    }

    .about-values-ledger article {
        display: grid;
        min-height: 0;
        padding: 14px;
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 12px;
    }

    .about-values-ledger article > span {
        grid-row: 1 / span 2;
    }

    .about-values-ledger h3 {
        margin: 0 0 6px;
        grid-column: 2;
    }

    .about-values-ledger p {
        grid-column: 2;
    }
}

@media (max-width: 340px) {
    .portal-about .about-editorial-hero {
        padding: 24px 0 22px;
    }

    .portal-about .about-editorial-grid {
        gap: 20px;
    }

    .portal-about .official-clock-mark {
        padding-top: 16px;
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .portal-about .official-clock-mark img {
        width: 105px;
    }

    .about-values-ledger article {
        min-height: 0;
    }
}
