/* 
   PROJECT: Landing Page - Thiago Miranda
   VERSION: 3.0 (Dark Premium Innovation)
   AUTHOR: Antigravity AI
*/

/* -------------------------------------------------------------------------- */
/* 1. TOKENS & VARIABLES                                                      */
/* -------------------------------------------------------------------------- */
:root {
    /* Colors - Dark Premium Palette */
    --bg: #070A12;
    --bg-surface: rgba(255, 255, 255, 0.04);
    --bg-header: rgba(7, 10, 18, 0.85);

    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.70);
    --border: rgba(255, 255, 255, 0.10);

    /* Accents - Innovation */
    --primary: #7C3AED;
    /* Violet */
    --secondary: #22D3EE;
    /* Cyan */
    --pink: #F472B6;
    /* Pink */
    --cyan: #22D3EE;
    --violet: #7C3AED;
    --grad: linear-gradient(90deg, var(--cyan), var(--violet) 55%, var(--pink));
    --accent: var(--grad);

    --success: #10b981;
    --error: #ef4444;

    /* Shadows & Effects */
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
    --radius-sm: 14px;
    --radius-md: 18px;
    --radius-lg: 22px;
    --radius-full: 9999px;

    /* Typography - System Font Stack */
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --fs-xs: 0.75rem;
    --fs-sm: 0.875rem;
    --fs-base: 1rem;
    --fs-lg: 1.125rem;
    --fs-xl: 1.25rem;
    --fs-2xl: 1.5rem;
    --fs-3xl: 1.875rem;
    --fs-4xl: 2.25rem;

    /* Spacing */
    --sp-1: 0.25rem;
    --sp-2: 0.5rem;
    --sp-4: 1rem;
    --sp-6: 1.5rem;
    --sp-8: 2rem;
    --sp-12: 3rem;
    --sp-16: 4rem;
    --sp-24: 6rem;

    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    --header-height: 80px;
}

/* -------------------------------------------------------------------------- */
/* 2. RESET & BASE                                                            */
/* -------------------------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
}

/* Accessibility: Focus visible */
:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: 2px;
}

/* -------------------------------------------------------------------------- */
/* 3. LAYOUT & UTILITIES                                                      */
/* -------------------------------------------------------------------------- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--sp-6);
}

.section {
    padding: var(--sp-16) 0;
    scroll-margin-top: var(--header-height);
}

.grid {
    display: grid;
    gap: var(--sp-6);
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: 700;
}

.text-muted {
    color: var(--muted);
}

@media (min-width: 768px) {
    .section {
        padding: var(--sp-24) 0;
    }
}

/* -------------------------------------------------------------------------- */
/* 4. COMPONENTS - HEADER & NAV                                               */
/* -------------------------------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    background: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.header.scrolled {
    background: linear-gradient(to bottom, rgba(7, 10, 18, 0.85), rgba(7, 10, 18, 0.65));
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo {
    font-size: var(--fs-xl);
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text);
}

.logo span {
    background: var(--accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-links {
    display: none;
    gap: var(--sp-6);
}

.nav-links a {
    font-size: var(--fs-sm);
    font-weight: 500;
    color: var(--muted);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--secondary);
}

.menu-toggle {
    cursor: pointer;
    padding: var(--sp-2);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: var(--transition-base);
}

/* Mobile Menu Active State */
.nav-links.is-active {
    display: flex;
    flex-direction: column;
    position: fixed;
    /* Mudei para fixed para garantir que cubra a tela */
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    /* Ocupa o restante da tela */
    background: #070A12;
    /* Fundo sólido para não transparecer conteúdo */
    padding: var(--sp-12) var(--sp-8);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    z-index: 2000;
    /* Z-index alto para ficar acima de tudo */
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.nav-links.is-active li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: var(--sp-4) 0;
}

.nav-links.is-active li:last-child {
    border-bottom: none;
    margin-top: var(--sp-6);
}

.nav-links.is-active a {
    font-size: var(--fs-xl);
    display: block;
    width: 100%;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
        align-items: center;
    }

    .menu-toggle {
        display: none;
    }
}

/* -------------------------------------------------------------------------- */
/* 5. COMPONENTS - BUTTONS                                                    */
/* -------------------------------------------------------------------------- */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: var(--fs-base);
    cursor: pointer;
    transition: var(--transition-base);
    gap: var(--sp-2);
    white-space: nowrap;
}

.button--primary {
    background: var(--accent);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.button--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.6), 0 0 15px rgba(34, 211, 238, 0.2);
    /* Um brilho mais intenso no hover */
    filter: brightness(1.1);
}

