/* Ajuste responsivo para formularios */
.formulario-contenedor, .contact-modal, .success-modal {
    width: 90vw !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

input, select, textarea {
    width: 100% !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}
@media (max-width: 700px) {
    .contact-modal, .success-modal {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        padding: 10px 4px 14px 4px !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.32) !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        z-index: 9999 !important;
        max-height: 98vh !important;
        min-height: 120px !important;
    }
    .contact-modal-form {
        max-width: 100vw !important;
        width: 100vw !important;
        min-width: 0 !important;
        max-height: 70vh !important;
        min-height: 180px !important;
        overflow-y: auto !important;
        padding-bottom: 16px !important;
    }
    .contact-modal-form .form-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .contact-modal-form input,
    .contact-modal-form select {
        font-size: 1em;
        padding: 10px 8px;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .contact-modal-close, .success-modal .contact-modal-close {
        top: 6px !important;
        right: 6px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 1.2em !important;
        background: rgba(0,0,0,0.12) !important;
        border-radius: 50% !important;
    }
    .contact-modal-badges span {
        font-size: 0.82rem;
        min-height: 24px;
        padding: 0 8px;
    }
    .contact-modal-head h2 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .contact-modal-head p {
        font-size: 0.98em;
    }
}
/* --- RESPONSIVIDAD SOLO PARA MODALES Y ASISTENTE --- */
@media (max-width: 700px) {
    .contact-modal,
    .success-modal,
    .assistant-panel {
        width: 98vw !important;
        max-width: 420px !important;
        min-width: unset !important;
        max-height: 92vh !important;
        min-height: 120px !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        padding: 10px 4px 14px 4px !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.32) !important;
        overflow: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        z-index: 9999 !important;
    }
    .contact-modal-form,
    .assistant-panel .assistant-chat {
        max-height: 48vh !important;
        overflow-y: auto !important;
        width: 100% !important;
    }
    .contact-modal-close,
    .assistant-panel-close {
        top: 6px !important;
        right: 6px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 1.2em !important;
        background: rgba(0,0,0,0.12) !important;
        border-radius: 50% !important;
    }
}
@media (max-width: 600px) {
    .contact-modal,
    .success-modal {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        max-height: 80vh;
        padding: 8px 2px 12px 2px;
        border-radius: 14px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.32);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
    .contact-modal-form {
        max-width: 100vw !important;
        width: 100vw !important;
        min-width: 0 !important;
    }
    .contact-modal-head {
        margin: -8px -2px 0;
        padding: 10px 6px 8px 6px;
        border-radius: 14px 14px 10px 10px;
    }
    .contact-modal-drag-handle {
        display: block !important;
        margin: 6px auto 8px auto;
    }
    .contact-modal-form {
        max-height: 38vh;
        min-height: 120px;
        padding: 0 1px 0 0;
        font-size: 0.95em;
        overflow-y: auto;
    }
    .contact-modal-form .form-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .contact-modal-form input,
    .contact-modal-form select {
        font-size: 1em;
        padding: 8px 8px;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .contact-modal-close {
        top: 4px;
        right: 4px;
        width: 28px;
        height: 28px;
        font-size: 1.1em;
        background: rgba(0,0,0,0.12);
        border-radius: 50%;
    }
    .contact-modal-badges span {
        font-size: 0.72rem;
        min-height: 24px;
        padding: 0 8px;
    }
    .contact-modal-head h2 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .contact-modal-head p {
        font-size: 0.98em;
    }
    .assistant-panel {
        left: 50% !important;
        bottom: 10px !important;
        transform: translateX(-50%) !important;
        width: 96vw !important;
        max-width: 340px !important;
        max-height: 70vh !important;
        padding: 8px 2px 12px 2px !important;
        border-radius: 12px !important;
    }
    .assistant-panel-head {
        padding: 6px 4px 4px 4px;
    }
    .assistant-panel-close {
        top: 4px;
        right: 4px;
        width: 28px;
        height: 28px;
        font-size: 1.1em;
        background: rgba(0,0,0,0.12);
        border-radius: 50%;
    }
    .assistant-chat {
        max-height: 22vh !important;
        font-size: 0.95em;
    }
} */
@media (max-width: 600px) {
    .contact-modal,
    .success-modal {
        width: 98vw;
        max-width: 420px;
        min-width: unset;
        max-height: 92vh;
        padding: 12px 6px 18px 6px;
        border-radius: 18px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.32);
    }
    .contact-modal-head {
        margin: -12px -6px 0;
        padding: 16px 10px 10px 10px;
        border-radius: 18px 18px 12px 12px;
    }
    .contact-modal-drag-handle {
        display: block !important;
        margin: 8px auto 10px auto;
    }
    .contact-modal-form {
        max-height: 48vh;
        min-height: 180px;
        padding: 0 2px 0 0;
        font-size: 0.98em;
    }
    .contact-modal-close {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 1.3em;
        background: rgba(0,0,0,0.12);
        border-radius: 50%;
    }
    .assistant-panel {
        left: 50% !important;
        bottom: 10px !important;
        transform: translateX(-50%) !important;
        width: 98vw !important;
        max-width: 420px !important;
        max-height: 80vh !important;
        padding: 10px 4px 14px 4px !important;
        border-radius: 16px !important;
    }
    .assistant-panel-head {
        padding: 8px 6px 6px 6px;
    }
    .assistant-panel-close {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        font-size: 1.3em;
        background: rgba(0,0,0,0.12);
        border-radius: 50%;
    }
    .assistant-chat {
        max-height: 32vh !important;
        font-size: 0.98em;
    }
}
:root {
    --bg: #0a0a0c;
    --bg-secondary: #11111a;
    --surface: rgba(13, 13, 22, 0.84);
    --surface-strong: rgba(11, 11, 18, 0.95);
    --surface-soft: rgba(255, 255, 255, 0.04);
    --text: #f3f7ff;
    --muted: #8ea4bc;
    --border: rgba(0, 212, 255, 0.16);
    --purple: #8a2be2;
    --blue: #00d4ff;
    --teal: #79ecff;
    --pink: #ad6cff;
    --yellow: #e5d5ff;
    --shadow: 0 34px 88px rgba(0, 0, 0, 0.68);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
        --container: min(1180px, calc(100% - 32px));
}

html, body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
}

@media (max-width: 700px) {
    .whatsapp-float {
        right: 8px !important;
        bottom: 8px !important;
        max-width: 90vw !important;
        min-width: 0 !important;
        padding: 0 10px !important;
        font-size: 1em !important;
        border-radius: 999px !important;
        z-index: 99999 !important;
    }
    .topbar, .section, .dashboard-layout, .valuation-layout, .ecosystem-grid, .thesis-grid, .testimonial-grid, .capital-structure-grid, .blindada-grid, .leadership-grid, .trajectory-grid, .investor-proof-grid {
        min-width: 0 !important;
        max-width: 100vw !important;
        width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
}
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: #08080b;
}

body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(138, 43, 226, 0.16), transparent 24%),
        radial-gradient(circle at 85% 15%, rgba(0, 212, 255, 0.18), transparent 24%),
        radial-gradient(circle at 52% 100%, rgba(138, 43, 226, 0.08), transparent 24%),
        radial-gradient(circle at 18% 65%, rgba(0, 212, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #08080b 0%, #10101a 35%, #09090c 100%);
    overflow-x: hidden;
    padding-bottom: env(safe-area-inset-bottom);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-background {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.page-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 8, 11, 0.28), rgba(8, 8, 11, 0.42)),
        url("background-atmosphere.webp") center top / cover no-repeat;
    opacity: 0.72;
    transform: scale(1.04);
    transform-origin: center top;
}

.cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 80;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0, rgba(16, 213, 255, 0.3) 26%, rgba(16, 213, 255, 0.06) 55%, transparent 72%);
    mix-blend-mode: screen;
    filter: blur(1px);
    transition: opacity 180ms ease, transform 120ms ease, width 180ms ease, height 180ms ease;
}

.cursor-glow::after {
    content: "";
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 226, 176, 0.16), transparent 68%);
}

body.has-cursor-glow,
body.has-cursor-glow a,
body.has-cursor-glow button,
body.has-cursor-glow input,
body.has-cursor-glow select,
body.has-cursor-glow textarea,
body.has-cursor-glow label {
    cursor: none;
}

.cursor-glow.is-visible {
    opacity: 1;
}

.cursor-glow.is-active {
    width: 64px;
    height: 64px;
}

.aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.24;
    mix-blend-mode: screen;
    --bg-shift-x: 0px;
    --bg-shift-y: 0px;
}

.aurora-one {
    top: 10%;
    left: 18%;
    width: 38rem;
    height: 20rem;
    background: linear-gradient(135deg, rgba(13, 226, 176, 0.62), rgba(94, 242, 255, 0.32), rgba(12, 197, 255, 0.18));
    animation: auroraDrift 18s ease-in-out infinite;
}

