/* ════════════════════════════════════
                        TOKENS
                    ════════════════════════════════════ */

:root {
    --green: #16a34a;
    --green-light: #22c55e;
    --green-dim: rgba(22,163,74,0.15);
    --green-glow: rgba(22,163,74,0.22);
    --black: #080808;
    --surface: #101010;
    --surface2: #181818;
    --surface3: #1f1f1f;
    --border: rgba(255,255,255,0.07);
    --border-g: rgba(22,163,74,0.2);
    --text: #e8e8e8;
    --muted: #7a7a7a;
    --white: #ffffff;
    --radius: 12px;
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 32px;
    --space-lg: 64px;
    --space-xl: 96px;
    --space-2xl: 128px;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Sora';
    src: url('../fonts/sora/Sora-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

/* =======================================================
                        Orbitron
                    ======================================================= */

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron/Orbitron-Black.ttf') format('truetype');
    font-weight: 900;
}

/* =======================================================
                        YAPARI BASE
                    ======================================================= */

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Yapari';
    src: url('../fonts/yapari/YapariTrial-Ultra.ttf') format('truetype');
    font-weight: 900;
}

/* =======================================================
                        YAPARI EXPANDED
                    ======================================================= */

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-ThinExpanded.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-LightExpanded.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-Expanded.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-MediumExpanded.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-SemiBoldExpanded.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-BoldExpanded.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-ExtraBoldExpanded.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Yapari Expanded';
    src: url('../fonts/yapari/YapariTrial-UltraExpanded.ttf') format('truetype');
    font-weight: 900;
}

/* =======================================================
                        YAPARI EXTENDED
                    ======================================================= */

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-ThinExtended.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-LightExtended.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-Extended.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-MediumExtended.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-SemiBoldExtended.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-BoldExtended.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-ExtraBoldExtended.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Yapari Extended';
    src: url('../fonts/yapari/YapariTrial-UltraExtended.ttf') format('truetype');
    font-weight: 900;
}

/* =======================================================
                        YAPARI WIDE
                    ======================================================= */

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-ThinWide.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-ExtraLightWide.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-LightWide.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-Wide.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-MediumWide.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-SemiBoldWide.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-BoldWide.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-ExtraBoldWide.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: 'Yapari Wide';
    src: url('../fonts/yapari/YapariTrial-UltraWide.ttf') format('truetype');
    font-weight: 900;
}

/* =======================================================
                        YAPARI EXTRA VARIANTS
                    ======================================================= */

@font-face {
    font-family: 'Yapari Extra Expanded';
    src: url('../fonts/yapari/YapariTrial-ExtLtExp.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'Yapari Extra Extended';
    src: url('../fonts/yapari/YapariTrial-ExtLtExt.ttf') format('truetype');
    font-weight: 200;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background: var(--black);
    color: var(--text);
    font-family: 'Sora', sans-serif;
    overflow-x: hidden;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

/* ════════════════════════════════════
                        TYPOGRAPHY
                    ════════════════════════════════════ */
h1, h2, h3 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    color: var(--white);
}

h1 {
    font-size: clamp(1.8rem, 2.5vw, 5rem);
    letter-spacing: -.5px;
}

h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

ul li {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

em {
    color: var(--green-light);
    font-style: normal;
}

/* ════════════════════════════════════
                        LAYOUT
                    ════════════════════════════════════ */
.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

section {
    padding: var(--space-2xl) 0;
}

.section-header {
    margin-bottom: var(--space-lg);
}

    .section-header.center {
        text-align: center;
    }

    .section-header p {
        max-width: 580px;
        margin-top: var(--space-sm);
    }

    .section-header.center p {
        margin-inline: auto;
    }

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-light);
    margin-bottom: var(--space-sm);
}

    .tag::before {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background: var(--green-light);
        border-radius: 2px;
    }

/* ════════════════════════════════════
                        BUTTONS
                    ════════════════════════════════════ */
.btn {
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all .22s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--green);
    color: #fff;
    padding: 15px 32px;
    box-shadow: 0 0 28px var(--green-glow);
}

    .btn-primary:hover {
        background: var(--green-light);
        transform: translateY(-2px);
        box-shadow: 0 0 40px rgba(34,197,94,.45);
    }

.btn-outline {
    border: 1.5px solid rgba(255,255,255,.18);
    color: var(--text);
    padding: 14px 30px;
}

    .btn-outline:hover {
        border-color: var(--green);
        color: var(--green-light);
    }

.btn-lg {
    padding: 18px 42px;
    font-size: 1.1rem;
    border-radius: 10px;
}

.btn-xl {
    width: 100%;
    padding: 18px;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .22s;
    font-family: 'Sora', sans-serif;
    box-shadow: 0 0 30px rgba(22, 163, 74, .35);
    text-align: center;
}

/* ════════════════════════════════════
                        NAVBAR
                    ════════════════════════════════════ */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 68px;
    background: rgba(8,8,8,.35);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: background .35s;
}

    nav.scrolled {
        background: rgba(8,8,8,.78);
    }

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--white);
    text-decoration: none;
}

.nav-logo-badge {
    background: var(--green);
    color: #fff;
    padding: 3px 9px;
    border-radius: 5px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .5px;
}

