/*
 * v0 IRL customization sandbox.
 *
 * This file is loaded only on /v0-irl-event-custom/. Put experiments here first
 * so /v0-irl-event-react/ stays as the untouched visual reference.
 */

html.dark,
body.v0-irl-body {
    background: #E9E9FC;
}

body.v0-irl-body {
    color: #252432;
}

.v0-irl[data-v0-page="event"] {
    --v0-fg: #252432;
    --v0-muted: #5f5c78;
    --v0-border: rgba(37, 36, 50, 0.14);
    background: #E9E9FC;
    color: var(--v0-fg);
}

.v0-custom-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background: #E9E9FC;
}

#canvas-live-hero-custom {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: saturate(1.02) contrast(1.02);
    animation: v0CustomHeroCanvasIn 1.5s forwards 0.2s;
}

.v0-custom-hero-atmosphere {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(180deg, rgba(233, 233, 252, 0.04), rgba(233, 233, 252, 0.26) 66%, rgba(233, 233, 252, 0.72));
}

.v0-custom-hero-atmosphere::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 48%, rgba(37, 36, 50, 0.08) 100%);
    mix-blend-mode: multiply;
}

@keyframes v0CustomHeroCanvasIn {
    to {
        opacity: 1;
    }
}

.v0-irl[data-v0-page="event"] .v0-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        radial-gradient(34vw 26vw at 48% 52%, rgba(255, 255, 255, 0.34), transparent 70%),
        linear-gradient(90deg, rgba(233, 233, 252, 0.7), rgba(233, 233, 252, 0.18) 45%, rgba(233, 233, 252, 0.08));
}


.v0-irl[data-v0-page="event"] .v0-sponsors-react,
.v0-irl[data-v0-page="event"] #event-features-root,
.v0-irl[data-v0-page="event"] #event-agenda-root,
.v0-irl[data-v0-page="event"] #event-cta-root,
.v0-irl[data-v0-page="event"] .v0-footer {
    position: relative;
    z-index: 2;
    background: #000000;
    color: #f7f7f7;
}

.v0-irl[data-v0-page="event"] .v0-sponsors-react {
    isolation: isolate;
}

.v0-irl[data-v0-page="event"] .v0-sponsors-react::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #000000;
}

/* Make the black sponsors bar tight, removing the empty black space below it */
.v0-irl[data-v0-page="event"] .v0-sponsors-react section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.v0-irl[data-v0-page="event"] .v0-dither-canvas {
    filter: invert(1) contrast(1.16) brightness(0.96) saturate(0.92);
    mix-blend-mode: multiply;
    opacity: 0.72;
    height: 100% !important;
}


.v0-irl[data-v0-page="event"] .v0-header {
    top: 18px;
    left: 50%;
    width: min(1180px, calc(100% - 48px));
    transform: translateX(-50%) translateZ(0);
    backface-visibility: hidden;
    will-change: width, top, height, border-radius;
    background: rgba(233, 233, 252, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(37, 36, 50, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    transition: background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}



.v0-irl[data-v0-page="event"] .v0-nav {
    width: 100%;
}

.v0-irl[data-v0-page="event"] .v0-brand,
.v0-irl[data-v0-page="event"] .v0-menu-toggle {
    color: #252432;
}

.v0-irl[data-v0-page="event"] .v0-nav-button,
.v0-irl[data-v0-page="event"] .v0-button-primary {
    background: #252432 !important;
    border-color: #252432 !important;
    color: #ffffff !important;
    box-shadow: 0 20px 46px rgba(87, 80, 255, 0.16);
}

.v0-irl[data-v0-page="event"] .v0-button-ghost {
    background: rgba(255, 255, 255, 0.56) !important;
    border-color: rgba(214, 221, 237, 0.92) !important;
    color: #252432 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 36px rgba(87, 80, 255, 0.1);
}

.v0-irl[data-v0-page="event"] .v0-kicker,
.v0-irl[data-v0-page="event"] .v0-lede,
.v0-irl[data-v0-page="event"] .v0-controls-top label,
.v0-irl[data-v0-page="event"] .v0-share-row span {
    background: rgba(255, 255, 255, 0.62) !important;
    border-color: rgba(214, 221, 237, 0.86) !important;
    color: #4c4a70 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 34px rgba(87, 80, 255, 0.08);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.v0-irl[data-v0-page="event"] .v0-input-wrap input {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(214, 221, 237, 0.9);
    color: #252432;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 36px rgba(87, 80, 255, 0.08);
}

.v0-irl[data-v0-page="event"] .v0-input-wrap input::placeholder,
.v0-irl[data-v0-page="event"] .v0-count {
    color: #6b6888;
}

.v0-irl[data-v0-page="event"] #event-lanyard-root label.text-sm,
.v0-irl[data-v0-page="event"] #event-lanyard-root input[type="text"] {
    background: rgba(255, 255, 255, 0.62) !important;
    border-color: rgba(214, 221, 237, 0.9) !important;
    color: #252432 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 16px 32px rgba(87, 80, 255, 0.08) !important;
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.v0-irl[data-v0-page="event"] #event-lanyard-root label.text-sm {
    border: 1px solid rgba(214, 221, 237, 0.84);
    border-radius: 6px;
}

.v0-irl[data-v0-page="event"] #event-lanyard-root input[type="text"]::placeholder {
    color: #6b6888 !important;
}

.v0-irl[data-v0-page="event"] #event-lanyard-root button {
    border-color: rgba(214, 221, 237, 0.9) !important;
}

.v0-irl[data-v0-page="event"] #event-lanyard-root button:not(:disabled) {
    background: #252432 !important;
    color: #ffffff !important;
}

.v0-irl[data-v0-page="event"] #event-lanyard-root button:disabled {
    background: rgba(255, 255, 255, 0.58) !important;
    color: #6b6888 !important;
}

.v0-irl[data-v0-page="event"] .v0-icon-button {
    background: rgba(255, 255, 255, 0.64) !important;
    border-color: rgba(214, 221, 237, 0.9) !important;
    color: #252432 !important;
}

@media (max-width: 680px) {
    .v0-irl[data-v0-page="event"] .v0-header {
        top: 12px;
        width: calc(100% - 24px);
        border-radius: 20px;
    }

    body.v0-irl-body.admin-bar .v0-irl[data-v0-page="event"] .v0-header {
        top: 58px;
    }

    .v0-irl[data-v0-page="event"] .v0-nav-panel {
        left: 12px;
        right: 12px;
        border-color: rgba(214, 221, 237, 0.9);
        background: rgba(233, 233, 252, 0.92);
        box-shadow: 0 24px 70px rgba(37, 36, 50, 0.18);
        backdrop-filter: blur(24px) saturate(150%);
        -webkit-backdrop-filter: blur(24px) saturate(150%);
    }

    .v0-irl[data-v0-page="event"] .v0-dither-canvas {
        opacity: 0.64;
    }
}

/* Scoped styles for the second retro spacing section */
.v0-custom-second-section .home-reveal,
.v0-custom-second-section .reveal,
.v0-custom-second-section .v0-custom-section-header,
.v0-custom-second-section .home-workstream__stage {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
}

/* --- Global Fixed/Sticky Background System --- */
.v0-global-background-system {
    position: fixed;
    inset: 0;
    z-index: -5;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    background: #E9E9FC;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.v0-global-n-watermark {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}

.v0-global-n-watermark img {
    width: auto;
    height: 120vh;
    max-height: 850px;
    object-fit: contain;
    opacity: 0.95;
    filter: drop-shadow(0 20px 50px rgba(37, 36, 50, 0.16));
}

.v0-global-dither-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: invert(1) contrast(1.16) brightness(0.96) saturate(0.92);
    mix-blend-mode: multiply;
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform, filter;
}

@media (max-width: 768px) {
    .v0-global-n-watermark img {
        height: 100%;
        max-height: 520px;
    }
}

.v0-custom-second-section {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: auto !important; /* Allow natural fit */
    background: transparent !important;
    overflow: visible;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}

.v0-custom-section-header {
    width: 100%;
    max-width: 1180px !important;
    margin: 0 auto 24px !important; /* Reduced bottom margin */
    border-bottom: 1px solid rgba(37, 36, 50, 0.08);
    padding-bottom: 16px !important; /* Reduced bottom padding */
    box-sizing: border-box;
}

