/* Páginas públicas de marketing — home, demonstração, funcionalidades */

.marketing-main {
    padding: 0;
    margin-top: 0 !important;
    max-width: 100%;
}

.marketing-hero {
    background: var(--primary-color);
    color: #fff;
    padding: 3.75rem 0 4.25rem;
    position: relative;
    overflow: hidden;
}

.marketing-hero-home {
    padding: clamp(2.75rem, 5vw, 4.75rem) 0 clamp(3rem, 6vw, 5.25rem);
}

.marketing-hero-page {
    padding: clamp(2.25rem, 4vw, 3.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.marketing-hero-copy-wide {
    max-width: 44rem;
}

.marketing-hero-copy-wide h1 {
    max-width: none;
}

.marketing-hero-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2.5rem;
}

@media (min-width: 992px) {
    .marketing-hero-row {
        --bs-gutter-x: 3rem;
    }

    .marketing-hero-copy-col {
        padding-right: 1.5rem;
    }

    .marketing-hero-visual-col {
        padding-left: 0.5rem;
    }
}

.marketing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 45%);
    pointer-events: none;
}

.marketing-hero .container {
    position: relative;
    z-index: 1;
}

.marketing-hero h1 {
    font-size: clamp(1.85rem, 3.8vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 1.35rem;
}

.marketing-hero-copy {
    max-width: 36rem;
}

.marketing-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.marketing-hero-eyebrow-logo {
    max-height: clamp(44px, 5.5vw, 56px);
    width: auto;
    opacity: 0.98;
    flex-shrink: 0;
}

.marketing-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
}

.marketing-hero-bullets li {
    position: relative;
    padding-left: 1.35rem;
    margin-bottom: 0.4rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.45;
}

.marketing-hero-bullets li:last-child {
    margin-bottom: 0;
}

.marketing-hero-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.marketing-hero-lead {
    font-size: 1.15rem;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.5;
}

.marketing-hero-sub {
    font-size: clamp(0.98rem, 1.8vw, 1.0625rem);
    color: #cbd5e1;
    max-width: 34rem;
    line-height: 1.65;
    margin: 0;
}

.marketing-hero-sub strong {
    color: #f1f5f9;
    font-weight: 600;
}

.marketing-hero-actions {
    margin-top: 2rem;
}

.marketing-hero-ctas-primary {
    margin-bottom: 0.875rem;
}

.marketing-hero-ctas-secondary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
}

.marketing-hero-note {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin-top: 1.125rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    line-height: 1.55;
    max-width: 34rem;
}

.marketing-hero-note strong {
    color: #cbd5e1;
    font-weight: 600;
}

.marketing-hero-note-on-dark {
    border-top: none;
    padding-top: 0;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.72);
}

.marketing-hero-note-on-dark strong {
    color: rgba(255, 255, 255, 0.9);
}

.marketing-hero-visual {
    position: relative;
}

.marketing-hero-visual img {
    border-radius: 14px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.38);
    border: 2px solid rgba(255, 255, 255, 0.14);
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .marketing-hero-visual {
        transform: translateY(2px);
    }
}

.marketing-hero-badge-dot {
    font-size: 0.5rem;
    vertical-align: middle;
}

