﻿@media(max-width:800px) {
    .aria-logo {
        width: 125px !important;
        max-height: 36px !important
    }
}


.aria-logo {
    width: 150px !important;
    height: auto !important;
    max-height: 42px !important;
    object-fit: contain !important;
    display: block !important;
}

:root {
    --bg: #03060b;
    --text: #f4f7ff;
    --muted: #91a0b7;
    --cyan: #54E7FF;
    --blue: #168CFF;
    --violet: #315DFF;
    --line: rgba(140,180,220,.16);
    --panel: rgba(5,10,18,.72);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x: hidden;
}

/* Full-site LetterGlitch background */
#letter-glitch {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: #000;
    overflow: hidden;
}

    #letter-glitch canvas {
        width: 100%;
        height: 100%;
        display: block;
        opacity: .42;
    }

    #letter-glitch .center-vignette {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle,rgba(0,0,0,.82) 0%,rgba(0,0,0,.18) 43%,rgba(0,0,0,.38) 100%);
    }

    #letter-glitch .tint {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 35%,rgba(73,215,255,.055),transparent 35%), radial-gradient(circle at 78% 60%,rgba(184,108,255,.045),transparent 38%);
        mix-blend-mode: screen;
    }

.site {
    position: relative;
    z-index: 1;
}

.nav {
    position: sticky;
    top: 18px;
    width: min(1160px,calc(100% - 40px));
    margin: 18px auto 0;
    height: 64px;
    border: 1px solid rgba(180,210,240,.18);
    border-radius: 40px;
    background: rgba(3,7,13,.62);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    z-index: 20;
}

.logo {
    font-weight: 800;
    letter-spacing: .13em;
    font-size: 15px;
}

    .logo span {
        color: var(--cyan)
    }

.navlinks {
    display: flex;
    gap: 28px;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #aab6c8
}

    .navlinks a {
        color: inherit;
        text-decoration: none
    }

        .navlinks a:hover {
            color: white
        }

