﻿
/* =========================================================
           FINAL MOBILE RESPONSIVE FIX
           CONTENT / TEXT / DESKTOP UI UNCHANGED
           ========================================================= */
@media (max-width: 700px) {
    /* ---------- GLOBAL ---------- */

    html, body

{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    font-size: 14px;
}

.wrap {
    width: calc(100% - 28px) !important;
    max-width: none !important;
}

section,
header,
footer {
    max-width: 100%;
    overflow: hidden;
}

h1,
h2 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
}

.lead {
    max-width: 100% !important;
}


/* ---------- NAVBAR ---------- */

nav {
    height: 68px !important;
    padding: 0 !important;
}

.logo {
    width: 105px !important;
}

    .logo img {
        width: 100px !important;
        height: 34px !important;
    }

.navlinks {
    display: none !important;
}

.navbtn {
    padding: 10px 11px !important;
    font-size: 8px !important;
    letter-spacing: .10em !important;
    white-space: nowrap;
}


/* ---------- HERO ---------- */

.hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.hero-copy {
    width: 100% !important;
    padding: 55px 0 20px !important;
}

    .hero-copy .eyebrow {
        font-size: 8px !important;
        letter-spacing: .15em !important;
        line-height: 1.6;
    }

    .hero-copy h1 {
        font-size: clamp(48px,15vw,72px) !important;
        line-height: .88 !important;
        letter-spacing: -.065em !important;
        margin: 20px 0 25px !important;
    }

.hero-statement {
    margin-top: 25px !important;
    padding-left: 14px !important;
}

    .hero-statement strong {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .hero-statement p {
        font-size: 11px !important;
        line-height: 1.7 !important;
        max-width: 100% !important;
    }

.hero-copy .actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 22px !important;
    margin-bottom: 20px !important;
}

    .hero-copy .actions .btn {
        min-height: 46px !important;
        padding: 13px 15px !important;
        font-size: 8px !important;
        letter-spacing: .09em !important;
    }

.hero-footer {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 8px !important;
    margin-top: 22px !important;
}

    .hero-footer div {
        min-width: 0;
    }

    .hero-footer b {
        font-size: 22px !important;
    }

    .hero-footer small {
        font-size: 6px !important;
        line-height: 1.5 !important;
        letter-spacing: .10em !important;
    }


/* ---------- HERO LIVE VISUAL ---------- */

.live {
    width: 100% !important;
    height: 520px !important;
    min-height: 520px !important;
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    overflow: hidden !important;
}

.live-head {
    top: 18px !important;
    left: 15px !important;
    right: 15px !important;
    font-size: 5px !important;
    letter-spacing: .10em !important;
}

    .live-head span,
    .live-head b {
        font-size: 5px !important;
    }

.h-grid {
    background-size: 38px 38px !important;
}

.hero-orbit {
    left: 50% !important;
    top: 54% !important;
}

.ho1 {
    width: 350px !important;
    height: 205px !important;
}

.ho2 {
    width: 275px !important;
    height: 275px !important;
}

.ho3 {
    width: 185px !important;
    height: 185px !important;
}

.hero-ray {
    width: 190px !important;
}

.hero-core {
    width: 108px !important;
    height: 108px !important;
}

.core-word {
    font-size: 10px !important;
}

.core-ai {
    font-size: 15px !important;
}

.core-private {
    font-size: 4px !important;
}


/* ---------- HERO CAPABILITY PANELS ---------- */

.live .cap-panel {
    width: 145px !important;
    min-height: 78px !important;
    height: auto !important;
    padding: 11px !important;
    gap: 8px !important;
}

    .live .cap-panel b {
        font-size: 8px !important;
        margin-bottom: 5px !important;
        letter-spacing: .09em !important;
    }

    .live .cap-panel small {
        font-size: 5.5px !important;
        line-height: 1.55 !important;
    }

.live .cap-icon {
    width: 27px !important;
    height: 27px !important;
    flex-basis: 27px !important;
    font-size: 13px !important;
}

.live .cp1 {
    left: 3% !important;
    top: 19% !important;
}

.live .cp2 {
    right: 3% !important;
    top: 19% !important;
}

.live .cp3 {
    left: 3% !important;
    bottom: 16% !important;
}

.live .cp4 {
    right: 3% !important;
    bottom: 16% !important;
}


/* ---------- SHIVI LIVE DEMO ---------- */

.shivi-demo {
    width: 100% !important;
    padding: 40px 14px 30px !important;
    overflow: hidden !important;
}

.demo-shell {
    width: 100% !important;
}

.shivi-demo .demo-heading {
    padding-top: 10px !important;
    margin-bottom: 30px !important;
}

    .shivi-demo .demo-heading h2 {
        font-size: clamp(38px,11vw,58px) !important;
        line-height: .95 !important;
        letter-spacing: .025em !important;
        margin: 15px 0 18px !important;
    }

    .shivi-demo .demo-heading p {
        font-size: 11px !important;
        line-height: 1.7 !important;
        max-width: 100% !important;
    }

.ai-dashboard {
    width: 100% !important;
    max-width: 100% !important;
}

.dash-top {
    height: 50px !important;
    padding: 0 13px !important;
    font-size: 5px !important;
}

    .dash-top b,
    .dash-top span {
        font-size: 5px !important;
    }

.dash-body {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 18px 12px !important;
}


/* ---------- SHIVI PIPELINE ---------- */

.pipeline {
    width: 100% !important;
    gap: 9px !important;
    padding: 0 !important;
    order: 2 !important;
}

.pipeline-line {
    left: 0 !important;
    top: 30px !important;
    bottom: 30px !important;
}

.pipe-step {
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    grid-template-columns: 38px 28px minmax(0,1fr) 30px !important;
    gap: 7px !important;
    padding: 0 8px !important;
}

.pipe-node {
    width: 31px !important;
    height: 31px !important;
    font-size: 8px !important;
}

.pipe-icon {
    font-size: 17px !important;
}

.pipe-copy {
    min-width: 0 !important;
}

    .pipe-copy b {
        font-size: 9px !important;
        letter-spacing: .08em !important;
        margin-bottom: 3px !important;
    }

    .pipe-copy small {
        font-size: 6.5px !important;
        line-height: 1.35 !important;
    }

.pipe-step strong {
    font-size: 6px !important;
}


/* ---------- SHIVI PANEL ---------- */

.shivi-panel {
    width: 100% !important;
    min-height: 0 !important;
    padding: 20px 12px !important;
    order: 1 !important;
}

.shivi-oval {
    width: 72% !important;
    max-width: 230px !important;
    height: 105px !important;
    margin: 0 auto 25px !important;
}

.shivi-name {
    font-size: 25px !important;
}

.shivi-oval small {
    font-size: 7px !important;
}

.processing-status {
    font-size: 7px !important;
    margin-bottom: 12px !important;
}

    .processing-status b {
        font-size: 10px !important;
    }

.intent {
    padding: 14px !important;
    margin-bottom: 16px !important;
}

    .intent label {
        font-size: 6px !important;
    }

    .intent strong {
        font-size: 14px !important;
    }

    .intent small {
        font-size: 7px !important;
    }

.conversation-pair {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
}

.voice-card {
    width: 100% !important;
    min-height: 125px !important;
    padding: 12px !important;
}

.voice-head {
    font-size: 6px !important;
    margin-bottom: 12px !important;
}

.voice-row {
    min-height: 40px !important;
    gap: 10px !important;
}

.person-icon,
.mini-ai {
    width: 37px !important;
    height: 37px !important;
    flex-basis: 37px !important;
    font-size: 17px !important;
}

.voice-card p {
    font-size: 10px !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
}

.data-stream {
    display: none !important;
}

.dash-flow {
    height: 52px !important;
    gap: 5px !important;
    padding: 0 8px !important;
    font-size: 5px !important;
}

    .dash-flow i {
        width: 10px !important;
    }


/* ---------- STORY / PROBLEM / TURN ---------- */

.story,
.problem,
.turn,
.reveal-product,
.capabilities,
.deploy,
.industries,
.ending,
.faq {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.story-top,
.problem-grid,
.product-grid,
.deploy-grid,
.faq-grid {
    display: block !important;
}

    .story-top .lead {
        margin-top: 22px !important;
    }

    .story-top h2,
    .problem h2,
    .turn h2,
    .product-copy h2,
    .deploy h2,
    .industry-head h2,
    .ending h2,
    .faq h2 {
        font-size: clamp(42px,12vw,66px) !important;
        line-height: .95 !important;
        letter-spacing: -.055em !important;
    }

.statement {
    margin-top: 55px !important;
}

    .statement p {
        font-size: clamp(25px,7.5vw,42px) !important;
        line-height: 1.04 !important;
        letter-spacing: -.045em !important;
        margin-bottom: 22px !important;
    }

.counter {
    margin-top: 45px !important;
    grid-template-columns: 1fr 1fr !important;
}

    .counter div {
        padding: 22px 14px 27px !important;
    }

    .counter b {
        font-size: 34px !important;
    }

    .counter small {
        font-size: 7px !important;
        letter-spacing: .10em !important;
    }


/* ---------- PROBLEM ---------- */

.problem-grid {
    gap: 0 !important;
}

.problem .lead {
    font-size: 12px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
}

.problem-list {
    width: 100% !important;
}

.problem-item {
    min-height: 125px !important;
    grid-template-columns: 30px minmax(0,1fr) !important;
    gap: 10px !important;
}

    .problem-item h3 {
        font-size: 17px !important;
        margin-bottom: 6px !important;
    }

    .problem-item p {
        font-size: 10px !important;
        line-height: 1.7 !important;
    }


/* ---------- TURN ---------- */

.turn-head {
    width: 100% !important;
}

    .turn-head .lead {
        font-size: 12px !important;
        line-height: 1.7 !important;
    }

.split {
    margin-top: 40px !important;
    display: block !important;
}

.half {
    min-height: 320px !important;
    padding: 24px !important;
}

    .half:first-child {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line) !important;
    }

    .half h3 {
        font-size: 25px !important;
        margin: 50px 0 15px !important;
    }

    .half p {
        font-size: 10px !important;
        line-height: 1.75 !important;
    }

.old-cloud {
    width: 150px !important;
    height: 150px !important;
}

.private-ring {
    width: 125px !important;
    height: 125px !important;
}

    .private-ring:after {
        inset: 32px !important;
        font-size: 7px !important;
    }


/* ---------- ARIA PRODUCT ---------- */

.product-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.product-copy {
    width: 100% !important;
}

    .product-copy .tagline {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .product-copy .lead {
        font-size: 11px !important;
        line-height: 1.7 !important;
    }

.product-visual {
    width: 100% !important;
    height: 430px !important;
    margin-top: 10px !important;
}

.prism {
    width: 280px !important;
    max-width: 90% !important;
    height: 370px !important;
}

.prism-core {
    width: 125px !important;
    height: 125px !important;
}

.prism-brand {
    font-size: 12px !important;
}

.prism-caption {
    font-size: 5px !important;
}

.po1 {
    width: 230px !important;
    height: 125px !important;
}

.po2 {
    width: 185px !important;
    height: 185px !important;
}

.po3 {
    width: 125px !important;
    height: 125px !important;
}

.prism-beam {
    width: 180px !important;
}

.prism-label {
    padding: 7px 8px !important;
    font-size: 5px !important;
}

.float-label {
    padding: 7px 8px !important;
    font-size: 5px !important;
}

.fl1 {
    top: 8% !important;
    right: 0 !important;
}

.fl2 {
    bottom: 8% !important;
    left: 0 !important;
}

.fl3 {
    top: 43% !important;
    left: 0 !important;
}

.prism-footer {
    left: 15px !important;
    bottom: 15px !important;
    font-size: 5px !important;
}


/* ---------- CAPABILITIES ---------- */

.capabilities .cap-head {
    display: block !important;
}

    .capabilities .cap-head h2 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(38px,10.5vw,60px) !important;
        line-height: 1.02 !important;
        letter-spacing: -.045em !important;
        white-space: normal !important;
        margin-bottom: 22px !important;
    }

        .capabilities .cap-head h2 .cyan {
            display: inline !important;
            white-space: normal !important;
        }

    .capabilities .cap-head .lead {
        font-size: 11px !important;
        line-height: 1.7 !important;
    }