.aurora-two {
    right: 8%;
    bottom: 12%;
    width: 32rem;
    height: 18rem;
    background: linear-gradient(135deg, rgba(94, 242, 255, 0.32), rgba(139, 255, 216, 0.24), rgba(13, 226, 176, 0.3));
    animation: auroraDrift 24s ease-in-out infinite reverse;
}

.orb {
    position: absolute;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.55;
    --bg-shift-x: 0px;
    --bg-shift-y: 0px;
}

.orb-one {
    top: -10rem;
    left: -8rem;
    background: rgba(13, 226, 176, 0.24);
    animation: drift 12s ease-in-out infinite;
}

.orb-two {
    right: -8rem;
    top: 8rem;
    background: rgba(94, 242, 255, 0.22);
    animation: drift 16s ease-in-out infinite reverse;
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 213, 255, 0.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 213, 255, 0.075) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2) 54%, transparent 92%);
    opacity: 0.65;
    --bg-shift-x: 0px;
    --bg-shift-y: 0px;
    transform: translate3d(var(--bg-shift-x), var(--bg-shift-y), 0) perspective(1200px) rotateX(76deg) scale(1.3);
    transform-origin: top center;
    transition: transform 220ms ease-out;
}

.grid-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(94, 242, 255, 0.18), transparent 34%),
        radial-gradient(circle at 50% 22%, rgba(13, 226, 176, 0.14), transparent 30%);
    opacity: 0.72;
    --bg-shift-x: 0px;
    --bg-shift-y: 0px;
    transform: translate3d(var(--bg-shift-x), var(--bg-shift-y), 0) scale(1.02);
    transition: transform 220ms ease-out;
}

.scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.024) 0,
        rgba(255, 255, 255, 0.024) 1px,
        transparent 1px,
        transparent 5px
    );
    opacity: 0.12;
    mix-blend-mode: soft-light;
    --bg-shift-x: 0px;
    --bg-shift-y: 0px;
    transform: translate3d(var(--bg-shift-x), var(--bg-shift-y), 0);
}

.topbar,
.section,
.trust-bar {
    width: var(--container);
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: calc(env(safe-area-inset-top, 0px) + 18px);
    padding: 14px 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(20px);
    background: rgba(2, 8, 16, 0.76);
    box-shadow: 0 0 0 1px rgba(16, 213, 255, 0.06), 0 10px 40px rgba(0, 0, 0, 0.5);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--blue));
    font-weight: 800;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(13, 226, 176, 0.34), 0 0 48px rgba(94, 242, 255, 0.16);
}

.brand-text {
    font-size: 0.96rem;
    font-weight: 700;
    white-space: nowrap;
}

.topbar-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topbar-nav a {
    color: var(--muted);
    transition: color 180ms ease;
}

.topbar-nav a:hover {
    color: var(--text);
    text-shadow: 0 0 12px rgba(16, 213, 255, 0.45);
}

.section {
    position: relative;
    padding: 96px 0;
    isolation: isolate;
}

.section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(180px, 28vw);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(16, 213, 255, 0.38), transparent);
    opacity: 0.55;
}

.section::after {
    content: "";
    position: absolute;
    inset: auto 4% -54px;
    height: 120px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 30%, rgba(16, 213, 255, 0.12), transparent 42%),
        radial-gradient(circle at 35% 45%, rgba(123, 44, 255, 0.12), transparent 34%),
        radial-gradient(circle at 70% 48%, rgba(255, 63, 209, 0.08), transparent 30%);
    opacity: 0;
    transform: translateY(26px) scale(0.92);
    filter: blur(16px);
    pointer-events: none;
    transition: opacity 420ms ease, transform 420ms ease;
    z-index: -1;
}

.section.is-active::after {
    opacity: 0.95;
    transform: translateY(0) scale(1);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 44px;
    align-items: center;
    min-height: calc(100vh - 110px);
    padding-top: 56px;
    --hero-parallax-x: 0px;
    --hero-parallax-y: 0px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #d1d8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--blue));
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1 {
    max-width: 12ch;
    font-size: clamp(3.4rem, 8vw, 6.1rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-shadow: 0 0 34px rgba(123, 44, 255, 0.12);
}

h2 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.2;
}

.hero-subheadline,
.section-heading p,
.investment-panel p,
.ecosystem-card p,
.result-card span,
.term-label,
.counter-block span,
.hero-visual-metric span,
.floating-label,
.hero-panel small,
.input-hint {
    color: var(--muted);
}

.hero-subheadline {
    max-width: 41rem;
    margin-top: 22px;
    font-size: 1.14rem;
    line-height: 1.8;
}

.hero-intro-item {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(10px);
}

.hero-copy.is-visible .hero-intro-item {
    animation: heroItemReveal 860ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-copy.is-visible .intro-1 {
    animation-delay: 80ms;
}

.hero-copy.is-visible .intro-2 {
    animation-delay: 180ms;
}

.hero-copy.is-visible .intro-3 {
    animation-delay: 320ms;
}

.hero-copy.is-visible .intro-4 {
    animation-delay: 460ms;
}

.hero-copy.is-visible .intro-5 {
    animation-delay: 620ms;
}

.hero-title {
    position: relative;
    isolation: isolate;
}

.hero-title::after {
    content: "";
    position: absolute;
    inset: -12% auto -12% -18%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), rgba(16, 213, 255, 0.28), transparent);
    transform: skewX(-22deg) translateX(-220%);
    opacity: 0;
    filter: blur(6px);
    pointer-events: none;
}

.hero-copy.is-visible .hero-title::after {
    animation: titleSweep 1.7s ease 1s forwards;
}

.hero-copy {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 180ms ease-out;
}

.hero-copy.is-visible {
    transform: translate3d(calc(var(--hero-parallax-x) * -0.32), calc(var(--hero-parallax-y) * -0.24), 0);
}

.hero-copy::after {
    content: "";
    position: absolute;
    top: -32px;
    left: -24px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123, 44, 255, 0.18), transparent 68%);
    filter: blur(18px);
    z-index: -1;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #dce5ff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.hero-proof i {
    color: var(--blue);
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.98rem;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
@media (max-width: 700px) {
    .button, .button-primary, .button-secondary, .button-ghost, .glow-button, .whatsapp-float {
        min-height: 28px !important;
        font-size: 0.92rem !important;
        padding: 0 8px !important;
    }
    .metrics-float-button {
        width: 28px !important;
        height: 28px !important;
        bottom: 12px !important;
        right: 12px !important;
    }
}
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: linear-gradient(135deg, var(--purple), var(--blue));
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 24px rgba(138, 43, 226, 0.24), 0 0 36px rgba(0, 212, 255, 0.16), 0 18px 44px rgba(4, 10, 20, 0.72);
}

.button-primary:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 30px rgba(138, 43, 226, 0.36), 0 0 42px rgba(0, 212, 255, 0.3), 0 22px 54px rgba(7, 10, 30, 0.75);
}

.glow-button,
.whatsapp-float {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(138, 43, 226, 0.28), 0 0 40px rgba(0, 212, 255, 0.22), 0 18px 40px rgba(0, 0, 0, 0.4);
}

.glow-button:hover,
.whatsapp-float:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 0 32px rgba(138, 43, 226, 0.34), 0 0 56px rgba(0, 212, 255, 0.28), 0 22px 48px rgba(0, 0, 0, 0.46);
}

.button-secondary,
.button-ghost {
    border-color: var(--border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.button-secondary:hover,
.button-ghost:hover {
    border-color: rgba(16, 213, 255, 0.42);
    box-shadow: 0 0 18px rgba(16, 213, 255, 0.15), 0 16px 36px rgba(21, 29, 63, 0.36);
}

.glass {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, rgba(6, 14, 24, 0.86), rgba(3, 8, 16, 0.96));
    backdrop-filter: blur(22px);
    box-shadow: var(--shadow);
}

.glass:hover {
    border-color: rgba(94, 242, 255, 0.24);
}

.tilt-card {
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --glare-x: 50%;
    --glare-y: 50%;
    --glare-opacity: 0;
    --tilt-lift: 4px;
}

.tilt-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, 0.16), rgba(16, 213, 255, 0.1) 18%, transparent 52%);
    opacity: var(--glare-opacity);
    transition: opacity 220ms ease;
    pointer-events: none;
}

.tilt-card.is-tilting {
    transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(calc(var(--tilt-lift) * -1));
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42), 0 0 18px rgba(16, 213, 255, 0.08);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius-md) + 6px);
}

.stats-grid::before {
    content: "";
    position: absolute;
    inset: -10% auto -10% -18%;
    width: 32%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), rgba(16, 213, 255, 0.16), transparent);
    transform: skewX(-22deg) translateX(-180%);
    opacity: 0;
    filter: blur(8px);
    pointer-events: none;
}

.hero.is-live .stats-grid::before {
    animation: statSweep 1.7s ease 1.35s forwards;
}

.stat-card {
    position: relative;
    padding: 20px;
    border-radius: var(--radius-md);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 22px rgba(123, 44, 255, 0.08);
    overflow: hidden;
}

