.elementor-1828 .elementor-element.elementor-element-51cac0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-49e361b */*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

:root {
    --bg: #F7F6F3;
    --bg2: #FFFFFF;
    --bg3: #F0EEE9;
    --obs: #0F0F1A;
    --obs2: #1A1A2E;
    --rg: #C9956C;
    --rg2: #e0b899;
    --vl: #5B21B6;
    --vl2: #7C3AED;
    --vl3: #EDE9FE;
    --gr: #16A34A;
    --gr2: #DCFCE7;
    --rd: #DC2626;
    --rd2: #FEE2E2;
    --yl: #D97706;
    --yl2: #FEF3C7;
    --t1: #0F0F1A;
    --t2: #374151;
    --t3: #6B7280;
    --t4: #9CA3AF;
    --bd: #E5E2DC;
    --sh: 0 1px 3px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .06);
    --sh2: 0 4px 24px rgba(0, 0, 0, .1), 0 1px 4px rgba(0, 0, 0, .06);
    --sh3: 0 20px 60px rgba(0, 0, 0, .15);
    --r: 14px;
    --r2: 10px;
    --r3: 100px;
}

body {
    font-family: 'Instrument Sans', sans-serif;
    background: var(--bg);
    color: var(--t1);
    overflow-x: hidden
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(247, 246, 243, .92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--bd);
    padding: .9rem 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav-logo {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--t1);
    letter-spacing: -.02em
}

.nav-logo span {
    color: var(--rg)
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center
}

.nav-links a {
    font-size: .82rem;
    font-weight: 500;
    color: var(--t3);
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .2s
}

.nav-links a:hover {
    color: var(--t1)
}

.nav-cta {
    background: var(--obs) !important;
    color: white !important;
    padding: .55rem 1.3rem;
    border-radius: var(--r3);
    font-weight: 600 !important;
    font-size: .8rem !important
}

.nav-cta:hover {
    background: var(--obs2) !important
}

/* ── NAV TOGGLE ── */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.nav-toggle .bar {
    width: 100%;
    height: 2px;
    background-color: var(--t1);
    border-radius: 4px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animating Hamburger to X when active */
.nav-toggle.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background-color: var(--vl);
}

.nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: var(--vl);
}

/* ── PILLS ── */
.pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .9rem;
    border-radius: var(--r3);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap
}

.pill-dark {
    background: var(--obs);
    color: white
}

.pill-gold {
    background: #F59E0B;
    color: var(--obs)
}

.pill-violet {
    background: var(--vl);
    color: white
}

.pill-green {
    background: var(--gr);
    color: white
}

.pill-outline {
    background: white;
    color: var(--t2);
    border: 1px solid var(--bd);
    font-weight: 500
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 112px 30px 64px;
    align-items: center;
    background: var(--bg);
    position: relative;
    overflow: hidden
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 33, 182, .06), transparent 70%);
    pointer-events: none
}

/* hero left */
.hero-l {
    position: relative;
    z-index: 2;
    width: 40%;
    min-width: 0;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap
}

.hero-h1 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: var(--t1);
    margin-bottom: 1.25rem
}

.hero-h1 .accent {
    color: var(--vl2);
    font-style: italic
}

.hero-sub {
    font-size: 1rem;
    color: var(--t3);
    line-height: 1.75;
    max-width: 460px;
    margin-bottom: 2rem;
    font-weight: 400
}

.floating-tags {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin-bottom: 2rem
}

.ftag {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    width: fit-content;
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r3);
    padding: .5rem 1rem;
    font-size: .8rem;
    font-weight: 500;
    color: var(--t2);
    box-shadow: var(--sh)
}

.ftag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.hero-actions {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: var(--obs);
    color: white;
    font-family: 'Instrument Sans', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    padding: 1rem 1.75rem;
    border-radius: var(--r3);
    border: none;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none
}

.btn-call:hover {
    background: var(--vl);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(91, 33, 182, .3)
}

.btn-call .call-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22C55E;
    flex-shrink: 0;
    animation: livePulse 1.5s ease-in-out infinite
}

