/* DNA Liquidglass — base global */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,400&family=Inter:wght@400;600;800&display=swap');

:root {
    --bg-void: #020203;
    --glass-border: rgba(255, 255, 255, 0.05);
    --glass-bg: rgba(20, 20, 20, 0.4);
    --accent-gold: #D4AF37;
    --text-main: #FFFFFF;
    --text-muted: #888888;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100vh;
    background-color: var(--bg-void);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* Mesmo fundo do dashboard — radial-gradient da .main-content */
body::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 50% 0%, #111, var(--bg-void));
}

/* Navbar — O Topo da Rolex */
.navbar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 4vw;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: 1.5rem;
}

.logo {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--accent-gold);
    text-decoration: none;
}

/* Navegação — Inteligência · Ecossistema · Impacto */
.nav-links {
    display: flex;
    align-items: center;
    gap: 0.5rem 1.75rem;
    padding: 0.5rem 1.25rem;
}
.nav-links a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}
.nav-links a:hover {
    color: var(--accent-gold);
}
.nav-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.5);
    flex-shrink: 0;
}

.btn-cta {
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: var(--accent-gold);
    border-radius: 4px;
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-family: 'Fraunces', serif;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.btn-cta:hover {
    background: rgba(212, 175, 55, 0.06);
    border-color: rgba(212, 175, 55, 0.75);
    color: rgba(212, 175, 55, 1);
}

/* Hero — headline, linha elegante, subtítulo */
.hero {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: clamp(1.75rem, 4vw, 2.5rem) 4vw clamp(4rem, 10vw, 6rem);
    max-width: 720px;
    margin: 0 auto;
}
.hero-headline {
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.hero-line {
    display: block;
}
.hero-line-1 {
    font-size: clamp(1.75rem, 4vw + 0.5rem, 2.5rem);
    color: var(--text-main);
    margin-bottom: 0.35em;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(28px);
}
.hero-line-1.hero-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-line-2 {
    font-size: clamp(1.5rem, 3.2vw + 0.5rem, 2.1rem);
    color: var(--accent-gold);
    opacity: 0;
    transform: translateY(28px);
}
.hero-line-2.hero-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-rule {
    width: 0;
    max-width: 280px;
    height: 1px;
    margin: 1.75rem auto 1.5rem;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.5), rgba(212, 175, 55, 0.08));
    transform-origin: center;
    transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-rule.hero-visible {
    width: 100%;
}
.hero-subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    color: var(--text-muted);
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.hero-subtitle.hero-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ========== Vitrine — Mac window + Slack mockup + Maestro Oracle ========== */
.vitrine {
    position: relative;
    z-index: 1;
    padding: 3rem 4vw 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.vitrine.vitrine-fade-in {
    opacity: 1;
}

/* Statement — secção própria, alinhada à esquerda */
.statement {
    position: relative;
    z-index: 1;
    padding: 4rem 4vw 5rem;
    max-width: 900px;
    margin: 0;
    margin-right: auto;
    margin-left: 4vw;
    text-align: left;
}
.statement-headline {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.75rem, 4vw + 0.5rem, 2.5rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--text-main);
    margin: 0 0 0.5rem;
}
.statement-sub {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.1rem, 2.5vw + 0.4rem, 1.35rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: var(--text-muted);
    margin: 0;
}

/* Estrategista — scroll-jack: sobe mas a tela fica fixa, 3 estados */
.estrategista {
    height: 300vh;
    background: transparent;
    position: relative;
}
.estrategista-pin {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.estrategista-inner {
    width: 100%;
    margin: 0;
    padding: 0 4vw;
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
}
.kinetic-menu {
    flex: 0 0 auto;
    width: clamp(280px, 42%, 480px);
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-right: 1.5rem;
    text-align: left;
}
.estrategista-slide {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: left;
}
.estrategista.state-1 .estrategista-slide[data-state="1"],
.estrategista.state-2 .estrategista-slide[data-state="2"],
.estrategista.state-3 .estrategista-slide[data-state="3"] {
    opacity: 1;
    pointer-events: auto;
}
.hover-item {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3.5rem, 6vw, 7rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-text-stroke 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hover-item.no-wrap {
    white-space: nowrap;
}
.estrategista.state-1 .estrategista-slide[data-state="1"] .hover-item,
.estrategista.state-2 .estrategista-slide[data-state="2"] .hover-item,
.estrategista.state-3 .estrategista-slide[data-state="3"] .hover-item {
    color: #ffffff;
    -webkit-text-stroke-color: transparent;
    transform: translateX(15px);
}
.kinetic-caption {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #888;
    margin: 0.5rem 0 0;
    max-width: 22em;
    line-height: 1.45;
    text-align: left;
}
.abstract-canvas {
    flex: 0 0 auto;
    width: clamp(320px, 48%, 560px);
    max-width: 560px;
    height: 520px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.estrategista.state-2 .abstract-canvas {
    overflow: visible;
}
.canvas-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.canvas-layer-visible {
    opacity: 1;
    transform: scale(1);
}
/* Layer 1 — O Caos: névoa + bolhas de sabão */
.canvas-layer-1 {
    background:
        radial-gradient(ellipse 80% 60% at 30% 40%, rgba(58, 10, 10, 0.6) 0%, transparent 50%),
        radial-gradient(ellipse 70% 80% at 70% 60%, rgba(40, 40, 45, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse 60% 70% at 50% 50%, rgba(58, 10, 10, 0.35) 0%, transparent 60%);
    animation: estrategista-fog 8s ease-in-out infinite;
    pointer-events: auto;
}
@keyframes estrategista-fog {
    0%, 100% { filter: brightness(0.88); }
    50% { filter: brightness(1.08); }
}
.canvas-layer-visible.canvas-layer-1 {
    animation: estrategista-fog 8s ease-in-out infinite;
}
.chaos-bubbles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.chaos-bubbles > .chaos-bubble {
    pointer-events: auto;
}
.chaos-bubble {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    will-change: left, top;
}
.chaos-bubble-1 { width: 54px; height: 54px; }
.chaos-bubble-2 { width: 50px; height: 50px; }
.chaos-bubble-3 { width: 52px; height: 52px; }
.chaos-bubble-4 { width: 48px; height: 48px; }
.chaos-bubble-5 { width: 50px; height: 50px; }
.chaos-bubble-6 { width: 48px; height: 48px; }
.chaos-bubble-7 { width: 52px; height: 52px; }
.chaos-bubble-8 { width: 46px; height: 46px; }
.chaos-bubble-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:
        radial-gradient(130% 130% at 30% 25%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 45%, transparent 70%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(var(--repel-x, 0px), var(--repel-y, 0px)) scale(var(--squish-x, 1), var(--squish-y, 1));
}
.chaos-bubble-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.chaos-icon {
    width: 40%;
    height: 40%;
    color: #E8C547;
    flex-shrink: 0;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}
.chaos-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E8C547;
    line-height: 1;
}
.chaos-integrations-copy {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    white-space: nowrap;
}
/* Layer 2 — O Raio-X: phone mockup com KPI → hover revela o que o gestor perde */
.canvas-layer-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvas-layer-2.canvas-layer-visible {
    pointer-events: auto;
}
.raio-x-phone {
    position: relative;
    width: min(280px, 85%);
    max-width: 320px;
}
.raio-x-insight {
    position: absolute;
    right: 100%;
    margin-right: 16px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    max-width: 260px;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: rgba(18, 18, 20, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 8px 32px -8px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: opacity 0.3s cubic-bezier(0.32, 0.72, 0, 1),
                transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.raio-x-phone:hover .raio-x-insight {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
    transition-delay: 0.18s;
}
.raio-x-insight-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.95);
    margin-bottom: 0.5rem;
}
.raio-x-insight-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 0.5rem 0;
}
.raio-x-insight-meta {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.4);
}
.raio-x-insight-tail {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgba(18, 18, 20, 0.85);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.phone-bezel {
    position: relative;
    border-radius: 44px;
    padding: 12px;
    background: linear-gradient(165deg, #1c1c1e 0%, #0d0d0f 50%, #131315 100%);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 0 0 2px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 48px -12px rgba(0, 0, 0, 0.6),
        0 12px 24px -8px rgba(0, 0, 0, 0.4);
}
.phone-dynamic-island {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 28px;
    border-radius: 20px;
    background: #000;
    z-index: 2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
.phone-screen {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    min-height: 440px;
    background: linear-gradient(180deg, #0a0a0c 0%, #0f0f12 40%, #0a0a0c 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem 2rem;
}
.kpi-card {
    position: relative;
    width: 100%;
    border-radius: 24px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 8px 32px -8px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}
.kpi-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    transition: opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1), transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}
.kpi-face-default {
    opacity: 1;
    transform: scale(1) translateY(0);
}
.kpi-face-reveal {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
    pointer-events: none;
}
.raio-x-phone:hover .kpi-face-default {
    opacity: 0;
    transform: scale(0.98) translateY(-6px);
    pointer-events: none;
}
.raio-x-phone:hover .kpi-face-reveal {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.kpi-value {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3.5rem, 10vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 40px rgba(48, 209, 88, 0.15);
}
.kpi-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.5rem;
}
.kpi-badge {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.9);
    margin-top: 0.75rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.kpi-reveal-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.9);
    margin-bottom: 1rem;
}
.kpi-reveal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.kpi-reveal-list li {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}
.kpi-reveal-list li:last-child {
    border-bottom: none;
}
.kpi-reveal-metric {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.02em;
    color: #D4AF37;
    min-width: 2.8em;
    text-align: right;
}
.canvas-layer-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
}
.roi-chart {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 260px;
}
.roi-chart-body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex: 1;
    min-height: 0;
}
.roi-chart-y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 180px;
    padding-right: 0.5rem;
    padding-bottom: 1.15rem;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.35);
}
/* Wobble keyframes: subidas e descidas até o valor final */
@keyframes roi-wobble-1 {
    0% { transform: scaleY(0); }
    18% { transform: scaleY(0.22); }
    35% { transform: scaleY(0.12); }
    50% { transform: scaleY(0.28); }
    65% { transform: scaleY(0.35); }
    82% { transform: scaleY(0.28); }
    100% { transform: scaleY(1); }
}
@keyframes roi-wobble-2 {
    0% { transform: scaleY(0); }
    22% { transform: scaleY(0.35); }
    40% { transform: scaleY(0.2); }
    55% { transform: scaleY(0.45); }
    70% { transform: scaleY(0.38); }
    85% { transform: scaleY(0.5); }
    100% { transform: scaleY(1); }
}
@keyframes roi-wobble-3 {
    0% { transform: scaleY(0); }
    25% { transform: scaleY(0.4); }
    45% { transform: scaleY(0.25); }
    60% { transform: scaleY(0.55); }
    75% { transform: scaleY(0.62); }
    90% { transform: scaleY(0.58); }
    100% { transform: scaleY(1); }
}
@keyframes roi-wobble-4 {
    0% { transform: scaleY(0); }
    20% { transform: scaleY(0.3); }
    38% { transform: scaleY(0.5); }
    55% { transform: scaleY(0.35); }
    72% { transform: scaleY(0.68); }
    88% { transform: scaleY(0.72); }
    100% { transform: scaleY(1); }
}
@keyframes roi-wobble-5 {
    0% { transform: scaleY(0); }
    15% { transform: scaleY(0.25); }
    32% { transform: scaleY(0.55); }
    48% { transform: scaleY(0.4); }
    65% { transform: scaleY(0.75); }
    80% { transform: scaleY(0.82); }
    95% { transform: scaleY(0.88); }
    100% { transform: scaleY(1); }
}
@keyframes roi-m6-rise {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}
@keyframes roi-burst {
    0% { transform: scale(0); opacity: 0.9; }
    60% { transform: scale(2.5); opacity: 0.4; }
    100% { transform: scale(3.5); opacity: 0; }
}

