/* =============================================
   VENUZ — STYLE.CSS
   ============================================= */

/* 1. VARIÁVEIS E RESET */
:root {
    /* ── TEMA ESCURO (padrão) ── */
    --bg-dark: #040201;
    --bg-card: #0d0d0d;
    --text-primary: #ffffff;
    --text-secondary: rgba(255,255,255,0.55);
    --nav-link-color: rgba(255,255,255,0.6);
    --nav-link-hover: #ffffff;
    --dock-bg: rgba(6,0,16,0.60);
    --dock-item-bg: rgba(255,255,255,0.05);
    --dock-item-border: rgba(255,255,255,0.10);
    --dock-item-color: rgba(255,255,255,0.70);
    --dock-label-bg: rgba(6,0,16,0.92);
    --dock-label-color: #ffffff;
    --border-subtle: rgba(255,255,255,0.08);
    --border-medium: rgba(255,255,255,0.12);
    --secao-tag-color: rgba(255,255,255,0.75);
    --secao-tag-border: rgba(255,255,255,0.25);
    --secao-tag-bg: rgba(255,255,255,0.04);
    --curved-loop-fill: rgba(255,255,255,1);
    --footer-border: rgba(255,255,255,0.15);
    --footer-copy-color: rgba(255,255,255,0.75);
    --theme-toggle-bg: rgba(6,0,16,0.70);
    --theme-toggle-border: rgba(255,255,255,0.12);
    --theme-toggle-color: rgba(255,255,255,0.70);
    --slogan-shine: rgba(255,255,255,0.55);

    /* gradientes sempre iguais */
    --venuz-gradient: linear-gradient(135deg, #FFCC00, #FC3C96, #8A34AD, #030FAB);
    --venuz-gradient-text: linear-gradient(90deg, #FFCC00, #FC3C96, #8A34AD, #030FAB);

    --amarelo: #FFCC00;
    --rosa: #FC3C96;
    --roxo: #8A34AD;
    --azul: #030FAB;
    --font-main: 'Poppins', sans-serif;
    --transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    --theme-transition: background-color 0.55s ease, color 0.55s ease, border-color 0.55s ease, fill 0.55s ease;
}

/* ── TEMA CLARO (secundário) ── */
[data-theme="light"] {
    --bg-dark: #F7F2F8;
    --bg-card: #ede6f0;
    --text-primary: #000000;
    --text-secondary: rgba(10,10,10,0.55);
    --nav-link-color: rgba(0,0,0,0.90);
    --nav-link-hover: #000000;
    --dock-bg: rgba(240,234,244,0.80);
    --dock-item-bg: rgba(0,0,0,0.08);
    --dock-item-border: rgba(0,0,0,0.30);
    --dock-item-color: rgba(0,0,0,0.90);
    --dock-label-bg: rgba(240,234,244,0.96);
    --dock-label-color: #000000;
    --border-subtle: rgba(0,0,0,0.12);
    --border-medium: rgba(0,0,0,0.22);
    --secao-tag-color: rgba(0,0,0,0.75);
    --secao-tag-border: rgba(0,0,0,0.28);
    --secao-tag-bg: rgba(0,0,0,0.05);
    --curved-loop-fill: rgba(0,0,0,1);
    --footer-border: rgba(0,0,0,0.15);
    --footer-copy-color: rgba(0,0,0,0.75);
    --theme-toggle-bg: rgba(240,234,244,0.85);
    --theme-toggle-border: rgba(10,10,10,0.12);
    --theme-toggle-color: rgba(10,10,10,0.55);
    --slogan-shine: rgba(0,0,0,0.14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-main);
    overflow-x: hidden;
    max-width: 100%;
    transition: var(--theme-transition);
}

body.is-loading { overflow: hidden; }
body { touch-action: pan-y; }   /* scroll vertical nativo mobile */

/* 2. PRELOADER */
#preloader {
    position: fixed;
    inset: 0;
    background: var(--bg-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.preloader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo-metal-container {
    width: 200px;
    height: 200px;
    position: relative;
    filter: drop-shadow(0 0 30px rgba(252, 60, 150, 0.25));
}

#logo-metal-container canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.bar-track {
    width: 160px;
    height: 3px;
    background: rgba(255,255,255,0.10);
    border-radius: 10px;
    margin-top: 24px;
    overflow: hidden;
}

.bar-progress {
    width: 0%;
    height: 100%;
    background: var(--venuz-gradient);
    border-radius: 10px;
}

@media (max-width: 480px) {
    #logo-metal-container { width: 140px; height: 140px; }
    .bar-track { width: 120px; }
}

#main-wrapper { opacity: 0; visibility: hidden; }

/* 3. HEADER */
header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 2.5rem;
    height: 72px;
    background: transparent;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

header.header-oculto {
    opacity: 0;
    pointer-events: none;
}

.logo-venuz {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-self: start;
}

.logo-isotipo {
    height: 38px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: filter 0.55s ease;
}

/* No tema claro, inverte o logo (assume logo branco/claro) */
[data-theme="light"] .logo-isotipo {
    filter: invert(1) brightness(0.05);
    opacity: 0.9;
}

nav { justify-self: center; }

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-link {
    color: var(--nav-link-color);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}
.nav-link:hover { color: var(--nav-link-hover); }

.dock-outer {
    justify-self: end;
    display: flex;
    align-items: center;
    height: 68px;
}

.dock-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--dock-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 8px 12px;
    height: 56px;
    transition: background 0.55s ease, border-color 0.55s ease;
}

.dock-item {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--dock-item-bg);
    border: 1px solid var(--dock-item-border);
    cursor: pointer;
    position: relative;
    color: var(--dock-item-color);
    transition:
        width  0.15s cubic-bezier(0.34,1.56,0.64,1),
        height 0.15s cubic-bezier(0.34,1.56,0.64,1),
        color  0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.55s ease;
    outline: none;
}