.nav-logo img {
    width: 14rem;
    height: 2rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

    .nav-links a {
        color: rgba(255,255,255,.68);
        text-decoration: none;
        font-size: .88rem;
        font-weight: 500;
        transition: color .2s;
    }

        .nav-links a:hover {
            color: var(--green-light);
        }

#projetos, #parceria-altoqi, #investimento {
    background: linear-gradient(140deg, #080808 0%, #0c1f11 55%, #080808 100%);
}

/* ════════════════════════════════════
                        HERO
                    ════════════════════════════════════ */

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 50px 0 80px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(140deg, #080808 0%, #0c1f11 55%, #080808 100%);
}

.hero-bg-glow {
    position: absolute;
    z-index: 0;
    top: -15%;
    left: -5%;
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(22,163,74,.16) 0%, transparent 70%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(22,163,74,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(22,163,74,.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    align-items: center;
    text-align: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(22,163,74,.1);
    border: 1px solid rgba(22,163,74,.28);
    color: var(--green-light);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp .7s .15s forwards;
}

.hero-eyebrow-dot {
    width: 7px;
    height: 7px;
    background: var(--green-light);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero h1 {
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp .7s .3s forwards;
}

.hero-lead {
    font-size: 1.1rem;
    margin-top: 1.2rem;
    /*max-width: 480px;*/
    margin-bottom: 36px;
    opacity: 0;
    text-align: center;
    animation: fadeUp .7s .45s forwards;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
    opacity: 0;
    animation: fadeUp .7s .6s forwards;
    justify-content: center;
}

/* ── STATS BAR ── */
.hero-stats {
    display: flex;
    gap: 0;
    border: 1px solid var(--border-g);
    border-radius: var(--radius);
    overflow: hidden;
    opacity: 0;
    animation: fadeUp .7s .75s forwards;
}

.stat-item {
    flex: 1;
    padding: 20px 24px;
    border-right: 1px solid var(--border-g);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .stat-item:last-child {
        border-right: none;
    }

.stat-num {
    font-family: 'Sora', sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--green-light);
}

.stat-lbl {
    font-size: .78rem;
    color: var(--muted);
    line-height: 1.4;
}

/* ── HERO VISUAL ── */
.hero-visual {
    position: relative;
    opacity: 0;
    animation: fadeIn 1s .85s forwards;
}

.devices-wrap {
    position: relative;
    width: 100%;
}

/* laptop */
.laptop-wrap {
    position: relative;
    z-index: 2;
}

.laptop-shell {
    background: #1c1c1e;
    border-radius: 14px 14px 0 0;
    padding: 10px 10px 0;
    border: 2px solid #2c2c2e;
    box-shadow: 0 40px 100px rgba(0,0,0,.9), 0 0 60px rgba(22,163,74,.1);
}

.laptop-bezel {
    background: #0a0f0b;
    border-radius: 8px;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
}

.laptop-cam {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background: #0a0a0a;
    border-radius: 50%;
    border: 1px solid #2c2c2e;
}

/* screen content */
.lsc {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #0c1a10 0%, #080808 100%);
}

.lsc-topbar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(22,163,74,.1);
    background: rgba(22,163,74,.04);
}

.lsc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.lsc-body {
    display: grid;
    grid-template-columns: 140px 1fr;
    flex: 1;
}

.lsc-sidebar {
    border-right: 1px solid rgba(22,163,74,.1);
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lsc-nav {
    height: 16px;
    border-radius: 4px;
    background: rgba(22,163,74,.08);
}

    .lsc-nav.act {
        background: rgba(22,163,74,.25);
    }

.lsc-main {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lsc-title {
    font-family: 'Sora', sans-serif;
    font-size: .85rem;
    color: var(--green-light);
    letter-spacing: 1px;
}

.lsc-3d {
    flex: 1;
    border: 1px solid rgba(22,163,74,.12);
    border-radius: 6px;
    background: rgba(22,163,74,.03);
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    overflow: hidden;
}

.lsc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: .7;
    filter: grayscale(30%) contrast(1.1);
}

.lsc-3d-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(22,163,74,.9);
    color: #fff;
    font-size: .5rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
    letter-spacing: .5px;
}

.lsc-progress {
    padding: 0 2px;
}

.lsc-bar-wrap {
    background: rgba(22,163,74,.1);
    border-radius: 3px;
    height: 5px;
    overflow: hidden;
}

.lsc-bar {
    width: 62%;
    height: 100%;
    background: linear-gradient(90deg, var(--green), var(--green-light));
    border-radius: 3px;
}

.lsc-bar-lbl {
    font-size: .52rem;
    color: var(--muted);
    margin-top: 3px;
}

.laptop-base {
    background: #252527;
    height: 14px;
    border-radius: 0 0 6px 6px;
    border: 2px solid #2c2c2e;
    border-top: none;
}

.laptop-foot {
    background: #1a1a1c;
    height: 5px;
    border-radius: 0 0 4px 4px;
    margin: 0 12%;
}

/* iphone */
.iphone-wrap {
    position: absolute;
    bottom: -24px;
    right: -28px;
    z-index: 4;
    width: 96px;
    animation: float 4.5s ease-in-out infinite;
}

.iphone-shell {
    background: #1c1c1e;
    border-radius: 18px;
    padding: 7px 5px;
    border: 2px solid #2c2c2e;
    box-shadow: 0 24px 60px rgba(0,0,0,.85), 0 0 24px rgba(22,163,74,.18);
}

.iphone-screen {
    background: #0a0f0b;
    border-radius: 12px;
    aspect-ratio: 9/19.5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 5px;
    gap: 4px;
}

.iphone-notch {
    width: 28px;
    height: 5px;
    background: #1c1c1e;
    border-radius: 3px;
    margin-bottom: 4px;
}

.iphone-img-wrap {
    width: 100%;
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

    .iphone-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .75;
        filter: grayscale(20%);
    }

.iphone-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.8) 0%, transparent 60%);
}

.iphone-label {
    position: absolute;
    bottom: 4px;
    left: 5px;
    font-size: .48rem;
    font-weight: 700;
    color: var(--green-light);
    font-family: 'Sora', sans-serif;
    letter-spacing: 1px;
}

.iphone-bars {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.iphone-bar {
    background: rgba(22,163,74,.1);
    border-radius: 2px;
    height: 5px;
}

    .iphone-bar.act {
        background: rgba(22,163,74,.3);
        width: 70%;
    }

.hero-visual-mobile {
    position: relative;
    display: flex;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 1s .85s forwards;
}

.phone-wrap {
    position: relative;
    width: 100%;
    max-width: 320px;
}

.phone-shell {
    position: relative;
    background: #1c1c1e;
    border-radius: 36px;
    padding: 14px 10px;
    border: 2px solid #2c2c2e;
    box-shadow: 0 40px 100px rgba(0,0,0,.9), 0 0 60px rgba(22,163,74,.12);
}

.phone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 22px;
    background: #0a0a0a;
    border-radius: 12px;
    z-index: 3;
}

.phone-screen {
    background: #0a0f0b;
    border-radius: 26px;
    aspect-ratio: 9/19.5;
    overflow: hidden;
    position: relative;
}

.phone-home-indicator {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: rgba(255,255,255,.3);
    border-radius: 3px;
    z-index: 3;
}

.yt-wrap--vertical {
    width: 100%;
    height: 100%;
    position: relative;
}

.yt-iframe--vertical {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yt-controls {
    position: absolute;
    right: 10px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 4;
}

.yt-control-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

    .yt-control-btn svg {
        width: 18px;
        height: 18px;
    }

    .yt-control-btn:hover {
        background: rgba(22,163,74,.5);
        transform: scale(1.08);
    }

    .yt-control-btn.is-unmuted {
        background: rgba(22,163,74,.6);
    }

/* ── Mobile: vídeo grande, ocupando a maior parte da tela ── */
@media (max-width: 640px) {
    .phone-wrap {
        max-width: 300px;
    }

    .phone-shell {
        border-radius: 24px;
        padding: 14px 14px;
    }

    .phone-home-indicator {
        bottom: 18px;
    }

    .phone-screen {
        border-radius: 18px;
        aspect-ratio: 9/16;
        max-height: 80dvh;
    }

    .phone-notch {
        width: 70px;
        height: 18px;
        top: 10px;
    }
}

/* instructor badges */
.instructor-float {
    position: absolute;
    bottom: 20px;
    left: -44px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 9px;
    animation: float 5s ease-in-out infinite reverse;
}

.i-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(12,28,18,.92);
    border: 1px solid rgba(22,163,74,.28);
    border-radius: 50px;
    padding: 6px 14px 6px 6px;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
}