.marketing-hero-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(16, 185, 129, 0.95);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.marketing-btn-primary {
    background: #fff;
    color: var(--primary-color) !important;
    font-weight: 700;
    border: none;
    min-height: 48px;
    padding: 0.65rem 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.marketing-btn-hero-main {
    min-height: 54px;
    padding: 0.8rem 1.85rem;
    font-size: 1.0625rem;
    border-radius: 0.6rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.marketing-btn-hero-main:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    transform: translateY(-1px);
}

.marketing-btn-primary:hover {
    background: #f8fafc;
    color: var(--primary-dark) !important;
}

.marketing-btn-outline-light {
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    color: #fff !important;
    font-weight: 600;
    min-height: 44px;
    padding: 0.5rem 1.1rem;
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.marketing-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border-color: #fff;
}

.marketing-btn-whatsapp-soft {
    border: 1.5px solid rgba(74, 222, 128, 0.55);
    background: rgba(37, 211, 102, 0.1);
    color: #ecfdf5 !important;
    font-weight: 600;
    min-height: 44px;
    padding: 0.5rem 1.1rem;
    font-size: 0.9375rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.marketing-btn-whatsapp-soft:hover {
    background: rgba(37, 211, 102, 0.18);
    color: #fff !important;
    border-color: rgba(74, 222, 128, 0.85);
}

.marketing-btn-whatsapp {
    background: #25d366;
    color: #fff !important;
    font-weight: 600;
    border: none;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.marketing-btn-whatsapp:hover {
    background: #1fb855;
    color: #fff !important;
}

.marketing-section {
    padding: 4rem 0;
}

.marketing-section-alt {
    background: #fff;
}

.marketing-section-title {
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.marketing-pilot-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.marketing-pilot-card-tall {
    min-height: 100%;
}

.marketing-pilot-logo {
    max-height: 72px;
    width: auto;
    object-fit: contain;
}

/* Dois clubes lado a lado (col-lg-6): layout em coluna para caber logo, texto e botão */
.marketing-pilot-card-duo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    overflow: hidden;
}

.marketing-pilot-card-duo-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    min-width: 0;
    width: 100%;
}

.marketing-pilot-logo-duo {
    flex: 0 0 auto;
    display: block;
    max-height: 104px;
    max-width: 192px;
    width: auto;
    height: auto;
    margin: 0;
}

.marketing-pilot-card-duo-copy {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    text-align: left;
}

.marketing-pilot-card-duo-copy .badge {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.marketing-pilot-card-duo-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.3;
    margin: 0 0 0.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.marketing-pilot-card-duo-desc {
    font-size: 0.9375rem;
    line-height: 1.5;
}

.marketing-pilot-card-duo-btn {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.55rem 1rem;
    white-space: normal;
    text-align: center;
    margin-top: auto;
}

@media (min-width: 576px) {
    .marketing-pilot-logo-duo {
        max-height: 112px;
        max-width: 216px;
    }

    .marketing-pilot-card-duo-btn {
        align-self: flex-start;
        width: auto;
        max-width: 100%;
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .marketing-pilot-card-duo-btn {
        align-self: stretch;
        width: 100%;
        white-space: normal;
    }
}

.marketing-product-carousel .carousel-item img {
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    max-height: 420px;
    width: 100%;
    object-fit: contain;
    background: #f8fafc;
}

.marketing-benefit-card {
    border: none;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    height: 100%;
    background: #fff;
}

.marketing-benefit-card .card-body {
    color: #334155;
}

.marketing-benefit-card h5 {
    color: var(--primary-color);
    font-weight: 700;
}

.marketing-teaser {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 2.5rem;
}

.marketing-teaser h3 {
    color: #fff;
    font-weight: 800;
}

.marketing-teaser p {
    color: #cbd5e1;
}

.marketing-quote {
    border-left: 4px solid var(--primary-color);
    padding-left: 1.25rem;
    font-style: italic;
    color: #475569;
}

.marketing-quote-author {
    font-style: normal;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0.75rem;
}

.marketing-faq .accordion-button:not(.collapsed) {
    background: #f1f5f9;
    color: var(--primary-color);
    font-weight: 600;
}

.marketing-faq .accordion-button {
    color: #1e293b;
}

.marketing-cta-final {
    background: var(--primary-color);
    color: #fff;
    padding: 3.5rem 0;
}

.marketing-cta-final h2 {
    color: #fff;
    font-weight: 800;
}

.marketing-cta-final p {
    color: #cbd5e1;
}

.marketing-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    flex-shrink: 0;
}

.marketing-bento-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.marketing-bento-card:hover {
    box-shadow: var(--shadow-lg);
}

.marketing-bento-card h5 {
    color: var(--primary-color);
    font-weight: 700;
}

.marketing-bento-card p {
    color: #64748b;
    margin-bottom: 0;
}

.marketing-demo-gallery img {
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.marketing-demo-video {
    border-radius: 12px;
    box-shadow: var(--shadow-xl);
    width: 100%;
    max-height: 520px;
    background: #000;
}

.marketing-video-block {
    background: #fff;
    border-radius: 14px;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: var(--shadow-md);
    border: 1px solid #e2e8f0;
}

.marketing-video-intro {
    max-width: 540px;
}

.marketing-video-caption {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .marketing-hero {
        padding: 2.5rem 0 3rem;
    }

    .marketing-hero h1 {
        max-width: none;
    }

    .marketing-hero-visual {
        margin-top: 0.5rem;
    }

    .marketing-section {
        padding: 2.5rem 0;
    }
}

@media (max-width: 575px) {
    .marketing-hero-actions {
        margin-top: 1.75rem;
    }

    .marketing-hero-ctas-primary .marketing-btn-hero-main {
        width: 100%;
    }

    .marketing-hero-ctas-secondary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.625rem;
    }

    .marketing-hero-ctas-secondary .btn {
        width: 100%;
        min-height: 46px;
        padding-left: 0.65rem;
        padding-right: 0.65rem;
        font-size: 0.875rem;
    }

    .marketing-hero-ctas-secondary .marketing-btn-whatsapp-soft {
        grid-column: 1 / -1;
    }
}

/* —— Página Funcionalidades (catálogo completo) —— */

.marketing-func-nav {
    position: sticky;
    top: 0;
    z-index: 1020;
    padding: 0 0 1.25rem;
    margin-top: -2rem;
    background: transparent;
}

.marketing-func-nav-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.15rem 1.25rem 1.35rem;
    box-shadow:
        0 4px 6px rgba(12, 25, 65, 0.04),
        0 20px 48px rgba(12, 25, 65, 0.12);
}

.marketing-func-nav-kicker {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    margin: 0 0 1rem;
    opacity: 0.75;
}

.marketing-func-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

nav.marketing-func-nav a.marketing-func-nav-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 5.5rem;
    padding: 0.75rem 0.5rem;
    border-radius: 14px;
    border: 1px solid #e8edf4;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    text-decoration: none !important;
    color: #1e293b !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

nav.marketing-func-nav a.marketing-func-nav-card:hover {
    color: var(--primary-color) !important;
    border-color: rgba(12, 25, 65, 0.22);
    background: #fff;
    box-shadow: 0 10px 28px rgba(12, 25, 65, 0.14);
    transform: translateY(-3px);
}

nav.marketing-func-nav a.marketing-func-nav-card:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.marketing-func-nav-card-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(145deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    box-shadow: 0 4px 12px rgba(12, 25, 65, 0.25);
}

.marketing-func-nav-card-label {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    max-width: 9.5rem;
}

/* Âncoras do menu sticky e do footer não ficam atrás do painel de navegação */
.marketing-func-nav ~ section[id] {
    scroll-margin-top: 8.5rem;
}

#resultados {
    scroll-margin-top: 8.5rem;
}

/* Menu compacto ao rolar — libera área útil da página */
.marketing-func-nav.is-compact {
    padding-bottom: 0.45rem;
    background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 72%, rgba(248, 250, 252, 0.94) 100%);
}

