body {
    background-color: #050510;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    overflow-x: hidden;
}

.font-orbitron { font-family: 'Orbitron', sans-serif; }

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.neon-text {
        overflow: visible;
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.7), 0 0 20px rgba(0, 243, 255, 0.5);
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #050510; }
::-webkit-scrollbar-thumb { background: #bc13fe; border-radius: 4px; }

#canvas-container {
    position: fixed;
    top: 0;
    left: 0;
        overflow: visible;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    z-index: -1;
    opacity: 0.6;
    overflow: hidden;
    pointer-events: none;
}

#canvas-container canvas {
    width: 100% !important;
    height: 100% !important;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #00f3ff;
    box-shadow: 0 0 30px rgba(0, 243, 255, 0.3);
}

.btn-glow {
    transition: all 0.3s ease;
}

.btn-glow:hover {
    box-shadow: 0 0 20px rgba(0, 243, 255, 0.6);
    transform: scale(1.05);
}

.client-logos-shell {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
    padding: 1rem;
}

.client-logos-viewport {
    overflow: hidden;
}

.client-logos-track {
    display: flex;
    gap: 1rem;
    transition: transform 700ms ease;
    will-change: transform;
}

.client-logo-card {
    flex: 0 0 100%;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 10, 22, 0.82);
    padding: 1.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.client-logo-visual {
    display: grid;
    place-items: center;
    min-height: 12rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    padding: 1.5rem;
    text-align: center;
}

.client-logo-visual img {
    max-height: 5rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.client-logo-fallback {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.9rem;
}

.client-logo-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
}

.client-logo-overline {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #94a3b8;
}

.client-logo-name {
    margin: 0.35rem 0 0;
    color: #fff;
    font-size: 1.15rem;
}

.client-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #00f3ff;
    transition: color 0.25s ease;
}

.client-logo-link:hover {
    color: #fff;
}

.ambient-audio-dock {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 50;
}

.ambient-audio-prompt {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(3, 4, 10, 0.42);
    backdrop-filter: blur(12px);
}

body[data-audio-intro-open="true"] {
    overflow: hidden;
}

.ambient-audio-prompt-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: min(96vw, 72rem);
    padding: 1.1rem 1.2rem 1.2rem;
    border-radius: 1.8rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04) 42%, rgba(8, 10, 24, 0.18) 100%);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 243, 255, 0.06);
    backdrop-filter: blur(30px) saturate(160%);
}

.ambient-audio-prompt-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top left, rgba(0, 243, 255, 0.18), transparent 48%),
        radial-gradient(circle at bottom right, rgba(188, 19, 254, 0.16), transparent 42%);
}

.ambient-audio-prompt-kicker {
    margin: 0;
    color: rgba(229, 231, 235, 0.84);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    text-align: center;
}

.ambient-audio-prompt-visual {
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ambient-audio-prompt-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 68rem;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34));
}

.ambient-audio-prompt-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #00f3ff;
    cursor: pointer;
    text-shadow: 0 0 12px rgba(0, 243, 255, 0.45);
    transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.ambient-audio-prompt-close:hover {
    transform: scale(1.08);
    color: #7ef9ff;
}

.ambient-audio-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    border: 1px solid rgba(0, 243, 255, 0.22);
    border-radius: 999px;
    background: rgba(7, 10, 22, 0.9);
    color: #ffffff;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45), 0 0 22px rgba(0, 243, 255, 0.1);
    cursor: pointer;
    isolation: isolate;
    overflow: visible;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ambient-audio-toggle:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 243, 255, 0.4);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), 0 0 28px rgba(0, 243, 255, 0.18);
}

.ambient-audio-toggle[data-audio-state="playing"] {
    border-color: rgba(0, 243, 255, 0.46);
    background: rgba(5, 10, 25, 0.94);
}

.ambient-audio-toggle[data-audio-state="waiting"] {
    border-color: rgba(188, 19, 254, 0.34);
}

.ambient-audio-toggle[data-audio-state="error"] {
    border-color: rgba(251, 146, 60, 0.42);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45), 0 0 20px rgba(251, 146, 60, 0.14);
}

.ambient-audio-icon-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.18rem;
    height: 3.18rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #00f3ff, #bc13fe);
    color: #04050b;
    font-size: 1.05rem;
    overflow: visible;
    box-shadow: 0 12px 28px rgba(0, 243, 255, 0.22);
}

.ambient-audio-toggle[data-audio-state="playing"] .ambient-audio-icon-shell {
    animation: ambient-audio-pulse 2.6s ease-in-out infinite;
}

.ambient-audio-wave {
    --wave-offset-x: 0rem;
    --wave-offset-y: 0rem;
    --wave-rotation: 0deg;
    --wave-delay: 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.78rem;
    height: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translate(calc(-50% + var(--wave-offset-x)), calc(-50% + var(--wave-offset-y))) rotate(var(--wave-rotation));
    filter: drop-shadow(0 0 8px rgba(0, 243, 255, 0.48)) drop-shadow(0 0 14px rgba(188, 19, 254, 0.38));
}

