/* ============================================
   SIP Brasil - Estilo CMO Summit
   Tema escuro premium para eventos
   ============================================ */

/* Reset e Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #e2e8f0;
    background-color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Navbar fixa - aparece apenas no primeiro scroll */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
}

.navbar.navbar-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

.nav-logo {
    display: block;
    text-decoration: none;
}

.nav-logo img {
    display: block;
    height: 36px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

.nav-cta {
    background: #A28BEF !important;
    color: #fff !important;
    padding: 10px 24px !important;
    border-radius: 6px !important;
}

.nav-cta:hover { opacity: 0.9; }

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Hero - tela inteira, conteúdo sempre visível na primeira dobra */
.hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: clamp(70px, 12vh, 120px) clamp(16px, 4vw, 56px) clamp(40px, 6vh, 80px);
    overflow: hidden;
    box-sizing: border-box;
}

/* Container do vídeo YouTube */
.hero-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    border: none;
    pointer-events: none;
}

/* Overlay escuro sobre o vídeo */
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-height: calc(100vh - clamp(70px, 12vh, 120px) - clamp(40px, 6vh, 80px));
}

.hero-logo {
    max-width: min(200px, 35vw);
    max-height: min(80px, 12vh);
    height: auto;
    margin-bottom: clamp(12px, 2vh, 24px);
    object-fit: contain;
}

/* Linha de data/local - estilo CMO */
.hero-date {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.7rem, 1.5vw, 1.1rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #fff;
    margin-bottom: clamp(8px, 1.5vh, 16px);
}

/* Tema do evento */
.hero-tema {
    font-family: 'Inter', sans-serif;
    font-size: clamp(0.8rem, 1.8vw, 1.15rem);
    color: #fff;
    margin-bottom: clamp(16px, 3vh, 32px);
    line-height: 1.45;
}

/* Headline principal - creamy off-white, bem pesada */
.hero h1 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #E8DCC4;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-bottom: clamp(10px, 1.5vh, 16px);
    text-transform: uppercase;
}

/* CTAs lado a lado - CMO Summit style */
.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1.5vw, 16px);
    margin-bottom: clamp(24px, 5vh, 60px);
}

.cta-primary-hero {
    background: #A28BEF;
    color: #fff;
    border: 2px solid #A28BEF;
}

.cta-primary-hero:hover {
    background: #8B75D6;
    border-color: #8B75D6;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(162, 139, 239, 0.4);
}

.cta-secondary-hero {
    background: #E8DCC4;
    color: #1a1a1a;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.cta-secondary-hero:hover {
    background: #f5f0e1;
    border-color: #fff;
}

/* Realizadores - bottom left, estilo CMO Summit */
.hero-realizadores {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    flex-wrap: wrap;
}

.hero-realizadores-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(0.6rem, 1.2vw, 0.75rem);
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.95);
}

.hero-logos-organizadores {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    flex-wrap: wrap;
}

.hero-logo-org {
    max-height: min(40px, 8vh);
    max-width: min(120px, 22vw);
    height: auto;
    width: auto;
    object-fit: contain;
    filter: brightness(1.05);
}

/* Botões */
.cta-button {
    display: inline-block;
    padding: 16px 36px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    transition: all 0.25s;
    letter-spacing: 0.02em;
}

.cta-primary {
    background: #A28BEF;
    color: #fff;
    border: 2px solid #A28BEF;
}

.cta-primary:hover {
    background: #8B75D6;
    border-color: #8B75D6;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(162, 139, 239, 0.4);
}

.cta-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.cta-outline:hover {
    border-color: #fff;
    color: #fff;
}

.cta-large {
    padding: 20px 48px;
    font-size: 1.1rem;
}

/* Seções alternadas */
.section-dark {
    background: #0a0a0a;
    color: #e2e8f0;
    padding: 70px 0;
}

.section-light {
    background: #111;
    color: #e2e8f0;
    padding: 70px 0;
}

/* Bloco de citação Freud - fundo roxo */
.block-citacao {
    background: #A28BEF;
    padding: 70px 0;
}

.citacao-freud {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-style: italic;
    color: #fff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.citacao-freud cite {
    font-style: normal;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .block-citacao { padding: 50px 0; }
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 16px;
    color: #E8DCC4;
    letter-spacing: 0.05em;
}

