:root {
    --navy: #062d63;
    --navy-deep: #041e45;
    --blue: #0077cf;
    --cyan: #00a9e9;
    --green: #36a82b;
    --green-deep: #167c2c;
    --orange: #ff9200;
    --ink: #10243e;
    --muted: #5c6c7e;
    --line: #dce5ee;
    --paper: #ffffff;
    --soft: #f4f8fc;
    --shell: 1180px;
    --shadow: 0 24px 65px rgba(4, 39, 82, 0.12);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 10px 16px;
    border-radius: 8px;
    background: #fff;
    color: var(--navy);
    font-weight: 800;
    transform: translateY(-150%);
}

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

.dri-header {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid rgba(0,59,112,.12);
    background: rgba(247,251,255,.96);
    box-shadow: 0 4px 18px rgba(0,46,95,.14);
    backdrop-filter: blur(12px);
}

.nav-shell {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
}

.brand img {
    width: 68px;
    height: 68px;
    max-height: 68px;
    object-fit: contain;
}

.dri-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.dri-nav a {
    color: #003b70;
    font-size: 14px;
    font-weight: 700;
}

.dri-nav a:hover,
.dri-nav a:focus {
    color: #087fc1;
}

.dri-nav .nav-cta {
    padding: 11px 18px;
    border: 1px solid #087fc1;
    border-radius: 999px;
    color: #003b70;
}

.dri-nav .nav-cta:hover,
.dri-nav .nav-cta:focus {
    border-color: var(--orange);
    background: var(--orange);
    color: #1d2a38;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    background: rgba(0,59,112,.08);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background: #003b70;
}

.hero {
    position: relative;
    min-height: 800px;
    padding: 160px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 25%, rgba(0,169,233,.2), transparent 26%),
        linear-gradient(128deg, #031b3f 0%, #07366d 52%, #075083 100%);
    color: #fff;
}