.i-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--green);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-dim);
}

    .i-av img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .i-av span {
        font-family: 'Sora', sans-serif;
        font-size: 1rem;
        color: var(--green-light);
    }

.i-name {
    font-size: .68rem;
    font-weight: 700;
    color: var(--white);
}

.i-role {
    font-size: .6rem;
    color: var(--green-light);
}

/* ════════════════════════════════════
                        TRUST BAR
                    ════════════════════════════════════ */
.trust-bar {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--surface);
    padding: 32px 0;
}

.trust-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: .88rem;
}

.trust-icon {
    flex-shrink: 0;
}

.trust-sep {
    width: 1px;
    height: 28px;
    background: var(--border);
}

/* ════════════════════════════════════
                        PARA QUEM
                    ════════════════════════════════════ */
.para-quem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.para-quem-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 0 40px 80px rgba(0,0,0,.6);
}

    .para-quem-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(15%) contrast(1.05);
    }

    .para-quem-img::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 50%, rgba(8,8,8,.7) 100%);
    }

.para-quem-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    background: rgba(12,28,18,.92);
    border: 1px solid rgba(22,163,74,.3);
    border-radius: 10px;
    padding: 12px 18px;
    backdrop-filter: blur(12px);
}

    .para-quem-img-badge strong {
        display: block;
        font-family: 'Sora', sans-serif;
        font-size: 1.6rem;
        color: var(--green-light);
        line-height: 1;
    }

    .para-quem-img-badge span {
        font-size: .72rem;
        color: var(--muted);
    }

.audience-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .audience-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        background: var(--surface2);
        border: 1px solid var(--border);
        border-radius: 10px;
        padding: 18px 20px;
        font-size: .95rem;
        color: rgba(255,255,255,.8);
        transition: border-color .22s, transform .22s;
    }

        .audience-list li:hover {
            border-color: var(--border-g);
            transform: translateX(4px);
        }

.al-icon {
    flex-shrink: 0;
    margin-top: 1px;
}

/* ════════════════════════════════════
                        PILARES
                    ════════════════════════════════════ */
#metodo {
    background: var(--surface);
}

.pillar-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.pillar-img-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
}

    .pillar-img-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(20%);
    }

    .pillar-img-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(8,8,8,.75) 0%, transparent 60%);
    }

.pillar-img-label {
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 2;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
}

    .pillar-img-label small {
        display: block;
        font-size: .72rem;
        color: var(--green-light);
        font-family: 'Sora', sans-serif;
        font-weight: 400;
    }

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pillar-card {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px;
    transition: border-color .25s, transform .25s, box-shadow .25s;
    display: grid;
}

    .pillar-card p {
        font-weight: normal;
        font-size: 1.2rem;
        color: #fff;
    }

    .pillar-card:hover {
        border-color: var(--border-g);
        transform: translateY(-6px);
        box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 32px rgba(22,163,74,.07);
    }

@media screen and (min-width: 768px) {
    .pillar-card {
        grid-gap: 15px;
        grid-template-columns: auto 1fr;
    }
}

.pillar-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--green-dim);
    border: 1px solid var(--border-g);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pillar-card h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.pillar-card p {
    font-size: .9rem;
}

/* ════════════════════════════════════
                        MÓDULOS
                    ════════════════════════════════════ */
.module-wrap {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.module-list {
    flex: 1;
}

.modules-accordion {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.mod-item {
    background: var(--black);
}

.mod-q {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    cursor: pointer;
    transition: background .18s;
}

    .mod-q:hover {
        background: rgba(22,163,74,.04);
    }

.mod-num {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    color: rgba(22,163,74,.22);
    line-height: 1;
    min-width: 44px;
    transition: color .2s;
}

.mod-item.open .mod-num {
    color: var(--green-light);
}

.mod-title {
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
}

.mod-chevron {
    margin-left: auto;
    flex-shrink: 0;
    transition: transform .3s;
}

.mod-item.open .mod-chevron {
    transform: rotate(45deg);
}

.mod-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s ease;
    padding: 0 28px 0 92px;
}

.mod-item.open .mod-body {
    max-height: 700px;
    padding: 0 28px 24px 92px;
}

.mod-body p {
    font-size: .9rem;
}

.mod-body ul li {
    font-size: .9rem;
    list-style: none;
    max-height: 100dvh;
}

.mod-body ul li::before {
  content: "•";
  color: var(--green);
  font-size: 1.2em;
  margin-right: 8px;
}

.mod-body ul li:first-child {
    margin-top: 1.2rem;
}

.module-img-stack {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.module-img-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.7);
    margin-bottom: 2.5rem;
}

.module-img-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: transform .5s ease;
}

.module-img-card:hover img {
    transform: scale(1.04);
}

.module-img-card-control-width {
    max-width: 46.8em;
    margin-inline: auto;
}

/* ════════════════════════════════════
                        AltoQi
                    ════════════════════════════════════ */
#software {
    background: var(--surface);
}

.software-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sw-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.sw-feat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    transition: border-color .2s;
}

    .sw-feat:hover {
        border-color: var(--border-g);
    }

.sw-feat-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.sw-feat h4 {
    font-size: .95rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
}

.sw-feat p {
    font-size: .85rem;
    margin: 0;
}

.sw-visual {
    position: relative;
}

.sw-laptop-shell {
    background: #1c1c1e;
    border-radius: 14px 14px 0 0;
    padding: 10px 10px 0;
    border: 2px solid #2c2c2e;
    box-shadow: 0 32px 80px rgba(0,0,0,.85), 0 0 50px rgba(22,163,74,.12);
}

.sw-screen {
    background: #0a0f0b;
    border-radius: 8px;
    aspect-ratio: 16/10;
    overflow: hidden;
}

    .sw-screen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(25%) contrast(1.05);
        opacity: .8;
    }

.sw-screen-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(22,163,74,.08) 0%, transparent 60%);
    pointer-events: none;
}