.cap-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-top: 35px !important;
    gap: 0 !important;
}

.cap {
    min-height: 270px !important;
    padding: 25px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
}

    .cap h3 {
        font-size: 27px !important;
        margin: 55px 0 12px !important;
    }

    .cap p {
        font-size: 11px !important;
        line-height: 1.7 !important;
    }

    .cap em {
        left: 18px !important;
        bottom: 22px !important;
        font-size: 7px !important;
    }


/* ---------- DEPLOY ---------- */

.deploy-grid {
    display: block !important;
}

.deploy .lead {
    font-size: 11px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
}

.deploy-row {
    min-height: 125px !important;
    grid-template-columns: 35px minmax(0,1fr) !important;
    gap: 10px !important;
    align-items: center !important;
}

    .deploy-row h3 {
        font-size: 16px !important;
    }

    .deploy-row p {
        grid-column: 2 !important;
        font-size: 10px !important;
        line-height: 1.6 !important;
        margin-top: -18px !important;
    }


/* ---------- INDUSTRIES ---------- */

.industries {
    overflow: hidden !important;
}

.industry-head {
    display: block !important;
}

    .industry-head h2 {
        white-space: normal !important;
        font-size: clamp(42px,11vw,64px) !important;
        line-height: .92 !important;
    }

        .industry-head h2 .cyan {
            display: inline !important;
            white-space: normal !important;
        }

    .industry-head .lead {
        font-size: 11px !important;
        line-height: 1.7 !important;
        margin-top: 20px !important;
    }

#industries .industry-map {
    width: 100% !important;
    height: 390px !important;
    margin-top: 45px !important;
    overflow: visible !important;
}

#industries .map-line {
    width: 310px !important;
    height: 185px !important;
}

    #industries .map-line.two {
        width: 235px !important;
        height: 235px !important;
    }

#industries .map-core {
    width: 105px !important;
    height: 105px !important;
    font-size: 8px !important;
}

#industries .industry {
    min-width: auto !important;
    width: auto !important;
    padding: 9px 10px !important;
    font-size: 5px !important;
    letter-spacing: .09em !important;
    white-space: nowrap !important;
}

    #industries .industry.a {
        top: 3% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    #industries .industry.b {
        top: 17% !important;
        right: 0 !important;
    }

    #industries .industry.c {
        bottom: 18% !important;
        right: 0 !important;
    }

    #industries .industry.d {
        bottom: 3% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    #industries .industry.e {
        bottom: 18% !important;
        left: 0 !important;
    }

    #industries .industry.f {
        top: 17% !important;
        left: 0 !important;
    }

    #industries .industry.g {
        top: 48% !important;
        right: -2px !important;
    }


/* ---------- ENDING ---------- */

.ending {
    min-height: 0 !important;
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
}

    .ending h2 {
        width: 100% !important;
        font-size: clamp(38px,10.5vw,62px) !important;
        line-height: 1.03 !important;
        letter-spacing: -.045em !important;
    }

    .ending p {
        font-size: 11px !important;
        line-height: 1.7 !important;
        margin: 25px auto !important;
    }


/* ---------- FAQ ---------- */

.faq-grid {
    display: block !important;
}

.faq .lead {
    font-size: 11px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
}

summary {
    padding: 18px 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    gap: 12px !important;
}

    summary:after {
        flex: 0 0 auto;
    }

details p {
    padding: 0 25px 18px 0 !important;
    font-size: 9px !important;
    line-height: 1.7 !important;
}


/* ---------- CONTACT MODAL ---------- */

.aria-modal {
    padding: 14px !important;
}

.aria-form-card {
    width: 100% !important;
    max-height: 92vh !important;
    overflow-y: auto !important;
    padding: 25px 18px !important;
}

    .aria-form-card h3 {
        font-size: 35px !important;
        margin-bottom: 10px !important;
    }

    .aria-form-card p {
        font-size: 10px !important;
        line-height: 1.6 !important;
    }

.aria-lead-form {
    gap: 12px !important;
}

    .aria-lead-form input,
    .aria-lead-form textarea {
        width: 100% !important;
        font-size: 11px !important;
    }


/* ---------- SHIVI FLOATING ASSISTANT ---------- */

#shivi-assistant {
    right: 10px !important;
    bottom: 10px !important;
}

#shivi-trigger {
    width: 60px !important;
    height: 60px !important;
}

#shivi-chat {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    right: 0 !important;
    bottom: 72px !important;
}

#shivi-nudge {
    right: 0 !important;
    bottom: 70px !important;
    width: 190px !important;
    font-size: 9px !important;
}

#shivi-messages {
    height: 210px !important;
}


/* ---------- FOOTER ---------- */

footer {
    width: 100% !important;
    padding: 25px 0 30px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
    font-size: 6px !important;
}

}


/* =========================================================
           VERY SMALL PHONES
           ========================================================= */

@media (max-width:380px) {
    .wrap {
        width: calc(100% - 22px) !important;
    }

    .hero-copy h1 {
        font-size: 46px !important;
    }

    .hero-copy .actions {
        flex-direction: column !important;
    }

        .hero-copy .actions .btn {
            width: 100% !important;
            text-align: center !important;
        }

    .hero-footer {
        gap: 5px !important;
    }

        .hero-footer b {
            font-size: 19px !important;
        }

        .hero-footer small {
            font-size: 5px !important;
        }

    .live {
        height: 475px !important;
        min-height: 475px !important;
    }

        .live .cap-panel {
            width: 132px !important;
        }

        .live .cp1,
        .live .cp3 {
            left: 2% !important;
        }

        .live .cp2,
        .live .cp4 {
            right: 2% !important;
        }

    .hero-core {
        width: 96px !important;
        height: 96px !important;
    }

    .ho1 {
        width: 315px !important;
        height: 185px !important;
    }

    .ho2 {
        width: 245px !important;
        height: 245px !important;
    }

    .ho3 {
        width: 165px !important;
        height: 165px !important;
    }

    .shivi-demo {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .shivi-name {
        font-size: 22px !important;
    }

    .pipe-copy b {
        font-size: 8px !important;
    }

    .pipe-copy small {
        font-size: 6px !important;
    }

    #industries .industry {
        font-size: 4.5px !important;
        padding: 8px !important;
    }
}


/* =========================================================
           TOUCH / SAFARI
           ========================================================= */

@media (hover:none) and (pointer:coarse) {
    .btn:hover, .cap:hover, #shivi-trigger:hover {
        transform: none !important;
    }

    input,
    textarea,
    button,
    a {
        -webkit-tap-highlight-color: transparent;
    }
}


/* =========================================================
           REDUCE MOTION
           ========================================================= */

@media (prefers-reduced-motion:reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


:root {
    --bg: #05070d;
    --ink: #f5f7ff;
    --muted: #8490a6;
    --cyan: #72e9ff;
    --blue: #6d8dff;
    --violet: #a681ff;
    --green: #72f3bf;
    --line: rgba(196,210,255,.13);
    --panel: #0a0e18;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

html {
    scrollbar-width: none
}

    html::-webkit-scrollbar {
        display: none
    }

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter,Arial,sans-serif;
    overflow-x: hidden
}

    body:before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        background: radial-gradient(circle at 78% 12%,rgba(109,141,255,.10),transparent 28%), radial-gradient(circle at 12% 76%,rgba(166,129,255,.07),transparent 30%), #05070d;
        pointer-events: none
    }

    body:after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        opacity: .10;
        background-image: linear-gradient(90deg,rgba(114,233,255,.08) 1px,transparent 1px), linear-gradient(rgba(114,233,255,.04) 1px,transparent 1px);
        background-size: 110px 110px;
        pointer-events: none
    }

.wrap {
    width: min(1400px,calc(100% - 80px));
    margin: auto;
    position: relative;
    z-index: 2
}

a {
    text-decoration: none;
    color: inherit
}

nav {
    height: 78px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 50
}

.logo {
    width: 130px
}

    .logo img {
        width: 116px;
        height: 38px;
        object-fit: contain;
    }

.navlinks {
    display: flex;
    gap: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    color: #748197;
    text-transform: uppercase
}

    .navlinks a:hover {
        color: var(--cyan)
    }

.navbtn {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    color: #061019;
    background: var(--cyan);
    padding: 12px 16px
}

.side {
    position: fixed;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 13px
}

    .side span {
        width: 5px;
        height: 5px;
        border: 1px solid #55637b;
        border-radius: 50%;
        transition: .3s
    }

        .side span.active {
            background: var(--cyan);
            border-color: var(--cyan);
            box-shadow: 0 0 12px var(--cyan)
        }

.eyebrow {
    font-size: 11px;
    letter-spacing: .22em;
    color: var(--cyan);
    font-weight: 900
}

h1, h2, h3, p {
    margin-top: 0
}

h1, h2 {
    font-family: Arial,Helvetica,sans-serif !important;
    font-style: normal !important;
    font-weight: 900;
    letter-spacing: -.075em;
}

h1 {
    font-size: clamp(64px,8.8vw,132px);
    line-height: .84;
    margin: 25px 0
}

h2 {
    font-size: clamp(48px,6.5vw,92px);
    line-height: .86;
    margin: 22px 0 30px
}

h3 {
    font-family: Inter,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: -.04em
}

.cyan {
    color: var(--cyan);
    display: block;
}

.violet {
    color: var(--violet)
}

.dim {
    color: #566277
}

.lead {
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted);
    max-width: 640px
}

.btn {
    display: inline-block;
    padding: 15px 19px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    border: 1px solid var(--line);
    transition: .25s
}

    .btn.primary {
        background: linear-gradient(100deg,var(--cyan),var(--blue),var(--violet));
        color: #05070d;
        border: 0
    }

    .btn:hover {
        transform: translateY(-2px)
    }

.actions {
    display: flex;
    gap: 10px;
    margin-top: 30px
}

.hero-copy .actions {
    margin-bottom: 42px
}

