:root {
    color-scheme: light;
    --ink: #111820;
    --ink-soft: #2f3b45;
    --muted: #5d6b78;
    --canvas: #f7fafc;
    --paper: #ffffff;
    --steel: #d7e0e8;
    --steel-strong: #9caab7;
    --blue: #006ee6;
    --blue-dark: #003f91;
    --green: #15804b;
    --amber: #a66400;
    --amber-soft: #fff3d7;
    --radius: 6px;
    --shadow: 0 18px 50px rgba(17, 24, 32, 0.11);
    --shadow-soft: 0 10px 26px rgba(17, 24, 32, 0.08);
    font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    background: var(--canvas);
    color: var(--ink);
}

/* SEO technical guides — shared editorial layout */
.seo-page {
    background:
        linear-gradient(90deg, rgba(0, 110, 230, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 110, 230, 0.045) 1px, transparent 1px),
        #f6f9fb;
    background-size: 72px 72px;
}

.seo-hero {
    padding: 26px 0 clamp(54px, 7vw, 86px);
    border-bottom: 1px solid rgba(156, 170, 183, 0.45);
}

.seo-breadcrumb {
    margin-bottom: 28px;
}

.seo-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.seo-breadcrumb li + li::before {
    margin-right: 8px;
    color: var(--steel-strong);
    content: "/";
}

.seo-breadcrumb a {
    color: var(--blue-dark);
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(460px, 0.94fr);
    gap: clamp(34px, 4.5vw, 58px);
    align-items: center;
}

.seo-hero-copy h1 {
    max-width: 680px;
    margin: 10px 0 22px;
    font-size: clamp(42px, 4.25vw, 62px);
    line-height: 1.025;
    letter-spacing: -0.038em;
}

.seo-page-software-engenharia-de-manutencao .seo-hero-copy h1 {
    max-width: 650px;
    font-size: clamp(42px, 4vw, 58px);
}

.seo-lede {
    max-width: 680px;
    margin: 0;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.58;
}

.seo-hero-copy .hero-actions {
    margin-top: 28px;
}

.seo-hero-media,
.seo-detail-media {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 100, 124, 0.66);
    border-radius: var(--radius);
    background: #17232d;
    box-shadow: 0 26px 64px rgba(17, 38, 56, 0.2);
}

.seo-screen-label {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    background: #101820;
    color: #e8f0f7;
    font-size: 12px;
}

.seo-screen-label span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 17px 0 0 var(--amber), 34px 0 0 #8fa5b8;
}

.seo-screen-label strong {
    margin-left: 32px;
}

.seo-detail-media img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #252525;
}

.seo-hero-crop {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #252525;
}

.seo-hero-crop img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 72%;
    transform: scale(1.12);
    transform-origin: center 76%;
}

.seo-page-gestao-de-manutencao-industrial .seo-hero-crop img,
.seo-page-cmms-manutencao-industrial .seo-hero-crop img {
    object-position: center 78%;
    transform: scale(1.18);
}

.seo-page-oee-mtbf-mttr .seo-hero-crop img {
    object-position: center 76%;
    transform: scale(1.16);
}

.seo-hero-media figcaption,
.seo-detail-media figcaption {
    padding: 13px 15px;
    border-top: 1px solid rgba(156, 170, 183, 0.35);
    background: var(--paper);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.seo-signal {
    background: #101820;
    color: var(--paper);
}

.seo-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 0.82fr)) minmax(280px, 1.24fr);
}

.seo-signal article {
    position: relative;
    min-height: 190px;
    padding: 27px clamp(18px, 2.1vw, 28px);
}

.seo-signal article + article {
    border-left: 1px solid rgba(185, 199, 212, 0.25);
}

.seo-signal article:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -14px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(185, 199, 212, 0.38);
    background: #101820;
    color: #8cc5ff;
    content: "→";
    transform: translateY(-50%);
}

.seo-signal-index {
    float: right;
    color: #7890a5;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
}

.seo-signal article > p:first-of-type {
    margin: 0 0 23px;
    color: #62bdf8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.seo-signal h2 {
    margin: 0 0 8px;
    color: var(--paper);
    font-size: 22px;
}

.seo-signal article > p:last-child {
    margin: 0;
    color: #c4d0db;
    font-size: 14px;
    line-height: 1.5;
}

.seo-signal-media {
    min-width: 0;
    display: grid;
    grid-template-rows: 125px 1fr;
    margin: 0;
    border-left: 1px solid rgba(185, 199, 212, 0.25);
    background: #17232d;
}

.seo-signal-media img {
    width: 100%;
    height: 125px;
    display: block;
    object-fit: cover;
    object-position: center 72%;
}

.seo-signal-media figcaption {
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 12px 16px;
    border-top: 1px solid rgba(185, 199, 212, 0.25);
}

.seo-signal-media figcaption span {
    color: #62bdf8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-signal-media figcaption strong {
    color: #e8f0f7;
    font-size: 12px;
    line-height: 1.35;
}