.section-subtitle {
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #E8DCC4;
    opacity: 0.9;
    margin-bottom: 48px;
    font-size: 1.1rem;
}

/* Sobre - mesmas fonts */
.sobre-content ul {
    font-family: 'Inter', sans-serif;
    list-style-position: inside;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #E8DCC4;
    opacity: 0.9;
}

.sobre-content li {
    margin-bottom: 20px;
    padding-left: 8px;
}

.sobre-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.sobre-card {
    font-family: 'Inter', sans-serif;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all 0.3s;
}

.sobre-card:hover {
    border-color: rgba(162, 139, 239, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.sobre-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #E8DCC4;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.sobre-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #E8DCC4;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .sobre-cards { grid-template-columns: 1fr; }
}

/* Ganhos percebidos */
.ganhos-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #E8DCC4;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.ganhos-lista {
    font-family: 'Inter', sans-serif;
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
}

.ganhos-lista li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: #E8DCC4;
    opacity: 0.95;
    font-size: 1.05rem;
    line-height: 1.6;
}

.ganhos-lista li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #A28BEF;
    font-weight: 700;
}

/* Para quem é este seminário - seção alargada, cards com imagem + descrição */
.para-quem.para-quem-wide {
    padding-left: 0;
    padding-right: 0;
}

.para-quem-wide .container {
    padding-left: 24px;
    padding-right: 24px;
}

.para-quem-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #E8DCC4;
    opacity: 0.95;
    text-align: center;
    margin-bottom: 40px;
}

/* Faixa de cards em largura total */
.para-quem-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding: 0 24px 8px;
}

.para-quem-cards {
    display: flex;
    gap: 24px;
    width: max-content;
    padding: 8px 0 16px;
}

.para-quem-card {
    flex: 0 0 280px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s, border-color 0.25s;
}

.para-quem-card:hover {
    transform: translateY(-4px);
    border-color: rgba(162, 139, 239, 0.3);
}

.para-quem-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #1a1a1a;
}

.para-quem-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.para-quem-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #E8DCC4;
    line-height: 1.45;
    padding: 16px 14px 20px;
    margin: 0;
    opacity: 0.95;
}

/* Desktop: duas linhas, imagens maiores */
@media (min-width: 1024px) {
    .para-quem-scroll {
        overflow-x: visible;
        padding-left: 24px;
        padding-right: 24px;
    }
    .para-quem-cards {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }
    .para-quem-card {
        flex: 0 0 calc((100% - 56px) / 3);
        max-width: 400px;
        min-width: 260px;
    }
}

@media (max-width: 1023px) {
    .para-quem-card {
        flex: 0 0 260px;
    }
}

/* Por que participar */
.por-que-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #E8DCC4;
    opacity: 0.95;
    text-align: center;
    margin-bottom: 48px;
}

.cards-por-que {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.card-por-que {
    font-family: 'Inter', sans-serif;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all 0.3s;
}

.card-por-que:hover {
    border-color: rgba(162, 139, 239, 0.5);
    background: rgba(255, 255, 255, 0.05);
}

.card-por-que h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #E8DCC4;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.card-por-que p {
    font-size: 1rem;
    line-height: 1.6;
    color: #E8DCC4;
    opacity: 0.9;
}

/* Palestrantes - usa .section-title e .section-subtitle globais */
.palestrantes.palestrantes-cmo {
    padding: 70px 0;
}

.palestrantes-cmo .section-subtitle-gold { margin-bottom: 40px; }

.carousel-wrapper {
    position: relative;
    max-width: 100%;
    padding: 0 60px;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    position: relative;
}

.carousel-nav {
    display: flex;
    gap: 8px;
}