.button--secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    border: 1px solid var(--border);
}

.button--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.button--ghost {
    background: transparent;
    color: var(--secondary);
}

.button--ghost:hover {
    background: rgba(34, 211, 238, 0.05);
}

.button--sm {
    font-size: var(--fs-sm);
    padding: 0.6rem 1.2rem;
    font-weight: 700;
}

/* Ajuste específico para o Header CTA */
.header .button--primary {
    background: linear-gradient(135deg, rgba(28, 160, 184, 0.95), rgba(99, 45, 189, 0.95) 55%, rgba(209, 90, 150, 0.95));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #fff !important;
    /* Força o branco sempre */
}

.header .button--primary:hover {
    background: #fff;
    color: var(--primary) !important;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    transform: translateY(-1px) scale(1.03);
    border-color: #fff;
    filter: none;
}

.button--lg {
    padding: 1.1rem 2rem;
    border-radius: 14px;
}

/* -------------------------------------------------------------------------- */
/* 6. HERO SECTION (UPGRADED)                                                 */
/* -------------------------------------------------------------------------- */
.hero--dark {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 12vw, 160px) 0 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.hero-grid {
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, 0.10), transparent 40%),
        radial-gradient(circle at 80% 30%, rgba(124, 58, 237, 0.14), transparent 45%),
        radial-gradient(circle at 30% 90%, rgba(244, 114, 182, 0.10), transparent 45%);
}

.hero-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    filter: blur(80px);
    opacity: 0.25;
    border-radius: 999px;
}

.hero-glow--a {
    left: -140px;
    top: -160px;
    background: rgba(34, 211, 238, 0.5);
}

.hero-glow--b {
    right: -170px;
    bottom: -190px;
    background: rgba(124, 58, 237, 0.5);
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

@media (max-width: 980px) {
    .hero-layout {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-kicker,
    .proof-bar,
    .hero-actions {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 999px;
    color: var(--muted);
    font-size: var(--fs-sm);
    margin-bottom: 24px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.5;
    }
}

.hero-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-title .accent {
    background: var(--accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title .muted {
    color: var(--muted);
}

.hero-subtitle {
    font-size: clamp(17px, 1.5vw, 20px);
    color: var(--muted);
    max-width: 60ch;
    margin-bottom: 32px;
}

.proof-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.proof-pill {
    padding: 12px 16px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    transition: var(--transition-base);
}

.proof-pill:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--secondary);
}

.proof-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.proof-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .hero-cards {
        grid-template-columns: 1fr;
    }
}

.glass-card {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--shadow);
    transition: var(--transition-base);
}

.glass-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
}

.glass-card h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary);
    margin-bottom: 12px;
}

.glass-card p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-microcopy {
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.hero-links {
    margin-top: 24px;
}

.hero-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.portrait-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: var(--shadow);
}

.portrait-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.portrait-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(7, 10, 18, 0.9), transparent);
}

.portrait-name {
    font-size: 20px;
    font-weight: 800;
}

.portrait-role {
    font-size: 14px;
    color: var(--secondary);
    margin-top: 4px;
}

.mini-glass {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 16px 20px;
}

.mini-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 6px;
}

.mini-text {
    font-size: 14px;
    color: var(--text);
    line-height: 1.4;
}

/* -------------------------------------------------------------------------- */
/* 7. OTHER SECTIONS STYLING                                                  */
/* -------------------------------------------------------------------------- */
.section-title {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: var(--fs-lg);
    max-width: 700px;
    margin: 0 auto 48px;
}

.card {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius-md);
    padding: var(--sp-8);
    transition: var(--transition-base);
    box-shadow: var(--shadow);
}

.card:hover {
    border-color: var(--secondary);
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
}

.card h3,
.card h4 {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.90);
}

.card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

/* Specifc logic for #metodo */
#metodo .grid {
    gap: 32px;
}

#metodo .glass-card {
    background: rgba(255, 255, 255, 0.02);
}

/* -------------------------------------------------------------------------- */
/* 8. FORMS                                                                   */
/* -------------------------------------------------------------------------- */
.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.form-control {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    transition: var(--transition-fast);
}

.form-control:focus {
    outline: none;
    border-color: var(--secondary);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.1);
}

textarea.form-control {
    min-height: 120px;
}

/* -------------------------------------------------------------------------- */
/* 9. FOOTER                                                                  */
/* -------------------------------------------------------------------------- */
.footer {
    padding: 80px 0 40px;
    background: var(--bg);
    border-top: 1px solid var(--border);
    text-align: center;
}