.ambient-audio-wave::before,
.ambient-audio-wave::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 243, 255, 0.94), rgba(188, 19, 254, 0.9));
    clip-path: polygon(0 60%, 10% 24%, 22% 78%, 34% 28%, 46% 86%, 58% 20%, 70% 74%, 82% 30%, 100% 52%, 100% 66%, 82% 46%, 70% 88%, 58% 34%, 46% 94%, 34% 42%, 22% 90%, 10% 38%, 0 70%);
}

.ambient-audio-wave::after {
    opacity: 0.56;
}

.ambient-audio-wave--right {
    --wave-offset-x: 2rem;
    --wave-rotation: 0deg;
    --wave-delay: 0.02s;
}

.ambient-audio-wave--left {
    --wave-offset-x: -2rem;
    --wave-rotation: 180deg;
    --wave-delay: 0.14s;
}

.ambient-audio-wave--top {
    --wave-offset-y: -2rem;
    --wave-rotation: -90deg;
    --wave-delay: 0.26s;
}

.ambient-audio-wave--bottom {
    --wave-offset-y: 2rem;
    --wave-rotation: 90deg;
    --wave-delay: 0.38s;
}

.ambient-audio-toggle[data-audio-state="playing"] .ambient-audio-wave::before {
    animation: ambient-audio-wave-primary 1.02s ease-in-out infinite;
}

.ambient-audio-toggle[data-audio-state="playing"] .ambient-audio-wave {
    opacity: 1;
}

.ambient-audio-toggle[data-audio-state="playing"] .ambient-audio-wave::after {
    animation: ambient-audio-wave-secondary 1.02s ease-in-out infinite var(--wave-delay);
}

.ambient-audio-toggle[data-audio-state="waiting"] .ambient-audio-wave {
    opacity: 0.26;
}

.ambient-audio-toggle[data-audio-state="waiting"] .ambient-audio-wave::before,
.ambient-audio-toggle[data-audio-state="waiting"] .ambient-audio-wave::after {
    animation: ambient-audio-static 1.35s ease-in-out infinite;
}

@keyframes ambient-audio-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 12px 28px rgba(0, 243, 255, 0.22);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 16px 34px rgba(0, 243, 255, 0.3);
    }
}

@keyframes ambient-audio-wave-primary {
    0%,
    100% {
        opacity: 0.12;
        transform: translateX(0) scale(0.72);
    }

    26% {
        opacity: 0.94;
        transform: translateX(0.32rem) scale(1.02);
    }

    74% {
        opacity: 0.2;
        transform: translateX(0.76rem) scale(1.16);
    }
}

@keyframes ambient-audio-wave-secondary {
    0%,
    100% {
        opacity: 0.06;
        transform: translateX(0.44rem) scale(0.58);
    }

    35% {
        opacity: 0.78;
        transform: translateX(0.86rem) scale(0.88);
    }

    72% {
        opacity: 0.14;
        transform: translateX(1.12rem) scale(0.98);
    }
}

@keyframes ambient-audio-static {
    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.82);
    }

    50% {
        opacity: 0.45;
        transform: scale(0.96);
    }
}

@media (min-width: 768px) {
    .client-logo-card {
        flex-basis: calc(50% - 0.5rem);
    }
}

@media (min-width: 1024px) {
    .client-logo-card {
        flex-basis: calc(33.333% - 0.75rem);
    }
}

#statusChatDock {
    --status-chat-gap: 1rem;
    --status-chat-keyboard-offset: 0px;
    --status-chat-panel-max-height: min(32rem, calc(100dvh - 7rem));
    position: fixed;
    right: 1rem;
    bottom: calc(env(safe-area-inset-bottom, 0px) + var(--status-chat-gap) + var(--status-chat-keyboard-offset));
    z-index: 50;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.85rem;
}

#statusChatDock:not(.hidden) {
    display: flex;
}

.status-chat-toast {
    position: relative;
    max-width: min(84vw, 320px);
    padding: 0.95rem 1rem;
    border-radius: 1.25rem;
    background: rgba(8, 10, 25, 0.94);
    border: 1px solid rgba(0, 243, 255, 0.2);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45), 0 0 22px rgba(0, 243, 255, 0.12);
    backdrop-filter: blur(14px);
}

.status-chat-toast::after {
    content: '';
    position: absolute;
    right: 1.15rem;
    bottom: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: rgba(8, 10, 25, 0.94);
    border-right: 1px solid rgba(0, 243, 255, 0.2);
    border-bottom: 1px solid rgba(0, 243, 255, 0.2);
    transform: rotate(45deg);
}

.status-chat-toast-title {
    margin: 0 0 0.35rem;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #00f3ff;
}

.status-chat-toast-copy {
    margin: 0;
    color: #e5e7eb;
    font-size: 0.92rem;
    line-height: 1.55;
}