/* HERO — editorial + live system */
.hero {
    min-height: calc(100vh - 78px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px;
    position: relative
}

.hero-copy {
    padding: 90px 0
}

    .hero-copy .sub {
        font-size: 10px;
        color: #647188;
        letter-spacing: .12em;
        text-transform: uppercase
    }

    .hero-copy h1 span {
        display: inline;
        color: transparent;
        -webkit-text-stroke: 1px rgba(245,247,255,.58)
    }

.hero-statement {
    margin-top: 35px;
    padding-left: 18px;
    border-left: 1px solid var(--cyan)
}

    .hero-statement strong {
        display: block;
        font-size: 17px;
        margin-bottom: 8px
    }

    .hero-statement p {
        font-size: 12px;
        color: #7f8ca2;
        line-height: 1.7;
        max-width: 510px;
        margin: 0
    }

.live {
    height: 650px;
    border-left: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 52%,rgba(114,233,255,.055),transparent 36%), linear-gradient(90deg,#050914,#07101d 52%,#050914);
}

.live-head {
    position: absolute;
    top: 28px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    color: #657289;
    font-size: 7px;
    letter-spacing: .15em;
    z-index: 20
}

    .live-head b {
        color: var(--green);
        font-weight: 700
    }

.hero-network {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.h-grid {
    position: absolute;
    inset: 0;
    opacity: .10;
    background-image: linear-gradient(rgba(114,233,255,.09) 1px,transparent 1px), linear-gradient(90deg,rgba(114,233,255,.09) 1px,transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom,transparent 3%,black 20%,black 82%,transparent 98%);
}

/* Horizontal light lanes deliberately span almost the entire visual width. */
.energy {
    position: absolute;
    left: -12%;
    width: 124%;
    height: 1px;
    background: linear-gradient(90deg,transparent 0%,rgba(114,233,255,.08) 8%,rgba(114,233,255,.9) 48%,rgba(114,233,255,.08) 92%,transparent 100%);
    box-shadow: 0 0 12px rgba(114,233,255,.35);
    opacity: .28;
    animation: energySweep 4.8s ease-in-out infinite;
}

.e1 {
    top: 30%;
    animation-delay: -.2s
}

.e2 {
    top: 39%;
    animation-delay: -1.1s
}

.e3 {
    top: 48%;
    animation-delay: -2.0s
}

.e4 {
    top: 57%;
    animation-delay: -2.8s
}

.e5 {
    top: 66%;
    animation-delay: -3.6s
}

.e6 {
    top: 75%;
    animation-delay: -4.2s
}

.e2, .e5 {
    background: linear-gradient(90deg,transparent,rgba(166,129,255,.72),transparent);
    box-shadow: 0 0 12px rgba(166,129,255,.28)
}

.hero-orbit {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(114,233,255,.18);
    border-radius: 50%;
    pointer-events: none;
    animation: orbitBreathe 4s ease-in-out infinite;
}

.ho1 {
    width: 560px;
    height: 330px;
    transform: translate(-50%,-50%) rotate(-15deg)
}

.ho2 {
    width: 420px;
    height: 420px;
    border-color: rgba(166,129,255,.17);
    transform: translate(-50%,-50%) rotate(28deg);
    animation-delay: 1s
}

.ho3 {
    width: 275px;
    height: 275px;
    border-color: rgba(114,233,255,.28);
    animation-delay: 2s
}

.hero-orbit i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 20px 4px rgba(114,233,255,.55);
    animation: orbitalLight 6s linear infinite;
}

.ho1 i:first-child {
    animation-duration: 5.5s
}

.ho1 i:last-child {
    animation-duration: 8s;
    animation-delay: -3s;
    width: 6px;
    height: 6px
}

.ho2 i {
    background: var(--violet);
    box-shadow: 0 0 20px 4px rgba(166,129,255,.45);
    animation-duration: 8.5s
}

    .ho2 i:last-child {
        animation-duration: 11s;
        animation-delay: -4s
    }

.ho3 i {
    width: 6px;
    height: 6px;
    animation-duration: 4.5s
}

.hero-ray {
    position: absolute;
    left: 50%;
    top: 53%;
    height: 1px;
    width: 280px;
    transform-origin: 0 50%;
    background: linear-gradient(90deg,rgba(114,233,255,.65),transparent);
    box-shadow: 0 0 14px rgba(114,233,255,.45);
    opacity: .32;
    animation: rayPulse 3.2s ease-in-out infinite;
}

.hr1 {
    transform: rotate(14deg)
}

.hr2 {
    transform: rotate(-21deg);
    animation-delay: .8s
}

.hr3 {
    transform: rotate(42deg);
    animation-delay: 1.5s
}

.hr4 {
    transform: rotate(-48deg);
    animation-delay: 2.2s
}

.hero-core {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 50% 38%,#1d3b65,#06101c 72%);
    border: 1px solid rgba(114,233,255,.72);
    box-shadow: 0 0 90px rgba(114,233,255,.18),inset 0 0 35px rgba(114,233,255,.08);
    z-index: 8;
    animation: coreAlive 3.4s ease-in-out infinite;
}

    .hero-core:before {
        content: "";
        position: absolute;
        inset: 12px;
        border: 1px dashed rgba(114,233,255,.20);
        border-radius: 50%;
        animation: coreSpin 10s linear infinite
    }

.core-word {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    color: #fff;
    line-height: 1
}

.core-ai {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--cyan);
    line-height: 1;
    margin-top: 4px
}

.core-private {
    font-size: 5px;
    letter-spacing: .12em;
    color: #718097;
    margin-top: 11px
}

    .core-private span {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 10px var(--green);
        margin-right: 5px
    }

/* Larger, balanced panels around the core. */
.cap-panel {
    position: absolute;
    width: 205px;
    min-height: 92px;
    padding: 18px 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid rgba(114,233,255,.22);
    border-radius: 4px;
    background: linear-gradient(145deg,rgba(10,18,31,.92),rgba(5,9,16,.86));
    box-shadow: inset 0 0 25px rgba(114,233,255,.025),0 10px 40px rgba(0,0,0,.16);
    backdrop-filter: blur(8px);
    z-index: 12;
    animation: panelFloat 5s ease-in-out infinite;
}

    .cap-panel:after {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 4px;
        background: linear-gradient(90deg,rgba(114,233,255,.22),transparent 45%,rgba(166,129,255,.16));
        opacity: .3;
        pointer-events: none
    }

    .cap-panel b {
        display: block;
        color: #edf2fb;
        font-size: 11px;
        letter-spacing: .12em;
        margin-bottom: 9px
    }

    .cap-panel small {
        display: block;
        color: #8190a6;
        font-size: 7px;
        line-height: 1.65;
        letter-spacing: .02em
    }

.cap-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(114,233,255,.35);
    display: grid;
    place-items: center;
    color: var(--cyan);
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(114,233,255,.08)
}

.brain, .flow {
    color: var(--violet);
    border-color: rgba(166,129,255,.35)
}

.cp1 {
    left: 5%;
    top: 17%
}

.cp2 {
    right: 5%;
    top: 17%;
    animation-delay: 1s
}

.cp3 {
    left: 5%;
    bottom: 16%;
    animation-delay: 2s
}

.cp4 {
    right: 5%;
    bottom: 16%;
    animation-delay: 3s
}


@media (max-width:900px) {
    .conversation-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 25px
    }

    .speaker-card {
        min-height: 260px
    }

    .process-column {
        order: 3
    }

    .speaker-card.shivi {
        order: 2
    }

    .speaker-card.customer {
        order: 1
    }

    .demo-bottom {
        gap: 7px;
        font-size: 5px
    }

        .demo-bottom i {
            width: 15px
        }

    .spoken-line {
        font-size: 15px
    }
}

@media (max-width:900px) {
    .cap-panel {
        width: 175px;
        padding: 13px
    }

        .cap-panel small {
            font-size: 6px
        }

    .cp1 {
        left: 3%;
        top: 19%
    }

    .cp2 {
        right: 3%;
        top: 19%
    }

    .cp3 {
        left: 3%;
        bottom: 18%
    }

    .cp4 {
        right: 3%;
        bottom: 18%
    }

    .ho1 {
        width: 430px;
        height: 255px
    }

    .ho2 {
        width: 330px;
        height: 330px
    }

    .ho3 {
        width: 220px;
        height: 220px
    }

    .hero-core {
        width: 125px;
        height: 125px
    }
}

.hero-footer {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    gap: 45px
}

    .hero-footer b {
        display: block;
        color: var(--cyan);
        font-size: 25px
    }

    .hero-footer small {
        font-size: 8px;
        letter-spacing: .14em;
        color: #627087
    }

/* STORY: big statements + visual interruptions */
section {
    border-top: 1px solid var(--line);
    position: relative
}

.story {
    min-height: 100vh;
    padding: 150px 0
}

.story-top {
    display: flex;
    justify-content: space-between;
    gap: 65px;
    align-items: start;
    text-align: left
}

    .story-top h2 {
        margin-bottom: 0
    }

    .story-top .lead {
        margin-top: 18px
    }

    .story-top .lead {
        max-width: 430px
    }

.statement {
    margin-top: 110px;
    max-width: 1200px
}

    .statement p {
        font-size: clamp(32px,5.1vw,72px);
        line-height: 1.02;
        letter-spacing: -.065em;
        margin: 0;
        color: #69768b
    }

        .statement p strong {
            color: var(--ink);
            font-weight: 700
        }

        .statement p .strike {
            position: relative;
            color: #667287
        }

            .statement p .strike:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 53%;
                height: 1px;
                background: var(--cyan);
                box-shadow: 0 0 10px var(--cyan)
            }

.counter {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

    .counter div {
        padding: 30px 24px 34px;
        border-right: 1px solid var(--line);
        position: relative;
        overflow: hidden
    }

        .counter div:before {
            content: "";
            position: absolute;
            left: 24px;
            right: 24px;
            bottom: 14px;
            height: 2px;
            background: linear-gradient(90deg,var(--cyan),transparent);
            opacity: .45
        }

        .counter div:after {
            content: "";
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            right: -45px;
            top: -45px;
            border: 1px solid rgba(114,233,255,.15);
            animation: proofPulse 3s ease-in-out infinite
        }

        .counter div:last-child {
            border: 0
        }

    .counter b {
        font-size: 48px;
        letter-spacing: -.06em;
        color: var(--cyan)
    }

    .counter small {
        display: block;
        font-size: 12px;
        letter-spacing: .14em;
        color: #67758b;
        margin-top: 7px
    }

/* THE PROBLEM */
.problem {
    min-height: 100vh;
    padding: 150px 0;
    background: #080b13
}

.problem-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 100px;
    align-items: start
}

.problem-list {
    border-top: 1px solid var(--line)
}

.problem-item {
    min-height: 155px;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center
}

    .problem-item .n {
        color: #59677e;
        font-size: 8px
    }

    .problem-item h3 {
        font-size: 21px;
        margin: 0 0 8px
    }

    .problem-item p {
        margin: 0;
        color: #8996ab;
        font-size: 13px;
        line-height: 1.8;
        max-width: 620px
    }

/* THE TURN — before / after */
.turn {
    min-height: 100vh;
    padding: 150px 0
}

.turn-head {
    max-width: 900px;
    text-align: left
}

.split {
    margin-top: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line)
}

.half {
    min-height: 450px;
    padding: 35px;
    position: relative;
    overflow: hidden
}

    .half:first-child {
        border-right: 1px solid var(--line);
        background: linear-gradient(135deg,rgba(120,30,70,.05),transparent)
    }

    .half:last-child {
        background: radial-gradient(circle at 50% 55%,rgba(114,233,255,.08),transparent 50%)
    }

    .half .label {
        font-size: 7px;
        letter-spacing: .18em;
        color: #6d7a91
    }

    .half h3 {
        font-size: 32px;
        margin: 65px 0 18px
    }

    .half p {
        font-size: 12px;
        line-height: 1.8;
        color: #8d9ab0;
        max-width: 520px
    }

.cross {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 22px;
    color: #58667b
}

.check {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 22px;
    color: var(--green)
}

.old-cloud {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px dashed rgba(255,120,150,.2)
}

.private-ring {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid rgba(114,233,255,.28);
    box-shadow: 0 0 70px rgba(109,141,255,.12);
    animation: ariaRing 3.2s ease-in-out infinite
}

    .private-ring:after {
        content: "ARIA AI";
        position: absolute;
        inset: 48px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #0b1423;
        border: 1px solid rgba(114,233,255,.5);
        color: var(--cyan);
        font-size: 9px;
        letter-spacing: .15em;
        animation: ariaBreath 2.6s ease-in-out infinite
    }

/* ARIA — product reveal */
.reveal-product {
    min-height: 100vh;
    padding: 150px 0;
    background: radial-gradient(circle at 75% 45%,rgba(109,141,255,.11),transparent 32%)
}

.product-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center
}

.product-copy h2 {
    max-width: 750px;
    font-family: Arial,Helvetica,sans-serif !important;
    font-style: normal !important;
    font-weight: 900;
    letter-spacing: -.075em;
    text-align: left
}

.product-copy .tagline {
    font-size: 24px;
    letter-spacing: -.03em;
    max-width: 560px;
    color: #d5deed;
    line-height: 1.3
}

    .product-copy .tagline span {
        color: var(--cyan)
    }

.product-visual {
    height: 600px;
    position: relative;
    display: grid;
    place-items: center
}