.roi-chart-bars {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.4rem;
    flex: 1;
    min-width: 0;
    height: 180px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.roi-bar-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 0;
    height: 180px;
}
.roi-bar-wrap .roi-bar-fill {
    width: 100%;
    max-width: 36px;
    min-height: 4px;
    height: var(--h, 50%);
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, #30D158 0%, rgba(48, 209, 88, 0.75) 100%);
    box-shadow: 0 0 16px rgba(48, 209, 88, 0.2);
    transform-origin: bottom;
}
/* M1–M5: wobble — dispara quando o layer 3 fica visível */
.roi-bar-wobble .roi-bar-fill {
    transform: scaleY(0);
}
.canvas-layer-3.canvas-layer-visible .roi-bar-wrap:nth-child(1) .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-wrap:nth-child(1) .roi-bar-fill {
    animation: roi-wobble-1 2.4s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
.canvas-layer-3.canvas-layer-visible .roi-bar-wrap:nth-child(2) .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-wrap:nth-child(2) .roi-bar-fill {
    animation: roi-wobble-2 2.4s 0.08s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
.canvas-layer-3.canvas-layer-visible .roi-bar-wrap:nth-child(3) .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-wrap:nth-child(3) .roi-bar-fill {
    animation: roi-wobble-3 2.4s 0.16s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
.canvas-layer-3.canvas-layer-visible .roi-bar-wrap:nth-child(4) .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-wrap:nth-child(4) .roi-bar-fill {
    animation: roi-wobble-4 2.4s 0.24s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
.canvas-layer-3.canvas-layer-visible .roi-bar-wrap:nth-child(5) .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-wrap:nth-child(5) .roi-bar-fill {
    animation: roi-wobble-5 2.4s 0.32s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
/* M6: sobe por último */
.roi-bar-m6 .roi-bar-fill {
    transform: scaleY(0);
}
.canvas-layer-3.canvas-layer-visible .roi-bar-m6 .roi-bar-fill,
.roi-chart.roi-chart-run .roi-bar-m6 .roi-bar-fill {
    animation: roi-m6-rise 0.5s 2.5s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}
/* Explosão quando M6 chega */
.roi-chart-burst {
    position: absolute;
    left: 50%;
    bottom: 30%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-bottom: -40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(48, 209, 88, 0.5) 0%, rgba(212, 175, 55, 0.2) 40%, transparent 70%);
    box-shadow: 0 0 60px 20px rgba(48, 209, 88, 0.35), 0 0 100px 40px rgba(212, 175, 55, 0.15);
    pointer-events: none;
    transform: scale(0);
    opacity: 0;
}
.roi-chart-burst {
    display: none;
}
.roi-bar-wrap .roi-bar-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.45);
}
.roi-chart-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.8);
    text-align: center;
    margin-top: 0.5rem;
}

