﻿
:root {
    --ink: #f7f8fb;
    --muted: #9ba5b5;
    --bg: #050609;
    --panel: #0b0e14;
    --line: rgba(255,255,255,.10);
    --soft: rgba(255,255,255,.045);
    --cyan: #71e7ff;
    --violet: #9d87ff;
    --green: #7bf0b0;
    --warm: #f4d38d;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    overflow-x: hidden
}

    body:before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -4;
        pointer-events: none;
        background: radial-gradient(circle at 50% 0%,rgba(113,231,255,.08),transparent 30%), radial-gradient(circle at 0% 60%,rgba(157,135,255,.06),transparent 28%), linear-gradient(180deg,#07090d 0%,#040508 48%,#020305 100%)
    }

    body:after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -3;
        pointer-events: none;
        opacity: .16;
        background-image: linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
        background-size: 64px 64px;
        mask-image: linear-gradient(#000,transparent 92%)
    }

#network {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    opacity: .75
}

nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    background: rgba(4,6,9,.66);
    border-bottom: 1px solid rgba(255,255,255,.05);
    backdrop-filter: blur(20px)
}

.logo img {
    height: 40px;
    width: auto;
    max-width: 185px;
    display: block
}

.navlinks {
    display: flex;
    gap: 25px;
    align-items: center
}

    .navlinks a {
        color: #c6cfdb;
        text-decoration: none;
        font-size: 12px
    }

.navcta {
    border: 1px solid var(--line);
    padding: 10px 15px;
    border-radius: 999px
}

.hero {
    min-height: 100vh;
    padding: 120px 5vw 70px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate
}

.hero-layout {
    width: min(1280px,100%);
    margin: auto;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 60px;
    align-items: center
}

.eyebrow, .kicker {
    color: var(--cyan);
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase
}

.hero h1 {
    font-size: clamp(55px,7.7vw,112px);
    line-height: .84;
    letter-spacing: -.075em;
    margin: 18px 0 25px;
    max-width: 760px;
    background: linear-gradient(115deg,#fff 15%,#d8fbff 48%,#b2a5ff 85%);
    -webkit-background-clip: text;
    color: transparent
}

.hero-copy {
    max-width: 600px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75
}

.actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px
}

.btn {
    appearance: none;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.045);
    color: #fff;
    border-radius: 999px;
    padding: 13px 18px;
    font: 700 13px inherit;
    cursor: pointer;
    transition: .25s
}

    .btn:hover {
        transform: translateY(-2px);
        border-color: rgba(113,231,255,.45)
    }

    .btn.primary {
        border: 0;
        color: #03070a;
        background: linear-gradient(100deg,var(--cyan),var(--violet));
        box-shadow: 0 0 30px rgba(113,231,255,.15)
    }

.hero-note {
    margin-top: 20px;
    color: #727d8d;
    font-size: 11px
}

.conversation-ui {
    position: relative;
    min-height: 590px;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
    box-shadow: 0 35px 100px rgba(0,0,0,.35);
    overflow: hidden
}

    .conversation-ui:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 50% 43%,rgba(113,231,255,.10),transparent 28%), radial-gradient(circle at 65% 55%,rgba(157,135,255,.08),transparent 30%)
    }

.ui-top {
    height: 55px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

.ui-brand {
    font-size: 11px;
    letter-spacing: .13em
}

.live {
    font-size: 9px;
    color: var(--green);
    letter-spacing: .15em
}

.ui-stage {
    position: relative;
    min-height: 535px;
    padding: 28px
}

.pulse-core {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%,-50%);
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: radial-gradient(circle,#dffcff 0 2%,rgba(113,231,255,.9) 8%,rgba(113,231,255,.12) 44%,transparent 68%);
    box-shadow: 0 0 110px rgba(113,231,255,.25)
}

    .pulse-core:before, .pulse-core:after {
        content: "";
        position: absolute;
        inset: -30px;
        border: 1px solid rgba(113,231,255,.18);
        border-radius: 50%;
        animation: orbit 5s ease-in-out infinite
    }

    .pulse-core:after {
        inset: -65px;
        border-color: rgba(157,135,255,.15);
        animation-delay: -2s
    }

@keyframes orbit {
    50% {
        transform: scale(1.08);
        opacity: .35
    }
}

.ui-label {
    position: absolute;
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(5,8,12,.78);
    backdrop-filter: blur(14px);
    font-size: 10px;
    color: #dce5ef;
    box-shadow: 0 10px 30px rgba(0,0,0,.2)
}

    .ui-label span {
        display: block;
        color: var(--muted);
        font-size: 8px;
        margin-top: 3px
    }

.l1 {
    left: 24px;
    top: 80px
}

.l2 {
    right: 24px;
    top: 135px
}

.l3 {
    left: 50px;
    bottom: 80px
}

.l4 {
    right: 35px;
    bottom: 55px
}

.ui-flow {
    position: absolute;
    left: 12%;
    right: 12%;
    top: 49%;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(113,231,255,.35),transparent)
}

    .ui-flow:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background: var(--cyan);
        animation: flow 2.5s linear infinite
    }

@keyframes flow {
    from {
        left: -10%
    }

    to {
        left: 110%
    }
}

.ui-bottom {
    position: absolute;
    bottom: 22px;
    left: 28px;
    right: 28px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap
}

.mini-chip {
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #aeb8c6;
    font-size: 9px
}

section {
    max-width: 1280px;
    margin: auto;
    padding: 125px 5vw
}

.section-head {
    max-width: 800px
}

.section-title {
    font-size: clamp(40px,5.4vw,72px);
    line-height: .94;
    letter-spacing: -.06em;
    margin: 14px 0 22px
}

.section-copy {
    color: var(--muted);
    line-height: 1.75;
    max-width: 760px
}

.story {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px
}

.story-nav {
    display: grid;
    gap: 8px;
    align-content: start
}

.story-btn {
    padding: 18px;
    border: 1px solid var(--line);
    background: transparent;
    color: #c8d1dc;
    border-radius: 17px;
    text-align: left;
    cursor: pointer;
    font: inherit
}

    .story-btn.active {
        border-color: rgba(113,231,255,.4);
        background: rgba(113,231,255,.045)
    }

    .story-btn small {
        display: block;
        color: var(--muted);
        font-size: 10px;
        margin-top: 5px
    }

.story-panel {
    min-height: 410px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--panel);
    padding: 30px;
    position: relative;
    overflow: hidden
}

    .story-panel:after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        right: -180px;
        bottom: -210px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(113,231,255,.09),transparent 68%)
    }

.story-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px
}

.story-channel {
    color: var(--cyan);
    font-size: 10px;
    letter-spacing: .15em
}

.story-message {
    max-width: 620px;
    margin-top: 55px;
    font-size: clamp(28px,4vw,54px);
    line-height: 1.02;
    letter-spacing: -.045em
}

.story-response {
    margin-top: 24px;
    max-width: 600px;
    color: var(--muted);
    line-height: 1.7
}

.continuity {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

    .continuity i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 12px var(--green)
    }

    .continuity span {
        font-size: 10px;
        color: #c6d0dc;
        letter-spacing: .08em
    }

.stack {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px
}

.stack-card {
    min-height: 365px;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(150deg,rgba(255,255,255,.05),rgba(255,255,255,.012));
    position: relative;
    overflow: hidden
}

    .stack-card:nth-child(2) {
        transform: translateY(28px)
    }

    .stack-card:after {
        content: "";
        position: absolute;
        left: 25px;
        right: 25px;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg,transparent,var(--cyan),transparent)
    }

.stack-num {
    color: var(--cyan);
    font-size: 10px;
    letter-spacing: .18em
}

.stack-card h3 {
    font-size: 38px;
    letter-spacing: -.04em;
    margin: 55px 0 12px
}

.stack-card p {
    color: var(--muted);
    line-height: 1.7;
    font-size: 13px
}

.stack-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 25px
}

.tag {
    font-size: 9px;
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #c9d3df
}

.security {
    margin-top: 55px;
    border: 1px solid var(--line);
    border-radius: 32px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--panel)
}

.security-copy {
    padding: 45px
}

    .security-copy h3 {
        font-size: 42px;
        line-height: .98;
        letter-spacing: -.045em;
        margin: 18px 0
    }

.security-points {
    display: grid;
    gap: 10px;
    margin-top: 28px
}

.security-point {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6
}

    .security-point b {
        color: var(--green);
        margin-right: 8px
    }

.arch-panel {
    padding: 30px;
    background: radial-gradient(circle at 50% 45%,rgba(113,231,255,.08),transparent 30%), #080b11;
    display: flex;
    align-items: center
}

.arch-wrap {
    width: 100%;
    max-width: 440px;
    margin: auto
}

.arch-node {
    border: 1px solid var(--line);
    border-radius: 17px;
    padding: 17px 18px;
    background: rgba(255,255,255,.035);
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .arch-node strong {
        font-size: 13px
    }

    .arch-node span {
        color: var(--muted);
        font-size: 9px
    }

.arch-arrow {
    text-align: center;
    color: var(--cyan);
    height: 30px;
    line-height: 30px
}

.industry-switch {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 42px
}

    .industry-switch button {
        border: 1px solid var(--line);
        background: transparent;
        color: #c6cfda;
        padding: 11px 15px;
        border-radius: 999px;
        cursor: pointer;
        font: inherit;
        font-size: 11px
    }

        .industry-switch button.active {
            background: var(--cyan);
            border-color: var(--cyan);
            color: #031015
        }

.industry {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 20px
}

.quote-panel, .outcome-panel {
    min-height: 300px;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 30px;
    background: var(--panel)
}

.quote {
    font-size: clamp(28px,3.6vw,50px);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin-top: 35px
}

.outcome-list {
    display: grid;
    gap: 10px;
    margin-top: 25px
}

.outcome {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--muted);
    font-size: 12px
}

    .outcome strong {
        color: #edf4fa;
        display: block;
        margin-bottom: 5px
    }