.marketing-func-nav.is-compact .marketing-func-nav-panel {
    padding: 0.45rem 0.65rem 0.55rem;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(12, 25, 65, 0.1);
}

.marketing-func-nav.is-compact .marketing-func-nav-kicker {
    display: none;
}

.marketing-func-nav.is-compact .marketing-func-nav-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 0.1rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.marketing-func-nav.is-compact a.marketing-func-nav-card {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
    min-height: 0;
    padding: 0.35rem 0.65rem 0.35rem 0.4rem;
    border-radius: 999px;
    scroll-snap-align: start;
}

.marketing-func-nav.is-compact a.marketing-func-nav-card:hover {
    transform: none;
}

.marketing-func-nav.is-compact .marketing-func-nav-card-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 8px;
    font-size: 0.72rem;
    box-shadow: none;
}

.marketing-func-nav.is-compact .marketing-func-nav-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    max-width: none;
    white-space: nowrap;
}

.marketing-func-nav.is-compact ~ section[id] {
    scroll-margin-top: 4.25rem;
}

.marketing-func-nav.is-compact ~ section #resultados {
    scroll-margin-top: 4.25rem;
}

@media (min-width: 992px) {
    .marketing-func-nav.is-compact .marketing-func-nav-grid {
        display: grid;
        grid-template-columns: repeat(9, minmax(0, 1fr));
        overflow-x: visible;
    }

    .marketing-func-nav.is-compact a.marketing-func-nav-card {
        flex-direction: column;
        justify-content: center;
        padding: 0.4rem 0.25rem;
        border-radius: 10px;
        min-height: 3.25rem;
    }

    .marketing-func-nav.is-compact .marketing-func-nav-card-label {
        font-size: 0.65rem;
        line-height: 1.15;
        white-space: normal;
        max-width: 6.5rem;
    }
}