.stat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(16, 213, 255, 0.12), transparent 60%);
    opacity: 0;
    pointer-events: none;
}

.hero.is-live .stat-card::after {
    animation: statPulse 1.2s ease forwards;
}

.hero.is-live .stat-card:nth-child(2)::after {
    animation-delay: 120ms;
}

.hero.is-live .stat-card:nth-child(3)::after {
    animation-delay: 240ms;
}

.stat-value {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.stat-label {
    color: var(--muted);
    font-size: 0.95rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    transform-style: preserve-3d;
    transition: transform 220ms ease-out;
}

.hero-visual.is-visible {
    transform:
        translate3d(calc(var(--hero-parallax-x) * 0.42), calc(var(--hero-parallax-y) * 0.34), 0)
        rotateX(calc(var(--hero-parallax-y) * -0.05deg))
        rotateY(calc(var(--hero-parallax-x) * 0.07deg));
}

.hero-panel-main,
.floating-card-top,
.floating-card-bottom {
    opacity: 0;
}

.hero-visual.is-visible .hero-panel-main {
    animation: heroPanelReveal 950ms cubic-bezier(0.16, 1, 0.3, 1) 260ms forwards;
}

.hero-panel {
    border-radius: var(--radius-lg);
}

.hero-panel-main {
    position: absolute;
    inset: 40px 0 90px 24px;
    padding: 28px;
    overflow: hidden;
}

.hero-panel-main::before {
    content: "";
    position: absolute;
    inset: -16% auto -16% -24%;
    width: 32%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), rgba(16, 213, 255, 0.2), transparent);
    transform: skewX(-20deg) translateX(-220%);
    opacity: 0;
    filter: blur(10px);
    pointer-events: none;
}

.hero.is-live .hero-panel-main::before {
    animation: cinematicSweep 1.8s ease 1.05s forwards;
}

.hero-panel-main::after {
    content: "";
    position: absolute;
    inset: auto -12% -38% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 213, 255, 0.16), transparent 70%);
}

.panel-header {
    display: flex;
    gap: 8px;
}

.panel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.panel-dot:first-child {
    background: var(--pink);
    box-shadow: 0 0 10px rgba(255, 63, 209, 0.6);
}

.panel-dot:nth-child(2) {
    background: var(--yellow);
    box-shadow: 0 0 10px rgba(255, 228, 94, 0.55);
}

.panel-dot:nth-child(3) {
    background: var(--teal);
    box-shadow: 0 0 10px rgba(42, 255, 200, 0.55);
}

.hero-kicker,
.card-overline {
    display: inline-block;
    margin-top: 18px;
    color: #c7d2ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(16, 213, 255, 0.18);
}

.hero-visual-metric {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 30px;
}

.hero-visual-metric strong {
    font-size: clamp(3.2rem, 7vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.mini-bars {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: end;
    gap: 14px;
    height: 220px;
    margin-top: 36px;
}

.mini-bars span {
    display: block;
    height: var(--bar-height);
    min-height: 34px;
    border-radius: 18px 18px 4px 4px;
    background: linear-gradient(180deg, rgba(42, 255, 200, 0.95), rgba(123, 44, 255, 0.92));
    box-shadow: 0 0 16px rgba(42, 255, 200, 0.2), 0 16px 30px rgba(75, 110, 255, 0.25);
    animation: rise 1.1s ease both;
}

.hero-panel-floating {
    position: absolute;
    width: min(280px, 72%);
    padding: 18px 20px;
}

.hero-panel-floating strong {
    display: block;
    margin: 8px 0 4px;
    font-size: 1.35rem;
}

[data-tilt-layer] {
    position: relative;
    z-index: 1;
    will-change: transform;
    transition: transform 220ms ease;
}

.floating-card-top {
    top: 0;
    right: 0;
}

.floating-card-bottom {
    left: 0;
    bottom: 0;
}

.hero-visual.is-visible .floating-card-top {
    animation: floatingCardReveal 820ms cubic-bezier(0.2, 0.8, 0.2, 1) 780ms forwards, floatUp 5.2s ease-in-out 1.65s infinite;
}

.hero-visual.is-visible .floating-card-bottom {
    animation: floatingCardReveal 820ms cubic-bezier(0.2, 0.8, 0.2, 1) 920ms forwards, floatUp 6.4s ease-in-out 1.85s infinite reverse;
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: -6px;
    margin-bottom: 24px;
}

.trust-item {
    padding: 18px 20px;
    border: 1px solid rgba(156, 177, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: #d5deff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(16, 213, 255, 0.03), 0 0 18px rgba(16, 213, 255, 0.05);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.section-heading p {
    margin-top: 18px;
    font-size: 1.05rem;
    line-height: 1.75;
}

.align-left {
    margin-left: 0;
    text-align: left;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.thesis-grid,
.testimonial-grid,
.capital-structure-grid,
.blindada-grid,
.leadership-grid,
.trajectory-grid,
.investor-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.trajectory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blindada-card,
.leader-card,
.trajectory-card,
.investor-proof-card {
    padding: 24px;
    border-radius: var(--radius-lg);
}

.trajectory-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(138, 43, 226, 0.22);
    background: rgba(138, 43, 226, 0.14);
    color: #efe2ff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0 18px rgba(138, 43, 226, 0.12);
}

.trajectory-card p,
.investor-proof-card p {
    margin-top: 14px;
    color: var(--muted);
    line-height: 1.78;
}

.investor-proof-note {
    max-width: 980px;
    margin: -6px auto 20px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--muted);
    text-align: center;
    line-height: 1.7;
}

.investor-proof-slider-shell {
    display: grid;
    gap: 18px;
}

.investor-proof-slider-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.investor-proof-slider-hint {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.investor-proof-slider-controls {
    display: none;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.investor-proof-slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(14, 18, 34, 0.94), rgba(6, 10, 20, 0.96));
    color: #eff5ff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.investor-proof-slider-button:hover,
.investor-proof-slider-button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(0, 212, 255, 0.34);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32), 0 0 20px rgba(0, 212, 255, 0.12);
}

.investor-proof-slider-button:disabled {
    opacity: 0.42;
    cursor: default;
    transform: none;
    box-shadow: none;
}

.investor-proof-dots {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.investor-proof-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.investor-proof-dot.is-active {
    transform: scale(1.35);
    background: linear-gradient(135deg, #8a2be2, #00d4ff);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.22);
}

.investor-proof-card {
    position: relative;
    overflow: hidden;
}

.investor-proof-card::before {
    content: "";
    position: absolute;
    inset: auto -18% -34% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.16), transparent 70%);
    pointer-events: none;
}

.investor-proof-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.investor-proof-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(0, 212, 255, 0.16);
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.22), rgba(0, 212, 255, 0.14));
    color: #f4e9ff;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 20px rgba(0, 212, 255, 0.08);
}

.investor-proof-persona {
    display: grid;
    gap: 4px;
}

.investor-proof-persona strong {
    color: #f5f8ff;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.investor-proof-persona span {
    color: var(--muted);
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.calculator-market-board {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.94), rgba(5, 8, 16, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 22px rgba(0, 212, 255, 0.06);
}

.market-board-head {
    display: grid;
    gap: 8px;
}

.market-board-head strong {
    font-size: 1rem;
    color: #f4f8ff;
}

.market-board-head-accent {
    color: #8fefff;
    text-shadow: 0 0 18px rgba(0, 212, 255, 0.24);
}

.market-board-tickers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.market-ticker {
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
}

.market-ticker span {
    color: var(--muted);
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.market-ticker strong {
    font-size: 1rem;
    color: #eef7ff;
}

.market-ticker.positive strong {
    color: #9cf6c8;
}

.market-ticker.negative strong {
    color: #ff9ea8;
}

.market-board-chart {
    position: relative;
    min-height: 124px;
    padding: 8px 0 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.035));
    overflow: hidden;
}

.market-board-chart::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 22px 100%, 100% 22px;
    opacity: 0.32;
    pointer-events: none;
}

.market-ecg-svg {
    display: block;
    width: 100%;
    height: 124px;
}

.market-ecg-grid {
    fill: none;
    stroke: rgba(255, 255, 255, 0.09);
    stroke-width: 0.8;
}

.market-ecg-line {
    fill: none;
    stroke: url(#marketEcgStroke);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.market-ecg-line-glow {
    opacity: 0.75;
    filter: url(#marketEcgGlow);
}

.blindada-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    border: 1px solid rgba(0, 212, 255, 0.18);
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2), rgba(0, 212, 255, 0.14));
    color: var(--text);
    font-size: 1.2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 18px rgba(0, 212, 255, 0.08);
}

.blindada-card p {
    margin-top: 14px;
    color: var(--muted);
    line-height: 1.8;
}