.features {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.feature {
    min-height: 155px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: var(--soft)
}

    .feature b {
        font-size: 14px
    }

    .feature p {
        color: var(--muted);
        font-size: 11px;
        line-height: 1.55
    }

.usecases {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px
}

.usecase {
    min-height: 145px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
    cursor: pointer;
    text-align: left;
    color: inherit;
    font: inherit;
    transition: .22s
}

    .usecase:hover, .usecase.active {
        transform: translateY(-3px);
        border-color: rgba(113,231,255,.4)
    }

    .usecase b {
        font-size: 14px
    }

    .usecase p {
        color: var(--muted);
        font-size: 11px;
        line-height: 1.55
    }

.use-detail {
    margin-top: 12px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    color: var(--muted);
    line-height: 1.65;
    font-size: 13px;
    min-height: 80px
}

.faq-list {
    margin-top: 48px;
    max-width: 980px;
    display: grid;
    gap: 9px
}

.faq {
    border: 1px solid var(--line);
    border-radius: 17px;
    overflow: hidden;
    background: rgba(255,255,255,.025)
}

    .faq button {
        width: 100%;
        border: 0;
        background: transparent;
        color: #edf3f8;
        padding: 20px 22px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        text-align: left;
        cursor: pointer;
        font: 700 14px/1.4 inherit
    }

        .faq button span:last-child {
            font-size: 21px;
            color: var(--cyan);
            font-weight: 400
        }

.answer {
    display: none;
    padding: 0 22px 21px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 13px
}

.faq.open .answer {
    display: block
}

.final {
    max-width: none;
    text-align: center;
    padding: 150px 5vw 170px;
    border-top: 1px solid var(--line);
    position: relative;
    overflow: hidden
}

    .final:before {
        content: "";
        position: absolute;
        width: 800px;
        height: 400px;
        left: 50%;
        top: 25%;
        transform: translate(-50%,-50%);
        background: radial-gradient(circle,rgba(113,231,255,.10),transparent 68%);
        pointer-events: none
    }

    .final h2 {
        font-size: clamp(52px,8vw,110px);
        line-height: .86;
        letter-spacing: -.07em;
        margin: 16px 0 30px;
        position: relative
    }

    .final .section-copy {
        margin: 0 auto 30px
    }

footer {
    border-top: 1px solid var(--line);
    padding: 28px 5vw;
    color: #6e7887;
    font-size: 11px;
    display: flex;
    justify-content: space-between
}

@media(max-width:950px) {
    .hero-layout {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 110px
    }

    .conversation-ui {
        min-height: 500px
    }

    .ui-stage {
        min-height: 445px
    }

    .story {
        grid-template-columns: 1fr
    }

    .stack {
        grid-template-columns: 1fr
    }

    .stack-card:nth-child(2) {
        transform: none
    }

    .security {
        grid-template-columns: 1fr
    }

    .industry {
        grid-template-columns: 1fr
    }

    .features {
        grid-template-columns: 1fr 1fr
    }

    .usecases {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:600px) {
    nav {
        height: 64px
    }

    .navlinks a:not(.navcta) {
        display: none
    }

    .logo img {
        height: 36px
    }

    .hero {
        padding: 95px 5vw 60px
    }

        .hero h1 {
            font-size: 57px
        }

    .conversation-ui {
        min-height: 430px;
        border-radius: 24px
    }

    .ui-stage {
        min-height: 375px;
        padding: 15px
    }

    .pulse-core {
        width: 125px;
        height: 125px
    }

    .l1 {
        left: 12px;
        top: 65px
    }

    .l2 {
        right: 12px;
        top: 110px
    }

    .l3 {
        left: 12px;
        bottom: 75px
    }

    .l4 {
        right: 12px;
        bottom: 45px
    }

    section {
        padding: 90px 5vw
    }

    .security-copy {
        padding: 28px
    }

    .arch-panel {
        padding: 22px
    }

    .features, .usecases {
        grid-template-columns: 1fr
    }

    .final {
        padding: 110px 5vw 130px
    }

    footer {
        gap: 10px;
        flex-direction: column
    }
}

@media(prefers - reduced - motion:reduce) {
    * {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

.conversation-constellation {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    opacity: .72;
}

.constellation-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(113,231,255,.075);
    border-radius: 50%;
    transform: translate(-50%,-50%) rotate(-12deg);
    box-shadow: 0 0 90px rgba(113,231,255,.025);
}

.orbit-a {
    width: min(92vw,1100px);
    height: min(48vw,570px);
    animation: orbitFloat 15s ease-in-out infinite
}

.orbit-b {
    width: min(68vw,820px);
    height: min(36vw,420px);
    border-color: rgba(157,135,255,.09);
    transform: translate(-50%,-50%) rotate(38deg);
    animation: orbitFloat 11s ease-in-out infinite reverse
}

.orbit-c {
    width: min(42vw,520px);
    height: min(23vw,270px);
    border-color: rgba(123,240,176,.08);
    transform: translate(-50%,-50%) rotate(-54deg);
    animation: orbitFloat 8s ease-in-out infinite
}

.constellation-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 35px rgba(113,231,255,.8);
    animation: coreBlink 3s ease-in-out infinite;
}

    .constellation-core span {
        position: absolute;
        inset: -14px;
        border: 1px solid rgba(113,231,255,.18);
        border-radius: 50%;
        animation: coreRing 3s ease-out infinite;
    }

.signal-word {
    position: absolute;
    color: rgba(190,216,230,.12);
    font-size: 9px;
    letter-spacing: .28em;
    font-weight: 800;
    white-space: nowrap;
}

.sw1 {
    left: 12%;
    top: 27%;
    animation: wordDrift 9s ease-in-out infinite
}

.sw2 {
    right: 14%;
    top: 34%;
    animation: wordDrift 11s ease-in-out infinite reverse
}

.sw3 {
    left: 18%;
    bottom: 24%;
    animation: wordDrift 12s ease-in-out infinite reverse
}

.sw4 {
    right: 17%;
    bottom: 19%;
    animation: wordDrift 10s ease-in-out infinite
}

@keyframes orbitFloat {
    0%,100% {
        margin-top: -4px;
        opacity: .7
    }

    50% {
        margin-top: 8px;
        opacity: 1
    }
}

@keyframes coreBlink {
    50% {
        transform: translate(-50%,-50%) scale(1.7);
        opacity: .65
    }
}

@keyframes coreRing {
    0% {
        transform: scale(.4);
        opacity: .8
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes wordDrift {
    0%,100% {
        transform: translate3d(0,0,0);
        opacity: .08
    }

    50% {
        transform: translate3d(12px,-8px,0);
        opacity: .2
    }
}

.hero-chat {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 535px;
    display: flex;
    flex-direction: column
}

.hero-chat-head {
    padding: 19px 22px;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .hero-chat-head b {
        display: block;
        font-size: 13px
    }

    .hero-chat-head span:not(.hero-status) {
        display: block;
        color: var(--muted);
        font-size: 9px;
        margin-top: 3px
    }

.hero-status {
    font-size: 8px;
    letter-spacing: .15em;
    color: var(--green);
    padding: 7px 9px;
    border: 1px solid rgba(123,240,176,.18);
    border-radius: 999px
}

.hero-messages {
    flex: 1;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: auto
}

.hero-msg {
    max-width: 85%;
    padding: 13px 15px;
    border: 1px solid var(--line);
    border-radius: 16px;
    font-size: 12px;
    line-height: 1.55;
    animation: messageIn .35s ease
}

    .hero-msg.ai {
        background: rgba(255,255,255,.035);
        align-self: flex-start
    }

    .hero-msg.user {
        background: rgba(113,231,255,.07);
        border-color: rgba(113,231,255,.16);
        align-self: flex-end
    }

.msg-label {
    display: block;
    color: var(--cyan);
    font-size: 8px;
    letter-spacing: .14em;
    margin-bottom: 5px
}

.hero-chat-form {
    display: flex;
    gap: 8px;
    padding: 0 20px 12px
}

    .hero-chat-form input {
        flex: 1;
        min-width: 0;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: rgba(0,0,0,.25);
        color: #fff;
        padding: 13px 14px;
        outline: none;
        font: inherit;
        font-size: 12px
    }

        .hero-chat-form input:focus {
            border-color: rgba(113,231,255,.45)
        }

.send-btn {
    width: 46px;
    border: 0;
    border-radius: 14px;
    background: var(--cyan);
    color: #031015;
    font-size: 19px;
    cursor: pointer
}

.hero-suggestions {
    display: flex;
    gap: 7px;
    overflow: auto;
    padding: 0 20px 20px
}

    .hero-suggestions button {
        flex: 0 0 auto;
        border: 1px solid var(--line);
        background: rgba(255,255,255,.025);
        color: #b9c4d0;
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 9px;
        cursor: pointer
    }

.real-conversation {
    position: relative;
    padding: 32px 15px 12px;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px 12px
}

.real-avatar {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: #aab5c3;
    font-size: 8px;
    font-weight: 800;
    background: #0a0d13
}

.aria-avatar {
    color: var(--cyan);
    border-color: rgba(113,231,255,.25);
    background: rgba(113,231,255,.06)
}

.real-bubble {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.6;
    min-width: 0
}

.user-bubble {
    background: rgba(113,231,255,.06);
    border-color: rgba(113,231,255,.14)
}

.ai-bubble {
    background: rgba(255,255,255,.035)
}

.real-line {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cyan);
    font-size: 8px;
    letter-spacing: .13em;
    margin: 3px 10px
}

    .real-line span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--cyan);
        box-shadow: 0 0 14px var(--cyan);
        animation: dotBlink 1.4s infinite
    }

    .real-line i {
        height: 1px;
        flex: 1;
        background: linear-gradient(90deg,rgba(113,231,255,.3),transparent)
    }

.intent-row {
    grid-column: 2;
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.intent-pill {
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #788493;
    font-size: 8px
}

    .intent-pill b {
        color: #dce5ee;
        margin-left: 3px
    }

    .intent-pill.active {
        border-color: rgba(113,231,255,.3);
        background: rgba(113,231,255,.04)
    }

.context-timeline {
    border-top: 1px solid var(--line);
    padding: 20px 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px
}

.timeline-node {
    position: relative;
    padding: 10px 8px 4px;
    border-left: 1px solid var(--line);
    padding-left: 14px
}

    .timeline-node span {
        color: #5e6978;
        font-size: 8px
    }

    .timeline-node b {
        display: block;
        font-size: 10px;
        margin-top: 5px
    }

    .timeline-node small {
        display: block;
        color: var(--muted);
        font-size: 8px;
        margin-top: 3px
    }

    .timeline-node.done {
        border-left-color: rgba(113,231,255,.35)
    }

        .timeline-node.done span {
            color: var(--cyan)
        }

    .timeline-node.live-node {
        border-left-color: rgba(123,240,176,.35)
    }

        .timeline-node.live-node span {
            color: var(--green)
        }

.try-tab {
    position: relative;
    animation: tryBlink 1.5s ease-in-out infinite
}

    .try-tab:after {
        content: "";
        position: absolute;
        inset: -4px;
        border: 1px solid rgba(113,231,255,.25);
        border-radius: 999px;
        animation: tryRing 1.5s ease-out infinite
    }

.try-mode {
    grid-template-columns: 1.05fr .95fr !important
}

.try-left, .try-right {
    min-height: 380px;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 26px;
    background: var(--panel)
}

.try-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px
}

    .try-head b {
        font-size: 13px
    }

    .try-head span {
        color: var(--green);
        font-size: 8px;
        letter-spacing: .14em
    }

.try-chat {
    height: 230px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 6px 0
}

.try-msg {
    max-width: 86%;
    padding: 11px 13px;
    border-radius: 15px;
    border: 1px solid var(--line);
    font-size: 11px;
    line-height: 1.5
}

    .try-msg.ai {
        align-self: flex-start;
        background: rgba(255,255,255,.035)
    }

    .try-msg.user {
        align-self: flex-end;
        background: rgba(113,231,255,.07);
        border-color: rgba(113,231,255,.15)
    }

.try-form {
    display: flex;
    gap: 7px;
    margin-top: 10px
}

    .try-form input {
        flex: 1;
        min-width: 0;
        background: #070a0f;
        border: 1px solid var(--line);
        border-radius: 12px;
        color: #fff;
        padding: 11px;
        font: inherit;
        font-size: 11px;
        outline: none
    }

    .try-form button {
        border: 0;
        background: var(--cyan);
        color: #031015;
        border-radius: 12px;
        padding: 0 15px;
        font-weight: 800;
        cursor: pointer
    }

.preset-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px
}

.preset {
    border: 1px solid var(--line);
    background: transparent;
    color: #aeb8c5;
    border-radius: 999px;
    padding: 7px 9px;
    font-size: 8px;
    cursor: pointer
}

.voice-demo {
    margin-top: 16px;
    border-top: 1px solid var(--line);
    padding-top: 16px
}

.voice-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px
}