.footer-links {
    margin: 32px 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.footer-links a:hover {
    color: var(--secondary);
}

/* -------------------------------------------------------------------------- */
/* 10. SCROLL & OVERLAYS                                                      */
/* -------------------------------------------------------------------------- */
[id] {
    scroll-margin-top: calc(var(--header-height) + 20px);
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--bg-surface);
    border-radius: 5px;
    border: 2px solid var(--bg);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--border);
}

/* -------------------------------------------------------------------------- */
/* 11. UPGRADE INNOVATION UTILS                                               */
/* -------------------------------------------------------------------------- */

/* Monochrome images utility (Authority Look) */
.img-monochrome {
    filter: grayscale(100%) contrast(1.1) brightness(0.9);
    transition: var(--transition-base);
    opacity: 0.6;
}

.img-monochrome:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Featured In Section (Confiança) */
.featured-in {
    padding: var(--sp-12) 0;
    background: linear-gradient(180deg, rgba(7, 10, 18, 0.5), rgba(7, 10, 18, 1));
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    z-index: 10;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(var(--sp-12), 6vw, var(--sp-24));
    /* Mais respiro entre logos */
}

.logo-grid img {
    height: clamp(55px, 7vw, 95px);
    /* Logos com presença real */
    width: auto;
    /* Invert(1) garante que logos pretos (como Tríade) fiquem brancos */
    filter: brightness(0) invert(1);
    opacity: 0.45;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-grid img:hover {
    filter: brightness(1) invert(0);
    /* Volta para a versão colorida original */
    opacity: 1;
    transform: scale(1.08);
}

/* Visualization Gallery (Provas Visuais) */
.visual-proofs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--sp-6);
    margin-bottom: var(--sp-12);
}

.visual-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-surface);
    transition: var(--transition-base);
}

.visual-card:hover {
    border-color: var(--secondary);
    transform: scale(1.02);
}

.visual-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.visual-card-content {
    padding: var(--sp-4);
}

.visual-card-content h4 {
    font-size: 14px;
    margin-bottom: 4px;
}

.visual-card-content p {
    font-size: 12px;
    color: var(--muted);
}

/* --- HERO PRIME STYLES --- */
.hero-prime {
    position: relative;
    background: var(--bg);
    color: var(--text);
    overflow: hidden;
    /* Garante o corte da base da foto no desktop */
    padding: clamp(35px, 3.2vw, 45px) 0 clamp(70px, 7vw, 120px);
}

.hero-prime__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(34, 211, 238, 0.08), transparent 60%),
        radial-gradient(circle at 85% 30%, rgba(124, 58, 237, 0.12), transparent 70%),
        radial-gradient(circle at 30% 90%, rgba(244, 114, 182, 0.08), transparent 60%);
    filter: saturate(1.1);
}

.hero-prime__container {
    position: relative;
    display: flex;
    /* Mudamos para flex para controle total da largura da headline */
    align-items: center;
    min-height: 600px;
    z-index: 10;
}