.sw-phone {
    position: absolute;
    right: -20px;
    bottom: -14px;
    width: 80px;
    z-index: 3;
    animation: float 4s ease-in-out infinite;
}

.sw-phone-shell {
    background: #1c1c1e;
    border-radius: 14px;
    padding: 6px 4px;
    border: 1.5px solid #2c2c2e;
    box-shadow: 0 16px 40px rgba(0,0,0,.7), 0 0 18px rgba(22,163,74,.15);
}

.sw-phone-screen {
    background: #0a0f0b;
    border-radius: 10px;
    aspect-ratio: 9/19.5;
    overflow: hidden;
}

    .sw-phone-screen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(25%);
        opacity: .75;
    }

/* ════════════════════════════════════
                        INSTRUTORES
                    ════════════════════════════════════ */
.instructors-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.inst-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}

    .inst-card:hover {
        border-color: var(--border-g);
        transform: translateY(-5px);
        box-shadow: 0 24px 60px rgba(0,0,0,.5);
    }

.inst-photo {
    position: relative;
    aspect-ratio: 4/3.3;
    overflow: hidden;
    background: linear-gradient(135deg, #0c1a10, #080808);
}

    .inst-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        filter: grayscale(10%) contrast(1.05);
        transition: transform .5s;
    }

.inst-card:hover .inst-photo img {
    transform: scale(1.03);
}

.inst-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,8,8,.85) 0%, transparent 55%);
}

.inst-phone-device {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 2;
    width: 56px;
    animation: float 4s ease-in-out infinite;
}

.inst-phone-shell {
    background: #1c1c1e;
    border-radius: 12px;
    padding: 4px 3px;
    border: 1.5px solid rgba(22,163,74,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.7), 0 0 14px rgba(22,163,74,.2);
}

.inst-phone-scr {
    background: #0a0f0b;
    border-radius: 8px;
    aspect-ratio: 9/19.5;
    overflow: hidden;
    padding: 4px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.inst-phone-notch {
    width: 18px;
    height: 4px;
    background: #1c1c1e;
    border-radius: 2px;
}

.inst-phone-av {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--green);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-dim);
}

    .inst-phone-av span {
        font-family: 'Sora', sans-serif;
        font-size: .55rem;
        color: var(--green-light);
    }

.inst-phone-bar {
    width: 60%;
    height: 2px;
    background: var(--green);
    border-radius: 1px;
}

.inst-phone-rows {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.inst-phone-row {
    background: rgba(22,163,74,.1);
    border-radius: 2px;
    height: 4px;
}

    .inst-phone-row.g {
        background: rgba(22,163,74,.28);
    }

.inst-body {
    padding: 28px 28px 32px;
}

    .inst-body h3 {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

.inst-tag {
    display: inline-block;
    background: var(--green-dim);
    color: var(--green-light);
    font-size: .72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.inst-body p {
    font-size: .9rem;
    margin-bottom: 18px;
}

.inst-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--green-light);
}

.inst-q {
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem;
    color: var(--green-light);
    transition: color .2s;
    text-decoration: none
}

    .inst-q:hover {
        color: var(--green);
    }

/* ════════════════════════════════════
                        DEPOIMENTOS
                    ════════════════════════════════════ */
#depoimentos {
    background: var(--surface);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testi {
    background: var(--black);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, transform .2s;
}

    .testi:hover {
        border-color: var(--border-g);
        transform: translateY(-5px);
    }

.testi-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.testi-text {
    font-size: .95rem;
    color: rgba(255,255,255,.8);
    font-style: italic;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 24px;
}

    .testi-text::before {
        content: '\201C';
        color: var(--green-light);
        font-size: 2.2rem;
        font-family: 'Sora', sans-serif;
        line-height: 0;
        vertical-align: -.45em;
        margin-right: 4px;
    }

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green-dim);
    border: 1.5px solid var(--border-g);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    color: var(--green-light);
    flex-shrink: 0;
}

.testi-name {
    font-weight: 700;
    font-size: .9rem;
    color: var(--white);
}

.testi-role {
    font-size: .78rem;
    color: var(--muted);
}

/* ════════════════════════════════════
                        PRICING
                    ════════════════════════════════════ */
.pricing-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.pricing-card {
    background: var(--surface);
    border: 1px solid rgba(22,163,74,.3);
    border-radius: 20px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(22,163,74,.1);
}

    .pricing-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--green), var(--green-light));
    }

.price-badge {
    display: inline-block;
    background: var(--green-dim);
    color: var(--green-light);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.price-old {
    color: var(--muted);
    text-decoration: line-through;
    font-size: .95rem;
    margin-bottom: 6px;
}

.price-main {
    font-family: 'Sora', sans-serif;
    font-size: 3.8rem;
    line-height: 1;
    color: var(--white);
    margin-bottom: 4px;
}

    .price-main sup {
        font-size: 1.8rem;
        color: var(--green-light);
    }

.price-pix {
    font-size: .95rem;
    color: var(--muted);
    margin-bottom: 32px;
}

    .price-pix strong {
        color: var(--green-light);
    }

.price-cta-text {
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    line-height: 1.4;
    color: var(--white);
    margin-bottom: 32px;
}

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 36px;
}

    .features-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: .95rem;
        color: rgba(255,255,255,.8);
    }

.f-check {
    flex-shrink: 0;
}

.pricing-cta {
    width: 100%;
    padding: 18px;
    background: var(--green);
    border: none;
    color: #fff;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .22s;
    font-family: 'Sora', sans-serif;
    box-shadow: 0 0 30px rgba(22,163,74,.35);
}

    .pricing-cta:hover {
        background: var(--green-light);
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(22,163,74,.4);
    }

.pricing-footer {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .pricing-footer span {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .78rem;
        color: var(--muted);
    }

.pricing-proof {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.proof-card {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

    .proof-card h4 {
        font-size: .95rem;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 6px;
    }

    .proof-card p {
        font-size: .85rem;
        margin: 0;
    }

.proof-icon {
    flex-shrink: 0;
}

.proof-img {
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16/7;
}

    .proof-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(15%);
        opacity: .85;
    }

/* ════════════════════════════════════
                        FAQ
                    ════════════════════════════════════ */
.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.faq-item {
    background: var(--surface);
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    cursor: pointer;
    font-weight: 600;
    font-size: .95rem;
    color: var(--white);
    transition: color .2s;
}

    .faq-q:hover {
        color: var(--green-light);
    }

.faq-toggle {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid var(--border-g);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s, background .2s;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
    background: var(--green-dim);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s ease;
    padding: 0 26px;
    font-size: .9rem;
    color: var(--muted);
}

.faq-item.open .faq-a {
    max-height: 200px;
    padding: 0 26px 22px;
}

.faq-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-aside-img {
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 12/10;
}

    .faq-aside-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(15%);
    }

.faq-contact {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
}

    .faq-contact h4 {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .faq-contact p {
        font-size: .88rem;
        margin-bottom: 20px;
    }

/* ════════════════════════════════════
                        FINAL CTA
                    ════════════════════════════════════ */
.final-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: var(--space-2xl) 0;
    background: linear-gradient(140deg, #080808 0%, #0c1f11 50%, #080808 100%);
}

    .final-cta::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at center, rgba(22,163,74,.13) 0%, transparent 70%);
    }

    .final-cta .container {
        position: relative;
        z-index: 1;
    }

    .final-cta h2 {
        font-size: clamp(2rem, 4vw, 3.5rem);
        margin-bottom: 16px;
    }

    .final-cta p {
        max-width: 540px;
        margin: 0 auto 40px;
    }