section {
    width: min(1160px,calc(100% - 40px));
    margin: auto;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.eyebrow {
    color: var(--cyan);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

h1, h2, h3, p {
    margin: 0
}

.hero h1 {
    max-width: 1050px;
    font-size: clamp(60px,9vw,132px);
    line-height: .88;
    letter-spacing: -.065em;
    font-weight: 800;
}

.gradient {
    background: linear-gradient(100deg,var(--cyan) 0%,#63a7ff 45%,var(--violet) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-copy {
    max-width: 720px;
    margin-top: 38px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.7;
}

.actions {
    display: flex;
    gap: 12px;
    margin-top: 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 999px;
    border: 1px solid rgba(73,215,255,.45);
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(4,11,18,.6);
}

    .btn.primary {
        background: linear-gradient(100deg,#54E7FF,#9a82ff,#d96cff);
        color: #02050a;
        border: 0;
    }

.two-col {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
    align-items: center;
}

.display {
    font-size: clamp(50px,6.5vw,92px);
    line-height: .93;
    letter-spacing: -.055em;
    font-weight: 800;
}

.bodycopy {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    margin-top: 50px;
}

.card {
    min-height: 220px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--panel);
    backdrop-filter: blur(12px);
}

    .card .num {
        color: var(--cyan);
        font-size: 10px;
        letter-spacing: .18em;
        font-weight: 800;
    }

    .card h3 {
        margin-top: 35px;
        font-size: 24px;
        line-height: 1.08;
        letter-spacing: -.03em;
    }

    .card p {
        margin-top: 18px;
        color: var(--muted);
        line-height: 1.6;
        font-size: 14px;
    }

.flow {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin-top: 60px;
}

.flow-item {
    border-top: 1px solid rgba(73,215,255,.35);
    padding: 22px 10px 0 0;
}

    .flow-item strong {
        display: block;
        font-size: 17px
    }

    .flow-item span {
        display: block;
        color: #cddbea;
        font-size: 15px;
        line-height: 1.55;
        margin-top: 12px
    }

.dashboard {
    margin-top: 55px;
    border: 1px solid rgba(120,170,220,.2);
    border-radius: 28px;
    background: rgba(3,8,15,.78);
    backdrop-filter: blur(18px);
    padding: 24px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px;
}

.dash-main, .dash-side {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 25px;
    background: rgba(5,10,18,.65);
}

.metric {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

    .metric strong {
        font-size: 54px;
        letter-spacing: -.05em
    }

    .metric span {
        color: var(--cyan);
        font-size: 11px;
        letter-spacing: .15em
    }

.bars {
    height: 150px;
    display: flex;
    align-items: end;
    gap: 6px;
    margin-top: 24px;
}

    .bars i {
        flex: 1;
        height: var(--h);
        border-radius: 4px 4px 0 0;
        background: linear-gradient(to top,var(--cyan),var(--violet));
        opacity: .7;
    }

.signal {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

    .signal:last-child {
        border-bottom: 0
    }

    .signal small {
        color: var(--cyan);
        font-size: 9px;
        letter-spacing: .16em
    }

    .signal p {
        margin-top: 8px;
        color: #dbe3ef;
        font-size: 14px;
        line-height: 1.5
    }

.ask {
    max-width: 850px;
    margin-top: 50px;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 26px;
    background: rgba(3,8,15,.8);
    backdrop-filter: blur(18px);
}

.question {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}

.answer {
    margin-top: 25px;
    padding: 20px;
    border-left: 2px solid var(--cyan);
    background: rgba(73,215,255,.045);
    color: var(--muted);
    line-height: 1.7;
}

.language {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 45px;
}

    .language span {
        padding: 12px 16px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: rgba(3,8,15,.6);
        color: #cbd5e4;
        font-size: 13px;
    }

.big-statement {
    text-align: center;
    align-items: center;
}

    .big-statement h2 {
        max-width: 1050px;
        font-size: clamp(52px,7vw,105px);
        line-height: .92;
        letter-spacing: -.06em;
    }

    .big-statement p {
        max-width: 650px;
        margin-top: 35px;
        color: var(--muted);
        font-size: 18px;
        line-height: 1.7;
    }

footer {
    width: min(1160px,calc(100% - 40px));
    margin: auto;
    padding: 30px 0 45px;
    border-top: 1px solid var(--line);
    color: #65748a;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

@media(max-width:800px) {

    .navlinks {
        display: block;
        padding-left: 40px;
    }
  

    section {
        min-height: auto;
        padding: 110px 0
    }

    .two-col, .dashboard {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .cards {
        grid-template-columns: 1fr
    }

    .flow {
        grid-template-columns: 1fr 1fr
    }

    .hero h1 {
        font-size: 64px
    }
}

/* Anti-copy */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    html::-webkit-scrollbar {
        display: none;
    }

body {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


/* ===== ARIA v2 REAL VISUAL PASS ===== */
:root {
    --bg: #02070d;
    --text: #f7fbff;
    --muted: #c5d3e3;
    --cyan: #54E7FF;
    --blue: #168CFF;
    --violet: #315DFF;
    --line: rgba(120,205,245,.18);
    --panel: rgba(3,10,18,.80);
}

/* Make all secondary copy unmistakably readable. */
.hero-copy,
.bodycopy,
.flow-item span,
.card p,
.signal p,
.faq-card p,
.answer,
.language span,
.language-stream .stream-track span {
    color: #d9e6f4 !important;
    text-shadow: 0 1px 10px rgba(0,0,0,.55);
}

.hero-copy {
    font-size: 21px !important;
    line-height: 1.85 !important;
    max-width: 780px !important
}

.bodycopy {
    font-size: 20px !important;
    line-height: 1.82 !important;
    max-width: 720px !important
}

.flow-item span {
    font-size: 16px !important;
    line-height: 1.65 !important
}

.card p, .faq-card p {
    font-size: 16px !important;
    line-height: 1.72 !important
}

.answer {
    font-size: 16px !important;
    line-height: 1.75 !important
}

/* Headings breathe instead of collapsing together. */
.display {
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
}

.hero h1 {
    line-height: .94 !important
}

/* Every section label gets breathing room. */
.eyebrow {
    margin-bottom: 48px !important;
    padding-top: 30px !important;
}

/* Cards become interactive. */
.card,
.faq-card,
.ask,
.dash-main,
.dash-side {
    transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease,background .35s ease !important;
}

    .card:hover,
    .faq-card:hover,
    .ask:hover,
    .dash-main:hover,
    .dash-side:hover {
        transform: translateY(-7px) !important;
        border-color: rgba(84,231,255,.46) !important;
        box-shadow: 0 22px 70px rgba(0,90,180,.16),inset 0 0 35px rgba(84,231,255,.035) !important;
    }

/* 02 — larger process descriptions */
.flow {
    gap: 16px !important;
}

.flow-item {
    min-height: 125px !important;
    padding: 26px 18px 0 0 !important;
}

    .flow-item strong {
        font-size: 20px !important;
    }

    .flow-item span {
        margin-top: 13px !important;
    }

/* 03 — heading spacing + animated analytics dashboard */
.dashboard {
    position: relative !important;
    overflow: hidden !important;
    border-color: rgba(84,231,255,.28) !important;
    box-shadow: 0 24px 100px rgba(0,70,160,.16) !important;
}

    .dashboard::before {
        content: "";
        position: absolute;
        width: 65%;
        height: 2px;
        left: -70%;
        top: 0;
        background: linear-gradient(90deg,transparent,#54E7FF,#168CFF,transparent);
        box-shadow: 0 0 22px rgba(84,231,255,.75);
        animation: dashboardScan 4.5s ease-in-out infinite;
        z-index: 4;
    }

    .dashboard::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 25% 70%,rgba(84,231,255,.06),transparent 32%), radial-gradient(circle at 78% 28%,rgba(49,93,255,.07),transparent 30%);
        pointer-events: none;
    }

@keyframes dashboardScan {
    0% {
        left: -70%;
        opacity: 0
    }

    12% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        left: 110%;
        opacity: 0
    }
}

.metric strong {
    text-shadow: 0 0 28px rgba(84,231,255,.16);
}

.bars i {
    background: linear-gradient(to top,#54E7FF,#168CFF) !important;
    animation: barFloat 2.4s ease-in-out infinite alternate !important;
}

    .bars i:nth-child(2n) {
        animation-delay: .25s !important
    }

    .bars i:nth-child(3n) {
        animation-delay: .55s !important
    }

@keyframes barFloat {
    from {
        transform: scaleY(.78);
        opacity: .45
    }

    to {
        transform: scaleY(1);
        opacity: .92
    }
}

/* 04 — force a real gap between label and card grid */
section:nth-of-type(4) .eyebrow {
    margin-bottom: 58px !important;
}

section:nth-of-type(4) .cards {
    margin-top: 10px !important;
}

/* 05 — FAQ section */
.faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 16px !important;
    margin-top: 42px !important;
}

.faq-card {
    min-height: 190px !important;
    padding: 26px !important;
    border: 1px solid var(--line) !important;
    border-radius: 22px !important;
    background: rgba(3,10,18,.80) !important;
    backdrop-filter: blur(14px) !important;
}

    .faq-card small {
        color: var(--cyan) !important;
        font-size: 10px !important;
        letter-spacing: .18em !important;
    }

    .faq-card h3 {
        margin-top: 18px !important;
        font-size: 22px !important;
        line-height: 1.15 !important;
    }

/* 06 — reduce heading and add scrolling language intelligence panel */
section:nth-of-type(6) .display {
    font-size: clamp(43px,5.1vw,72px) !important;
    line-height: 1.02 !important;
}

.language-stream {
    width: 100% !important;
    max-width: 620px !important;
    margin-top: 34px !important;
    padding: 17px 20px !important;
    border: 1px solid rgba(84,231,255,.24) !important;
    border-radius: 20px !important;
    background: rgba(3,10,18,.78) !important;
    box-shadow: inset 0 0 40px rgba(84,231,255,.025) !important;
    overflow: hidden !important;
}

.stream-label {
    color: var(--cyan) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .18em !important;
    margin-bottom: 13px !important;
}

.stream-window {
    height: 48px !important;
    overflow: hidden !important;
}

.stream-track {
    gap: 10px !important;
    animation: languageScroll 10s linear infinite !important;
}

    .stream-track span {
        font-size: 16px !important;
    }

@keyframes languageScroll {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-220px)
    }
}

/* 07 — smaller heading + label pushed down */
section:nth-of-type(7) .eyebrow {
    margin-bottom: 54px !important;
    padding-top: 36px !important;
}

section:nth-of-type(7) .display {
    font-size: clamp(43px,5.1vw,72px) !important;
    line-height: 1.03 !important;
}

/* Stronger language chips. */
.language {
    gap: 12px !important;
}

    .language span {
        color: #e3edf8 !important;
        font-size: 14px !important;
        padding: 13px 17px !important;
    }

/* Mobile */
@media(max-width:800px) {
    .bodycopy {
        font-size: 18px !important
    }

    .hero-copy {
        font-size: 18px !important
    }

    .faq-grid {
        grid-template-columns: 1fr !important
    }

    .flow {
        grid-template-columns: 1fr 1fr !important
    }

    section:nth-of-type(6) .display,
    section:nth-of-type(7) .display {
        font-size: 43px !important
    }
}

/* ---------- HERO ---------- */
.hero .eyebrow {
    margin-bottom: 26px !important
}

.hero h1 {
    max-width: 980px !important;
    overflow: visible !important;
    word-break: normal !important;
    overflow-wrap: normal !important
}

/* ---------- 01 ---------- */
section:nth-of-type(2) > .eyebrow {
    padding-top: 42px !important;
    margin-bottom: 34px !important
}

section:nth-of-type(2) .display {
    max-width: 760px !important;
    font-size: clamp(46px,5.4vw,78px) !important;
    line-height: 1.02 !important;
    overflow: visible !important;
    word-break: normal !important;
}

.section-head-copy {
    min-width: 0
}

.section-under-heading {
    margin-top: 26px !important;
    max-width: 700px !important
}

/* ---------- 02 ---------- */
section:nth-of-type(3) > .eyebrow {
    margin-bottom: 32px !important
}

section:nth-of-type(3) .display {
    max-width: 900px !important;
    overflow: visible !important;
    word-break: normal !important
}

/* ---------- 03 ---------- */
section:nth-of-type(4) > .eyebrow {
    margin-bottom: 30px !important
}

section:nth-of-type(4) .display {
    max-width: 850px !important;
    font-size: clamp(47px,5.8vw,84px) !important;
    line-height: 1.02 !important;
    overflow: visible !important;
}

.metric {
    align-items: center !important
}

    .metric strong {
        font-variant-numeric: tabular-nums;
        min-width: 170px
    }

.metric-sub {
    margin-top: 5px;
    color: #b9c9da;
    font-size: 10px;
    letter-spacing: .16em
}

.chart-mode {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a9bed2;
    font-size: 10px;
    letter-spacing: .15em
}

.mode-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #54E7FF;
    box-shadow: 0 0 12px #54E7FF;
    animation: modePulse 1.3s ease-in-out infinite
}

@keyframes modePulse {
    50% {
        opacity: .35;
        transform: scale(.7)
    }
}

.chart-stage {
    position: relative;
    height: 190px;
    margin-top: 24px
}

    .chart-stage .bars {
        height: 190px;
        margin-top: 0;
        transition: opacity .7s ease,transform .7s ease
    }

.line-chart {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 190px;
    opacity: 0;
    transform: scaleY(.7);
    transform-origin: center;
    transition: opacity .8s ease,transform .8s ease
}

.chart-stage.line-mode .bars {
    opacity: 0;
    transform: scaleY(.35)
}

.chart-stage.line-mode .line-chart {
    opacity: 1;
    transform: scaleY(1)
}

#signalDot {
    filter: drop-shadow(0 0 7px #54E7FF)
}

.dashboard {
    margin-top: 44px !important
}

/* ---------- 04 ---------- */
section:nth-of-type(5) > .eyebrow {
    margin-bottom: 34px !important
}

/* ---------- 05 ---------- */
section:nth-of-type(6) {
    padding-top: 150px !important
}

    section:nth-of-type(6) > .eyebrow {
        margin-bottom: 34px !important
    }

.faq-list {
    margin-top: 48px;
    border-top: 1px solid rgba(120,205,245,.2)
}

.faq-row {
    display: grid;
    grid-template-columns: 55px 1fr 32px;
    gap: 18px;
    align-items: start;
    padding: 27px 8px;
    border-bottom: 1px solid rgba(120,205,245,.15);
    transition: background .3s ease,padding .3s ease,border-color .3s ease;
}

    .faq-row > span {
        color: #54E7FF;
        font-size: 10px;
        letter-spacing: .15em;
        padding-top: 5px
    }

    .faq-row h3 {
        font-size: 23px;
        line-height: 1.15
    }

    .faq-row p {
        max-width: 780px;
        margin-top: 9px;
        color: #cddbea;
        font-size: 15px;
        line-height: 1.65
    }

    .faq-row > b {
        font-size: 24px;
        font-weight: 300;
        color: #54E7FF;
        transition: transform .3s ease
    }

    .faq-row:hover {
        background: rgba(84,231,255,.035);
        padding-left: 18px;
        padding-right: 18px;
        border-color: rgba(84,231,255,.28)
    }

        .faq-row:hover > b {
            transform: rotate(45deg)
        }

/* ---------- 06 ---------- */
section:nth-of-type(7) {
    padding-top: 170px !important
}

    section:nth-of-type(7) > .eyebrow {
        margin-bottom: 34px !important
    }

    section:nth-of-type(7) .display {
        max-width: 760px !important;
        font-size: clamp(42px,4.8vw,70px) !important;
        line-height: 1.03 !important;
        overflow: visible !important;
    }

.language-stream {
    max-width: 650px !important;
    height: 120px !important;
    margin-top: 38px !important;
    padding: 16px 20px !important;
    overflow: hidden !important;
}

.stream-window {
    height: 72px !important;
    overflow: hidden !important
}

.stream-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 11px !important;
    animation: languageCredits 18s linear infinite !important;
}

    .stream-track span {
        font-size: 15px !important;
        color: #dce9f6 !important;
        line-height: 1.2 !important
    }

@keyframes languageCredits {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-315px)
    }
}