.dock-item:hover {
    color: #FC3C96;
    border-color: rgba(252,60,150,0.5);
    box-shadow: 0 0 16px rgba(252,60,150,0.25);
    background: rgba(252,60,150,0.08);
}

.dock-item:focus-visible { outline: 2px solid #FC3C96; outline-offset: 2px; }
.dock-item:focus:not(:focus-visible) { outline: none; }
.dock-item { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

.dock-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.dock-icon svg { width: 18px; height: 18px; flex-shrink: 0; }

.dock-label {
    position: absolute;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: var(--dock-label-bg);
    border: 1px solid var(--border-medium);
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 11px;
    font-family: inherit;
    color: var(--dock-label-color);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 10;
}

.dock-label.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── BOTÃO DE TEMA — lua/sol — fixo canto inferior direito ── */
.theme-toggle-btn {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--theme-toggle-bg);
    border: 1px solid var(--theme-toggle-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--theme-toggle-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12), 0 1px 4px rgba(0,0,0,0.08);
    outline: none;
    transition:
        background 0.55s ease,
        border-color 0.55s ease,
        color 0.55s ease,
        transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
        box-shadow 0.35s ease;
}

.theme-toggle-btn:hover {
    transform: scale(1.13) rotate(15deg);
    box-shadow: 0 6px 30px rgba(252,60,150,0.22);
    border-color: rgba(252,60,150,0.4);
    color: #FC3C96;
}

.theme-toggle-btn:focus-visible {
    outline: 2px solid #FC3C96;
    outline-offset: 3px;
}

.theme-toggle-btn svg {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease;
    pointer-events: none;
}

/* lua visível no tema claro; sol visível no escuro */
.icon-moon { display: none;  }
.icon-sun  { display: block; }
[data-theme="light"] .icon-moon { display: block; }
[data-theme="light"] .icon-sun  { display: none;  }

/* 4. HERO */
.hero-venuz {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: visible;
    z-index: 1;
    -webkit-mask-image: linear-gradient(
        to bottom,
        black 0%, black 60%,
        rgba(0,0,0,0.85) 72%, rgba(0,0,0,0.55) 82%,
        rgba(0,0,0,0.20) 91%, transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        black 0%, black 60%,
        rgba(0,0,0,0.85) 72%, rgba(0,0,0,0.55) 82%,
        rgba(0,0,0,0.20) 91%, transparent 100%
    );
}

#aurora-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block;
    transition: opacity 0.55s ease;
    will-change: opacity;
}

/* No tema claro aurora fica vibrante */
[data-theme="light"] #aurora-canvas {
    opacity: 0.85;
}

[data-theme="light"] .hero-venuz {
    -webkit-mask-image: none;
    mask-image: none;
}

.hero-container {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.huge-title {
    text-wrap: balance;
    font-size: clamp(1.4rem, 4vw, 4.5rem);
    font-weight: 700;
    letter-spacing: 3.5em;
    padding-left: 3.5em;
    line-height: 1;
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
    background: none;
    user-select: none;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.55s ease;
}

.huge-title .letra {
    display: inline-block;
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
}

/* LOGO 3D HERO */
#hero-logo3d-wrap {
    position: absolute;
    will-change: opacity, transform;
    backface-visibility: hidden;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}
#hero-logo3d-wrap canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* ── MOBILE: logo 3D e nome VENUZ ── */
@media (max-width: 767px) {
    /* Hero um pouco maior no mobile */
    .hero-venuz {
        height: 85vh !important;
        min-height: 520px !important;
    }

    /* Logo 3D — levemente maior, um pouco mais abaixo */
    #hero-logo3d-wrap {
        top: 0;
        height: 100%;
        z-index: 6;
        transform: scale(1.10) translateY(6%);
        transform-origin: center center;
    }

    /* Nome VENUZ um pouco mais acima */
    .hero-container {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        z-index: 20;
    }

    .huge-title {
        text-wrap: balance;
        letter-spacing: 1.5em;
        padding-left: 1.5em;
        font-size: clamp(1.7rem, 10vw, 3.2rem);
        text-align: center;
    }
}

