/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;
}

img,
picture,
video,
svg {
    max-width: 100%;
    height: auto;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
    overflow-x: clip;
}

/* Página presell (white) — tema editorial claro */
body.page-white {
    --wp-accent: #0d9488;
    --wp-accent-dark: #0f766e;
    --wp-accent-soft: #ccfbf1;
    --wp-ink: #0f172a;
    --wp-muted: #64748b;
    --wp-border: #e2e8f0;
    --wp-surface: #ffffff;
    --wp-bg: #eef2f6;
    --wp-radius: 14px;
    --wp-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 10px 28px rgba(15, 23, 42, 0.06);
    color: #334155;
    background: linear-gradient(180deg, #f8fafc 0%, var(--wp-bg) 220px, var(--wp-bg) 100%);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 10001;
    width: auto;
    height: auto;
    padding: 10px 16px;
    background: var(--wp-ink);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

.section-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wp-accent-dark);
    margin-bottom: 8px;
}

.hidden {
    display: none !important;
}

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

/* Header */
body.page-white .header {
    background: var(--wp-surface);
    color: var(--wp-ink);
    padding: 40px 0 32px;
    text-align: center;
    border-bottom: 1px solid var(--wp-border);
    box-shadow: none;
}

body.page-white .header--brand {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdfa 100%);
    border-bottom-color: #99f6e4;
}

body.page-white .header h1 {
    font-size: clamp(1.65rem, 4vw, 2.15rem);
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.brand-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
    flex-wrap: wrap;
}

.brand-logo__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 18px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.brand-header__text {
    flex: 1 1 260px;
    min-width: 0;
}

.brand-header__text h1 {
    margin-bottom: 8px;
}

.brand-cnpj {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 8px;
    line-height: 1.5;
}

.brand-legal {
    font-size: 0.82rem;
    color: #94a3b8;
    margin-top: 6px;
    line-height: 1.4;
    max-width: 36rem;
}

.policy-updated {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 16px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.policy-updated time {
    font-weight: 600;
}

body.page-white .info-content a[href^="tel:"] {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

body.page-white .info-content a[href^="tel:"]:hover {
    text-decoration: underline;
}

body.page-white .subtitle {
    font-size: 1.02rem;
    color: var(--wp-muted);
    opacity: 1;
    max-width: 38rem;
    margin: 0 auto;
    line-height: 1.55;
}

/* Faixa de confiança */
.trust-strip {
    background: var(--wp-surface);
    border-bottom: 1px solid var(--wp-border);
    padding: 14px 0;
}

.trust-strip__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
}

.trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 500;
    color: #475569;
}

.trust-strip__icon {
    color: var(--wp-accent-dark);
    font-size: 0.55rem;
}

.legal-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 14px;
    padding: 16px 20px 8px;
    font-size: 0.9rem;
}

.legal-strip a {
    color: #0f766e;
    text-decoration: none;
    font-weight: 600;
}

.legal-strip a:hover {
    text-decoration: underline;
}

.legal-sep {
    color: #94a3b8;
    user-select: none;
}

/* Main Content */
body.page-white .main-content {
    min-height: calc(100vh - 200px);
    padding: 0 0 48px;
}

body.page-white .page-layout {
    padding-top: 24px;
}

body.page-white section {
    margin-bottom: 24px;
    background: var(--wp-surface);
    padding: 32px 36px;
    border-radius: var(--wp-radius);
    box-shadow: var(--wp-shadow);
    border: 1px solid var(--wp-border);
}