/* ---------- 07 ---------- */
section:nth-of-type(8) {
    padding-top: 190px !important
}

    section:nth-of-type(8) > .eyebrow {
        margin-bottom: 34px !important
    }

    section:nth-of-type(8) .display {
        max-width: 780px !important;
        font-size: clamp(42px,4.8vw,70px) !important;
        line-height: 1.03 !important;
        overflow: visible !important;
    }

/* Global overflow protection for headings without clipping them. */
section h1, section h2, section h3 {
    overflow: visible !important;
    word-break: normal !important;
    overflow-wrap: normal !important
}

@media(max-width:800px) {
    section:nth-of-type(2) .display,
    section:nth-of-type(4) .display,
    section:nth-of-type(7) .display,
    section:nth-of-type(8) .display {
        font-size: 43px !important
    }

    .faq-row {
        grid-template-columns: 38px 1fr 25px
    }

        .faq-row h3 {
            font-size: 19px
        }

    section:nth-of-type(8) {
        padding-top: 150px !important
    }
}



/* ================= HERO ================= */
.hero h1 {
    letter-spacing: -.035em !important;
    word-spacing: .06em !important;
}

.hero {
    padding-top: 80px !important;
    padding-bottom: 150px !important;
}

/* ================= 01 ================= */
/* Strong section separation */
section:nth-of-type(2) {
    padding-top: 175px !important;
}

    section:nth-of-type(2) .two-col {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    section:nth-of-type(2) .display {
        max-width: 850px !important;
        font-size: clamp(45px,5.2vw,76px) !important;
        line-height: 1.04 !important;
        letter-spacing: -.045em !important;
        overflow: visible !important;
    }

    section:nth-of-type(2) .section-under-heading {
        max-width: 760px !important;
        margin-top: 30px !important;
    }

/* ================= 03 ================= */
/* More air before analytics section */
section:nth-of-type(4) {
    padding-top: 175px !important;
}

/* ================= 04 ================= */
/* More air before intelligence modules */
section:nth-of-type(5) {
    padding-top: 175px !important;
}

/* ================= 05 FAQ ================= */
/* Clean aligned FAQ rows, plus opens answer on hover */
.faq-list {
    width: min(920px,100%) !important;
    margin-top: 50px !important;
    border-top: 1px solid rgba(120,205,245,.20) !important;
}

.faq-row {
    display: grid !important;
    grid-template-columns: 54px minmax(0,1fr) 38px !important;
    column-gap: 22px !important;
    align-items: center !important;
    min-height: 92px !important;
    padding: 22px 10px !important;
    border-bottom: 1px solid rgba(120,205,245,.15) !important;
    position: relative !important;
}

    .faq-row > span {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        border: 1px solid rgba(84,231,255,.22) !important;
        border-radius: 50% !important;
        color: #54E7FF !important;
        font-size: 9px !important;
    }

    .faq-row > div {
        min-width: 0 !important;
    }

    .faq-row h3 {
        margin: 0 !important;
        font-size: 21px !important;
        line-height: 1.25 !important;
    }

    .faq-row p {
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        margin: 0 !important;
        color: #d5e1ef !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
        transition: max-height .4s ease,opacity .3s ease,margin .3s ease !important;
    }

    .faq-row > b {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        border: 1px solid rgba(84,231,255,.24) !important;
        border-radius: 50% !important;
        font-size: 23px !important;
        font-weight: 300 !important;
        color: #54E7FF !important;
        transition: transform .3s ease,background .3s ease !important;
    }

    .faq-row:hover {
        background: rgba(84,231,255,.035) !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

        .faq-row:hover p {
            max-height: 100px !important;
            opacity: 1 !important;
            margin-top: 10px !important;
        }

        .faq-row:hover > b {
            transform: rotate(45deg) !important;
            background: rgba(84,231,255,.08) !important;
        }

/* ================= 06 ================= */
/* Compact language intelligence visual instead of a long empty strip */
section:nth-of-type(7) .two-col {
    grid-template-columns: 1fr .65fr !important;
    gap: 70px !important;
}

.language-stream {
    width: 220px !important;
    max-width: 220px !important;
    height: 270px !important;
    margin: 0 auto !important;
    padding: 18px !important;
    border-radius: 24px !important;
    position: relative !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 50% 50%,rgba(84,231,255,.08),transparent 60%), rgba(3,10,18,.82) !important;
}

    .language-stream:before,
    .language-stream:after {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        height: 35px;
        z-index: 2;
        pointer-events: none;
    }

    .language-stream:before {
        top: 0;
        background: linear-gradient(to bottom,rgba(3,10,18,1),transparent);
    }

    .language-stream:after {
        bottom: 0;
        background: linear-gradient(to top,rgba(3,10,18,1),transparent);
    }

.stream-label {
    position: relative;
    z-index: 3;
    margin-bottom: 16px !important;
    font-size: 8px !important;
}

.stream-window {
    height: 205px !important;
}

.stream-track {
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    animation: languageCreditsCompact 14s linear infinite !important;
}

    .stream-track span {
        font-size: 17px !important;
        line-height: 1.1 !important;
    }

@keyframes languageCreditsCompact {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-330px)
    }
}

/* Keep the normal language chips below compact */
section:nth-of-type(7) .language {
    margin-top: 32px !important;
}

/* ================= 07 ================= */
section:nth-of-type(8) {
    padding-top: 190px !important;
}

    section:nth-of-type(8) .display {
        max-width: 760px !important;
        font-size: clamp(43px,5vw,70px) !important;
        line-height: 1.03 !important;
    }

@media(max-width:800px) {
    .hero {
        padding-top: 60px !important;
        padding-bottom: 110px !important
    }

    section:nth-of-type(2),
    section:nth-of-type(4),
    section:nth-of-type(5) {
        padding-top: 125px !important
    }

        section:nth-of-type(2) .two-col {
            grid-template-columns: 1fr !important
        }

        section:nth-of-type(2) .display {
            font-size: 43px !important
        }

    section:nth-of-type(7) .two-col {
        grid-template-columns: 1fr !important
    }

    .language-stream {
        margin: 30px auto 0 !important
    }

    section:nth-of-type(8) {
        padding-top: 140px !important
    }
}

/* ---------- spacing: hero -> 01 ---------- */
.hero {
    padding-bottom: 72px !important;
}

section:nth-of-type(2) {
    padding-top: 88px !important;
}

/* ---------- spacing: 02 -> 03 ---------- */
section:nth-of-type(4) {
    padding-top: 108px !important;
}

/* ---------- 05: clean, equal FAQ cards ---------- */
.ask-grid {
    width: min(1180px,100%);
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px;
    align-items: stretch;
}

    .ask-grid .ask {
        width: auto !important;
        max-width: none !important;
        min-height: 310px;
        margin: 0 !important;
        padding: 30px !important;
        border-radius: 24px !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
    }