.mac-window {
    width: 100%;
    max-width: 1000px;
    background: #0d0d12;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.06),
        0 0 40px rgba(212, 175, 55, 0.04),
        0 0 80px rgba(212, 175, 55, 0.02),
        0 40px 80px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.mac-header {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    gap: 8px;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.mac-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.mac-dot-red   { background: #ff5f57; }
.mac-dot-yellow { background: #febc2e; }
.mac-dot-green  { background: #28c840; }
.mac-body {
    position: relative;
    min-height: 420px;
}
.slack-mockup {
    display: flex;
    min-height: 420px;
    opacity: 1;
    filter: none;
    transition: opacity 0.6s ease, filter 0.6s ease;
}
.slack-mockup.slack-dimmed {
    opacity: 0.35;
    filter: blur(4px);
}
.slack-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: #121218;
    padding: 24px 0 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.slack-sidebar-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--text-muted);
    padding: 0 20px 20px;
}
.slack-user-list {
    list-style: none;
}
.slack-user-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
}
.avatar-placeholder {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    background: #2a2a35;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slack-user-list li span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}
.slack-chat {
    flex: 1;
    background: #0a0a0f;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.slack-chat-header {
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.slack-messages {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.slack-msg {
    background: #1a1a22;
    border-radius: 10px;
    padding: 12px 16px;
    max-width: 85%;
}
.slack-msg strong {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}
.slack-msg p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}
.maestro-oracle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 30px));
    width: 100%;
    max-width: 600px;
    padding: 40px;
    background: rgba(15, 15, 15, 0.75);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    opacity: 0;
    display: flex;
    flex-direction: column;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.maestro-oracle.vitrine-visible {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 18px;
    border-radius: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}
.typing-indicator span:not(.typing-ai-icon) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    animation: typingBounce 0.6s ease-in-out infinite;
}
.typing-indicator span:not(.typing-ai-icon):nth-child(1) { animation-delay: 0s; }
.typing-indicator span:not(.typing-ai-icon):nth-child(2) { animation-delay: 0.1s; }
.typing-indicator span:not(.typing-ai-icon):nth-child(3) { animation-delay: 0.2s; }
.typing-indicator span:not(.typing-ai-icon):nth-child(4) { animation-delay: 0.3s; }
@keyframes typingBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}
.typing-chef {
    align-self: flex-end;
    background: rgba(0, 122, 255, 0.2);
    border-radius: 18px 18px 4px 18px;
}
.typing-ai {
    align-self: flex-start;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 18px 18px 18px 4px;
    display: none;
}
.typing-ai.vitrine-visible {
    display: flex;
}
.typing-ai-icon {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    color: var(--accent-gold);
    margin-right: 6px;
    animation: none !important;
    width: auto !important;
    height: auto !important;
}
.typing-indicator.vitrine-hide {
    display: none;
}
.oracle-bubble {
    margin-bottom: 12px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.55;
    opacity: 0;
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.oracle-bubble.vitrine-visible {
    opacity: 1;
}
.oracle-bubble:last-child {
    margin-bottom: 0;
}
.bubble-chef {
    align-self: flex-end;
    max-width: 90%;
    background: #007AFF;
    color: #fff;
    border-radius: 18px 18px 4px 18px;
}
.bubble-ai {
    align-self: flex-start;
    max-width: 95%;
    background: #1a1a24;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 18px 18px 18px 4px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.bubble-ai-icon {
    font-size: 1.1em;
    flex-shrink: 0;
}
.oracle-search {
    margin-top: 18px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.22);
    font-weight: 400;
    user-select: none;
}