body.page-white section h2 {
    color: #0f172a;
    font-size: 1.5rem;
    margin-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

body.page-white .anchor-section {
    scroll-margin-top: 72px;
}

body.page-white .intro-section a {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

body.page-white .intro-section a:hover {
    text-decoration: underline;
}

/* Intro Section */
body.page-white .intro-section p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 14px;
}

/* Features Grid */
body.page-white .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

body.page-white .feature-card {
    text-align: center;
    padding: 24px 22px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-white .feature-card:hover {
    transform: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    border-color: #cbd5e1;
}

body.page-white .feature-icon {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: #e0f2f1;
    color: #0f766e;
    font-weight: 700;
}

body.page-white .feature-card h3 {
    color: #0f172a;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

body.page-white .feature-card p {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Info Section */
body.page-white .info-content p {
    margin-bottom: 14px;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #475569;
}

/* Benefits Section */
body.page-white .benefits-list {
    list-style: none;
    padding-left: 0;
}

body.page-white .benefits-list li {
    padding: 14px 0 14px 36px;
    position: relative;
    font-size: 1rem;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

body.page-white .benefits-list li:last-child {
    border-bottom: none;
}

body.page-white .benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0f766e;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Tabela de dados cadastrais */
body.page-white .business-table-wrap {
    overflow-x: auto;
    margin-top: 8px;
}

body.page-white .business-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.98rem;
}

body.page-white .business-table th,
body.page-white .business-table td {
    text-align: left;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}

body.page-white .business-table th {
    width: 34%;
    max-width: 220px;
    color: #0f172a;
    font-weight: 600;
    background: #f8fafc;
}

body.page-white .business-table td {
    color: #475569;
}

body.page-white .business-note {
    margin-top: 16px;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
}

body.page-white .transparency-section {
    border-left: 3px solid #0f766e;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Navegação principal */
body.page-blog .site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 0.92rem;
    font-weight: 600;
}

body.page-blog .site-nav--sticky {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--wp-border);
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

body.page-blog .site-nav__link,
body.page-blog .site-nav a {
    color: #334155;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 999px;
    transition: background 0.15s ease, color 0.15s ease;
}

body.page-blog .site-nav__link:hover,
body.page-blog .site-nav a:hover {
    background: var(--wp-accent-soft);
    color: var(--wp-accent-dark);
    text-decoration: none;
}

/* Blog — hero, cards e artigos */
body.page-blog .blog-section {
    padding: 36px 36px 40px;
    margin-bottom: 28px;
}

body.page-blog .blog-placeholder {
    color: #64748b;
    font-size: 0.95rem;
}

body.page-blog .blog-placeholder code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85rem;
}

.blog-hero {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 36px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--wp-border);
}

.blog-hero__label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp-accent-dark);
    margin-bottom: 12px;
}

.blog-hero__title {
    font-size: 1.85rem;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 14px;
    border: none;
    padding: 0;
}

.blog-hero__desc {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.blog-card {
    background: #fafbfc;
    border: 1px solid var(--wp-border);
    border-radius: var(--wp-radius);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.blog-card:hover {
    border-color: #94a3b8;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.blog-card__link {
    display: block;
    padding: 22px 20px;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.blog-card__cat {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0f766e;
    background: #e0f2f1;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.blog-card__title {
    font-size: 1.12rem;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.35;
}

.blog-card__desc {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 12px;
}

.blog-card__date {
    font-size: 0.82rem;
    color: #94a3b8;
    display: block;
}

.blog-card__more {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f766e;
}

.blog-articles {
    border-top: 1px solid #e2e8f0;
    padding-top: 36px;
}

.blog-article {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e2e8f0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.blog-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog-article__header {
    margin-bottom: 16px;
}

.blog-article__cat {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 8px;
}

.blog-article h2 {
    font-size: 1.45rem;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.blog-article__lead {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 8px;
}

.blog-article time {
    font-size: 0.88rem;
    color: #94a3b8;
}

.blog-article__body p {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 14px;
}

/* Painel legal (acordeão) */
body.page-blog .legal-panel {
    background: var(--wp-surface);
    border: 1px solid var(--wp-border);
    border-radius: var(--wp-radius);
    padding: 32px 36px 12px;
    margin-bottom: 24px;
    box-shadow: var(--wp-shadow);
}

body.page-blog .legal-panel__head h2 {
    font-size: 1.45rem;
    margin-bottom: 10px;
    border: none;
    padding: 0;
}

.legal-panel__intro {
    font-size: 0.98rem;
    color: var(--wp-muted);
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 52rem;
}

.legal-details {
    border-top: 1px solid var(--wp-border);
    margin: 0;
}

.legal-details summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--wp-ink);
    padding: 16px 8px;
    list-style-position: outside;
    transition: color 0.15s ease;
}

.legal-details summary::marker {
    color: var(--wp-accent-dark);
}

.legal-details[open] summary {
    color: var(--wp-accent-dark);
}

.legal-details summary:hover {
    color: var(--wp-accent-dark);
}

.legal-details__body {
    padding: 0 4px 18px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.legal-details__body img,
.legal-details__body table,
.info-content img,
.info-content table {
    max-width: 100%;
    height: auto;
}

.legal-details__body section,
.legal-details__body .intro-section {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.legal-details__body h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wp-ink);
    margin: 1.25em 0 0.5em;
}

.legal-details__body h4:first-child {
    margin-top: 0.5em;
}

.legal-details__body ul {
    padding-left: 1.25rem;
    margin: 0.5em 0 1em;
}

.legal-details__body li {
    margin-bottom: 0.4em;
    line-height: 1.55;
}

.legal-details__body code {
    font-size: 0.88em;
    background: #f1f5f9;
    padding: 0.1em 0.35em;
    border-radius: 4px;
}

body.page-fla .legal-details__body h4 {
    color: var(--fla-black);
}

body.page-blog .contact-panel {
    padding: 32px 36px;
}

.contact-panel__head h2 {
    font-size: 1.45rem;
    margin-bottom: 8px;
    border: none;
    padding: 0;
}

.contact-panel__intro {
    font-size: 0.98rem;
    color: var(--wp-muted);
    line-height: 1.65;
    margin-bottom: 20px;
    max-width: 40rem;
}

.contact-cards p {
    background: #f8fafc;
    border: 1px solid var(--wp-border);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 10px;
}

.contact-cards p:last-child {
    margin-bottom: 0;
}

.contact-cards a {
    color: var(--wp-accent-dark);
    font-weight: 600;
    text-decoration: none;
}

.contact-cards a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    body.page-blog .blog-section {
        padding: 24px 18px;
    }

    body.page-white section {
        padding: 24px 18px;
    }

    .trust-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    body.page-blog .site-nav--sticky {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .blog-hero__title {
        font-size: 1.5rem;
    }

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

    body.page-blog .legal-panel {
        padding: 22px 18px 8px;
    }

    body.page-blog .contact-panel {
        padding: 24px 18px;
    }
}

/* Footer */
body.page-white .footer {
    background: #ffffff;
    color: #64748b;
    text-align: center;
    padding: 28px 0 36px;
    margin-top: 0;
    border-top: 1px solid #e2e8f0;
}

body.page-white .footer p {
    margin: 8px 0;
    opacity: 1;
    font-size: 0.9rem;
}

body.page-white .footer-links {
    margin-bottom: 12px !important;
}

body.page-white .footer-links a {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

body.page-white .footer-links a:hover {
    text-decoration: underline;
}

/* Aviso de cookies (white.html) */
body.page-white.cookie-banner-open {
    padding-bottom: 140px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.12);
    padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px));
}

.cookie-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
}