.prism {
    width: 500px;
    height: 540px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(114,233,255,.22);
    background: radial-gradient(circle at 50% 48%,rgba(114,233,255,.11),transparent 28%),linear-gradient(145deg,#0c1526,#05080f);
    box-shadow: inset 0 0 120px rgba(109,141,255,.08),0 0 90px rgba(109,141,255,.08)
}

    .prism:before {
        content: "";
        position: absolute;
        inset: 18px;
        border: 1px solid rgba(114,233,255,.08)
    }

.prism-grid {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(114,233,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(114,233,255,.08) 1px,transparent 1px);
    background-size: 38px 38px;
    mask-image: radial-gradient(circle at center,black,transparent 70%)
}

.prism-particle {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px 5px rgba(114,233,255,.55);
    animation: particleDrift 4s ease-in-out infinite
}

.pp1 {
    left: 19%;
    top: 25%
}

.pp2 {
    right: 18%;
    top: 33%;
    animation-delay: 1s
}

.pp3 {
    left: 25%;
    bottom: 27%;
    animation-delay: 2s
}

.pp4 {
    right: 23%;
    bottom: 19%;
    animation-delay: 3s
}

.prism-scan {
    position: absolute;
    left: 8%;
    right: 8%;
    height: 1px;
    top: -10%;
    background: linear-gradient(90deg,transparent,#fff,var(--cyan),transparent);
    box-shadow: 0 0 20px var(--cyan);
    animation: prismScan 4.5s ease-in-out infinite
}

.prism-orbit {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid rgba(114,233,255,.18);
    animation: prismBreath 3.4s ease-in-out infinite
}

.po1 {
    width: 420px;
    height: 220px;
    transform: translate(-50%,-50%) rotate(-18deg)
}

.po2 {
    width: 330px;
    height: 330px;
    border-color: rgba(166,129,255,.16);
    transform: translate(-50%,-50%) rotate(32deg);
    animation-delay: .9s
}

.po3 {
    width: 220px;
    height: 220px;
    border-color: rgba(114,233,255,.28);
    animation-delay: 1.7s
}

.prism-orbit i {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px 4px rgba(114,233,255,.55);
    offset-path: ellipse(210px 110px at 0 0);
    animation: prismOrbit 5.5s linear infinite
}

.po2 i {
    background: var(--violet);
    box-shadow: 0 0 18px 4px rgba(166,129,255,.45);
    offset-path: ellipse(165px 165px at 0 0);
    animation-duration: 8s
}

.po3 i {
    width: 6px;
    height: 6px;
    offset-path: ellipse(110px 110px at 0 0);
    animation-duration: 4s
}

.prism-core {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%,-50%);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle,#20416d,#07101c 68%);
    border: 1px solid rgba(114,233,255,.7);
    box-shadow: 0 0 100px rgba(114,233,255,.2);
    animation: prismCore 3s ease-in-out infinite;
    z-index: 3
}

.prism-brand {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .12em;
    color: #fff;
    line-height: 1
}

.prism-caption {
    font-size: 6px;
    letter-spacing: .15em;
    color: #7f8ea6;
    margin-top: 9px
}

.prism-core:before {
    content: "";
    position: absolute;
    inset: 13px;
    border: 1px dashed rgba(114,233,255,.22);
    border-radius: 50%;
    animation: coreSpin 10s linear infinite
}

.prism-beam {
    position: absolute;
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,transparent,var(--cyan),transparent);
    box-shadow: 0 0 14px var(--cyan);
    opacity: .55;
    left: 50%;
    top: 48%;
    transform-origin: left center;
    animation: beamPulse 3s ease-in-out infinite
}

.beam-1 {
    transform: rotate(20deg)
}

.beam-2 {
    transform: rotate(-35deg);
    animation-delay: 1.2s
}

.prism-label {
    position: absolute;
    padding: 10px 12px;
    border: 1px solid var(--line);
    background: rgba(5,8,15,.9);
    font-size: 7px;
    letter-spacing: .13em;
    color: #aebbd0;
    z-index: 4
}

.pl1 {
    top: 18%;
    left: 5%
}

.pl2 {
    top: 30%;
    right: 5%
}

.pl3 {
    bottom: 20%;
    left: 7%
}

.prism-footer {
    position: absolute;
    left: 28px;
    bottom: 27px;
    font-size: 7px;
    letter-spacing: .12em;
    color: #68778e;
    z-index: 4
}

    .prism-footer span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 10px var(--green);
        margin-right: 7px
    }

.float-label {
    position: absolute;
    padding: 10px 13px;
    border: 1px solid var(--line);
    background: #070b14;
    font-size: 7px;
    letter-spacing: .13em;
    color: #a9b7cb
}

.fl1 {
    top: 12%;
    right: -3%
}

.fl2 {
    bottom: 11%;
    left: -8%
}

.fl3 {
    top: 40%;
    left: 3%
}

/* capabilities — cards become a sequence */
.capabilities {
    padding: 150px 0
}

.cap-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 80px
}

.cap-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.cap {
    min-height: 370px;
    padding: 30px 25px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    position: relative;
    transition: .3s
}

    .cap:last-child {
        border-right: 0
    }

    .cap:hover {
        background: rgba(114,233,255,.025)
    }

    .cap .num {
        font-size: 16px;
        color: var(--cyan);
        font-weight: 800
    }

    .cap h3 {
        font-size: 30px;
        margin: 80px 0 15px
    }

    .cap p {
        font-size: 13px;
        line-height: 1.85;
        color: #8a97ab;
        max-width: 280px
    }

    .cap em {
        position: absolute;
        bottom: 28px;
        left: 25px;
        font-style: normal;
        color: #7c8a9f;
        font-size: 11px;
        letter-spacing: .14em;
        font-weight: 700
    }

/* deployment */
.deploy {
    padding: 150px 0;
    background: #070b13
}

.deploy-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px
}

.deploy-list {
    border-top: 1px solid var(--line)
}

.deploy-row {
    display: grid;
    grid-template-columns: 55px 1fr 1fr;
    gap: 20px;
    align-items: center;
    min-height: 145px;
    border-bottom: 1px solid var(--line)
}

    .deploy-row .n {
        color: var(--cyan);
        font-size: 11px
    }

    .deploy-row h3 {
        font-size: 22px;
        margin: 0
    }

    .deploy-row p {
        font-size: 13px;
        line-height: 1.7;
        color: #718097;
        margin: 0
    }

/* industries */
.industries {
    padding: 150px 0
}

.industry-map {
    height: 600px;
    margin-top: 75px;
    position: relative;
    display: grid;
    place-items: center
}

.map-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 760px;
    height: 390px;
    border: 1px solid rgba(114,233,255,.18);
    animation: mapBreath 3.5s ease-in-out infinite;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transform: translate(-50%,-50%) rotate(-12deg)
}

    .map-line.two {
        width: 570px;
        height: 570px;
        transform: translate(-50%,-50%) rotate(35deg);
        border-color: rgba(166,129,255,.14);
        animation-delay: 1.2s;
        transform: translate(-50%,-50%) rotate(35deg);
    }

.ray-track {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%)
}

.ray {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-radius: 50%;
    background: radial-gradient(circle,#fff 0,var(--cyan) 28%,rgba(114,233,255,.18) 65%,transparent 74%);
    box-shadow: 0 0 20px 5px rgba(114,233,255,.65);
    transform-origin: 0 0;
    animation: rayMain 7s linear infinite
}

.track-main .r1 {
    animation-duration: 5.5s
}

.track-main .r2 {
    animation-duration: 8s;
    animation-delay: -3s;
    width: 7px;
    height: 7px;
    margin: -3.5px
}

.track-main .r3 {
    animation-duration: 10s;
    animation-delay: -6s;
    width: 6px;
    height: 6px;
    margin: -3px
}

.track-second .ray {
    background: radial-gradient(circle,#fff 0,var(--violet) 28%,rgba(166,129,255,.18) 65%,transparent 74%);
    box-shadow: 0 0 20px 5px rgba(166,129,255,.55);
    animation-direction: reverse
}

.track-second .ray {
    animation-name: raySecond
}

.track-second .r4 {
    animation-duration: 7s
}

.track-second .r5 {
    animation-duration: 11s;
    animation-delay: -4s;
    width: 7px;
    height: 7px;
    margin: -3.5px
}

.map-core {
    width: 190px;
    height: 190px;
    animation: mapCore 2.8s ease-in-out infinite;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle,#1a3154,#070c16 72%);
    border: 1px solid rgba(114,233,255,.55);
    color: var(--cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    box-shadow: 0 0 100px rgba(109,141,255,.16);
    animation: mapCore 2.8s ease-in-out infinite
}

.industry {
    position: absolute;
    padding: 15px 18px;
    border: 1px solid var(--line);
    background: #070b14;
    font-size: 10px;
    letter-spacing: .14em;
    color: #c0ccdc;
    font-weight: 700
}

.a {
    top: 4%;
    left: 40%
}

.b {
    top: 22%;
    right: 7%
}

.c {
    bottom: 16%;
    right: 7%
}

.d {
    bottom: 4%;
    left: 40%
}

.e {
    bottom: 18%;
    left: 6%
}

.f {
    top: 22%;
    left: 6%
}

.g {
    top: 47%;
    right: -1%
}

/* ending */
.ending {
    min-height: 100vh;
    padding: 150px 0;
    display: grid;
    place-items: center;
    text-align: center;
    background: radial-gradient(circle at center,rgba(109,141,255,.12),transparent 42%)
}

    .ending h2 {
        font-size: clamp(58px,8.2vw,118px);
        max-width: 1100px;
        margin: 20px auto 30px;
        line-height: .78;
        font-family: Arial,Helvetica,sans-serif !important;
        font-style: normal !important;
        font-weight: 900;
        letter-spacing: -.075em
    }

    .ending p {
        max-width: 620px;
        margin: 35px auto;
        color: #7b889f;
        font-size: 15px;
        line-height: 1.8
    }

.faq {
    padding: 140px 0;
    border-top: 1px solid var(--line)
}

.faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px
}

.faq-list {
    border-top: 1px solid var(--line)
}

details {
    border-bottom: 1px solid var(--line)
}

summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 0;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    justify-content: space-between
}

    summary::-webkit-details-marker {
        display: none
    }

    summary:after {
        content: "+";
        color: var(--cyan);
        font-size: 18px
    }

details[open] summary:after {
    content: "−"
}

details[open] summary {
    color: var(--cyan)
}

details p {
    padding: 0 40px 23px 0;
    color: #78869d;
    font-size: 10px;
    line-height: 1.75
}

footer {
    border-top: 1px solid var(--line);
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
    color: #59677e;
    font-size: 7px;
    letter-spacing: .16em
}

/* reveal */


/* WATCH SHIVI THINK — live product demonstration */
.shivi-demo {
    padding: 135px max(5vw,40px) 125px;
    position: relative;
    overflow: hidden
}

.demo-shell {
    max-width: 1450px;
    margin: 0 auto
}

.demo-heading {
    max-width: 650px;
    margin-bottom: 42px
}

    .demo-heading h2 {
        font-family: Arial,Helvetica,sans-serif !important;
        font-style: normal !important;
        font-weight: 900;
        font-size: clamp(44px,5.8vw,82px);
        line-height: .86;
        letter-spacing: -.07em;
        margin: 15px 0 18px
    }

        .demo-heading h2 span {
            color: var(--cyan)
        }

    .demo-heading p {
        max-width: 620px;
        color: #8290a6;
        font-size: 13px;
        line-height: 1.7;
        margin: 0
    }

.ai-dashboard {
    border: 1px solid rgba(114,233,255,.20);
    background: linear-gradient(145deg,#050b15,#070b15 60%,#080914);
    box-shadow: 0 30px 100px rgba(0,0,0,.3),inset 0 0 90px rgba(114,233,255,.025);
    position: relative;
    overflow: hidden
}

    .ai-dashboard:before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(114,233,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(114,233,255,.045) 1px,transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
        opacity: .8
    }

.dash-top {
    height: 62px;
    border-bottom: 1px solid rgba(114,233,255,.13);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    color: #718097;
    font-size: 7px;
    letter-spacing: .16em;
    position: relative;
    z-index: 3
}

    .dash-top b {
        color: var(--green)
    }

        .dash-top b i {
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--green);
            box-shadow: 0 0 14px var(--green);
            margin-right: 8px;
            animation: liveDot 1.2s infinite
        }

.dash-body {
    display: grid;
    grid-template-columns: minmax(430px,.92fr) minmax(650px,1.5fr);
    gap: 32px;
    padding: 42px 34px 38px;
    position: relative;
    z-index: 2
}

.pipeline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 15px 0
}

.pipeline-line {
    position: absolute;
    left: 27px;
    top: 45px;
    bottom: 45px;
    width: 1px;
    background: linear-gradient(var(--cyan),rgba(114,233,255,.15),rgba(166,129,255,.3))
}

    .pipeline-line i {
        position: absolute;
        left: -2px;
        top: 0;
        width: 5px;
        height: 34px;
        background: linear-gradient(transparent,var(--cyan),transparent);
        box-shadow: 0 0 14px var(--cyan);
        animation: pipelineTravel 3s linear infinite
    }