.final-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ════════════════════════════════════
                        FOOTER
                    ════════════════════════════════════ */
footer {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 72px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 56px;
}

.footer-logo {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

    .footer-logo img {
        width: 18rem;
        height: 3.2rem;
    }

    .footer-logo .badge {
        background: var(--green);
        color: #fff;
        padding: 2px 8px;
        border-radius: 5px;
        font-size: .75rem;
    }

.footer-desc {
    font-size: .85rem;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 20px;
}

.footer-col h4 {
    font-weight: 700;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.5);
    margin-bottom: 18px;
}

.footer-col a {
    display: block;
    color: var(--muted);
    text-decoration: none;
    font-size: .88rem;
    margin-bottom: 12px;
    transition: color .2s;
}

    .footer-col a:hover {
        color: var(--green-light);
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
    padding-top: 28px;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-bottom p {
        font-size: .8rem;
        color: var(--muted);
    }

/* ════════════════════════════════════
                        SCROLL ANIMATIONS
                    ════════════════════════════════════ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(1.5);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}

    .reveal.in {
        opacity: 1;
        transform: none;
    }

.reveal-l {
    opacity: 0;
    transform: translateX(-44px);
    transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}

    .reveal-l.in {
        opacity: 1;
        transform: none;
    }

.reveal-r {
    opacity: 0;
    transform: translateX(44px);
    transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}

    .reveal-r.in {
        opacity: 1;
        transform: none;
    }

.reveal-s {
    opacity: 0;
    transform: scale(.93);
    transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1);
}

    .reveal-s.in {
        opacity: 1;
        transform: none;
    }

.stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
}

.stagger.in > *:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: .05s;
}

.stagger.in > *:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: .14s;
}

.stagger.in > *:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: .23s;
}

.stagger.in > *:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: .32s;
}

.stagger.in > *:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: .41s;
}

.stagger.in > *:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: .50s;
}

.yt-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: #000;
}

/* ── Vídeo: object-fit cover — cobre a área sem barras pretas ── */
.yt-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border: none;
    /*opacity: .82;*/
    /*filter: contrast(1.08);*/
    /*pointer-events: none;*/ /* impede qualquer clique no vídeo */
}

/* ── Botão de som ── */
.yt-sound-btn {
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(8, 8, 8, .72);
    border: 1px solid rgba(22, 163, 74, .35);
    color: #e8e8e8;
    border-radius: 50px;
    padding: 6px 14px 6px 10px;
    font-size: .72rem;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background .2s, border-color .2s, transform .15s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    .yt-sound-btn:hover {
        background: rgba(22, 163, 74, .18);
        border-color: rgba(22, 163, 74, .65);
        transform: scale(1.04);
    }

    .yt-sound-btn:active {
        transform: scale(.97);
    }

    .yt-sound-btn svg {
        width: 15px;
        height: 15px;
        stroke: #22c55e;
        flex-shrink: 0;
    }

    /* ── Estado: com som ── */
    .yt-sound-btn.is-unmuted svg.yt-icon-muted {
        display: none;
    }

    .yt-sound-btn.is-unmuted svg.yt-icon-sound {
        display: block !important;
    }

    .yt-sound-btn.is-unmuted .yt-sound-label {
        color: #22c55e;
    }

/* ── Label Eberick ── */
.yt-wrap .lsc-3d-label {
    z-index: 10;
}

/* ── Responsivo ── */
/* No tablet/mobile o hero-visual já some via CSS existente (≤ 1024px) */
@media (max-width: 1024px) {
    .hero-visual {
        /*display: none;*/
    }
}

/* ════════════════════════════════════
                        RESPONSIVE
                    ════════════════════════════════════ */
@media(max-width:1024px) {
    .hero-inner, .para-quem-grid, .software-grid, .pricing-wrap, .faq-grid, .module-wrap {
        grid-template-columns: 1fr;
    }

    .hero-visual, .module-img-stack {
        /*display: none;*/
    }

    .para-quem-img {
        aspect-ratio: 16/9;
    }

    .pillars-grid, .instructors-grid, .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nav-links {
        display: none;
    }

    .pillar-img-row {
        grid-template-columns: 1fr;
    }

    .trust-sep {
        display: none;
    }

    .trust-inner {
        justify-content: center;
    }
}

@media(max-width:600px) {
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .hero-stats {
        flex-direction: column;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--border-g);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        padding: 32px 24px;
    }
}


/* ════════ NOVAS SEÇÕES: PROJETOS / SIMULAÇÕES / PARCERIA ════════ */

/* ════════════════════════════════════
                PROJETOS REAIS
            ════════════════════════════════════ */

#projetos .section-header {
    margin-bottom: var(--space-xl);
}

.prj-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-lg);
    align-items: center;
    margin-bottom: var(--space-xl);
}

    .prj-row.reverse {
        grid-template-columns: 1fr 1.1fr;
    }

        .prj-row.reverse .prj-media {
            order: 2;
        }

.prj-media {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.7);
}

    .prj-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        transition: transform .5s ease;
    }

    .prj-media:hover img {
        transform: scale(1.04);
    }

.prj-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--green);
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 6px;
    box-shadow: 0 0 24px var(--green-glow);
}

.prj-author {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-light);
    margin-bottom: var(--space-xs);
}

.prj-info h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    font-weight: 800;
    margin-bottom: var(--space-sm);
}

.prj-perrengue {
    margin-top: var(--space-md);
    padding: var(--space-lg);
    background: var(--surface2);
    border: 1px solid var(--border);
    border-left: 3px solid var(--green);
    border-radius: var(--radius);
}

    .prj-perrengue h3 {
        font-family: 'Orbitron', sans-serif;
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        font-weight: 700;
        margin-bottom: var(--space-md);
        line-height: 1.3;
    }