@media (min-width: 992px) {
    .marketing-func-nav-grid {
        gap: 0.75rem;
    }

    nav.marketing-func-nav a.marketing-func-nav-card {
        min-height: 6rem;
        padding: 0.9rem 0.65rem;
    }

    .marketing-func-nav-card-label {
        font-size: 0.875rem;
    }
}

.marketing-func-lead {
    font-size: 1.0625rem;
    color: #64748b;
    max-width: 42rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.marketing-func-format-card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketing-func-format-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--func-accent, var(--primary-color));
}

.marketing-func-format-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.marketing-func-format-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.marketing-func-format-card .marketing-feature-icon {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.marketing-func-format-card p {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.55;
}

.marketing-func-format-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.marketing-func-format-card ul li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.45rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.45;
}

.marketing-func-format-card ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.15em;
    font-size: 0.7rem;
    color: #10b981;
}

/* Bloco dos 3 formatos de disputa (card Duplas fixas) */
.marketing-func-format-trio {
    margin: 0 0 1.1rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #bbf7d0;
    border-radius: 12px;
}

.marketing-func-format-trio-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #15803d;
    margin: 0 0 0.65rem;
}

.marketing-func-format-trio-item {
    margin-bottom: 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569;
}

.marketing-func-format-trio-item:last-child {
    margin-bottom: 0;
}

.marketing-func-format-trio-item strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #166534;
    margin-bottom: 0.15rem;
}

.marketing-func-included {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.marketing-func-included-grid > [class*='col-'] {
    display: flex;
}

.marketing-func-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    height: 100%;
    width: 100%;
    min-width: 0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.marketing-func-feature-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.marketing-func-feature-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 1rem;
    flex-shrink: 0;
    box-sizing: border-box;
}

.marketing-func-feature-card-icon i {
    line-height: 1;
}