.pipe-step {
    height: 92px;
    display: grid;
    grid-template-columns: 56px 42px 1fr 42px;
    align-items: center;
    gap: 12px;
    padding: 0 17px;
    border: 1px solid rgba(114,233,255,.12);
    background: rgba(5,10,18,.72);
    position: relative;
    transition: .35s
}

    .pipe-step.active-step {
        border-color: rgba(114,233,255,.75);
        background: linear-gradient(90deg,rgba(114,233,255,.08),rgba(114,233,255,.025));
        box-shadow: 0 0 32px rgba(114,233,255,.07)
    }

.pipe-node {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(114,233,255,.28);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #8ea0b8;
    font-size: 8px;
    letter-spacing: .08em;
    background: #070d17;
    z-index: 2
}

.active-step .pipe-node {
    border-color: var(--cyan);
    color: var(--cyan);
    box-shadow: 0 0 20px rgba(114,233,255,.18)
}

.pipe-icon {
    font-size: 21px;
    color: var(--cyan);
    text-align: center
}

.pipe-copy b {
    display: block;
    font-size: 10px;
    letter-spacing: .13em;
    color: #e9eef7;
    margin-bottom: 6px
}

.pipe-copy small {
    display: block;
    font-size: 7px;
    color: #708097;
    line-height: 1.4
}

.pipe-step strong {
    font-size: 7px;
    color: #65758b;
    letter-spacing: .12em;
    text-align: right
}

.shivi-panel {
    border: 1px solid rgba(166,129,255,.40);
    background: radial-gradient(circle at 50% 20%,rgba(109,141,255,.10),transparent 34%),rgba(5,9,17,.72);
    min-height: 500px;
    padding: 26px 30px;
    position: relative;
    overflow: hidden
}

    .shivi-panel:before {
        content: "";
        position: absolute;
        width: 440px;
        height: 220px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-radius: 50%;
        background: radial-gradient(ellipse,rgba(109,141,255,.14),transparent 65%);
        filter: blur(12px);
        pointer-events: none
    }

.shivi-oval {
    height: 126px;
    width: min(390px,68%);
    margin: 0 auto 28px;
    border: 1px solid #ad77ff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(7,11,22,.45);
    box-shadow: 0 0 35px rgba(166,129,255,.12),inset 0 0 28px rgba(166,129,255,.08);
    z-index: 2
}

.shivi-name {
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .13em;
    color: #f7f8ff
}

.shivi-oval small {
    font-size: 7px;
    letter-spacing: .18em;
    color: var(--cyan);
    margin-top: 9px
}

.oval-pulse {
    position: absolute;
    inset: -18px;
    border: 1px solid rgba(166,129,255,.14);
    border-radius: 50%;
    animation: ovalPulse 3s ease-out infinite
}

    .oval-pulse.second {
        inset: -36px;
        animation-delay: 1.4s
    }

.processing {
    position: relative;
    z-index: 2
}

.processing-status {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #718097;
    font-size: 8px;
    letter-spacing: .12em;
    margin-bottom: 18px
}

    .processing-status i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--cyan);
        box-shadow: 0 0 13px var(--cyan);
        animation: liveDot 1s infinite
    }

    .processing-status b {
        font-size: 11px;
        color: #b9c4d5;
        letter-spacing: 0;
        margin-left: 6px;
        font-weight: 500;
        font-style: italic
    }

.intent {
    border: 1px solid rgba(114,233,255,.15);
    background: rgba(114,233,255,.025);
    padding: 17px 19px;
    margin-bottom: 25px
}

    .intent label {
        display: block;
        font-size: 7px;
        letter-spacing: .15em;
        color: #6b7b92;
        margin-bottom: 8px
    }

    .intent strong {
        display: block;
        color: var(--cyan);
        font-size: 16px;
        font-weight: 700
    }

    .intent small {
        display: block;
        color: #74849a;
        font-size: 8px;
        margin-top: 7px
    }

    .intent em {
        font-style: normal;
        margin: 0 7px;
        color: #405064
    }

.conversation-pair {
    display: grid;
    grid-template-columns: 1fr 58px 1fr;
    align-items: center;
    gap: 13px
}

.voice-card {
    min-height: 190px;
    border: 1px solid rgba(114,233,255,.14);
    background: rgba(4,9,16,.62);
    padding: 17px;
    position: relative
}

.response-card {
    border-color: rgba(166,129,255,.22)
}

.voice-head {
    display: flex;
    justify-content: space-between;
    color: #6c7b92;
    font-size: 6px;
    letter-spacing: .13em;
    margin-bottom: 22px
}

    .voice-head b {
        font-weight: 500
    }

.voice-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 55px
}

.person-icon, .mini-ai {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(114,233,255,.35);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--cyan);
    font-size: 22px;
    flex: 0 0 43px
}

.mini-ai {
    border-color: rgba(166,129,255,.55);
    color: var(--violet);
    box-shadow: 0 0 20px rgba(166,129,255,.10)
}

.mini-wave {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 3px;
    flex: 1
}

    .mini-wave i {
        display: block;
        width: 3px;
        height: 12px;
        border-radius: 3px;
        background: var(--cyan);
        animation: wave 1s ease-in-out infinite
    }

.violet-wave i {
    background: var(--violet)
}

.mini-wave i:nth-child(2) {
    animation-delay: .08s
}

.mini-wave i:nth-child(3) {
    animation-delay: .16s
}

.mini-wave i:nth-child(4) {
    animation-delay: .24s
}

.mini-wave i:nth-child(5) {
    animation-delay: .32s
}

.mini-wave i:nth-child(6) {
    animation-delay: .4s
}

.mini-wave i:nth-child(7) {
    animation-delay: .48s
}

.mini-wave i:nth-child(8) {
    animation-delay: .56s
}

.mini-wave i:nth-child(9) {
    animation-delay: .64s
}

.mini-wave i:nth-child(10) {
    animation-delay: .72s
}

.mini-wave i:nth-child(11) {
    animation-delay: .8s
}

.mini-wave i:nth-child(12) {
    animation-delay: .88s
}

.voice-card p {
    font-size: 11px;
    line-height: 1.55;
    color: #d8e0ec;
    font-style: italic;
    margin: 17px 0 0
}

.data-stream {
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px
}

    .data-stream:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 45px;
        background: linear-gradient(90deg,transparent,var(--cyan),var(--violet),transparent);
        opacity: .65
    }

    .data-stream i {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--cyan);
        box-shadow: 0 0 8px var(--cyan);
        animation: dataTravel 1.5s linear infinite;
        z-index: 2
    }

        .data-stream i:nth-child(2) {
            animation-delay: .3s;
            background: #fff
        }

        .data-stream i:nth-child(3) {
            animation-delay: .6s;
            background: var(--violet)
        }

        .data-stream i:nth-child(4) {
            animation-delay: .9s;
            background: var(--violet)
        }

        .data-stream i:nth-child(5) {
            animation-delay: 1.2s;
            background: var(--cyan)
        }