@keyframes livePulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .6)
    }

    50% {
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0)
    }
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: white;
    color: var(--t1);
    font-family: 'Instrument Sans', sans-serif;
    font-size: .85rem;
    font-weight: 500;
    padding: 1rem 1.75rem;
    border-radius: var(--r3);
    border: 1.5px solid var(--bd);
    cursor: pointer;
    transition: all .2s;
    text-decoration: none
}

.btn-outline:hover {
    border-color: var(--t3)
}

/* phone */
.hero-r {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    width: 60%;
    min-width: 0;
}

.phone-col {
    position: relative;
    flex-shrink: 0
}

.hw-note {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-style: italic;
    font-size: .95rem;
    font-weight: 500;
    color: var(--t3);
    white-space: nowrap;
    margin-bottom: .5rem;
    text-align: center
}

.hw-arrow {
    text-align: center;
    margin-bottom: .5rem
}



/* ── SCALED PREMIUM PHONE SIMULATOR (EXACT USER SPECIFICATION) ── */
.phone-frame {
    width: 300px;
    height: 580px;
    background: #1a1a2e;
    border-radius: 40px;
    border: 8px solid #2d2d4e;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.phone-frame .phone-notch {
    width: 90px;
    height: 22px;
    background: #1a1a2e;
    border-radius: 0 0 14px 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.phone-frame .notch-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2d2d4e;
}

.phone-frame .notch-cam {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3a3a5e;
}

.phone-frame .screen-idle,
.phone-frame .screen-calling,
.phone-frame .connecting-indicator {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 48px 24px 32px;
    background: linear-gradient(180deg, #12122a 0%, #0b0b18 100%);
    transition: all 0.4s ease;
}

.phone-frame .screen-idle {
    display: flex;
}

.phone-frame .status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.phone-frame .ai-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1;
    justify-content: center;
    width: 100%;
}

.phone-frame .ai-logo-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.phone-frame .ai-logo-inner {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #0ea5e9;
}

.phone-frame .pulse-ring,
.phone-frame .pulse-ring2 {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid rgba(14, 165, 233, 0.4);
}

.phone-frame .pulse-ring.active {
    animation: phonePulseRing 1.8s infinite;
}

.phone-frame .pulse-ring2.active {
    animation: phonePulseRing 1.8s infinite 0.6s;
}

@keyframes phonePulseRing {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.phone-frame .ai-name {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.phone-frame .ai-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
    margin-top: 4px;
}

.phone-frame .btn-call {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #22c55e;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s;
    box-shadow: 0 4px 20px rgba(34, 197, 94, .45);
}

.phone-frame .btn-call:hover {
    background: #16a34a;
    transform: scale(1.1);
}

.phone-frame .btn-end {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ef4444;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(239, 68, 68, .35);
}

.phone-frame .btn-end:hover {
    background: #dc2626;
    transform: scale(1.1);
}

.phone-frame .dots-wrap {
    display: flex;
    gap: 8px;
}

.phone-frame .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0ea5e9;
    animation: phoneDotPulse 1.4s infinite ease-in-out;
}