.ask-index {
    color: var(--cyan);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 700;
    margin-bottom: 30px;
}

.ask-grid .question {
    font-size: 23px !important;
    line-height: 1.35 !important;
    max-width: 620px;
}

.ask-grid .answer {
    margin-top: auto !important;
    padding: 18px 18px 18px 20px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.ask-grid .ask:hover {
    transform: translateY(-6px) !important;
}

/* ---------- 06: stream + bubbles side by side ---------- */
.language-intelligence {
    width: min(900px,100%);
    margin-top: 48px;
    display: grid;
    grid-template-columns: 250px minmax(0,1fr);
    align-items: center;
    gap: 58px;
}

    .language-intelligence .language-stream {
        width: 250px !important;
        max-width: 250px !important;
        height: 330px !important;
        margin: 0 !important;
        padding: 18px !important;
        box-sizing: border-box !important;
    }

    .language-intelligence .stream-window {
        height: 265px !important;
        overflow: hidden !important;
    }

    .language-intelligence .stream-track {
        animation: languageCreditsInfinite 22s linear infinite !important;
        will-change: transform;
    }

        .language-intelligence .stream-track span {
            font-size: 18px !important;
            line-height: 1.15 !important;
            padding: 5px 0 !important;
        }

@keyframes languageCreditsInfinite {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

/* Fade only the top/bottom of the stream — no visible cut line */
.language-intelligence .language-stream:before,
.language-intelligence .language-stream:after {
    left: 0 !important;
    right: 0 !important;
    height: 55px !important;
}

.language-intelligence .language-stream:before {
    top: 0 !important;
}

.language-intelligence .language-stream:after {
    bottom: 0 !important;
}

/* Existing language bubbles become the companion panel */
.language-intelligence .language {
    margin: 0 !important;
    width: auto !important;
    max-width: 430px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
}

    .language-intelligence .language span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 76px !important;
        padding: 12px 15px !important;
        border: 1px solid rgba(84,231,255,.24) !important;
        border-radius: 999px !important;
        background: rgba(5,14,23,.72) !important;
        box-shadow: 0 8px 30px rgba(0,0,0,.18) !important;
        font-size: 13px !important;
        line-height: 1 !important;
        transition: transform .3s ease,border-color .3s ease,background .3s ease !important;
    }

        .language-intelligence .language span:hover {
            transform: translateY(-4px) !important;
            border-color: rgba(84,231,255,.7) !important;
            background: rgba(84,231,255,.07) !important;
        }

/* Mobile */
@media(max-width:800px) {
    .hero {
        padding-bottom: 55px !important
    }

    section:nth-of-type(2) {
        padding-top: 70px !important
    }

    section:nth-of-type(4) {
        padding-top: 85px !important
    }

    .ask-grid {
        grid-template-columns: 1fr !important
    }

        .ask-grid .ask {
            min-height: 0 !important
        }

    .language-intelligence {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

        .language-intelligence .language-stream {
            margin: 0 auto !important;
        }

        .language-intelligence .language {
            max-width: none !important;
            justify-content: center !important;
        }
}

/* 1 — pull the hero upward toward the navigation */
.hero {
    padding-top: 22px !important;
    padding-bottom: 18px !important;
    min-height: 640px !important;
}

/* 2 — reduce the visual gap between hero and section 01 */
section:nth-of-type(2) {
    padding-top: 38px !important;
    min-height: 700px !important;
}

/* 3 — reduce the visual gap between 03 and 04 */
section:nth-of-type(4) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    min-height: 650px !important;
}

/* 4 — ALL six insight / FAQ boxes use the same dimensions */
.ask-grid,
.faq-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-auto-rows: 300px !important;
    align-items: stretch !important;
}

    .ask-grid .ask,
    .faq-grid .faq-card {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
        box-sizing: border-box !important;
    }

    /* Keep the two upper question cards visually consistent */
    .ask-grid .ask {
        padding: 30px !important;
    }

    .ask-grid .answer {
        margin-top: auto !important;
    }

    /* Keep FAQ cards internally aligned */
    .faq-grid .faq-card {
        display: flex !important;
        flex-direction: column !important;
    }

        .faq-grid .faq-card h3 {
            min-height: 58px !important;
        }

        .faq-grid .faq-card p {
            margin-top: auto !important;
        }

/* 5 — compact the live language stream so the section doesn't feel empty */
.language-intelligence {
    width: min(760px,100%) !important;
    grid-template-columns: 190px minmax(0,1fr) !important;
    gap: 34px !important;
    margin-top: 38px !important;
}

    .language-intelligence .language-stream {
        width: 190px !important;
        max-width: 190px !important;
        height: 245px !important;
        padding: 15px !important;
    }

    .language-intelligence .stream-window {
        height: 184px !important;
    }

    .language-intelligence .stream-track span {
        font-size: 16px !important;
        padding: 4px 0 !important;
    }

    .language-intelligence .language {
        max-width: 390px !important;
        gap: 10px !important;
    }

        .language-intelligence .language span {
            min-width: 68px !important;
            padding: 10px 13px !important;
            font-size: 12px !important;
        }

@media(max-width:800px) {
    .hero {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        min-height: 560px !important;
    }

    section:nth-of-type(2) {
        padding-top: 30px !important;
        min-height: 650px !important;
    }

    section:nth-of-type(4) {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        min-height: 600px !important;
    }

    .ask-grid,
    .faq-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: 300px !important;
    }

    .language-intelligence {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

        .language-intelligence .language-stream {
            margin: 0 auto !important;
        }
}

/* 01 / 02 / 04 — loosen heading letter spacing */
section:nth-of-type(2) .display,
section:nth-of-type(3) .display,
section:nth-of-type(5) .display {
    letter-spacing: -0.018em !important;
    word-spacing: 0.025em !important;
}

/* 05 — restore a compact, intentional FAQ layout.
   The screenshot showed the answer area being pushed to the bottom,
   creating huge empty spaces. */
.ask-grid {
    align-items: stretch !important;
    grid-auto-rows: minmax(0,1fr) !important;
}

    .ask-grid .ask {
        min-height: 260px !important;
        height: 260px !important;
        padding: 28px 30px !important;
        justify-content: flex-start !important;
    }

        .ask-grid .ask .ask-index {
            margin-bottom: 22px !important;
        }

        .ask-grid .ask .question {
            font-size: 22px !important;
            line-height: 1.28 !important;
        }

        .ask-grid .ask .answer {
            margin-top: 18px !important;
            padding: 16px 18px 16px 20px !important;
            font-size: 15px !important;
            line-height: 1.55 !important;
        }

/* 06 — only two languages visible at once */
.language-intelligence .language-stream {
    height: 180px !important;
    padding: 16px 18px !important;
}

.language-intelligence .stream-window {
    height: 112px !important;
}

.language-intelligence .stream-track {
    gap: 10px !important;
}

    .language-intelligence .stream-track span {
        font-size: 17px !important;
        padding: 3px 0 !important;
    }

/* 06 → 07 — pull section 07 closer */
section:nth-of-type(8) {
    padding-top: 100px !important;
}

/* Keep mobile sane */
@media(max-width:800px) {
    section:nth-of-type(2) .display,
    section:nth-of-type(3) .display,
    section:nth-of-type(5) .display {
        letter-spacing: -0.025em !important;
    }

    .ask-grid .ask {
        height: auto !important;
        min-height: 220px !important;
    }

    .language-intelligence .language-stream {
        height: 180px !important;
    }

    section:nth-of-type(8) {
        padding-top: 75px !important;
    }
}

/* =========================================================
   05 — COMPLETE REBUILD
   Six cards. One grid. One sizing system.
   ========================================================= */
#ask {
    padding-bottom: 120px !important;
}

.conversation-qa-grid {
    width: 100%;
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-template-rows: repeat(2,270px);
    gap: 20px;
    align-items: stretch;
}

