/* ================================================
   LOOKBY LANDING CSS — lookby-landing.css
   Herda variáveis de fitflick-main.css
   ================================================ */

.lb-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---- HEADER ---- */
.lb-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(5, 8, 22, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ff2-border);
}

.lb-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.lb-logo {
    font-size: 22px;
    font-weight: 900;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-decoration: none;
    flex-shrink: 0;
}

.lb-nav {
    display: none;
    gap: 24px;
    align-items: center;
    flex: 1;
}

.lb-nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--ff2-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.lb-nav-link:hover,
.lb-nav-link--active {
    color: #fff;
}

.lb-header-cta {
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}

#desktopLoginBtn,
#desktopAccountBtn {
    margin-left: auto !important;
}

.lb-header-cta+.lb-header-cta {
    margin-left: -16px !important;
}

/* Esconde o "Criar conta" no mobile */
@media (max-width: 859px) {
    .mobile-hidden {
        display: none !important;
    }

    .lb-header-inner {
        gap: 6px !important;
    }

    .lb-header-cta {
        padding: 0.45rem 1.1rem;
        font-size: 0.85rem;
    }

    .lb-hamburger {
        margin-left: 0 !important;
        padding-left: 4px !important;
        padding-right: 0 !important;
    }
}

/* Botão ghost para "Entrar" no header */
.lb-btn-ghost-header {
    background: transparent;
    border: 1.5px solid rgba(139, 92, 255, .4);
    color: #c4b5fd;
    padding: .45rem 1.1rem;
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.lb-btn-ghost-header:hover {
    background: rgba(139, 92, 255, .12);
    border-color: rgba(139, 92, 255, .75);
    color: #e9d5ff;
}

.lb-hamburger {
    margin-left: auto;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
}

.lb-mobile-menu {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px 20px;
    border-top: 1px solid var(--ff2-border);
    background: rgba(5, 8, 22, 0.98);
}

.lb-mobile-menu.is-open {
    display: flex;
}

@media (min-width: 860px) {
    .lb-nav {
        display: flex;
    }

    .lb-header-cta {
        display: inline-flex;
    }

    .lb-hamburger {
        display: none;
    }

    .lb-mobile-menu {
        display: none !important;
    }
}

/* ---- BOTÕES ---- */
.lb-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 99px;
    background: var(--gradient-brand);
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
}

.lb-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.lb-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 99px;
    background: transparent;
    border: 1px solid var(--ff2-border);
    color: var(--ff2-text) !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.lb-btn-ghost:hover {
    border-color: var(--ff2-p1);
    background: rgba(168, 85, 247, 0.08);
}

.lb-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 99px;
    background: transparent;
    border: 1.5px solid var(--ff2-p1);
    color: var(--ff2-p1) !important;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.lb-btn-outline:hover {
    background: rgba(168, 85, 247, 0.1);
}

.lb-btn-diamond {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 99px;
    background: linear-gradient(135deg, #7c3aed, #4f46e5);
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.35);
}

.lb-btn-diamond:hover {
    opacity: 0.9;
}

.lb-btn-large {
    padding: 16px 36px;
    font-size: 16px;
}

.lb-btn-sm {
    padding: 10px 18px;
    font-size: 13px;
}

/* ---- TIPOGRAFIA ---- */
.lb-h1 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px;
}