/* Cost section — fundo negro, número gigante ao scroll */
.cost-section {
    position: relative;
    z-index: 1;
    background: transparent;
    min-height: 180vh;
    padding: 0 2rem;
    display: block;
}
.cost-inner {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 0 5rem;
}
.cost-label {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.75rem, 2vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.85);
    margin-bottom: 1.5rem;
}
.cost-number {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3rem, 12vw, 8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 2rem 0;
}
.cost-copy {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    font-weight: 400;
    line-height: 1.65;
    color: #9a9a9a;
    max-width: 42em;
    margin: 0;
}

/* CTA section — Acesso Prioritário (fixo, entrada rápida sem scroll) */
.cta-section {
    position: relative;
    z-index: 1;
    background: transparent;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 2rem 6rem;
}
.cta-kicker {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.9);
    margin: 0 0 1.25rem 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cta-headline {
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 1.25rem 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.06s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.06s;
}
.cta-sub {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.95rem, 1.4vw, 1.08rem);
    font-weight: 400;
    line-height: 1.65;
    color: #9a9a9a;
    max-width: 36em;
    margin: 0 0 2rem 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.12s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
.cta-button {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #000;
    background: rgba(212, 175, 55, 0.95);
    border: none;
    border-radius: 100px;
    padding: 0.9rem 2rem;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.3), 0 8px 24px -8px rgba(212, 175, 55, 0.4);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.18s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.18s, transform 0.25s ease, box-shadow 0.25s ease;
}
.cta-button:hover {
    transform: scale(1.02);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.5), 0 12px 32px -8px rgba(212, 175, 55, 0.5);
}
.cta-section.cta-visible .cta-kicker,
.cta-section.cta-visible .cta-headline,
.cta-section.cta-visible .cta-sub,
.cta-section.cta-visible .cta-button {
    opacity: 1;
    transform: translateY(0);
}
.cta-section.cta-visible .cta-button:hover {
    transform: scale(1.02);
}