.prj-list {
    list-style: none;
    display: grid;
    gap: var(--space-sm);
}

    .prj-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        color: var(--text);
        font-size: 1rem;
        line-height: 1.6;
    }

.prj-ic {
    flex-shrink: 0;
    margin-top: 3px;
}

/* ════════════════════════════════════
                SIMULAÇÕES (REELS)
            ════════════════════════════════════ */
.sim-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
}

.sim-video {
    flex: 1 1 0;
    max-width: 300px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 24px 50px -25px rgba(0,0,0,.7);
    background: var(--surface2);
}

.sim-video--main {
    max-width: 360px;
    border-color: var(--border-g);
    box-shadow: 0 0 60px var(--green-glow), 0 24px 50px -20px rgba(0,0,0,.8);
    transform: scale(1.06);
    z-index: 2;
}

.sim-video video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    pointer-events: none;
}

/* ════════════════════════════════════
                PARCERIA ALTOQI / EBERICK
            ════════════════════════════════════ */

.ptn-card {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    background: var(--surface);
    border: 1px solid var(--border-g);
    border-radius: var(--radius);
    padding: var(--space-xl) var(--space-lg);
    box-shadow: 0 0 80px -20px var(--green-glow);
}

.ptn-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
    margin-bottom: var(--space-md);
}

    .ptn-logos .ptn-plus {
        color: var(--muted);
        font-size: 1.6rem;
        font-weight: 300;
    }

.ptn-logo-altoqi,
.ptn-logo-eberick {
    width: auto;
    background: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px -10px rgba(0,0,0,.6);
}

.ptn-logo-altoqi {
    height: 84px;
}

.ptn-logo-eberick {
    height: 84px;
}

.ptn-card h2 {
    margin-bottom: var(--space-md);
}

.ptn-card p {
    max-width: 640px;
    margin: 0 auto var(--space-sm);
}

    .ptn-card p strong {
        color: var(--text);
        font-weight: 700;
    }

.ptn-perks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    margin: var(--space-lg) auto;
    max-width: 560px;
}

.ptn-perk {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--space-md) var(--space-sm);
}

.ptn-perk-num {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--green-light);
    margin-bottom: 6px;
}

.ptn-perk-lbl {
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
}

.ptn-note {
    font-size: .8rem !important;
    color: var(--muted);
    font-style: italic;
    margin-bottom: var(--space-md) !important;
}

/* ════════════════════════════════════
                RESPONSIVO — NOVAS SEÇÕES
            ════════════════════════════════════ */
@media(max-width:860px) {
    .prj-row,
    .prj-row.reverse {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

        .prj-row.reverse .prj-media {
            order: 0;
        }

    .sim-grid {
        gap: var(--space-sm);
    }

    .sim-video--main {
        transform: scale(1.02);
    }
}

@media(max-width:600px) {
    .sim-grid {
        flex-direction: column;
    }

    .sim-video,
    .sim-video--main {
        max-width: 320px;
        width: 100%;
        transform: none;
    }

    .ptn-perks {
        grid-template-columns: 1fr;
    }

    .prj-perrengue {
        padding: var(--space-md);
    }
}

/* ════════════════════════════════════
               EFEITO ANTES E DEPOIS (BEFORE & AFTER)
            ════════════════════════════════════ */

.ba-wrap {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    user-select: none;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9;
    cursor: ew-resize;
}

.ba-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ba-after {
    clip-path: inset(0 50% 0 0);
}

.ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}

.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.ba-label {
    position: absolute;
    top: 14px;
    padding: 4px 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    pointer-events: none;
    z-index: 15;
}

.ba-label-left {
    left: 14px;
}

.ba-label-right {
    right: 14px;
}

/* ════════════════════════════════════
               Carrossel
            ════════════════════════════════════ */

.sim-carousel .sim-grid,
.sim-carousel .sim-video {
    all: unset; /* reseta o que existia em .sim-video e .sim-grid */
}

/* --- Wrapper externo: esconde overflow horizontal --- */
.sim-carousel {
    width: 100%;
}

.sim-carousel__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

/* --- Track deslizante --- */
.sim-carousel__track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    cursor: grab;
}

    .sim-carousel__track.is-dragging {
        transition: none;
        cursor: grabbing;
    }

    /* --- Card de vídeo --- */
    .sim-carousel__track .sim-video {
        flex: 0 0 calc(33.333% - 11px); /* 3 cards no desktop */
        min-width: 0;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        background: #0d0d0d;
        box-shadow: 0 2px 14px rgba(0,0,0,0.12);
        display: flex;
        flex-direction: column;
        /*height: 88dvh;*/
    }

        /* --- Vídeo ocupa proporção 9:16 --- */
        .sim-carousel__track .sim-video img {
            width: 100%;
            aspect-ratio: 9 / 16;
            object-fit: cover;
            display: block;
        }

/* --- Overlay de play/pause --- */
.sim-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* ocupa só a área do vídeo, não o label */
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    transition: background 0.2s;
    cursor: pointer;
}

    .sim-video__overlay:hover {
        background: rgba(0,0,0,0.1);
    }

    .sim-video__overlay.is-playing {
        background: transparent;
    }

        .sim-video__overlay.is-playing:hover {
            background: rgba(0,0,0,0.18);
        }

/* --- Botão play --- */
.sim-video__play-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s, transform 0.25s;
    pointer-events: none;
    flex-shrink: 0;
}

    .sim-video__play-btn svg {
        width: 20px;
        height: 20px;
        fill: #1a1a1a;
    }

.sim-icon--play {
    margin-left: 3px;
}

.sim-icon--pause {
    display: none;
}

/* Quando tocando: esconde o btn, mostra pause no hover */
.sim-video__overlay.is-playing .sim-video__play-btn {
    opacity: 0;
    transform: scale(0.75);
}

.sim-video__overlay.is-playing:hover .sim-video__play-btn {
    opacity: 1;
    transform: scale(1);
}

.sim-video__overlay.is-playing:hover .sim-icon--play {
    display: none;
}

.sim-video__overlay.is-playing:hover .sim-icon--pause {
    display: block;
}

/* --- Label do card --- */
.sim-video__label {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted, #888);
    background: var(--surface, #fff);
    border-top: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

    .sim-video__label span {
        color: var(--accent, #4caf7d); /* usa a variável de cor do seu site */
        margin-right: 4px;
        font-weight: 600;
    }

/* --- Navegação (prev/next + dots) --- */
.sim-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.sim-carousel__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.18);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, opacity 0.15s;
    flex-shrink: 0;
    padding: 0;
}

    .sim-carousel__btn:hover:not(:disabled) {
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.35);
    }

    .sim-carousel__btn:disabled {
        opacity: 0.25;
        cursor: not-allowed;
    }

    .sim-carousel__btn svg {
        width: 18px;
        height: 18px;
        stroke: #fff;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

/* --- Dots --- */
.sim-carousel__dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.sim-carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, width 0.25s, border-radius 0.25s;
    flex-shrink: 0;
}

    .sim-carousel__dot.is-active {
        background: #fff;
        width: 24px;
        border-radius: 4px;
    }