.lb-text-highlight {
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.lb-h2 {
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.lb-h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.lb-hero-sub {
    font-size: clamp(15px, 2vw, 18px);
    color: var(--ff2-muted);
    line-height: 1.65;
    margin-bottom: 28px;
}

.lb-microcopy {
    font-size: 13px;
    color: var(--ff2-muted);
    margin-top: 14px;
}

.lb-section-sub {
    font-size: 16px;
    color: var(--ff2-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ---- HERO ---- */
.lb-hero {
    padding: 80px 0 60px;
    background: radial-gradient(ellipse at 50% 0%, rgba(168, 85, 247, 0.12) 0%, transparent 70%);
}

.lb-hero-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.lb-hero-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* GRID DE VÍDEOS */
.lb-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (min-width: 640px) {
    .lb-video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 960px) {
    .lb-video-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.lb-video-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.lb-video-thumb {
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(168, 85, 247, 0.18), rgba(236, 72, 153, 0.12));
    border: 1px solid var(--ff2-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
}

.lb-video-thumb:hover {
    border-color: var(--ff2-p1);
    transform: scale(1.02);
}

.lb-play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.lb-video-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--ff2-muted);
    text-align: center;
}

/* ---- PROVA SOCIAL ---- */
.lb-social-proof {
    background: rgba(15, 23, 42, 0.9);
    border-top: 1px solid var(--ff2-border);
    border-bottom: 1px solid var(--ff2-border);
    padding: 48px 0;
}

.lb-social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
}

@media (min-width: 768px) {
    .lb-social-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.lb-social-text p {
    color: var(--ff2-muted);
    font-size: 15px;
}

.lb-badges {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.lb-badge {
    text-align: center;
}

.lb-badge-num {
    display: block;
    font-size: 36px;
    font-weight: 900;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lb-badge-label {
    font-size: 13px;
    color: var(--ff2-muted);
    font-weight: 700;
}

.lb-badge-divider {
    width: 1px;
    height: 48px;
    background: var(--ff2-border);
}

/* ---- SEÇÕES BASE ---- */
.lb-section {
    padding: 80px 0;
    scroll-margin-top: 80px;
}

.lb-section-dark {
    background: rgba(5, 8, 22, 0.7);
    border-top: 1px solid var(--ff2-border);
    border-bottom: 1px solid var(--ff2-border);
}

.lb-section-head {
    margin-bottom: 40px;
}

.lb-section-head.center {
    text-align: center;
}

/* ---- COMO FUNCIONA ---- */
.lb-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .lb-steps {
        flex-direction: row;
        align-items: flex-start;
    }
}

.lb-step {
    flex: 1;
    text-align: center;
    padding: 28px 20px;
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.5);
}

.lb-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gradient-brand);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.lb-step-title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.lb-step-desc {
    font-size: 14px;
    color: var(--ff2-muted);
    line-height: 1.6;
}

.lb-step-arrow {
    color: var(--ff2-muted);
    font-size: 20px;
    display: none;
}

@media (min-width: 768px) {
    .lb-step-arrow {
        display: block;
        padding-top: 60px;
    }
}

.lb-tip-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 20px;
    background: rgba(168, 85, 247, 0.08);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 14px;
    font-size: 14px;
    color: var(--ff2-muted);
}

.lb-tip-box i {
    color: var(--ff2-p1);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.lb-tip-box strong {
    color: #fff;
}

/* ---- EXEMPLOS ---- */
.lb-examples-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .lb-examples-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lb-example-card {
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 20px;
    padding: 16px;
}

.lb-example-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.lb-example-col {
    aspect-ratio: 2/3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--ff2-muted);
    font-weight: 700;
}

.lb-example-placeholder {
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed var(--ff2-border);
}

.lb-example-result {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.25);
    color: var(--ff2-p1);
}

.lb-example-label {
    font-size: 12px;
    color: var(--ff2-muted);
    font-weight: 700;
    text-align: center;
}

/* ---- DORES ---- */
.lb-dores-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (min-width: 768px) {
    .lb-dores-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lb-dore-card {
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
}

.lb-dore-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 12px;
}

.lb-dore-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.lb-dore-card p {
    font-size: 13px;
    color: var(--ff2-muted);
    line-height: 1.55;
}

/* ---- COMPARATIVO ---- */
.lb-compare-cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .lb-compare-cols {
        grid-template-columns: 1fr 1fr;
    }
}

.lb-compare-col {
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid var(--ff2-border);
}

.lb-compare-lookby {
    background: rgba(168, 85, 247, 0.08);
    border-color: rgba(168, 85, 247, 0.3);
}

.lb-compare-generic {
    background: rgba(255, 255, 255, 0.03);
}

.lb-compare-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.lb-compare-logo {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.lb-compare-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.07);
    color: var(--ff2-muted);
}

.lb-compare-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lb-compare-list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--ff2-muted);
    line-height: 1.5;
}

.lb-compare-lookby .lb-compare-list li i {
    color: #22c55e;
}

.lb-compare-generic .lb-compare-list li i {
    color: #f59e0b;
}

.lb-compare-footer {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    padding: 16px;
    background: rgba(168, 85, 247, 0.08);
    border-radius: 12px;
}

/* ---- PLANOS ---- */
.lb-plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 860px) {
    .lb-plans-grid {
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
    }
}

.lb-plan-card {
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 24px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.5);
}

.lb-plan-featured {
    border: 2px solid var(--ff2-p1);
    background: rgba(168, 85, 247, 0.06);
    box-shadow: 0 24px 60px rgba(168, 85, 247, 0.2);
}

@media (min-width: 860px) {
    .lb-plan-featured {
        transform: scale(1.03);
    }
}

.lb-plan-diamond {
    border-color: rgba(79, 70, 229, 0.5);
    background: rgba(79, 70, 229, 0.05);
}

.lb-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-brand);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 16px;
    border-radius: 99px;
    white-space: nowrap;
}