.blindada-assets-shell {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.blindada-assets-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.blindada-asset-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.blindada-asset-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.blindada-asset-card figcaption {
    color: #eef5ff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
}

.thesis-card,
.testimonial-card,
.structure-card {
    padding: 24px;
    border-radius: var(--radius-lg);
}

.thesis-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13, 226, 176, 0.18), rgba(94, 242, 255, 0.16));
    font-size: 0.88rem;
    font-weight: 800;
    color: #eef1ff;
}

.thesis-card p,
.quote,
.testimonial-meta span,
.institutional-copy,
.highlight-line,
.contact-note,
.faq-answer p {
    color: var(--muted);
}

.thesis-card p,
.quote,
.faq-answer p {
    margin-top: 14px;
    line-height: 1.75;
}

.investment-highlights {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.highlight-line {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(5, 14, 26, 0.88), rgba(3, 8, 16, 0.96));
}

.guarantee-highlight {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    padding: 20px;
    border-color: rgba(215, 177, 95, 0.28);
    background:
        radial-gradient(circle at top right, rgba(215, 177, 95, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(28, 19, 8, 0.96), rgba(12, 10, 8, 0.98));
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 244, 214, 0.04);
}

.guarantee-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(215, 177, 95, 0.08), transparent 45%);
    pointer-events: none;
}

.guarantee-highlight-label {
    margin-bottom: 0;
    width: fit-content;
    border-color: rgba(215, 177, 95, 0.3);
    background: rgba(215, 177, 95, 0.12);
    color: #f2d088;
}

.guarantee-highlight-body {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
}

.guarantee-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(215, 177, 95, 0.22);
    background: linear-gradient(135deg, rgba(215, 177, 95, 0.2), rgba(84, 56, 16, 0.26));
    color: #f7deb0;
    font-size: 1.15rem;
    box-shadow: 0 0 22px rgba(215, 177, 95, 0.12);
}

.guarantee-highlight p {
    margin: 0;
    color: #efe4c9;
    line-height: 1.78;
    font-size: 1rem;
}

.guarantee-highlight strong {
    color: #fff5db;
}

.quote {
    font-size: 1.02rem;
}

.institutional-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #dce5ff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.institutional-copy {
    margin-top: 14px;
    line-height: 1.75;
}

.testimonial-meta {
    margin-top: 18px;
}

.testimonial-meta strong {
    display: block;
    margin-bottom: 6px;
}

.structure-list {
    margin: 16px 0 0;
    padding-left: 18px;
    color: var(--muted);
    line-height: 1.9;
}

.structure-list li + li {
    margin-top: 6px;
}

.structure-list-ordered {
    padding-left: 20px;
}

.faq-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 20px;
}

.faq-panel,
.contact-panel {
    padding: 28px;
    border-radius: var(--radius-lg);
}

.compact-heading {
    margin-bottom: 22px;
}

.compact-heading p {
    max-width: 100%;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.faq-question span:first-child {
    max-width: 90%;
    font-weight: 600;
}

.faq-icon {
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 180ms ease;
}

.faq-answer {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height 220ms ease, padding 220ms ease;
}

.faq-item.is-open .faq-answer {
    max-height: 180px;
    padding: 0 20px 18px;
}

.faq-item.is-open .faq-icon {
    transform: rotate(45deg);
}

.lead-form {
    display: grid;
    gap: 16px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field {
    display: grid;
    gap: 10px;
}

.field span {
    font-size: 0.94rem;
    font-weight: 600;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(156, 177, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--text);
    outline: none;
}

.field textarea {
    resize: vertical;
    min-height: 120px;
}

.field select {
    appearance: none;
    background-color: rgba(5, 14, 28, 0.96);
    color-scheme: dark;
    cursor: pointer;
}

.field select option {
    background: #07131d;
    color: var(--text);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(137, 82, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(137, 82, 255, 0.12);
}

.contact-note {
    font-size: 0.92rem;
}

.ecosystem-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: var(--radius-lg);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ecosystem-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -45% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 226, 176, 0.2), transparent 68%);
}

.ecosystem-card:hover {
    transform: translateY(-8px);
    border-color: rgba(94, 242, 255, 0.34);
    box-shadow: 0 28px 60px rgba(10, 13, 30, 0.52);
}

.ecosystem-card.is-tilting {
    border-color: rgba(16, 213, 255, 0.32);
    box-shadow: 0 30px 60px rgba(10, 13, 30, 0.56), 0 0 18px rgba(16, 213, 255, 0.08);
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(13, 226, 176, 0.18), rgba(94, 242, 255, 0.16));
    font-weight: 800;
    color: #eef1ff;
}

.preview-card {
    cursor: pointer;
}

.preview-card.is-active {
    border-color: rgba(139, 255, 216, 0.28);
    box-shadow: 0 0 0 1px rgba(139, 255, 216, 0.06), 0 28px 60px rgba(10, 13, 30, 0.56), 0 0 22px rgba(94, 242, 255, 0.12);
}

.activity-meter {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.activity-meter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c5d9e8;
}

.activity-meter-head strong {
    color: var(--yellow);
    font-size: 0.72rem;
}

.activity-meter-track {
    position: relative;
    height: 14px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(94, 242, 255, 0.16);
    background: linear-gradient(180deg, rgba(4, 12, 20, 0.94), rgba(5, 14, 28, 0.92));
    box-shadow: inset 0 0 0 1px rgba(94, 242, 255, 0.04), inset 0 10px 22px rgba(0, 0, 0, 0.32);
}

.activity-meter-track::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background: repeating-linear-gradient(
        90deg,
        rgba(94, 242, 255, 0.08) 0,
        rgba(94, 242, 255, 0.08) 12px,
        rgba(13, 226, 176, 0.04) 12px,
        rgba(13, 226, 176, 0.04) 24px
    );
    opacity: 0.75;
}

.activity-meter-fill {
    position: absolute;
    inset: 2px auto 2px 2px;
    width: var(--activity-level, 72%);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(13, 226, 176, 0.64), rgba(94, 242, 255, 0.96) 55%, rgba(196, 255, 243, 0.78));
    box-shadow: 0 0 18px rgba(13, 226, 176, 0.28), 0 0 24px rgba(94, 242, 255, 0.16);
    overflow: hidden;
}

.activity-meter-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 30%, rgba(255, 255, 255, 0.45) 48%, rgba(255, 255, 255, 0.1) 62%, transparent 100%);
    transform: translateX(-120%);
    animation: activityFlow 2.2s linear infinite;
    animation-delay: var(--activity-delay, 0s);
}

.preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: min(360px, calc(100vw - 28px));
    padding: 18px;
    border: 1px solid rgba(94, 242, 255, 0.2);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(4, 12, 20, 0.96), rgba(2, 7, 14, 0.98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.56), 0 0 26px rgba(94, 242, 255, 0.08);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 8px, 0) scale(0.98);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    z-index: 70;
    overflow: hidden;
}

.preview-sheet-handle {
    display: none;
}

.preview-modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
}

.preview-modal.is-open::after {
    animation: previewBloom 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.preview-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top right, rgba(94, 242, 255, 0.12), transparent 30%), radial-gradient(circle at bottom left, rgba(13, 226, 176, 0.1), transparent 34%);
    pointer-events: none;
}

.preview-modal::after {
    content: "";
    position: absolute;
    inset: -20% -10% auto;
    height: 180px;
    background: radial-gradient(circle at 50% 50%, rgba(94, 242, 255, 0.22), transparent 54%);
    opacity: 0;
    transform: scale(0.82);
    filter: blur(18px);
    pointer-events: none;
}

.preview-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(94, 242, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: #f3f7ff;
    cursor: pointer;
}

.preview-overline {
    display: inline-flex;
    margin-bottom: 12px;
    color: #d7eff8;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.preview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.preview-head h3 {
    margin-bottom: 8px;
}

.preview-head p {
    max-width: 28ch;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.preview-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(139, 255, 216, 0.18);
    background: rgba(13, 226, 176, 0.08);
    color: #b8ffe9;
    font-weight: 800;
    box-shadow: 0 0 16px rgba(13, 226, 176, 0.08);
}

.preview-badge-soon {
    border-color: rgba(215, 177, 95, 0.26);
    background: rgba(215, 177, 95, 0.12);
    color: #f2d088;
    box-shadow: 0 0 16px rgba(215, 177, 95, 0.1);
}

.preview-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.preview-detail-item {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.preview-detail-item span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preview-detail-item strong {
    display: block;
    color: #f3f7ff;
    font-size: 0.9rem;
    line-height: 1.5;
}

.preview-chart-shell {
    position: relative;
    height: 180px;
    margin-top: 18px;
    padding: 10px 12px 6px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(5, 14, 24, 0.84), rgba(3, 9, 16, 0.94));
}

.preview-chart-shell canvas {
    height: 100% !important;
}