.hero-prime__title .grad {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-prime__title .muted {
    color: var(--muted);
}

@media (max-width: 1024px) {
    .header .nav-links a.button--primary {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .hero-prime {
        padding: calc(var(--header-height) + 25px) 0 40px;
        min-height: auto;
        display: block;
        overflow: hidden;
    }

    .hero-prime__container {
        display: block;
        position: relative;
        min-height: auto;
        padding-top: 0;
    }

    /* Headline e Texto à Esquerda */
    .hero-prime__left {
        max-width: clamp(65%, 70vw, 75%);
        /* Cresce proporcionalmente */
        text-align: left;
        position: relative;
        z-index: 20;
    }

    .hero-prime__title {
        font-size: clamp(24px, 4.5vw, 42px);
        /* Headline agora cresce fluida */
        line-height: 1.1;
        margin-bottom: 20px;
        letter-spacing: -0.02em;
    }

    .hero-prime__subtitle {
        font-size: clamp(14px, 2vw, 17px);
        /* Subheadline fluida */
        line-height: 1.5;
        margin-bottom: 28px;
        max-width: 90%;
    }

    .hero-prime__right {
        position: absolute;
        right: clamp(-120px, -15vw, -30px);
        /* Mais colada na lateral, ignorando margens */
        top: 0;
        /* Alinhada com o topo da headline */
        bottom: auto;
        width: auto;
        height: auto;
        pointer-events: none;
        z-index: 10;
        display: flex;
        justify-content: flex-end;
    }

    .hero-prime__img {
        /* DINAMISMO: Cresce suavemente de 240px ate ~630px conforme a tela abre */
        height: clamp(240px, 46vw, 630px);
        width: auto;
        object-fit: contain;
        filter: none;
        mask-image: none;
        -webkit-mask-image: linear-gradient(180deg, black 85%, transparent 100%);
        z-index: 2;
    }

    /* Botões: Restaurando o estilo visual (Gradientes e Intensidade) */
    .hero-prime__actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin-top: 10px;
        width: 100%;
    }

    .hero-prime__actions .btn {
        display: inline-flex;
        width: auto;
        min-width: 200px;
        text-align: center;
        padding: 12px 18px;
        font-size: 14px;
        border-radius: 14px;
        border: 1px solid var(--border);
        transition: all 0.3s ease;
        /* Transição para o hover */
    }

    .hero-prime__actions .btn:hover {
        transform: translateY(-3px);
        filter: brightness(1.2);
    }

    .hero-prime__actions .btn-primary {
        background: linear-gradient(90deg, rgba(34, 211, 238, 0.22), rgba(124, 58, 237, 0.28));
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .hero-prime__actions .btn-secondary {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
    }

    .hero-prime__imgOverlay,
    .hero-prime__rim,
    .hero-prime__bg {
        display: none;
    }

    .hero-prime__micro {
        font-size: 11px;
        /* Efeito de "letras miúdas" */
        opacity: 0.6;
        line-height: 1.4;
        margin-top: 20px;
        font-style: italic;
        max-width: 280px;
        /* Mantém compacto */
    }
}

@media (min-width: 1025px) {
    .hero-prime__kicker {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        padding: 10px 14px;
        border: 1px solid var(--border);
        background: rgba(255, 255, 255, 0.04);
        border-radius: 999px;
        color: var(--muted);
        margin-bottom: 18px;
        font-size: 13px;
    }

    .hero-prime__left {
        padding-top: clamp(15px, 1.5vw, 30px);
        max-width: 820px;
        /* Controle de largura para a headline */
        position: relative;
        z-index: 20;
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: linear-gradient(180deg, var(--cyan), var(--violet));
        box-shadow: 0 0 18px rgba(34, 211, 238, 0.35);
    }

    .hero-prime__title {
        font-size: clamp(36px, 4.1vw, 58px);
        line-height: 1.04;
        letter-spacing: -0.02em;
        margin: 0 0 28px;
        /* Margem aumentada para equilíbrio */
    }

    .hero-prime__title .muted {
        color: var(--muted);
    }

    .hero-prime__subtitle {
        color: var(--muted);
        font-size: clamp(16px, 1.4vw, 18px);
        max-width: 62ch;
        margin: 0 0 34px;
        /* Margem aumentada para equilíbrio */
    }

    .hero-prime__proof {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 0 18px;
    }

    .pill {
        border: 1px solid var(--border);
        background: rgba(255, 255, 255, 0.04);
        border-radius: 14px;
        padding: 10px 12px;
        box-shadow: var(--shadow);
        color: rgba(255, 255, 255, 0.90);
        font-weight: 600;
        font-size: 14px;
    }

    .pill span {
        display: inline-block;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.60);
        margin-right: 6px;
    }

    .hero-prime__actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 18px;
        border-radius: 14px;
        border: 1px solid var(--border);
        text-decoration: none;
        color: rgba(255, 255, 255, 0.92);
        font-weight: 600;
        transition: var(--transition-base);
    }

    .btn:hover {
        transform: translateY(-2px);
    }

    .btn-primary {
        background: linear-gradient(90deg, rgba(34, 211, 238, 0.18), rgba(124, 58, 237, 0.22));
        box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.25), var(--shadow);
    }

    .btn-secondary {
        background: rgba(255, 255, 255, 0.04);
    }

    .hero-prime__micro {
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.62);
        font-size: 13px;
    }

    /* --- IMAGEM ESTILO “PRIME” --- */
    .hero-prime__right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60%;
        height: 100%;
        pointer-events: none;
        z-index: 5;
    }

    .hero-prime__img {
        position: absolute;
        right: -12vw;
        bottom: -220px;
        /* Mergulha mais a foto para salvar o cabelo no topo */
        height: clamp(650px, 65vw, 1050px);
        /* Começa mais próximo do fim do tablet */
        width: auto;
        object-fit: cover;
        z-index: 1;
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 15%, black 35%);
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 15%, black 35%);
    }

    .hero-prime__imgOverlay {
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.03), transparent 70%);
        pointer-events: none;
    }

    .hero-prime__rim {
        position: absolute;
        right: 70px;
        top: 60px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(34, 211, 238, 0.18), rgba(124, 58, 237, 0.14), transparent 70%);
        filter: blur(20px);
        opacity: 0.9;
        pointer-events: none;
    }
}