/* Landing ConnectTV Cardápio — preto/dourado, mobile-first */
:root {
    --gold: #c9a227;
    --gold-light: #e8c547;
    --gold-dim: #a67c00;
    --bg: #050508;
    --surface: rgba(255, 255, 255, 0.04);
    --line: rgba(201, 162, 39, 0.28);
    --muted: #a8a29e;
    --text: #eceae6;
    --wa: #25d366;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: "Outfit", system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse 120% 55% at 50% -12%, #2a2218 0%, transparent 55%),
        radial-gradient(ellipse 80% 40% at 100% 50%, rgba(201, 162, 39, 0.06), transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.font-display { font-family: "Cormorant Garamond", Georgia, serif; }

.wrap {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.15rem 4rem;
}

/* Header fixo */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5, 5, 8, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    margin: 0 -1.15rem;
    padding: 0.75rem 1.15rem;
}

.header-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.logo {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.logo span { color: var(--gold-light); }

.site-header .brand-lockup--row .brand-name {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .site-header .brand-logo {
        height: 2.75rem;
    }
}

.nav-links {
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.82rem;
}

.nav-links a {
    color: var(--muted);
    text-decoration: none;
}

.nav-links a:hover { color: var(--gold-light); }

.header-cta {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 768px) {
    .nav-links { display: flex; margin-left: 1rem; }
    .header-cta { margin-left: 0; }
}

@media (max-width: 420px) {
    .site-header { padding: 0.65rem 1rem; margin: 0 -1rem; }
    .header-inner { gap: 0.5rem; }
    .header-cta {
        width: 100%;
        flex-wrap: wrap;
    }
    .header-cta .btn { flex: 1 1 auto; min-width: 0; }
    .hero-actions .btn { width: 100%; }
    .plano.destaque { transform: none; }
}

/* Botões */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.75rem 1.35rem;
    border-radius: 0.7rem;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter 0.2s, transform 0.15s, box-shadow 0.2s;
    white-space: nowrap;
}

.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }

.btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold-dim));
    color: #1a1408;
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.35);
}

.btn-outline {
    border: 1px solid var(--line);
    color: var(--gold-light);
    background: transparent;
}

.btn-wa {
    background: var(--wa);
    color: #052e14;
}

.btn-sm { padding: 0.55rem 1rem; font-size: 0.8rem; }

.btn-block { width: 100%; }

/* Hero */
.hero {
    text-align: center;
    padding: 2rem 0 2.5rem;
}

.badge {
    display: inline-block;
    font-size: 0.62rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201, 162, 39, 0.4);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: clamp(2rem, 8vw, 3.75rem);
    font-weight: 700;
    line-height: 1.08;
    max-width: 18ch;
    margin: 0 auto;
}

.hero h1 em {
    font-style: normal;
    color: var(--gold-light);
}

.lead {
    color: var(--muted);
    font-size: clamp(0.95rem, 2.5vw, 1.12rem);
    max-width: 34rem;
    margin: 1.1rem auto 0;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1.75rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 520px) {
    .hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: none;
    }
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.78rem;
    color: var(--muted);
}

.trust-row span::before {
    content: "✓ ";
    color: #4ade80;
}

/* Demo TV */
.demo-tv-wrap {
    margin-top: 2.5rem;
}

.demo-label {
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.tv-frame {
    border-radius: 1rem;
    border: 2px solid var(--line);
    overflow: hidden;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(201, 162, 39, 0.15);
    aspect-ratio: 16 / 9;
    max-width: 720px;
    margin: 0 auto;
    background: #0a0a0c;
}

.tv-screen {
    display: flex;
    height: 100%;
    min-height: 200px;
}

.tv-main {
    flex: 0 0 70%;
    position: relative;
    background: linear-gradient(145deg, #1c1510 0%, #0d0d0f 60%);
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tv-main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #f59e0b, #b45309);
}

.tv-main .promo-chip {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: linear-gradient(90deg, #dc2626, #b91c1c);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 0.35rem;
    letter-spacing: 0.05em;
}

.tv-main .plate-name {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1rem, 3.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.1;
}

.tv-main .plate-price {
    color: #4ade80;
    font-size: clamp(0.9rem, 2.5vw, 1.15rem);
    font-weight: 700;
    margin-top: 0.2rem;
}

.tv-main .plate-meta {
    font-size: 0.6rem;
    color: var(--muted);
    margin-top: 0.35rem;
}

.tv-side {
    flex: 0 0 30%;
    background: #0f0f12;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tv-side .patroc {
    flex: 1;
    min-height: 40%;
    border-radius: 0.4rem;
    background: linear-gradient(160deg, rgba(201, 162, 39, 0.12), rgba(0, 0, 0, 0.4));
    border: 1px dashed var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    color: var(--muted);
    text-align: center;
    padding: 0.25rem;
}

.tv-side .player-mini {
    font-size: 0.5rem;
    color: var(--muted);
    padding: 0.35rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.03);
}

.tv-side .player-mini strong {
    display: block;
    color: var(--gold-light);
    font-size: 0.55rem;
    margin-bottom: 0.15rem;
}

.tv-footer-bar {
    height: 6%;
    min-height: 14px;
    background: #0a0a0c;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tv-footer-bar span {
    font-size: 0.45rem;
    color: var(--muted);
    white-space: nowrap;
    animation: marquee 18s linear infinite;
    padding-left: 100%;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Sections */
.section {
    margin: 3.5rem 0;
}

.section-head {
    text-align: center;
    margin-bottom: 2rem;
}

.section-head h2 {
    font-size: clamp(1.6rem, 5vw, 2.35rem);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.section-head p {
    color: var(--muted);
    font-size: 0.92rem;
    max-width: 32rem;
    margin: 0 auto;
}

/* Benefícios comerciais */
.benefit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .benefit-grid { grid-template-columns: repeat(3, 1fr); }
}

.benefit-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 1.35rem;
    text-align: center;
}

.benefit-card .icon {
    font-size: 1.75rem;
    margin-bottom: 0.65rem;
}

.benefit-card h3 {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.4rem;
}

.benefit-card p {
    font-size: 0.85rem;
    color: var(--muted);
}

.benefit-card.highlight {
    border-color: var(--gold);
    background: linear-gradient(160deg, rgba(201, 162, 39, 0.1), var(--surface));
}

/* Prova painel */
.prova-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 900px) {
    .prova-grid { grid-template-columns: 1fr 1fr; }
}

.mock-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    overflow: hidden;
}