/* Footer — institucional, minimalista */
.site-footer {
    position: relative;
    z-index: 2;
    padding: 4rem 4vw 2rem 4vw;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: 'Inter', sans-serif;
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    .hero-line-1 {
        white-space: normal;
    }
    .slack-mockup {
        flex-direction: column;
    }
    .slack-sidebar {
        width: 100%;
    }
    /* Navbar — ajustes só para mobile para caber na tela */
    .navbar {
        padding: 1rem 3vw;
    }
    .nav-left {
        margin-left: 0;
    }
    .nav-links {
        gap: 0.5rem 1rem;
        padding: 0.25rem 0.75rem;
        flex-wrap: wrap;
    }
    .btn-cta {
        padding: 0.45rem 1rem;
    }
    /* Estrategista: Organizando o caos, Raio-X, Estrategista — empilhar e caber na tela */
    .estrategista-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
    }
    .kinetic-menu {
        width: 100%;
        max-width: 100%;
        min-height: 0;
    }
    .abstract-canvas {
        width: 100%;
        max-width: 100%;
        height: 420px;
        margin-left: 0;
        justify-content: center;
    }
    .hover-item.no-wrap {
        white-space: normal;
    }
    .chaos-integrations-copy {
        white-space: normal;
        text-align: center;
    }
    .footer-inner {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .footer-right {
        text-align: left;
    }
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--accent-gold);
    text-decoration: none;
    border: 1px solid var(--accent-gold);
    padding: 0.15em 0.35em;
    line-height: 1;
}

.footer-brand-name {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
}