.dash-flow {
    height: 70px;
    border-top: 1px solid rgba(114,233,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #65748b;
    font-size: 7px;
    letter-spacing: .14em;
    position: relative;
    z-index: 3
}

    .dash-flow i {
        width: 35px;
        height: 1px;
        background: linear-gradient(90deg,transparent,var(--cyan),transparent)
    }

    .dash-flow .cyan {
        color: var(--cyan)
    }

    .dash-flow .violet {
        color: #b17bff
    }

@keyframes pipelineTravel {
    to {
        transform: translateY(300px);
        opacity: 0
    }
}

@keyframes ovalPulse {
    0% {
        transform: scale(.92);
        opacity: .55
    }

    100% {
        transform: scale(1.08);
        opacity: 0
    }
}

@keyframes dataTravel {
    0% {
        transform: translateX(-18px);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        transform: translateX(18px);
        opacity: 0
    }
}

@keyframes wave {
    0%,100% {
        height: 10px;
        opacity: .4
    }

    50% {
        height: 43px;
        opacity: 1
    }
}

@keyframes liveDot {
    50% {
        opacity: .3;
        transform: scale(.8)
    }
}

@media(max - width:1050px) {
    .dash-body {
        grid-template-columns: 1fr
    }

    .pipeline {
        order: 2
    }

    .shivi-panel {
        order: 1
    }
}

@media(max - width:700px) {
    .shivi-demo {
        padding: 90px 20px
    }

    .dash-body {
        padding: 22px 18px
    }

    .shivi-panel {
        padding: 22px 16px
    }

    .pipe-step {
        height: 78px;
        grid-template-columns: 42px 30px 1fr 34px;
        padding: 0 10px
    }

    .pipe-node {
        width: 30px;
        height: 30px
    }

    .conversation-pair {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .data-stream {
        display: none
    }

    .shivi-oval {
        width: 85%;
        height: 105px
    }

    .shivi-name {
        font-size: 25px
    }

    .voice-card {
        min-height: 155px
    }

    .dash-flow {
        gap: 7px;
        font-size: 5px
    }

        .dash-flow i {
            width: 13px
        }
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .8s ease
}

    .reveal.in {
        opacity: 1;
        transform: none
    }

@keyframes scan {
    0%,100% {
        transform: translateY(-130px);
        opacity: 0
    }

    25%, 75% {
        opacity: 1
    }

    50% {
        transform: translateY(130px)
    }
}

@keyframes stream {
    0% {
        transform: translateX(0);
        opacity: 0
    }

    15% {
        opacity: .8
    }

    100% {
        transform: translateX(260%);
        opacity: 0
    }
}

@keyframes nodePulse {
    50% {
        transform: scale(1.8);
        opacity: .55
    }
}

@keyframes coreBreath {
    50% {
        transform: translate(-50%,-50%) scale(1.045);
        box-shadow: 0 0 115px rgba(109,141,255,.25)
    }
}

@keyframes mapBreath {
    50% {
        opacity: .42;
        box-shadow: 0 0 35px rgba(114,233,255,.08)
    }
}

@keyframes mapCore {
    50% {
        transform: scale(1.035);
        box-shadow: 0 0 125px rgba(109,141,255,.28)
    }
}

@keyframes ariaBreath {
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 55px rgba(114,233,255,.24)
    }
}

@keyframes ariaRing {
    50% {
        transform: scale(1.07) rotate(8deg);
        box-shadow: 0 0 105px rgba(109,141,255,.2)
    }
}

@keyframes coreSpin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes mapRotate {
    to {
        transform: translate(-50%,-50%)
    }
}

@keyframes mapRotateReverse {
    to {
        transform: translate(-50%,-50%) rotate(35deg)
    }
}

@keyframes proofPulse {
    50% {
        transform: scale(1.18);
        opacity: .8
    }
}

@keyframes energySweep {
    0%,100% {
        transform: translateX(-3%);
        opacity: .12
    }

    50% {
        transform: translateX(3%);
        opacity: .8
    }
}

@keyframes orbitBreathe {
    50% {
        opacity: .55
    }
}

@keyframes orbitalLight {
    0% {
        transform: rotate(0deg) translateX(280px) scale(.8);
        opacity: .2
    }

    25% {
        transform: rotate(90deg) translateX(165px) scale(1.15);
        opacity: 1
    }

    50% {
        transform: rotate(180deg) translateX(280px) scale(.8);
        opacity: .3
    }

    75% {
        transform: rotate(270deg) translateX(165px) scale(1.15);
        opacity: 1
    }

    100% {
        transform: rotate(360deg) translateX(280px) scale(.8);
        opacity: .2
    }
}

@keyframes rayPulse {
    50% {
        opacity: .8;
        box-shadow: 0 0 24px rgba(114,233,255,.7)
    }
}

@keyframes coreAlive {
    50% {
        transform: translate(-50%,-50%) scale(1.045);
        box-shadow: 0 0 125px rgba(114,233,255,.27),inset 0 0 45px rgba(114,233,255,.12)
    }
}

@keyframes panelFloat {
    50% {
        transform: translateY(-6px);
        border-color: rgba(114,233,255,.34);
        box-shadow: 0 14px 50px rgba(0,0,0,.24),0 0 25px rgba(114,233,255,.05)
    }
}

@keyframes raySecond {
    0% {
        transform: rotate(0deg) translateX(285px)
    }

    25% {
        transform: rotate(90deg) translateX(285px)
    }

    50% {
        transform: rotate(180deg) translateX(285px)
    }

    75% {
        transform: rotate(270deg) translateX(285px)
    }

    100% {
        transform: rotate(360deg) translateX(285px)
    }
}

@keyframes fieldGlow {
    50% {
        transform: scale(1.08);
        opacity: .85
    }
}

@keyframes connectionPulse {
    50% {
        opacity: .8;
        box-shadow: 0 0 22px rgba(114,233,255,.75)
    }
}

@keyframes streakMove {
    0%,100% {
        transform: translateX(-35px);
        opacity: .15
    }

    50% {
        transform: translateX(35px);
        opacity: .6
    }
}

@keyframes labelBreath {
    50% {
        transform: translateY(-4px);
        border-color: rgba(114,233,255,.32)
    }
}

@keyframes particleDrift {
    50% {
        transform: translate(8px,-10px) scale(1.3);
        opacity: .65
    }
}

@keyframes orbitBreath {
    50% {
        opacity: .48
    }
}

@keyframes heroRay {
    to {
        offset-distance: 100%
    }
}

@keyframes heroHorizontal {
    0% {
        transform: translateX(-255px) scale(.8);
        opacity: .25
    }

    25% {
        transform: translateX(0) scale(1.15);
        opacity: 1
    }

    50% {
        transform: translateX(255px) scale(.8);
        opacity: .4
    }

    75% {
        transform: translateX(0) scale(1.15);
        opacity: 1
    }

    100% {
        transform: translateX(-255px) scale(.8);
        opacity: .25
    }
}

@keyframes heroHorizontal2 {
    0% {
        transform: translateX(195px) scale(.7);
        opacity: .25
    }

    25% {
        transform: translateX(0) scale(1.1);
        opacity: 1
    }

    50% {
        transform: translateX(-195px) scale(.7);
        opacity: .35
    }

    75% {
        transform: translateX(0) scale(1.1);
        opacity: 1
    }

    100% {
        transform: translateX(195px) scale(.7);
        opacity: .25
    }
}

@keyframes heroHorizontal3 {
    0% {
        transform: translateX(-122px);
        opacity: .2
    }

    50% {
        transform: translateX(122px);
        opacity: 1
    }

    100% {
        transform: translateX(-122px);
        opacity: .2
    }
}

@keyframes heroCore {
    50% {
        transform: translate(-50%,-50%) scale(1.06);
        box-shadow: 0 0 125px rgba(114,233,255,.27)
    }
}

@keyframes fieldRay {
    50% {
        opacity: 1;
        transform: scaleX(1.3)
    }
}

@keyframes nodeFloat {
    50% {
        transform: translateY(-7px);
        border-color: rgba(114,233,255,.3)
    }
}

@keyframes prismScan {
    0%,100% {
        top: -10%;
        opacity: 0
    }

    15%, 80% {
        opacity: 1
    }

    50% {
        top: 105%
    }
}

@keyframes prismBreath {
    50% {
        opacity: .5
    }
}

@keyframes prismOrbit {
    to {
        offset-distance: 100%
    }
}

@keyframes prismCore {
    50% {
        transform: translate(-50%,-50%) scale(1.055);
        box-shadow: 0 0 135px rgba(114,233,255,.28)
    }
}

@keyframes beamPulse {
    50% {
        opacity: .95;
        box-shadow: 0 0 24px var(--cyan)
    }
}

@keyframes rayOrbit {
    from {
        offset-distance: 0%
    }

    to {
        offset-distance: 100%
    }
}

@keyframes rayMain {
    0% {
        transform: rotate(0deg) translateX(370px) scale(1)
    }

    25% {
        transform: rotate(90deg) translateX(195px) scale(1.1)
    }

    50% {
        transform: rotate(180deg) translateX(370px) scale(1)
    }

    75% {
        transform: rotate(270deg) translateX(195px) scale(1.1)
    }

    100% {
        transform: rotate(360deg) translateX(370px) scale(1)
    }
}

.ray {
    offset-path: ellipse(370px 195px at 0 0)
}

.ray2 {
    offset-path: ellipse(285px 285px at 0 0)
}

@keyframes coreFloat {
    0%,100% {
        translate: 0 0
    }

    50% {
        translate: 0 -10px
    }
}

@media(max - width:950px) {
    .wrap {
        width: min(100% - 42px,1400px)
    }

    .navlinks {
        display: none
    }

    .hero, .problem-grid, .product-grid, .deploy-grid, .faq-grid {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 45px
    }

    .live {
        height: 520px;
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .story-top, .cap-head {
        display: block
    }

    .counter {
        grid-template-columns: 1fr 1fr
    }

    .split {
        grid-template-columns: 1fr
    }

    .half:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .cap-grid {
        grid-template-columns: 1fr 1fr
    }

    .cap {
        border-bottom: 1px solid var(--line)
    }

    .deploy-row {
        grid-template-columns: 45px 1fr
    }

        .deploy-row p {
            grid-column: 2
        }

    .industry-map {
        height: 480px
    }
}

@media(max - width:600px) {
    .wrap {
        width: calc(100% - 30px)
    }

    .side {
        display: none
    }

    .hero {
        min-height: auto
    }

    .hero-copy {
        padding: 65px 0 30px
    }

    .live {
        height: 430px
    }

    .cap-panel {
        width: 145px;
        min-height: 70px;
        padding: 10px;
        gap: 8px
    }

        .cap-panel b {
            font-size: 8px
        }

        .cap-panel small {
            font-size: 5px
        }

    .cap-icon {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
        font-size: 13px
    }

    .hero-core {
        width: 110px;
        height: 110px
    }

    .core-word {
        font-size: 11px
    }

    .core-ai {
        font-size: 16px
    }

    .core-private {
        font-size: 4px
    }

    .ho1 {
        width: 380px;
        height: 220px
    }

    .ho2 {
        width: 290px;
        height: 290px
    }

    .ho3 {
        width: 195px;
        height: 195px
    }

    .hero-ray {
        width: 210px
    }

    .hero-footer {
        gap: 18px
    }

    .story, .problem, .turn, .reveal-product, .capabilities, .deploy, .industries, .ending, .faq {
        padding: 105px 0
    }

    .statement {
        margin-top: 70px
    }

    .counter, .cap-grid {
        grid-template-columns: 1fr
    }

        .counter div {
            border-right: 0;
            border-bottom: 1px solid var(--line)
        }

            .counter div:last-child {
                border-bottom: 0
            }

    .prism {
        width: 320px;
        height: 420px
    }

    .product-visual {
        height: 470px
    }

    .fl3 {
        left: 2%
    }

    .cap {
        border-right: 0
    }

    .deploy-row {
        min-height: 165px
    }

    .industry-map {
        height: 390px
    }

    .map-line {
        width: 430px;
        height: 240px
    }

        .map-line.two {
            width: 330px;
            height: 330px
        }

    .map-core {
        width: 130px;
        height: 130px;
        font-size: 8px
    }

    .industry {
        font-size: 6px
    }

    .g {
        right: -5%
    }
}

/* MOLten background — adapted from the supplied React Bits MoltenMetal shader.
           Vanilla WebGL2 version so this standalone HTML needs no React/OGL dependency. */
#molten-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none;
    opacity: .86;
}

.molten-vignette {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 42%, transparent 0%, rgba(5,7,13,.10) 38%, rgba(5,7,13,.72) 100%), linear-gradient(180deg,rgba(5,7,13,.22),rgba(5,7,13,.52));
}


/* FINAL POLISH — typography, edge timeline, square SHIVI, section rhythm */
.pipeline-line {
    left: 0 !important;
}

.pipeline {
    padding-left: 0 !important;
}

.pipe-step {
    padding-left: 22px !important;
}

.pipe-node {
    width: 42px !important;
    height: 42px !important;
    font-size: 10px !important;
}

.pipe-copy b {
    font-size: 13px !important;
    letter-spacing: .12em !important;
}

.pipe-copy small {
    font-size: 9px !important;
}

.pipe-step strong {
    font-size: 9px !important;
}

.pipe-icon {
    font-size: 25px !important;
}

/* SHIVI: square, balanced, premium */
.shivi-oval {
    width: min(280px,62%) !important;
    height: 170px !important;
    border-radius: 0 !important;
    margin: 0 auto 30px !important;
    border: 1px solid rgba(166,129,255,.72) !important;
    box-shadow: 0 0 40px rgba(166,129,255,.14), inset 0 0 34px rgba(166,129,255,.08) !important;
}

.shivi-name {
    font-size: 37px !important;
    letter-spacing: .10em !important;
}

.shivi-oval small {
    font-size: 9px !important;
}

.oval-pulse {
    border-radius: 0 !important;
}

.processing-status {
    font-size: 10px !important;
}

    .processing-status b {
        font-size: 14px !important;
    }

.intent {
    padding: 21px 22px !important;
}

    .intent label {
        font-size: 8px !important;
    }

    .intent strong {
        font-size: 20px !important;
    }

    .intent small {
        font-size: 10px !important;
    }

.voice-head {
    font-size: 8px !important;
}

.voice-card p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.person-icon, .mini-ai {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
}

.dash-flow {
    font-size: 9px !important;
}

    .dash-flow i {
        width: 42px !important;
    }

/* Give the live section more breathing room internally, but tighten the
           transition into the next numbered section. */
.shivi-demo {
    padding-bottom: 88px !important;
}

.story {
    padding-top: 78px !important;
}

/* Section 7 → 8: remove the awkward dead band without changing the layout. */
#industries {
    padding-top: 72px !important;
}

    #industries + .ending {
        padding-top: 86px !important;
    }

/* Keep section headings on the approved hero typography, but make the
           live-demo heading slightly more readable than the previous oversized one. */
.demo-heading h2 {
    font-size: clamp(42px,5.1vw,72px) !important;
    line-height: .9 !important;
    letter-spacing: -.065em !important;
}

/* Mobile stays clean after the larger desktop type. */
@media(max - width:700px) {
    .pipe-step {
        padding-left: 14px !important
    }

    .pipe-node {
        width: 36px !important;
        height: 36px !important
    }

    .pipe-copy b {
        font-size: 10px !important
    }

    .pipe-copy small {
        font-size: 8px !important
    }

    .shivi-oval {
        width: 78% !important;
        height: 130px !important
    }

    .shivi-name {
        font-size: 29px !important
    }

    .intent strong {
        font-size: 17px !important
    }

    .voice-card p {
        font-size: 12px !important
    }

    .dash-flow {
        font-size: 6px !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;
}


/* SOVER — CHANGES 1.0 */

/* HERO: larger feature boxes + tighter request-demo relationship */
.hero .feature,
.hero .hero-feature,
.hero .feature-box,
.hero .metric-card {
    min-height: 180px !important;
    padding: 30px !important;
}

.hero .features,
.hero .feature-grid {
    gap: 16px !important;
}

.hero .request-demo,
.hero .hero-cta,
.hero .cta-wrap {
    margin-top: 18px !important;
}

    .hero .request-demo .btn,
    .hero .hero-cta .btn {
        padding: 14px 20px !important;
    }

/* Increase both top hero boxes where the existing markup uses card-like panels */
.hero .grid-2 > div,
.hero .top-box,
.hero .hero-card {
    min-height: 180px !important;
    padding: 28px !important;
}

/* LIVE / ARIA: more letter spacing in the heading */
.live h2,
.live h3,
#live h2,
#live h3,
.shivi-demo .demo-heading h2,
.shivi-demo .demo-heading h3 {
    letter-spacing: .055em !important;
}

/* 03 → 04: tighten transition */
#live {
    padding-bottom: 28px !important;
}

#language {
    padding-top: 28px !important;
}

/* 05: keep "Intelligence" on the same heading line */
#industries .section-title,
#industries h2,
#industries .section-heading {
    white-space: nowrap !important;
}