.preview-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.preview-stat {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.preview-stat span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.preview-stat strong {
    color: #f3f7ff;
    font-size: 1rem;
    letter-spacing: -0.03em;
}

.ecosystem-card p {
    margin-top: 12px;
    line-height: 1.75;
}

.ecosystem-meta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.ecosystem-meta span {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.card-tag,
.card-chip {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #dce5ff;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(16, 213, 255, 0.04), 0 0 12px rgba(16, 213, 255, 0.05);
}

.card-tag-soon {
    border-color: rgba(215, 177, 95, 0.24);
    background: rgba(215, 177, 95, 0.1);
    color: #f2d088;
    box-shadow: inset 0 0 0 1px rgba(215, 177, 95, 0.05), 0 0 16px rgba(215, 177, 95, 0.08);
}

.preview-card-inactive {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 20, 27, 0.94), rgba(12, 13, 18, 0.98));
    filter: grayscale(0.45);
}

.grayscale-unit {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.7;
}

.grayscale-unit::after {
    content: "Oportunidad de entrada temprana";
    position: absolute;
    top: 18px;
    right: 18px;
    max-width: 180px;
    padding: 10px 12px;
    border: 1px solid rgba(215, 177, 95, 0.26);
    border-radius: 14px;
    background: rgba(10, 14, 22, 0.92);
    color: #f2d088;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 2;
}

.grayscale-unit:hover::after,
.grayscale-unit:focus-within::after,
.grayscale-unit.show-entry-tooltip::after {
    opacity: 1;
    transform: translateY(0);
}

.preview-card-inactive .card-icon {
    background: linear-gradient(135deg, rgba(140, 146, 158, 0.16), rgba(96, 102, 112, 0.14));
}

.activity-meter-inactive .activity-meter-head strong {
    color: #f2d088;
}

.preview-card-inactive .activity-meter-track {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(20, 22, 28, 0.94), rgba(14, 16, 20, 0.98));
}

.preview-card-inactive .activity-meter-track::before {
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.06) 0,
        rgba(255, 255, 255, 0.06) 12px,
        rgba(180, 180, 180, 0.03) 12px,
        rgba(180, 180, 180, 0.03) 24px
    );
}

.preview-card-inactive .activity-meter-fill {
    background: linear-gradient(90deg, rgba(148, 150, 156, 0.34), rgba(182, 184, 190, 0.5));
    box-shadow: none;
}

.dashboard-layout,
.calculator-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 20px;
}

.valuation-panel {
    padding: 34px;
}

.valuation-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    align-items: center;
}

.valuation-copy {
    display: grid;
    gap: 18px;
}

.valuation-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.valuation-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.valuation-metric {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.valuation-metric span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.valuation-metric strong {
    font-size: 1.15rem;
    letter-spacing: -0.03em;
}

.valuation-chart-shell {
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(4, 12, 21, 0.88), rgba(3, 8, 16, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 0 24px rgba(94, 242, 255, 0.05);
}

.valuation-chart-shell canvas {
    height: 320px !important;
}

.dashboard-layout {
    position: relative;
}

.dashboard-layout::before {
    content: "";
    position: absolute;
    inset: -18% -4% auto;
    height: 320px;
    background:
        radial-gradient(circle at 28% 46%, rgba(16, 213, 255, 0.16), transparent 28%),
        radial-gradient(circle at 72% 38%, rgba(123, 44, 255, 0.2), transparent 32%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    opacity: 0;
    filter: blur(14px);
    pointer-events: none;
}

.dashboard-chart,
.dashboard-side,
.calculator-form,
.calculator-results,
.investment-panel,
.cta-panel {
    border-radius: var(--radius-lg);
}

.dashboard-chart,
.dashboard-side {
    position: relative;
    overflow: hidden;
    transition: transform 380ms ease, box-shadow 380ms ease, border-color 380ms ease;
}

.dashboard-side::before {
    content: "";
    position: absolute;
    inset: auto -12% -28% auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(42, 255, 200, 0.14), transparent 68%);
    opacity: 0;
    filter: blur(10px);
    pointer-events: none;
}

.dashboard-chart::after,
.dashboard-side::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 18%, rgba(16, 213, 255, 0.16) 46%, rgba(255, 255, 255, 0.08) 50%, transparent 78%);
    transform: translateX(-140%);
    opacity: 0;
    pointer-events: none;
}

.dashboard-chart canvas,
.dashboard-side canvas {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
    filter: blur(6px);
    transition: opacity 700ms ease, transform 700ms ease, filter 700ms ease;
}

.dashboard-chart.charts-live canvas,
.dashboard-side.charts-live canvas {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

.dashboard-chart.charts-live::after,
.dashboard-side.charts-live::after {
    animation: chartSweep 1.35s ease forwards;
}

.dashboard.is-live .dashboard-layout::before {
    animation: dashboardCharge 1.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.dashboard.is-live .dashboard-chart,
.dashboard.is-live .dashboard-side {
    border-color: rgba(16, 213, 255, 0.24);
    box-shadow: 0 0 0 1px rgba(16, 213, 255, 0.06), 0 28px 70px rgba(0, 0, 0, 0.48), 0 0 28px rgba(16, 213, 255, 0.08);
}

.dashboard.is-live .dashboard-side::before {
    animation: dashboardPulse 3.2s ease-in-out infinite;
}

.dashboard-chart,
.dashboard-side,
.calculator-form,
.calculator-results {
    padding: 24px;
}

.card-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

canvas {
    width: 100% !important;
}

.dashboard-chart canvas {
    height: 320px !important;
}

.capacity-widget {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(12, 13, 22, 0.95), rgba(9, 10, 18, 0.92));
}

.capacity-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.capacity-head span,
.capacity-note {
    color: var(--muted);
}

.capacity-head strong {
    font-size: 1.3rem;
    letter-spacing: -0.04em;
}

.capacity-bar {
    position: relative;
    height: 14px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.capacity-bar-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(138, 43, 226, 0.96), rgba(173, 108, 255, 0.92));
    box-shadow: 0 0 16px rgba(138, 43, 226, 0.28), 0 0 28px rgba(138, 43, 226, 0.16);
    transition: width 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.capacity-note {
    margin-top: 12px;
    line-height: 1.7;
}

.dashboard-unit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.unit-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #dce5ff;
    font-size: 0.88rem;
    font-weight: 600;
}

.unit-chip i {
    color: var(--blue);
}

.urgency-chip {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.28), rgba(0, 212, 255, 0.16));
    box-shadow: 0 0 18px rgba(138, 43, 226, 0.18);
}

.dashboard-terminal {
    position: relative;
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7, 13, 28, 0.92), rgba(4, 8, 18, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 20px rgba(16, 213, 255, 0.04);
    overflow: hidden;
}

.dashboard-terminal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 213, 255, 0.06), transparent 28%, transparent 72%, rgba(123, 44, 255, 0.04));
    pointer-events: none;
}

.terminal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.terminal-dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.terminal-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

.terminal-dots span:first-child {
    background: var(--pink);
}

.terminal-dots span:nth-child(2) {
    background: var(--yellow);
}

.terminal-dots span:nth-child(3) {
    background: var(--teal);
}

.terminal-title,
.terminal-badge,
.terminal-line span,
.terminal-line strong {
    position: relative;
    z-index: 1;
}

.terminal-title {
    margin-right: auto;
    color: #d8e5ff;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.terminal-badge {
    color: var(--teal);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.terminal-stream {
    display: grid;
    gap: 10px;
}

.terminal-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #b6c5ec;
    font-size: 0.86rem;
    line-height: 1.5;
    opacity: 0.82;
    transition: opacity 180ms ease, transform 180ms ease;
}

.terminal-line strong {
    color: #f3f7ff;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.terminal-line.is-fresh {
    opacity: 1;
    transform: translateX(3px);
}

.card-chip.is-live {
    border-color: rgba(42, 255, 200, 0.34);
    box-shadow: inset 0 0 0 1px rgba(42, 255, 200, 0.08), 0 0 16px rgba(42, 255, 200, 0.12);
}