.mic-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(113,231,255,.35);
    background: rgba(113,231,255,.07);
    color: var(--cyan);
    font-size: 19px;
    cursor: pointer
}

    .mic-btn.recording {
        background: rgba(255,100,130,.10);
        border-color: rgba(255,100,130,.5);
        color: #ff8aa0;
        animation: micPulse 1s infinite
    }

.voice-status {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5
}

.voice-bars {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 12px
}

    .voice-bars i {
        width: 3px;
        height: 10px;
        background: var(--cyan);
        opacity: .55;
        border-radius: 4px;
        animation: bar 1s ease-in-out infinite
    }

        .voice-bars i:nth-child(2n) {
            animation-delay: -.2s
        }

        .voice-bars i:nth-child(3n) {
            animation-delay: -.4s
        }

        .voice-bars i:nth-child(4n) {
            animation-delay: -.6s
        }

    .voice-bars.paused i {
        animation-play-state: paused;
        height: 5px
    }

@keyframes bar {
    50% {
        height: 32px;
        opacity: 1
    }
}

@keyframes micPulse {
    50% {
        transform: scale(1.08)
    }
}

@keyframes tryBlink {
    0%,100% {
        box-shadow: 0 0 0 rgba(113,231,255,0)
    }

    50% {
        box-shadow: 0 0 24px rgba(113,231,255,.24)
    }
}

@keyframes tryRing {
    0% {
        transform: scale(.96);
        opacity: .7
    }

    100% {
        transform: scale(1.08);
        opacity: 0
    }
}

@keyframes dotBlink {
    50% {
        opacity: .35
    }
}

@keyframes messageIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:900px) {
    .try-mode {
        grid-template-columns: 1fr !important
    }
}

@media(max-width:600px) {
    .hero-chat {
        min-height: 390px
    }

    .hero-messages {
        padding: 16px
    }

    .context-timeline {
        grid-template-columns: 1fr
    }

    .intent-row {
        grid-column: 1/-1
    }
}

.context-visual {
    margin-top: 22px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(3,6,10,.55);
    overflow: hidden
}

.context-topline {
    height: 38px;
    padding: 0 14px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 8px;
    letter-spacing: .16em;
    color: #7f8b99
}

.context-live {
    color: var(--green)
}

    .context-live i {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 9px var(--green);
        margin-right: 5px
    }

.graph-stage {
    height: 345px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 48%,rgba(113,231,255,.10),transparent 20%), radial-gradient(circle at 22% 50%,rgba(157,135,255,.055),transparent 24%), linear-gradient(135deg,rgba(255,255,255,.018),transparent)
}

    .graph-stage:before, .graph-stage:after {
        content: "";
        position: absolute;
        border: 1px solid rgba(113,231,255,.07);
        border-radius: 50%;
        left: 50%;
        top: 48%;
        transform: translate(-50%,-50%);
        pointer-events: none
    }

    .graph-stage:before {
        width: 240px;
        height: 240px
    }

    .graph-stage:after {
        width: 360px;
        height: 360px;
        border-color: rgba(157,135,255,.045)
    }

.graph-line {
    position: absolute;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg,transparent,rgba(113,231,255,.32),transparent);
    z-index: 1
}

.gl1 {
    width: 34%;
    left: 20%;
    top: 46%;
    transform: rotate(-14deg)
}

.gl2 {
    width: 34%;
    left: 48%;
    top: 49%;
    transform: rotate(14deg)
}

.gl3 {
    width: 28%;
    left: 36%;
    top: 58%;
    transform: rotate(0deg)
}

.graph-line:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 1px;
    top: 0;
    background: var(--cyan);
    animation: graphPacket 2.4s linear infinite
}

.gl2:after {
    animation-delay: -.8s
}

.gl3:after {
    animation-delay: -1.5s
}

@keyframes graphPacket {
    from {
        left: -5%;
        opacity: 0
    }

    15% {
        opacity: 1
    }

    to {
        left: 105%;
        opacity: 0
    }
}

.graph-node, .graph-core, .graph-response {
    position: absolute;
    z-index: 3
}

.graph-node {
    width: 125px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(7,10,15,.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18)
}

    .graph-node b {
        display: block;
        font-size: 11px;
        margin-top: 7px
    }

    .graph-node small {
        display: block;
        color: var(--muted);
        font-size: 8px;
        margin-top: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.node-icon {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: rgba(113,231,255,.08);
    color: var(--cyan);
    font-size: 7px;
    letter-spacing: .08em
}

.customer-node {
    left: 5%;
    top: 38%
}

.intent-node {
    left: 29%;
    top: 15%
}

.context-node {
    right: 29%;
    top: 15%
}

.action-node {
    right: 5%;
    top: 38%
}

.graph-core {
    left: 50%;
    top: 49%;
    width: 105px;
    height: 105px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle,rgba(113,231,255,.20),rgba(113,231,255,.035) 55%,transparent 70%);
    border: 1px solid rgba(113,231,255,.25);
    box-shadow: 0 0 55px rgba(113,231,255,.14)
}

    .graph-core span {
        font-size: 15px;
        font-weight: 900;
        letter-spacing: .08em
    }

    .graph-core small {
        display: block;
        color: var(--muted);
        font-size: 6px;
        letter-spacing: .13em;
        margin-top: -30px
    }

.core-pulse {
    position: absolute;
    inset: -12px;
    border: 1px solid rgba(113,231,255,.16);
    border-radius: 50%;
    animation: coreGraphPulse 2.5s ease-out infinite
}

@keyframes coreGraphPulse {
    0% {
        transform: scale(.72);
        opacity: .8
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.graph-response {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 78%;
    padding: 12px 15px;
    border: 1px solid rgba(113,231,255,.13);
    border-radius: 13px;
    background: rgba(113,231,255,.035);
    text-align: center
}

    .graph-response span {
        display: block;
        color: var(--cyan);
        font-size: 7px;
        letter-spacing: .16em;
        margin-bottom: 5px
    }

    .graph-response b {
        font-size: 10px;
        font-weight: 600;
        color: #dce6ef
    }

.try-chat {
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .try-chat::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

.hero-messages {
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .hero-messages::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

.channel-mockup {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: #080b10;
    box-shadow: 0 20px 55px rgba(0,0,0,.25)
}

.mockup-top {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-bottom: 1px solid var(--line);
    font-size: 7px;
    letter-spacing: .13em;
    color: #788493
}

.mockup-signal {
    color: var(--green)
}

.mock-screen {
    height: 355px;
    position: relative;
    overflow: hidden
}

.wa-head {
    height: 52px;
    background: #0c1b20;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 13px
}

    .wa-head b {
        display: block;
        font-size: 11px
    }

    .wa-head small {
        display: block;
        font-size: 8px;
        color: #8eb8ad
    }

    .wa-head > span {
        margin-left: auto
    }

.wa-avatar, .phone-avatar, .app-avatar {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1ca673;
    color: #fff;
    font-weight: 800;
    font-size: 10px
}

.wa-chat {
    height: 255px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #071014
}

.wa-date {
    align-self: center;
    font-size: 7px;
    color: #92a4a5;
    background: rgba(255,255,255,.05);
    padding: 5px 8px;
    border-radius: 8px
}

.wa-msg {
    max-width: 76%;
    padding: 8px 9px;
    border-radius: 8px;
    font-size: 9px;
    line-height: 1.45
}

    .wa-msg small {
        display: block;
        text-align: right;
        color: #8da1a0;
        font-size: 6px
    }

.user-wa {
    align-self: flex-end;
    background: #123b31
}

.ai-wa {
    align-self: flex-start;
    background: #182327
}

.wa-input {
    position: absolute;
    bottom: 8px;
    left: 9px;
    right: 9px;
    height: 31px;
    border-radius: 16px;
    background: #142024;
    color: #6e8182;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 8px
}

.phone-ui {
    background: linear-gradient(#0a0c13,#070910);
    padding: 22px 20px;
    text-align: center;
    color: #eef2f7
}

.phone-top {
    display: flex;
    justify-content: space-between;
    font-size: 7px;
    color: #87909f
}

.phone-contact {
    margin-top: 25px
}

    .phone-contact b {
        display: block;
        font-size: 13px;
        margin-top: 9px
    }

    .phone-contact small {
        display: block;
        color: var(--green);
        font-size: 8px
    }

.phone-avatar {
    margin: auto;
    width: 54px;
    height: 54px;
    font-size: 18px
}

.phone-wave {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 18px
}

    .phone-wave i {
        width: 3px;
        height: 12px;
        background: var(--cyan);
        border-radius: 5px;
        animation: pw 1s ease-in-out infinite
    }

        .phone-wave i:nth-child(2n) {
            animation-delay: -.2s
        }

        .phone-wave i:nth-child(3n) {
            animation-delay: -.4s
        }

@keyframes pw {
    50% {
        height: 55px
    }
}

.phone-transcript, .phone-ai {
    max-width: 310px;
    margin: 8px auto;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    text-align: left;
    font-size: 9px
}

    .phone-transcript span, .phone-ai span {
        display: block;
        color: var(--cyan);
        font-size: 6px
    }

.phone-ai {
    background: rgba(113,231,255,.04)
}

.call-controls {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center
}

    .call-controls button {
        width: 43px;
        height: 43px;
        border: 0;
        border-radius: 50%;
        background: #e85568;
        color: #fff
    }

.web-ui {
    background: #f2f5f7;
    color: #111
}

.web-nav {
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #dfe4e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 8px
}

.web-chat {
    width: 84%;
    height: 270px;
    margin: 16px auto;
    background: #fff;
    border: 1px solid #e1e6ea;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.web-title b {
    display: block;
    font-size: 13px
}

.web-title small {
    color: #6e7780;
    font-size: 7px
}

.web-msg {
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 8px;
    max-width: 75%
}

.user-web {
    align-self: flex-end;
    background: #eaf7fb
}

.ai-web {
    background: #f2f4f6
}

.web-input {
    margin-top: auto;
    border: 1px solid #dfe4e8;
    border-radius: 9px;
    padding: 9px;
    color: #9aa2aa;
    font-size: 8px;
    display: flex;
    justify-content: space-between
}

.app-ui {
    background: #080a0f;
    color: #f4f6f8;
    padding: 14px
}

.app-bar {
    display: flex;
    justify-content: space-between;
    font-size: 9px
}

.app-profile {
    margin-top: 25px
}

    .app-profile b {
        display: block;
        margin-top: 10px;
        font-size: 15px
    }

    .app-profile small {
        display: block;
        color: #7f8997;
        font-size: 8px
    }

.app-card {
    margin-top: 22px;
    padding: 17px;
    border-radius: 17px;
    background: rgba(113,231,255,.08);
    border: 1px solid rgba(113,231,255,.13)
}

    .app-card small {
        display: block;
        color: var(--cyan);
        font-size: 6px
    }

    .app-card b {
        display: block;
        font-size: 16px;
        margin: 10px 0
    }

    .app-card span {
        color: #bbc5d1;
        font-size: 9px
    }

.app-chip-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px
}

    .app-chip-row i {
        font-style: normal;
        border: 1px solid var(--line);
        padding: 7px 9px;
        border-radius: 999px;
        font-size: 7px
    }

.context-readout {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--line)
}

    .context-readout div {
        padding: 13px 10px;
        border-right: 1px solid var(--line)
    }

        .context-readout div:last-child {
            border-right: 0
        }

    .context-readout span {
        display: block;
        color: #657181;
        font-size: 6px;
        letter-spacing: .13em
    }

    .context-readout b {
        display: block;
        color: #d8e1eb;
        font-size: 8px;
        margin-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.hero-chat-form {
    height: 48px;
    flex: 0 0 48px
}

    .hero-chat-form input {
        height: 42px;
        max-height: 42px;
        overflow: hidden;
        white-space: nowrap
    }

.hero-suggestions {
    height: 42px;
    flex: 0 0 42px
}

@media(max-width:600px) {
    .context-readout {
        grid-template-columns: repeat(2,1fr)
    }
}

/* V4 visual/spacing refinements */
.conversation-ui {
    height: 590px;
    min-height: 590px
}

.hero-chat {
    height: 535px;
    min-height: 535px;
    overflow: hidden
}

.hero-messages {
    height: 365px;
    min-height: 365px;
    max-height: 365px;
    flex: 0 0 365px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .hero-messages::-webkit-scrollbar {
        display: none
    }

.hero-chat-form {
    height: 48px;
    min-height: 48px;
    flex: 0 0 48px;
    position: relative;
    background: rgba(5,8,12,.9)
}

    .hero-chat-form input {
        width: 100%;
        height: 42px;
        max-height: 42px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.hero-suggestions {
    height: 42px;
    min-height: 42px;
    flex: 0 0 42px;
    overflow: hidden
}

@media(max-width:600px) {
    .conversation-ui {
        height: 500px;
        min-height: 500px
    }

    .hero-chat {
        height: 445px;
        min-height: 445px
    }

    .hero-messages {
        height: 270px;
        min-height: 270px;
        max-height: 270px;
        flex-basis: 270px
    }
}
/* Section rhythm */
#enterprise {
    padding-top: 72px
}

    #enterprise + section {
        padding-top: 88px
    }
/* Industry customer-says panel */
.quote-panel {
    min-height: 240px;
    height: 240px;
    padding: 24px
}

    .quote-panel .quote {
        font-size: clamp(24px,3vw,40px);
        line-height: 1.12;
        margin-top: 28px;
        max-width: 720px
    }

.outcome-panel {
    min-height: 240px;
    height: 240px;
    padding: 24px
}

.industry {
    align-items: start
}
/* Capabilities */
section:has(.features) .section-title {
    line-height: 1.12
}

.feature p {
    font-size: 13px;
    line-height: 1.75;
    margin-top: 11px
}

.feature b {
    font-size: 15px
}
/* Use case detail */
.use-detail {
    font-size: 14px;
    line-height: 1.8;
    padding: 24px 26px;
    min-height: 118px
}

    .use-detail strong {
        font-size: 15px;
        margin-bottom: 8px !important
    }
/* Distinct platform mockups */
.channel-mockup {
    min-height: 389px
}

/* Precision spacing + industry panel sizing */
#intelligence {
    padding-bottom: 62px
}

#enterprise {
    padding-top: 62px;
    padding-bottom: 72px
}

#capabilities {
    padding-top: 72px;
    padding-bottom: 72px
}

#use-cases {
    padding-top: 72px;
    padding-bottom: 72px
}