.lb-plan-name {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ff2-p1);
    margin-bottom: 4px;
}

.lb-plan-diamond .lb-plan-name {
    color: #818cf8;
}

.lb-plan-tagline {
    font-size: 14px;
    color: var(--ff2-muted);
    margin-bottom: 12px;
}

.lb-plan-price {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
}

.lb-plan-price span {
    font-size: 15px;
    font-weight: 400;
    color: var(--ff2-muted);
}

.lb-plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.lb-plan-features li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--ff2-muted);
    line-height: 1.5;
}

.lb-plan-features li i {
    color: var(--ff2-p1);
    flex-shrink: 0;
    margin-top: 2px;
}

.lb-plan-diamond .lb-plan-features li i {
    color: #818cf8;
}

.lb-plan-cta {
    width: 100%;
    text-align: center;
}

.lb-plan-microcopy {
    font-size: 11px;
    color: var(--ff2-muted);
    text-align: center;
}

.lb-plans-footer {
    text-align: center;
    margin-top: 28px;
    font-size: 14px;
    color: var(--ff2-muted);
}

.lb-plans-footer a {
    color: var(--ff2-p1);
    text-decoration: underline;
}

.lb-plans-note {
    font-size: 12px;
    margin-top: 6px;
}

/* ---- PRIVACIDADE ---- */
.lb-privacy {
    background: rgba(168, 85, 247, 0.05);
    border-top: 1px solid rgba(168, 85, 247, 0.15);
    border-bottom: 1px solid rgba(168, 85, 247, 0.15);
}

.lb-privacy-inner {
    display: flex;
    gap: 20px;
    align-items: center;
}

.lb-privacy-icon {
    font-size: 36px;
    color: var(--ff2-p1);
    flex-shrink: 0;
}

.lb-privacy-inner p {
    font-size: 15px;
    color: var(--ff2-muted);
}

/* ---- FAQ ---- */
.lb-faq-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.lb-faq-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lb-faq-item {
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 14px;
    overflow: hidden;
}

.lb-faq-item summary {
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lb-faq-item summary::after {
    content: "+";
    font-size: 20px;
    color: var(--ff2-p1);
}

.lb-faq-item[open] summary::after {
    content: "−";
}

.lb-faq-item p {
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--ff2-muted);
    line-height: 1.65;
}

/* ---- CTA FINAL ---- */
.lb-cta-final {
    padding: 80px 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(168, 85, 247, 0.14) 0%, transparent 70%);
    text-align: center;
}

.lb-cta-final-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* ---- FOOTER ---- */
.lb-footer {
    background: rgba(5, 8, 22, 0.95);
    border-top: 1px solid var(--ff2-border);
    padding: 32px 0;
}

.lb-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .lb-footer-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.lb-footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.lb-footer-links a {
    font-size: 13px;
    color: var(--ff2-muted);
}

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

.lb-footer-copy {
    font-size: 12px;
    color: var(--ff2-muted);
}

/* ---- PRICING ESPECÍFICO ---- */
.lb-pricing-hero {
    padding: 80px 0 60px;
    text-align: center;
    background: radial-gradient(ellipse at 50% 0%, rgba(168, 85, 247, 0.1) 0%, transparent 65%);
}

.lb-pricing-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.lb-persona-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .lb-persona-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lb-persona-card {
    background: var(--ff2-surface);
    border: 1px solid var(--ff2-border);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lb-persona-featured {
    border-color: var(--ff2-p1);
    background: rgba(168, 85, 247, 0.07);
}

.lb-persona-diamond {
    border-color: rgba(79, 70, 229, 0.4);
}

.lb-persona-plan {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: var(--ff2-p1);
}

.lb-persona-diamond .lb-persona-plan {
    color: #818cf8;
}

.lb-persona-card p {
    font-size: 14px;
    color: var(--ff2-muted);
    line-height: 1.6;
    flex: 1;
}

.lb-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid var(--ff2-border);
}

.lb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 520px;
}

.lb-table th,
.lb-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--ff2-border);
    text-align: center;
    color: var(--ff2-muted);
}

.lb-table th {
    background: rgba(255, 255, 255, 0.03);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.lb-table td:first-child,
.lb-table th:first-child {
    text-align: left;
    font-weight: 700;
    color: var(--ff2-text);
}

.lb-table tr:last-child td {
    border-bottom: none;
}

.lb-th-featured {
    color: var(--ff2-p1) !important;
}

.lb-td-featured {
    background: rgba(168, 85, 247, 0.05);
}

.lb-check {
    color: #22c55e !important;
}

.lb-packs {
    padding: 48px 0;
}

.lb-packs-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .lb-packs-inner {
        flex-direction: row;
        text-align: left;
    }
}