@keyframes phoneDotPulse {

    0%,
    80%,
    100% {
        transform: scale(0.6);
        opacity: 0.4;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.phone-frame .waveform {
    display: flex;
    gap: 3px;
    align-items: center;
    height: 32px;
    margin: 10px 0;
}

.phone-frame.shake-anim {
    animation: phoneShake 0.6s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes phoneShake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.phone-frame .wave-bar {
    width: 3px;
    height: 4px;
    background: #0ea5e9;
    border-radius: 2px;
    transition: height 0.1s ease;
}

.phone-frame .wave-bar.active {
    animation: phoneWavePulse 0.8s infinite ease-in-out;
}

@keyframes phoneWavePulse {

    0%,
    100% {
        height: 4px;
        opacity: 0.4;
    }

    50% {
        height: 28px;
        opacity: 1;
    }
}

@keyframes phoneWaggle {
    0% {
        transform: scale(1) rotate(0deg);
    }

    15% {
        transform: scale(1.15) rotate(-15deg);
    }

    30% {
        transform: scale(1.2) rotate(15deg);
    }

    45% {
        transform: scale(1.15) rotate(-10deg);
    }

    60% {
        transform: scale(1.1) rotate(10deg);
    }

    75% {
        transform: scale(1.05) rotate(-5deg);
    }

    90% {
        transform: scale(1.02) rotate(3deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.phone-frame .btn-call.waggle {
    animation: phoneWaggle 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* voices carousel */
.voice-carousel-outer {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    padding: 0 1.5rem;
}

.voice-carousel-track-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.voice-carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1.5rem 0.5rem;
    scrollbar-width: none;
    /* Firefox */
}

.voice-carousel-track::-webkit-scrollbar {
    display: none;
    /* Safari & Chrome */
}

.voice-card {
    flex: 0 0 280px;
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 1.5rem;
    box-shadow: var(--sh);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.voice-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh2);
    border-color: var(--vl2);
}

.voice-card.active-playing {
    border-color: var(--gr);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15), var(--sh2);
}

.voice-avatar-wrap {
    position: relative;
    width: 84px;
    height: 84px;
    margin-bottom: 1rem;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, var(--vl3), rgba(201, 149, 108, 0.3));
}

.voice-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;

    border: 2px solid white;
}

.voice-card .gender-badge {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.58rem;
    font-weight: 700;
    padding: 0.15rem 0.65rem;
    border-radius: 100px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.05em;
    box-shadow: var(--sh);
}

.voice-card .gender-badge.female {
    background: #EC4899;
}

.voice-card .gender-badge.male {
    background: #3B82F6;
}

.voice-card-body {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.voice-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.voice-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--t1);
}

.accent-badge {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--vl);
    background: var(--vl3);
    padding: 0.1rem 0.45rem;
    border-radius: 4px;
    letter-spacing: 0.02em;
}

.voice-meta {
    font-size: 0.72rem;
    color: var(--t3);
    margin-bottom: 1rem;
}

.voice-actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAFAF9;
    border-radius: var(--r2);
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--bd);
}

.voice-actions .waveform {
    height: 20px;
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    margin-right: 0.75rem;
}

.voice-actions .wave-bar {
    width: 2px;
    height: 3px;
    background: var(--t4);
    border-radius: 1px;
    transition: height 0.15s ease, background-color 0.15s ease;
}

.voice-actions .waveform.active .wave-bar {
    background: var(--vl);
    animation: miniWave 0.8s infinite ease-in-out;
}

@keyframes miniWave {

    0%,
    100% {
        height: 3px;
    }

    50% {
        height: 16px;
    }
}

.voice-actions .play-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--bd);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: var(--sh);
}

.voice-actions .play-btn:hover {
    background: var(--vl3);
    border-color: var(--vl2);
    transform: scale(1.05);
}

.voice-actions .play-btn svg {
    width: 14px;
    height: 14px;
    fill: var(--t2);
    stroke: none;
}

.voice-actions .play-btn.playing svg {
    fill: var(--vl);
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--bd);
    box-shadow: var(--sh2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.carousel-arrow:hover {
    background: var(--vl3);
    color: var(--vl);
    border-color: var(--vl2);
    box-shadow: var(--sh3);
}

.carousel-arrow.prev {
    left: -10px;
}

.carousel-arrow.next {
    right: -10px;
}

.carousel-arrow svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
}

/* data panel */
.data-panel {
    flex: 1;
    background: white;
    border-radius: var(--r);
    border: 1px solid var(--bd);
    box-shadow: var(--sh2);
    overflow: hidden;
    min-width: 0
}

.dp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--bd);
    background: #FAFAF9
}

.dp-brand {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    color: var(--t1)
}

.dp-brand-icon {
    width: 28px;
    height: 28px;
    background: var(--vl3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dp-brand-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--vl2);
    fill: none;
    stroke-width: 2
}

.dp-refresh {
    width: 30px;
    height: 30px;
    border: 1px solid var(--bd);
    border-radius: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    flex-shrink: 0
}

.dp-refresh:hover {
    background: var(--vl3);
    border-color: var(--vl2)
}