/* 5. SLOGAN */
.section-slogan {
    position: relative;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 5% 90px;
    background: transparent;
    z-index: 5;
    overflow: hidden;
}

.slogan-bg-canvas { z-index: 0 !important; }

.container-slogan {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slogan-text {
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    font-size: clamp(1.8rem, 4vw, 4.8rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    font-family: var(--font-main);
    color: var(--text-primary);
    max-width: 80vw;
}

.slogan-linha {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 1.4em;
    overflow: hidden;
    padding-bottom: 0.18em;
}

.slogan-linha-inner {
    display: inline-block;
    position: relative;
    background-image:
        linear-gradient(
            105deg,
            transparent 0%, transparent 38%,
            var(--slogan-shine) 50%,
            transparent 62%, transparent 100%
        ),
        var(--venuz-gradient-text);
    background-size: 220% 100%, 100% 100%;
    background-position: 160% center, 0% center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shine-pass 2.6s linear infinite;
}

@keyframes shine-pass {
    0%   { background-position: 160% center, 0% center; }
    100% { background-position: -60% center, 0% center; }
}

.decrypt-char {
    display: inline-block;
    font-family: inherit;
    min-width: 0.3em;
}

/* 6. SERVIÇOS */
.secao-servicos-venuz {
    contain: layout style;
    padding: 110px 0 110px 0;
    background: transparent;
    overflow: hidden;
}

.secao-servicos-venuz .secao-header {
    padding-left: 6%;
}

.secao-header { margin-bottom: 60px; }

.secao-tag {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    padding: 10px 28px;
    border: 1px solid var(--secao-tag-border);
    border-radius: 50px;
    color: var(--secao-tag-color);
    margin-bottom: 26px;
    background: var(--secao-tag-bg);
    transition: color 0.55s ease, border-color 0.55s ease, background 0.55s ease;
}

.secao-titulo {
    text-wrap: balance;
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    font-weight: 900;
    line-height: 1.25;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.28em;
    align-items: baseline;
    padding-bottom: 0.1em;
    transition: color 0.55s ease;
}

.secao-titulo em {
    text-wrap: balance;
    font-style: normal;
    background: var(--venuz-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.titulo-branco,
.titulo-branco .split-word-inner {
    text-wrap: balance;
    font-style: normal;
    background: none !important;
    -webkit-text-fill-color: var(--text-primary) !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    color: var(--text-primary) !important;
}

.titulo-gradiente,
.titulo-gradiente .split-word-inner {
    text-wrap: balance;
    font-style: normal;
    background: var(--venuz-gradient-text) !important;
    background-size: 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* CIRCULAR GALLERY */
.circular-gallery-wrapper {
    width: 100%;
    height: 520px;
    position: relative;
    cursor: grab;
    overflow: visible;
}

.circular-gallery-wrapper:active { cursor: grabbing; }

.split-word {
    display: inline-block;
    overflow: hidden;
    line-height: 1.25;
    padding-bottom: 0.15em;
}

.split-word-inner {
    display: inline-block;
    transform: translateY(110%);
}

/* 7. SÓCIOS */

/* ── PROJETOS ──────────────────────────────────────────────────────────────── */
.secao-projetos {
    contain: layout style;
    content-visibility: auto;
    contain-intrinsic-size: 0 700px;
    padding: 90px 6%;
    background: transparent;
    overflow: visible;
    position: relative;
    z-index: 0;
}
.secao-projetos .secao-header {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.projetos-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin-top: 120px;
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.projetos-texto {
    text-wrap: balance;
    flex: 1;
    max-width: 420px;
    position: relative;
    z-index: 5;
}

.projeto-info {
    transition: opacity 0.3s ease;
}

.projeto-tag {
    text-wrap: balance;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FC3C96;
    margin-bottom: 20px;
    font-family: var(--font-main);
}

.projeto-nome {
    text-wrap: balance;
    font-size: clamp(1.3rem, 3.5vw, 3.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 18px;
    font-family: var(--font-main);
    line-height: 1.25;
    padding-bottom: 0.15em;
    overflow: hidden;
}

.projeto-nome-inner {
    text-wrap: balance;
    display: block;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}

.projeto-nome-inner.visible {
    text-wrap: balance;
    transform: translateY(0);
}

.projeto-desc {
    font-size: clamp(0.8rem, 2.5vw, 1.1rem);
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
    font-family: var(--font-main);
    overflow: hidden;
    padding-bottom: 0.2em;
}

.projeto-desc-inner {
    display: block;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.22,1,0.36,1) 0.08s;
}

.projeto-desc-inner.visible {
    transform: translateY(0);
}

.projetos-cards {
    position: absolute;
    right: 15%;
    top: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Swap */
.card-swap-container {
    position: relative;
    perspective: 900px;
    overflow: visible;
    isolation: isolate;
    z-index: 2;
}

.cs-card {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.90);
    background: rgba(80, 20, 160, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 40px rgba(100, 20, 200, 0.18), inset 0 0 0 1px rgba(180,100,255,0.10);
    transform-style: preserve-3d;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
}

[data-theme="light"] .cs-card {
    background: rgba(80, 20, 160, 0.10);
    border-color: rgba(100, 20, 200, 1.0);
}

[data-theme="light"] .cs-card-num {
    color: rgba(0,0,0,0.18) !important;
}

[data-theme="light"] .cs-card-nome {
    color: #000000 !important;
}

[data-theme="light"] .cs-card-desc {
    color: rgba(0,0,0,0.55) !important;
}

[data-theme="light"] .projeto-nome {
    text-wrap: balance;
    color: var(--text-primary);
}

/* Mobile projetos */
@media (max-width: 768px) {
    .secao-projetos { padding: 70px 5%; }
    .projetos-layout {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 80px;
        min-height: auto;
    }
    .projetos-texto {
        text-wrap: balance;
        max-width: 100%;
        text-align: center;
        order: 2;
        margin-top: 40px;
    }
    .projetos-cards {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        order: 1;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 270px;
        padding-left: 0;
        margin-left: -33%;
        margin-top: 130px;
    }
    .projetos-cards .cs-card-nome,
    .projetos-cards .cs-card-desc {
        display: none !important;
    }
    .curved-loop-svg { font-size: 13rem; }
    .curved-loop-jacket { padding: 20px 0 70px; }
}

@media (max-width: 480px) {
    .secao-projetos { padding: 60px 5%; }
}

.secao-socios { content-visibility: auto; contain-intrinsic-size: 0 600px; contain: layout style; padding: 80px 4%; background: transparent; }

.socios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.socio-card { position: relative; cursor: pointer; }

.socio-foto {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 2/3;
    margin-bottom: 20px;
}

.socio-foto img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.6s ease, transform 0.6s ease;
}

.socio-card:hover .socio-foto img { filter: grayscale(0%) brightness(1); transform: scale(1.03); }

.socio-overlay {
    position: absolute;
    inset: 0;
    background: var(--venuz-gradient);
    mix-blend-mode: color;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.socio-card:hover .socio-overlay { opacity: 0.6; }

.socio-info h3 {
    font-size: 1.1rem; font-weight: 700;
    color: var(--text-primary); margin-bottom: 4px;
    transition: color 0.55s ease;
}
.socio-info span {
    font-size: 0.85rem;
    color: var(--text-secondary);
    letter-spacing: 1px;
    transition: color 0.55s ease;
}

/* 8. CTA FINAL */
.secao-cta-venuz {
    contain: layout style;
    padding: 120px 6%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.secao-cta-venuz::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(138,52,173,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.cta-venuz-box { position: relative; z-index: 2; }

.cta-venuz-box h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-primary);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25em;
    margin: 20px 0 50px;
    transition: color 0.55s ease;
}

.cta-venuz-box h2 em {
    font-style: normal;
    background: var(--venuz-gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-cta-venuz {
    display: inline-block;
    padding: 20px 60px;
    background: var(--venuz-gradient);
    border: none;
    border-radius: 50px;
    font-family: var(--font-main);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: var(--transition);
    box-shadow: 0 0 40px rgba(252,60,150,0.18);
}

.btn-cta-venuz:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 0 60px rgba(252,60,150,0.32); }

/* 9. FOOTER */
footer {
    background: transparent;
    border-top: none;
    position: relative;
}

.curved-loop-jacket {
    width: 100%;
    overflow: visible;
    padding: 20px 0 80px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.curved-loop-jacket.cl-ready { opacity: 1; }
.curved-loop-jacket:active   { cursor: grabbing; }

.curved-loop-svg {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100%;
    aspect-ratio: 100 / 12;
    overflow: visible;
    display: block;
    font-size: 3.2rem; /* desktop */
    fill: var(--curved-loop-fill);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    transition: fill 0.55s ease;
}

.curved-loop-svg text,
.curved-loop-svg textPath {
    fill: var(--curved-loop-fill);
    transition: fill 0.55s ease;
}

[data-theme="light"] .curved-loop-svg,
[data-theme="light"] .curved-loop-svg text,
[data-theme="light"] .curved-loop-svg textPath {
    fill: #000000 !important;
    color: #000000 !important;
}

/* Painel de descrição externo da galeria */
[data-theme="light"] .gallery-desc-inner {
    background: rgba(0,0,0,0.04) !important;
    border-color: rgba(0,0,0,0.14) !important;
}
[data-theme="light"] .gallery-desc-text {
    color: rgba(0,0,0,0.70) !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    contain: layout style;
    padding: 30px 6%;
    border-top: 1px solid var(--footer-border);
    transition: border-color 0.55s ease;
}

.footer-logo {
    height: 32px;
    width: auto;
    display: block;
    object-fit: contain;
    opacity: 1.0;
    transition: filter 0.55s ease, opacity 0.55s ease;
}

[data-theme="light"] .footer-logo {
    filter: invert(1) brightness(0.1);
    opacity: 0.85;
}

.footer-copy, .footer-tagline {
    font-size: 0.8rem;
    color: var(--footer-copy-color);
    letter-spacing: 0.5px;
    transition: color 0.55s ease;
}

/* 10. RESPONSIVO */
@media (max-width: 1024px) {
    .socios-grid { gap: 16px; }
}

@media (max-width: 768px) {
    /* Header maior */
    header {
        padding: 0 1.2rem;
        grid-template-columns: auto 1fr auto;
        height: 68px;
        z-index: 200;
    }
    nav { display: none; }

    /* Dock */
    .dock-outer { display: flex; height: 56px; }
    .dock-panel  { height: 48px; padding: 7px 12px; gap: 9px; border-radius: 14px; }
    .dock-item   { width: 34px; height: 34px; border-radius: 9px; }
    .dock-item svg { width: 16px; height: 16px; }
    .dock-item:focus { width: 34px !important; height: 34px !important; }

    /* VENUZ — sobrescrito pelo bloco de 767px, mas mantendo o fallback */
    .hero-container { align-items: flex-start; padding-top: 8vh; }
    .huge-title {
        text-wrap: balance;
        font-size: clamp(1.7rem, 10vw, 3.2rem);
        letter-spacing: 1.5em;
        padding-left: 1.5em;
        white-space: nowrap;
    }

    /* Hero */
    .hero-venuz { height: 85vh; min-height: 520px; padding-bottom: 20px; }

    /* Galeria */
    .circular-gallery-wrapper { height: 460px; margin-top: -40px; }

    /* Seções com mais respiro */
    .slogan-text { font-size: clamp(1.6rem, 7vw, 3rem); }
    .section-slogan { padding: 220px 6% 60px; min-height: auto; }
    .secao-servicos-venuz { padding: 70px 0; }
    .secao-socios { padding: 100px 5% 70px; }
    .socios-grid { grid-template-columns: 1fr; gap: 20px; }
    .socio-foto { aspect-ratio: 4/3; }
    .secao-cta-venuz { padding: 50px 5% 70px; }
    .cta-venuz-box h2 { font-size: clamp(1.6rem, 7vw, 3rem); }
    .btn-cta-venuz { padding: 12px 24px; width: auto; font-size: 0.9rem; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .theme-toggle-btn { bottom: 20px; right: 20px; width: 44px; height: 44px; }
}

@media (max-width: 480px) {
    /* Header maior */
    header { height: 65px; padding: 0 1rem; z-index: 200; }
    .logo-isotipo { height: 36px; }

    /* Dock */
    .dock-outer { display: flex; height: 50px; }
    .dock-panel  { height: 42px; padding: 6px 10px; gap: 7px; border-radius: 13px; }
    .dock-item   { width: 30px; height: 30px; border-radius: 8px; }
    .dock-item svg { width: 14px; height: 14px; }
    .dock-item:focus { width: 30px !important; height: 30px !important; }

    /* VENUZ no mobile pequeno */
    .hero-container { align-items: flex-start; padding-top: 6vh; }
    .huge-title {
        text-wrap: balance;
        font-size: clamp(1.6rem, 9.5vw, 3rem);
        letter-spacing: 1.5em;
        padding-left: 1.5em;
        white-space: nowrap;
    }

    /* Hero */
    .hero-venuz { height: 83vh; min-height: 500px; padding-bottom: 20px; }

    /* Galeria */
    .circular-gallery-wrapper { height: 440px; margin-top: -40px; }

    /* Seções com mais respiro */
    .secao-titulo { font-size: 1.4rem; }
    .section-slogan { padding: 200px 5% 50px; }
    .secao-servicos-venuz { padding: 60px 0; }
    .secao-socios { padding: 60px 5%; }
    .secao-cta-venuz { padding: 60px 5% 80px; }
    .btn-cta-venuz { padding: 11px 22px; width: auto; font-size: 0.85rem; }
    .curved-loop-svg { font-size: 15rem; }
    .curved-loop-jacket { padding: 20px 0 90px; }
    .projetos-cards {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        height: 250px;
    }
}

/* =============================================
   PROFILE CARDS
   ============================================= */

:root {
  --card-opacity: 0;
  --card-radius: 28px;
  --grain: none;
  --icon: none;
  --behind-glow-color: rgba(125, 190, 255, 0.67);
  --behind-glow-size: 25%;
  --inner-gradient: linear-gradient(145deg, #60496e8c 0%, #71C4FF44 100%);
  --sunpillar-clr-1: hsl(2,100%,73%);
  --sunpillar-clr-2: hsl(53,100%,69%);
  --sunpillar-clr-3: hsl(93,100%,69%);
  --sunpillar-clr-4: hsl(176,100%,76%);
  --sunpillar-clr-5: hsl(228,100%,74%);
  --sunpillar-clr-6: hsl(283,100%,73%);
}

#socios-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  width: 100%;
}

.pc-card-wrapper {
  perspective: 500px;
  position: relative;
  touch-action: pan-y;
  contain: layout style;
}

.pc-card-wrapper.active { will-change: transform; z-index: 2; }

.pc-behind {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at var(--pointer-x) var(--pointer-y),
    var(--behind-glow-color) 0%,
    transparent var(--behind-glow-size)
  );
  filter: blur(50px) saturate(1.1);
  opacity: calc(0.8 * var(--card-opacity));
  transition: opacity 200ms ease;
}

.pc-card-wrapper:hover,
.pc-card-wrapper.active { --card-opacity: 1; }

.pc-card-shell { position: relative; z-index: 1; }

.pc-card-shell.entering .pc-card { transition: transform 180ms ease-out; }

.pc-card {
  width: 100%;
  max-height: 460px;
  display: grid;
  aspect-ratio: 0.718;
  border-radius: var(--card-radius);
  position: relative;
  overflow: hidden;
  background: rgba(0,0,0,0.9);
  backface-visibility: hidden;
  box-shadow:
    rgba(0,0,0,0.8) calc((var(--pointer-from-left) * 10px) - 3px)
    calc((var(--pointer-from-top) * 20px) - 6px) 20px -5px;
  transition: transform 1s ease;
  transform: translateZ(0) rotateX(0deg) rotateY(0deg);
}

.pc-card:hover,
.pc-card.active {
  transition: none;
  transform: translateZ(0) rotateX(var(--rotate-y)) rotateY(var(--rotate-x));
}

.pc-card * {
  display: grid;
  grid-area: 1/-1;
  border-radius: var(--card-radius);
  pointer-events: none;
}

.pc-inside {
  inset: 0;
  position: absolute;
  background-image: var(--inner-gradient);
  background-color: rgba(0,0,0,0.9);
  transform: none;
}

.pc-shine {
  --space: 5%;
  --angle: -45deg;
  transform: translate3d(0, 0, 1px);
  overflow: hidden;
  z-index: 3;
  background: transparent;
  mix-blend-mode: color-dodge;
  mask-image: var(--icon);
  mask-mode: luminance;
  mask-repeat: repeat;
  mask-size: 150%;
  mask-position: top calc(200% - (var(--background-y) * 5)) left calc(100% - var(--background-x));
  filter: brightness(0.66) contrast(1.33) saturate(0.33) opacity(0.5);
  animation: pc-holo-bg 18s linear infinite;
  background-image:
    repeating-linear-gradient(0deg,
      var(--sunpillar-clr-1) calc(var(--space) * 1),
      var(--sunpillar-clr-2) calc(var(--space) * 2),
      var(--sunpillar-clr-3) calc(var(--space) * 3),
      var(--sunpillar-clr-4) calc(var(--space) * 4),
      var(--sunpillar-clr-5) calc(var(--space) * 5),
      var(--sunpillar-clr-6) calc(var(--space) * 6),
      var(--sunpillar-clr-1) calc(var(--space) * 7)
    ),
    repeating-linear-gradient(var(--angle),
      #0e152e 0%, hsl(180,10%,60%) 3.8%,
      hsl(180,29%,66%) 4.5%, hsl(180,10%,60%) 5.2%,
      #0e152e 10%, #0e152e 12%
    ),
    radial-gradient(
      farthest-corner circle at var(--pointer-x) var(--pointer-y),
      hsla(0,0%,0%,.1) 12%, hsla(0,0%,0%,.15) 20%, hsla(0,0%,0%,.25) 120%
    );
  background-position: 0 var(--background-y), var(--background-x) var(--background-y), center;
  background-blend-mode: color, hard-light;
  background-size: 500% 500%, 300% 300%, 200% 200%;
  background-repeat: repeat;
}

.pc-shine::before,
.pc-shine::after {
  content: '';
  background-position: center;
  background-size: cover;
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.pc-card:hover .pc-shine,
.pc-card.active .pc-shine {
  filter: brightness(0.85) contrast(1.5) saturate(0.5);
  animation-play-state: paused;
}

.pc-card:hover .pc-shine::before,
.pc-card.active .pc-shine::before,
.pc-card:hover .pc-shine::after,
.pc-card.active .pc-shine::after { opacity: 1; }

.pc-shine::before {
  background-image:
    linear-gradient(45deg,
      var(--sunpillar-clr-4),var(--sunpillar-clr-5),var(--sunpillar-clr-6),
      var(--sunpillar-clr-1),var(--sunpillar-clr-2),var(--sunpillar-clr-3)
    ),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y),
      hsl(0,0%,70%) 0%, hsla(0,0%,30%,.2) 90%
    ),
    var(--grain);
  background-size: 250% 250%, 100% 100%, 220px 220px;
  background-position:
    var(--pointer-x) var(--pointer-y), center,
    calc(var(--pointer-x) * .01) calc(var(--pointer-y) * .01);
  background-blend-mode: color-dodge;
  filter: brightness(calc(2 - var(--pointer-from-center)))
          contrast(calc(var(--pointer-from-center) + 2))
          saturate(calc(.5 + var(--pointer-from-center)));
  mix-blend-mode: luminosity;
}

.pc-shine::after {
  --space: 5%;
  --angle: -45deg;
  background-image:
    repeating-linear-gradient(0deg,
      var(--sunpillar-clr-1) calc(var(--space)*1),
      var(--sunpillar-clr-2) calc(var(--space)*2),
      var(--sunpillar-clr-3) calc(var(--space)*3),
      var(--sunpillar-clr-4) calc(var(--space)*4),
      var(--sunpillar-clr-5) calc(var(--space)*5),
      var(--sunpillar-clr-6) calc(var(--space)*6),
      var(--sunpillar-clr-1) calc(var(--space)*7)
    ),
    repeating-linear-gradient(var(--angle),
      #0e152e 0%, hsl(180,10%,60%) 3.8%,
      hsl(180,29%,66%) 4.5%, hsl(180,10%,60%) 5.2%,
      #0e152e 10%, #0e152e 12%
    ),
    radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),
      hsla(0,0%,0%,.1) 12%, hsla(0,0%,0%,.25) 120%
    );
  background-position: 0 var(--background-y), calc(var(--background-x)*.4) calc(var(--background-y)*.5), center;
  background-size: 200% 300%, 700% 700%, 100% 100%;
  mix-blend-mode: difference;
  filter: brightness(.8) contrast(1.5);
}

.pc-glare {
  transform: translate3d(0, 0, 1.1px);
  overflow: hidden;
  z-index: 4;
  background-image: radial-gradient(
    farthest-corner circle at var(--pointer-x) var(--pointer-y),
    hsl(248,25%,80%) 12%, hsla(207,40%,30%,.8) 90%
  );
  mix-blend-mode: overlay;
  filter: brightness(.8) contrast(1.2);
}

.pc-avatar-content {
  mix-blend-mode: luminosity;
  overflow: visible;
  transform: translateZ(2px);
  backface-visibility: hidden;
}

.pc-avatar-content .avatar {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform-origin: 50% 100%;
  transform:
    translateX(calc(-50% + (var(--pointer-from-left) - 0.5) * 6px))
    translateZ(0)
    scaleY(calc(1 + (var(--pointer-from-top) - 0.5) * 0.02))
    scaleX(calc(1 + (var(--pointer-from-left) - 0.5) * 0.01));
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 120ms ease-out;
}

.pc-avatar-placeholder {
  position: absolute;
  inset: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(96,73,110,0.3) 0%, rgba(3,15,171,0.15) 100%);
}

.pc-avatar-placeholder svg { width: 50%; height: auto; opacity: 0.15; }



.pc-content:not(.pc-avatar-content) {
  max-height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
  transform: translate3d(
    calc(var(--pointer-from-left) * -6px + 3px),
    calc(var(--pointer-from-top) * -6px + 3px),
    0.1px
  );
  z-index: 5;
  mix-blend-mode: luminosity;
}

.pc-details {
  width: 100%;
  position: absolute;
  top: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc-details h3 {
  font-weight: 700;
  margin: 0;
  font-size: min(5svh, 2.2em);
  font-family: var(--font-main);
  background-image: linear-gradient(to bottom, #fff, #6f6fbe);
  background-size: 1em 1.5em;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.pc-details p {
  font-weight: 600;
  position: relative;
  top: 6px;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 auto;
  font-family: var(--font-main);
  background-image: linear-gradient(to bottom, #fff, #4a4ac0);
  background-size: 1em 1.5em;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.pc-user-info {
  position: absolute;
  --ui-inset: 16px;
  bottom: var(--ui-inset);
  left: var(--ui-inset);
  right: var(--ui-inset);
  z-index: 6;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: calc(max(0px, var(--card-radius) - var(--ui-inset) + 4px));
  padding: 10px 12px;
  pointer-events: auto;
}

.pc-user-details { display: flex; align-items: center; gap: 10px; }

.pc-mini-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
  background: rgba(255,255,255,0.07);
}

.pc-mini-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.pc-mini-avatar-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  border-radius: 50%;
}

.pc-user-text { display: flex; flex-direction: column; gap: 4px; }

.pc-handle {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  font-family: var(--font-main);
  line-height: 1;
}

.pc-status {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-main);
  line-height: 1;
}

.pc-contact-btn {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--font-main);
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  background: rgba(255,255,255,0.05);
  pointer-events: auto;
  text-decoration: none;
  white-space: nowrap;
}

.pc-contact-btn:hover {
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-1px);
  background: rgba(252,60,150,0.12);
}

@keyframes pc-holo-bg {
  0%   { background-position: 0 var(--background-y), 0 0, center; }
  100% { background-position: 0 var(--background-y), 90% 90%, center; }
}

@media (max-width: 1100px) {
  #socios-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ── MOBILE: cards dos sócios com arredondamento reduzido ── */
@media (max-width: 768px) {
  #socios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .pc-card-wrapper { touch-action: pan-y; }

  /* Arredondamento no mobile */
  .pc-card-wrapper { --card-radius: 20px; }
  .pc-card { max-height: none; border-radius: 20px; }
  .pc-inside { border-radius: 20px; }
  .pc-card * { border-radius: 20px; }
  .pc-user-info { border-radius: 8px; }

  .pc-details { top: 1.4em; }
  .pc-details h3 { font-size: min(2.8svh, 1.1em); }
  .pc-details p { font-size: 10px; }
  .pc-user-info { --ui-inset: 12px; padding: 7px 10px; }
  .pc-mini-avatar { width: 30px; height: 30px; }
  .pc-handle { font-size: 9px; }
  .pc-status { font-size: 8px; }
  .pc-contact-btn { padding: 5px 8px; font-size: 8px; }
  .secao-socios { padding: 50px 5%; }
}

@media (max-width: 480px) {
  #socios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-bottom: 20px;
  }
  .pc-card-wrapper { touch-action: pan-y; }

  /* Arredondamento no mobile pequeno */
  .pc-card-wrapper { --card-radius: 18px; }
  .pc-card { max-height: none; border-radius: 18px; }
  .pc-inside { border-radius: 18px; }
  .pc-card * { border-radius: 18px; }
  .pc-user-info { border-radius: 7px; }

  .pc-details { top: 1.2em; }
  .pc-details h3 { font-size: min(2.5svh, 1em); }
  .pc-details p { font-size: 9px; }
  .pc-user-info { --ui-inset: 10px; padding: 6px 8px; }
  .pc-mini-avatar { width: 26px; height: 26px; }
  .pc-handle { font-size: 8px; }
  .pc-status { font-size: 7px; }
  .pc-contact-btn { padding: 4px 7px; font-size: 7px; border-radius: 50px; }
  .secao-socios { padding: 40px 5% 60px; }
}

.cta-titulo { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.25em; }

/* BACKGROUND ANIMADO GLOBAL */
.venuz-global-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 1.6s ease;
}

.venuz-global-bg canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.hero-venuz { position: relative; z-index: 2; }

#main-wrapper { position: relative; z-index: 1; }



/* ── UX MELHORIAS ── */

/* Feedback visual de clique nos cards */
.cs-card {
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}
.cs-card:active {
    transform: scale(0.98) translateY(2px);
}

/* Scroll indicator na hero */
.scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 20;
    pointer-events: none;
    animation: scrollBounce 2s ease-in-out infinite;
}
.scroll-hint span {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    font-family: var(--font-main);
}
.scroll-hint-arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid rgba(255,255,255,0.3);
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transform: rotate(45deg);
}
@keyframes scrollBounce {
    0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); }
    50%       { opacity: 0.9; transform: translateX(-50%) translateY(8px); }
}
@media (max-width: 768px) {
    .scroll-hint { bottom: 20px; }
}

/* Smooth focus para acessibilidade */
:focus-visible {
    outline: 2px solid #FC3C96;
    outline-offset: 3px;
    border-radius: 4px;
}

/* Loading skeleton suave para seções com conteúdo dinâmico */
.cs-card, .profile-card {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* ── PERFORMANCE MOBILE: reduz animações pesadas em telas menores ── */
@media (max-width: 768px) {
    /* Desabilita backdrop-filter pesado nos cards de projeto (gera jank no scroll) */
    .cs-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    /* Mantém backdrop-filter nos cards de sócios no mobile */
    .pc-user-info {
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    /* Reduz will-change global para evitar excesso de compositor layers */
    .pc-card-wrapper:not(.active) {
        will-change: auto !important;
    }

    /* Mantém efeito shine/holo no mobile */
    .pc-shine {
        animation: pc-holo-bg 18s linear infinite;
        display: grid;
    }

    /* Mantém transformação 3D nos cards de sócio */
    .pc-card:hover,
    .pc-card.active {
        transform: translateZ(0) rotateX(var(--rotate-y)) rotateY(var(--rotate-x));
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}