.cookie-banner__text {
    flex: 1 1 280px;
    min-width: 0;
    text-align: left;
}

.cookie-banner__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
    border: none;
    padding: 0;
}

.cookie-banner p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #475569;
}

.cookie-banner a {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}

.cookie-banner a:hover {
    text-decoration: underline;
}

.cookie-banner__note {
    display: block;
    margin-top: 6px;
    font-weight: 600;
    color: #334155;
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

.cookie-banner__actions .btn {
    flex: 0 1 auto;
    min-width: 140px;
    max-width: none;
    padding: 12px 20px;
    font-size: 0.9rem;
    min-height: 44px;
}

body.page-white .cookie-disclaimer {
    margin-top: 12px;
    padding: 12px 14px;
    background: #f1f5f9;
    border-radius: 8px;
    border-left: 3px solid #0f766e;
}

.footer-cookie-prefs {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 0.9rem;
    color: #0f766e;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.footer-cookie-prefs:hover {
    color: #0d9488;
}

/* Modal de Cookies (legado) */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.cookie-modal.hidden {
    display: none;
}

.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.cookie-spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #0f766e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cookie-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 30px 20px 40px 20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    width: 100%;
    border: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    max-height: 50vh;
    z-index: 10002;
}

.cookie-content h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
    border: none;
    padding: 0;
}