.counter-block.is-ping {
    border-color: rgba(42, 255, 200, 0.26);
    box-shadow: 0 0 0 1px rgba(42, 255, 200, 0.06), 0 0 20px rgba(42, 255, 200, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dashboard-counters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.counter-block {
    padding: 18px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 18px rgba(123, 44, 255, 0.05);
    opacity: 0;
    transform: translateY(24px) scale(0.96);
}

.counter-block strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.55rem;
    letter-spacing: -0.04em;
}

.dashboard.is-live .counter-block {
    animation: dashboardCounterIn 820ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.dashboard.is-live .counter-block:nth-child(1) {
    animation-delay: 120ms;
}

.dashboard.is-live .counter-block:nth-child(2) {
    animation-delay: 240ms;
}

.dashboard.is-live .counter-block:nth-child(3) {
    animation-delay: 360ms;
}

.investment-panel {
    padding: 34px;
}

.terms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.term-card {
    padding: 22px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 18px rgba(16, 213, 255, 0.04);
}

.term-card strong {
    display: block;
    margin-top: 12px;
    font-size: 1.5rem;
    letter-spacing: -0.04em;
}

.disclaimer {
    margin-top: 18px;
    font-size: 0.92rem;
}

.calculator-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.calculator-form label {
    margin-bottom: 14px;
    font-size: 1rem;
    font-weight: 600;
}

.input-shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    min-height: 68px;
    border: 1px solid rgba(156, 177, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 0 0 1px rgba(16, 213, 255, 0.05);
}

.input-shell::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-right: 2px solid rgba(196, 255, 243, 0.88);
    border-bottom: 2px solid rgba(196, 255, 243, 0.88);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.input-shell input,
.input-shell select {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--text);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.input-shell select {
    appearance: none;
    padding-right: 28px;
    background-color: rgba(5, 14, 28, 0.96);
    color-scheme: dark;
    cursor: pointer;
}

.input-shell select option {
    background: #07131d;
    color: var(--text);
}

.input-shell:focus-within {
    border-color: rgba(16, 213, 255, 0.46);
    box-shadow: 0 0 0 4px rgba(16, 213, 255, 0.08), 0 0 24px rgba(16, 213, 255, 0.12);
}

.input-hint {
    margin-top: 12px;
    font-size: 0.92rem;
}

.calculator-control-row {
    display: grid;
    grid-template-columns: minmax(0, 220px);
    gap: 14px;
    margin-bottom: 12px;
}

.field-compact {
    gap: 8px;
}

.currency-select {
    min-height: 56px;
}

.round-availability,
.capital-growth-panel {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.round-availability-head,
.capital-growth-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.round-availability-head span,
.capital-growth-head span {
    color: var(--muted);
    font-size: 0.86rem;
    letter-spacing: 0.04em;
}

.round-availability-head strong,
.capital-growth-head strong {
    color: #eef7ff;
    font-size: 0.9rem;
}

.availability-track,
.capital-growth-track {
    position: relative;
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.availability-fill,
.capital-growth-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    transition: width 820ms ease;
}

.availability-fill {
    background: linear-gradient(90deg, rgba(255, 211, 107, 0.92), rgba(255, 138, 76, 0.92));
}

.capital-growth-fill {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.92), rgba(138, 43, 226, 0.92));
}

.capital-growth-fill-secondary {
    background: linear-gradient(90deg, rgba(11, 230, 154, 0.92), rgba(0, 212, 255, 0.92));
}

.capital-growth-row {
    display: grid;
    gap: 8px;
}

.calculator-results {
    display: grid;
    gap: 14px;
}

.calculator-summary {
    margin: 2px 4px 0;
    color: #d8e5ff;
    font-size: 0.98rem;
    line-height: 1.7;
}

.comparison-bars {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.comparison-bar-card {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.comparison-bar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #dce5ff;
    font-size: 0.88rem;
    font-weight: 700;
}

.comparison-bar-track {
    position: relative;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.comparison-bar-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    transition: width 820ms ease;
}

.comparison-bar-fill-primary {
    background: linear-gradient(90deg, var(--purple), var(--blue));
}

.comparison-bar-fill-secondary {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.48));
}

.compare-card strong {
    color: #dff8ff;
}

.leader-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.24), rgba(0, 212, 255, 0.16));
    border: 1px solid rgba(0, 212, 255, 0.16);
    color: var(--text);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.leader-role {
    margin-top: 8px;
    color: #d4ddff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.leader-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(0, 212, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: #eef4ff;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.leader-link:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.36);
    box-shadow: 0 0 16px rgba(0, 212, 255, 0.12);
}

.result-card {
    padding: 22px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 16px rgba(123, 44, 255, 0.04);
}

.result-card-soft {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(16, 213, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 16px rgba(16, 213, 255, 0.04);
}

.result-card strong {
    display: block;
    margin-top: 10px;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    letter-spacing: -0.05em;
}

.result-card.highlight {
    background: linear-gradient(135deg, rgba(123, 44, 255, 0.2), rgba(16, 213, 255, 0.14));
    border-color: rgba(16, 213, 255, 0.24);
    box-shadow: 0 0 24px rgba(16, 213, 255, 0.08);
}

.contact-launch-panel {
    display: grid;
    gap: 16px;
}

.contact-launch-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-modal-backdrop,
.success-modal-backdrop,
.install-guide-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(env(safe-area-inset-top, 0px) + 20px) calc(env(safe-area-inset-right, 0px) + 20px) calc(env(safe-area-inset-bottom, 0px) + 20px) calc(env(safe-area-inset-left, 0px) + 20px);
    background: rgba(1, 5, 11, 0.74);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
    z-index: 90;
}

.contact-modal-backdrop.is-open,
.success-modal-backdrop.is-open,
.install-guide-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.contact-modal,
.success-modal,
.install-guide-modal {
    position: relative;
    width: min(760px, 100%);
    max-height: min(88vh, 860px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    padding: 28px;
    border-radius: 28px;
    transform: translateY(18px) scale(0.98);
    transition: transform 220ms ease;
    overflow: hidden;
}

.success-modal {
    width: min(460px, 100%);
    text-align: center;
}

.install-guide-modal {
    width: min(520px, 100%);
    gap: 16px;
    text-align: left;
}

.contact-modal-backdrop.is-open .contact-modal,
.success-modal-backdrop.is-open .success-modal,
.install-guide-backdrop.is-open .install-guide-modal {
    transform: translateY(0) scale(1);
}

.install-guide-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #e9efff;
    line-height: 1.7;
}

.install-guide-steps li::marker {
    color: #8fefff;
    font-weight: 800;
}

.install-guide-note {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.contact-modal-head {
    position: sticky;
    top: -28px;
    z-index: 2;
    margin: -28px -28px 0;
    padding: 28px 28px 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px 28px 24px 24px;
    background: linear-gradient(180deg, rgba(7, 10, 20, 0.98), rgba(7, 10, 20, 0.92));
    backdrop-filter: blur(16px);
}

.contact-modal-drag-handle {
    display: none;
    justify-self: center;
    width: 52px;
    height: 5px;
    margin: -6px auto 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.08);
}

.contact-modal-head h2 {
    margin-bottom: 12px;
}

.contact-modal-head p {
    color: var(--muted);
    line-height: 1.7;
}

.contact-modal-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.contact-modal-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #e9efff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#contactModalOriginBadge {
    border-color: rgba(0, 212, 255, 0.18);
    background: rgba(0, 212, 255, 0.08);
    color: #bff7ff;
}

.contact-modal-form {
    display: grid;
    gap: 16px;
    min-height: 0;
    overflow-y: auto;
    padding-right: 4px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.contact-modal-form::-webkit-scrollbar {
    width: 6px;
}

.contact-modal-form::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(143, 239, 255, 0.28);
}

.contact-modal-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-modal input,
.contact-modal .field input,
.metrics-panel-lock input {
    background-color: rgba(11, 11, 18, 0.94);
}

.contact-modal-close {
    top: 18px;
    right: 18px;
    z-index: 3;
}

body.modal-open {
    overflow: hidden;
}

body.install-guide-open {
    overflow: hidden;
}

.final-cta {
    padding-top: 30px;
    padding-bottom: 120px;
}

.cta-panel {
    padding: 40px;
    text-align: center;
}

.cta-panel p {
    max-width: 640px;
    margin: 18px auto 28px;
    color: var(--muted);
    line-height: 1.8;
}

.whatsapp-float {
    position: fixed;
    right: calc(env(safe-area-inset-right, 0px) + 22px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 22px);
    z-index: 30;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #0ebf77);
    color: #04130b;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 0 18px rgba(37, 211, 102, 0.28), 0 18px 36px rgba(10, 78, 40, 0.35);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 24px 48px rgba(10, 78, 40, 0.45);
}

.metrics-float-button {
    position: fixed;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 22px);
    right: calc(env(safe-area-inset-right, 0px) + 22px);
    z-index: 120;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.025);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--purple), var(--blue));
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 12px rgba(138, 43, 226, 0.18), 0 0 18px rgba(0, 212, 255, 0.12), 0 4px 8px rgba(0, 0, 0, 0.12);
    opacity: 0.92;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.metrics-float-button:hover,
.metrics-float-button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    opacity: 0.45;
}

.metrics-panel {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 58px);
    left: calc(env(safe-area-inset-left, 0px) + 14px);
    z-index: 125;
    width: min(320px, calc(100vw - 28px));
    max-height: min(70vh, 680px);
    padding: 18px;
    border-radius: 22px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    background: rgba(10, 12, 20, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
}

.metrics-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.metrics-panel-head p {
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.9rem;
    margin: 0;
}

.metrics-panel-close {
    top: 14px;
    right: 14px;
}