#faq {
    padding-top: 72px
}

.industry {
    align-items: start
}

.quote-panel {
    min-height: 0;
    height: 230px;
    padding: 24px
}

.outcome-panel {
    min-height: 300px;
    padding: 30px
}

.quote {
    font-size: clamp(25px,3.15vw,43px);
    line-height: 1.08;
    margin-top: 28px
}

@media(max-width:900px) {
    #intelligence, #enterprise, #capabilities, #use-cases, #faq {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .quote-panel {
        height: auto;
        min-height: 210px
    }

    .outcome-panel {
        min-height: 300px
    }
}

@media(max-width:600px) {
    #intelligence, #enterprise, #capabilities, #use-cases, #faq {
        padding-top: 55px;
        padding-bottom: 55px
    }
}

/* V6 precision fixes */
.outcome-panel {
    min-height: 300px;
    height: 380px;
    padding: 30px;
    overflow: hidden;
}

.outcome-list {
    gap: 8px;
    margin-top: 22px
}

.outcome {
    padding: 13px 14px;
    font-size: 12px;
    min-height: 0
}

    .outcome strong {
        font-size: 13px
    }

.quote-panel {
    min-height: 0;
    height: 230px;
    padding: 24px;
    overflow: hidden;
}

.context-readout b {
    font-size: 12px;
    line-height: 1.25
}

.context-readout span {
    font-size: 7px
}

.platform-mic {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(113,231,255,.35) !important;
    border-radius: 50% !important;
    background: rgba(113,231,255,.08) !important;
    color: var(--cyan) !important;
    cursor: pointer !important;
    font-size: 15px !important;
}

    .platform-mic.recording {
        background: rgba(255,100,130,.12) !important;
        border-color: rgba(255,100,130,.55) !important;
        color: #ff8aa0 !important;
        animation: platformMicPulse 1s infinite
    }

.hangup {
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    background: #e85568;
    color: #fff;
    cursor: pointer
}

.mic-demo-label {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    color: #697483;
    font-size: 6px;
    letter-spacing: .13em
}

@keyframes platformMicPulse {
    50% {
        transform: scale(1.09)
    }
}

#phoneUI .call-controls {
    bottom: 14px;
    height: 62px
}

#phoneUI .phone-ai {
    margin-bottom: 0
}

@media(max-width:600px) {
    .outcome-panel {
        height: auto;
        min-height: 340px
    }

    .quote-panel {
        height: 210px
    }

    .context-readout b {
        font-size: 10px
    }
}

/* V7 — phone conversation controls get their own visual space */
#phoneUI {
    padding: 22px 20px 86px !important;
    box-sizing: border-box;
}

    #phoneUI .phone-wave {
        margin: 14px 18px 8px
    }

    #phoneUI .phone-transcript,
    #phoneUI .phone-ai {
        position: relative;
        z-index: 3;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    #phoneUI .phone-transcript {
        margin-top: 6px
    }

    #phoneUI .phone-ai {
        margin-top: 8px;
        margin-bottom: 0 !important;
    }

    #phoneUI .call-controls {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 10px !important;
        height: 58px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        background: linear-gradient(180deg,transparent,rgba(7,9,16,.96) 34%);
    }

    #phoneUI .platform-mic,
    #phoneUI .hangup {
        position: relative;
        z-index: 11
    }

    #phoneUI .mic-demo-label {
        bottom: 2px
    }

/* 04 → 05: tighten the transition without changing internal section layout */
#enterprise {
    padding-bottom: 34px !important
}

#capabilities {
    padding-top: 34px !important
}

/* V8 — completely separate the voice transcript from call controls */
#phoneUI {
    position: relative !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

    #phoneUI .phone-top {
        position: absolute;
        top: 22px;
        left: 24px;
        right: 24px;
        z-index: 2;
    }

    #phoneUI .phone-contact {
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        margin: 0 !important;
        z-index: 2;
    }

    #phoneUI .phone-wave {
        position: absolute;
        top: 126px;
        left: 0;
        right: 0;
        margin: 0 !important;
        height: 68px !important;
        z-index: 2;
    }

    #phoneUI .phone-transcript,
    #phoneUI .phone-ai {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: min(56%,310px) !important;
        max-width: none !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        z-index: 4 !important;
    }

    #phoneUI .phone-transcript {
        top: 207px !important;
    }

    #phoneUI .phone-ai {
        top: 263px !important;
        margin-bottom: 0 !important;
    }

    #phoneUI .call-controls {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 6px !important;
        height: 52px !important;
        z-index: 20 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 18px !important;
        background: linear-gradient(180deg,transparent,rgba(7,9,16,.97) 25%) !important;
        padding-top: 0 !important;
    }

    #phoneUI .platform-mic,
    #phoneUI .hangup {
        flex: 0 0 43px !important;
        width: 43px !important;
        height: 43px !important;
        margin: 0 !important;
    }

    #phoneUI .mic-demo-label {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 9px !important;
        line-height: 9px !important;
        text-align: center !important;
        color: #7d8998 !important;
        font-size: 6px !important;
        letter-spacing: .14em !important;
        pointer-events: none !important;
    }

/* V9 — larger, spacious phone conversation */
.mock-screen {
    height: 410px !important
}

#phoneUI {
    position: relative !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 50% 42%,rgba(113,231,255,.045),transparent 28%),linear-gradient(180deg,#080c14,#060910) !important
}

    #phoneUI .phone-top {
        position: absolute !important;
        top: 18px !important;
        left: 28px !important;
        right: 28px !important;
        z-index: 5 !important;
        font-size: 8px !important;
        color: #7d8796 !important
    }

    #phoneUI .phone-contact {
        position: absolute !important;
        top: 47px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        z-index: 4 !important
    }

    #phoneUI .phone-avatar {
        width: 58px !important;
        height: 58px !important;
        font-size: 21px !important;
        box-shadow: 0 0 28px rgba(27,201,133,.15)
    }

    #phoneUI .phone-contact b {
        font-size: 14px !important;
        margin-top: 9px !important
    }

.phone-contact small {
    font-size: 8px !important;
    margin-top: 4px !important
}

#phoneUI .phone-wave {
    position: absolute !important;
    top: 135px !important;
    left: 22% !important;
    right: 22% !important;
    height: 68px !important;
    margin: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important
}

    #phoneUI .phone-wave i {
        width: 3px !important;
        height: 10px !important;
        border-radius: 4px !important;
        background: var(--cyan) !important;
        animation: premiumWave 1.15s ease-in-out infinite !important
    }

        #phoneUI .phone-wave i:nth-child(2n) {
            animation-delay: -.23s !important
        }

        #phoneUI .phone-wave i:nth-child(3n) {
            animation-delay: -.43s !important
        }

        #phoneUI .phone-wave i:nth-child(4n) {
            animation-delay: -.67s !important
        }