/* 07 → 08: tighter transition */
#usecases {
    padding-bottom: 26px !important;
}

#faq {
    padding-top: 26px !important;
}

    /* 08: heading gets more line-height + letter spacing */
    #faq .section-title,
    #faq h2,
    #faq .section-heading {
        line-height: 1.12 !important;
    }


/* =========================================================
           SOVER CHANGES 1.0 — CORRECTED TARGETS
           These selectors match the actual page structure.
           ========================================================= */
/* HERO
           Four capability panels are the actual "feature boxes".
           Make all of them larger; give the two top panels a little
           more presence without making the hero feel crowded. */
.cap-panel {
    width: 235px !important;
    min-height: 118px !important;
    padding: 22px 21px !important;
    gap: 16px !important;
}

.cap-panel b {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

.cap-panel small {
    font-size: 8px !important;
    line-height: 1.65 !important;
}

.cap-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
    font-size: 19px !important;
}

.cp1, .cp2 {
    top: 15% !important;
}

/* Request Demo + Why This Matters:
           make the two buttons sit closer together. */
.actions {
    gap: 7px !important;
}

.hero-copy .actions {
    margin-bottom: 34px !important;
}

.actions .btn {
    padding: 15px 22px !important;
}

/* LIVE / ARIA VOICE — more letter spacing in the main heading */
.shivi-demo .demo-heading h2 {
    letter-spacing: .025em !important;
}

/* 03 → 04: the actual sections are .shivi-demo → .story */
.shivi-demo {
    padding-bottom: 58px !important;
}

.story {
    padding-top: 58px !important;
}

/* 05 — WHAT IT BECOMES
           Keep "AN INTELLIGENCE LAYER!" together on one line. */
.capabilities .cap-head h2 span {
    white-space: nowrap !important;
    display: inline-block !important;
}

.capabilities .cap-head h2 {
    letter-spacing: -.055em !important;
}

/* 07 → 08: .industries → .ending */
.industries {
    padding-bottom: 58px !important;
}

.ending {
    padding-top: 58px !important;
}

    /* 08 — THE POINT
           More deliberate line + letter spacing in the heading. */
    .ending h2 {
        line-height: .94 !important;
        letter-spacing: -.045em !important;
    }


/* SOVER CHANGES 2.0 */
/* HERO — give the supporting copy more presence, while pulling
           the CTA buttons closer to the feature strip. */
.hero-copy p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    letter-spacing: .018em !important;
    max-width: 820px !important;
}

.hero-copy .actions {
    margin-top: 24px !important;
    margin-bottom: 18px !important;
}

    .hero-copy .actions + .cap-grid {
        margin-top: 12px !important;
    }

.cap-grid {
    gap: 12px !important;
}

.cap-panel {
    min-height: 126px !important;
    padding: 24px 22px !important;
}

    .cap-panel b {
        font-size: 12.5px !important;
    }

    .cap-panel small {
        font-size: 8.5px !important;
        line-height: 1.65 !important;
    }

/* 03 → 04 — tighter transition */
.shivi-demo {
    padding-bottom: 30px !important;
}

.story {
    padding-top: 30px !important;
}

/* 05 — description must sit below the heading, not beside it */
.capabilities .cap-head {
    display: block !important;
}

    .capabilities .cap-head h2 {
        width: 100% !important;
        max-width: 760px !important;
        margin-bottom: 28px !important;
    }

    .capabilities .cap-head p {
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 !important;
        display: block !important;
    }

/* 06 → 07 — tighten section transition */
.industries {
    padding-top: 42px !important;
    padding-bottom: 34px !important;
}

.sovereign {
    padding-top: 34px !important;
}

/* 08 — slightly smaller heading, noticeably wider tracking */
.ending h2 {
    font-size: clamp(54px,7.2vw,112px) !important;
    line-height: 1.02 !important;
}

/* Preserve mobile readability */
@media(max - width:700px) {
    .hero-copy p {
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    .hero-copy .actions {
        margin-top: 18px !important;
        margin-bottom: 14px !important;
    }

    .cap-panel {
        min-height: 110px !important;
    }

    .capabilities .cap-head h2 {
        margin-bottom: 20px !important;
    }

    .ending h2 {
        font-size: clamp(42px,12vw,70px) !important;
        letter-spacing: .02em !important;
    }
}


/* SOVER CHANGES 3.0 */
/* HERO — larger CTA buttons and feature strip, with a tight visual
           relationship between the two. */
.hero-copy .actions {
    gap: 6px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.hero-copy .actions .btn {
    min-height: 52px !important;
    padding: 16px 26px !important;
    font-size: 10px !important;
}

.cap-grid {
    gap: 10px !important;
    margin-top: 8px !important;
}

.cap-panel {
    min-height: 138px !important;
    padding: 27px 24px !important;
}

    .cap-panel b {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .cap-panel small {
        font-size: 9px !important;
        line-height: 1.65 !important;
    }

/* 03 → 04 — pull the next section closer */
.shivi-demo {
    padding-bottom: 22px !important;
}

.story {
    padding-top: 22px !important;
}

/* 05 — make the phrase read as:
           "NOT JUST A MODEL. AN INTELLIGENCE LAYER!"
           with MODEL on the same heading line/visual lockup. */
.capabilities .cap-head h2 {
    max-width: 900px !important;
    letter-spacing: -.055em !important;
}

    .capabilities .cap-head h2 span {
        white-space: nowrap !important;
        display: inline !important;
    }

/* 08 — smaller, more sophisticated heading with wider tracking */
.ending h2 {
    line-height: 1.04 !important;
}


/* SOVER CHANGES 4.0 */
/* HERO — make the 100% / ZERO / INDIA metrics more prominent */
.stats {
    gap: 58px !important;
    margin-top: 26px !important;
}

.stat b {
    font-size: 32px !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
}

.stat small {
    font-size: 10px !important;
    line-height: 1.55 !important;
    letter-spacing: .16em !important;
}

/* Pull CTA + feature strip closer together */
.hero-copy .actions {
    margin-bottom: 6px !important;
}

.cap-grid {
    margin-top: 5px !important;
}

/* Reduce the vertical rhythm across the early sections:
           hero → live → 01 → 02 → 03 → 04 → 05 → 06 */
.hero {
    padding-bottom: 34px !important;
}

.shivi-demo {
    padding-top: 48px !important;
    padding-bottom: 18px !important;
}

.story {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
}

.capabilities {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.industries {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.sovereign {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

/* 01 — move heading + description slightly lower together */
.shivi-demo .demo-heading {
    padding-top: 28px !important;
}

    .shivi-demo .demo-heading h2 {
        margin-top: 10px !important;
    }

    .shivi-demo .demo-heading p {
        margin-top: 26px !important;
    }

/* 05 — move "MODEL" up to the line immediately above it,
           and give the stacked heading more breathing room. */
.capabilities .cap-head h2 {
    line-height: 1.08 !important;
    letter-spacing: -.05em !important;
}

    .capabilities .cap-head h2 span {
        display: block !important;
        white-space: nowrap !important;
        margin-top: 2px !important;
    }

.capabilities .cap-head h2 {
    word-spacing: .02em !important;
}

/* Keep the mobile version from becoming oversized */
@media(max - width:700px) {
    .stats {
        gap: 26px !important;
        margin-top: 20px !important;
    }

    .stat b {
        font-size: 25px !important;
    }

    .stat small {
        font-size: 8px !important;
    }

    .hero {
        padding-bottom: 24px !important;
    }

    .shivi-demo {
        padding-top: 34px !important;
    }

        .shivi-demo .demo-heading {
            padding-top: 16px !important;
        }

    .capabilities .cap-head h2 {
        line-height: 1.06 !important;
    }
}


/* =========================================================
           SOVER CHANGES 4.0 — DIRECT STRUCTURE OVERRIDES
           ========================================================= */
/* HERO: the actual metric row is .hero-footer */
.hero-footer {
    gap: 42px !important;
    margin-top: 24px !important;
}

.hero-footer b {
    font-size: 32px !important;
    line-height: 1 !important;
}

.hero-footer small {
    display: block !important;
    margin-top: 9px !important;
    font-size: 10px !important;
    line-height: 1.6 !important;
    letter-spacing: .16em !important;
}

/* Pull REQUEST DEMO / WHY THIS MATTERS closer to the feature panels.
           The feature panels live inside .live, not inside .hero-copy. */
.hero-copy .actions {
    margin-bottom: 12px !important;
}

.live .cap-panel {
    min-height: 138px !important;
    padding: 27px 0px !important;
}

    .live .cap-panel b {
        font-size: 13px !important;
    }

    .live .cap-panel small {
        font-size: 9px !important;
        line-height: 1.65 !important;
    }

/* =========================================================
           SECTION RHYTHM
           Hero -> Live
           01 -> 02
           02 -> 03
           03 -> 04
           04 -> 05
           05 -> 06
           ========================================================= */
.hero {
    min-height: calc(100vh - 78px) !important;
    padding-bottom: 20px !important;
}

.shivi-demo {
    padding-top: 48px !important;
    padding-bottom: 22px !important;
}

.story {
    min-height: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 38px !important;
}

.problem {
    min-height: 0 !important;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.turn {
    min-height: 0 !important;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.reveal-product {
    min-height: 0 !important;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.capabilities {
    min-height: 0 !important;
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

/* =========================================================
           05 — actual heading markup:
           NOT JUST A MODEL,
           AN INTELLIGENCE LAYER!
           Make MODEL stay on the line immediately above the second
           line and increase the vertical rhythm of the heading.
           ========================================================= */
#capabilities .cap-head {
    display: block !important;
}

    #capabilities .cap-head > div {
        width: 100% !important;
    }

    #capabilities .cap-head h2 {
        line-height: 1.12 !important;
        letter-spacing: -.045em !important;
        margin: 0 0 28px !important;
    }

        #capabilities .cap-head h2 br {
            display: block !important;
        }

    #capabilities .cap-head > p {
        display: block !important;
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 !important;
        line-height: 1.75 !important;
    }

/* Mobile */
@media(max - width:700px) {
    .hero-footer {
        gap: 24px !important;
    }

        .hero-footer b {
            font-size: 25px !important;
        }

        .hero-footer small {
            font-size: 8px !important;
        }

    .hero {
        padding-bottom: 14px !important;
    }

    .shivi-demo {
        padding-top: 34px !important;
        padding-bottom: 18px !important;
    }

    .story, .problem, .turn, .reveal-product, .capabilities {
        padding-top: 28px !important;
        padding-bottom: 30px !important;
    }

    #capabilities .cap-head h2 {
        line-height: 1.08 !important;
    }

        #capabilities .cap-head h2 .cyan {
            white-space: normal !important;
        }
}


/* SECTION 05 — heading lockup */
#capabilities .cap-head h2 {
    max-width: 100% !important;
    font-size: clamp(52px,6.8vw,108px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
}

#capabilities .cap-head h2 .cyan {
    display: inline !important;
    white-space: nowrap !important;
}

/* The first phrase must not wrap between "A" and "MODEL". */
#capabilities .cap-head h2 {
    white-space: normal !important;
}

/* Desktop: give the first line enough width to hold MODEL. */
@media(min - width:1000px) {
    #capabilities .cap-head h2 {
        width: max-content !important;
        max-width: calc(100vw - 180px) !important;
    }
}

/* Mobile can wrap naturally. */
@media(max - width:700px) {
    #capabilities .cap-head h2 {
        font-size: clamp(42px,12vw,72px) !important;
        line-height: 1.04 !important;
    }
}

/* SOVER CHANGES 5.0 */
/* 01 — move WATCH SHIVI THINK + description slightly lower */
.shivi-demo .demo-heading {
    padding-top: 42px !important;
}

.shivi-demo .demo-heading h2 {
    margin-top: 20px !important;
    margin-bottom: 24px !important;
}

.shivi-demo .demo-heading p {
    margin-top: 0 !important;
}

/* 05 — reduce the large heading without losing the two-line lockup */
.capabilities .cap-head h2 {
    font-size: clamp(50px,6vw,92px) !important;
    line-height: 1.08 !important;
}

    .capabilities .cap-head h2 .cyan {
        white-space: nowrap !important;
    }