.status-chat-panel {
    display: flex;
    flex-direction: column;
    width: min(92vw, 390px);
    max-height: var(--status-chat-panel-max-height);
    padding: 1rem;
    border-radius: 1.6rem;
    background: rgba(8, 10, 25, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 24px rgba(188, 19, 254, 0.12);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.status-chat-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.status-chat-panel-kicker {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #00f3ff;
}

.status-chat-panel-title {
    margin: 0.35rem 0 0;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
}

.status-chat-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #e5e7eb;
    transition: all 0.25s ease;
}

.status-chat-close:hover {
    color: #ffffff;
    border-color: rgba(0, 243, 255, 0.35);
}

.status-chat-messages {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-right: 0.2rem;
    margin-bottom: 0.85rem;
}

.status-chat-empty {
    margin: 0;
    padding: 1.25rem 0.4rem;
    color: #94a3b8;
    text-align: center;
    font-size: 0.92rem;
}

.status-chat-message {
    max-width: 84%;
    padding: 0.8rem 0.95rem;
    border-radius: 1.15rem;
    font-size: 0.92rem;
    line-height: 1.55;
}

.status-chat-message--visitor {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(0, 243, 255, 0.92), rgba(188, 19, 254, 0.9));
    color: #04050b;
    box-shadow: 0 10px 24px rgba(0, 243, 255, 0.16);
}

.status-chat-message--reply {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e5e7eb;
}

.status-chat-jump {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: -0.2rem 0 0.85rem auto;
    padding: 0.5rem 0.55rem 0.5rem 0.9rem;
    border: 1px solid rgba(0, 243, 255, 0.22);
    border-radius: 999px;
    background: rgba(6, 10, 24, 0.92);
    color: #e6fbff;
    box-shadow: 0 14px 30px rgba(0, 243, 255, 0.12);
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.status-chat-jump:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 243, 255, 0.38);
    box-shadow: 0 16px 34px rgba(0, 243, 255, 0.18);
}

.status-chat-jump-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.status-chat-jump-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #00f3ff, #bc13fe);
    color: #04050b;
    box-shadow: 0 0 16px rgba(0, 243, 255, 0.2);
}

.status-chat-error {
    margin: 0 0 0.85rem;
    color: #fda4af;
    font-size: 0.86rem;
}

.status-chat-form {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 0.75rem;
}

.status-chat-input {
    width: 100%;
    min-height: 84px;
    resize: none;
    background: rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 0.85rem 0.95rem;
    color: #ffffff;
    outline: none;
    transition: all 0.25s ease;
}

.status-chat-input:focus {
    border-color: rgba(0, 243, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(0, 243, 255, 0.24);
}

.status-chat-send,
.status-chat-launcher {
    border: 0;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.status-chat-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #00f3ff, #bc13fe);
    color: #04050b;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 30px rgba(0, 243, 255, 0.18);
}

.status-chat-launcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #00f3ff, #bc13fe);
    color: #04050b;
    font-size: 1.2rem;
    box-shadow: 0 18px 35px rgba(0, 243, 255, 0.24), 0 0 24px rgba(188, 19, 254, 0.18);
}

.status-chat-send:hover,
.status-chat-launcher:hover {
    transform: translateY(-2px) scale(1.02);
}

.status-chat-send:disabled,
.status-chat-launcher:disabled {
    opacity: 0.75;
    cursor: default;
    transform: none;
}

@media (max-width: 640px) {
    .ambient-audio-dock {
        left: 0.75rem;
        bottom: 0.75rem;
    }

    .ambient-audio-prompt {
        padding: 1rem;
    }

    .ambient-audio-prompt-card {
        width: min(96vw, 34rem);
        padding: 1rem 0.9rem 1rem;
    }

    .ambient-audio-prompt-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.32em;
    }

    .ambient-audio-toggle {
        width: 4.4rem;
        height: 4.4rem;
    }

    .ambient-audio-icon-shell {
        width: 2.95rem;
        height: 2.95rem;
    }

    .ambient-audio-wave {
        width: 1.42rem;
        height: 0.84rem;
    }

    .ambient-audio-wave--right {
        --wave-offset-x: 1.76rem;
    }

    .ambient-audio-wave--left {
        --wave-offset-x: -1.76rem;
    }

    .ambient-audio-wave--top {
        --wave-offset-y: -1.76rem;
    }

    .ambient-audio-wave--bottom {
        --wave-offset-y: 1.76rem;
    }

    #statusChatDock {
        right: 0.75rem;
        --status-chat-gap: 0.75rem;
        bottom: calc(env(safe-area-inset-bottom, 0px) + var(--status-chat-gap) + var(--status-chat-keyboard-offset));
    }

    .status-chat-toast {
        max-width: min(82vw, 280px);
    }

    .status-chat-panel {
        width: min(92vw, 360px);
        max-height: var(--status-chat-panel-max-height);
    }

    #statusChatDock[data-chat-open="true"] .status-chat-panel {
        height: min(34rem, var(--status-chat-panel-max-height));
    }

    #statusChatDock[data-chat-open="true"] .status-chat-launcher {
        display: none;
    }

    .status-chat-jump {
        margin-bottom: 0.7rem;
        padding-left: 0.8rem;
    }

    .status-chat-jump-label {
        font-size: 0.74rem;
    }

    .status-chat-launcher {
        width: 3.5rem;
        height: 3.5rem;
    }
}