@keyframes premiumWave {
    50% {
        height: 45px;
        opacity: 1
    }

    100% {
        opacity: .55
    }
}

#phoneUI .phone-transcript, #phoneUI .phone-ai {
    position: absolute !important;
    left: 19% !important;
    right: 19% !important;
    width: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
    border-radius: 17px !important;
    margin: 0 !important;
    z-index: 5 !important;
    text-align: left !important
}

#phoneUI .phone-transcript {
    top: 213px !important;
    padding: 12px 15px !important;
    background: rgba(7,10,16,.84) !important;
    border: 1px solid rgba(255,255,255,.10) !important
}

    #phoneUI .phone-transcript span, #phoneUI .phone-ai span {
        display: block !important;
        color: var(--cyan) !important;
        font-size: 6px !important;
        letter-spacing: .12em !important;
        margin-bottom: 4px !important
    }

    #phoneUI .phone-transcript b {
        display: block !important;
        color: #e5edf5 !important;
        font-size: 9px !important;
        line-height: 1.45 !important;
        font-weight: 500 !important
    }

    #phoneUI .phone-transcript em, #phoneUI .phone-ai em {
        position: absolute !important;
        right: 12px !important;
        top: 12px !important;
        font-style: normal !important;
        color: #748090 !important;
        font-size: 6px !important
    }

#phoneUI .phone-ai {
    top: 270px !important;
    padding: 13px 15px 14px 48px !important;
    min-height: 82px !important;
    background: linear-gradient(135deg,rgba(113,231,255,.055),rgba(255,255,255,.018)) !important;
    border: 1px solid rgba(113,231,255,.14) !important
}

#phoneUI .ai-mini-avatar {
    position: absolute;
    left: 13px;
    top: 14px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #18b47a;
    color: white;
    font-size: 9px;
    font-weight: 800
}

#phoneUI .phone-ai .ai-copy b {
    display: block !important;
    color: #e5edf5 !important;
    font-size: 9px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    padding-right: 28px !important
}

#phoneUI .phone-ai p {
    margin: 9px 0 0 !important;
    color: #d4dee8 !important;
    font-size: 9px !important;
    line-height: 1.55 !important
}

#phoneUI .call-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 7px !important;
    height: 59px !important;
    z-index: 20 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 24px !important;
    padding-top: 0 !important;
    background: linear-gradient(180deg,transparent,rgba(5,8,14,.98) 25%) !important
}

#phoneUI .platform-mic, #phoneUI .hangup {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    margin: 0 !important;
    border-radius: 50% !important
}

#phoneUI .platform-mic {
    border: 1px solid rgba(113,231,255,.38) !important;
    background: rgba(113,231,255,.07) !important;
    color: var(--cyan) !important
}

#phoneUI .hangup {
    background: #ee566a !important
}

#phoneUI .mic-demo-label {
    bottom: -1px !important;
    font-size: 6px !important;
    letter-spacing: .16em !important;
    color: #748090 !important
}

#phoneUI .context-readout {
    position: relative;
    z-index: 30
}

/* V10 — deterministic channel switching */
.mock-screen[hidden] {
    display: none !important
}

.whatsapp-ui.mock-screen:not([hidden]),
.phone-ui.mock-screen:not([hidden]),
.web-ui.mock-screen:not([hidden]),
.app-ui.mock-screen:not([hidden]) {
    display: block
}

.mockup-dots {
    letter-spacing: 3px;
    color: #718092
}

.web-ui {
    height: 410px !important;
    background: #eef2f5;
    color: #151a20;
    overflow: hidden
}

.browser-bar {
    height: 30px;
    background: #dfe4e8;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    color: #7b858f;
    font-size: 8px
}

.browser-address {
    flex: 1;
    background: #f5f7f8;
    border-radius: 7px;
    padding: 5px 10px;
    text-align: center;
    font-size: 7px
}

.web-site-nav {
    height: 43px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 18px;
    border-bottom: 1px solid #dde3e7;
    font-size: 7px
}

    .web-site-nav b {
        font-size: 13px
    }

    .web-site-nav span {
        color: #737d87;
        flex: 1
    }

    .web-site-nav button {
        border: 1px solid #cfd7dd;
        background: #fff;
        border-radius: 8px;
        padding: 5px 9px;
        font-size: 7px
    }

.web-body {
    height: 337px;
    position: relative;
    padding: 30px 6%;
    background: linear-gradient(135deg,#f7f9fa,#edf2f5)
}

.web-copy small {
    font-size: 6px;
    letter-spacing: .15em;
    color: #167b99
}

.web-copy h3 {
    font-size: 22px;
    margin: 7px 0 4px
}

.web-copy p {
    font-size: 9px;
    color: #68737d;
    margin: 0
}

.web-chatbox {
    position: absolute;
    right: 6%;
    bottom: 18px;
    width: 42%;
    min-width: 260px;
    height: 265px;
    background: #fff;
    border: 1px solid #dbe1e5;
    border-radius: 17px;
    box-shadow: 0 18px 45px rgba(0,0,0,.13);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.web-chat-head {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-bottom: 1px solid #e6eaed
}

.web-ai-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #19a875;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 8px;
    font-weight: 800
}

.web-chat-head b {
    display: block;
    font-size: 8px
}

.web-chat-head small {
    display: block;
    color: #81909a;
    font-size: 6px
}

.web-chat-head span {
    margin-left: auto
}

.web-messages {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow: hidden
}

.web-msg {
    max-width: 80%;
    padding: 8px 9px;
    border-radius: 9px;
    font-size: 7px;
    line-height: 1.4
}

.user-web {
    align-self: flex-end;
    background: #e9f7fb
}

.ai-web {
    background: #f1f3f5
}

.web-input {
    margin: 8px;
    border: 1px solid #dde3e7;
    border-radius: 9px;
    padding: 8px;
    color: #98a1a8;
    font-size: 7px;
    display: flex;
    justify-content: space-between
}

.app-ui {
    height: 410px !important;
    background: linear-gradient(180deg,#0a0d14,#070a10);
    color: #f1f5f8;
    padding: 0 22px !important;
    overflow: hidden
}

.app-status {
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 7px;
    color: #7f8996
}

.app-bar {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 9px;
    border-bottom: 1px solid rgba(255,255,255,.06)
}

.app-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px
}

    .app-profile b {
        display: block;
        font-size: 13px
    }

    .app-profile small {
        display: block;
        color: #7e8997;
        font-size: 7px;
        margin-top: 3px
    }

.app-avatar {
    width: 38px !important;
    height: 38px !important;
    font-size: 13px !important
}

.app-card {
    margin-top: 22px;
    padding: 18px;
    border-radius: 17px;
    background: linear-gradient(135deg,rgba(113,231,255,.11),rgba(157,135,255,.08));
    border: 1px solid rgba(113,231,255,.14)
}

    .app-card small {
        display: block;
        color: var(--cyan);
        font-size: 6px;
        letter-spacing: .14em
    }

    .app-card b {
        display: block;
        font-size: 17px;
        margin: 8px 0 4px
    }

    .app-card p {
        font-size: 8px;
        line-height: 1.5;
        color: #9ba7b5;
        margin: 0 0 12px
    }

    .app-card span {
        font-size: 8px;
        color: #d9e2eb
    }

.app-section-title {
    font-size: 8px;
    color: #778392;
    letter-spacing: .08em;
    margin: 20px 0 9px
}

.app-chip-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

    .app-chip-row i {
        font-style: normal;
        border: 1px solid var(--line);
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 7px;
        color: #b5c0cd
    }

.app-bottom {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 43px;
    border-top: 1px solid rgba(255,255,255,.07);
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #687483;
    font-size: 7px
}

    .app-bottom .active {
        color: var(--cyan)
    }

/* V14 — native HTML/CSS phone demo. No generated image. */
#phoneUI {
    height: 410px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #070b12 !important
}

.native-phone {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 35%,rgba(113,231,255,.055),transparent 28%), linear-gradient(180deg,#080c14,#060910);
    color: #edf3f8
}

.native-phone-top {
    position: absolute;
    top: 17px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    color: #8994a2;
    font-size: 9px;
    z-index: 3
}

.native-contact {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    text-align: center
}

.native-avatar {
    width: 58px;
    height: 58px;
    margin: auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #18b477;
    color: white;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 0 35px rgba(24,180,119,.13)
}

.native-contact-name {
    font-size: 16px;
    font-weight: 800;
    margin-top: 9px
}

.native-connected {
    font-size: 8px;
    color: #5ee5a5;
    margin-top: 4px
}

.native-wave {
    position: absolute;
    top: 143px;
    left: 28%;
    right: 28%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

    .native-wave i {
        width: 3px;
        height: 8px;
        border-radius: 4px;
        background: #73e7ff;
        animation: nwave 1.15s ease-in-out infinite
    }

        .native-wave i:nth-child(2n) {
            animation-delay: -.22s
        }

        .native-wave i:nth-child(3n) {
            animation-delay: -.42s
        }

        .native-wave i:nth-child(4n) {
            animation-delay: -.64s
        }

@keyframes nwave {
    50% {
        height: 42px
    }

    100% {
        opacity: .55
    }
}

.native-message {
    position: absolute;
    left: 15%;
    right: 15%;
    border-radius: 17px;
    padding: 14px 16px;
    box-sizing: border-box
}

    .native-message.customer {
        top: 207px;
        border: 1px solid rgba(255,255,255,.11);
        background: rgba(7,10,16,.82)
    }

    .native-message.aria {
        top: 274px;
        min-height: 92px;
        border: 1px solid rgba(113,231,255,.16);
        background: linear-gradient(135deg,rgba(113,231,255,.07),rgba(255,255,255,.015));
        padding-left: 54px
    }

.native-message-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px
}

    .native-message-meta b {
        font-size: 7px;
        letter-spacing: .11em;
        color: #73e7ff
    }

    .native-message-meta span {
        font-size: 6px;
        color: #718091
    }

.native-message p {
    font-size: 11px;
    line-height: 1.45;
    margin: 0;
    color: #e7edf3
}

.native-message strong {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 9px;
    color: #f0f5f8;
    font-weight: 600
}

.native-message small {
    display: block;
    font-size: 9px;
    color: #aab6c3;
    margin-top: 4px
}

.native-aria-avatar {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #18b477;
    color: #fff;
    font-size: 9px;
    font-weight: 800
}

.native-callbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 61px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg,rgba(6,9,16,.72),#060910 35%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    padding-top: 8px;
    box-sizing: border-box
}

.native-mic, .native-hangup {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(113,231,255,.38);
    cursor: pointer;
    display: grid;
    place-items: center
}

.native-mic {
    background: rgba(113,231,255,.07);
    color: #73e7ff
}

.native-hangup {
    border: 0;
    background: #ed566a;
    color: white
}

.native-mic span {
    font-size: 17px
}

.native-mic.recording {
    animation: nmic 1s infinite;
    background: rgba(255,91,116,.14);
    border-color: #ff7188
}

@keyframes nmic {
    50% {
        box-shadow: 0 0 0 8px rgba(255,113,136,.07)
    }
}