.conversation-qa {
    min-width: 0;
    height: 270px;
    box-sizing: border-box;
    padding: 26px 28px;
    border: 1px solid rgba(140,180,220,.16);
    border-radius: 22px;
    background: rgba(3,10,18,.82);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

    .conversation-qa:hover {
        transform: translateY(-5px);
        border-color: rgba(84,231,255,.42);
        background: rgba(5,16,27,.92);
        box-shadow: 0 18px 45px rgba(0,0,0,.25);
    }

.qa-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

    .qa-top span {
        color: #54E7FF;
        font-family: var(--mono);
        font-size: 9px;
        line-height: 1;
        letter-spacing: .17em;
        font-weight: 700;
    }

    .qa-top b {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(84,231,255,.28);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #54E7FF;
        font-size: 19px;
        font-weight: 300;
        line-height: 1;
        transition: transform .3s ease,background .3s ease;
    }

.conversation-qa:hover .qa-top b {
    transform: rotate(45deg);
    background: rgba(84,231,255,.08);
}

.conversation-qa h3 {
    margin: 0;
    max-width: 100%;
    color: #f4f7ff;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.012em;
}

.conversation-qa p {
    margin: 16px 0 0;
    color: #b9c8da;
    font-size: 14px;
    line-height: 1.55;
    max-width: 100%;
}

/* =========================================================
   06 — shorter language stream
   ========================================================= */
.language-intelligence .language-stream {
    height: 132px !important;
    max-height: 132px !important;
    padding: 14px 18px !important;
}

.language-intelligence .stream-window {
    height: 72px !important;
    max-height: 72px !important;
}

.language-intelligence .stream-track {
    gap: 8px !important;
}

    .language-intelligence .stream-track span {
        font-size: 16px !important;
        padding: 2px 0 !important;
    }

.language-intelligence .language-stream:before,
.language-intelligence .language-stream:after {
    height: 30px !important;
}

/* =========================================================
   06 → 07 — much tighter section transition
   ========================================================= */
section:nth-of-type(7) {
    padding-top: 52px !important;
}

/* Remove any inherited excessive separation */
section:nth-of-type(6) {
    padding-bottom: 45px !important;
}

/* Mobile */
@media(max-width:1050px) {
    .conversation-qa-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-template-rows: repeat(3,270px);
    }
}

@media(max-width:800px) {
    .conversation-qa-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6,auto);
    }

    .conversation-qa {
        height: auto;
        min-height: 245px;
    }

    section:nth-of-type(7) {
        padding-top: 45px !important;
    }
}

/* 03 → 04: tighten the transition */
section:nth-of-type(5) {
    padding-top: 82px !important;
}

/* 05 → 06: tighten the transition */
section:nth-of-type(6) {
    padding-top: 72px !important;
}

/* 06 language bubbles: force the full bubble set into two rows */
.language-intelligence .language {
    max-width: 520px !important;
    display: grid !important;
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    gap: 10px !important;
}

    .language-intelligence .language span {
        min-width: 0 !important;
        width: auto !important;
        white-space: nowrap !important;
        padding: 11px 10px !important;
        text-align: center !important;
    }

@media(max-width:800px) {
    section:nth-of-type(5) {
        padding-top: 65px !important
    }

    section:nth-of-type(6) {
        padding-top: 60px !important
    }

    .language-intelligence .language {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
        max-width: 100% !important;
    }
}

/* 02 → 03: reduce section transition */
section:nth-of-type(4) {
    padding-top: 55px !important;
}

/* 05 → 06: reduce section transition */
section:nth-of-type(6) {
    padding-top: 48px !important;
    margin-top: 0 !important;
}

/* 06 → 07: eliminate the oversized gap */
section:nth-of-type(7) {
    padding-top: 28px !important;
    margin-top: 0 !important;
}

/* Prevent inherited bottom spacing from creating a phantom gap */
section:nth-of-type(6) {
    padding-bottom: 24px !important;
}

/* Keep mobile spacing proportionate */
@media(max-width:800px) {
    section:nth-of-type(4) {
        padding-top: 45px !important
    }

    section:nth-of-type(6) {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }

    section:nth-of-type(7) {
        padding-top: 30px !important
    }
}

/*
  The previous gap fixes only changed padding.
  The actual culprit is the global section min-height.
  These overrides shorten the sections themselves.
*/
/* 02 → 03 */
section:nth-of-type(3) {
    min-height: 590px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

/* 03 → 04 */
section:nth-of-type(4) {
    min-height: 540px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

/* 05 → 06 */
section:nth-of-type(6) {
    min-height: 590px !important;
    padding-top: 42px !important;
    padding-bottom: 30px !important;
}

/* 06 → 07 — this is the big one */
section:nth-of-type(7) {
    min-height: 500px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    margin-top: 0 !important;
}

/* Make the 07 eyebrow/content start immediately after 06 */
section:nth-of-type(8) {
    min-height: 560px !important;
    padding-top: 55px !important;
    margin-top: 0 !important;
}

@media(max-width:800px) {
    section:nth-of-type(3) {
        min-height: 520px !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    section:nth-of-type(4) {
        min-height: 500px !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    section:nth-of-type(6) {
        min-height: 520px !important;
        padding-top: 35px !important;
        padding-bottom: 25px !important;
    }

    section:nth-of-type(7) {
        min-height: 440px !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    section:nth-of-type(8) {
        min-height: 500px !important;
        padding-top: 45px !important;
    }
}

html, body {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important
}

    html::-webkit-scrollbar, body::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important
    }

section:nth-of-type(6) {
    min-height: 520px !important;
    padding-bottom: 10px !important
}

section:nth-of-type(7) {
    min-height: 500px !important;
    padding-top: 12px !important;
    margin-top: 0 !important
}

    section:nth-of-type(7) > .eyebrow {
        padding-top: 12px !important;
        margin-bottom: 28px !important
    }

@media(max-width:800px) {
    section:nth-of-type(6) {
        min-height: 500px !important;
        padding-bottom: 8px !important
    }

    section:nth-of-type(7) {
        min-height: 460px !important;
        padding-top: 10px !important
    }
}

#shivi-root {
    position: fixed;
    right: 22px;
    bottom: 20px;
    z-index: 99999;
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    pointer-events: none
}


#shivi-icon {
    display: none !important;
    pointer-events: auto;
    position: relative;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(84,231,255,.48);
    border-radius: 22px;
    cursor: pointer;
    background: radial-gradient(circle at 35% 28%,rgba(255,255,255,.22),transparent 20%),linear-gradient(145deg,#10243a,#07111d 55%,#15102d);
    box-shadow: 0 12px 36px rgba(0,0,0,.48),0 0 30px rgba(84,231,255,.12),inset 0 0 24px rgba(84,231,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
    animation: shiviBreathe 3.4s ease-in-out infinite
}

    #shivi-icon:hover {
        transform: translateY(-4px) scale(1.03);
        border-color: rgba(84,231,255,.85);
        box-shadow: 0 16px 44px rgba(0,0,0,.55),0 0 36px rgba(84,231,255,.22)
    }

    #shivi-icon.active {
        animation: shiviPop .65s ease both
    }

.shivi-character {
    position: relative;
    width: 44px;
    height: 44px
}

.shivi-head {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 34px;
    height: 30px;
    border-radius: 13px 13px 15px 15px;
    background: linear-gradient(145deg,#e8fbff,#8eeaff 48%,#5c86ff);
    box-shadow: 0 0 18px rgba(84,231,255,.32)
}

.shivi-ear {
    position: absolute;
    top: 13px;
    width: 8px;
    height: 14px;
    border-radius: 7px;
    background: #72dcff
}

    .shivi-ear.left {
        left: 0
    }

    .shivi-ear.right {
        right: 0
    }

.shivi-eye {
    position: absolute;
    top: 17px;
    width: 5px;
    height: 7px;
    border-radius: 50%;
    background: #07111d
}

    .shivi-eye.left {
        left: 14px
    }

    .shivi-eye.right {
        right: 14px
    }

.shivi-smile {
    position: absolute;
    left: 14px;
    top: 26px;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #07111d;
    border-radius: 0 0 8px 8px
}

.shivi-mascot-body {
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 20px;
    height: 13px;
    border-radius: 9px 9px 5px 5px;
    background: linear-gradient(180deg,#54e7ff,#315dff)
}

.shivi-arm {
    position: absolute;
    right: -1px;
    top: 23px;
    width: 12px;
    height: 5px;
    border-radius: 8px;
    background: #7de8ff;
    transform-origin: left center;
    transform: rotate(-25deg)
}

#shivi-icon.active .shivi-arm {
    animation: shiviWave .22s ease-in-out 5 alternate
}

@keyframes shiviBreathe {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-3px)
    }
}

@keyframes shiviPop {
    0% {
        transform: scale(.82) translateY(8px)
    }

    65% {
        transform: scale(1.08) translateY(-5px)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes shiviWave {
    from {
        transform: rotate(-25deg)
    }

    to {
        transform: rotate(32deg)
    }
}

#shivi-teaser {
    position: absolute;
    right: 0;
    bottom: 78px;
    width: max-content;
    max-width: 235px;
    padding: 10px 13px;
    border: 1px solid rgba(84,231,255,.28);
    border-radius: 15px 15px 4px 15px;
    background: rgba(3,9,17,.94);
    color: #e9f6ff;
    box-shadow: 0 14px 40px rgba(0,0,0,.45),0 0 24px rgba(84,231,255,.08);
    font-size: 12px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(8px) scale(.96);
    transition: opacity .3s ease,transform .3s ease;
    pointer-events: none
}

    #shivi-teaser.show {
        opacity: 1;
        transform: translateY(0) scale(1)
    }

#shivi-chat {
    pointer-events: auto;
    position: absolute;
    right: 0;
    bottom: 82px;
    width: 320px;
    border: 1px solid rgba(84,231,255,.28);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(3,9,17,.96);
    box-shadow: 0 24px 80px rgba(0,0,0,.62),0 0 40px rgba(84,231,255,.08);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.97);
    transform-origin: bottom right;
    transition: opacity .25s ease,transform .25s ease,visibility .25s ease
}

    #shivi-chat.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1)
    }