.carousel {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -12px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel-track {
    display: flex;
    gap: 24px;
    padding: 4px 0;
    width: max-content;
}

.carousel-track .card-speaker {
    flex: 0 0 260px;
}

/* Cards palestrante - formato CMO Summit */
.card-speaker {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s;
}

.card-speaker:hover {
    transform: translateY(-4px);
}

.card-speaker-img {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
}

.card-speaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.card-color-1 .card-speaker-img { background: #8B6914; }
.card-color-2 .card-speaker-img { background: #1B4D3E; }
.card-color-3 .card-speaker-img { background: #1E3A5F; }
.card-color-4 .card-speaker-img { background: #4A2C6E; }
.card-color-5 .card-speaker-img { background: #5C3D2E; }
.card-color-6 .card-speaker-img { background: #0D5C63; }
.card-color-7 .card-speaker-img { background: #6B2D5C; }
.card-color-8 .card-speaker-img { background: #3E5C2E; }

.card-speaker h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 16px 12px 4px;
    letter-spacing: 0.03em;
}

.card-affiliation {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 12px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-country {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 12px 20px;
}

/* Botões do carrossel - quadrados escuros */
.carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: none;
    background: rgba(60, 60, 60, 0.8);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.carousel-btn:hover {
    background: rgba(80, 80, 80, 0.9);
}

.palestrantes-cmo .container { text-align: center; }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.25s;
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.carousel-dot.active {
    background: #A28BEF;
    transform: scale(1.2);
}

@media (max-width: 1023px) {
    .carousel-track .card-speaker {
        flex: 0 0 240px;
    }
}

@media (max-width: 767px) {
    .carousel-wrapper { padding: 0 24px; }

    .carousel-track .card-speaker {
        flex: 0 0 280px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Card base (para outras seções) */
.card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s;
}

.card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(162, 139, 239, 0.5);
    transform: translateY(-4px);
}

.card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

/* Programação */
.agenda {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.agenda-item {
    font-family: 'Inter', sans-serif;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #E8DCC4;
    opacity: 0.9;
    font-size: 1.05rem;
}

.agenda-item:last-child { border-bottom: none; }

.agenda-item strong {
    color: #A28BEF;
    margin-right: 8px;
}

.agenda-item.highlight {
    font-family: 'Inter', sans-serif;
    background: rgba(162, 139, 239, 0.15);
    text-align: center;
    color: #E8DCC4;
    font-weight: 600;
}

/* Countdown - fixo no rodapé; 2/3 do tamanho; aparece após primeiro scroll */
.countdown-bar {
    background: #A28BEF;
    background-image: 
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 16px 16px;
    padding: 16px 0;
}

.countdown-bar.countdown-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out, visibility 0.35s;
}

.countdown-bar.countdown-fixed.countdown-bar-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

body {
    padding-bottom: 60px;
}

.countdown-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.countdown-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-num {
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
}

.countdown-label {
    font-size: 0.5rem;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.countdown-sep {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}

.countdown-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s;
}

.countdown-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .countdown-bar {
        padding: 10px 0;
    }
    .countdown-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    .countdown-text { font-size: 0.65rem; }
    .countdown-num { font-size: 0.85rem; }
    .countdown-label { font-size: 0.45rem; }
    .countdown-sep { font-size: 0.75rem; margin-bottom: 8px; }
    .countdown-btn {
        padding: 8px 16px;
        font-size: 0.7rem;
    }
    body { padding-bottom: 48px; }
}

/* Ingressos - mesmas fonts do bloco Palestrantes */
.ingressos-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    color: #E8DCC4 !important;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
}

.ingressos-subtitle {
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #E8DCC4;
    font-size: 1.1rem;
    margin-bottom: 48px;
    opacity: 0.9;
}

/* Tabela de comparação - estilo CMO Summit */
.comparison-table {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 1fr) minmax(200px, 1fr);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}

.table-cell {
    padding: 20px 24px;
    min-height: 60px;
}

.cell-spacer {
    background: #1a1a1a;
}

/* Coluna de features (esquerda) */
.cell-feature {
    font-family: 'Inter', sans-serif;
    background: #252525;
    color: #E8DCC4;
    font-size: 0.95rem;
    opacity: 0.95;
}

.cell-feature strong { display: block; }

.feature-desc {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

/* Headers dos tiers */
.cell-header {
    position: relative;
    padding: 28px 20px;
    background-image: 
        linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 16px 16px;
}

.cell-header h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

.tier-name-bg {
    position: absolute;
    bottom: 12px;
    left: 20px;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255,255,255,0.12);
    letter-spacing: 0.02em;
    z-index: 0;
}

.tier-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.25);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    z-index: 1;
}

.cell-aluno.cell-header { background-color: #7c6bb8; }
.cell-associado.cell-header { background-color: #15b8c4; }
.cell-nao.cell-header {
    background: linear-gradient(135deg, #5a4a8a 0%, #8B5A7A 50%, #2a6b72 100%);
}

/* Blocos de preço */
.cell-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 20px;
}

.price-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.8rem;
    color: #E8DCC4;
    opacity: 0.95;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.price-valor {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.cell-aluno.cell-price { background: #6b5b9e; }
.cell-associado.cell-price { background: #129aa3; }
.cell-nao.cell-price { background: #2d2d3a; }

.ticket-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #E8DCC4;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.25s;
}

button.ticket-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.ticket-btn:hover {
    background: #f5f0e1;
    transform: translateY(-2px);
}

/* Células de check com listras */
.cell-check {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4ade80;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell-check.cell-no { color: rgba(255,255,255,0.25); }

.cell-desc {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    display: block;
    line-height: 1.4;
}

.cell-aluno.cell-check { background: rgba(124, 107, 184, 0.4); }
.cell-aluno.cell-check.cell-stripe { background: rgba(124, 107, 184, 0.25); }
.cell-associado.cell-check { background: rgba(18, 154, 163, 0.35); }
.cell-associado.cell-check.cell-stripe { background: rgba(18, 154, 163, 0.22); }
.cell-nao.cell-check { background: rgba(45, 45, 58, 0.8); }
.cell-nao.cell-check.cell-stripe { background: rgba(45, 45, 58, 0.5); }

/* Mobile: carrossel de cards de ingressos (escondido no desktop) */
.ingressos-mobile {
    display: none;
}

@media (max-width: 768px) {
    .ingressos .comparison-table { display: none !important; }
    .ingressos-mobile {
        display: block;
        margin-top: 0;
    }
    .ingressos-carousel {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .ingressos-carousel::-webkit-scrollbar { display: none; }
    .ingressos-carousel-track {
        display: flex;
        gap: 20px;
        padding: 8px 0 24px;
        width: max-content;
    }
    .ingressos-card {
        flex: 0 0 calc(100vw - 48px);
        max-width: 340px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.1);
        display: flex;
        flex-direction: column;
    }
    .ingressos-card-header {
        position: relative;
        padding: 20px 16px 24px;
    }
    .ingressos-card-header h3 {
        font-family: 'Bebas Neue', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.05em;
        margin: 0;
    }
    .ingressos-card-aluno .ingressos-card-header { background: #7c6bb8; }
    .ingressos-card-associado .ingressos-card-header { background: #15b8c4; }
    .ingressos-card-nao .ingressos-card-header {
        background: linear-gradient(135deg, #5a4a8a 0%, #8B5A7A 50%, #2a6b72 100%);
    }
    .ingressos-card .tier-badge {
        position: static;
        display: inline-block;
        margin-bottom: 8px;
    }
    .ingressos-card-price {
        padding: 20px 16px;
        text-align: center;
    }
    .ingressos-card-aluno .ingressos-card-price { background: #6b5b9e; }
    .ingressos-card-associado .ingressos-card-price { background: #129aa3; }
    .ingressos-card-nao .ingressos-card-price { background: #2d2d3a; }
    .ingressos-card-price .price-title {
        margin-bottom: 8px;
    }
    .ingressos-card-price .price-valor {
        font-size: 1.6rem;
        margin-bottom: 14px;
    }
    .ingressos-card-price .ticket-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    .ingressos-card-features {
        list-style: none;
        margin: 0;
        padding: 16px;
        background: rgba(0,0,0,0.2);
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
        color: #E8DCC4;
        line-height: 1.6;
        flex: 1;
    }
    .ingressos-card-features li {
        padding: 6px 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .ingressos-card-features li:last-child { border-bottom: none; }
    .ingressos-card-features .feature-desc {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.6);
    }
}

/* FAQ Accordion */
.faq .accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #E8DCC4;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s;
}

.accordion-trigger:hover {
    color: #fff;
}

.accordion-trigger::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.3s;
}

.accordion-item.active .accordion-trigger::after {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #E8DCC4;
    opacity: 0.9;
    padding: 0 0 24px 0;
    margin: 0;
}

/* CTA Final - mesmas fonts */
.cta-final {
    text-align: center;
    padding: 70px 0;
}

.cta-final h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    color: #E8DCC4;
}

.cta-final p {
    font-family: 'Inter', sans-serif;
    color: #E8DCC4;
    opacity: 0.9;
    margin-bottom: 32px;
}

/* Bloco CTA roxo (após "Para quem") – fundo roxo, botão preto */
.cta-final-purple {
    background: #A28BEF;
}

.cta-final-purple h2,
.cta-final-purple p {
    color: #fff;
}

.cta-final-purple .cta-black {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.cta-final-purple .cta-black:hover {
    background: #333;
    border-color: #333;
}

/* Footer - mesmas fonts */
footer {
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 48px 24px;
    background: #050505;
    color: #E8DCC4;
    opacity: 0.8;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer p {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.footer-credits {
    margin-top: 24px;
    font-size: 0.8rem;
    opacity: 0.85;
}

.footer-credits p {
    margin-bottom: 4px;
    font-size: 0.8rem;
}

/* Responsivo */
@media (max-width: 768px) {
    .nav-toggle { display: block; }

    .nav-links {
        position: fixed;
        top: 65px;
        right: 0;
        left: 0;
        flex-direction: column;
        background: #0a0a0a;
        padding: 24px;
        gap: 16px;
        transform: translateY(-150%);
        opacity: 0;
        transition: all 0.3s;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-links.open {
        transform: translateY(0);
        opacity: 1;
    }

    /* Hero: conteúdo alinhado ao logo (esquerda), centralizado na vertical */
    .hero {
        justify-content: center;
        align-items: center;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-content {
        align-items: flex-start;
        text-align: left;
    }
    .hero-ctas {
        justify-content: flex-start;
    }
    .hero-realizadores {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

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

    .grid-precos { grid-template-columns: 1fr; }

    .card-preco.card-featured { transform: scale(1); }

    .section-dark, .section-light, .palestrantes.palestrantes-cmo, .cta-final { padding: 50px 0; }
}

/* Página Obrigado – mesmo aspeto visual da index */
.page-obrigado {
    padding-bottom: 0;
}

.obrigado-page {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}

.obrigado-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.obrigado-logo {
    display: block;
    margin-bottom: 32px;
}

.obrigado-logo img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.obrigado-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 400;
    color: #E8DCC4;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.obrigado-texto {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #E8DCC4;
    opacity: 0.95;
    margin-bottom: 20px;
}

.obrigado-divider {
    margin-top: 36px;
}

.obrigado-page .obrigado-btn {
    margin-top: 12px;
}

@media (max-width: 768px) {
    .obrigado-page { padding: 50px 24px; min-height: auto; }
    .obrigado-title { font-size: 2rem; }
    .obrigado-texto { font-size: 1rem; }
    .obrigado-page .obrigado-btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/* Modal formulário (popup) — Solicitar ingresso */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.modal-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 560px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.12);
}

.modal-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    padding: 24px 50px 0 24px;
    margin: 0;
    letter-spacing: 0.03em;
}

.modal-intro {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    padding: 12px 24px 0;
    margin: 0;
}

.modal-body {
    padding: 20px 24px 24px;
    min-height: 200px;
}

.modal-body iframe {
    max-width: 100%;
}

.modal-body.ingressos-modal-body {
    min-height: 0;
    padding-top: 8px;
}

.ingressos-modal-acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.ingressos-modal-btn-fechar {
    padding: 12px 24px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    color: #333;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.ingressos-modal-btn-fechar:hover {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .modal-overlay {
        padding: 12px;
        align-items: flex-end;
    }
    .modal-box {
        width: 100%;
        max-width: 100%;
        max-height: 92vh;
        border-radius: 16px 16px 0 0;
    }
    .modal-close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
    }
    .modal-title {
        font-size: 1.25rem;
        padding: 20px 44px 0 16px;
    }
    .modal-body {
        padding: 16px 16px 24px;
        min-height: 180px;
    }
    .modal-body iframe {
        width: 100% !important;
        min-height: 400px;
    }
}

@media (max-width: 480px) {
    .modal-overlay {
        padding: 0;
    }
    .modal-box {
        max-height: 95vh;
    }
}