.dp-refresh svg {
    width: 14px;
    height: 14px;
    stroke: var(--t3);
    fill: none;
    stroke-width: 2;
    transition: transform .4s
}

.dp-refresh.spinning svg {
    animation: spin .6s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.dp-tabs {
    display: flex;
    gap: 0;
    padding: .75rem 1rem .5rem;
    border-bottom: 1px solid var(--bd);
    background: white
}

.dp-tab {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .85rem;
    border-radius: var(--r3);
    font-size: .75rem;
    font-weight: 600;
    color: var(--t3);
    cursor: pointer;
    border: none;
    background: none;
    transition: all .2s;
    font-family: 'Instrument Sans', sans-serif
}

.dp-tab.active {
    background: var(--vl3);
    color: var(--vl)
}

.dp-tab-badge {
    background: var(--vl);
    color: white;
    border-radius: var(--r3);
    padding: .1rem .4rem;
    font-size: .62rem;
    font-weight: 700
}

.dp-tab.active .dp-tab-badge {
    background: var(--vl)
}

.dp-body {
    height: 340px;
    overflow-y: auto;
    overflow-x: auto
}

.dp-body::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.dp-body::-webkit-scrollbar-track {
    background: transparent
}

.dp-body::-webkit-scrollbar-thumb {
    background: var(--bd);
    border-radius: 4px
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: .75rem
}

thead th {
    padding: .6rem .75rem;
    text-align: left;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--vl);
    background: #FAFAF9;
    position: sticky;
    top: 0;
    border-bottom: 1px solid var(--bd);
    white-space: nowrap
}

tbody tr {
    border-bottom: 1px solid var(--bg3);
    transition: background .15s
}

tbody tr:hover {
    background: var(--bg3)
}

tbody td {
    padding: .65rem .75rem;
    color: var(--t2);
    vertical-align: top;
    line-height: 1.4
}

tbody td:first-child {
    font-weight: 700;
    color: var(--t1);
    font-size: .72rem;
    white-space: nowrap
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .2rem .6rem;
    border-radius: var(--r3);
    font-size: .62rem;
    font-weight: 700;
    white-space: nowrap
}

.s-delivered {
    background: var(--gr2);
    color: var(--gr)
}

.s-shipped {
    background: var(--yl2);
    color: var(--yl)
}

.s-processing {
    background: #DBEAFE;
    color: #1D4ED8
}

.s-refund {
    background: var(--rd2);
    color: var(--rd)
}

.s-instock {
    background: var(--gr2);
    color: var(--gr)
}

.s-low {
    background: var(--yl2);
    color: var(--yl)
}

.s-pending {
    background: var(--yl2);
    color: var(--yl)
}

.s-resolved {
    background: var(--gr2);
    color: var(--gr)
}

.dp-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    gap: .75rem;
    color: var(--t3);
    font-size: .82rem
}

.dp-spinner {
    width: 28px;
    height: 28px;
    border: 2.5px solid var(--bd);
    border-top-color: var(--vl);
    border-radius: 50%;
    animation: spin .7s linear infinite
}

.dp-error {
    padding: 2rem;
    text-align: center;
    color: var(--t3);
    font-size: .82rem
}

.dp-error strong {
    display: block;
    color: var(--rd);
    margin-bottom: .5rem
}

/* gsheet notice */
.gsheet-bar {
    background: var(--vl3);
    border: 1px solid rgba(91, 33, 182, .2);
    border-radius: var(--r2);
    padding: .65rem 1rem;
    margin-top: .75rem;
    font-size: .75rem;
    color: var(--vl);
    display: flex;
    align-items: center;
    gap: .5rem
}

.gsheet-bar svg {
    width: 14px;
    height: 14px;
    stroke: var(--vl);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

/* ── TICKER ── */
.ticker {
    background: var(--obs);
    padding: .75rem 0;
    overflow: hidden
}

.ticker-track {
    display: flex;
    gap: 3rem;
    animation: marquee 24s linear infinite;
    white-space: nowrap
}

.ticker-track span {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    flex-shrink: 0
}

.ticker-dot {
    color: var(--rg) !important
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ── SECTIONS ── */
.sec {
    padding: 5.5rem 5vw
}

.sec-light {
    background: white
}

.sec-gray {
    background: var(--bg)
}

.sec-dark {
    background: var(--obs)
}

.sec-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--rg);
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .85rem
}