.shivi-header {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 0 17px;
    border-bottom: 1px solid rgba(120,205,245,.14);
    background: linear-gradient(90deg,rgba(84,231,255,.06),rgba(49,93,255,.05))
}

.shivi-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f4f8ff;
    font-size: 13px;
    font-weight: 750
}

.shivi-status {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #54e7ff;
    box-shadow: 0 0 12px #54e7ff
}

.shivi-close {
    border: 0;
    background: transparent;
    color: #91a8bd;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px
}

    .shivi-close:hover {
        color: #fff
    }

.shivi-body {
    padding: 16px
}

.shivi-welcome {
    color: #dce9f6;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 15px
}

.shivi-form {
    display: grid;
    gap: 10px
}

.shivi-input {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(120,205,245,.18);
    border-radius: 11px;
    outline: 0;
    background: rgba(7,16,27,.86);
    color: #f4f7ff;
    padding: 0 12px;
    font: inherit;
    font-size: 12px
}

    .shivi-input:focus {
        border-color: rgba(84,231,255,.62);
        box-shadow: 0 0 0 3px rgba(84,231,255,.06)
    }

.shivi-phone-wrap {
    position: relative
}

.shivi-phone-prefix {
    position: absolute;
    left: 12px;
    top: 0;
    height: 42px;
    display: flex;
    align-items: center;
    color: #54e7ff;
    font-size: 12px;
    font-weight: 700;
    pointer-events: none
}

.shivi-phone {
    padding-left: 42px
}

.shivi-start {
    height: 43px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(100deg,#54e7ff,#7e8cff,#d96cff);
    color: #02060b;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 2px
}

.shivi-error {
    display: none;
    color: #ff9da9;
    font-size: 10px
}

.shivi-conversation {
    display: none
}

.shivi-messages {
    height: 190px;
    overflow-y: auto;
    scrollbar-width: none;
    padding-right: 3px
}

    .shivi-messages::-webkit-scrollbar {
        display: none
    }

.shivi-msg {
    max-width: 88%;
    padding: 9px 11px;
    border-radius: 12px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.45
}

    .shivi-msg.shivi {
        color: #dcebf7;
        background: rgba(84,231,255,.065);
        border: 1px solid rgba(84,231,255,.13);
        border-top-left-radius: 4px
    }

    .shivi-msg.user {
        margin-left: auto;
        color: #03101a;
        background: linear-gradient(100deg,#54e7ff,#7e8cff);
        border-top-right-radius: 4px
    }

.shivi-composer {
    display: flex;
    gap: 8px;
    margin-top: 10px
}

    .shivi-composer input {
        min-width: 0;
        flex: 1;
        height: 39px;
        border: 1px solid rgba(120,205,245,.18);
        border-radius: 10px;
        outline: 0;
        background: rgba(7,16,27,.86);
        color: white;
        padding: 0 11px;
        font: inherit;
        font-size: 12px
    }

.shivi-send {
    width: 42px;
    height: 39px;
    border: 0;
    border-radius: 10px;
    background: #54e7ff;
    color: #03101a;
    font-weight: 900;
    cursor: pointer
}

.shivi-note {
    margin-top: 9px;
    color: #71859b;
    font-size: 9px;
    line-height: 1.35
}

@media(max-width:600px) {
    #shivi-root {
        right: 13px;
        bottom: 13px
    }

    #shivi-icon {
        width: 60px;
        height: 60px;
        border-radius: 19px
    }

    #shivi-chat {
        width: min(320px,calc(100vw - 26px));
        right: -2px;
        bottom: 73px
    }

    #shivi-teaser {
        right: 0;
        bottom: 70px;
        max-width: 205px
    }
}

/* Cuter Shivi visual override */
#shivi-icon {
    width: 74px !important;
    height: 74px !important;
    border-radius: 27px !important;
    background: radial-gradient(circle at 30% 22%,rgba(255,255,255,.24),transparent 18%), linear-gradient(145deg,#122b43 0%,#071522 58%,#1b1235 100%) !important;
    box-shadow: 0 14px 38px rgba(0,0,0,.5), 0 0 34px rgba(84,231,255,.15), inset 0 0 28px rgba(84,231,255,.07) !important;
}

    #shivi-icon:hover {
        transform: translateY(-5px) scale(1.05) rotate(-1deg) !important;
    }

.shivi-character {
    width: 52px !important;
    height: 52px !important;
    filter: drop-shadow(0 5px 10px rgba(84,231,255,.2));
}
    /* antenna */
    .shivi-character:before {
        content: "" !important;
        position: absolute !important;
        left: 25px !important;
        top: 0 !important;
        width: 2px !important;
        height: 9px !important;
        border-radius: 3px !important;
        background: #8aefff !important;
        transform: rotate(-8deg) !important;
    }

    .shivi-character:after {
        content: "" !important;
        position: absolute !important;
        left: 22px !important;
        top: -4px !important;
        width: 7px !important;
        height: 7px !important;
        border-radius: 50% !important;
        background: #ff91e8 !important;
        box-shadow: 0 0 12px rgba(255,145,232,.8) !important;
        animation: shiviSparkCute 1.8s ease-in-out infinite !important;
    }

.shivi-head {
    left: 7px !important;
    top: 8px !important;
    width: 39px !important;
    height: 35px !important;
    border-radius: 18px 18px 16px 16px !important;
    background: radial-gradient(circle at 31% 22%,#fff 0 8%,transparent 9%), linear-gradient(145deg,#f5fdff 0%,#a9efff 48%,#758dff 100%) !important;
    box-shadow: 0 0 20px rgba(84,231,255,.36), inset -5px -6px 11px rgba(49,93,255,.16) !important;
}

.shivi-ear {
    top: 17px !important;
    width: 10px !important;
    height: 13px !important;
    border-radius: 60% 40% 55% 45% !important;
    background: #7de8ff !important;
}

    .shivi-ear.left {
        left: 0 !important;
        transform: rotate(-18deg) !important
    }

    .shivi-ear.right {
        right: 0 !important;
        transform: rotate(18deg) !important
    }

.shivi-eye {
    top: 17px !important;
    width: 6px !important;
    height: 9px !important;
    background: #07111d !important;
    box-shadow: 1px 1px 0 rgba(255,255,255,.45) !important;
}

    .shivi-eye.left {
        left: 12px !important
    }

    .shivi-eye.right {
        right: 12px !important
    }
    /* rosy cheeks */
    .shivi-eye:after {
        content: "" !important;
        position: absolute !important;
        top: 10px !important;
        width: 8px !important;
        height: 3px !important;
        border-radius: 50% !important;
        background: rgba(255,105,178,.48) !important;
        filter: blur(1px) !important;
    }

    .shivi-eye.left:after {
        left: -4px !important
    }

    .shivi-eye.right:after {
        right: -4px !important
    }

.shivi-smile {
    left: 15px !important;
    top: 27px !important;
    width: 10px !important;
    height: 5px !important;
    border-bottom: 2px solid #07111d !important;
    border-radius: 0 0 10px 10px !important;
}

.shivi-mascot-body {
    left: 14px !important;
    bottom: 0 !important;
    width: 24px !important;
    height: 14px !important;
    border-radius: 12px 12px 7px 7px !important;
    background: linear-gradient(180deg,#69eaff,#4d76ff) !important;
}

.shivi-arm {
    right: -2px !important;
    top: 25px !important;
    width: 15px !important;
    height: 7px !important;
    border-radius: 8px !important;
    background: #9af0ff !important;
    transform-origin: 2px 50% !important;
}

    .shivi-arm:after {
        content: "" !important;
        position: absolute !important;
        right: -3px !important;
        top: -2px !important;
        width: 7px !important;
        height: 7px !important;
        border-radius: 50% !important;
        background: #b7f5ff !important;
    }

#shivi-icon.active .shivi-arm {
    animation: shiviWaveCute .22s ease-in-out 5 alternate !important;
}

@keyframes shiviWaveCute {
    from {
        transform: rotate(-28deg)
    }

    to {
        transform: rotate(35deg)
    }
}

@keyframes shiviSparkCute {
    0%,100% {
        transform: scale(.8);
        opacity: .7
    }

    50% {
        transform: scale(1.3);
        opacity: 1
    }
}

@media(max-width:600px) {
    #shivi-icon {
        width: 66px !important;
        height: 66px !important;
    }
}