.native-mic-status {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 7px;
    letter-spacing: .16em;
    color: #718091
}

.context-readout {
    min-height: 82px
}

    .context-readout b {
        font-size: 13px !important;
        line-height: 1.3
    }

    .context-readout span {
        font-size: 7px !important
    }

/* V15 — fix channel state + phone spacing/alignment */
.mock-screen[hidden] {
    display: none !important
}

.channel-mockup {
    min-height: 0 !important
}

.mock-screen {
    height: 410px !important
}

/* Phone: reserve a clean vertical stack */
#phoneUI {
    height: 470px !important
}

    #phoneUI .native-phone {
        height: 470px !important
    }

    #phoneUI .native-phone-top {
        top: 18px !important
    }

    #phoneUI .native-contact {
        top: 46px !important
    }

    #phoneUI .native-avatar {
        width: 58px !important;
        height: 58px !important
    }

    #phoneUI .native-wave {
        top: 139px !important;
        height: 58px !important;
        left: 27% !important;
        right: 27% !important
    }

    #phoneUI .native-message.customer {
        top: 211px !important;
        left: 13% !important;
        right: 13% !important;
        min-height: 72px !important;
        padding: 14px 17px !important;
    }

    #phoneUI .native-message.aria {
        top: 292px !important;
        left: 13% !important;
        right: 13% !important;
        min-height: 94px !important;
        padding: 14px 17px 14px 56px !important;
    }

    #phoneUI .native-message p {
        font-size: 11px !important;
        line-height: 1.5 !important
    }

    #phoneUI .native-message strong {
        font-size: 10px !important;
        line-height: 1.45 !important;
        margin-top: 8px !important
    }

    #phoneUI .native-message small {
        font-size: 9px !important
    }

    #phoneUI .native-callbar {
        height: 68px !important;
        padding-top: 9px !important;
    }

    #phoneUI .native-mic, #phoneUI .native-hangup {
        width: 46px !important;
        height: 46px !important;
    }

    #phoneUI .native-mic-status {
        bottom: 3px !important
    }

/* Keep the platform metadata readable */
#intentText, #languageText {
    font-size: 14px !important;
    line-height: 1.35 !important
}

.context-readout b {
    font-size: 14px !important
}

.context-readout span {
    font-size: 8px !important
}

/* WhatsApp / Website / App get the same breathing room */
#whatsappUI, #webUI, #appUI {
    height: 410px !important
}

/* Mobile */
@media(max-width:900px) {
    #phoneUI, #phoneUI .native-phone {
        height: 455px !important
    }

        #phoneUI .native-message.customer {
            left: 9% !important;
            right: 9% !important
        }

        #phoneUI .native-message.aria {
            left: 9% !important;
            right: 9% !important
        }
}

/* V16 — redesign Website + App channel mockups for readability */
#webUI.mock-screen, #appUI.mock-screen {
    height: 470px !important
}

/* WEBSITE — real dark support console / browser */
#webUI {
    background: #080c12 !important;
    color: #edf4f8 !important;
    overflow: hidden !important;
}

    #webUI .web-browser {
        height: 470px !important;
        background: #0b1017 !important;
    }

    #webUI .browser-bar {
        height: 34px !important;
        background: #111822 !important;
        color: #8390a0 !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
        padding: 0 18px !important;
    }

    #webUI .browser-address {
        background: #070b10 !important;
        color: #8492a1 !important;
        border: 1px solid rgba(255,255,255,.08) !important;
        font-size: 9px !important;
        padding: 7px 14px !important;
    }

    #webUI .web-site-nav {
        height: 52px !important;
        background: #0d131b !important;
        color: #dce5ec !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
        padding: 0 22px !important;
    }

        #webUI .web-site-nav b {
            font-size: 17px !important;
            letter-spacing: .03em
        }

        #webUI .web-site-nav span {
            color: #8e9aa8 !important;
            font-size: 9px !important
        }

        #webUI .web-site-nav button {
            color: #dce5ec !important;
            background: transparent !important;
            border: 1px solid rgba(255,255,255,.16) !important;
            border-radius: 8px !important;
            padding: 7px 12px !important;
            font-size: 8px !important;
        }

    #webUI .web-body {
        height: 384px !important;
        padding: 30px 5% !important;
        background: radial-gradient(circle at 75% 50%,rgba(113,231,255,.06),transparent 32%), linear-gradient(135deg,#0b1119,#080c12) !important;
    }

    #webUI .web-copy small {
        font-size: 8px !important;
        color: #73e7ff !important;
        letter-spacing: .15em
    }

    #webUI .web-copy h3 {
        font-size: 30px !important;
        color: #f3f7fa !important;
        margin: 9px 0 7px !important
    }

    #webUI .web-copy p {
        font-size: 12px !important;
        line-height: 1.5 !important;
        color: #8996a5 !important;
        max-width: 300px
    }

    #webUI .web-chatbox {
        right: 5% !important;
        bottom: 18px !important;
        width: 47% !important;
        min-width: 0 !important;
        height: 320px !important;
        background: #0e151e !important;
        border: 1px solid rgba(113,231,255,.16) !important;
        border-radius: 18px !important;
        box-shadow: 0 24px 60px rgba(0,0,0,.35) !important;
    }

    #webUI .web-chat-head {
        height: 60px !important;
        padding: 0 16px !important;
        background: #111a24 !important;
        border-bottom: 1px solid rgba(255,255,255,.07) !important;
    }

    #webUI .web-ai-avatar {
        width: 34px !important;
        height: 34px !important;
        font-size: 10px !important
    }

    #webUI .web-chat-head b {
        font-size: 11px !important;
        color: #f0f5f8 !important
    }

    #webUI .web-chat-head small {
        font-size: 7px !important;
        color: #7f8d9c !important;
        margin-top: 3px
    }

    #webUI .web-messages {
        padding: 16px !important;
        gap: 11px !important;
    }

    #webUI .web-msg {
        max-width: 86% !important;
        padding: 11px 13px !important;
        border-radius: 12px !important;
        font-size: 10px !important;
        line-height: 1.5 !important;
    }

    #webUI .user-web {
        background: rgba(113,231,255,.10) !important;
        color: #dfeaf1 !important
    }

    #webUI .ai-web {
        background: #171f29 !important;
        color: #dfe5ea !important
    }

    #webUI .web-input {
        margin: 10px !important;
        padding: 10px 12px !important;
        border: 1px solid rgba(255,255,255,.11) !important;
        background: #080d13 !important;
        color: #657382 !important;
        font-size: 9px !important;
        border-radius: 10px !important;
    }

        #webUI .web-input b {
            color: #73e7ff !important
        }

/* APP — proper dark mobile assistant conversation */
#appUI {
    height: 470px !important;
    padding: 0 10% !important;
    background: #070b11 !important;
    color: #eef4f8 !important;
    overflow: hidden !important;
}

    #appUI .app-status {
        height: 28px !important;
        font-size: 8px !important;
        color: #8a95a2 !important;
    }

    #appUI .app-bar {
        height: 52px !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
        font-size: 11px !important;
    }

    #appUI .app-profile {
        margin-top: 22px !important;
        gap: 12px !important;
    }

    #appUI .app-avatar {
        width: 44px !important;
        height: 44px !important;
        font-size: 14px !important;
    }

    #appUI .app-profile b {
        font-size: 16px !important
    }

    #appUI .app-profile small {
        font-size: 9px !important;
        color: #82909e !important;
        margin-top: 4px
    }

    #appUI .app-card {
        margin-top: 18px !important;
        padding: 17px !important;
        border-radius: 16px !important;
        background: linear-gradient(135deg,rgba(113,231,255,.10),rgba(157,135,255,.08)) !important;
        border: 1px solid rgba(113,231,255,.17) !important;
    }

        #appUI .app-card small {
            font-size: 7px !important
        }

        #appUI .app-card b {
            font-size: 20px !important;
            margin: 8px 0 5px !important
        }

        #appUI .app-card p {
            font-size: 10px !important;
            line-height: 1.55 !important;
            color: #9ba8b6 !important
        }

        #appUI .app-card span {
            font-size: 9px !important;
            color: #73e7ff !important
        }

    #appUI .app-section-title {
        font-size: 9px !important;
        color: #8793a1 !important;
        margin: 19px 0 10px !important;
    }

    #appUI .app-chip-row {
        gap: 8px !important
    }

        #appUI .app-chip-row i {
            font-size: 9px !important;
            padding: 9px 12px !important;
            color: #c1ccd6 !important;
            border-color: rgba(255,255,255,.12) !important;
        }

    #appUI .app-bottom {
        left: 10% !important;
        right: 10% !important;
        height: 48px !important;
        font-size: 8px !important;
        border-top: 1px solid rgba(255,255,255,.08) !important;
    }

    /* V17 — brighter enterprise interfaces + no-scroll conversation */
    #webUI.mock-screen, #appUI.mock-screen {
        height: 470px !important
    }

/* WEBSITE CHAT: bright, enterprise support UI */
#webUI {
    background: #f5f8fa !important;
    color: #17212b !important;
    overflow: hidden !important;
}

    #webUI .web-browser {
        height: 470px !important;
        background: #f5f8fa !important
    }

    #webUI .browser-bar {
        height: 34px !important;
        background: #e9eef2 !important;
        color: #73808c !important;
        border-bottom: 1px solid #d8e0e6 !important;
        padding: 0 18px !important;
    }

    #webUI .browser-address {
        background: #fff !important;
        color: #687684 !important;
        border: 1px solid #d6dee5 !important;
        font-size: 9px !important;
        padding: 7px 14px !important;
    }

    #webUI .web-site-nav {
        height: 52px !important;
        background: #fff !important;
        color: #18232d !important;
        border-bottom: 1px solid #dce3e8 !important;
        padding: 0 22px !important;
    }

        #webUI .web-site-nav b {
            font-size: 17px !important;
            color: #17212b !important
        }

        #webUI .web-site-nav span {
            color: #6d7985 !important;
            font-size: 9px !important
        }

        #webUI .web-site-nav button {
            color: #24313c !important;
            background: #fff !important;
            border: 1px solid #cbd5dd !important;
            border-radius: 8px !important;
            padding: 7px 12px !important;
            font-size: 8px !important;
        }

    #webUI .web-body {
        height: 384px !important;
        padding: 27px 5% !important;
        background: linear-gradient(135deg,#f8fafb,#edf3f6) !important;
    }

    #webUI .web-copy small {
        font-size: 8px !important;
        color: #0789a8 !important;
        letter-spacing: .15em
    }

    #webUI .web-copy h3 {
        font-size: 29px !important;
        color: #17212b !important;
        margin: 8px 0 7px !important
    }

    #webUI .web-copy p {
        font-size: 11px !important;
        line-height: 1.5 !important;
        color: #6b7884 !important;
        max-width: 300px
    }

    #webUI .web-chatbox {
        right: 5% !important;
        bottom: 16px !important;
        width: 47% !important;
        height: 320px !important;
        background: #fff !important;
        border: 1px solid #d7e0e6 !important;
        border-radius: 17px !important;
        box-shadow: 0 18px 45px rgba(32,55,70,.12) !important;
    }

    #webUI .web-chat-head {
        height: 58px !important;
        padding: 0 15px !important;
        background: #fff !important;
        border-bottom: 1px solid #e4e9ed !important;
    }

    #webUI .web-ai-avatar {
        width: 34px !important;
        height: 34px !important;
        background: #18b47a !important
    }

    #webUI .web-chat-head b {
        font-size: 11px !important;
        color: #17212b !important
    }

    #webUI .web-chat-head small {
        font-size: 7px !important;
        color: #7a8792 !important
    }

    #webUI .web-messages {
        padding: 14px !important;
        gap: 9px !important;
        overflow: hidden !important
    }

    #webUI .web-msg {
        max-width: 88% !important;
        padding: 9px 11px !important;
        border-radius: 11px !important;
        font-size: 9px !important;
        line-height: 1.45 !important;
    }

    #webUI .user-web {
        background: #e7f5fa !important;
        color: #20313d !important
    }

    #webUI .ai-web {
        background: #f0f3f5 !important;
        color: #26343e !important
    }

    #webUI .web-input {
        margin: 9px !important;
        padding: 9px 11px !important;
        border: 1px solid #d8e0e5 !important;
        background: #fff !important;
        color: #8a96a0 !important;
        font-size: 8px !important;
        border-radius: 10px !important;
    }

        #webUI .web-input b {
            color: #0789a8 !important
        }