.seo-section-intro {
    max-width: 780px;
    margin-bottom: 38px;
}

.seo-section-intro h2,
.seo-application h2,
.seo-fit h2,
.seo-final-cta h2 {
    margin: 8px 0 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.seo-editorial-list {
    border-top: 1px solid var(--steel-strong);
}

.seo-editorial-list article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: clamp(22px, 4vw, 56px);
    padding: 28px 0;
    border-bottom: 1px solid var(--steel);
}

.seo-editorial-list article > span,
.seo-flow-list li > span {
    color: var(--green);
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
}

.seo-editorial-list h3 {
    margin: 0 0 8px;
    font-size: 25px;
}

.seo-editorial-list p {
    max-width: 820px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.68;
}

.seo-application {
    border-block: 1px solid rgba(156, 170, 183, 0.45);
    background: var(--paper);
}

.seo-application-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: center;
}

.seo-capability-list {
    margin-top: 30px;
    border-top: 1px solid var(--steel);
}

.seo-capability-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--steel);
}

.seo-capability-list article > span {
    color: var(--blue);
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
}

.seo-capability-list h3,
.seo-capability-list p {
    margin: 0;
}

.seo-capability-list h3 {
    font-size: 18px;
}

.seo-capability-list p {
    margin-top: 5px;
    color: var(--muted);
    line-height: 1.5;
}

.seo-flow {
    background: linear-gradient(135deg, rgba(0, 110, 230, 0.08), transparent 46%);
}

.seo-flow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border: 1px solid var(--steel);
    list-style: none;
}

.seo-flow-list li {
    min-height: 244px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.88);
}

.seo-flow-list li + li {
    border-left: 1px solid var(--steel);
}

.seo-flow-list h3 {
    margin: 48px 0 9px;
    font-size: 21px;
}

.seo-flow-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.seo-fit {
    padding-top: 0;
}

.seo-fit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--steel-strong);
}

.seo-fit article {
    min-height: 310px;
    padding: clamp(30px, 5vw, 58px);
    background: var(--paper);
}

.seo-fit article + article {
    border-left: 1px solid var(--steel-strong);
    background: #101820;
    color: var(--paper);
}

.seo-fit article + article h2 {
    color: var(--paper);
}

.seo-fit article > p:last-child {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.65;
}

.seo-fit article + article > p:last-child {
    color: #c4d0db;
}

.seo-faq .faq-grid {
    align-items: start;
}

.seo-related {
    background: #eef4f8;
}

.seo-related-links {
    display: grid;
    border-top: 1px solid var(--steel-strong);
}

.seo-related-links a {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 24px 4px;
    border-bottom: 1px solid var(--steel);
    text-decoration: none;
}

.seo-related-links a:hover strong {
    color: var(--blue-dark);
}

.seo-related-links span {
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.seo-related-links strong {
    font-size: clamp(18px, 2.1vw, 27px);
    line-height: 1.2;
    transition: color 160ms ease;
}

.seo-related-links small {
    color: var(--blue);
    font-size: 24px;
}

.seo-final-cta {
    padding: clamp(54px, 7vw, 84px) 0;
    background: #dff3e7;
}

.seo-final-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: end;
}

.seo-final-cta h2 {
    max-width: 760px;
}

.seo-final-cta p:last-child {
    max-width: 760px;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.6;
}

.home-guide-section {
    border-block: 1px solid rgba(156, 170, 183, 0.45);
    background: #eef4f8;
}

.home-guide-index {
    display: grid;
    margin-top: 36px;
    border-top: 1px solid var(--steel-strong);
}

.home-guide-index a {
    display: grid;
    grid-template-columns: 46px minmax(230px, 0.62fr) minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 98px;
    padding: 18px 4px;
    border-bottom: 1px solid var(--steel);
    text-decoration: none;
}

.home-guide-index a:hover h3 {
    color: var(--blue-dark);
}

.home-guide-index span {
    color: var(--green);
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
    font-weight: 900;
}

.home-guide-index h3,
.home-guide-index p {
    margin: 0;
}

.home-guide-index h3 {
    font-size: 19px;
}

.home-guide-index p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.home-guide-index small {
    color: var(--blue);
    font-size: 20px;
}

@media (prefers-reduced-motion: no-preference) {
    .seo-hero-copy,
    .seo-hero-media,
    .seo-signal article,
    .seo-editorial-list article,
    .seo-application-grid,
    .seo-flow-list li {
        animation: rise-in 560ms ease both;
    }

    .seo-hero-media,
    .seo-signal article:nth-child(2),
    .seo-editorial-list article:nth-child(2),
    .seo-flow-list li:nth-child(2) {
        animation-delay: 80ms;
    }

    .seo-signal article:nth-child(3),
    .seo-editorial-list article:nth-child(3),
    .seo-flow-list li:nth-child(3) {
        animation-delay: 140ms;
    }
}