.sec-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--rg);
    border-radius: 2px
}

.sec-h2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2rem, 3.5vw, 2.9rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: var(--t1);
    margin-bottom: .75rem
}

.sec-h2-light {
    color: white
}

#faq .sec-h2 {
    width: 50%;
}

.sec-sub {
    font-size: .97rem;
    color: var(--t3);
    line-height: 1.8;
    max-width: 540px;
    margin-bottom: 2.5rem
}

.sec-sub-light {
    color: rgba(255, 255, 255, .55)
}

.sec-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem
}

/* ── CAPABILITY CARDS ── */
.cap-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
}

.cap-card {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 1.75rem;
    transition: all .25s;
    position: relative;
    overflow: hidden;
    width: 31.5%;
}

.cap-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh2)
}

.cap-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: var(--r) var(--r) 0 0
}

.cap-card:nth-child(1)::before {
    background: var(--vl2)
}

.cap-card:nth-child(2)::before {
    background: var(--rg)
}

.cap-card:nth-child(3)::before {
    background: var(--gr)
}

.cap-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: var(--bg3);
    border: 1px solid var(--bd);
    border-radius: var(--r3);
    padding: .3rem .75rem;
    font-size: .65rem;
    font-weight: 700;
    color: var(--t2);
    margin-bottom: 1rem;
    letter-spacing: .04em
}

.cap-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.cap-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8
}

.cap-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .5rem;
    line-height: 1.2
}

.cap-desc {
    font-size: .82rem;
    color: var(--t3);
    line-height: 1.65
}

.cap-features {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.cap-feat {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .78rem;
    color: var(--t2)
}

.cap-feat::before {
    content: '✓';
    font-weight: 700;
    color: var(--gr);
    font-size: .7rem
}

/* testimonial inline */
.testi-inline {
    background: var(--bg3);
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.testi-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    /*background: var(--bd)*/
}

.testi-stars {
    color: #F59E0B;
    font-size: .8rem;
    margin-bottom: .25rem
}

.testi-text {
    font-size: .82rem;
    color: var(--t2);
    line-height: 1.6;
    font-style: italic
}

.testi-name {
    font-size: .75rem;
    font-weight: 600;
    color: var(--t1);
    margin-top: .4rem
}

/* ── WHAT WE BUILD ── */
.industry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
}

.ind-card {
    border-radius: var(--r);
    padding: 1.5rem;
    border: 1px solid transparent;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: default;
    width: 31.5%;
}

.ind-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh2)
}

.ind-emoji {
    font-size: 2rem;
    margin-bottom: .85rem;
    display: block
}

.ind-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .35rem
}

.ind-agent {
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: .6rem
}

.ind-desc {
    font-size: .78rem;
    color: var(--t3);
    line-height: 1.55
}

.ind-tag {
    display: inline-block;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: var(--r3);
    margin-top: .75rem
}

/* ── VOICES ── */
.voices-intro {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: end;
    margin-bottom: 2.5rem
}

.hw-voices {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-style: italic;
    font-size: .92rem;
    font-weight: 500;
    color: var(--t3);
    text-align: right
}

.voice-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 1.25rem;
    align-items: start
}

.voice-card-main {
    background: var(--vl3);
    border: 1.5px solid rgba(91, 33, 182, .2);
    border-radius: var(--r);
    padding: 1.5rem;
    position: relative;
    overflow: hidden
}

.voice-card-main::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(91, 33, 182, .08)
}

.vc-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid white;
    box-shadow: var(--sh)
}

.vc-use-case {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--vl);
    background: white;
    padding: .25rem .65rem;
    border-radius: var(--r3);
    display: inline-block;
    margin-bottom: .75rem
}

.vc-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--t1);
    margin-bottom: .25rem
}

.vc-provider {
    font-size: .72rem;
    color: var(--t3);
    margin-bottom: 1rem
}