/* APP: light, consumer-style mobile interface */
#appUI {
    height: 470px !important;
    padding: 0 10% !important;
    overflow: hidden !important;
    background: #f5f7f9 !important;
    color: #18232c !important;
}

    #appUI .app-status {
        height: 27px !important;
        font-size: 8px !important;
        color: #74808b !important
    }

    #appUI .app-bar {
        height: 50px !important;
        background: #fff !important;
        color: #17212b !important;
        border-bottom: 1px solid #e1e7eb !important;
        font-size: 11px !important;
    }

    #appUI .app-profile {
        margin-top: 20px !important;
        gap: 11px !important
    }

    #appUI .app-avatar {
        width: 43px !important;
        height: 43px !important;
        font-size: 14px !important
    }

    #appUI .app-profile b {
        font-size: 16px !important;
        color: #17212b !important
    }

    #appUI .app-profile small {
        font-size: 9px !important;
        color: #7a8791 !important
    }

    #appUI .app-card {
        margin-top: 17px !important;
        padding: 16px !important;
        border-radius: 16px !important;
        background: #fff !important;
        border: 1px solid #dce4e9 !important;
        box-shadow: 0 10px 28px rgba(40,61,75,.07) !important;
    }

        #appUI .app-card small {
            font-size: 7px !important;
            color: #0789a8 !important
        }

        #appUI .app-card b {
            font-size: 20px !important;
            color: #17212b !important;
            margin: 7px 0 5px !important
        }

        #appUI .app-card p {
            font-size: 10px !important;
            line-height: 1.5 !important;
            color: #687680 !important
        }

        #appUI .app-card span {
            font-size: 9px !important;
            color: #0789a8 !important
        }

    #appUI .app-section-title {
        font-size: 9px !important;
        color: #6e7b86 !important;
        margin: 17px 0 9px !important
    }

    #appUI .app-chip-row {
        gap: 7px !important
    }

        #appUI .app-chip-row i {
            font-size: 8px !important;
            padding: 8px 11px !important;
            font-style: normal !important;
            color: #34434f !important;
            background: #fff !important;
            border: 1px solid #d7e0e6 !important;
            border-radius: 999px !important;
        }

    #appUI .app-bottom {
        left: 10% !important;
        right: 10% !important;
        height: 46px !important;
        background: #fff !important;
        border-top: 1px solid #dfe6ea !important;
        color: #87939d !important;
        font-size: 8px !important;
    }

        #appUI .app-bottom .active {
            color: #0789a8 !important
        }

/* All channel mockups: don't hide conversation content behind overflow */
.web-messages, .app-chip-row {
    overflow: visible !important
}


/* V19 — Section 06 detail readability */
#use-cases .use-detail {
    font-size: 16px !important;
    line-height: 1.85 !important;
    padding: 26px 28px !important;
}

    #use-cases .use-detail strong {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

@media(max-width:600px) {
    #use-cases .use-detail {
        font-size: 15px !important;
        line-height: 1.75 !important;
        padding: 22px !important
    }

        #use-cases .use-detail strong {
            font-size: 17px !important
        }
}

/* V19 — Demo request modal */
.demo-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(14px);
}

    .demo-modal.open {
        display: flex
    }

.demo-card {
    width: min(520px,100%);
    position: relative;
    border: 1px solid rgba(113,231,255,.20);
    border-radius: 28px;
    background: linear-gradient(145deg,#0d1119,#080b11);
    box-shadow: 0 35px 100px rgba(0,0,0,.55);
    padding: 32px;
}

.demo-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.04);
    color: #dce5ed;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.demo-card .kicker {
    margin-bottom: 8px
}

.demo-card h3 {
    font-size: 38px;
    line-height: .98;
    letter-spacing: -.05em;
    margin: 8px 42px 10px 0
}

.demo-card p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
    margin: 0 0 24px
}

.demo-form {
    display: grid;
    gap: 13px
}

.demo-field label {
    display: block;
    color: #aeb9c6;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 7px
}

.demo-field input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #070a0f;
    color: #fff;
    padding: 14px 15px;
    font: inherit;
    font-size: 13px;
    outline: none;
}

    .demo-field input:focus {
        border-color: rgba(113,231,255,.48);
        box-shadow: 0 0 0 3px rgba(113,231,255,.06)
    }

.demo-submit {
    width: 100%;
    margin-top: 5px
}

.demo-form-status {
    min-height: 18px;
    color: #7bf0b0;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    margin-top: 4px
}

.demo-note {
    color: #657181 !important;
    font-size: 9px !important;
    margin: 2px 0 0 !important
}

.demo-iframe {
    display: none;
    width: 0;
    height: 0;
    border: 0
}

body.demo-open {
    overflow: hidden
}

/* V20 — persistent Shivi AI assistant */


.shivi-chat {
    width: min(350px,calc(100vw - 28px));
    border: 1px solid rgba(113,231,255,.20);
    border-radius: 20px;
    background: linear-gradient(145deg,rgba(10,16,23,.98),rgba(5,9,14,.98));
    box-shadow: 0 24px 70px rgba(0,0,0,.55),0 0 35px rgba(113,231,255,.07);
    backdrop-filter: blur(22px);
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px) scale(.97);
    pointer-events: none;
    transition: opacity .25s ease,transform .25s ease;
}

    .shivi-chat.open {
        opacity: 1;
        transform: none;
        pointer-events: auto
    }

.shivi-chat-head {
    height: 52px;
    padding: 0 14px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shivi-chat-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 800;
    color: #f5f8fb
}

.shivi-chat-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7bf0b0;
    box-shadow: 0 0 12px #7bf0b0
}

.shivi-chat-head button {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    color: #93a0af;
    cursor: pointer;
    font-size: 17px
}

.shivi-onboard, .shivi-conversation {
    padding: 16px
}

.shivi-welcome {
    margin: 0 0 14px;
    color: #b9c6d4;
    font-size: 11px;
    line-height: 1.6
}

.shivi-field {
    margin-bottom: 10px
}

    .shivi-field label {
        display: block;
        color: #8e9baa;
        font-size: 9px;
        letter-spacing: .10em;
        text-transform: uppercase;
        margin: 0 0 6px
    }

.shivi-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: #070b10;
    overflow: hidden
}

.shivi-prefix {
    padding: 0 0 0 12px;
    color: #71e7ff;
    font-size: 12px;
    font-weight: 700
}

.shivi-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 11px 12px;
    font: inherit;
    font-size: 12px
}

.shivi-start {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(100deg,#71e7ff,#9d87ff);
    color: #031015;
    font: 800 11px inherit;
    cursor: pointer;
    margin-top: 2px
}

.shivi-form-status {
    min-height: 15px;
    color: #7bf0b0;
    font-size: 9px;
    text-align: center;
    margin-top: 8px
}

.shivi-messages {
    height: 220px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 2px 1px 10px
}

.shivi-msg {
    max-width: 88%;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    font-size: 11px;
    line-height: 1.5
}

    .shivi-msg.ai {
        align-self: flex-start;
        background: rgba(255,255,255,.035);
        color: #d7e0e8;
        border-top-left-radius: 5px
    }

    .shivi-msg.user {
        align-self: flex-end;
        background: rgba(113,231,255,.08);
        border-color: rgba(113,231,255,.16);
        color: #eef8fb;
        border-top-right-radius: 5px
    }

.shivi-chat-form {
    display: flex;
    gap: 7px;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 10px
}

    .shivi-chat-form input {
        flex: 1;
        min-width: 0;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 11px;
        background: #070b10;
        color: #fff;
        padding: 10px 11px;
        outline: 0;
        font: inherit;
        font-size: 11px
    }

    .shivi-chat-form button {
        width: 40px;
        border: 0;
        border-radius: 11px;
        background: #71e7ff;
        color: #031015;
        font-weight: 900;
        cursor: pointer
    }

.shivi-icon {
    display: none !important;
    position: relative;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(113,231,255,.25);
    border-radius: 23px;
    background: linear-gradient(145deg,#101b20,#071015);
    box-shadow: 0 16px 45px rgba(0,0,0,.48),0 0 28px rgba(113,231,255,.09);
    cursor: pointer;
    display: grid;
    place-items: center;
    padding: 0;
    transition: .25s ease;
}

    .shivi-icon:hover {
        transform: translateY(-3px) scale(1.04);
        border-color: rgba(113,231,255,.48)
    }

.shivi-aura {
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(113,231,255,.14);
    border-radius: 27px;
    animation: shiviAura 3s ease-out infinite;
    pointer-events: none
}

@keyframes shiviAura {
    0% {
        transform: scale(.94);
        opacity: .55
    }

    100% {
        transform: scale(1.12);
        opacity: 0
    }
}

.shivi-bot {
    position: relative;
    width: 43px;
    height: 48px;
    animation: shiviBreathe 3.2s ease-in-out infinite
}

@keyframes shiviBreathe {
    0%,100% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-2px) rotate(-1deg)
    }
}

.shivi-head {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 32px;
    height: 27px;
    border-radius: 11px 11px 14px 14px;
    background: linear-gradient(145deg,#e8ffff,#8de8c9);
    box-shadow: 0 0 18px rgba(113,231,255,.18)
}

    .shivi-head:before, .shivi-head:after {
        content: "";
        position: absolute;
        top: 10px;
        width: 4px;
        height: 6px;
        border-radius: 50%;
        background: #12303a
    }

    .shivi-head:before {
        left: 8px
    }

    .shivi-head:after {
        right: 8px
    }

.shivi-mouth {
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #12303a;
    border-radius: 0 0 9px 9px;
    transform: translateX(-50%)
}

.shivi-antenna {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 2px;
    height: 8px;
    background: #8de8c9;
    transform: translateX(-50%)
}

    .shivi-antenna:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -5px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transform: translateX(-50%);
        background: #ff72c8;
        box-shadow: 0 0 10px rgba(255,114,200,.75)
    }