.lb-packs-icon {
    font-size: 36px;
    color: var(--ff2-p1);
    flex-shrink: 0;
}

.lb-packs-inner div {
    flex: 1;
}

.lb-packs-inner p {
    font-size: 15px;
    color: var(--ff2-muted);
}

/* ================================================
   HEADER MOBILE — fix cortado + hamburger
   ================================================ */
@media (max-width: 859px) {
    .lb-hamburger {
        display: flex !important;
    }
}

/* ================================================
   MOBILE DRAWER
   ================================================ */
.mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.mobile-drawer.is-open {
    pointer-events: all;
}

.mobile-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    transition: opacity .3s;
}

.mobile-drawer.is-open .mobile-drawer-backdrop {
    opacity: 1;
}

.mobile-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(300px, 85vw);
    height: 100%;
    background: #0f0c29;
    background: linear-gradient(160deg, #0f0c29, #1a0533);
    padding: 1.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: -8px 0 32px rgba(0, 0, 0, .4);
    overflow-y: auto;
}

.mobile-drawer.is-open .mobile-drawer-panel {
    transform: translateX(0);
}

.drawer-close-btn {
    align-self: flex-end;
    background: none;
    border: none;
    color: #e5e7eb;
    font-size: 1.4rem;
    cursor: pointer;
}

.drawer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.drawer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.drawer-link {
    display: block;
    padding: .75rem .5rem;
    color: #d1d5db;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    transition: background .2s, color .2s;
}