/* ════════════════════════════════════
              RESPONSIVIDADE
            ════════════════════════════════════ */

@media (max-width: 900px) {
    .sim-carousel__track .sim-video {
        flex: 0 0 calc(50% - 8px); /* 2 cards no tablet */
    }
}

@media (max-width: 560px) {
    .sim-carousel__track .sim-video {
        flex: 0 0 calc(85% - 8px); /* 1 card + peek no mobile */
    }
}

@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
    }

    /* ── Container ── */
    .container {
        padding: 0 var(--space-md); /* 32px */
    }

    /* ── Navbar ── */
    nav {
        padding: 0 var(--space-md);
    }

    /* ── Hero ── */
    .hero-inner {
        grid-template-columns: 1fr;
        gap: var(--space-md);
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hero-stats {
        max-width: 560px;
        margin-inline: auto;
    }

    /* ── Trust bar ── */
    .trust-inner {
        justify-content: center;
        gap: var(--space-sm);
    }

    .trust-sep {
        display: none;
    }

    /* ── Para quem ── */
    .para-quem-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .para-quem-img {
        aspect-ratio: 16/9;
        max-height: 320px;
    }

    /* ── Pilares ── */
    .pillars-grid {
        grid-template-columns: 1fr; /* já existia */
    }

    .pillar-img-row {
        grid-template-columns: 1fr; /* já existia */
    }

    /* ── Módulos ── */
    .module-wrap {
        flex-direction: column;
        gap: var(--space-md);
    }

    .ba-wrap {
        order: 2;
    }

    .module-img-stack {
        display: none; /* já existia */
    }

    /* ── Software ── */
    .software-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    /* ── Instrutores ── */
    .instructors-grid {
        grid-template-columns: 1fr; /* já existia */
    }

    /* ── Depoimentos ── */
    .testimonials-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-sm);
    }

    /* ── Pricing ── */
    .pricing-wrap {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    /* ── FAQ ── */
    .faq-grid {
        grid-template-columns: 1fr;
    }

    /* ── Footer ── */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-md);
    }

    /* ── Projetos ── */
    .prj-row,
    .prj-row.reverse {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

        .prj-row.reverse .prj-media {
            order: 0;
        }

    /* ── Parceria AltoQi ── */
    .ptn-card {
        padding: var(--space-lg) var(--space-md);
    }
}


/* ════════════════════════════════════════════════════════════════
   ≤ 860px  —  Tablet portrait
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {

    /* ── Seção ── */
    section {
        padding: var(--space-md) 0; /* 32px */
    }

    /* ── Hero ── */
    .hero {
        padding: 80px 0 56px;
    }

    .hero-eyebrow {
        font-size: .72rem;
    }

    .hero-stats {
        max-width: 100%;
    }

    .stat-item {
        padding: 16px 18px;
    }

    .stat-num {
        font-size: 1.8rem;
    }

    /* ── Instrutores ── */
    .inst-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .inst-photo {
        aspect-ratio: auto;
    }

    /* ── Depoimentos ── */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    /* ── Pilares ── */
    .pillar-card {
        padding: 24px 20px;
    }

    /* ── Módulos ── */
    .mod-q {
        padding: 20px 20px;
        gap: 14px;
    }

    .mod-num {
        font-size: 1.6rem;
        min-width: 36px;
    }

    .mod-body,
    .mod-item.open .mod-body {
        padding-left: 70px;
    }

    /* ── Parceria ── */
    .ptn-logos {
        gap: var(--space-sm);
    }

    .ptn-logo-altoqi,
    .ptn-logo-eberick {
        height: 64px;
    }

    /* ── Projetos ── */
    .prj-info h3 {
        font-size: 1.5rem;
    }

    .prj-perrengue {
        padding: var(--space-md);
    }

        .prj-perrengue h3 {
            font-size: 1.2rem;
        }

    /* ── Pricing ── */
    .pricing-card {
        padding: 36px 28px;
    }

    .price-main {
        font-size: 3rem;
    }
}