.shivi-body {
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 35px;
    height: 25px;
    border-radius: 12px 12px 9px 9px;
    background: linear-gradient(145deg,#8ff0d0,#5bbfe4);
    box-shadow: 0 7px 15px rgba(0,0,0,.28)
}

    .shivi-body:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 8px;
        width: 12px;
        height: 6px;
        border-radius: 5px;
        background: rgba(5,28,36,.25);
        transform: translateX(-50%)
    }

.shivi-arm {
    position: absolute;
    top: 26px;
    width: 13px;
    height: 6px;
    border-radius: 6px;
    background: #8de8c9;
    transform-origin: 5px 50%
}

    .shivi-arm.left {
        left: -3px;
        transform: rotate(34deg)
    }

    .shivi-arm.right {
        right: -5px;
        transform: rotate(-32deg);
        animation: shiviWave 1.15s ease-in-out infinite
    }

@keyframes shiviWave {
    0%,100% {
        transform: rotate(-32deg)
    }

    50% {
        transform: rotate(28deg)
    }
}

.shivi-leg {
    position: absolute;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border-radius: 0 0 5px 5px;
    background: #54b4d5
}

    .shivi-leg.left {
        left: 11px
    }

    .shivi-leg.right {
        right: 11px
    }

.shivi-pop {
    position: absolute;
    right: 76px;
    bottom: 6px;
    max-width: 210px;
    padding: 9px 12px;
    border: 1px solid rgba(113,231,255,.16);
    border-radius: 13px 13px 4px 13px;
    background: rgba(7,12,17,.96);
    color: #dce6ee;
    font-size: 10px;
    line-height: 1.45;
    box-shadow: 0 12px 35px rgba(0,0,0,.35);
    opacity: 0;
    transform: translateY(6px) scale(.96);
    pointer-events: none;
    transition: .25s ease
}

    .shivi-pop.show {
        opacity: 1;
        transform: none
    }

@media(max-width:600px) {
    .shivi-wrap {
        right: 14px;
        bottom: 14px
    }

    .shivi-icon {
        width: 60px;
        height: 60px;
        border-radius: 20px
    }

    .shivi-pop {
        right: 68px;
        max-width: 185px
    }

    .shivi-chat {
        width: min(330px,calc(100vw - 22px))
    }
}

/* V18 — hide scrollbars everywhere in the platform demo */
html, body {
    scrollbar-width: none !important
}

    html::-webkit-scrollbar, body::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important
    }

.channel-mockup, .mock-screen, .web-browser, .web-body, .web-chatbox, .web-messages,
.app-ui, .app-chip-row, .native-phone, .native-message {
    scrollbar-width: none !important;
}

    .channel-mockup::-webkit-scrollbar,
    .mock-screen::-webkit-scrollbar,
    .web-browser::-webkit-scrollbar,
    .web-body::-webkit-scrollbar,
    .web-chatbox::-webkit-scrollbar,
    .web-messages::-webkit-scrollbar,
    .app-ui::-webkit-scrollbar,
    .app-chip-row::-webkit-scrollbar,
    .native-phone::-webkit-scrollbar,
    .native-message::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
/* Keep the page itself scrollable, but without a visible scrollbar. */
body {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

/* 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;
}


/* =========================================================
   FINAL MOBILE RESPONSIVE FIX
   Added at the END so it safely overrides earlier rules.
   Story tabs + FAQ remain fully usable on touch screens.
   ========================================================= */

@media (max-width: 767px) {

    html {
        width: 100%;
        overflow-x: hidden !important;
    }

    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    /* ---------- NAV ---------- */
    nav {
        height: 60px !important;
        padding: 0 16px !important;
    }

    .logo img {
        height: 32px !important;
        max-width: 150px !important;
    }

    .navlinks {
        gap: 7px !important;
    }

        .navlinks a:not(.navcta) {
            display: none !important;
        }

    .navcta {
        padding: 8px 11px !important;
        font-size: 10px !important;
    }

    /* ---------- GENERAL SECTIONS ---------- */
    section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 68px 16px !important;
        margin: 0 !important;
    }

    .section-head {
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-title {
        font-size: clamp(34px, 11vw, 50px) !important;
        line-height: .98 !important;
        letter-spacing: -.055em !important;
        margin: 12px 0 18px !important;
    }

    .section-copy {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    /* ---------- HERO ---------- */
    .hero {
        width: 100% !important;
        min-height: auto !important;
        padding: 90px 16px 55px !important;
    }

    .hero-layout {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .hero h1 {
        font-size: clamp(46px, 15vw, 64px) !important;
        line-height: .88 !important;
        max-width: 100% !important;
        margin: 14px 0 20px !important;
    }

    .hero-copy {
        max-width: 100% !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .actions {
        width: 100% !important;
        gap: 8px !important;
        margin-top: 22px !important;
    }

        .actions .btn {
            padding: 11px 14px !important;
            font-size: 11px !important;
        }

    /* ---------- HERO UI ---------- */
    .conversation-ui {
        width: 100% !important;
        min-height: 430px !important;
        height: 430px !important;
        border-radius: 22px !important;
    }

    .hero-chat {
        width: 100% !important;
        min-height: 390px !important;
        height: 390px !important;
    }

    .hero-chat-head {
        padding: 14px 15px !important;
    }

    .hero-messages {
        height: 245px !important;
        min-height: 245px !important;
        max-height: 245px !important;
        flex-basis: 245px !important;
        padding: 15px !important;
    }

    .hero-msg {
        max-width: 90% !important;
        font-size: 10px !important;
        padding: 10px 12px !important;
    }

    .hero-chat-form {
        padding: 0 13px 9px !important;
    }

    .hero-suggestions {
        padding: 0 13px 13px !important;
    }

    /* =====================================================
       STORY
       Mobile: horizontal tab strip + full-width content.
       Buttons stay touch/click accessible.
       ===================================================== */

    .story {
        width: 100% !important;
        margin-top: 30px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .story-nav {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 2px 1px 7px !important;
        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x !important;
    }

        .story-nav::-webkit-scrollbar {
            display: none !important;
            width: 0 !important;
            height: 0 !important;
        }

    .story-btn {
        position: relative !important;
        z-index: 20 !important;
        flex: 0 0 auto !important;
        min-width: 145px !important;
        padding: 13px 14px !important;
        border-radius: 14px !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }

        .story-btn small {
            font-size: 8px !important;
            margin-top: 4px !important;
        }

    .story-panel {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 360px !important;
        padding: 20px !important;
        border-radius: 20px !important;
        position: relative !important;
        z-index: 5 !important;
        overflow: hidden !important;
        pointer-events: auto !important;
    }

    .story-meta {
        min-width: 0 !important;
        gap: 10px !important;
    }

    .story-channel {
        font-size: 8px !important;
    }

    .story-message {
        max-width: 100% !important;
        margin-top: 32px !important;
        font-size: clamp(25px, 8vw, 38px) !important;
        line-height: 1.05 !important;
    }

    .story-response {
        max-width: 100% !important;
        margin-top: 17px !important;
        font-size: 12px !important;
        line-height: 1.65 !important;
    }

    .continuity {
        margin-top: 20px !important;
        gap: 7px !important;
    }

        .continuity span {
            font-size: 8px !important;
        }

    /* ---------- STACK / CARDS ---------- */
    .stack,
    .security,
    .industry,
    .features,
    .usecases {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .stack-card {
        min-height: 0 !important;
        padding: 22px !important;
    }

        .stack-card:nth-child(2) {
            transform: none !important;
        }

        .stack-card h3 {
            font-size: 30px !important;
            margin: 35px 0 10px !important;
        }

    .security-copy {
        padding: 24px !important;
    }

        .security-copy h3 {
            font-size: 32px !important;
        }

    .arch-panel {
        padding: 18px !important;
    }

    .quote-panel {
        width: 100% !important;
        height: auto !important;
        min-height: 190px !important;
        padding: 22px !important;
    }

    .outcome-panel {
        width: 100% !important;
        height: auto !important;
        min-height: 300px !important;
        padding: 22px !important;
    }

    .quote {
        font-size: 27px !important;
        line-height: 1.08 !important;
    }

    /* ---------- CAPABILITIES ---------- */
    .feature {
        min-height: 0 !important;
        padding: 20px !important;
    }

        .feature b {
            font-size: 14px !important;
        }

        .feature p {
            font-size: 11px !important;
            line-height: 1.6 !important;
        }

    /* ---------- USE CASES ---------- */
    .usecase {
        min-height: 125px !important;
        padding: 18px !important;
    }

    .use-detail {
        width: 100% !important;
        padding: 18px !important;
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

    /* =====================================================
       FAQ
       Full-width touch targets; JS/class-based opening
       remains untouched.
       ===================================================== */

    #faq {
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .faq-list {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 28px !important;
        display: grid !important;
        gap: 8px !important;
        position: relative !important;
        z-index: 20 !important;
        pointer-events: auto !important;
    }

    .faq {
        width: 100% !important;
        position: relative !important;
        z-index: 20 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        pointer-events: auto !important;
    }

        .faq button {
            width: 100% !important;
            min-height: 54px !important;
            padding: 15px 16px !important;
            gap: 12px !important;
            font-size: 12px !important;
            line-height: 1.4 !important;
            position: relative !important;
            z-index: 21 !important;
            pointer-events: auto !important;
            cursor: pointer !important;
            touch-action: manipulation !important;
            -webkit-tap-highlight-color: transparent !important;
        }

            .faq button span:first-child {
                min-width: 0 !important;
                overflow-wrap: anywhere !important;
            }

            .faq button span:last-child {
                flex: 0 0 auto !important;
                font-size: 19px !important;
            }

    .answer {
        padding: 0 16px 17px !important;
        font-size: 11px !important;
        line-height: 1.7 !important;
    }

    .faq.open .answer {
        display: block !important;
    }

    /* ---------- FOOTER ---------- */
    footer {
        width: 100% !important;
        padding: 24px 16px !important;
        gap: 8px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    /* Prevent decorative layers from ever stealing touch input. */
    .conversation-constellation,
    #network,
    .conversation-ui:before,
    .story-panel:after,
    .final:before {
        pointer-events: none !important;
    }

    /* Better touch behavior everywhere. */
    button,
    a,
    input,
    textarea,
    select {
        touch-action: manipulation;
    }
}

@media (max-width: 420px) {

    section {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    .hero {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

        .hero h1 {
            font-size: 45px !important;
        }

    .story-btn {
        min-width: 132px !important;
        padding: 12px !important;
    }

    .story-panel {
        padding: 17px !important;
    }

    .story-message {
        font-size: 24px !important;
    }

    .faq button {
        padding: 14px 13px !important;
    }

    .answer {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}