.cookie-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.btn {
    padding: 15px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 48%;
    min-height: 50px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.btn-accept {
    background: #4CAF50;
    color: white;
}

.btn-accept:hover {
    background: #45a049;
    transform: scale(1.05);
}

.btn-reject {
    background: #f44336;
    color: white;
}

.btn-reject:hover {
    background: #da190b;
    transform: scale(1.05);
}

/* Responsividade */
@media (max-width: 768px) {
    .brand-header {
        flex-direction: column;
        text-align: center;
    }

    .brand-header__text {
        text-align: center;
    }

    body.page-white.cookie-banner-open {
        padding-bottom: 200px;
    }

    .cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__actions .btn {
        flex: 1;
        min-width: 0;
    }

    body.page-white .header h1 {
        font-size: 1.75rem;
    }
    
    body.page-white .subtitle {
        font-size: 0.98rem;
    }
    
    body.page-white section {
        padding: 22px 18px;
    }
    
    body.page-white section h2 {
        font-size: 1.3rem;
    }
    
    body.page-white .features-grid {
        grid-template-columns: 1fr;
    }
    
    .cookie-content {
        padding: 25px 15px 35px 15px;
        padding-bottom: calc(35px + env(safe-area-inset-bottom, 0px));
    }
    
    .cookie-buttons {
        gap: 8px;
    }
    
    .btn {
        padding: 14px 12px;
        font-size: 0.95rem;
        min-height: 48px;
    }
}

/* Portal informativo (white page) */
body.page-portal {
    --portal-accent: #c62828;
    --portal-accent-soft: #ffebee;
}

.portal-section {
    padding-top: 8px;
}

.portal-banner {
    margin: 0 0 28px;
    border-radius: var(--wp-radius);
    overflow: hidden;
    box-shadow: var(--wp-shadow);
    background: #111;
}

.portal-banner picture,
.portal-banner__img {
    display: block;
    width: 100%;
    height: auto;
}

.portal-intro {
    margin-bottom: 28px;
    max-width: 42rem;
}

.portal-intro__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wp-accent-dark);
    margin-bottom: 8px;
}

.portal-intro__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--wp-ink);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.portal-intro__desc {
    color: var(--wp-muted);
    line-height: 1.6;
}

.portal-empty {
    padding: 32px 20px;
    text-align: center;
    background: var(--wp-surface);
    border: 1px dashed var(--wp-border);
    border-radius: var(--wp-radius);
    color: var(--wp-muted);
}

.portal-games {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    align-items: start;
}

.portal-game-card.is-expanded {
    grid-column: 1 / -1;
}

.portal-game-card {
    background: var(--wp-surface);
    border: 1px solid var(--wp-border);
    border-radius: var(--wp-radius);
    overflow: hidden;
    box-shadow: var(--wp-shadow);
    display: flex;
    flex-direction: column;
}

.portal-game-card__header {
    height: 88px;
    background: linear-gradient(135deg, #1a1a1a, #333);
    background-size: cover;
    background-position: center;
}

.portal-game-card__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.portal-game-card__champ {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--portal-accent);
}

.portal-game-card__teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.portal-game-card__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    text-align: center;
}

.portal-game-card__team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.portal-game-card__team span {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--wp-ink);
    line-height: 1.2;
}

.portal-game-card__vs {
    font-size: 1.1rem;
    color: #94a3b8;
    font-weight: 600;
}

.portal-game-card__date,
.portal-game-card__venue {
    font-size: 0.88rem;
    color: var(--wp-muted);
    line-height: 1.45;
}

.portal-game-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--wp-accent-dark);
    text-decoration: none;
}

.portal-game-card__link:hover {
    text-decoration: underline;
}

.portal-game-card__details {
    border-top: 1px solid var(--wp-border);
    background: #fafafa;
}

.portal-game-card__details[hidden] {
    display: none !important;
}

.portal-game-card__details-inner {
    padding: 20px 20px 24px;
}

.portal-game-card__details-inner .portal-detail__title {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--wp-border);
}

.portal-btn--info {
    background: transparent;
    color: var(--portal-accent, var(--wp-accent-dark));
    border: 2px solid var(--portal-accent, var(--wp-accent-dark));
    cursor: pointer;
    width: 100%;
}

.portal-btn--info:hover,
.portal-btn--info:focus-visible {
    background: var(--portal-accent-soft, #ffebee);
    color: var(--portal-accent, var(--wp-accent-dark));
    outline: none;
}

.portal-btn--info.is-active {
    background: var(--portal-accent, var(--wp-accent-dark));
    color: #fff;
    border-color: var(--portal-accent, var(--wp-accent-dark));
}

.portal-btn--info.is-active:hover,
.portal-btn--info.is-active:focus-visible {
    background: var(--wp-accent-dark, #8e0000);
    color: #fff;
}

.portal-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
}

.portal-detail {
    background: var(--wp-surface);
    border: 1px solid var(--wp-border);
    border-radius: var(--wp-radius);
    box-shadow: var(--wp-shadow);
}

.portal-detail--accordion {
    padding: 0;
    overflow: hidden;
}

.portal-detail__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.15s ease;
}

.portal-detail__summary::-webkit-details-marker {
    display: none;
}

.portal-detail__summary::marker {
    content: '';
}