.mock-panel-head {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mock-panel-body {
    padding: 1rem;
    min-height: 220px;
}

.mock-admin .row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.mock-admin .thumb {
    width: 48px;
    height: 48px;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #3d3428, #1a1408);
    flex-shrink: 0;
}

.mock-admin .lines {
    flex: 1;
}

.mock-admin .line {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 0.35rem;
}

.mock-admin .line.short { width: 55%; }
.mock-admin .line.gold { background: rgba(201, 162, 39, 0.35); width: 40%; }

.mock-dash .stat {
    display: inline-block;
    width: 48%;
    padding: 0.65rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.mock-dash .stat b {
    display: block;
    font-size: 1.1rem;
    color: var(--gold-light);
}

.mock-dash .stat small {
    font-size: 0.65rem;
    color: var(--muted);
}

.mock-dash .chart {
    height: 80px;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, rgba(201, 162, 39, 0.25) 0%, transparent 100%);
    border: 1px solid rgba(201, 162, 39, 0.15);
}

/* Features */
.feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.feature-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 1.25rem;
}

.feature-card h3 {
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 0.35rem;
}

.feature-card p {
    font-size: 0.85rem;
    color: var(--muted);
}

/* Depoimentos */
.depo-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 700px) {
    .depo-grid { grid-template-columns: repeat(3, 1fr); }
}

.depo {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 1.25rem;
}

.depo q {
    display: block;
    font-size: 0.9rem;
    color: #d6d3d1;
    font-style: italic;
    margin-bottom: 1rem;
    quotes: none;
}

.depo strong { color: #fff; font-size: 0.88rem; }
.depo span { display: block; font-size: 0.75rem; color: var(--muted); margin-top: 0.15rem; }

/* Planos */
.planos {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
}

@media (min-width: 768px) {
    .planos { grid-template-columns: repeat(3, 1fr); }
}

.plano {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    padding: 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
}

.plano.destaque {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35), 0 22px 48px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .plano.destaque { transform: scale(1.03); }
}

.plano .tag {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.35rem;
}

.plano .nome {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold-light);
}

.plano .preco {
    font-size: 2rem;
    font-weight: 700;
    margin: 0.4rem 0 0;
    line-height: 1;
}

.plano .periodo {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--muted);
}

.plano ul {
    list-style: none;
    margin: 1.15rem 0;
    flex: 1;
}

.plano li {
    font-size: 0.84rem;
    color: var(--muted);
    padding: 0.3rem 0 0.3rem 1.2rem;
    position: relative;
}

.plano li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: 700;
}

/* FAQ */
.faq-item {
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    margin-bottom: 0.6rem;
    background: var(--surface);
    overflow: hidden;
}

.faq-item summary {
    padding: 1rem 1.15rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.92rem;
    list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item p {
    padding: 0 1.15rem 1rem;
    color: var(--muted);
    font-size: 0.88rem;
}

/* CTA final */
.cta-final {
    text-align: center;
    padding: 2.5rem 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(155deg, rgba(201, 162, 39, 0.18), rgba(0, 0, 0, 0.5));
    border: 1px solid var(--line);
}

.cta-final h2 {
    font-size: clamp(1.5rem, 5vw, 2.1rem);
    margin-bottom: 0.6rem;
}

.cta-final p {
    color: var(--muted);
    max-width: 26rem;
    margin: 0 auto 1.5rem;
    font-size: 0.95rem;
}

.cta-final .hero-actions { margin-top: 0; }

.links-tech {
    font-size: 0.75rem;
    color: #525252;
    margin-top: 2.5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.75rem;
    word-break: break-all;
}

.links-tech a { color: var(--gold); }

footer {
    text-align: center;
    color: #525252;
    font-size: 0.72rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

/* Página demo-painel */
.page-demo .tv-frame { max-width: 900px; }
.page-demo .prova-full { margin-top: 2rem; }