.metrics-panel-lock,
.metrics-panel-content {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.metrics-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.metrics-panel .result-card {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

.metrics-panel .result-card strong {
    margin-top: 6px;
    font-size: clamp(1.15rem, 3vw, 1.6rem);
}

.metrics-panel .result-card span {
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.metrics-panel-updated {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.metrics-panel-breakdown {
    display: grid;
    gap: 8px;
}

.metrics-breakdown-item {
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
}

.metrics-breakdown-item strong {
    color: #f4f7ff;
    font-size: 0.86rem;
}

.metrics-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 0.8rem;
}

.metrics-panel-error {
    margin: 0;
    color: #ff9ea8;
    font-size: 0.9rem;
}

.install-float-button,
.update-float-button,
.assistant-float-button {
    position: fixed;
    left: calc(env(safe-area-inset-left, 0px) + 22px);
    z-index: 118;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(13, 17, 30, 0.94), rgba(7, 10, 20, 0.98));
    color: #eef5ff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.install-float-button {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
}

.update-float-button {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 158px);
    background: linear-gradient(180deg, rgba(16, 32, 62, 0.94), rgba(8, 20, 40, 0.98));
    border-color: rgba(0, 212, 255, 0.16);
}

.assistant-float-button {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 22px);
}

.install-float-button:hover,
.install-float-button:focus-visible,
.update-float-button:hover,
.update-float-button:focus-visible,
.assistant-float-button:hover,
.assistant-float-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 212, 255, 0.24);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32), 0 0 18px rgba(0, 212, 255, 0.12);
}

.assistant-float-button i,
.install-float-button i,
.update-float-button i {
    color: #8fefff;
}

.assistant-panel {
    position: fixed;
    left: calc(env(safe-area-inset-left, 0px) + 22px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + 86px);
    z-index: 126;
    width: min(390px, calc(100vw - 44px));
    max-height: min(72vh, 760px);
    padding: 22px;
    border-radius: 26px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
}

.assistant-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.assistant-panel-close {
    top: 14px;
    right: 14px;
}

.assistant-panel-head p {
    color: var(--muted);
    line-height: 1.65;
}

.assistant-chat {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    max-height: 260px;
    padding-right: 4px;
    overflow-y: auto;
}

.assistant-message {
    display: grid;
    gap: 8px;
    max-width: 88%;
    padding: 14px 16px;
    border-radius: 18px;
}

.assistant-message-role {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.assistant-message p {
    margin: 0;
    line-height: 1.65;
    color: #e9f1ff;
}

.assistant-message-bot {
    justify-self: start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.assistant-message-bot .assistant-message-role {
    color: #92ecff;
}

.assistant-message-user {
    justify-self: end;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.28), rgba(0, 212, 255, 0.16));
    border: 1px solid rgba(0, 212, 255, 0.16);
}

.assistant-message-user .assistant-message-role {
    color: #ead7ff;
}