.portal-detail__summary:hover,
.portal-detail__summary:focus-visible {
    background: rgba(0, 0, 0, 0.02);
    outline: none;
}

.portal-detail--accordion[open] > .portal-detail__summary {
    border-bottom: 1px solid var(--wp-border);
}

.portal-detail__summary-text {
    flex: 1 1 auto;
    min-width: 0;
}

.portal-detail__head {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--wp-border);
}

.portal-detail__eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wp-accent-dark);
    margin-bottom: 6px;
}

.portal-detail__title,
.portal-detail__head h3 {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--wp-ink);
    line-height: 1.3;
}

.portal-detail__toggle {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--portal-accent-soft, #ffebee);
    position: relative;
    transition: transform 0.2s ease, background 0.15s ease;
}

.portal-detail__toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid var(--portal-accent, #c62828);
    border-bottom: 2px solid var(--portal-accent, #c62828);
    transform: rotate(45deg) translate(-1px, -1px);
}

.portal-detail--accordion[open] > .portal-detail__summary .portal-detail__toggle {
    transform: rotate(180deg);
}

.portal-detail__panel {
    padding: 20px 24px 24px;
}

.portal-detail__head h3 {
    font-size: 1.25rem;
    color: var(--wp-ink);
    line-height: 1.3;
}

.portal-detail__content {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #334155;
    overflow-wrap: break-word;
    word-break: break-word;
}

.portal-detail__content img,
.portal-detail__content table,
.portal-detail__content iframe,
.portal-detail__content video {
    max-width: 100%;
    height: auto;
}

.portal-detail__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.portal-detail__content p,
.portal-detail__content li {
    margin-bottom: 0.75em;
}

.portal-detail__content ul,
.portal-detail__content ol {
    padding-left: 1.25rem;
    margin-bottom: 1em;
}

.portal-detail__content a {
    color: var(--wp-accent-dark);
}

.portal-detail__note {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--wp-border);
    font-size: 0.85rem;
    color: var(--wp-muted);
    font-style: italic;
}

@media (max-width: 640px) {
    .portal-games {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .portal-game-card__teams {
        flex-wrap: wrap;
        gap: 8px;
    }

    .portal-game-card__team span {
        font-size: 0.82rem;
    }

    .portal-game-card__body {
        padding: 16px;
    }

    .portal-game-card.is-expanded {
        grid-column: 1 / -1;
    }

    .portal-game-card__details-inner {
        padding: 16px;
    }

    .portal-intro__title {
        font-size: 1.35rem;
    }

    .portal-detail__summary {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
    }

    .portal-detail__title,
    .portal-detail__head h3 {
        font-size: 1.05rem;
    }

    .portal-detail__panel {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    body.page-white .header {
        padding: 36px 0 28px;
    }
    
    body.page-white .header h1 {
        font-size: 1.45rem;
    }
    
    body.page-white .main-content {
        padding: 18px 0 32px;
    }
    
    .cookie-content {
        padding: 20px 10px 30px 10px;
        padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
    }
    
    .cookie-content h2 {
        font-size: 1.3rem;
    }
    
    .cookie-content p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .btn {
        padding: 12px 10px;
        font-size: 0.9rem;
    }
}

/* Tema portal esportivo (inspirado em flamengo.com.br) */
body.page-fla {
    --fla-red: #C8102E;
    --fla-red-dark: #9B0019;
    --fla-black: #0a0a0a;
    --fla-gray: #1a1a1a;
    --fla-gray-light: #2a2a2a;
    --portal-accent: var(--fla-red);
    --portal-accent-soft: #ffe5ea;
    --wp-accent: var(--fla-red);
    --wp-accent-dark: var(--fla-red-dark);
    background: #f3f3f3;
}

body.page-fla .main-content {
    padding: 0;
}

body.page-fla .topbar {
    background: var(--fla-black);
    color: #fff;
    border-bottom: 3px solid var(--fla-red);
}

body.page-fla .topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.page-fla .topbar__brand {
    flex: 1 1 auto;
    min-width: 0;
}

/* Botão hamburger (mobile) */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    flex-shrink: 0;
}

.nav-toggle__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

body.mobile-nav-open .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.mobile-nav-open .nav-toggle__bar:nth-child(2) {
    opacity: 0;
}

body.mobile-nav-open .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Menu lateral mobile */
.mobile-nav[hidden] {
    display: none !important;
}

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
}

body.mobile-nav-open .mobile-nav {
    pointer-events: auto;
}