@media (max-width: 980px) {
    .seo-hero-grid,
    .seo-application-grid,
    .seo-final-cta-grid {
        grid-template-columns: 1fr;
    }

    .seo-hero-media,
    .seo-detail-media {
        width: min(100%, 820px);
    }

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

    .seo-signal article:nth-child(3),
    .seo-flow-list li:nth-child(n + 3) {
        border-top: 1px solid rgba(156, 170, 183, 0.35);
    }

    .seo-signal article:nth-child(3) {
        grid-column: 1;
    }

    .seo-signal article:nth-child(2)::after {
        display: none;
    }

    .seo-signal-media {
        border-top: 1px solid rgba(156, 170, 183, 0.35);
    }

    .seo-flow-list li:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .seo-hero {
        padding-top: 18px;
    }

    .seo-breadcrumb {
        margin-bottom: 22px;
    }

    .seo-breadcrumb li:last-child {
        max-width: none;
        line-height: 1.35;
        white-space: normal;
    }

    .seo-breadcrumb ol {
        align-items: flex-start;
    }

    .seo-hero-grid {
        gap: 28px;
    }

    .seo-hero-copy h1 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .seo-lede {
        font-size: 16px;
    }

    .seo-signal-grid,
    .seo-flow-list,
    .seo-fit-grid {
        grid-template-columns: 1fr;
    }

    .seo-signal article {
        min-height: 0;
        padding: 24px 20px;
    }

    .seo-signal article + article,
    .seo-signal-media,
    .seo-flow-list li + li,
    .seo-fit article + article {
        border-left: 0;
        border-top: 1px solid rgba(156, 170, 183, 0.38);
    }

    .seo-signal article::after {
        display: none;
    }

    .seo-signal-media {
        grid-template-rows: minmax(150px, 42vw) auto;
    }

    .seo-signal-media img {
        height: 100%;
    }

    .seo-editorial-list article {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 22px 0;
    }

    .seo-editorial-list h3 {
        font-size: 21px;
    }

    .seo-editorial-list p {
        font-size: 16px;
    }

    .seo-flow-list li {
        min-height: 0;
        padding: 24px 20px;
    }

    .seo-flow-list h3 {
        margin-top: 24px;
    }

    .seo-fit article {
        min-height: 0;
        padding: 30px 22px;
    }

    .seo-related-links a {
        grid-template-columns: 1fr auto;
        gap: 8px 14px;
    }

    .seo-related-links span {
        grid-column: 1 / -1;
    }

    .home-guide-index a {
        grid-template-columns: 34px 1fr auto;
        gap: 8px 12px;
    }

    .home-guide-index p {
        grid-column: 2 / -1;
    }
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    background:
        linear-gradient(90deg, rgba(0, 110, 230, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 110, 230, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #fafdff 0%, #eef4f9 48%, #f8fbfd 100%);
    background-size: 72px 72px, 72px 72px, auto;
    color: var(--ink);
}

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

a {
    color: inherit;
}

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

button {
    font: inherit;
    letter-spacing: 0;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid rgba(0, 110, 230, 0.32);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    transform: translateY(-160%);
    border: 1px solid var(--steel);
    border-radius: 4px;
    background: var(--paper);
    color: var(--blue-dark);
    font-weight: 750;
}

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

.shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid rgba(156, 170, 183, 0.38);
    background: rgba(247, 250, 252, 0.96);
    backdrop-filter: saturate(140%) blur(14px);
}

.header-grid {
    min-height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
}

.brand img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand span {
    display: grid;
    gap: 1px;
}

.brand strong {
    font-size: 18px;
    line-height: 1.1;
}

.brand small {
    color: var(--muted);
    font-size: 12px;
}

.header-login-short {
    display: none;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 2vw, 26px);
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 700;
}

.main-nav a,
.site-footer nav a,
.text-link {
    text-decoration: none;
}

.main-nav a:hover,
.site-footer nav a:hover,
.text-link:hover {
    color: var(--blue-dark);
}

.header-actions,
.hero-actions,
.download-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.locale-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 126px;
    min-height: 36px;
    border: 1px solid var(--steel);
    border-radius: 4px;
    overflow: hidden;
    background: var(--paper);
}

.locale-switch button {
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.locale-switch button + button {
    border-left: 1px solid var(--steel);
}

.locale-switch button[aria-pressed="true"] {
    background: var(--blue);
    color: var(--paper);
}

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-soft);
}

.button-small {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 13px;
}

.button-primary {
    background: var(--blue);
    color: var(--paper);
}

.button-primary:hover {
    background: var(--blue-dark);
}

.button-secondary {
    border-color: var(--steel);
    background: var(--paper);
    color: var(--ink);
}

.button-dark {
    background: var(--ink);
    color: var(--paper);
}

.text-link {
    color: var(--blue-dark);
    font-weight: 800;
}

.hero,
.download-hero {
    padding: clamp(54px, 7vw, 88px) 0 38px;
}

.hero {
    padding: clamp(40px, 5vw, 68px) 0 36px;
}