.footer-tagline {
    color: #555555;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}

.footer-right {
    text-align: right;
}

.footer-legal-links {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.footer-legal-links a {
    color: #888888;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-legal-links a:hover {
    color: #ffffff;
}

.footer-copy {
    color: #444444;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}

/* Privacy modal — card minimalista */
.privacy-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 4vw;
    background: rgba(2, 2, 3, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.privacy-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.privacy-card {
    position: relative;
    max-width: 380px;
    width: 100%;
    padding: 2.25rem 2rem;
    background: #0a0a0c;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
    transform: scale(0.98) translateY(8px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.privacy-overlay.is-open .privacy-card {
    transform: scale(1) translateY(0);
}
.privacy-lead {
    font-family: 'Fraunces', serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin: 0 0 1rem 0;
    padding-right: 2rem;
}
.privacy-body {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #9a9a9a;
    letter-spacing: 0.02em;
    margin: 0;
}
.privacy-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #666;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}
.privacy-close:hover {
    color: #fff;
}

/* Monalisa section — sticky media + spotlight, editorial copy */
.monalisa-section {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 6rem 4vw;
}
.monalisa-grid {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 4vw, 5rem);
    align-items: start;
}
.monalisa-left {
    position: relative;
    padding-left: 1.35rem;
}
.monalisa-rail {
    position: absolute;
    left: 0.35rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.12) 10%, rgba(255, 255, 255, 0.12) 90%, transparent 100%);
}
.monalisa-step {
    position: relative;
    padding: 2.75rem 0 2.75rem 0;
    max-width: 34rem;
    opacity: 0.58;
    transform: translateY(6px);
    transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.monalisa-step::before {
    content: '';
    position: absolute;
    left: -1.2rem;
    top: 3.05rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: translateX(-50%);
}
.monalisa-step.is-active {
    opacity: 1;
    transform: translateY(0);
}
.monalisa-step.is-active::before {
    background: rgba(212, 175, 55, 0.95);
    box-shadow:
        0 0 0 1px rgba(212, 175, 55, 0.35),
        0 0 28px rgba(212, 175, 55, 0.18);
}
.monalisa-kicker {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.78);
    margin: 0 0 0.9rem 0;
}
.monalisa-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.65rem, 2.6vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.96);
    margin: 0 0 0.9rem 0;
}
.monalisa-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.monalisa-right {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    align-self: center;
}
.monalisa-media {
    position: relative;
    height: auto;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}
.monalisa-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transform: scale(1.015);
    transform-origin: center;
    filter: saturate(1.02) contrast(1.06) brightness(1.18);
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Spotlight overlay (changes with data-active) — mask by image so transparent PNG areas stay transparent */
.monalisa-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: normal;
    background:
        radial-gradient(circle at var(--sx, 28%) var(--sy, 35%),
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) var(--sr, 34%),
            rgba(0, 0, 0, 0.25) calc(var(--sr, 34%) + 10%),
            rgba(0, 0, 0, 0.45) 100%);
    transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    mask-image: url('fotos/Dashboards.png');
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('fotos/Dashboards.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}
.monalisa-vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(120% 90% at 50% 45%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 70%, rgba(0, 0, 0, 0.42) 100%);
    opacity: 0.28;
    mask-image: url('fotos/Dashboards.png');
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('fotos/Dashboards.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

.monalisa-section[data-active="1"] .monalisa-media { --sx: 18%; --sy: 50%; --sr: 28%; }
.monalisa-section[data-active="2"] .monalisa-media { --sx: 74%; --sy: 58%; --sr: 30%; }
.monalisa-section[data-active="3"] .monalisa-media { --sx: 38%; --sy: 36%; --sr: 28%; }

.monalisa-section[data-active="1"] .monalisa-image { transform: scale(1.03) translateY(2px); }
.monalisa-section[data-active="2"] .monalisa-image { transform: scale(1.04) translateY(-2px); filter: saturate(1.02) contrast(1.06) brightness(1.18); }
.monalisa-section[data-active="3"] .monalisa-image { transform: scale(1.035) translateY(1px); }

@media (max-width: 900px) {
    .monalisa-grid {
        grid-template-columns: 1fr;
    }
    .monalisa-right {
        position: relative;
        top: auto;
        transform: none;
    }
    .monalisa-left {
        padding-left: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .monalisa-step,
    .monalisa-image,
    .monalisa-spotlight {
        transition: none !important;
    }
}