.mobile-nav__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.25s ease;
}

body.mobile-nav-open .mobile-nav__overlay {
    opacity: 1;
}

.mobile-nav__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(18rem, 88vw);
    height: 100%;
    background: linear-gradient(180deg, var(--fla-black) 0%, var(--fla-gray) 100%);
    border-left: 3px solid var(--fla-red);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    display: flex;
    flex-direction: column;
}

body.mobile-nav-open .mobile-nav__panel {
    transform: translateX(0);
}

.mobile-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fla-red);
}

.mobile-nav__close {
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.mobile-nav__links {
    display: flex;
    flex-direction: column;
    padding: 12px 0 24px;
}

.mobile-nav__link {
    display: block;
    padding: 16px 22px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mobile-nav__link:hover,
.mobile-nav__link:focus-visible {
    background: rgba(200, 16, 46, 0.12);
    border-left-color: var(--fla-red);
    color: #fff;
    outline: none;
}

body.mobile-nav-open {
    overflow: hidden;
}

body.page-fla .topbar .brand-header {
    justify-content: flex-start;
    gap: 14px;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

body.page-fla .topbar .brand-header__text {
    flex: 1 1 auto;
    min-width: 0;
}

body.page-fla .topbar .topbar__title,
body.page-fla .topbar .brand-header__text h1 {
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

body.page-fla .topbar .brand-cnpj--topbar {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    margin-top: 4px;
}

body.page-fla .topbar .brand-legal,
body.page-fla .topbar .subtitle {
    display: none;
}

body.page-fla .topbar .brand-logo__mark {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 1rem;
    box-shadow: none;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

body.page-fla .site-nav--fla {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--fla-gray);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

body.page-fla .site-nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    min-height: 48px;
}

body.page-fla .site-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

body.page-fla .site-nav__link:hover,
body.page-fla .site-nav__link:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-bottom-color: var(--fla-red);
}

body.page-fla .hero-banner {
    width: 100%;
    background: var(--fla-black);
    line-height: 0;
}

body.page-fla .hero-banner__link {
    display: block;
    line-height: 0;
    transition: opacity 0.2s ease;
}

body.page-fla .hero-banner__link:hover,
body.page-fla .hero-banner__link:focus-visible {
    opacity: 0.92;
    outline: none;
}

body.page-fla .hero-banner__link:focus-visible {
    box-shadow: inset 0 0 0 3px var(--fla-red);
}

body.page-fla section,
body.page-fla .portal-section {
    border-top: 3px solid var(--fla-red);
}

.portal-game-card__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}

.portal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}

.portal-btn--ticket {
    background: linear-gradient(135deg, var(--fla-red) 0%, var(--fla-red-dark) 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(200, 16, 46, 0.28);
    border: none;
}

.portal-btn--ticket:hover,
.portal-btn--ticket:focus-visible {
    background: linear-gradient(135deg, #e01535 0%, var(--fla-red-dark) 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(200, 16, 46, 0.35);
}

.portal-btn--ticket-block {
    width: 100%;
    margin-top: 16px;
}

.portal-hero-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 1.25rem;
}

body.page-fla .portal-hero-cta {
    background: var(--fla-black);
}

.portal-btn--ticket-hero {
    min-width: min(100%, 340px);
    padding: 14px 28px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.page-fla .portal-game-card__link {
    color: var(--fla-red-dark);
    font-weight: 600;
    font-size: 0.88rem;
}

body.page-fla .portal-btn--info {
    color: var(--fla-red);
    border-color: var(--fla-red);
}

body.page-fla .portal-btn--info:hover,
body.page-fla .portal-btn--info:focus-visible {
    background: #ffe5ea;
    color: var(--fla-red-dark);
}

body.page-fla .portal-btn--info.is-active {
    background: var(--fla-red);
    border-color: var(--fla-red);
    color: #fff;
}

body.page-fla .portal-btn--info.is-active:hover,
body.page-fla .portal-btn--info.is-active:focus-visible {
    background: var(--fla-red-dark);
    border-color: var(--fla-red-dark);
}

body.page-fla .portal-game-card__details {
    border-top-color: rgba(200, 16, 46, 0.15);
    background: #fffafa;
}

body.page-fla .portal-game-card.is-expanded {
    border-color: rgba(200, 16, 46, 0.25);
    box-shadow: 0 8px 28px rgba(200, 16, 46, 0.1);
}

body.page-fla .portal-game-card__details-inner .portal-detail__title {
    border-bottom-color: rgba(200, 16, 46, 0.12);
}

body.page-fla .portal-intro {
    border-left: 4px solid var(--fla-red);
    padding-left: 16px;
    margin-bottom: 24px;
}

body.page-fla .portal-intro__title {
    color: var(--fla-black);
}

body.page-fla .hero-banner--placeholder {
    display: none;
}

body.page-fla .hero-banner picture,
body.page-fla .hero-banner__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(52vh, 520px);
    object-fit: cover;
    object-position: center top;
}

body.page-fla .page-layout {
    padding-top: 32px;
    padding-bottom: 48px;
}

body.page-fla .portal-intro__label {
    color: var(--fla-red);
}

body.page-fla .footer--fla {
    background: var(--fla-black);
    color: rgba(255, 255, 255, 0.85);
    border-top: 3px solid var(--fla-red);
    margin-top: 0;
    padding: 0;
}

body.page-fla .trust-strip--footer {
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    padding: 16px 0;
}

body.page-fla .trust-strip--footer .trust-strip__item {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

body.page-fla .trust-strip--footer .trust-strip__icon {
    color: var(--fla-red);
}

body.page-fla .footer__body {
    padding: 24px 20px 32px;
}

body.page-fla .footer-links a,
body.page-fla .footer-cookie-prefs {
    color: rgba(255, 255, 255, 0.88);
}

body.page-fla .footer-links a:hover,
body.page-fla .footer-cookie-prefs:hover {
    color: #fff;
}

body.page-fla .footer__body > p:last-child {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    margin-top: 12px;
}

body.page-fla .legal-panel__head h2,
body.page-fla .contact-panel__head h2 {
    color: var(--fla-black);
}

body.page-fla .section-eyebrow {
    color: var(--fla-red);
}

/* Links e acentos rubro-negro (substituem o teal do tema white) */
body.page-fla .intro-section a,
body.page-fla .info-content a,
body.page-fla .legal-details__body a,
body.page-fla .cookie-banner a,
body.page-fla .contact-cards a,
body.page-fla .portal-detail__content a {
    color: var(--fla-red);
    font-weight: 600;
}

body.page-fla .intro-section a:hover,
body.page-fla .info-content a:hover,
body.page-fla .legal-details__body a:hover,
body.page-fla .cookie-banner a:hover,
body.page-fla .contact-cards a:hover {
    color: var(--fla-red-dark);
}

body.page-fla .legal-details summary::marker {
    color: var(--fla-red);
}

body.page-fla .legal-details[open] summary,
body.page-fla .legal-details summary:hover {
    color: var(--fla-red-dark);
}

body.page-fla .transparency-section {
    border-left: 3px solid var(--fla-red);
}

body.page-fla .cookie-disclaimer {
    border-left-color: var(--fla-red);
    background: #fff5f5;
}

body.page-fla .legal-panel__head h2,
body.page-fla .contact-panel__head h2 {
    border-bottom: 2px solid var(--fla-red);
    padding-bottom: 10px;
    margin-bottom: 12px;
}

body.page-fla .portal-game-card__header {
    background: linear-gradient(135deg, var(--fla-black) 0%, var(--fla-red-dark) 100%);
}

body.page-fla .portal-game-card {
    border-color: rgba(198, 40, 40, 0.12);
}

body.page-fla .portal-game-card__champ {
    color: var(--fla-red);
}

body.page-fla .portal-detail--accordion[open] > .portal-detail__summary {
    border-bottom-color: rgba(198, 40, 40, 0.15);
}

body.page-fla .portal-detail__summary:hover,
body.page-fla .portal-detail__summary:focus-visible {
    background: rgba(198, 40, 40, 0.04);
}

body.page-fla .portal-detail__toggle {
    background: #ffebee;
}

body.page-fla .portal-detail__eyebrow {
    color: var(--fla-red);
}

body.page-fla .business-table th {
    background: #fff5f5;
    color: var(--fla-black);
}

body.page-fla .business-table tr:hover td {
    background: #fafafa;
}

body.page-fla .contact-cards p {
    border-color: rgba(198, 40, 40, 0.12);
}

body.page-fla .anchor-section {
    scroll-margin-top: 108px;
}

body.page-fla .cookie-banner {
    border-top: 3px solid var(--fla-red);
}

body.page-fla .cookie-banner__title {
    color: var(--fla-black);
}

body.page-fla .cookie-banner__actions .btn-accept {
    background: var(--fla-red);
    color: #fff;
}

body.page-fla .cookie-banner__actions .btn-accept:hover {
    background: var(--fla-red-dark);
}

body.page-fla .cookie-banner__actions .btn-reject {
    background: #fff;
    color: var(--fla-black);
    border: 2px solid #e2e8f0;
}

body.page-fla .cookie-banner__actions .btn-reject:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

body.page-fla .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 14px;
}

/* ——— Responsivo mobile (portal Fla) ——— */
@media (max-width: 767px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.page-white section,
    body.page-fla section {
        padding: 20px 16px;
        margin-bottom: 16px;
        border-radius: 12px;
    }

    body.page-white section h2,
    body.page-fla .legal-panel__head h2,
    body.page-fla .contact-panel__head h2 {
        font-size: 1.25rem;
    }

    body.page-fla .page-layout {
        padding-top: 20px;
        padding-bottom: 28px;
    }

    body.page-fla .topbar__inner {
        min-height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.page-fla .topbar .brand-header {
        gap: 10px;
    }

    body.page-fla .topbar .brand-logo__mark {
        width: 40px;
        height: 40px;
        font-size: 0.85rem;
        flex-shrink: 0;
    }

    body.page-fla .topbar .topbar__title,
    body.page-fla .topbar .brand-header__text h1 {
        font-size: clamp(0.92rem, 4.2vw, 1.15rem);
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    body.page-fla .topbar .brand-cnpj--topbar {
        font-size: 0.72rem;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

    body.page-fla .site-nav--desktop {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    body.page-fla .hero-banner picture,
    body.page-fla .hero-banner__img {
        max-height: none;
        min-height: 0;
    }

    body.page-fla .portal-section {
        padding-top: 0;
    }

    body.page-fla .legal-panel__intro,
    body.page-fla .contact-panel__intro {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    body.page-fla .legal-details summary {
        padding: 14px 4px;
        font-size: 0.95rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    body.page-fla .legal-details__body {
        padding: 0 0 16px;
        font-size: 0.92rem;
    }

    body.page-fla .legal-details__body p,
    body.page-fla .info-content p {
        font-size: 0.92rem;
        line-height: 1.65;
    }

    body.page-fla .trust-strip--footer .trust-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    body.page-fla .trust-strip--footer .trust-strip__item {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    body.page-fla .footer__body {
        padding: 20px 16px 28px;
        padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    }

    body.page-fla .footer-links .legal-sep {
        display: none;
    }

    body.page-fla .footer__body > p:last-child {
        font-size: 0.8rem;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    body.page-white .business-table-wrap {
        margin-left: -4px;
        margin-right: -4px;
    }

    body.page-white .business-table,
    body.page-white .business-table tbody,
    body.page-white .business-table tr,
    body.page-white .business-table th,
    body.page-white .business-table td {
        display: block;
        width: 100%;
    }

    body.page-white .business-table tr {
        margin-bottom: 10px;
        border: 1px solid var(--wp-border);
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    body.page-white .business-table th {
        max-width: none;
        width: 100%;
        border-bottom: none;
        padding: 12px 14px 4px;
        font-size: 0.82rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    body.page-fla .business-table th {
        background: #fff5f5;
        color: var(--fla-red-dark);
    }

    body.page-white .business-table td {
        padding: 4px 14px 12px;
        border-bottom: none;
        font-size: 0.92rem;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    body.page-white .business-table th,
    body.page-white .business-table td {
        border-bottom: none;
    }

    body.page-fla .cookie-banner-open,
    body.page-white.page-fla.cookie-banner-open {
        padding-bottom: calc(180px + env(safe-area-inset-bottom, 0px));
    }

    body.page-fla .cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    body.page-fla .cookie-banner__text {
        text-align: left;
    }

    body.page-fla .cookie-banner__actions {
        width: 100%;
        flex-direction: column;
    }

    body.page-fla .cookie-banner__actions .btn {
        width: 100%;
        max-width: none;
    }

    body.page-fla .contact-cards p {
        padding: 12px 14px;
        font-size: 0.92rem;
    }

    body.page-fla .policy-updated {
        font-size: 0.82rem;
    }
}

@media (max-width: 380px) {
    body.page-fla .topbar .brand-logo__mark {
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 768px) {
    .nav-toggle {
        display: none !important;
    }

    .mobile-nav {
        display: none !important;
    }

    body.page-fla .site-nav--desktop {
        display: block;
    }
}