.hero .shell {
    width: min(1380px, calc(100% - 40px));
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.42fr);
    align-items: center;
    gap: clamp(28px, 3.5vw, 52px);
}

.download-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: clamp(34px, 5vw, 68px);
}

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

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 22px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 13ch;
    font-size: clamp(42px, 4.35vw, 58px);
    line-height: 1.01;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

h2 {
    margin-bottom: 16px;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.02;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
}

p {
    color: var(--muted);
    line-height: 1.65;
}

.hero-lede {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.52;
}

.download-hero {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 78% 18%, rgba(0, 110, 230, 0.09), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(247, 250, 252, 0.08));
}

.download-hero-grid {
    position: relative;
}

.download-hero-copy {
    min-width: 0;
}

.download-entitlements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0;
}

.download-entitlement {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding: 13px 14px;
    border: 1px solid rgba(156, 170, 183, 0.64);
    border-left: 4px solid var(--green);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(18, 37, 55, 0.08);
}

.download-entitlement-free {
    border-left-color: var(--blue);
}

.entitlement-code {
    min-width: 42px;
    padding-top: 2px;
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
}

.download-entitlement-free .entitlement-code {
    color: var(--blue-dark);
}

.download-entitlement strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.25;
}

.download-entitlement p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.download-hero .hero-actions .button-primary {
    min-height: 52px;
    padding-inline: 22px;
    box-shadow: 0 12px 24px rgba(0, 88, 184, 0.2);
}

.hero-license {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 14px;
    margin: 24px 0 0;
}

.hero-license div {
    padding: 14px;
    border-left: 4px solid var(--green);
    background: rgba(255, 255, 255, 0.75);
}

.hero-license dt {
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-license dd {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
    line-height: 1.35;
}

.product-stage,
.download-figure {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(156, 170, 183, 0.7);
    border-radius: var(--radius);
    background: #101820;
    box-shadow: var(--shadow);
}

.stage-toolbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #e8eef4;
    font-size: 13px;
}

.stage-toolbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--steel-strong);
}

.stage-toolbar span:nth-child(1) {
    background: var(--amber);
}

.stage-toolbar span:nth-child(2) {
    background: var(--green);
}

.stage-toolbar strong {
    margin-left: 8px;
}

.hero-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: contain;
    object-position: center;
    background: #101820;
}

.stage-note {
    width: 100%;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: baseline;
    gap: 4px 18px;
    padding: 14px 16px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: #101820;
    color: var(--paper);
}

.stage-note strong,
.stage-note span {
    display: block;
}

.stage-note span {
    margin-top: 0;
    color: #cdd8e2;
    font-size: 13px;
    line-height: 1.45;
}

.proof-strip {
    padding: 22px 0;
    border-block: 1px solid rgba(156, 170, 183, 0.42);
    background: rgba(255, 255, 255, 0.72);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid rgba(156, 170, 183, 0.45);
    background: rgba(156, 170, 183, 0.45);
}

.proof-grid div {
    min-height: 116px;
    padding: 18px;
    background: var(--paper);
}

.proof-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 18px;
}

.proof-grid span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.section {
    padding: clamp(62px, 8vw, 104px) 0;
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(34px, 6vw, 72px);
    align-items: start;
}

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

.wide-heading {
    max-width: 920px;
}

.tour-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 244, 249, 0.92)),
        var(--canvas);
}

.tour-player-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.62fr);
    gap: 22px;
    margin-top: 34px;
    align-items: stretch;
}

.tour-video-frame {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(156, 170, 183, 0.72);
    border-radius: var(--radius);
    background: #101820;
    box-shadow: var(--shadow);
}

.tour-video-frame video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    align-self: center;
    display: block;
    background: #101820;
}

.tour-video-frame figcaption,
.module-stage figcaption,
.evidence-grid figcaption {
    padding: 13px 15px;
    border-top: 1px solid rgba(156, 170, 183, 0.45);
    background: var(--paper);
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
}

.tour-chapters {
    display: grid;
    gap: 12px;
}

.tour-chapters article {
    min-height: 120px;
    padding: 18px;
    border: 1px solid rgba(156, 170, 183, 0.62);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
}

.tour-chapters span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--green);
    font-weight: 900;
}

.tour-chapters strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 17px;
}

.tour-chapters p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.capability-grid,
.pricing-grid,
.availability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.capability-grid article,
.plan-card,
.availability-card,
.service-list article,
.faq-grid details {
    border: 1px solid rgba(156, 170, 183, 0.62);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.capability-grid article {
    min-height: 210px;
    padding: 24px;
}

.capability-index {
    display: inline-flex;
    margin-bottom: 26px;
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
}

.workflow-section {
    background:
        linear-gradient(135deg, rgba(0, 110, 230, 0.08), transparent 42%),
        var(--paper);
}

.workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 36px;
    border: 1px solid var(--steel);
    background: var(--steel);
}