/* ════════════════════════════════════════════════════════════════
   ≤ 600px  —  Mobile
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {

    /* ── Tipografia ── */
    h1 {
        font-size: 2rem;
        letter-spacing: -.3px;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    p {
        font-size: .93rem;
    }

    /* ── Seção ── */
    section {
        padding: var(--space-md) 0;
    }

    .section-header {
        margin-bottom: var(--space-md);
    }

    .container {
        padding: 0 var(--space-sm);
    }

    /* ── Navbar ── */
    nav {
        padding: 0 var(--space-sm);
        height: 58px;
    }

    .nav-logo img {
        width: 10rem;
        height: 1.6rem;
    }

    /* ── Hero ── */
    .hero {
        padding: 72px 0 48px;
        min-height: auto;
    }

    .hero-eyebrow {
        font-size: .68rem;
        padding: 6px 12px;
    }

    .hero-lead {
        font-size: 1rem;
        margin-bottom: 28px;
    }

    .hero-btns {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .btn-lg {
        padding: 15px 28px;
        font-size: 1rem;
    }

    /* ── Stats hero ── */
    .hero-stats {
        flex-direction: column;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--border-g);
        padding: 16px 20px;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

        .stat-item:last-child {
            border-bottom: none;
        }

    .stat-num {
        font-size: 1.8rem;
        min-width: 80px;
    }

    /* ── Trust bar ── */
    .trust-bar {
        padding: 24px 0;
    }

    .trust-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-sm);
    }

    .trust-item {
        font-size: .82rem;
    }

    /* ── Para quem ── */
    .para-quem-img {
        aspect-ratio: 4/3;
    }

    .para-quem-img-badge strong {
        font-size: 1.3rem;
    }

    .audience-list li {
        padding: 14px 16px;
        font-size: .88rem;
    }

    /* ── Pilares ── */
    .pillar-card {
        padding: 20px 16px;
        grid-template-columns: 1fr;
    }

    .pillar-icon-wrap {
        width: 38px;
        height: 38px;
        margin-bottom: 14px;
    }

    /* ── Módulos ── */
    .mod-q {
        padding: 16px;
        gap: 10px;
    }

    .mod-num {
        font-size: 1.3rem;
        min-width: 28px;
    }

    .mod-title {
        font-size: .9rem;
    }

    .mod-body,
    .mod-item.open .mod-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* ── Instrutores ── */
    .inst-card {
        grid-template-columns: 1fr;
    }

    .inst-photo {
        aspect-ratio: 16/9;
    }

    .inst-phone-device {
        display: none; /* evita sobreposição no mobile */
    }

    .inst-body {
        padding: 20px 20px 24px;
    }

        .inst-body h3 {
            font-size: 1.1rem;
        }

    /* ── Depoimentos ── */
    .testi {
        padding: 24px 20px;
    }

    .testi-text {
        font-size: .88rem;
    }

    /* ── Projetos ── */
    .prj-perrengue {
        padding: var(--space-sm);
    }

    .prj-list li {
        font-size: .9rem;
    }

    .prj-badge {
        font-size: .65rem;
        padding: 5px 10px;
    }

    /* ── Simulações carrossel ── */
    .sim-carousel__track .sim-video {
        flex: 0 0 calc(85% - 8px);
    }

    .sim-carousel__btn {
        width: 34px;
        height: 34px;
    }

    /* ── Parceria AltoQi ── */
    .ptn-card {
        padding: var(--space-md) var(--space-sm);
        text-align: left;
    }

    .ptn-logos {
        justify-content: flex-start;
    }

    .ptn-logo-altoqi,
    .ptn-logo-eberick {
        height: 52px;
        padding: 8px 14px;
    }

    .ptn-perks {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
    }

    .ptn-perk {
        padding: var(--space-sm);
    }

    .ptn-perk-num {
        font-size: 1.5rem;
    }

    /* ── Pricing ── */
    .pricing-card {
        padding: 28px 20px;
    }

    .price-main {
        font-size: 2.6rem;
    }

        .price-main sup {
            font-size: 1.4rem;
        }

    .pricing-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .proof-card {
        padding: 18px;
        flex-direction: column;
        gap: 10px;
    }

    /* ── FAQ ── */
    .faq-q {
        padding: 18px 16px;
        font-size: .88rem;
    }

    .faq-a {
        padding: 0 16px;
        font-size: .85rem;
    }

    .faq-item.open .faq-a {
        padding: 0 16px 18px;
    }

    .faq-contact {
        padding: 20px;
    }

    /* ── Footer ── */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .footer-logo img {
        width: 13rem;
        height: 2.4rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    /* ── Final CTA ── */
    .final-cta {
        padding: var(--space-lg) 0;
    }

    .final-cta-btns {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
}


/* ════════════════════════════════════════════════════════════════
   ≤ 400px  —  Mobile pequeno (iPhone SE, Galaxy A-series antigo)
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 400px) {

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.45rem;
    }

    .container {
        padding: 0 14px;
    }

    .nav-logo img {
        width: 9rem;
        height: 1.4rem;
    }

    .hero-eyebrow {
        font-size: .62rem;
        gap: 7px;
    }

    .btn-lg {
        padding: 14px 20px;
        font-size: .95rem;
    }

    .stat-num {
        font-size: 1.5rem;
    }

    .price-main {
        font-size: 2.2rem;
    }

    .pricing-card {
        padding: 24px 16px;
    }

    .ptn-logo-altoqi,
    .ptn-logo-eberick {
        height: 44px;
        padding: 6px 10px;
    }

    .testi {
        padding: 20px 16px;
    }

    .inst-body {
        padding: 16px 16px 20px;
    }

    /* Carrossel: 1 card quase fullwidth */
    .sim-carousel__track .sim-video {
        flex: 0 0 calc(92% - 8px);
    }

} /* fecha @media (max-width: 400px) — estava faltando e deixava todo o
     CSS do popup abaixo preso dentro dessa media query */

/* ════════════════════════════════════
                        LEAD MODAL (popup "Garantir minha vaga")
                    ════════════════════════════════════ */

.lead-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4,4,4,.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.lead-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

body.lead-modal-lock {
    overflow: hidden;
}

.lead-modal {
    position: relative;
    width: 100%;
    max-width: 440px;
    max-height: 90vh;
    overflow-y: auto;
    background: var(--surface2);
    border: 1px solid var(--border-g);
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,.55);
    transform: translateY(16px) scale(.98);
    transition: transform .25s ease;
    -webkit-overflow-scrolling: touch;
}

.lead-modal-overlay.is-open .lead-modal {
    transform: translateY(0) scale(1);
}

.lead-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--surface3);
    color: var(--text);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.lead-modal h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    margin: 4px 0 8px;
    color: var(--white);
}

.lead-modal-sub {
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 24px;
    line-height: 1.5;
}

.lead-field {
    margin-bottom: 16px;
    text-align: left;
}

.lead-field label {
    display: block;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--muted);
    margin-bottom: 6px;
}

.lead-field input,
.lead-field select {
    width: 100%;
    background: var(--surface3);
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 16px; /* evita zoom automático no Safari/iOS */
    color: var(--text);
    font-family: 'Sora', sans-serif;
    transition: border-color .2s;
}

.lead-field input::placeholder {
    color: var(--muted);
}

.lead-field input:focus,
.lead-field select:focus {
    outline: none;
    border-color: var(--green);
}

.lead-field input.has-error,
.lead-field select.has-error {
    border-color: #ef4444;
}

.lead-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a7a7a' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

.lead-field select option {
    background: var(--surface3);
    color: var(--text);
}

.lead-error {
    display: block;
    min-height: 16px;
    font-size: .75rem;
    color: #f87171;
    margin-top: 4px;
}

.lead-modal .btn-xl {
    margin-top: 8px;
}

.lead-modal .btn-xl:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}

.lead-modal-privacy {
    margin-top: 14px;
    font-size: .72rem;
    color: var(--muted);
    text-align: center;
    line-height: 1.4;
}

.lead-modal-success {
    text-align: center;
    padding: 12px 4px;
}

.lead-modal-success svg {
    margin: 0 auto 16px;
    display: block;
}

.lead-modal-success h3 {
    margin-bottom: 10px;
}

.lead-modal-success p {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.5;
    margin-bottom: 24px;
}

@media (max-width: 640px) {
    .lead-modal-overlay {
        align-items: flex-end;
        padding: 0;
    }

    .lead-modal {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 20px 20px 0 0;
        padding: 26px 20px calc(24px + env(safe-area-inset-bottom));
        transform: translateY(100%);
    }

    .lead-modal-overlay.is-open .lead-modal {
        transform: translateY(0);
    }

    .lead-modal-close {
        top: 12px;
        right: 12px;
    }
}