.waveform {
    display: flex;
    align-items: center;
    gap: 2.5px;
    height: 32px;

}

.wbar {
    width: 3px;
    border-radius: 2px;
    background: var(--vl2);
    opacity: .4;
    transition: all .12s ease
}

.voice-card-sm {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 1.25rem;
    transition: all .25s
}

.voice-card-sm:hover {
    border-color: rgba(91, 33, 182, .3);
    transform: translateY(-2px);
    box-shadow: var(--sh)
}

.vc-sm-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: .85rem;
    border: 2px solid var(--bd)
}

.vc-sm-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .15rem
}

.vc-sm-sub {
    font-size: .7rem;
    color: var(--t3);
    margin-bottom: .85rem
}

.vc-sm-tags {
    display: flex;
    gap: .3rem;
    flex-wrap: wrap;
    margin-bottom: .85rem
}

.vc-sm-tag {
    font-size: .6rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .55rem;
    border-radius: var(--r3);
    background: var(--bg3);
    color: var(--t3);
    border: 1px solid var(--bd)
}

.play-row {
    display: flex;
    align-items: center;
    gap: .6rem
}

.play-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--vl);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    flex-shrink: 0
}

.play-btn:hover {
    background: var(--vl2);
    transform: scale(1.05)
}

.play-btn.playing {
    background: var(--rg)
}

.play-btn svg {
    fill: white;
    width: 12px;
    height: 12px
}

.play-lbl {
    font-size: .72rem;
    color: var(--t3)
}

/* ── LANGUAGES ── */
.lang-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    gap: 2rem;
    flex-wrap: wrap
}

.lang-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.lang-card {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r2);
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
    cursor: pointer;
    width: 24%;
}

.lang-card:hover {
    border-color: rgba(91, 33, 182, .3);
    background: var(--vl3)
}

.lang-left {
    display: flex;
    align-items: center;
    gap: .7rem
}

.lang-flag {
    font-size: 1.4rem;
    line-height: 1
}

.lang-name {
    font-size: .82rem;
    font-weight: 600;
    color: var(--t1)
}

.lang-preview {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .68rem;
    font-weight: 600;
    color: var(--vl);
    opacity: 0;
    transition: opacity .2s
}

.lang-card:hover .lang-preview {
    opacity: 1
}

.lang-preview svg {
    width: 10px;
    height: 10px;
    fill: var(--vl)
}

.lang-page-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--bd);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--t2);
    transition: all 0.2s ease;
    box-shadow: var(--sh);
}

.lang-page-btn:hover {
    background: var(--vl3);
    color: var(--vl);
    border-color: var(--vl2);
    box-shadow: var(--sh2);
}

.lang-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
    background: #f3f3f2;
    color: var(--t4);
    border-color: var(--bd);
}

/* ── FEATURES GRID ── */
.feat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.feat-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r);
    padding: 1.5rem;
    transition: all .25s;
    width: 32.5%;
}

.feat-card:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .15);
    transform: translateY(-2px)
}

.feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(91, 33, 182, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem
}

.feat-icon svg {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, .8);
    fill: none;
    stroke-width: 1.8
}

.feat-title {
    font-size: .9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    margin-bottom: .35rem
}

.feat-desc {
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.55
}

/* ── TECH STACK ── */
.tech-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.tech-card {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    padding: 1.4rem 1rem;
    text-align: center;
    transition: all .25s;
    cursor: default;
    width: 19%;
}

.tech-card:hover {
    border-color: rgba(91, 33, 182, .25);
    transform: translateY(-3px);
    box-shadow: var(--sh2)
}

.tech-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin: 0 auto .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.tech-name {
    font-size: .85rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .25rem;
    font-family: 'Bricolage Grotesque', sans-serif
}

.tech-role {
    font-size: .7rem;
    color: var(--t3);
    line-height: 1.4
}

/* ── PRODUCTS ── */
.prod-sec {
    background: var(--bg)
}