.assistant-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.assistant-suggestion {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #eef5ff;
    font-size: 0.82rem;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.assistant-suggestion:hover,
.assistant-suggestion:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(0, 212, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.assistant-contact-button {
    width: 100%;
    margin-top: 18px;
}

.assistant-profile-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.assistant-profile-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #d9e9ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}


.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
    transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes drift {
    0%,
    100% {
        transform: translate3d(calc(var(--bg-shift-x) + 0px), calc(var(--bg-shift-y) + 0px), 0) scale(1);
    }

    50% {
        transform: translate3d(calc(var(--bg-shift-x) + 18px), calc(var(--bg-shift-y) + 26px), 0) scale(1.06);
    }
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px) scaleY(0.75);
    }

    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

@keyframes floatUp {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes heroItemReveal {
    0% {
        opacity: 0;
        transform: translateY(28px);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes titleSweep {
    0% {
        opacity: 0;
        transform: skewX(-22deg) translateX(-220%);
    }

    18% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(420%);
    }
}

@keyframes heroPanelReveal {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
        filter: blur(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes floatingCardReveal {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.94);
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes cinematicSweep {
    0% {
        opacity: 0;
        transform: skewX(-20deg) translateX(-220%);
    }

    20% {
        opacity: 0.95;
    }

    100% {
        opacity: 0;
        transform: skewX(-20deg) translateX(420%);
    }
}

@keyframes statSweep {
    0% {
        opacity: 0;
        transform: skewX(-22deg) translateX(-180%);
    }

    24% {
        opacity: 0.88;
    }

    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(420%);
    }
}

@keyframes statPulse {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }

    40% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

@keyframes chartSweep {
    0% {
        opacity: 0;
        transform: translateX(-140%);
    }

    16% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: translateX(150%);
    }
}

@keyframes dashboardCharge {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }

    30% {
        opacity: 0.82;
    }

    100% {
        opacity: 0;
        transform: translateY(0) scale(1.06);
    }
}

@keyframes dashboardCounterIn {
    0% {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes previewBloom {
    0% {
        opacity: 0;
        transform: scale(0.82);
    }

    35% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@keyframes dashboardPulse {
    0%,
    100% {
        opacity: 0.16;
        transform: scale(0.98);
    }

    50% {
        opacity: 0.42;
        transform: scale(1.08);
    }
}

@keyframes auroraDrift {
    0%,
    100% {
        transform: translate3d(calc(var(--bg-shift-x) + 0px), calc(var(--bg-shift-y) + 0px), 0) scale(1) rotate(0deg);
    }

    50% {
        transform: translate3d(calc(var(--bg-shift-x) + 20px), calc(var(--bg-shift-y) - 24px), 0) scale(1.08) rotate(6deg);
    }
}

@media (max-width: 1080px) {
    .topbar {
        border-radius: 26px;
    }

    .topbar-nav {
        display: none;
    }

    .hero,
    .dashboard-layout,
    .calculator-layout,
    .valuation-layout,
    .ecosystem-grid,
    .thesis-grid,
    .testimonial-grid,
    .capital-structure-grid,
    .blindada-grid,
    .blindada-assets-grid,
    .leadership-grid,
    .trajectory-grid,
    .investor-proof-grid,
    .faq-contact-layout,
    .terms-grid,
    .trust-bar,
    .dashboard-counters,
    .valuation-metrics,
    .contact-modal-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero {
        min-height: auto;
    }
}

@media (max-width: 820px) {
    body.preview-open {
        overflow: hidden;
    }

    .investor-proof-slider-controls,
    .investor-proof-dots {
        display: flex;
    }

    .investor-proof-slider-bar {
        align-items: flex-end;
    }

    .investor-proof-slider-hint {
        max-width: 220px;
        font-size: 0.84rem;
    }

    .topbar {
        padding: 14px;
    }

    .brand-text {
        white-space: normal;
    }

    .hero,
    .dashboard-layout,
    .calculator-layout,
    .valuation-layout,
    .ecosystem-grid,
    .thesis-grid,
    .testimonial-grid,
    .capital-structure-grid,
    .blindada-grid,
    .blindada-assets-grid,
    .leadership-grid,
    .trajectory-grid,
    .investor-proof-grid,
    .faq-contact-layout,
    .terms-grid,
    .trust-bar,
    .dashboard-counters,
    .valuation-metrics,
    .contact-modal-results,
    .stats-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-unit-list {
        grid-template-columns: 1fr;
    }

    .investor-proof-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(84%, 1fr);
        gap: 14px;
        overflow-x: auto;
        padding: 2px 4px 10px 0;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
    }

    .investor-proof-grid::-webkit-scrollbar {
        display: none;
    }

    .investor-proof-card {
        min-height: 100%;
        scroll-snap-align: start;
    }

    .section {
        padding: 78px 0;
    }

    .input-shell {
        min-height: 60px;
        padding: 0 16px;
    }

    .input-shell select {
        font-size: 1.08rem;
    }

    .field select {
        padding: 15px 16px;
        font-size: 1rem;
    }

    .hero {
        padding-top: 30px;
    }

    .hero-copy.is-visible,
    .hero-visual.is-visible {
        transform: none;
    }

    .cursor-glow {
        display: none;
    }

    .tilt-card.is-tilting,
    .ecosystem-card.is-tilting {
        transform: none;
    }

    [data-tilt-layer] {
        transform: none !important;
    }

    .grid-overlay {
        opacity: 0.45;
        transform: translate3d(var(--bg-shift-x), var(--bg-shift-y), 0) perspective(1000px) rotateX(78deg) scale(1.45);
    }

    .preview-modal {
        width: calc(100vw - 28px);
    }

    .preview-modal.is-sheet-mode {
        top: auto !important;
        bottom: 14px;
        left: 14px !important;
        width: calc(100vw - 28px);
        max-height: min(74vh, 620px);
        padding: 16px 16px 18px;
        border-radius: 26px 26px 18px 18px;
        overflow-y: auto;
        transform: translate3d(0, 24px, 0);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.56), 0 0 26px rgba(0, 212, 255, 0.12);
    }

    .preview-modal.is-sheet-mode.is-open {
        transform: translate3d(0, 0, 0);
    }

    .preview-modal.is-sheet-mode .preview-sheet-handle {
        display: block;
        width: 54px;
        height: 5px;
        margin: 0 auto 14px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.22);
    }

    .preview-modal.is-sheet-mode .preview-chart-shell canvas {
        height: 240px !important;
    }

    .preview-details,
    .preview-stats {
        grid-template-columns: 1fr;
    }

    .contact-modal-backdrop,
    .success-modal-backdrop,
    .install-guide-backdrop {
        align-items: flex-start;
        padding: calc(env(safe-area-inset-top, 0px) + 14px) calc(env(safe-area-inset-right, 0px) + 14px) calc(env(safe-area-inset-bottom, 0px) + 14px) calc(env(safe-area-inset-left, 0px) + 14px);
    }

    .market-board-tickers {
        grid-template-columns: 1fr;
    }

    .contact-modal,
    .success-modal,
    .install-guide-modal {
        width: 100%;
        max-height: calc(100dvh - 28px);
        border-radius: 26px;
    }

    .contact-modal-backdrop {
        align-items: flex-end;
        padding: 10px;
    }


    .contact-modal {
        max-height: min(88dvh, 760px);
        padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
        border-radius: 26px 26px 20px 20px;
    }

    .contact-modal-head {
        top: -16px;
        margin: -16px -16px 0;
        padding: 16px 16px 12px;
        border-radius: 24px 24px 18px 18px;
        margin-bottom: 8px;
    }

    .contact-modal-badges span {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.66rem;
    }

    .contact-modal-form {
        gap: 10px;
    }

    .contact-modal .field {
        gap: 6px;
    }

    .contact-modal .field span {
        font-size: 0.8rem;
    }

    .contact-modal .field input,
    .contact-modal .field select {
        padding: 13px 14px;
        border-radius: 14px;
        font-size: 0.94rem;
    }

    .contact-modal-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .contact-modal-results .result-card {
        padding: 14px;
    }

    .contact-modal-results .result-card strong {
        margin-top: 6px;
        font-size: clamp(1.1rem, 3.8vw, 1.45rem);
    }

    .preview-stats {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 480px;
    }

    .hero-panel-main {
        inset: 24px 0 82px 0;
    }

    .hero-panel-floating {
        width: min(260px, 82%);
    }

    .floating-card-top {
        right: 10px;
    }

    .floating-card-bottom {
        left: 10px;
    }

    .investment-panel,
    .cta-panel,
    .valuation-panel,
    .success-modal {
        padding: 26px;
    }

    .metrics-panel {
        top: 54px;
        left: 10px;
        width: min(320px, calc(100vw - 20px));
        max-height: calc(100dvh - 72px);
    }

    .assistant-panel {
        left: 10px;
        bottom: 78px;
        width: min(420px, calc(100vw - 20px));
        max-height: calc(100dvh - 94px);
    }
}

@media (max-width: 560px) {
    .investor-proof-slider-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .investor-proof-slider-controls {
        width: 100%;
        justify-content: space-between;
    }

    .investor-proof-slider-button {
        width: calc(50% - 6px);
        border-radius: 14px;
    }

    .investor-proof-grid {
        grid-auto-columns: minmax(88%, 1fr);
    }

    .calculator-market-board {
        padding: 14px;
        border-radius: 18px;
    }

    .market-board-chart {
        min-height: 104px;
    }

    .market-ecg-svg {
        height: 104px;
    }

    .topbar {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 24px;
    }

    .button,
    .button-ghost {
        width: 100%;
    }

    .hero-proof {
        flex-direction: column;
    }

    .hero-actions {
        flex-direction: column;
    }

    .input-shell {
        min-height: 56px;
        border-radius: 16px;
    }

    .input-shell::after {
        right: 16px;
        width: 10px;
        height: 10px;
    }

    .input-shell select {
        font-size: 1rem;
        padding-right: 26px;
    }

    .field select {
        min-height: 54px;
        border-radius: 14px;
    }

    .comparison-bar-card,
    .capacity-widget,
    .unit-chip {
        padding-left: 14px;
        padding-right: 14px;
    }

    .calculator-control-row {
        grid-template-columns: 1fr;
    }

    .contact-modal-backdrop,
    .success-modal-backdrop,
    .install-guide-backdrop {
        padding: calc(env(safe-area-inset-top, 0px) + 8px) calc(env(safe-area-inset-right, 0px) + 8px) calc(env(safe-area-inset-bottom, 0px) + 8px) calc(env(safe-area-inset-left, 0px) + 8px);
    }

    .contact-modal,
    .success-modal,
    .install-guide-modal {
        max-height: calc(78dvh - 8px);
        padding: 12px;
        border-radius: 20px 20px 16px 16px;
    }

    .contact-modal-head {
        margin-bottom: 16px;
    }

    .contact-modal-head {
        top: -18px;
        margin: -18px -18px 0;
        padding: 18px 18px 14px;
    }

    .contact-modal {
        width: min(440px, calc(100vw - 16px));
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
        border-radius: 22px 22px 18px 18px;
    }

    .contact-modal-backdrop {
        align-items: flex-end;
    }

    .contact-modal-drag-handle {
        display: block;
        cursor: grab;
    }

    .contact-modal-head h2 {
        font-size: 1.1rem;
        line-height: 1.1;
    }

    .contact-modal-head p,
    .calculator-summary {
        font-size: 0.78rem;
        line-height: 1.38;
    }

    .contact-modal-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .contact-modal-form {
        gap: 8px;
        padding-right: 2px;
    }

    .contact-modal .field {
        gap: 5px;
    }

    .contact-modal .field span {
        font-size: 0.76rem;
    }

    .contact-modal .field input,
    .contact-modal .field select {
        padding: 10px 11px;
        border-radius: 12px;
        font-size: 0.86rem;
    }

    .contact-modal .button {
        min-height: 44px;
    }

    .contact-modal-results .result-card {
        padding: 12px;
    }

    .contact-modal-results .result-card span {
        font-size: 0.68rem;
    }

    .contact-modal-results .result-card strong {
        font-size: 1rem;
    }

    .contact-modal-close {
        top: 10px;
        right: 10px;
        z-index: 4;
    }

    .contact-modal .button,
    .metrics-panel-lock .button {
        width: 100%;
    }

    .metrics-float-button {
        top: 8px;
        left: 8px;
        width: 14px;
        height: 14px;
    }

    .metrics-panel {
        top: calc(env(safe-area-inset-top, 0px) + 50px);
        left: calc(env(safe-area-inset-left, 0px) + 10px);
        padding: 14px;
        width: min(300px, calc(100vw - 20px));
        border-radius: 18px;
    }

    .metrics-panel-grid {
        grid-template-columns: 1fr;
    }

    .install-float-button,
    .update-float-button,
    .assistant-float-button {
        left: calc(env(safe-area-inset-left, 0px) + 10px);
        min-height: 46px;
        padding: 0 14px;
        border-radius: 14px;
    }

    .install-float-button {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 84px);
    }

    .update-float-button {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 144px);
    }

    .assistant-float-button {
        bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
    }

    .assistant-panel {
        left: calc(env(safe-area-inset-left, 0px) + 10px);
        right: 10px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 64px);
        width: auto;
        max-height: min(76dvh, 640px);
        padding: 18px;
        border-radius: 22px;
    }

    .assistant-message {
        max-width: 94%;
    }

    .assistant-chat {
        max-height: 220px;
    }

    .assistant-suggestions {
        gap: 8px;
    }

    .assistant-suggestion {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .activity-meter {
        margin-top: 16px;
    }

    .activity-meter-track {
        height: 12px;
    }

    .hero-panel-main {
        padding: 22px;
    }

    .hero-visual {
        min-height: 430px;
    }

    .section::before {
        width: min(110px, 40vw);
    }

    .hero-panel-floating {
        width: calc(100% - 28px);
    }

    .floating-card-top,
    .floating-card-bottom {
        left: 14px;
        right: 14px;
    }

    .dashboard-chart,
    .dashboard-side,
    .calculator-form,
    .calculator-results,
    .investment-panel,
    .faq-panel,
    .contact-panel,
    .cta-panel,
    .ecosystem-card {
        padding: 20px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        min-height: 54px;
        padding: 0 14px;
        font-size: 0.82rem;
    }

    .preview-head {
        flex-direction: column;
    }

    .preview-details {
        grid-template-columns: 1fr;
    }

    .grayscale-unit::after {
        top: auto;
        right: 16px;
        bottom: 16px;
        left: 16px;
        max-width: none;
        padding: 12px 14px;
        border-radius: 16px;
        font-size: 0.76rem;
        letter-spacing: 0.04em;
        text-align: center;
        transform: translateY(8px);
    }

    .preview-modal.is-sheet-mode {
        bottom: 10px;
        left: 10px !important;
        width: calc(100vw - 20px);
        max-height: min(78vh, 640px);
        padding: 14px 14px 16px;
        border-radius: 24px 24px 16px 16px;
    }

    .preview-modal.is-sheet-mode .preview-overline {
        margin-bottom: 10px;
    }

    .preview-modal.is-sheet-mode .preview-chart-shell {
        padding: 10px;
    }

    .preview-modal.is-sheet-mode .preview-chart-shell canvas {
        height: 220px !important;
    }

    .terminal-header,
    .terminal-line {
        flex-wrap: wrap;
    }
}

@keyframes activityFlow {
    from {
        transform: translateX(-120%);
    }

    to {
        transform: translateX(120%);
    }
} */