/* 07 — very little line spacing between:
           ONE CORE,
           MANY WORLDS */
.industries .industry-head h2 {
    line-height: .94 !important;
}

    .industries .industry-head h2 .cyan {
        display: inline !important;
    }


/* SECTION 05 — reduce heading size */
#capabilities .cap-head h2 {
    font-size: clamp(44px,4.9vw,78px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.035em !important;
}

/* Keep the two-line lockup intact */
#capabilities .cap-head h2 .cyan {
    display: inline !important;
    white-space: nowrap !important;
}

@media(max - width:700px) {
    #capabilities .cap-head h2 {
        font-size: clamp(38px,10vw,62px) !important;
        line-height: 1.06 !important;
    }
}


/* =========================================================
           SHIVI — PERSISTENT WEBSITE AI ASSISTANT
           ========================================================= */
#shivi-assistant {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 22px;
    z-index: 2147483000;
    font-family: Inter,Arial,Helvetica,sans-serif;
    pointer-events: none;
}

#shivi-assistant * {
    box-sizing: border-box
}

#shivi-trigger {
    pointer-events: auto;
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(166,129,255,.58);
    background: radial-gradient(circle at 34% 28%,rgba(255,255,255,.14),transparent 22%), radial-gradient(circle at 50% 52%,rgba(114,233,255,.10),transparent 48%), linear-gradient(145deg,#101a2d,#060a13);
    box-shadow: 0 0 28px rgba(114,233,255,.12), 0 0 42px rgba(166,129,255,.13), inset 0 0 22px rgba(166,129,255,.08);
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform .25s ease,box-shadow .25s ease;
}

    #shivi-trigger:hover {
        transform: translateY(-3px) scale(1.035);
        box-shadow: 0 0 34px rgba(114,233,255,.18), 0 0 54px rgba(166,129,255,.20), inset 0 0 24px rgba(166,129,255,.11);
    }

.shivi-character {
    width: 43px;
    height: 39px;
    position: relative;
}

    .shivi-character .head {
        position: absolute;
        inset: 5px 3px 2px;
        border: 2px solid #cdb6ff;
        border-radius: 46% 46% 50% 50%;
        box-shadow: 0 0 15px rgba(166,129,255,.22);
    }

    .shivi-character .eye {
        position: absolute;
        top: 18px;
        width: 5px;
        height: 7px;
        border-radius: 50%;
        background: #72e9ff;
        box-shadow: 0 0 8px rgba(114,233,255,.8);
    }

        .shivi-character .eye.l {
            left: 14px
        }

        .shivi-character .eye.r {
            right: 14px
        }

    .shivi-character .mouth {
        position: absolute;
        left: 18px;
        top: 26px;
        width: 9px;
        height: 5px;
        border-bottom: 2px solid #72e9ff;
        border-radius: 0 0 10px 10px;
    }

    .shivi-character .hand {
        position: absolute;
        right: -5px;
        top: -6px;
        font-size: 18px;
        line-height: 1;
        transform-origin: 70% 80%;
        animation: shivi-wave 1.4s ease-in-out infinite;
    }

#shivi-trigger::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(114,233,255,.10);
    border-radius: 50%;
    animation: shivi-breathe 3.2s ease-in-out infinite;
}

@keyframes shivi-breathe {
    0%,100% {
        transform: scale(.98);
        opacity: .45
    }

    50% {
        transform: scale(1.035);
        opacity: .9
    }
}

@keyframes shivi-wave {
    0%,100% {
        transform: rotate(12deg)
    }

    50% {
        transform: rotate(-20deg)
    }
}

/* Automatic conversational nudge */
#shivi-nudge {
    position: absolute;
    right: 4px;
    bottom: 82px;
    width: 218px;
    padding: 11px 13px;
    border: 1px solid rgba(166,129,255,.26);
    border-radius: 12px;
    background: radial-gradient(circle at 85% 0%,rgba(114,233,255,.08),transparent 42%), rgba(6,10,18,.96);
    color: #cbd6e7;
    font-size: 10px;
    line-height: 1.5;
    box-shadow: 0 18px 45px rgba(0,0,0,.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(9px) scale(.97);
    transition: .28s ease;
    pointer-events: none;
}

    #shivi-nudge.show {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    #shivi-nudge::after {
        content: "";
        position: absolute;
        right: 25px;
        bottom: -6px;
        width: 11px;
        height: 11px;
        background: #080d16;
        border-right: 1px solid rgba(166,129,255,.26);
        border-bottom: 1px solid rgba(166,129,255,.26);
        transform: rotate(45deg);
    }

/* Chat widget */
#shivi-chat {
    pointer-events: auto;
    position: absolute;
    right: 0;
    bottom: 86px;
    width: 350px;
    max-width: calc(100vw - 28px);
    border: 1px solid rgba(166,129,255,.34);
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at 100% 0%,rgba(114,233,255,.09),transparent 38%), linear-gradient(145deg,#0b1220,#050810);
    box-shadow: 0 28px 80px rgba(0,0,0,.58), 0 0 35px rgba(114,233,255,.06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px) scale(.97);
    transform-origin: bottom right;
    transition: .26s ease;
}

#shivi-assistant.open #shivi-chat {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.shivi-chat-head {
    height: 62px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(196,210,255,.10);
}

.shivi-chat-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shivi-mini-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(166,129,255,.4);
    background: radial-gradient(circle,#162744,#070b14);
    font-size: 15px;
}

.shivi-chat-title strong {
    display: block;
    color: #f2f5fb;
    font-size: 12px;
    letter-spacing: .03em;
}

.shivi-chat-title small {
    display: block;
    color: #708097;
    font-size: 8px;
    margin-top: 3px;
    letter-spacing: .08em;
}

.shivi-chat-close {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #718096;
    font-size: 19px;
    cursor: pointer;
}

    .shivi-chat-close:hover {
        color: #fff
    }

#shivi-lead {
    padding: 18px;
}

.shivi-welcome {
    margin: 0 0 15px;
    color: #c7d1e0;
    font-size: 10px;
    line-height: 1.65;
}

.shivi-field {
    display: block;
    margin: 0 0 10px;
}

    .shivi-field span {
        display: block;
        margin-bottom: 5px;
        color: #7d8ba1;
        font-size: 8px;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .shivi-field input {
        width: 100%;
        height: 40px;
        border: 1px solid rgba(196,210,255,.13);
        border-radius: 8px;
        background: #050a12;
        color: #f7f9ff;
        outline: 0;
        padding: 0 11px;
        font: inherit;
        font-size: 10px;
    }

        .shivi-field input:focus {
            border-color: rgba(114,233,255,.45);
            box-shadow: 0 0 0 3px rgba(114,233,255,.06);
        }

.shivi-phone {
    display: flex;
    gap: 7px;
}

.shivi-phone-code {
    width: 55px !important;
    flex: 0 0 55px;
    color: #72e9ff !important;
    text-align: center;
}

.shivi-phone input:not(.shivi-phone-code) {
    flex: 1
}

#shivi-start {
    width: 100%;
    height: 42px;
    margin-top: 5px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(90deg,#72e9ff,#9d7cff);
    color: #061019;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    cursor: pointer;
}

    #shivi-start:hover {
        filter: brightness(1.08)
    }

#shivi-conversation {
    display: none;
}

#shivi-assistant.chatting #shivi-lead {
    display: none
}

#shivi-assistant.chatting #shivi-conversation {
    display: block
}

#shivi-messages {
    height: 255px;
    overflow: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.shivi-message {
    max-width: 84%;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1.55;
}

    .shivi-message.bot {
        align-self: flex-start;
        color: #cbd5e5;
        border: 1px solid rgba(166,129,255,.17);
        background: rgba(166,129,255,.045);
    }

    .shivi-message.user {
        align-self: flex-end;
        color: #eafaff;
        border: 1px solid rgba(114,233,255,.17);
        background: rgba(114,233,255,.075);
    }

.shivi-chat-input {
    display: flex;
    gap: 7px;
    padding: 11px;
    border-top: 1px solid rgba(196,210,255,.10);
}

#shivi-message-input {
    min-width: 0;
    flex: 1;
    height: 38px;
    border: 1px solid rgba(196,210,255,.13);
    border-radius: 7px;
    background: #050a12;
    color: #fff;
    outline: 0;
    padding: 0 10px;
    font: inherit;
    font-size: 10px;
}

#shivi-message-send {
    width: 62px;
    border: 0;
    border-radius: 7px;
    background: #72e9ff;
    color: #041019;
    font-size: 8px;
    font-weight: 900;
    cursor: pointer;
}

#shivi-status {
    min-height: 15px;
    margin: 8px 0 0;
    color: #718096;
    font-size: 8px;
    line-height: 1.4;
}

@media(max - width:700px) {
    #shivi-assistant {
        right: 13px;
        bottom: 13px;
    }

    #shivi-trigger {
        width: 62px;
        height: 62px;
    }

    #shivi-chat {
        width: calc(100vw - 26px);
        right: 0;
        bottom: 75px;
    }

    #shivi-nudge {
        right: 0;
        bottom: 72px;
        width: 195px;
    }

    #shivi-messages {
        height: 220px
    }
}


.aria-phone-wrap {
    display: flex;
    gap: 8px
}

.aria-phone-code {
    display: grid;
    place-items: center;
    min-width: 58px;
    padding: 13px 10px;
    background: #040810;
    color: var(--cyan);
    border: 1px solid var(--line);
    font-size: 12px;
    letter-spacing: .04em;
}

.aria-phone-wrap input {
    flex: 1;
    min-width: 0
}


.aria-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .28s
}

.aria-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.aria-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2,5,10,.78);
    backdrop-filter: blur(12px)
}

.aria-form-card {
    position: relative;
    width: min(560px,100%);
    padding: 38px;
    background: #080d17;
    border: 1px solid rgba(114,233,255,.3);
    box-shadow: 0 30px 100px #000
}

.aria-close {
    position: absolute;
    right: 18px;
    top: 12px;
    background: none;
    border: 0;
    color: #9aa;
    font-size: 28px
}

.aria-form-card h3 {
    font-size: 50px
}

    .aria-form-card h3 span {
        color: var(--cyan)
    }

.aria-lead-form {
    display: grid;
    gap: 15px
}

    .aria-lead-form label {
        display: grid;
        gap: 7px
    }

        .aria-lead-form label span {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: .12em;
            color: #9aa8bc
        }

    .aria-lead-form input, .aria-lead-form textarea {
        background: #040810;
        color: #fff;
        border: 1px solid var(--line);
        padding: 13px;
        font: inherit
    }

    .aria-lead-form button {
        width: 100%
    }


.shivi-demo .demo-heading {
    margin-bottom: 58px
}

.shivi-demo .dash-body {
    gap: 46px;
    padding: 48px 42px
}

.shivi-panel {
    padding: 38px;
    min-height: 560px
}

.shivi-oval {
    margin: 0 auto 42px !important
}

#industries .industry-map {
    height: 680px;
    margin-top: 88px
}

#industries .industry {
    padding: 20px 26px;
    min-width: 145px;
    font-size: 12px
}

#industries .map-core {
    width: 215px;
    height: 215px;
    font-size: 12px
}

footer {
    padding: 38px 0 42px;
    line-height: 2;
    align-items: center;
    gap: 36px
}

    footer span {
        line-height: 1.8;
        display: block
    }

@media(max - width:700px) {
    footer {
        padding: 30px 0 34px;
        gap: 14px;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.9
    }

    .shivi-demo .demo-heading {
        margin-bottom: 38px
    }

    .shivi-panel {
        padding: 28px 18px;
        min-height: 0
    }

    #industries .industry-map {
        height: 450px
    }
}

/* Final specificity overrides */
#live .demo-heading h2,
#live .demo-heading h3,
.shivi-demo .demo-heading h2 {
    letter-spacing: .07em !important;
}

#industries .section-title {
    white-space: nowrap !important;
    letter-spacing: -.035em !important;
}

#faq .section-title {
    letter-spacing: .075em !important;
    line-height: 1.14 !important;
}