.filter-row {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.f-btn {
    padding: .5rem 1.1rem;
    border-radius: var(--r3);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .04em;
    border: 1.5px solid var(--bd);
    background: white;
    color: var(--t3);
    cursor: pointer;
    transition: all .2s;
    font-family: 'Instrument Sans', sans-serif
}

.f-btn:hover {
    border-color: var(--vl2);
    color: var(--vl)
}

.f-btn.active {
    background: var(--obs);
    color: white;
    border-color: var(--obs)
}

.prod-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
}

.pcard {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r);
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    width: 23%;
}

.pcard:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh2);
    border-color: rgba(91, 33, 182, .2)
}

.pcard-img-wrap {
    position: relative;
    overflow: hidden
}

.pcard-img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    transition: transform .5s
}

.pcard:hover .pcard-img {
    transform: scale(1.05)
}

.pcard-stock {
    position: absolute;
    top: .7rem;
    left: .7rem;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .25rem .65rem;
    border-radius: var(--r3)
}

.stock-in {
    background: rgba(22, 163, 74, .9);
    color: white
}

.stock-low {
    background: rgba(220, 38, 38, .9);
    color: white
}

.pcard-coll {
    position: absolute;
    top: .7rem;
    right: .7rem;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(4px);
    color: var(--vl);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .25rem .65rem;
    border-radius: var(--r3);
    border: 1px solid rgba(91, 33, 182, .15)
}

.pcard-body {
    padding: .9rem
}

.pcard-name {
    font-size: .85rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .3rem;
    line-height: 1.3;
    font-family: 'Bricolage Grotesque', sans-serif
}

.pcard-desc {
    font-size: .72rem;
    color: var(--t3);
    line-height: 1.45;
    margin-bottom: .6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pcard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pcard-price {
    font-size: .9rem;
    font-weight: 700;
    color: var(--t1)
}

.pcard-orig {
    font-size: .72rem;
    color: var(--t4);
    text-decoration: line-through;
    margin-left: .35rem
}

.pcard-sizes {
    font-size: .62rem;
    color: var(--t4)
}

/* ── FAQ ── */
.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.faq-item {
    background: white;
    border: 1px solid var(--bd);
    border-radius: var(--r2)
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    color: var(--t1);
    gap: 1rem;
    user-select: none
}

.faq-q:hover {
    color: var(--vl)
}

.faq-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--bg3);
    border: 1px solid var(--bd);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .2s;
    font-size: .8rem;
    color: var(--t3)
}

.faq-item.open .faq-icon {
    background: var(--vl3);
    border-color: rgba(91, 33, 182, .2);
    color: var(--vl);
    transform: rotate(45deg)
}

.faq-a {
    font-size: .85rem;
    color: var(--t3);
    line-height: 1.7;
    padding: 0 1.25rem 1.1rem;
    display: none
}

.faq-item.open .faq-a {
    display: block
}

/* ── CTA ── */
.cta-sec {
    background: var(--obs);
    text-align: center;
    padding: 7rem 5vw;
    position: relative;
    overflow: hidden
}

.cta-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(91, 33, 182, .2), transparent)
}

.cta-h2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 3.8rem);
    font-weight: 800;
    color: white;
    line-height: 1.08;
    letter-spacing: -.03em;
    position: relative;
    margin-bottom: 1rem
}

.cta-h2 em {
    font-style: italic;
    color: var(--rg)
}

.cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, .45);
    max-width: 460px;
    margin: 0 auto 3rem;
    line-height: 1.75;
    position: relative
}

.cta-btns {
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

.cta-btns .btn-call {
    background: #5b21b6;
}

.cta-btns .btn-call:hover {
    background: #0f0f1a;
}

/* ── FOOTER ── */
footer {
    background: #0a0a14;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 3rem 5vw 2rem
}

.ft-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2.5rem
}

.ft-logo {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: white;
    margin-bottom: .5rem
}

.ft-logo span {
    color: var(--rg)
}

.ft-tag {
    font-size: .8rem;
    color: rgba(255, 255, 255, .3);
    font-style: italic;
    line-height: 1.6;
    margin-bottom: .85rem
}

.ft-email {
    font-size: .78rem;
    color: var(--rg);
    text-decoration: none
}

.ft-col-title {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    margin-bottom: .9rem
}