.hero::after {
    position: absolute;
    right: -8%;
    bottom: -230px;
    width: 680px;
    height: 460px;
    border: 40px solid rgba(55,174,47,.22);
    border-left-color: transparent;
    border-radius: 50%;
    content: "";
    transform: rotate(-18deg);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.hero-orb-one {
    top: 220px;
    left: -180px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 0 80px rgba(0,169,233,.08);
}

.hero-orb-two {
    top: 110px;
    right: 8%;
    width: 80px;
    height: 80px;
    background: rgba(255,146,0,.18);
    filter: blur(12px);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 70px;
    align-items: center;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 34px;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    font-weight: 600;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #fff;
}

.eyebrow,
.section-kicker {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--green-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.eyebrow {
    color: #8ae67f;
}

.eyebrow span {
    display: inline-block;
    width: 34px;
    height: 2px;
    background: var(--orange);
}

.hero h1 {
    max-width: 720px;
    margin: 22px 0;
    font-size: clamp(44px, 5.1vw, 72px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.hero h1 em {
    color: #78dc6f;
    font-style: normal;
}

.hero-lead {
    max-width: 670px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.8;
}

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

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button-primary {
    background: var(--orange);
    color: #14243a;
    box-shadow: 0 14px 30px rgba(255,146,0,.2);
}

.button-primary:hover,
.button-primary:focus {
    background: #ffae2e;
}

.button-secondary {
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.button-secondary:hover,
.button-secondary:focus {
    border-color: #fff;
    background: rgba(255,255,255,.12);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 700;
}

.hero-proof i {
    margin-right: 6px;
    color: #7edf70;
}

.hero-product {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
    box-shadow: 0 40px 90px rgba(0,0,0,.24);
    backdrop-filter: blur(14px);
}

.product-glow {
    position: absolute;
    inset: 15% 5%;
    border-radius: 50%;
    background: rgba(0,169,233,.25);
    filter: blur(45px);
}

.hero-logo {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    object-fit: contain;
}

.mini-dashboard {
    position: relative;
    width: 88%;
    margin: -45px auto 0;
    padding: 20px;
    border: 1px solid rgba(0,46,95,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 22px 55px rgba(0,22,55,.24);
    color: var(--ink);
}

.mini-top,
.metric-row,
.visual-topbar,
.visual-legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-top {
    font-size: 11px;
    font-weight: 800;
}

.status-dot {
    color: var(--green-deep);
    font-size: 9px;
}

.status-dot::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--green);
    content: "";
}

.metric-row {
    gap: 8px;
    margin: 18px 0;
}

.metric-row div {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    background: var(--soft);
}

.metric-row small,
.metric-row strong {
    display: block;
}

.metric-row small {
    color: var(--muted);
    font-size: 8px;
}

.metric-row strong {
    margin-top: 2px;
    color: var(--navy);
    font-size: 10px;
}

.chart-bars {
    display: flex;
    height: 84px;
    align-items: flex-end;
    gap: 9px;
    padding: 12px 12px 0;
    border-radius: 10px;
    background: linear-gradient(#eef3f7 1px, transparent 1px);
    background-size: 100% 22px;
}

.chart-bars span {
    flex: 1;
    height: var(--bar);
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.chart-bars span:nth-child(3n) {
    background: linear-gradient(180deg, #74d95d, var(--green-deep));
}

.signal-band {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 86px;
    align-items: center;
}

.signal-grid span {
    min-height: 28px;
    padding: 4px 16px;
    border-right: 1px solid var(--line);
    color: #45566a;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.signal-grid span:last-child {
    border-right: 0;
}

.section {
    padding: 110px 0;
}

.section-heading {
    max-width: 760px;
}

.section-heading-centered {
    margin: 0 auto 56px;
    text-align: center;
}

.section-heading-centered .section-kicker {
    justify-content: center;
}

.section-heading h2,
.integration-copy h2,
.analytics-copy h2,
.fit-copy h2,
.final-cta h2 {
    margin: 14px 0 18px;
    color: var(--navy-deep);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.section-heading p,
.integration-copy > p,
.analytics-copy > p,
.fit-copy > p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.intro-section {
    background:
        radial-gradient(circle at 5% 30%, rgba(0,169,233,.08), transparent 24%),
        #f9fbfd;
}

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

.capability-card {
    position: relative;
    min-height: 285px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(4,46,95,.06);
}

.capability-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.featured-capability {
    grid-column: span 2;
    background: linear-gradient(145deg, #fff 0%, #f1f8ff 100%);
}

.capability-icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    font-size: 20px;
}

.capability-icon.blue { background: rgba(0,119,207,.11); color: var(--blue); }
.capability-icon.green { background: rgba(54,168,43,.12); color: var(--green-deep); }
.capability-icon.orange { background: rgba(255,146,0,.14); color: #d56c00; }
.capability-icon.cyan { background: rgba(0,169,233,.12); color: #0081b6; }

.card-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #b9c5d1;
    font-size: 12px;
    font-weight: 800;
}

.capability-card h3 {
    margin: 22px 0 10px;
    color: var(--navy-deep);
    font-size: 21px;
    line-height: 1.35;
}

.capability-card p,
.capability-card li {
    color: var(--muted);
    font-size: 14px;
}

.capability-card p {
    margin: 0;
}

.capability-card ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 24px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.capability-card li::before {
    margin-right: 8px;
    color: var(--green);
    content: "✓";
    font-weight: 800;
}

.integration-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 15%, rgba(0,169,233,.16), transparent 25%),
        linear-gradient(135deg, var(--navy-deep), #073e77);
    color: #fff;
}

.integration-grid {
    display: grid;
    grid-template-columns: 1fr .86fr;
    gap: 80px;
    align-items: center;
}

.light-kicker {
    color: #7dde72;
}

.integration-copy h2 {
    color: #fff;
}

.integration-copy > p {
    color: rgba(255,255,255,.68);
}

.integration-steps {
    display: grid;
    gap: 18px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.integration-steps li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    align-items: start;
}

.integration-steps > li > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #83df78;
    font-weight: 800;
}

.integration-steps strong {
    display: block;
    color: #fff;
    font-size: 16px;
}

.integration-steps p {
    margin: 3px 0 0;
    color: rgba(255,255,255,.62);
    font-size: 13px;
}

.architecture-card {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(12px);
}

.architecture-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.architecture-head i {
    color: #83df78;
}

.layer {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.08);
}

.layer > span {
    color: rgba(255,255,255,.42);
    font-size: 10px;
    font-weight: 800;
}

.layer strong,
.layer small {
    display: block;
}

.layer strong {
    color: #fff;
    font-size: 13px;
}

.layer small {
    color: rgba(255,255,255,.55);
    font-size: 10px;
}

.source-layer { border-left: 3px solid var(--cyan); }
.integration-layer { border-left: 3px solid var(--blue); }
.governance-layer { border-left: 3px solid var(--green); }
.performance-layer { border-left: 3px solid var(--orange); }
.delivery-layer { border-left: 3px solid #83df78; }

.flow-arrow {
    display: block;
    margin: 7px 0 7px 25px;
    color: rgba(255,255,255,.28);
    font-size: 11px;
}

.analytics-section {
    background: #fff;
}

.analytics-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center;
}

.analytics-visual {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}

.visual-topbar {
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
    background: #f7f9fb;
}

.visual-topbar div {
    display: flex;
    gap: 5px;
}

.visual-topbar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c7d0da;
}

.visual-topbar span:first-child { background: var(--orange); }
.visual-topbar span:nth-child(2) { background: var(--green); }
.visual-topbar small { color: var(--muted); font-size: 9px; font-weight: 700; }

.visual-body {
    padding: 28px;
}

.visual-stat span,
.visual-stat strong,
.visual-stat small {
    display: block;
}

.visual-stat span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.visual-stat strong { margin: 6px 0; color: var(--navy); font-size: 25px; }
.visual-stat small { color: #7b8998; font-size: 10px; }

.line-chart {
    position: relative;
    height: 220px;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 12px;
}

.chart-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(#e9eef3 1px, transparent 1px),
        linear-gradient(90deg, #e9eef3 1px, transparent 1px);
    background-size: 100% 44px, 84px 100%;
}

.line-chart svg {
    position: absolute;
    inset: 20px 0 0;
    width: 100%;
    height: 180px;
    filter: drop-shadow(0 6px 8px rgba(0,72,150,.11));
}

.visual-legend {
    gap: 16px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.visual-legend i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
}

.legend-blue { background: var(--blue); }
.legend-green { background: var(--green); }

.visual-badge {
    margin-left: auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(54,168,43,.1);
    color: var(--green-deep);
}

.analytics-points {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.analytics-points > div {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 15px;
}

.analytics-points > div > i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    background: var(--soft);
    color: var(--blue);
}

.analytics-points strong,
.analytics-points small {
    display: block;
}

.analytics-points strong {
    color: var(--navy-deep);
    font-size: 15px;
}

.analytics-points small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 13px;
}

.governance-section {
    background:
        radial-gradient(circle at 90% 20%, rgba(54,168,43,.08), transparent 26%),
        var(--soft);
}

.governance-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    max-width: none;
    align-items: end;
    margin-bottom: 52px;
}

.governance-heading p {
    padding-bottom: 10px;
}

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

.governance-grid article {
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.governance-grid i {
    color: var(--green-deep);
    font-size: 24px;
}

.governance-grid h3 {
    margin: 42px 0 10px;
    color: var(--navy-deep);
    font-size: 17px;
}

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

.fit-section {
    background: #fff;
}

.fit-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 80px;
    align-items: start;
}

.fit-copy {
    position: sticky;
    top: 40px;
}

.fit-cards {
    display: grid;
    gap: 16px;
}

.fit-cards article {
    display: grid;
    grid-template-columns: 90px 190px 1fr;
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.fit-cards span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fit-cards h3 {
    margin: 0;
    color: var(--navy-deep);
    font-size: 17px;
}

.fit-cards p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.faq-section {
    border-top: 1px solid var(--line);
    background: #fbfcfe;
}

.faq-shell {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--navy-deep);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary i {
    color: var(--blue);
    transition: transform .2s ease;
}

.faq-list details[open] summary i {
    transform: rotate(45deg);
}

.faq-list details p {
    margin: -2px 40px 24px 0;
    color: var(--muted);
    font-size: 14px;
}

.final-cta {
    padding: 0 0 100px;
    background: #fbfcfe;
}

.cta-card {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: center;
    padding: 60px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgba(0,169,233,.25), transparent 32%),
        linear-gradient(130deg, var(--navy-deep), #074783);
    color: #fff;
    box-shadow: var(--shadow);
}

.final-cta span {
    color: #83df78;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.final-cta h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
}

.final-cta p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 15px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.button-light {
    min-width: 170px;
    background: #fff;
    color: var(--navy);
}

.text-link {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.text-link i {
    margin-left: 6px;
    color: #83df78;
}

.dri-footer {
    padding: 70px 0 24px;
    background: #03172f;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 55px;
}

.footer-brand img {
    width: 170px;
    aspect-ratio: 3 / 2;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

.footer-brand p,
.footer-contact p {
    max-width: 280px;
    color: rgba(255,255,255,.48);
    font-size: 12px;
}

.footer-grid h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer-grid > div > a {
    display: block;
    margin: 9px 0;
    color: rgba(255,255,255,.58);
    font-size: 12px;
}

.footer-grid > div > a:hover,
.footer-grid > div > a:focus {
    color: #fff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.4);
    font-size: 11px;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #fff;
}

.wa-float-dri {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 3px solid rgba(255,255,255,.85);
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
    font-size: 24px;
}

.wa-float-dri:hover,
.wa-float-dri:focus {
    transform: translateY(-3px) scale(1.03);
}

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

@media (max-width: 1050px) {
    .hero-grid,
    .integration-grid,
    .analytics-grid {
        gap: 45px;
    }

    .hero-grid {
        grid-template-columns: 1fr 420px;
    }

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

    .fit-grid,
    .faq-shell {
        gap: 50px;
    }

    .fit-cards article {
        grid-template-columns: 70px 160px 1fr;
        gap: 16px;
    }
}

@media (max-width: 860px) {
    .dri-header {
        position: absolute;
    }

    .nav-toggle {
        display: block;
    }

    .dri-nav {
        position: fixed;
        top: 76px;
        right: 24px;
        left: 24px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 16px;
        background: rgba(3,23,47,.98);
        box-shadow: 0 20px 50px rgba(0,0,0,.3);
    }

    .dri-nav.is-open {
        display: flex;
    }

    .dri-nav a {
        padding: 12px 14px;
    }

    .dri-nav .nav-cta {
        margin-top: 8px;
        text-align: center;
    }

    .hero {
        min-height: auto;
        padding-top: 135px;
    }

    .hero-grid,
    .integration-grid,
    .analytics-grid,
    .governance-heading,
    .fit-grid,
    .faq-shell,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .hero-product {
        max-width: 570px;
        margin: 0 auto;
    }

    .signal-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 16px 0;
    }

    .signal-grid span {
        padding: 10px;
        border-right: 0;
    }

    .signal-grid span:last-child {
        grid-column: 1 / -1;
    }

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

    .featured-capability {
        grid-column: 1 / -1;
    }

    .governance-heading {
        gap: 12px;
    }

    .fit-copy {
        position: static;
    }

    .faq-shell {
        gap: 35px;
    }

    .cta-actions {
        flex-direction: row;
        align-items: center;
    }

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

@media (max-width: 620px) {
    .shell {
        width: min(100% - 32px, var(--shell));
    }

    .nav-shell {
        min-height: 76px;
    }

    .brand img {
        width: 125px;
    }

    .hero {
        padding: 120px 0 70px;
    }

    .hero h1 {
        font-size: 43px;
    }

    .hero-lead {
        font-size: 16px;
    }

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

    .hero-product {
        padding: 18px;
        border-radius: 20px;
    }

    .mini-dashboard {
        width: 94%;
        margin-top: -25px;
        padding: 14px;
    }

    .metric-row div {
        padding: 7px;
    }

    .section {
        padding: 75px 0;
    }

    .capability-grid,
    .governance-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .featured-capability {
        grid-column: auto;
    }

    .capability-card ul {
        grid-template-columns: 1fr;
    }

    .integration-grid,
    .analytics-grid {
        gap: 52px;
    }

    .architecture-card,
    .visual-body {
        padding: 20px;
    }

    .governance-grid article {
        min-height: 210px;
    }

    .fit-cards article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cta-card {
        gap: 35px;
        padding: 36px 24px;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-actions .button,
    .cta-actions .text-link {
        text-align: center;
    }

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

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

    .wa-float-dri {
        right: 16px;
        bottom: 16px;
    }
}

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

    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