.drawer-link:hover,
.drawer-link:focus {
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.drawer-link--highlight {
    color: #c4b5fd;
    font-weight: 700;
}

.drawer-actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.drawer-cta-sub {
    display: block;
    font-size: .7rem;
    font-weight: 400;
    opacity: .8;
    margin-top: .15rem;
}

.btn-full {
    width: 100%;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 99px;
    background: transparent;
    border: 1px solid var(--ff2-border, rgba(255, 255, 255, .1));
    color: var(--ff2-text, #e5e7eb) !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.btn-ghost:hover {
    border-color: var(--ff2-p1, #a855f7);
    background: rgba(168, 85, 247, .08);
}

/* ================================================
   VIDEO CAROUSEL (hero)
   ================================================ */
.ff-video-carousel {
    overflow: hidden;
    padding: 0 1rem 1.5rem;
    position: relative;
    --slide-width: calc((100% - 12px) / 2); /* Ajustado para caber exatamente 2 cards */
    --slide-gap: 12px;
}

@media (min-width: 640px) {
    .ff-video-carousel {
        padding: 0 0 1.5rem;
        --slide-width: calc((100% - 16px) / 2);
        --slide-gap: 16px;
    }
}

@media (min-width: 1024px) {
    .ff-video-carousel {
        --slide-width: calc(100% / 3.2);
        --slide-gap: 16px;
    }
}

.ff-vc-track {
    display: flex;
    gap: var(--slide-gap);
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    cursor: grab;
    z-index: 5;
}

.ff-vc-track.is-dragging {
    cursor: grabbing;
    transition: none;
}

.ff-vc-slide {
    min-width: var(--slide-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}

.ff-vc-card {
    width: 100%;
    aspect-ratio: 9/16;
    background: #0f172a;
    border-radius: 18px;
    border: 1.5px solid rgba(139, 92, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: border-color .3s, transform .3s;
}

.ff-vc-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- Hero mobile tweaks (no max-height, 9:16 preserved) ---- */
@media (max-width: 639px) {
    .ff-vc-slide {
        gap: .35rem;
    }

    .ff-vc-thumb {
        width: 48px;
        height: 48px;
    }

    .ff-vc-thumb i {
        font-size: 1.4rem;
    }
}

.ff-vc-card:hover {
    border-color: rgba(139, 92, 255, .7);
}

.ff-vc-card--featured {
    border-color: rgba(139, 92, 255, .7);
    box-shadow: 0 0 24px rgba(139, 92, 255, .35);
}

.ff-vc-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.ff-vc-thumb i {
    font-size: 1.75rem;
    color: rgba(255, 255, 255, .6);
}

.ff-vc-label {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-align: center;
    letter-spacing: .02em;
    margin-top: 4px;
}

@media (min-width: 640px) {
    .ff-vc-label {
        font-size: .78rem;
        margin-top: 0;
    }
}

/* Dots progress bars */
.ff-vc-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.ff-vc-dot {
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: background 0.3s;
}

.ff-vc-dot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #8b5cff;
    border-radius: inherit;
}

.ff-vc-dot.active::after {
    animation: ffProgress 3.05s linear forwards;
}

@keyframes ffProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.ff-vc-dot.active {
    background: rgba(255, 255, 255, 0.25);
}

/* ══════════════════════════════════════════
   EXEMPLOS REAIS v4 — cards verticais
   1 card por vez, max-width centrado
══════════════════════════════════════════ */

.xsec {
    padding: 4rem 0;
}

.xsec-intro {
    text-align: center;
    font-size: .95rem;
    color: #6b7280;
    margin: 0 0 2rem;
}

/* Container que centraliza e limita o carrossel */
.xcar-outer {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .xcar-outer {
        padding: 0;
    }
}

/* Viewport: só corta o overflow, cursor de drag */
.xcar-viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.xcar-viewport.is-dragging {
    cursor: grabbing;
}

/* Track: flex horizontal */
.xcar-track {
    display: flex;
    gap: 1.5rem;
    will-change: transform;
}

/* Slide: Voltou para 1 por vez para não esmagar o conteúdo vertical */
.xcar-slide {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

/* ─── CARD ─── */
.xcard {
    background: #0f172a;
    border: 1.5px solid rgba(139, 92, 255, .2);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1rem;
    box-sizing: border-box;
    transition: border-color .3s;
}

.xcard:hover {
    border-color: rgba(139, 92, 255, .5);
}

.xcard--mix {
    border-color: rgba(139, 92, 255, .45);
    background: linear-gradient(160deg,
            rgba(139, 92, 255, .08),
            rgba(249, 115, 184, .04));
}

/* Badge Mix */
.xmix-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: linear-gradient(135deg,
            rgba(139, 92, 255, .2),
            rgba(249, 115, 184, .2));
    border: 1px solid rgba(139, 92, 255, .45);
    color: #e9d5ff;
    border-radius: 999px;
    padding: .3rem .9rem;
    font-size: .8rem;
    font-weight: 700;
}

/* ─── Linha superior (2 boxes lado a lado) ─── */
.xcard-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 100%;
}

/* Cada coluna ocupa metade da linha */
.xcard-col {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* ─── CAIXAS (foto/peça/resultado) ─── */
.xbox {
    width: 100%;
    aspect-ratio: 2 / 3;
    max-width: 165px;
    background: #1e293b;
    border: 1.5px dashed rgba(148, 163, 184, .3);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-size: .82rem;
    font-weight: 500;
    color: #94a3b8;
    text-align: center;
    box-sizing: border-box;
    padding: .5rem;
}

.xbox i {
    font-size: 2rem;
    display: block;
    line-height: 1;
}

.xbox span {
    display: block;
}

.xbox--img {
    padding: 0;
    border: none;
    overflow: hidden;
}

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

/* Box resultado: destaque roxo */
.xbox--result {
    background: rgba(139, 92, 255, .1);
    border-color: rgba(139, 92, 255, .55);
    border-style: solid;
    color: #c4b5fd;
}

.xbox--result i {
    color: #a78bfa;
}

/* Box largo (centralizado, ocupa ~70% da largura do card) */
.xbox--wide {
    width: 70%;
    max-width: 220px;
}

/* ─── Setas ─── */

/* Seta vertical (entre linhas) */
.xarrow-v {
    font-size: 1rem;
    color: #8b5cff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Seta horizontal (entre boxes na mesma linha) */
.xarrow-h {
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    color: #8b5cff;
    line-height: 1;
}

.xarrow-h--compare {
    color: #f97316;
    font-size: 1.2rem;
}

/* ─── Label do card ─── */
.xcard-label {
    font-size: .85rem;
    font-weight: 600;
    color: #9ca3af;
    text-align: center;
    letter-spacing: .01em;
    margin-top: .25rem;
}

/* ─── Dots ─── */
.xcar-dots {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.xcar-dot {
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0;
    transition: background 0.3s;
}

.xcar-dot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #8b5cff;
    border-radius: inherit;
}

.xcar-dot.active::after {
    animation: xProgress 3.05s linear forwards;
}

@keyframes xProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.xcar-dot.active {
    background: rgba(255, 255, 255, 0.25);
}



/* ================================================
   PRICING HERO — H1 forte
   ================================================ */
.pricing-hero-h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    font-family: var(--font-heading, 'Poppins', sans-serif);
    color: #fff;
}

.pricing-hero-h1 span {
    background: linear-gradient(135deg, #8b5cff, #f973b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-hero-sub {
    font-size: clamp(15px, 2vw, 18px);
    color: var(--ff2-muted);
    line-height: 1.65;
    margin-bottom: 28px;
}

.pricing-hero-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}