.marketing-func-feature-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.marketing-func-feature-card p {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

.marketing-func-feature-card-icon.marketing-func-icon-whatsapp {
    background: #25d366;
}

.marketing-func-feature-card-icon.marketing-func-icon-indigo {
    background: #6366f1;
}

.marketing-func-feature-card-icon.marketing-func-icon-teal {
    background: #0d9488;
}

.marketing-func-feature-card-icon.marketing-func-icon-slate {
    background: #475569;
}

.marketing-func-feature-card-icon.marketing-func-icon-violet {
    background: #7c3aed;
}

.marketing-func-feature-card-icon.marketing-func-icon-instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

.marketing-func-split > [class*='col-'] {
    min-width: 0;
}

.marketing-func-split-copy {
    min-width: 0;
    padding-right: clamp(0.25rem, 2vw, 1.25rem);
}

.marketing-func-split.flex-lg-row-reverse .marketing-func-split-copy {
    padding-right: 0;
    padding-left: clamp(0.25rem, 2vw, 1.25rem);
}

.marketing-func-visual {
    margin: 0;
    padding: clamp(1rem, 2.5vw, 1.75rem);
    background: linear-gradient(145deg, #f1f5f9 0%, #ffffff 55%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.marketing-func-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(520px, 72vh);
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
}

.marketing-func-band {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 16px;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
}

.marketing-func-band h3 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.marketing-func-band p {
    color: #cbd5e1;
    margin-bottom: 0;
    max-width: 36rem;
}

.marketing-func-clube-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem 1rem;
}

.marketing-func-clube-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9375rem;
    color: #475569;
}

.marketing-func-clube-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #10b981;
}

.marketing-func-app-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-lg);
}

.marketing-func-app-card .card-body {
    padding: 2rem;
}

.marketing-func-rapido-card {
    border-left: 4px solid var(--func-accent, var(--primary-color));
}

@media (max-width: 991px) {
    .marketing-func-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .marketing-func-nav {
        margin-top: -1.25rem;
    }

    .marketing-func-nav-panel {
        padding: 1rem 0.85rem 1.1rem;
        border-radius: 16px;
    }

    .marketing-func-nav.is-compact .marketing-func-nav-panel {
        padding: 0.4rem 0.55rem 0.5rem;
    }

    .marketing-func-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    nav.marketing-func-nav a.marketing-func-nav-card {
        min-height: 4.75rem;
        padding: 0.65rem 0.35rem;
    }

    .marketing-func-nav.is-compact a.marketing-func-nav-card {
        min-height: 0;
        padding: 0.32rem 0.55rem 0.32rem 0.35rem;
    }

    .marketing-func-nav-card-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        font-size: 0.9rem;
    }

    .marketing-func-nav-card-label {
        font-size: 0.75rem;
        max-width: none;
    }

    .marketing-func-split-copy,
    .marketing-func-split.flex-lg-row-reverse .marketing-func-split-copy {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Torneio Caminho da Taça — destaque na página de funcionalidades */
.marketing-func-nav-card-icon-gold {
    background: linear-gradient(135deg, #f5c842 0%, #e8a317 100%) !important;
    color: #fff !important;
}

.marketing-func-ct-feature {
    position: relative;
    border: 2px solid #e8a317;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    background: linear-gradient(145deg, #fffdf7 0%, #fff8e6 40%, #fff3cc 100%);
    box-shadow: 0 20px 48px rgba(201, 146, 0, 0.14);
    overflow: hidden;
}

.marketing-func-ct-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c99200, #e8a317, #f5d76e);
}

.marketing-func-ct-feature-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7a5a08;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(232, 163, 23, 0.45);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1.25rem;
}

.marketing-func-ct-icon {
    background: linear-gradient(135deg, #e8a317, #c99200) !important;
    color: #fff;
    width: 64px;
    height: 64px;
    font-size: 1.65rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.marketing-func-ct-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #334155;
}

.marketing-func-ct-value-card {
    height: 100%;
    background: #fff;
    border: 1px solid #f0d78c;
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.marketing-func-ct-value-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #92680a;
    margin-bottom: 0.85rem;
}

.marketing-func-ct-value-card p {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.85rem;
}

.marketing-func-ct-value-foot {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    padding-top: 0.5rem;
    border-top: 1px dashed #e2e8f0;
}

@media (max-width: 991px) {
    .marketing-func-ct-feature {
        padding: 1.5rem 1.25rem;
    }
}