#shivi-root {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    z-index: 2147483647 !important;
    pointer-events: none !important;
}

#shivi-icon,
#shivi-chat,
#shivi-teaser {
    z-index: 2147483647 !important;
}

#shivi-icon {
    pointer-events: auto !important
}

#shivi-chat {
    pointer-events: auto !important
}

#shivi-teaser {
    pointer-events: none !important
}

.demo-form-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease,visibility .22s ease;
}

    .demo-form-modal.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

.demo-form-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1,5,12,.80);
    backdrop-filter: blur(12px)
}

.demo-form-card {
    position: relative;
    width: min(520px,94vw);
    border: 1px solid rgba(84,231,255,.24);
    border-radius: 22px;
    background: radial-gradient(circle at 15% 0%,rgba(84,231,255,.08),transparent 32%), radial-gradient(circle at 90% 100%,rgba(120,70,255,.08),transparent 34%), rgba(3,9,17,.98);
    box-shadow: 0 30px 100px rgba(0,0,0,.72),0 0 50px rgba(84,231,255,.07);
    transform: translateY(12px) scale(.98);
    transition: transform .22s ease;
    overflow: hidden;
}

.demo-form-modal.open .demo-form-card {
    transform: translateY(0) scale(1)
}

.demo-form-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 26px 20px;
    border-bottom: 1px solid rgba(120,205,245,.12)
}

.demo-form-eyebrow {
    color: #54e7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 9px
}

.demo-form-header h3 {
    margin: 0;
    color: #f4f8ff;
    font-size: 29px;
    line-height: 1.05;
    letter-spacing: .01em
}

.demo-form-header p {
    margin: 9px 0 0;
    color: #9eb0c3;
    font-size: 14px;
    line-height: 1.5
}

.demo-form-close {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(120,205,245,.16);
    border-radius: 50%;
    background: rgba(7,16,27,.7);
    color: #9eb0c3;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: .2s ease
}

    .demo-form-close:hover {
        color: #fff;
        border-color: rgba(84,231,255,.5);
        box-shadow: 0 0 18px rgba(84,231,255,.1)
    }

.demo-request-form {
    padding: 24px 26px 26px
}

.demo-field {
    margin-bottom: 17px
}

    .demo-field label {
        display: block;
        color: #dbe8f5;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .04em;
        margin-bottom: 8px
    }

    .demo-field input {
        box-sizing: border-box;
        width: 100%;
        height: 48px;
        border: 1px solid rgba(120,205,245,.18);
        border-radius: 10px;
        background: rgba(6,17,28,.82);
        color: #f5f9ff;
        padding: 0 14px;
        font: inherit;
        font-size: 14px;
        outline: none;
        transition: .2s ease
    }

        .demo-field input::placeholder {
            color: #6f8195
        }

        .demo-field input:focus {
            border-color: rgba(84,231,255,.62);
            box-shadow: 0 0 0 3px rgba(84,231,255,.08)
        }

.phone-field {
    display: flex;
    align-items: center;
    gap: 0
}

    .phone-field span {
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        border: 1px solid rgba(120,205,245,.18);
        border-right: 0;
        border-radius: 10px 0 0 10px;
        background: rgba(10,23,36,.95);
        color: #9eb0c3;
        font-size: 14px
    }

    .phone-field input {
        border-radius: 0 10px 10px 0
    }

.demo-submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(90deg,#54e7ff,#c86bff);
    color: #03101a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: transform .18s ease,box-shadow .18s ease
}

    .demo-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 30px rgba(84,231,255,.18)
    }

    .demo-submit:disabled {
        opacity: .55;
        cursor: wait;
        transform: none
    }

    .demo-submit span {
        margin-left: 7px
    }

.demo-form-status {
    min-height: 18px;
    margin-top: 10px;
    color: #ff9b9b;
    font-size: 12px;
    text-align: center
}

.demo-form-note {
    margin: 12px 0 0;
    color: #687b8f;
    font-size: 11px;
    text-align: center
}

.google-form-submit-frame {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    pointer-events: none
}

.demo-success {
    padding: 42px 30px 34px;
    text-align: center
}

    .demo-success[hidden] {
        display: none
    }

.demo-success-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #06131d;
    background: #54e7ff;
    font-size: 27px;
    font-weight: 900;
    box-shadow: 0 0 35px rgba(84,231,255,.25)
}

.demo-success h3 {
    margin: 0;
    color: #f4f8ff;
    font-size: 29px
}

.demo-success p {
    margin: 10px auto 25px;
    max-width: 350px;
    color: #9eb0c3;
    font-size: 14px;
    line-height: 1.6
}

@media(max-width:600px) {
    .demo-form-modal {
        padding: 12px
    }

    .demo-form-header {
        padding: 20px 18px 17px
    }

    .demo-request-form {
        padding: 20px 18px 22px
    }

    .demo-form-header h3 {
        font-size: 24px
    }
}


/* ============================================================
   FINAL RESPONSIVE PATCH
   Mobile-first safety layer for Chrome / Edge / Firefox / Safari
   ============================================================ */

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