.v0-custom-header-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: end;
}

.v0-custom-header-kicker {
    font-family: "Geist Mono", monospace !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #4c4a70 !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.v0-custom-header-title {
    font-family: "Geist", Arial, sans-serif !important;
    font-size: clamp(36px, 4vw, 54px) !important;
    font-weight: 700 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.05 !important;
    color: #252432 !important;
    margin: 0 !important;
}

.v0-custom-header-title span {
    font-family: 'Cinzel', serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    letter-spacing: 0.02em !important;
    color: #252432 !important;
}

.v0-custom-header-desc {
    font-family: "Geist", Arial, sans-serif !important;
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    color: #5f5c78 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}


.v0-custom-second-n-bg {
    position: absolute;
    inset: 0;
    z-index: 1; /* Sits behind z-index: 10 content */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}

.v0-custom-second-n-bg img {
    width: auto;
    height: 120%; /* Much larger watermark */
    max-height: 850px; /* Much larger watermark */
    object-fit: contain;
    opacity: 0.95;
    filter: drop-shadow(0 20px 50px rgba(37, 36, 50, 0.16));
}

.v0-dither-canvas-second {
    position: absolute;
    inset: 0;
    z-index: 2; /* In front of the N background (z-index 1) but behind text content */
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: invert(1) contrast(1.16) brightness(0.96) saturate(0.92);
    mix-blend-mode: multiply;
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    will-change: transform, filter;
}

@media (max-width: 768px) {
    .v0-custom-second-section {
        min-height: 680px; /* Increased to fit mobile carousel size */
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .v0-custom-second-n-bg img {
        height: 100%;
        max-height: 520px;
    }
}

/* Glassmorphic Project Cards inside second section slider */
.v0-custom-second-section .home-exhibition-item {
    background: rgba(233, 233, 252, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 70px rgba(37, 36, 50, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(24px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(150%) !important;
    padding: 40px 48px !important;
    box-sizing: border-box !important;
    border-right: 1px solid rgba(255, 255, 255, 0.68) !important;
}

.v0-custom-second-section .home-exhibition-editorial {
    padding: 10px 0 !important;
}

.v0-custom-second-section .home-work-track {
    padding: 24px 40px 48px !important;
}

/* Scoped card internal typography and styling to match the Geist event design language */
.v0-custom-second-section .exhibition-index {
    color: #252432 !important;
}

.v0-custom-second-section .exhibition-category {
    font-family: "Geist Mono", monospace !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: var(--v0-muted) !important;
}

.v0-custom-second-section .exhibition-coords {
    font-family: "Geist Mono", monospace !important;
    font-size: 10px !important;
    color: rgba(37, 36, 50, 0.46) !important;
    letter-spacing: -0.01em !important;
    margin-top: 2px !important;
}

.v0-custom-second-section .exhibition-title {
    color: #252432 !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}

.v0-custom-second-section .exhibition-description {
    font-family: "Geist", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    color: #4c4a70 !important;
    margin-bottom: 24px !important;
}

.v0-custom-second-section .exhibition-notes {
    border-top: 1px solid rgba(37, 36, 50, 0.08) !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
    gap: 24px !important;
}

.v0-custom-second-section .exhibition-note-item .note-title {
    font-family: "Geist Mono", monospace !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: rgb(var(--work-rgb)) !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 6px !important;
    display: block !important;
    text-transform: uppercase !important;
}

.v0-custom-second-section .exhibition-note-item .note-desc {
    font-family: "Geist", Arial, sans-serif !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    color: #5f5c78 !important;
    margin-top: 4px !important;
}

.v0-custom-second-section .exhibition-tag-pill {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    border-radius: 99px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    border: 1px solid rgba(214, 221, 237, 0.86) !important;
    color: #4c4a70 !important;
    font-family: "Geist Mono", monospace !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(87, 80, 255, 0.04) !important;
    backdrop-filter: blur(12px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(130%) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.v0-custom-second-section .home-exhibition-item:hover .exhibition-tag-pill {
    background: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(var(--work-rgb), 0.3) !important;
    color: rgb(var(--work-rgb)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 12px 24px rgba(var(--work-rgb), 0.12) !important;
    transform: translateY(-1px) !important;
}

/* MacBook Bezel Mockup Layout Fixes */
.v0-custom-second-section .home-work-mac {
    position: absolute;
    width: 560px;
    left: -8px;
    top: 58px;
    z-index: 2;
    transform: translate3d(var(--work-mac-x, 0px), var(--work-mac-y, 0px), 34px) rotate(-1deg) scale(var(--work-mac-scale, 1));
    will-change: transform;
    pointer-events: none;
}

.v0-custom-second-section .mac-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #2B2940 0%, #171623 100%);
    box-shadow: 0 24px 70px rgba(10, 6, 40, 0.35);
}

.v0-custom-second-section .mac-header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v0-custom-second-section .mac-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.v0-custom-second-section .mac-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.v0-custom-second-section .mac-dot:nth-child(1) {
    background: #FF5F56;
}

.v0-custom-second-section .mac-dot:nth-child(2) {
    background: #FFBD2E;
}

.v0-custom-second-section .mac-dot:nth-child(3) {
    background: #27C93F;
}

.v0-custom-second-section .mac-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.v0-custom-second-section .mac-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.v0-custom-second-section .mac-body {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(141, 135, 255, 0.22), transparent 34%),
        radial-gradient(circle at 80% 10%, rgba(87, 80, 255, 0.18), transparent 30%),
        linear-gradient(180deg, #252338 0%, #151421 100%);
}

.v0-custom-second-section .mac-body--16-9 {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.v0-custom-second-section .mac-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.58;
    pointer-events: none;
    z-index: 1;
}

.v0-custom-second-section .home-work-video {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
    z-index: 2;
}

.v0-custom-second-section .home-work-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .v0-custom-second-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
    
    .v0-custom-section-header {
        margin-bottom: 24px !important;
        padding-bottom: 20px !important;
    }

    .v0-custom-header-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .v0-custom-header-title {
        font-size: 32px !important;
    }

    .v0-custom-second-section .home-exhibition-item {
        padding: 24px !important;
        height: auto !important;
        flex: 0 0 calc(100vw - 48px) !important;
        max-width: 420px !important;
    }

    .v0-custom-second-section .home-exhibition-stage {
        height: 240px !important;
    }

    .v0-custom-second-section .home-work-mac {
        width: 200px !important;
        left: 50% !important;
        transform: translate3d(-50%, 0, 34px) rotate(-1deg) scale(1) !important;
        top: 20px !important;
    }

    .v0-custom-second-section .home-work-phone {
        width: 70px !important;
        right: 10px !important;
        bottom: 10px !important;
    }
}

/* --- Orb Button CTA --- */
.v0-orb-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px 0 16px;
    border-radius: 9999px;
    font-family: "Geist", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-orb-button-primary {
    background: #252432;
    border: 1px solid #252432;
    color: #ffffff !important;
    box-shadow: 0 20px 46px rgba(37, 36, 50, 0.16);
}

.v0-orb-button-ghost {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(214, 221, 237, 0.92);
    color: #252432 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 36px rgba(87, 80, 255, 0.1);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.v0-orb-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

.v0-orb-button-primary .v0-orb-dot {
    background: #ffffff;
    color: #252432;
}

.v0-orb-button-ghost .v0-orb-dot {
    background: #252432;
    color: #ffffff;
}

.v0-orb-icon {
    width: 12px;
    height: 12px;
    opacity: 0;
    transform: scale(0.4) rotate(-45deg);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-orb-text {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover effects */
.v0-orb-button:hover {
    padding-left: 8px;
}

.v0-orb-button:hover .v0-orb-dot {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.v0-orb-button:hover .v0-orb-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.v0-orb-button-primary:hover {
    background: #1b1a26;
    border-color: #1b1a26;
    box-shadow: 0 24px 50px rgba(37, 36, 50, 0.24);
}

.v0-orb-button-ghost:hover {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(214, 221, 237, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 24px 44px rgba(87, 80, 255, 0.16);
}

.v0-orb-button:focus-visible {
    outline: 2px solid #252432;
    outline-offset: 2px;
}

/* Fix React CTA buttons specificity bug on the custom page */
.v0-irl[data-v0-page="event"] #event-cta-root a.bg-primary,
.v0-irl[data-v0-page="event"] #event-cta-root a.bg-primary span {
    color: #252432 !important;
}

.v0-irl[data-v0-page="event"] #event-cta-root a[data-variant="outline"],
.v0-irl[data-v0-page="event"] #event-cta-root a[data-variant="outline"] span {
    color: #ffffff !important;
}


/* ==========================================================================
   §1  HIDE EVENT-SPECIFIC REACT SECTIONS
   ========================================================================== */

.v0-irl[data-v0-page="event"] #event-features-root,
.v0-irl[data-v0-page="event"] #event-agenda-root,
.v0-irl[data-v0-page="event"] #event-cta-root {
    display: none !important;
}


/* ==========================================================================
   §2  REVEAL ANIMATIONS (data-v0-reveal)
   ========================================================================== */

[data-v0-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-v0-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-v0-reveal="stagger-1"] { transition-delay: 0.08s; }
[data-v0-reveal="stagger-2"] { transition-delay: 0.16s; }
[data-v0-reveal="stagger-3"] { transition-delay: 0.24s; }
[data-v0-reveal="stagger-4"] { transition-delay: 0.32s; }
[data-v0-reveal="stagger-5"] { transition-delay: 0.40s; }


/* ==========================================================================
   §3  SERVICES SECTION  (.v0-custom-services)
   ========================================================================== */

.v0-custom-services {
    position: relative;
    width: 100%;
    background: #E9E9FC;
    padding: 80px 24px 70px;
    box-sizing: border-box;
}

/* --- Section header (dark variant for dark-bg sections) --- */
.v0-custom-section-header--dark {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.v0-custom-section-header--dark .v0-custom-header-kicker {
    color: rgba(247, 247, 247, 0.5) !important;
}

.v0-custom-section-header--dark .v0-custom-header-title {
    color: #f7f7f7 !important;
}

.v0-custom-section-header--dark .v0-custom-header-title span {
    color: #f7f7f7 !important;
}

.v0-custom-section-header--dark .v0-custom-header-desc {
    color: rgba(247, 247, 247, 0.52) !important;
}

/* Centered Section Header Style */
.v0-custom-section-header--centered {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.v0-custom-section-header--centered .v0-custom-header-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto !important;
    gap: 10px !important; /* Reduced gap */
}

.v0-custom-section-header--centered .v0-custom-header-grid > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.v0-custom-section-header--centered .v0-custom-header-desc {
    text-align: center !important;
    margin: 0 auto !important;
    max-width: 620px !important;
}

/* --- Services Grid (2 large pillar cards side-by-side on desktop) --- */
.v0-custom-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Refined compact gap */
    max-width: 1180px;
    margin: 0 auto 24px; /* Reduced margin */
}

.v0-custom-service-pillar {
    --pillar-accent: #5750FF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(20, 18, 38, 0.88) 0%, rgba(10, 9, 20, 0.82) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08) !important; /* Delicate dark border */
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(10, 6, 40, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    overflow: hidden;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1), background 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-service-pillar:nth-child(2) {
    --pillar-accent: #00ADFE;
}

.v0-custom-service-pillar:hover {
    box-shadow: 0 32px 80px rgba(37, 36, 50, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transform: translateY(-4px);
}

/* --- Pillar copy side --- */
.v0-custom-pillar-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 20px 8px; /* High density compact padding */
    box-sizing: border-box;
}

.v0-custom-pillar-kicker {
    font-family: "Geist Mono", monospace;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--pillar-accent, #5750FF);
    margin-bottom: 4px; /* Tighter kicker spacing */
    display: block;
}

.v0-custom-pillar-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: clamp(17px, 1.8vw, 20px); /* High density compact font sizing */
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #FFFFFF; /* High contrast white */
    margin: 0 0 6px; /* Tighter title spacing */
}

.v0-custom-pillar-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 12px; /* Slightly smaller/denser text */
    line-height: 1.45;
    color: #B2B0C2; /* Soft grey-silver readable contrast */
    margin: 0 0 10px; /* Tighter desc spacing */
}

/* --- Pillar chips --- */
.v0-custom-pillar-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* High density compact gap */
}

.v0-custom-pillar-chips span {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px; /* Smaller chips */
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(214, 221, 237, 0.86);
    color: #4c4a70;
    font-family: "Geist Mono", monospace;
    font-size: 9.5px; /* Smaller chips font size */
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(87, 80, 255, 0.04);
    backdrop-filter: blur(12px) saturate(130%);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-service-pillar:hover .v0-custom-pillar-chips span {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(var(--pillar-accent-rgb, 87, 80, 255), 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(87, 80, 255, 0.08);
    transform: translateY(-1px);
}

/* --- Pillar visual side --- */
.v0-custom-pillar-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px 0px; /* Compact padding and bleed bottom */
    margin-bottom: -16px; /* Stripe-style bleeding */
    background: transparent; /* Transparent background split */
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-service-pillar:nth-child(1) .v0-custom-pillar-visual {
    background: radial-gradient(circle at center, rgba(87, 80, 255, 0.10) 0%, transparent 68%);
}

.v0-custom-service-pillar:nth-child(1):hover .v0-custom-pillar-visual {
    background: radial-gradient(circle at center, rgba(87, 80, 255, 0.22) 0%, transparent 68%);
}

.v0-custom-service-pillar:nth-child(2) .v0-custom-pillar-visual {
    background: radial-gradient(circle at center, rgba(0, 173, 254, 0.10) 0%, transparent 68%);
}

.v0-custom-service-pillar:nth-child(2):hover .v0-custom-pillar-visual {
    background: radial-gradient(circle at center, rgba(0, 173, 254, 0.22) 0%, transparent 68%);
}

/* Reuse mac-frame from second-section but scope to pillar */
.v0-custom-pillar-visual .mac-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    max-width: 310px; /* Reduced max-width to decrease card height and keep it tight */
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #2B2940 0%, #171623 100%);
    box-shadow: 0 20px 60px rgba(10, 6, 40, 0.50);
    width: 100%;
}

.v0-custom-pillar-visual .mac-header {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v0-custom-pillar-visual .mac-dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.v0-custom-pillar-visual .mac-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.v0-custom-pillar-visual .mac-dot:nth-child(1) { background: #FF5F56; }
.v0-custom-pillar-visual .mac-dot:nth-child(2) { background: #FFBD2E; }
.v0-custom-pillar-visual .mac-dot:nth-child(3) { background: #27C93F; }

.v0-custom-pillar-visual .mac-title {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

.v0-custom-pillar-visual .mac-body {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    width: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(141, 135, 255, 0.22), transparent 34%),
        radial-gradient(circle at 80% 10%, rgba(87, 80, 255, 0.18), transparent 30%),
        linear-gradient(180deg, #252338 0%, #151421 100%);
}

.v0-custom-pillar-visual .mac-body img,
.v0-custom-pillar-visual .mac-body video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Mini-services grid (4 small cards) --- */
.v0-custom-services-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px; /* Tighter gap */
    max-width: 1180px;
    margin: 0 auto;
}

.v0-custom-mini-service {
    background: rgba(233, 233, 252, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(37, 36, 50, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    padding: 20px 18px; /* More compact padding */
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-mini-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 80px rgba(37, 36, 50, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.v0-custom-mini-index {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #5750FF;
    display: block;
    margin-bottom: 12px;
}

.v0-custom-mini-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: 15px; /* Smaller title */
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #252432;
    margin: 0 0 6px;
    line-height: 1.2;
}

.v0-custom-mini-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 12.5px; /* Smaller description */
    line-height: 1.5;
    color: #5f5c78;
    margin: 0;
}

/* --- Services responsive --- */
@media (max-width: 768px) {
    .v0-custom-services {
        padding: 64px 20px 56px;
    }

    .v0-custom-services-grid {
        grid-template-columns: 1fr !important;
    }

    .v0-custom-service-pillar {
        grid-template-columns: 1fr;
    }

    .v0-custom-pillar-copy {
        padding: 24px 24px 12px !important;
    }

    .v0-custom-pillar-visual {
        padding: 12px 24px 0px !important;
        margin-bottom: -16px;
    }

    .v0-custom-services-mini-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .v0-custom-services {
        padding: 48px 16px 40px;
    }

    .v0-custom-services-mini-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v0-custom-pillar-copy {
        padding: 24px 20px;
    }

    .v0-custom-pillar-visual {
        padding: 16px;
    }

    .v0-custom-mini-service {
        padding: 24px 22px;
    }
}


/* ==========================================================================
   §4  DIFFERENTIATORS SECTION  (.v0-custom-diff)
   ========================================================================== */

.v0-custom-diff {
    position: relative;
    width: 100%;
    background: #252432;
    color: #f7f7f7;
    overflow: hidden;
}

.v0-custom-diff-shell {
    max-width: 1228px;
    margin: 0 auto;
    padding: 110px 24px 100px;
    box-sizing: border-box;
}

/* --- Bento diff grid --- */
.v0-custom-diff-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

/* First card spans full width */
.v0-custom-diff-card:first-child {
    grid-column: 1 / -1;
}

/* Bento layout: after full-width card, alternate 2-col rows */
@media (min-width: 769px) {
    .v0-custom-diff-grid {
        grid-template-columns: 1fr 1fr;
    }

    .v0-custom-diff-card:first-child {
        grid-column: 1 / -1;
    }
}

.v0-custom-diff-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 36px;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.v0-custom-diff-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(87, 80, 255, 0.08);
}

.v0-custom-diff-num {
    font-family: "Geist Mono", monospace;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: rgba(87, 80, 255, 0.32);
    display: block;
    margin-bottom: 20px;
    transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-diff-card:hover .v0-custom-diff-num {
    color: rgba(87, 80, 255, 0.52);
}

.v0-custom-diff-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #f7f7f7;
    margin: 0 0 12px;
}

.v0-custom-diff-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.62;
    color: rgba(247, 247, 247, 0.52);
    margin: 0;
}

/* --- Differentiators responsive --- */
@media (max-width: 768px) {
    .v0-custom-diff-shell {
        padding: 64px 20px 56px;
    }

    .v0-custom-diff-grid {
        grid-template-columns: 1fr;
    }

    .v0-custom-diff-card:first-child {
        grid-column: 1;
    }

    .v0-custom-diff-card {
        padding: 32px 28px;
    }

    .v0-custom-diff-num {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .v0-custom-diff-shell {
        padding: 48px 16px 40px;
    }

    .v0-custom-diff-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .v0-custom-diff-title {
        font-size: 19px;
    }
}


/* ==========================================================================
   §5  PROCESS SECTION  (.v0-custom-process)
   ========================================================================== */

.v0-custom-process {
    position: relative;
    width: 100%;
    background: #E9E9FC;
    padding: 110px 24px 100px;
    box-sizing: border-box;
}

/* --- Process timeline container --- */
.v0-custom-process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1180px;
    margin: 0 auto;
}

/* --- Connecting vertical line --- */
.v0-custom-process-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(87, 80, 255, 0.18) 15%, rgba(87, 80, 255, 0.18) 85%, transparent 100%);
    transform: translateX(-50%);
    pointer-events: none;
}

/* --- Process step card --- */
.v0-custom-process-step {
    background: rgba(233, 233, 252, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(37, 36, 50, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    padding: 40px 36px;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-process-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 80px rgba(37, 36, 50, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.v0-custom-step-number {
    font-family: "Cinzel", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(87, 80, 255, 0.22);
    margin-bottom: 20px;
    transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-process-step:hover .v0-custom-step-number {
    color: rgba(87, 80, 255, 0.38);
}

.v0-custom-step-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.v0-custom-step-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #252432;
    margin: 0 0 10px;
}

.v0-custom-step-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #5f5c78;
    margin: 0 0 20px;
}

/* --- Step chips --- */
.v0-custom-step-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.v0-custom-step-chips span {
    display: inline-flex;
    align-items: center;
    padding: 5px 13px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(214, 221, 237, 0.86);
    color: #4c4a70;
    font-family: "Geist Mono", monospace;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 20px rgba(87, 80, 255, 0.04);
    backdrop-filter: blur(12px) saturate(130%);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-process-step:hover .v0-custom-step-chips span {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(87, 80, 255, 0.08);
    transform: translateY(-1px);
}

/* --- Process responsive --- */
@media (max-width: 768px) {
    .v0-custom-process {
        padding: 64px 20px 56px;
    }

    .v0-custom-process-timeline {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .v0-custom-process-line {
        left: 28px;
        top: 0;
        bottom: 0;
        width: 1px;
    }

    .v0-custom-process-step {
        padding: 32px 28px;
        margin-left: 16px;
    }

    .v0-custom-step-number {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .v0-custom-process {
        padding: 48px 16px 40px;
    }

    .v0-custom-process-line {
        display: none;
    }

    .v0-custom-process-step {
        padding: 24px 22px;
        margin-left: 0;
        border-radius: 20px;
    }

    .v0-custom-step-number {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .v0-custom-step-title {
        font-size: 18px;
    }
}


/* ==========================================================================
   §6  CTA SECTION  (.v0-custom-cta)
   ========================================================================== */

.v0-custom-cta {
    position: relative;
    width: 100%;
    background: #1a1928;
    color: #f7f7f7;
    padding: 120px 24px 110px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

/* --- Animated radial glow --- */
.v0-custom-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 520px;
    transform: translate(-50%, -54%);
    background:
        radial-gradient(ellipse at center, rgba(87, 80, 255, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 60% 40%, rgba(0, 173, 254, 0.10) 0%, transparent 50%);
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
    animation: v0CtaGlowPulse 6s ease-in-out infinite alternate;
}

@keyframes v0CtaGlowPulse {
    0% {
        opacity: 0.6;
        transform: translate(-50%, -54%) scale(1);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -54%) scale(1.08);
    }
}

/* --- CTA content --- */
.v0-custom-cta-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}

.v0-custom-cta-kicker {
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(247, 247, 247, 0.44);
    display: block;
    margin-bottom: 18px;
}

.v0-custom-cta-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #f7f7f7;
    margin: 0 0 20px;
}

.v0-custom-cta-title span {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #f7f7f7;
}

.v0-custom-cta-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: rgba(247, 247, 247, 0.52);
    margin: 0 0 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* --- CTA actions wrapper --- */
.v0-custom-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* --- Dark-mode orb button variants --- */
.v0-orb-button-primary-dark {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #252432 !important;
    box-shadow: 0 20px 46px rgba(255, 255, 255, 0.08);
}

.v0-orb-button-primary-dark .v0-orb-dot {
    background: #252432;
    color: #ffffff;
}

.v0-orb-button-primary-dark:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: 0 24px 50px rgba(255, 255, 255, 0.14);
}

.v0-orb-button-ghost-dark {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f7f7f7 !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.v0-orb-button-ghost-dark .v0-orb-dot {
    background: #f7f7f7;
    color: #252432;
}

.v0-orb-button-ghost-dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 24px 44px rgba(87, 80, 255, 0.12);
}

/* --- CTA responsive --- */
@media (max-width: 768px) {
    .v0-custom-cta {
        padding: 80px 20px 72px;
    }

    .v0-custom-cta-glow {
        width: 420px;
        height: 320px;
    }

    .v0-custom-cta-title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .v0-custom-cta {
        padding: 56px 16px 52px;
    }

    .v0-custom-cta-glow {
        width: 300px;
        height: 260px;
    }

    .v0-custom-cta-title {
        font-size: 28px;
    }

    .v0-custom-cta-actions {
        flex-direction: column;
        gap: 12px;
    }

    .v0-custom-cta-actions .v0-orb-button {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================================================
   §7  CUSTOM FOOTER  (.v0-custom-footer)
   ========================================================================== */

/* Hide the default React footer */
.v0-irl[data-v0-page="event"] .v0-footer {
    display: none !important;
}

.v0-custom-footer {
    position: relative;
    width: 100%;
    background: #151421;
    color: #f7f7f7;
    padding: 56px 24px 40px;
    box-sizing: border-box;
}

.v0-custom-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* --- Footer brand --- */
.v0-custom-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.v0-custom-footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Geist", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #f7f7f7;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.v0-custom-footer-name {
    font-family: "Geist", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f7f7f7;
}

.v0-custom-footer-name span {
    font-weight: 400;
    color: rgba(247, 247, 247, 0.52);
}

/* --- Footer nav --- */
.v0-custom-footer-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.v0-custom-footer-nav a {
    font-family: "Geist", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(247, 247, 247, 0.58);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.v0-custom-footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: #f7f7f7;
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-footer-nav a:hover {
    color: #f7f7f7;
}

.v0-custom-footer-nav a:hover::after {
    width: 100%;
}

/* --- Footer bottom --- */
.v0-custom-footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

.v0-custom-footer-bottom p {
    font-family: "Geist", Arial, sans-serif;
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(247, 247, 247, 0.32);
    margin: 0;
}

.v0-custom-footer-bottom p + p {
    margin-top: 4px;
}

/* --- Footer responsive --- */
@media (max-width: 768px) {
    .v0-custom-footer {
        padding: 40px 20px 32px;
    }

    .v0-custom-footer-nav {
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .v0-custom-footer {
        padding: 36px 16px 28px;
    }

    .v0-custom-footer-inner {
        gap: 24px;
    }

    .v0-custom-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 24px;
    }

    .v0-custom-footer-bottom p {
        font-size: 11.5px;
    }
}

/* --- Header MorphyButton Integration --- */
#event-header-action-root {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 680px) {
    #event-header-action-root {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    #event-header-action-root .group {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* ==========================================================================
   §12 COSMIC BACKGROUND SHOWCASE SECTION (.v0-cosmic-showcase-section)
   ========================================================================== */

@keyframes spin-slow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.animate-spin-slow {
    animation: spin-slow 12s linear infinite;
}

/* Custom Scrollbar styling for code views */
.scrollbar-thin::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
    background: #050507;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #1f1f2e;
    border-radius: 3px;
}
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: #2e2e42;
}

/* Custom slider input tweaks */
input[type="range"].accent-cyan-400::-webkit-slider-thumb {
    border: 2px solid #22d3ee;
    background: #000;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.4);
}
input[type="range"].accent-cyan-400::-moz-range-thumb {
    border: 2px solid #22d3ee;
    background: #000;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.4);
}

/* Hide table border issues in certain browsers */
.v0-cosmic-showcase-section table {
    border-collapse: collapse;
}

.v0-cosmic-showcase-section select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8.5px center;
    background-size: 14px;
    padding-right: 28px !important;
}

/* ==========================================================================
   §5  PREMIUM CARD INTERACTIVE EFFECTS & HOVER STATE MODIFIERS
   ========================================================================== */

.interactive-card {
    position: relative;
    overflow: hidden;
}

/* Mouse-following spotlight overlay */
.interactive-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.interactive-card:hover::after {
    opacity: 0.16;
}

/* Glow Line animation on card hover (expanding from center) */
.v0-custom-service-pillar::before,
.v0-custom-mini-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, transparent, var(--card-glow-color, #5750FF), transparent);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 5;
}

.v0-custom-service-pillar:hover::before,
.v0-custom-mini-service:hover::before {
    width: 100%;
    left: 0;
}

/* Specific colors for custom gradient mouse-auras */
.interactive-card.card-hover-purple::after {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(87, 80, 255, 0.18), transparent 45%);
}

.interactive-card.card-hover-blue::after {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 173, 254, 0.18), transparent 45%);
}

.interactive-card.card-hover-salmon::after {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 95, 127, 0.18), transparent 45%);
}

.interactive-card.card-hover-yellow::after {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 185, 18, 0.18), transparent 45%);
}

.interactive-card.card-hover-cyan::after {
    background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 173, 254, 0.18), transparent 45%);
}

/* Icon Tiles styling for Services section */
.v0-custom-pillar-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.icon-tile--purple {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 26%), linear-gradient(135deg, #746EFF 0%, #5750FF 100%);
    box-shadow: 0 12px 24px rgba(87, 80, 255, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.icon-tile--blue {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 26%), linear-gradient(135deg, #4DD0FF 0%, #00ADFE 100%);
    box-shadow: 0 12px 24px rgba(0, 173, 254, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.icon-tile--salmon {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 26%), linear-gradient(135deg, #FF91A6 0%, #FF5F7F 100%);
    box-shadow: 0 12px 24px rgba(255, 95, 127, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.icon-tile--yellow {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 26%), linear-gradient(135deg, #FFD05B 0%, #FFB912 100%);
    box-shadow: 0 12px 24px rgba(255, 185, 18, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.icon-tile--cyan {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 26%), linear-gradient(135deg, #4DD0FF 0%, #00ADFE 100%);
    box-shadow: 0 12px 24px rgba(0, 173, 254, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

/* Floating HUD Elements inside service pillars */
.floating-hud-card {
    position: absolute;
    background: rgba(18, 16, 32, 0.85); /* Dark space glass backdrop */
    border: 1px solid rgba(255, 255, 255, 0.08); /* Delicate transparent border */
    padding: 8px 12px; /* Smaller HUD badges */
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(10, 6, 40, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hud-design-card {
    top: 24px;
    left: 20px;
    transform: rotate(-3deg);
}

.hud-ops-card {
    bottom: 24px;
    right: 20px;
    transform: rotate(3deg);
}

.v0-custom-service-pillar:hover .hud-design-card {
    transform: translateY(-8px) rotate(-1deg) scale(1.05);
    box-shadow: 0 24px 48px rgba(87, 80, 255, 0.25);
}

.v0-custom-service-pillar:hover .hud-ops-card {
    transform: translateY(8px) rotate(1deg) scale(1.05);
    box-shadow: 0 24px 48px rgba(0, 173, 254, 0.25);
}

.floating-hud-card strong {
    display: block;
    font-family: "Geist", Arial, sans-serif;
    font-size: 11px; /* Smaller text size */
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.floating-hud-card span {
    font-family: "Geist Mono", monospace;
    font-size: 9px; /* Smaller details text */
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.hud-indicator {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #27C93F;
    border-radius: 50%;
    margin-right: 6px;
    box-shadow: 0 0 8px rgba(39, 201, 63, 0.8);
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Overlays on Mac frames */
.design-blueprint-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    border: 1px dashed rgba(87, 80, 255, 0.22);
    margin: 8px;
    transition: opacity 0.4s ease;
}

.blueprint-tag {
    position: absolute;
    font-family: "Geist Mono", monospace;
    font-size: 8px;
    color: rgba(87, 80, 255, 0.6);
    background: rgba(233, 233, 252, 0.92);
    border: 1px solid rgba(87, 80, 255, 0.18);
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.bp-tag-tl { top: 4px; left: 4px; }
.bp-tag-tr { top: 4px; right: 4px; }

.blueprint-line-x {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(87, 80, 255, 0.15) 4px, rgba(87, 80, 255, 0.15) 8px);
}

.blueprint-line-y {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(180deg, transparent, transparent 4px, rgba(87, 80, 255, 0.15) 4px, rgba(87, 80, 255, 0.15) 8px);
}

.ops-pipeline-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: rgba(37, 36, 50, 0.03);
    display: flex;
    align-items: flex-end;
    padding: 12px;
}

.ops-terminal-window {
    background: rgba(5, 5, 7, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    border-radius: 8px;
    font-family: "Geist Mono", monospace;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ops-terminal-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ops-terminal-line--success {
    color: #27C93F;
}

/* Glowing terminal blinking block cursor */
.ops-terminal-window::after {
    content: " █";
    animation: terminal-blink 1s infinite;
    color: #27C93F;
    font-size: 8px;
    display: inline-block;
    width: 6px;
    margin-top: 2px;
}

@keyframes terminal-blink {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Mini Card Icon Row formatting */
.v0-custom-mini-icon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.v0-custom-mini-icon-row .v0-custom-pillar-icon {
    margin-bottom: 0 !important;
}

.v0-custom-mini-icon-row .v0-custom-mini-index {
    margin-bottom: 0 !important;
}

/* Hover transitions and shadow-glow effects for main pillars */
.v0-custom-service-pillar {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1), background 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.v0-custom-service-pillar.card-hover-purple:hover {
    border-color: rgba(87, 80, 255, 0.35) !important;
    background: linear-gradient(135deg, rgba(26, 23, 49, 0.92) 0%, rgba(13, 12, 26, 0.86) 100%) !important;
    box-shadow: 
        0 38px 80px rgba(10, 6, 40, 0.50), 
        0 24px 60px rgba(87, 80, 255, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.v0-custom-service-pillar.card-hover-blue:hover {
    border-color: rgba(0, 173, 254, 0.35) !important;
    background: linear-gradient(135deg, rgba(20, 26, 49, 0.92) 0%, rgba(10, 13, 26, 0.86) 100%) !important;
    box-shadow: 
        0 38px 80px rgba(10, 6, 40, 0.50), 
        0 24px 60px rgba(0, 173, 254, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

/* Color-coded tags/chips for each service pillar */
.v0-custom-service-pillar:nth-child(1) .v0-custom-pillar-chips span {
    background: rgba(87, 80, 255, 0.08) !important;
    border: 1px solid rgba(87, 80, 255, 0.20) !important;
    color: #A6A1FF !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(87, 80, 255, 0.01) !important;
}

.v0-custom-service-pillar:nth-child(1):hover .v0-custom-pillar-chips span {
    background: rgba(87, 80, 255, 0.18) !important;
    border-color: rgba(87, 80, 255, 0.40) !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(87, 80, 255, 0.03) !important;
}

.v0-custom-service-pillar:nth-child(2) .v0-custom-pillar-chips span {
    background: rgba(0, 173, 254, 0.08) !important;
    border: 1px solid rgba(0, 173, 254, 0.20) !important;
    color: #6FD3FF !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(0, 173, 254, 0.01) !important;
}

.v0-custom-service-pillar:nth-child(2):hover .v0-custom-pillar-chips span {
    background: rgba(0, 173, 254, 0.18) !important;
    border-color: rgba(0, 173, 254, 0.40) !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 173, 254, 0.03) !important;
}

/* Hover transitions and shadow-glow effects for mini cards */
.v0-custom-mini-service {
    border-top: 1px solid rgba(255, 255, 255, 0.68) !important;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.55s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.v0-custom-mini-service.card-hover-salmon:hover {
    border-color: rgba(255, 95, 127, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(255, 95, 127, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.v0-custom-mini-service.card-hover-yellow:hover {
    border-color: rgba(255, 185, 18, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(255, 185, 18, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.v0-custom-mini-service.card-hover-cyan:hover {
    border-color: rgba(0, 173, 254, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(0, 173, 254, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.v0-custom-mini-service.card-hover-purple:hover {
    border-color: rgba(87, 80, 255, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(87, 80, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

/* Responsiveness tweaks for new visual details */
@media (max-width: 640px) {
    .floating-hud-card {
        padding: 8px 12px;
        border-radius: 12px;
    }
    
    .floating-hud-card strong {
        font-size: 11px;
    }
    
    .floating-hud-card span {
        font-size: 8px;
    }
    
    .hud-design-card {
        top: 16px;
        left: 16px;
    }
    
    .hud-ops-card {
        bottom: 16px;
        right: 16px;
    }
}

/* ==========================================================================
   §7  BIFOCAL SECTION (.v0-custom-bifocal)
   ========================================================================== */

.v0-custom-bifocal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1180px;
    margin: 0 auto;
    align-items: start;
}

.v0-custom-bifocal-sticky {
    position: sticky;
    top: 100px;
    padding-right: 24px;
}

.v0-custom-bifocal-number {
    font-family: "Cinzel", serif;
    font-size: 54px;
    font-weight: 400;
    color: rgba(87, 80, 255, 0.22);
    display: block;
    margin-bottom: 12px;
}

.v0-custom-bifocal-kicker {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #5750FF;
    margin-bottom: 16px;
    display: block;
}

.v0-custom-bifocal-title {
    font-family: "Geist", Arial, sans-serif;
    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    color: #252432;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}

.v0-custom-bifocal-title em {
    font-family: "Cinzel", serif;
    font-style: italic;
    font-weight: 400;
}

.v0-custom-bifocal-desc {
    font-family: "Geist", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.62;
    color: #5f5c78;
    margin: 0;
}

/* Right Stack Column */
.v0-custom-bifocal-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.v0-custom-bifocal-card {
    background: rgba(233, 233, 252, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(37, 36, 50, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    position: relative;
}

.v0-custom-bifocal-card h3 {
    font-family: "Geist", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #252432;
    margin-bottom: 24px;
    z-index: 2;
}

.v0-custom-bifocal-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: rgba(37, 36, 50, 0.46);
    margin-bottom: 16px;
    z-index: 2;
}

.v0-custom-bifocal-meta span {
    font-weight: 600;
    text-transform: uppercase;
}

.v0-custom-bifocal-meta b {
    font-weight: 700;
}

/* Hover transitions and shadow-glow effects for Bifocal */
.v0-custom-bifocal-card.card-hover-purple:hover {
    border-color: rgba(87, 80, 255, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(87, 80, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    transform: translateY(-4px);
}

.v0-custom-bifocal-card.card-hover-blue:hover {
    border-color: rgba(0, 173, 254, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(0, 173, 254, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    transform: translateY(-4px);
}

.v0-custom-bifocal-card.card-hover-salmon:hover {
    border-color: rgba(255, 95, 127, 0.44) !important;
    box-shadow: 
        0 32px 60px rgba(37, 36, 50, 0.08), 
        0 18px 40px rgba(255, 95, 127, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
    transform: translateY(-4px);
}

/* Card 1 Visuals: Presence Layer */
.v0-custom-bifocal-screen {
    position: relative;
    width: 100%;
    height: 180px;
    background: rgba(37, 36, 50, 0.03);
    border: 1px solid rgba(37, 36, 50, 0.06);
    border-radius: 12px;
    overflow: hidden;
    margin-top: auto;
}

.v0-custom-bifocal-browser {
    height: 20px;
    background: rgba(37, 36, 50, 0.05);
    border-bottom: 1px solid rgba(37, 36, 50, 0.06);
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 4px;
}

.v0-custom-bifocal-browser i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(37, 36, 50, 0.2);
}

.v0-custom-bifocal-browser span {
    margin-left: auto;
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: rgba(37, 36, 50, 0.1);
}

.v0-custom-bifocal-layout {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.v0-custom-bifocal-layout b {
    width: 80px;
    height: 14px;
    background: #5750FF;
    opacity: 0.7;
    border-radius: 4px;
    display: block;
}

.v0-custom-bifocal-layout span {
    height: 8px;
    background: rgba(37, 36, 50, 0.1);
    border-radius: 2px;
}

.v0-custom-bifocal-layout span:nth-child(2) { width: 100%; }
.v0-custom-bifocal-layout span:nth-child(3) { width: 90%; }
.v0-custom-bifocal-layout span:nth-child(4) { width: 40%; }

.v0-custom-bifocal-phone {
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 70px;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #252432;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(37, 36, 50, 0.15);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.v0-custom-bifocal-phone b {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #5750FF;
    opacity: 0.8;
}

.v0-custom-bifocal-phone span {
    height: 6px;
    background: rgba(37, 36, 50, 0.15);
    border-radius: 2px;
    width: 100%;
}

.v0-custom-bifocal-phone span:nth-child(3) {
    width: 60%;
}

/* Card 2 Visuals: Operations Layer */
.v0-custom-ops-console {
    position: relative;
    width: 100%;
    height: 180px;
    background: rgba(5, 5, 8, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-top: auto;
    overflow: hidden;
}

.v0-custom-ops-hub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00ADFE;
    box-shadow: 0 0 20px rgba(0, 173, 254, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    z-index: 3;
}

.v0-custom-ops-node {
    position: absolute;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    font-family: "Geist Mono", monospace;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    transition: all 0.3s ease;
}

.v0-custom-node-a { top: 20px; left: 20px; }
.v0-custom-node-b { top: 20px; right: 20px; }
.v0-custom-node-c { bottom: 20px; left: 20px; }
.v0-custom-node-d { bottom: 20px; right: 20px; }

.v0-custom-ops-line {
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, rgba(0, 173, 254, 0.4), transparent);
    z-index: 1;
}

.v0-custom-line-a {
    top: 40px; left: 45px;
    height: 60px;
    transform: rotate(45deg);
}

.v0-custom-line-b {
    top: 40px; right: 45px;
    height: 60px;
    transform: rotate(-45deg);
}

.v0-custom-line-c {
    bottom: 40px; left: 45px;
    height: 60px;
    transform: rotate(-45deg);
}

.v0-custom-line-d {
    bottom: 40px; right: 45px;
    height: 60px;
    transform: rotate(45deg);
}

/* Card 3 Visuals: Growth Layer */
.v0-custom-growth-bars {
    position: relative;
    width: 100%;
    height: 180px;
    background: rgba(37, 36, 50, 0.03);
    border: 1px solid rgba(37, 36, 50, 0.06);
    border-radius: 12px;
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    box-sizing: border-box;
}

.v0-custom-growth-bars span {
    width: 20px;
    background: linear-gradient(180deg, #FF708F 0%, #FF5F7F 100%);
    border-radius: 4px 4px 0 0;
    transition: height 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-custom-growth-bars span:nth-child(1) { height: 30%; }
.v0-custom-growth-bars span:nth-child(2) { height: 55%; }
.v0-custom-growth-bars span:nth-child(3) { height: 45%; }
.v0-custom-growth-bars span:nth-child(4) { height: 85%; }

.v0-custom-bifocal-card:hover .v0-custom-growth-bars span:nth-child(4) {
    height: 95%;
    box-shadow: 0 0 15px rgba(255, 95, 127, 0.4);
}

.v0-custom-growth-bars b {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    color: #FF5F7F;
    text-transform: uppercase;
}

/* Bifocal Responsive Styles */
@media (max-width: 992px) {
    .v0-custom-bifocal-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .v0-custom-bifocal-sticky {
        position: static;
        padding-right: 0;
    }
}

/* ==========================================================================
   §8  MANIFESTO / ATELIER SECTION (.home-atelier)
   ========================================================================== */

.v0-custom-command-deck-container {
    perspective: 1000px;
}

.v0-custom-orbit-node {
    position: absolute;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    font-family: "Geist Mono", monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    animation: orbit-float 6s ease-in-out infinite alternate;
}

.v0-custom-orbit-a {
    top: 60px;
    left: 30px;
    border-color: rgba(87, 80, 255, 0.3) !important;
    box-shadow: 0 0 15px rgba(87, 80, 255, 0.15);
    animation-delay: 0s;
}

.v0-custom-orbit-b {
    top: 140px;
    right: 25px;
    border-color: rgba(0, 173, 254, 0.3) !important;
    box-shadow: 0 0 15px rgba(0, 173, 254, 0.15);
    animation-delay: -2s;
}

.v0-custom-orbit-c {
    bottom: 100px;
    left: 45px;
    border-color: rgba(255, 95, 127, 0.3) !important;
    box-shadow: 0 0 15px rgba(255, 95, 127, 0.15);
    animation-delay: -4s;
}

@keyframes orbit-float {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-10px) scale(1.03); }
}

.home-command-deck:hover .v0-custom-orbit-node {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.home-command-deck:hover .v0-custom-orbit-a {
    border-color: rgba(87, 80, 255, 0.6) !important;
    box-shadow: 0 0 25px rgba(87, 80, 255, 0.3);
}

.home-command-deck:hover .v0-custom-orbit-b {
    border-color: rgba(0, 173, 254, 0.6) !important;
    box-shadow: 0 0 25px rgba(0, 173, 254, 0.3);
}

.home-command-deck:hover .v0-custom-orbit-c {
    border-color: rgba(255, 95, 127, 0.6) !important;
    box-shadow: 0 0 25px rgba(255, 95, 127, 0.3);
}

@media (max-width: 768px) {
    .v0-custom-command-deck-container {
        margin-top: 24px;
    }
}

/* ==========================================================================
   §7  FAQ ACCORDION STYLES (.v0-faq-container)
   ========================================================================== */

.v0-faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.v0-faq-item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 36, 50, 0.05);
    box-shadow: 0 10px 30px -10px rgba(37, 36, 50, 0.1);
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-faq-item:hover {
    border-color: rgba(87, 80, 255, 0.16);
    box-shadow: 0 16px 40px -15px rgba(87, 80, 255, 0.16);
    transform: translateY(-2px);
}

.v0-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    font-family: 'Geist', Arial, sans-serif;
    font-size: 16.5px;
    font-weight: 600;
    color: #252432;
    cursor: pointer;
    user-select: none;
    list-style: none;
    outline: none;
}

.v0-faq-question::-webkit-details-marker {
    display: none;
}

.v0-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(37, 36, 50, 0.04);
    color: #252432;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-faq-icon svg {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v0-faq-item[open] .v0-faq-icon {
    background: #5750FF;
    color: #ffffff;
}

.v0-faq-item[open] .v0-faq-icon svg {
    transform: rotate(45deg);
}

.v0-faq-answer {
    padding: 0 30px 24px;
    font-family: 'Geist', Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.6;
    color: #5f5c78;
}

.v0-faq-answer p {
    margin: 0;
}

@media (max-width: 600px) {
    .v0-faq-question {
        padding: 20px 22px;
        font-size: 15px;
    }
    .v0-faq-answer {
        padding: 0 22px 20px;
        font-size: 13.5px;
    }
    .v0-faq-icon {
        width: 28px;
        height: 28px;
    }
}

/* ===== Awwwards Edition — Imported from test5 ===== */

.v0-irl .v0-hero-copy { position: relative; z-index: 5; }

.inicio-test5-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(37, 36, 50, 0.08);
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #25212f;
    text-transform: uppercase;
    box-shadow: 0 12px 30px -16px rgba(37, 36, 50, 0.25);
}
.inicio-test5-hero-eyebrow em {
    color: rgba(37, 36, 50, 0.35);
    font-style: normal;
    transform: translateY(-1px);
}
.inicio-test5-hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00C46A;
    box-shadow: 0 0 0 4px rgba(0, 196, 106, 0.18), 0 0 14px rgba(0, 196, 106, 0.6);
    animation: inicio-test5-pulse 2.4s ease-in-out infinite;
}
@keyframes inicio-test5-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.18); opacity: 0.7; }
}

.inicio-test5-hero-meta {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
    padding: 16px 22px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(245, 245, 252, 0.62) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(37, 36, 50, 0.06);
    box-shadow: 0 18px 50px -22px rgba(37, 36, 50, 0.22);
    max-width: max-content;
}
.inicio-test5-hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1;
}
.inicio-test5-hero-meta-num {
    font-family: 'Geist', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: #25212f;
}
.inicio-test5-hero-meta-label {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(37, 36, 50, 0.58);
    text-transform: uppercase;
}
.inicio-test5-hero-meta-divider {
    width: 1px;
    height: 26px;
    background: linear-gradient(180deg, transparent, rgba(37, 36, 50, 0.18), transparent);
}
@media (max-width: 720px) {
    .inicio-test5-hero-meta { gap: 14px; padding: 12px 16px; }
    .inicio-test5-hero-meta-num { font-size: 18px; }
    .inicio-test5-hero-meta-label { font-size: 9px; }
}

/* ===== Trust strip — editorial metric ledger ===== */
.inicio-test5-trust-strip {
    padding: 36px 24px 28px;
    position: relative;
    z-index: 2;
}
.inicio-test5-trust-strip-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    padding: 26px 36px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 36, 50, 0.06);
    box-shadow: 0 22px 60px -28px rgba(37, 36, 50, 0.28);
}
.inicio-test5-trust-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.inicio-test5-trust-num {
    font-family: 'Geist', Arial, sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
    color: #25212f;
}
.inicio-test5-trust-unit {
    font-family: 'Cinzel', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.6em;
    color: #5750FF;
    margin-left: 2px;
}
.inicio-test5-trust-label {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(37, 36, 50, 0.62);
    text-transform: uppercase;
    line-height: 1.4;
}
.inicio-test5-trust-divider {
    width: 1px;
    height: 44px;
    background: linear-gradient(180deg, transparent, rgba(37, 36, 50, 0.16), transparent);
    justify-self: center;
}
@media (max-width: 900px) {
    .inicio-test5-trust-strip-inner {
        grid-template-columns: 1fr 1fr;
        gap: 18px 14px;
        padding: 22px 22px;
    }
    .inicio-test5-trust-divider { display: none; }
}
@media (max-width: 460px) {
    .inicio-test5-trust-strip-inner { grid-template-columns: 1fr; }
}

/* ===== Manifesto strip — editorial declaration ===== */
.inicio-test5-manifesto {
    padding: 80px 24px 60px;
    position: relative;
    z-index: 2;
}
.inicio-test5-manifesto-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.inicio-test5-manifesto-kicker {
    display: inline-block;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(37, 36, 50, 0.5);
    margin-bottom: 28px;
}
.inicio-test5-manifesto-quote {
    font-family: 'Geist', Arial, sans-serif;
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #25212f;
    margin: 0;
}
.inicio-test5-manifesto-line {
    display: block;
}
.inicio-test5-manifesto-line em {
    font-family: 'Cinzel', serif;
    font-style: italic;
    font-weight: 400;
    color: #5750FF;
    letter-spacing: -0.01em;
}
.inicio-test5-manifesto-line:nth-child(1) { opacity: 0.45; }
.inicio-test5-manifesto-line:nth-child(2) { opacity: 1; }
.inicio-test5-manifesto-line:nth-child(3) { opacity: 0.45; padding-left: 14%; }
.inicio-test5-manifesto-line:nth-child(4) { opacity: 1; padding-left: 14%; }
.inicio-test5-manifesto-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(37, 36, 50, 0.1);
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(37, 36, 50, 0.55);
}
@media (max-width: 720px) {
    .inicio-test5-manifesto { padding: 60px 18px 40px; }
    .inicio-test5-manifesto-line:nth-child(3),
    .inicio-test5-manifesto-line:nth-child(4) { padding-left: 0; }
    .inicio-test5-manifesto-foot { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* ===== Process — zigzag editorial timeline ===== */
.inicio-test5-process { isolation: isolate; }
.inicio-test5-timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.inicio-test5-timeline-spine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(87, 80, 255, 0.18) 8%,
        rgba(87, 80, 255, 0.18) 92%,
        transparent 100%);
    transform: translateX(-50%);
    pointer-events: none;
}
.inicio-test5-step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    gap: 0;
}
.inicio-test5-step-rail {
    grid-column: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}
.inicio-test5-step-node {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #f3f1ff 100%);
    border: 1px solid rgba(87, 80, 255, 0.22);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.78),
        0 14px 36px -10px rgba(87, 80, 255, 0.34),
        inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--step-accent, #5750FF);
}
.inicio-test5-step-tick {
    width: 2px;
    flex-grow: 1;
    background: rgba(87, 80, 255, 0.16);
    border-radius: 1px;
}
.inicio-test5-step--right .inicio-test5-step-card {
    grid-column: 3;
    margin-left: 28px;
}
.inicio-test5-step--left .inicio-test5-step-card {
    grid-column: 1;
    margin-right: 28px;
    text-align: right;
}
.inicio-test5-step-card {
    position: relative;
    padding: 26px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(37, 36, 50, 0.06);
    box-shadow:
        0 20px 50px -24px rgba(37, 36, 50, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: hidden;
    transition: transform 280ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms ease;
}
.inicio-test5-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, color-mix(in srgb, var(--step-accent, #5750FF) 8%, transparent), transparent 60%);
    opacity: 0;
    transition: opacity 280ms ease;
    pointer-events: none;
}
.inicio-test5-step-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 30px 70px -28px color-mix(in srgb, var(--step-accent, #5750FF) 35%, rgba(37, 36, 50, 0.4)),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.inicio-test5-step-card:hover::before { opacity: 1; }
.inicio-test5-step-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.inicio-test5-step-kicker {
    color: var(--step-accent, #5750FF);
}
.inicio-test5-step-time {
    color: rgba(37, 36, 50, 0.5);
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(37, 36, 50, 0.05);
    border: 1px solid rgba(37, 36, 50, 0.06);
}
.inicio-test5-step-title {
    font-family: 'Geist', Arial, sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #25212f;
    margin: 0 0 10px;
}
.inicio-test5-step-desc {
    font-family: 'Geist', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(37, 36, 50, 0.72);
    margin: 0 0 16px;
}
.inicio-test5-step-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}
.inicio-test5-step--left .inicio-test5-step-chips { justify-content: flex-end; }
.inicio-test5-step-chips span {
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(87, 80, 255, 0.06);
    border: 1px solid rgba(87, 80, 255, 0.14);
    color: rgba(37, 36, 50, 0.72);
}
@media (max-width: 820px) {
    .inicio-test5-timeline-spine { left: 26px; transform: none; }
    .inicio-test5-step {
        grid-template-columns: 54px 1fr;
        gap: 18px;
    }
    .inicio-test5-step-rail { grid-column: 1; }
    .inicio-test5-step--right .inicio-test5-step-card,
    .inicio-test5-step--left .inicio-test5-step-card {
        grid-column: 2;
        margin: 0;
        text-align: left;
    }
    .inicio-test5-step--left .inicio-test5-step-chips { justify-content: flex-start; }
}

/* ===== FAQ — editorial split layout ===== */
.inicio-test5-faq-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.4fr;
    gap: 56px;
    align-items: flex-start;
}
.inicio-test5-faq-rail {
    position: sticky;
    top: 120px;
    align-self: start;
}
.inicio-test5-faq-title {
    font-family: 'Geist', Arial, sans-serif;
    font-size: clamp(34px, 3.8vw, 52px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #25212f;
    margin: 14px 0 18px;
}
.inicio-test5-faq-title em {
    font-family: 'Cinzel', serif;
    font-style: italic;
    font-weight: 400;
    color: #5750FF;
    letter-spacing: -0.01em;
}
.inicio-test5-faq-tag {
    font-family: 'Geist', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(37, 36, 50, 0.7);
    max-width: 360px;
    margin: 0 0 26px;
}
.inicio-test5-faq-cta { display: inline-flex; }
.inicio-test5-faq-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
@media (max-width: 880px) {
    .inicio-test5-faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .inicio-test5-faq-rail { position: relative; top: auto; }
}

/* ===== CTA Final — Awwwards card ===== */
.inicio-test5-cta-card {
    position: relative;
    border-radius: 36px;
    padding: 64px 48px 0;
    overflow: hidden;
    background:
        radial-gradient(120% 80% at 20% 0%, rgba(87, 80, 255, 0.22), transparent 55%),
        radial-gradient(80% 60% at 80% 100%, rgba(255, 95, 127, 0.18), transparent 55%),
        linear-gradient(180deg, #1a1827 0%, #0d0c14 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 40px 100px -30px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.inicio-test5-cta-noise {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0);
    background-size: 3px 3px;
    mix-blend-mode: overlay;
    opacity: 0.7;
    pointer-events: none;
}
.inicio-test5-cta-aura {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(87, 80, 255, 0.5) 0%, transparent 70%);
    top: -80px;
    right: -80px;
    filter: blur(40px);
    opacity: 0.7;
    pointer-events: none;
}
.inicio-test5-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.inicio-test5-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.58);
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
}
.inicio-test5-cta-kicker-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00C46A;
    box-shadow: 0 0 0 4px rgba(0, 196, 106, 0.18), 0 0 14px rgba(0, 196, 106, 0.7);
    animation: inicio-test5-pulse 2.4s ease-in-out infinite;
}
.inicio-test5-cta-title {
    font-family: 'Geist', Arial, sans-serif;
    font-size: clamp(32px, 4.4vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
    color: #ffffff;
}
.inicio-test5-cta-title-em {
    font-family: 'Cinzel', serif;
    font-style: italic;
    font-weight: 400;
    color: #a59ffe;
    letter-spacing: -0.01em;
}
.inicio-test5-cta-body {
    font-family: 'Geist', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
    margin: 0 auto 32px;
    max-width: 540px;
}
.inicio-test5-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.inicio-test5-cta-primary {
    background: #ffffff !important;
    color: #0d0c14 !important;
    border-color: #ffffff !important;
}
.inicio-test5-cta-primary .v0-orb-dot {
    background: #0d0c14 !important;
    color: #ffffff !important;
}
.inicio-test5-cta-secondary {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}
.inicio-test5-cta-marquee {
    position: relative;
    margin: 0 -48px;
    padding: 18px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.025);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.inicio-test5-cta-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
    animation: inicio-test5-marquee 32s linear infinite;
    font-family: 'Geist Mono', ui-monospace, monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.inicio-test5-cta-marquee-track i {
    color: #5750FF;
    font-style: normal;
}
@keyframes inicio-test5-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (max-width: 720px) {
    .inicio-test5-cta-card { padding: 48px 24px 0; border-radius: 28px; }
    .inicio-test5-cta-marquee { margin: 0 -24px; }
    .inicio-test5-cta-actions { flex-direction: column; align-items: stretch; }
    .inicio-test5-cta-primary,
    .inicio-test5-cta-secondary { justify-content: center; }
}