.workflow-grid article {
    min-height: 250px;
    padding: 26px;
    background: var(--paper);
}

.workflow-grid article + article {
    border-left: 1px solid var(--steel);
}

.workflow-grid span {
    display: block;
    margin-bottom: 52px;
    color: var(--blue);
    font-weight: 900;
}

.workflow-media-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    border: 0;
    background: transparent;
}

.workflow-media-grid article {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    column-gap: 28px;
    align-items: center;
    min-height: 0;
    border: 1px solid var(--steel);
}

.workflow-media-grid article + article {
    border-left: 1px solid var(--steel);
}

.workflow-media-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    align-self: center;
    display: block;
    margin-bottom: 0;
    border: 1px solid rgba(156, 170, 183, 0.7);
    border-radius: var(--radius);
    object-fit: contain;
    object-position: center;
    background: #eaf0f5;
}

.media-zoom-trigger {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: #101820;
    color: var(--paper);
    cursor: zoom-in;
    text-align: left;
}

.workflow-image-button {
    align-self: center;
    overflow: hidden;
    border-radius: var(--radius);
}

.media-zoom-cue {
    min-height: 32px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: #101820;
    color: #e8eef4;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.02em;
}

.media-zoom-cue::before {
    content: "+";
    color: #63afff;
    font-size: 16px;
    line-height: 1;
}

.workflow-copy {
    display: grid;
    align-content: center;
    gap: 12px;
    max-width: 520px;
}

.workflow-media-grid span {
    margin-bottom: 0;
}

.workflow-media-grid h3 {
    margin-bottom: 6px;
}

.workflow-media-grid p {
    max-width: 520px;
}

.media-grid {
    display: grid;
    grid-template-columns: 1.26fr 0.74fr;
    gap: 18px;
    margin-top: 36px;
}

.media-grid figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(156, 170, 183, 0.7);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow-soft);
}

.media-grid figure:not(.media-feature) {
    min-height: 238px;
}

.media-feature {
    grid-row: span 3;
}

.media-grid img,
.media-grid video {
    width: 100%;
    height: 100%;
    min-height: 215px;
    display: block;
    object-fit: cover;
}

.media-feature img {
    min-height: 620px;
}

.media-grid figcaption,
.download-figure figcaption {
    padding: 13px 15px;
    border-top: 1px solid rgba(156, 170, 183, 0.45);
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 700;
}

.product-tour-section {
    background: #fafdff;
}

.module-explorer {
    margin-top: 36px;
    border: 1px solid rgba(156, 170, 183, 0.7);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow);
}

.module-tabs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    border-bottom: 1px solid rgba(156, 170, 183, 0.55);
    background: #f0f5f9;
}

.module-tabs button {
    min-height: 54px;
    border: 0;
    border-right: 1px solid rgba(156, 170, 183, 0.48);
    background: transparent;
    color: var(--ink-soft);
    cursor: pointer;
    font-weight: 900;
}

.module-tabs button:last-child {
    border-right: 0;
}

.module-tabs button:hover,
.module-tabs button[aria-selected="true"] {
    background: var(--blue);
    color: var(--paper);
}

.module-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.44fr) minmax(280px, 0.56fr);
    gap: 0;
}

.module-stage figure {
    margin: 0;
    min-width: 0;
    border-right: 1px solid rgba(156, 170, 183, 0.55);
}

.module-image-button {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: #101820;
    cursor: zoom-in;
}

.module-image-button img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: contain;
    background: #101820;
}

.evidence-grid .module-image-button img {
    object-fit: contain;
    object-position: center;
    background: #eaf0f5;
}

.module-copy {
    padding: clamp(22px, 3vw, 34px);
}

.module-copy h3 {
    font-size: clamp(28px, 3vw, 38px);
}

.module-copy p {
    color: var(--ink-soft);
}

.module-points {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.module-points li {
    padding: 13px 14px;
    border-left: 4px solid var(--green);
    background: #f4f8fb;
    color: var(--ink-soft);
    font-weight: 750;
    line-height: 1.42;
}

.evidence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.evidence-grid figure {
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(156, 170, 183, 0.7);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow-soft);
}

.evidence-grid figure:first-child {
    grid-column: 1 / -1;
}

.evidence-grid figcaption {
    flex: 1;
}

.media-lightbox[hidden] {
    display: none;
}

.media-lightbox {
    position: fixed;
    z-index: 80;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
}

.media-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 24, 32, 0.82);
}