.site {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

section,
footer,
.nav,
.two-col,
.cards,
.flow,
.dashboard,
.ask-grid,
.conversation-qa-grid,
.language-intelligence {
    min-width: 0;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

/* ---------- TABLET ---------- */
@media (max-width: 1050px) {
    .nav {
        width: calc(100% - 28px);
        padding-left: 18px;
        padding-right: 18px;
    }

    section {
        width: calc(100% - 32px);
    }

    .two-col {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .dashboard {
        grid-template-columns: 1fr !important;
    }

    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .conversation-qa-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: none !important;
    }

    .conversation-qa {
        height: auto !important;
        min-height: 270px;
    }

    .language-intelligence {
        grid-template-columns: 190px minmax(0, 1fr) !important;
        gap: 28px !important;
        width: 100% !important;
    }

        .language-intelligence .language-stream {
            width: 190px !important;
            max-width: 190px !important;
        }

    .flow {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* ---------- PHONES ---------- */
@media (max-width: 767px) {

    /* Prevent desktop rules later in the original stylesheet
       from overriding the mobile layout. */
    * {
        min-width: 0;
    }

    .nav {
        position: sticky;
        top: 8px;
        width: calc(100% - 20px);
        height: 56px;
        margin: 8px auto 0;
        padding: 0 14px;
        border-radius: 30px;
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .aria-logo {
        width: 112px !important;
        max-width: 112px !important;
        height: auto !important;
        max-height: 34px !important;
    }

    
    section {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 64px 16px !important;
    }

    /* HERO */
    .hero {
        width: 100% !important;
        min-height: 0 !important;
        padding: 74px 16px 58px !important;
        text-align: center;
    }

        .hero .eyebrow {
            margin-bottom: 18px !important;
            padding-top: 0 !important;
            font-size: 8px !important;
            letter-spacing: .16em !important;
        }

        .hero h1 {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 auto !important;
            font-size: clamp(38px, 12.8vw, 58px) !important;
            line-height: .96 !important;
            letter-spacing: -.035em !important;
            word-spacing: .01em !important;
            overflow-wrap: normal !important;
            word-break: normal !important;
        }

    .hero-copy {
        width: 100% !important;
        max-width: 360px !important;
        margin: 22px auto 0 !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .actions {
        width: 100%;
        max-width: 380px;
        margin: 22px auto 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .btn {
        max-width: 100%;
        padding: 12px 15px !important;
        font-size: 9px !important;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
    }

    /* SECTION HEADINGS */
    .eyebrow {
        max-width: 100%;
        margin-bottom: 20px !important;
        padding-top: 0 !important;
        font-size: 8px !important;
        line-height: 1.45 !important;
        letter-spacing: .16em !important;
    }

    .display,
    section:nth-of-type(2) .display,
    section:nth-of-type(3) .display,
    section:nth-of-type(4) .display,
    section:nth-of-type(5) .display,
    section:nth-of-type(6) .display,
    section:nth-of-type(7) .display,
    section:nth-of-type(8) .display {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(32px, 10.6vw, 43px) !important;
        line-height: 1.02 !important;
        letter-spacing: -.025em !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
        overflow: visible !important;
    }

    .bodycopy,
    .section-under-heading {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 18px !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    /* 01 — CARDS */
    .cards {
        width: 100% !important;
        margin-top: 28px !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .card {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
        padding: 18px !important;
        border-radius: 17px !important;
    }

        .card .num {
            font-size: 8px !important;
        }

        .card h3 {
            margin-top: 16px !important;
            font-size: 18px !important;
            line-height: 1.15 !important;
        }

        .card p {
            margin-top: 9px !important;
            font-size: 12px !important;
            line-height: 1.55 !important;
        }

    /* 02 — FLOW: one column on phones.
       This is important on 320–480px screens. */
    .flow {
        width: 100% !important;
        margin-top: 30px !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .flow-item {
        width: 100% !important;
        min-height: 0 !important;
        padding: 16px 14px !important;
        border: 1px solid rgba(84,231,255,.14) !important;
        border-top: 1px solid rgba(73,215,255,.35) !important;
        border-radius: 13px !important;
        background: rgba(3,10,18,.45) !important;
    }

        .flow-item strong {
            font-size: 15px !important;
        }

        .flow-item span {
            margin-top: 7px !important;
            font-size: 11px !important;
            line-height: 1.5 !important;
        }

    /* 03 — DASHBOARD */
    .dashboard {
        width: 100% !important;
        margin-top: 28px !important;
        padding: 10px !important;
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        border-radius: 18px !important;
    }

    .dash-main,
    .dash-side {
        width: 100% !important;
        padding: 15px !important;
        border-radius: 14px !important;
    }

    .metric {
        gap: 10px !important;
        align-items: flex-start !important;
    }

        .metric strong {
            display: block;
            min-width: 0 !important;
            font-size: clamp(30px, 9vw, 42px) !important;
        }

    .metric-sub {
        font-size: 7px !important;
        line-height: 1.35;
    }

    .chart-mode {
        font-size: 7px !important;
        text-align: right;
    }

    .chart-stage,
    .chart-stage .bars,
    .line-chart {
        height: 130px !important;
    }

    .signal {
        padding: 12px 0 !important;
    }

        .signal small {
            font-size: 7px !important;
        }

        .signal p {
            font-size: 11px !important;
            line-height: 1.45 !important;
        }

    /* 05 — ASK / Q&A */
    #ask {
        padding-bottom: 64px !important;
    }

    .conversation-qa-grid {
        width: 100% !important;
        margin-top: 28px !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: none !important;
        gap: 10px !important;
    }

    .conversation-qa {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 18px !important;
        border-radius: 17px !important;
        overflow: visible !important;
    }

    .qa-top {
        margin-bottom: 14px !important;
        gap: 8px !important;
    }

        .qa-top span {
            font-size: 7px !important;
            line-height: 1.35 !important;
        }

        .qa-top b {
            flex: 0 0 27px !important;
            width: 27px !important;
            height: 27px !important;
            font-size: 17px !important;
        }

    .conversation-qa h3 {
        font-size: 17px !important;
        line-height: 1.25 !important;
    }

    .conversation-qa p {
        margin-top: 10px !important;
        font-size: 11px !important;
        line-height: 1.55 !important;
    }

    /* 06 — LANGUAGE INTELLIGENCE */
    .language-intelligence {
        width: 100% !important;
        margin-top: 28px !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

        .language-intelligence .language-stream {
            width: min(190px, 100%) !important;
            max-width: 190px !important;
            height: 180px !important;
            max-height: 180px !important;
            margin: 0 auto !important;
            padding: 14px !important;
            border-radius: 19px !important;
        }

        .language-intelligence .stream-window {
            height: 120px !important;
            max-height: 120px !important;
        }

        .language-intelligence .stream-track {
            gap: 7px !important;
        }

            .language-intelligence .stream-track span {
                font-size: 15px !important;
                padding: 2px 0 !important;
            }

        .language-intelligence .language {
            width: 100% !important;
            max-width: 100% !important;
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 8px !important;
            justify-content: stretch !important;
        }

            .language-intelligence .language span {
                width: 100% !important;
                min-width: 0 !important;
                padding: 10px 7px !important;
                font-size: 11px !important;
                white-space: normal !important;
                text-align: center !important;
            }

    /* 08 — FINAL CTA */
    .big-statement {
        text-align: center !important;
        align-items: center !important;
    }

        .big-statement h2 {
            width: 100% !important;
            max-width: 100% !important;
            font-size: clamp(34px, 11vw, 48px) !important;
            line-height: 1 !important;
        }

        .big-statement p {
            max-width: 340px !important;
            font-size: 13px !important;
            line-height: 1.6 !important;
            margin-top: 20px !important;
        }

    footer {
        width: calc(100% - 32px) !important;
        padding: 22px 0 32px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        text-align: center !important;
        font-size: 8px !important;
    }

    /* DEMO MODAL */
    .demo-form-modal {
        padding: 10px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .demo-form-card {
        width: 100% !important;
        max-width: 520px !important;
        max-height: calc(100dvh - 20px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* SHIVI */
    #shivi-root {
        right: 10px !important;
        bottom: max(10px, env(safe-area-inset-bottom)) !important;
    }

    #shivi-icon {
        width: 62px !important;
        height: 62px !important;
        border-radius: 20px !important;
    }

    #shivi-chat {
        width: min(330px, calc(100vw - 20px)) !important;
        max-width: calc(100vw - 20px) !important;
        right: 0 !important;
        bottom: 72px !important;
    }

    #shivi-teaser {
        right: 0 !important;
        bottom: 68px !important;
        max-width: min(210px, calc(100vw - 30px)) !important;
    }
}

/* ---------- VERY SMALL PHONES ---------- */
@media (max-width: 380px) {

    .nav {
        width: calc(100% - 14px);
        padding: 0 10px;
    }

    .aria-logo {
        width: 92px !important;
        max-width: 92px !important;
    }

    section {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

    .hero {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }

        .hero h1 {
            font-size: clamp(34px, 12.5vw, 48px) !important;
        }

    .hero-copy,
    .bodycopy,
    .section-under-heading {
        font-size: 12px !important;
    }

    .btn {
        font-size: 8px !important;
        padding: 10px 11px !important;
    }

    .display,
    section:nth-of-type(2) .display,
    section:nth-of-type(3) .display,
    section:nth-of-type(4) .display,
    section:nth-of-type(5) .display,
    section:nth-of-type(6) .display,
    section:nth-of-type(7) .display,
    section:nth-of-type(8) .display {
        font-size: clamp(29px, 10.5vw, 38px) !important;
    }

    .card h3,
    .conversation-qa h3 {
        font-size: 16px !important;
    }

    .language-intelligence .language {
        grid-template-columns: 1fr 1fr !important;
    }
}

/* ---------- MOTION / SAFARI ---------- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

@supports not (overflow: clip) {
    .site {
        overflow-x: hidden;
    }
}

@supports (-webkit-touch-callout: none) {
    .nav,
    .card,
    .dashboard,
    .conversation-qa,
    .language-stream,
    .demo-form-card {
        -webkit-backdrop-filter: blur(14px);
    }
}