.ft-links {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.ft-links a {
    font-size: .78rem;
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
    transition: color .2s
}

.ft-links a:hover {
    color: var(--rg)
}

.ft-bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem
}

.ft-copy {
    font-size: .7rem;
    color: rgba(255, 255, 255, .2)
}

/* ── MODAL ── */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s
}

.modal-overlay.open {
    opacity: 1;
    pointer-events: all
}

.modal {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 460px;
    width: 90%;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .2);
    transform: translateY(16px);
    transition: transform .25s;
    text-align: center
}

.modal-overlay.open .modal {
    transform: translateY(0)
}

.modal-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--vl3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem
}

.modal-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--vl);
    fill: none;
    stroke-width: 1.8
}

.modal h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--t1);
    margin-bottom: .6rem
}

.modal p {
    font-size: .88rem;
    color: var(--t3);
    line-height: 1.7;
    margin-bottom: 1.5rem
}

.modal-code {
    background: var(--bg3);
    border: 1px solid var(--bd);
    border-radius: var(--r2);
    padding: 1rem;
    font-family: 'Courier New', monospace;
    font-size: .78rem;
    color: var(--t2);
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.6
}

.modal-close {
    width: 100%;
    padding: .85rem;
    border-radius: var(--r3);
    background: var(--obs);
    color: white;
    border: none;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 600;
    font-family: 'Instrument Sans', sans-serif;
    transition: background .2s
}

.modal-close:hover {
    background: var(--vl)
}

/* ── RESPONSIVE ── */
@media(max-width:768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(247, 246, 243, 0.98);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid var(--bd);
        display: flex;
        flex-direction: column;
        padding: 1.5rem 6vw 2rem;
        gap: 1.25rem;
        align-items: stretch;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

        /* Dropdown open/close transitions */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;
        z-index: 998;
    }

    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-links a {
        font-size: 0.95rem;
        font-weight: 600;
        color: var(--t2);
        padding: 0.6rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        transition: all 0.25s ease;
        opacity: 0;
        transform: translateY(8px);
    }

    .nav-links.active a {
        opacity: 1;
        transform: translateY(0);
    }

    /* Staggered load effect */
    .nav-links.active a:nth-child(1) {
        transition-delay: 0.06s;
    }

    .nav-links.active a:nth-child(2) {
        transition-delay: 0.12s;
    }

    .nav-links.active a:nth-child(3) {
        transition-delay: 0.18s;
    }

    .nav-links.active a:nth-child(4) {
        transition-delay: 0.24s;
    }

    .nav-links.active a:nth-child(5) {
        transition-delay: 0.3s;
    }

    .nav-links a:hover {
        color: var(--vl2);
        padding-left: 8px;
    }

    .nav-links .nav-cta {
        background: var(--obs) !important;
        color: white !important;
        text-align: center;
        border-radius: var(--r2);
        padding: 0.8rem 1.5rem !important;
        font-size: 0.85rem !important;
        margin-top: 0.6rem;
        border-bottom: none;
    }

    .nav-links .nav-cta:hover {
        background: var(--vl2) !important;
        padding-left: 0px !important;
    }

    .hero {
        flex-direction: column;
        padding: 96px 16px 64px;
    }

    .hero-l {
        width: 100%;
    }

    .hero-r {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .fh-tabs .fh-tab {
        padding: 8px 10px;
    }

    .fh-wrap {
        max-height: 680px;
        min-height: 680px;
    }

    .ticker-track {
        animation: marquee 4s linear infinite;
    }

    .cap-card {
        width: 100%;
    }

    .ind-card {
        width: 100%;
    }

    .voices-intro {
        flex-direction: column;
        align-items: center;
    }

    .lang-card {
        width: 48%;
    }

    .tech-card {
        width: 47%;
    }

    .pcard {
        width: 100%;
    }

    .feat-card {
        width: 100%;
    }

    #faq .sec-h2 {
        width: 100%;
    }

}

/* ── REVEAL ── */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-delay-1 {
    transition-delay: .1s
}

.reveal-delay-2 {
    transition-delay: .2s
}

.reveal-delay-3 {
    transition-delay: .3s
}/* End custom CSS */