.media-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    max-height: min(92vh, 820px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.media-lightbox-dialog img {
    width: 100%;
    max-height: calc(92vh - 82px);
    display: block;
    object-fit: contain;
    background: #101820;
}

.media-lightbox-dialog figcaption {
    padding: 14px 18px;
    color: var(--ink-soft);
    font-weight: 750;
}

.media-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: var(--radius);
    background: rgba(16, 24, 32, 0.86);
    color: var(--paper);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.pricing-section {
    background: linear-gradient(180deg, #f6fafc 0%, #ffffff 100%);
}

.pricing-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 36px;
}

.plan-card {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.plan-card p:not(.plan-kicker) {
    flex: 1;
}

.plan-kicker {
    margin-bottom: 30px;
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.plan-accent {
    border-top: 5px solid var(--green);
}

.download-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 30px;
    padding: clamp(28px, 5vw, 46px);
    border: 1px solid var(--steel);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(0, 110, 230, 0.12), rgba(21, 128, 75, 0.08)),
        var(--paper);
    box-shadow: var(--shadow);
}

.download-status {
    align-self: stretch;
    padding: 24px;
    border: 1px solid rgba(166, 100, 0, 0.32);
    border-radius: var(--radius);
    background: var(--amber-soft);
}

.download-status-ready {
    border-color: rgba(21, 128, 75, 0.34);
    background: #e9f8ef;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.status-pending {
    background: #ffe2a8;
    color: #744400;
}

.status-ready {
    background: #ccefd9;
    color: #075c32;
}

.services-section {
    background:
        linear-gradient(90deg, rgba(21, 128, 75, 0.09), transparent 54%),
        #f8fbfd;
}

.service-list {
    display: grid;
    gap: 14px;
}

.service-list article {
    padding: 24px;
}

.faq-section {
    background: var(--paper);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.faq-grid details {
    padding: 0;
}

.faq-grid summary {
    padding: 18px 20px;
    cursor: pointer;
    color: var(--ink);
    font-weight: 850;
}

.faq-grid p {
    margin: 0;
    padding: 0 20px 20px;
}

.site-footer {
    padding: 34px 0;
    border-top: 1px solid rgba(156, 170, 183, 0.45);
    background: #101820;
    color: var(--paper);
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.footer-brand small {
    color: #b9c7d4;
}

.site-footer nav {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    color: #dce5ee;
    font-size: 14px;
    font-weight: 750;
}

.download-figure {
    margin: 0;
    border-color: rgba(74, 100, 124, 0.62);
    background: #dce8f0;
    box-shadow: 0 24px 56px rgba(18, 37, 55, 0.2);
}

.download-figure img {
    width: 100%;
    min-height: 0;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #242424;
}

.download-showcase-header {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--ink);
    color: #e8f0f7;
}

.download-showcase-header::before {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 18px 0 0 var(--amber), 36px 0 0 #8fa5b8;
    content: "";
}

.download-showcase-header span {
    flex: 1;
    padding-left: 28px;
    color: #b9c7d4;
    font-size: 11px;
    font-weight: 750;
}

.download-showcase-header strong {
    font-size: 12px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.showcase-primary {
    margin: 14px 14px 12px;
    overflow: hidden;
    border: 1px solid rgba(74, 100, 124, 0.72);
    background: #242424;
}

.showcase-primary span,
.showcase-shot span {
    display: block;
    padding: 8px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: #18232d;
    color: #e8f0f7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.showcase-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 14px 14px;
}

.showcase-shot {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 100, 124, 0.72);
    background: #242424;
}

.availability-card h2 {
    font-size: clamp(25px, 2.4vw, 34px);
}

.availability-card .availability-offer {
    padding: 10px 12px;
    border-left: 4px solid var(--blue);
    background: #eaf4ff;
    color: var(--blue-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
}

.availability-card code {
    overflow-wrap: anywhere;
    word-break: break-all;
}

.availability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.availability-card {
    min-width: 0;
    min-height: 310px;
    padding: 24px;
}

.availability-card p {
    overflow-wrap: anywhere;
}

.availability-warning {
    border-color: rgba(166, 100, 0, 0.42);
    background: linear-gradient(180deg, var(--amber-soft), var(--paper));
}

.availability-ready {
    border-color: rgba(21, 128, 75, 0.42);
    background: linear-gradient(180deg, #e9f8ef, var(--paper));
}

.download-steps {
    margin: 0;
    padding-left: 24px;
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.8;
}

@media (prefers-reduced-motion: no-preference) {
    .hero-copy,
    .product-stage,
    .proof-grid,
    .section-heading,
    .capability-grid article,
    .workflow-grid article,
    .media-grid figure,
    .plan-card,
    .download-panel,
    .availability-card {
        animation: rise-in 560ms ease both;
    }

    .product-stage,
    .capability-grid article:nth-child(2),
    .workflow-grid article:nth-child(2),
    .plan-card:nth-child(2),
    .availability-card:nth-child(2) {
        animation-delay: 80ms;
    }

    .capability-grid article:nth-child(3),
    .workflow-grid article:nth-child(3),
    .plan-card:nth-child(3),
    .availability-card:nth-child(3) {
        animation-delay: 140ms;
    }

    @keyframes rise-in {
        from {
            opacity: 0;
            transform: translateY(14px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 980px) {
    .site-header {
        position: relative;
        backdrop-filter: none;
    }

    .header-grid {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 18px;
        padding: 10px 0;
    }

    .brand {
        grid-column: 1;
        grid-row: 1;
    }

    .header-actions {
        grid-column: 2;
        grid-row: 1;
        flex-wrap: nowrap;
    }

    .main-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px 20px;
        overflow: visible;
        padding: 0;
    }

    .hero {
        padding: 34px 0 30px;
    }

    .hero-grid,
    .download-hero-grid,
    .two-column,
    .download-panel,
    .tour-player-grid,
    .module-stage {
        grid-template-columns: 1fr;
    }

    .download-hero-grid {
        gap: 30px;
    }

    .download-figure {
        width: min(100%, 820px);
    }

    .hero-grid {
        gap: 0;
    }

    .hero-copy {
        display: contents;
    }

    .hero .eyebrow {
        order: 1;
        margin-bottom: 12px;
    }

    .hero h1 {
        max-width: 100%;
        order: 2;
        margin-bottom: 16px;
        font-size: clamp(40px, 6.1vw, 50px);
        line-height: 1.02;
    }

    .hero-lede {
        max-width: 720px;
        order: 3;
        margin-bottom: 18px;
    }

    .product-stage {
        order: 4;
    }

    .hero-actions {
        order: 5;
        margin-top: 20px;
    }

    .hero-license {
        order: 6;
        margin-top: 16px;
    }

    .media-zoom-cue {
        display: flex;
    }

    .proof-grid,
    .workflow-grid,
    .pricing-grid,
    .availability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .availability-card {
        min-width: 0;
    }

    .workflow-media-grid {
        grid-template-columns: 1fr;
    }

    .media-grid,
    .evidence-grid {
        grid-template-columns: 1fr;
    }

    .module-stage figure {
        border-right: 0;
        border-bottom: 1px solid rgba(156, 170, 183, 0.55);
    }

    .media-feature {
        grid-row: auto;
    }

    .media-feature img {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .shell {
        width: min(100% - 28px, 1180px);
    }

    .hero .shell {
        width: min(100% - 28px, 1180px);
    }

    .hero-actions,
    .download-actions,
    .footer-grid {
        align-items: stretch;
        flex-direction: column;
    }

    .download-hero {
        padding: 34px 0 28px;
    }

    .download-entitlements,
    .showcase-support-grid {
        grid-template-columns: 1fr;
    }

    .download-entitlements {
        margin: 18px 0;
    }

    .download-entitlement {
        padding: 12px;
    }

    .download-showcase-header {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .download-showcase-header span {
        min-width: calc(100% - 52px);
    }

    .download-showcase-header strong {
        width: 100%;
        padding-left: 66px;
    }

    .showcase-primary {
        margin: 10px 10px 8px;
    }

    .showcase-support-grid {
        gap: 8px;
        margin: 0 10px 10px;
    }

    .header-grid {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 10px;
        padding: 8px 0;
    }

    .brand {
        gap: 8px;
    }

    .brand img {
        width: 36px;
        height: 36px;
    }

    .brand strong {
        font-size: 17px;
    }

    .brand small {
        display: none;
    }

    .header-actions {
        gap: 6px;
        flex-wrap: nowrap;
    }

    .header-login-full {
        display: none;
    }

    .header-login-short {
        display: inline;
    }

    .header-actions .locale-switch {
        width: 72px;
        min-height: 34px;
    }

    .header-actions .locale-switch button {
        font-size: 10px;
    }

    .header-actions .button {
        width: auto;
        min-height: 34px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .main-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        border-top: 1px solid rgba(156, 170, 183, 0.45);
        border-left: 1px solid rgba(156, 170, 183, 0.45);
    }

    .main-nav a {
        min-height: 34px;
        display: grid;
        place-items: center;
        padding: 6px 4px;
        border-right: 1px solid rgba(156, 170, 183, 0.45);
        border-bottom: 1px solid rgba(156, 170, 183, 0.45);
        font-size: 11px;
        text-align: center;
    }

    .locale-switch,
    .button,
    .text-link {
        width: 100%;
    }

    h1 {
        font-size: clamp(36px, 10.25vw, 42px);
        line-height: 1.02;
    }

    .hero {
        padding: 22px 0 28px;
    }

    .hero h1 {
        max-width: 100%;
        margin-bottom: 12px;
        font-size: clamp(30px, 8.7vw, 34px);
        line-height: 1.03;
    }

    .hero .eyebrow {
        margin-bottom: 9px;
        font-size: 11px;
    }

    .hero-lede {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.45;
    }

    .hero-actions {
        gap: 8px;
        margin-top: 14px;
    }

    .hero-actions .button {
        min-height: 42px;
    }

    .hero-actions .text-link {
        padding: 5px 0;
        text-align: center;
    }

    .hero-license {
        gap: 8px;
        margin-top: 14px;
    }

    .hero-license div {
        padding: 10px 12px;
    }

    .hero-license dd {
        font-size: 13px;
    }

    h2 {
        font-size: 31px;
    }

    .hero-license,
    .proof-grid,
    .capability-grid,
    .workflow-grid,
    .tour-player-grid,
    .pricing-grid,
    .faq-grid,
    .availability-grid,
    .evidence-grid {
        grid-template-columns: 1fr;
    }

    .module-tabs {
        grid-template-columns: repeat(4, minmax(72px, 1fr));
        overflow-x: auto;
    }

    .module-tabs button {
        min-height: 48px;
    }

    .workflow-grid article + article {
        border-left: 0;
        border-top: 1px solid var(--steel);
    }

    .workflow-media-grid article {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .workflow-grid span {
        margin-bottom: 24px;
    }

    .workflow-media-grid span {
        margin-bottom: 0;
    }

    .product-stage {
        margin-inline: 0;
    }

    .stage-toolbar {
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .stage-note {
        grid-template-columns: 1fr;
        padding: 10px 12px;
    }

    .stage-note strong {
        font-size: 13px;
    }

    .stage-note span {
        display: none;
    }

    .hero-video {
        aspect-ratio: 16 / 9;
    }

    .media-lightbox {
        padding: 12px;
    }

    .media-lightbox-dialog img {
        max-height: calc(92vh - 104px);
    }
}

@media (max-width: 640px) {
    .main-nav.seo-main-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* V1.4.0 — real analytics evidence and illustrated manual */
.analytics-showcase {
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 110, 230, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(0, 110, 230, 0.045) 1px, transparent 1px),
        #edf4f8;
    background-size: 54px 54px;
}

.analytics-heading {
    max-width: 870px;
}

.analytics-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.analytics-card {
    grid-column: span 5;
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 100, 124, 0.65);
    border-radius: var(--radius);
    background: #101820;
    box-shadow: 0 20px 44px rgba(17, 38, 56, 0.14);
}

.analytics-card-wide {
    grid-column: span 7;
}

.analytics-card .module-image-button {
    flex: 0 0 auto;
}

.analytics-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: contain;
    background: #202428;
}

.analytics-card figcaption {
    flex: 1;
    display: grid;
    gap: 5px;
    padding: 15px 17px 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #d6e1ea;
    line-height: 1.48;
}

.analytics-card figcaption strong {
    color: #ffffff;
    font-size: 17px;
}

.analytics-card figcaption span {
    color: #b9c8d4;
    font-size: 14px;
}

.manual-showcase {
    background:
        linear-gradient(135deg, rgba(0, 110, 230, 0.2), transparent 46%),
        #101820;
    color: #ffffff;
}

.manual-showcase-grid,
.download-manual-grid {
    display: grid;
    grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(42px, 6vw, 80px);
    align-items: center;
}

.manual-preview-stack {
    position: relative;
    min-height: 580px;
}

.manual-preview-stack img {
    position: absolute;
    height: auto;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.manual-cover-preview {
    left: 0;
    bottom: 18px;
    width: min(43%, 220px);
    transform: rotate(-2deg);
}

.manual-page-preview {
    right: 0;
    top: 0;
    width: min(76%, 390px);
    transform: rotate(1deg);
}

.manual-copy h2 {
    max-width: 720px;
    margin-bottom: 20px;
}

.manual-showcase .manual-copy p:not(.eyebrow) {
    color: #cad7e1;
}

.manual-proof-list {
    display: grid;
    gap: 11px;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.manual-proof-list li {
    position: relative;
    padding-left: 27px;
    color: #e5edf4;
    font-weight: 750;
}

.manual-proof-list li::before {
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    background: var(--green);
    color: #ffffff;
    content: "✓";
    font-size: 11px;
}

.manual-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.manual-showcase .button-secondary {
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #ffffff;
}

.download-manual-section {
    background:
        linear-gradient(90deg, rgba(21, 128, 75, 0.08), transparent 58%),
        #f6fafc;
}

.download-manual-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
}

.download-manual-preview {
    width: min(100%, 390px);
    justify-self: end;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(74, 100, 124, 0.58);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
}

.download-manual-preview img {
    width: 100%;
    height: auto;
    display: block;
}

.download-manual-preview figcaption {
    padding: 13px 15px;
    border-top: 1px solid rgba(156, 170, 183, 0.45);
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.5;
}

.manual-file-note {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

@media (max-width: 980px) {
    .analytics-card,
    .analytics-card-wide {
        grid-column: span 6;
    }

    .manual-showcase-grid,
    .download-manual-grid {
        grid-template-columns: 1fr;
    }

    .manual-preview-stack {
        width: min(100%, 670px);
        min-height: 550px;
        justify-self: center;
    }

    .download-manual-preview {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .analytics-grid {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 24px;
    }

    .analytics-card,
    .analytics-card-wide {
        grid-column: 1;
    }

    .manual-preview-stack {
        min-height: 390px;
    }

    .manual-cover-preview {
        width: 38%;
    }

    .manual-page-preview {
        width: 72%;
    }

    .manual-actions {
        flex-direction: column;
    }

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