.landing-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: transparent;
}

.landing-navbar.scrolled {
    background: #DEF1FE;
    backdrop-filter: blur(12px);
    padding: 0.5rem 0;
    box-shadow: 0 2px 20px rgba(12, 74, 110, 0.1);
}

.landing-navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.landing-brand-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.landing-brand-text {
    display: flex;
    flex-direction: column;
}

.landing-brand-name {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
}

.landing-brand-tagline {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Header principal: marca + links em cápsula + CTAs */
.landing-nav-shell {
    position: relative;
}

.landing-navbar-main .landing-navbar-inner {
    gap: 0.75rem;
}

.landing-brand-enhanced .landing-brand-text {
    display: none;
}

@media (min-width: 576px) {
    .landing-brand-enhanced .landing-brand-text {
        display: flex;
    }
}

.landing-nav-cluster {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-nav-pill {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem;
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-pill {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(3, 105, 161, 0.14);
    box-shadow: 0 8px 30px rgba(3, 105, 161, 0.1);
}

.landing-navbar.scrolled .landing-nav-pill {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(3, 105, 161, 0.14);
    box-shadow: 0 4px 18px rgba(3, 105, 161, 0.08);
}

/* Navbar após scroll: textos escuros sobre #DEF1FE */
.landing-navbar.scrolled .landing-brand-name {
    color: #0c4a6e;
}

.landing-navbar.scrolled .landing-brand-tagline {
    color: #64748b;
}

.landing-navbar.scrolled .landing-nav-link {
    color: #334155;
}

.landing-navbar.scrolled .landing-nav-link:hover {
    color: #0c4a6e;
    background: rgba(14, 165, 233, 0.14);
}

.landing-navbar.scrolled .btn-landing-outline {
    color: #0369a1;
    border-color: rgba(3, 105, 161, 0.42);
    background: rgba(255, 255, 255, 0.75);
}

.landing-navbar.scrolled .btn-landing-outline:hover {
    color: #fff;
    background: #0369a1;
    border-color: #0369a1;
}

.landing-navbar.scrolled .landing-menu-toggle {
    color: #0369a1;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(3, 105, 161, 0.2);
}

.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.landing-plano-pro-card {
    border: 1px solid #d1fae5 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-plano-pro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(13, 148, 136, 0.14);
}

.landing-nav-link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.landing-nav-link:hover {
    color: white;
    background: rgba(255,255,255,0.08);
}

.btn-landing-primary {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary), var(--accent-cyan));
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    transition: all 0.25s;
    border: none;
}

.btn-landing-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(14,165,233,0.4);
}

.btn-landing-primary.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

.btn-landing-outline {
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.25);
    transition: all 0.2s;
}

.btn-landing-outline:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.5);
    color: white;
}

.btn-landing-outline-light {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.25s;
    background: transparent;
}

.btn-landing-outline-light:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.6);
    color: white;
}

.btn-landing-outline-light.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

/* Destaque “Sou profissional” no hero (contraste com o azul do contratante) */
.btn-landing-profissional {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ecfdf5;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: 2px solid rgba(45, 212, 191, 0.55);
    background: linear-gradient(145deg, rgba(13, 148, 136, 0.35) 0%, rgba(15, 118, 110, 0.45) 100%);
    box-shadow: 0 2px 12px rgba(13, 148, 136, 0.2);
    transition: all 0.25s ease;
}

.btn-landing-profissional:hover {
    color: #fff;
    border-color: #5eead4;
    background: linear-gradient(145deg, rgba(13, 148, 136, 0.55) 0%, rgba(15, 118, 110, 0.65) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.35);
}

.btn-landing-profissional.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

/* CTA em fundo claro (seções “como funciona” do profissional) */
.btn-landing-teal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.65rem 1.35rem;
    border-radius: 10px;
    border: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

.btn-landing-teal:hover {
    background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(13, 148, 136, 0.4);
}

.landing-menu-toggle {
    display: none;
    border: none;
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 1.5rem;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
}

.landing-hero {
    background: linear-gradient(145deg, #050d1a 0%, #0a1a30 30%, #0c2d4e 65%, #0a3563 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8rem 0 6rem;
    overflow: hidden;
}

/* Hero claro (home): azul bem suave — textos escuros */
.landing-hero.landing-hero-light {
    background: linear-gradient(165deg, #f8fcff 0%, #e8f4fc 35%, #dbeafe 70%, #cfe8f7 100%);
}

.landing-hero.landing-hero-light::before {
    background: radial-gradient(ellipse at 18% 25%, rgba(56, 189, 248, 0.35) 0%, transparent 52%),
                radial-gradient(ellipse at 88% 15%, rgba(125, 211, 252, 0.4) 0%, transparent 48%),
                radial-gradient(ellipse at 50% 95%, rgba(191, 219, 254, 0.65) 0%, transparent 55%);
}

.landing-hero.landing-hero-light::after {
    background: radial-gradient(circle, rgba(147, 197, 253, 0.45) 0%, transparent 68%);
    opacity: 0.9;
}

.landing-hero.landing-hero-light h1 {
    color: #0c4a6e;
    margin-top: 0.5rem;
}

.landing-hero.landing-hero-light .landing-hero-subtitle {
    color: #475569;
}

.landing-hero.landing-hero-light .landing-hero-stats {
    color: #64748b;
}

.landing-hero.landing-hero-light .landing-hero-stats strong {
    color: #0369a1;
}

/* Destaque da palavra no fundo claro */
.text-highlight-on-light {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Botão “Sou profissional” no hero claro */
.landing-hero-light .btn-landing-profissional {
    color: #0f766e;
    border: 2px solid #14b8a6;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.12);
}

.landing-hero-light .btn-landing-profissional:hover {
    color: #fff;
    border-color: #0d9488;
    background: linear-gradient(135deg, #0d9488, #0f766e);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.3);
}

/* Selo acima do título (hero claro — páginas profissional / contratante) */
.landing-hero-light .landing-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.landing-hero-light .landing-hero-eyebrow--teal {
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(204, 251, 241, 0.95));
    border: 1px solid rgba(45, 212, 191, 0.4);
    color: #0f766e;
    box-shadow: 0 4px 18px rgba(13, 148, 136, 0.1);
}

.landing-hero-light .landing-hero-eyebrow--teal i {
    font-size: 1.05rem;
    color: #0d9488;
}

/* Destaque teal no título (alinhado à identidade “profissional”) */
.text-highlight-teal-on-light {
    background: linear-gradient(135deg, #14b8a6, #0d9488 45%, #0f766e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-hero-profissional .landing-hero-subtitle strong {
    color: #0d9488;
    font-weight: 700;
}

.landing-hero-light .landing-hero-footnote {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

.landing-hero-light .landing-hero-footnote a {
    color: #0369a1;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.landing-hero-light .landing-hero-footnote a:hover {
    color: #075985;
}

/* Ações secundárias no hero claro (ex.: “Sou contratante”, “Saiba mais”) */
.landing-hero-light .btn-landing-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0369a1;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.9rem 2.25rem;
    border-radius: 12px;
    border: 2px solid rgba(3, 105, 161, 0.22);
    background: rgba(255, 255, 255, 0.94);
    transition: all 0.22s ease;
    box-shadow: 0 2px 12px rgba(3, 105, 161, 0.07);
}

.landing-hero-light .btn-landing-hero-secondary:hover {
    color: #075985;
    border-color: rgba(3, 105, 161, 0.42);
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(3, 105, 161, 0.12);
}

.landing-hero-light .btn-landing-hero-secondary.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

/* Navbar sobre hero claro (antes do scroll) */
.landing-navbar-light-hero:not(.scrolled) .landing-nav-link {
    color: #334155;
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-link:hover {
    color: #0c4a6e;
    background: rgba(255, 255, 255, 0.55);
}

.landing-navbar-light-hero:not(.scrolled) .btn-landing-outline {
    color: #0369a1;
    border-color: rgba(3, 105, 161, 0.45);
    background: rgba(255, 255, 255, 0.5);
}

.landing-navbar-light-hero:not(.scrolled) .btn-landing-outline:hover {
    color: #fff;
    background: #0369a1;
    border-color: #0369a1;
}

.landing-navbar-light-hero:not(.scrolled) .btn-landing-primary {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    box-shadow: 0 4px 14px rgba(3, 105, 161, 0.3);
}

.landing-navbar-light-hero:not(.scrolled) .btn-landing-primary:hover {
    background: linear-gradient(135deg, #0369a1, #075985);
    box-shadow: 0 6px 20px rgba(3, 105, 161, 0.4);
}

.landing-navbar-light-hero:not(.scrolled) .landing-menu-toggle {
    color: #0369a1;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(3, 105, 161, 0.2);
}

/* Menu mobile aberto (fundo #DEF1FE): links escuros */
.landing-navbar-light-hero:not(.scrolled) .landing-nav-links.show .landing-nav-link {
    color: #334155;
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-links.show .landing-nav-link:hover {
    color: #0c4a6e;
    background: rgba(14, 165, 233, 0.12);
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-links.show .btn-landing-outline {
    color: #0369a1;
    border-color: rgba(3, 105, 161, 0.42);
    background: rgba(255, 255, 255, 0.75);
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-links.show .btn-landing-outline:hover {
    background: #0369a1;
    color: #fff;
    border-color: #0369a1;
}

.landing-navbar-light-hero:not(.scrolled) .landing-nav-links.show .btn-landing-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent-cyan));
}

.landing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 25% 45%, rgba(14,165,233,0.12) 0%, transparent 55%),
                radial-gradient(ellipse at 75% 35%, rgba(34,211,238,0.08) 0%, transparent 45%),
                radial-gradient(circle at 50% 90%, rgba(14,165,233,0.06) 0%, transparent 40%);
    pointer-events: none;
}

.landing-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14,165,233,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.landing-hero-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.landing-hero-logo {
    width: 90px;
    height: auto;
    margin: 0 auto 2rem;
    display: block;
    filter: drop-shadow(0 4px 20px rgba(14,165,233,0.3));
}

.landing-hero h1 {
    font-size: 3.25rem;
    font-weight: 800;
    color: white;
    line-height: 1.12;
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}

.text-highlight {
    background: linear-gradient(135deg, var(--primary-light), var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.landing-hero-stats {
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    margin-bottom: 2.25rem;
}

.landing-hero-stats strong {
    color: var(--accent-cyan);
}

.landing-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.landing-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 2;
}

.landing-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

.landing-section {
    padding: 5rem 0;
    background: white;
}

.landing-section-dark {
    background: #DEF1FE;
}

.landing-section-light {
    background: #f7fafc;
}

.landing-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.landing-section-header h2 {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.landing-section-header p {
    color: var(--secondary);
    font-size: 1rem;
}

.landing-step-card {
    background: white;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    height: 100%;
}

.landing-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
    border-color: var(--primary-light);
}

.landing-step-number {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: var(--accent-gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(14,165,233,0.3);
}

.landing-step-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #e0f2fe, #cffafe);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin: 0 auto 1.25rem;
}

.landing-step-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.landing-step-card p {
    font-size: 0.875rem;
    color: var(--secondary);
    margin: 0;
    line-height: 1.6;
}

.landing-counter {
    padding: 2rem 1rem;
}

.landing-counter-value {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, white, var(--accent-cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.landing-counter-label {
    display: block;
    color: rgba(255,255,255,0.55);
    font-size: 0.9rem;
    font-weight: 500;
}

.landing-section-dark .landing-counter-label {
    color: #64748b;
}

/* Valores com cor inline (ex.: afiliados) — gradiente branco some no fundo claro */
.landing-section-dark .landing-counter-value {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
}

.landing-category-card {
    background: white;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.landing-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.07);
    border-color: var(--primary-light);
}

.landing-category-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.landing-category-icon.blue { background: #e0f2fe; color: var(--primary); }
.landing-category-icon.green { background: #d1fae5; color: var(--success); }
.landing-category-icon.cyan { background: #cffafe; color: var(--info); }
.landing-category-icon.purple { background: #ede9fe; color: #7c3aed; }
.landing-category-icon.yellow { background: #fef3c7; color: var(--warning); }
.landing-category-icon.red { background: #fee2e2; color: var(--danger); }
.landing-category-icon.orange { background: #fed7aa; color: #ea580c; }
.landing-category-icon.teal { background: #ccfbf1; color: #0d9488; }

.landing-category-card h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.35rem;
}

.landing-category-card p {
    font-size: 0.8rem;
    color: var(--secondary);
    margin: 0;
    line-height: 1.5;
}

.landing-about-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.landing-about-text {
    font-size: 1rem;
    color: var(--secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.landing-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    color: #475569;
    font-weight: 500;
}

.landing-features-list li i {
    color: var(--primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.landing-about-visual {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.landing-about-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: white;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    padding: 1.25rem;
    transition: all 0.3s;
}

.landing-about-card:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border-color: var(--primary-light);
}

.landing-about-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.landing-about-card-icon.blue { background: #e0f2fe; color: var(--primary); }
.landing-about-card-icon.green { background: #d1fae5; color: var(--success); }
.landing-about-card-icon.purple { background: #ede9fe; color: #7c3aed; }

.landing-about-card strong {
    display: block;
    font-size: 0.95rem;
    color: var(--dark);
    margin-bottom: 0.2rem;
}

.landing-about-card p {
    font-size: 0.825rem;
    color: var(--secondary);
    margin: 0;
    line-height: 1.5;
}

.landing-cta {
    background: linear-gradient(135deg, #DEF1FE 0%, #cfe8fc 45%, #bae6fd 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.landing-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(14,165,233,0.1) 0%, transparent 60%);
    pointer-events: none;
}

.landing-cta h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0c4a6e;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    position: relative;
}

.landing-cta p {
    color: #475569;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    position: relative;
}

.landing-cta .btn-landing-outline-light {
    color: #0369a1;
    border: 2px solid rgba(3, 105, 161, 0.42);
    background: rgba(255, 255, 255, 0.9);
}

.landing-cta .btn-landing-outline-light:hover {
    color: #fff;
    background: #0369a1;
    border-color: #0369a1;
}

.landing-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.landing-footer {
    background: #DEF1FE;
    padding: 3rem 0 0;
    color: #334155;
}

.landing-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.landing-footer-brand-logo {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.landing-footer-desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #64748b;
}

.landing-footer h6 {
    color: #0c4a6e;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.landing-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-footer-links li {
    margin-bottom: 0.5rem;
}

.landing-footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.landing-footer-links a:hover {
    color: #0284c7;
}

.landing-footer-bottom {
    border-top: 1px solid rgba(3, 105, 161, 0.15);
    margin-top: 2rem;
    padding: 1.25rem 0;
    text-align: center;
}

.landing-footer-bottom p {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .landing-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #DEF1FE;
        padding: 1rem;
        flex-direction: column;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        backdrop-filter: blur(12px);
        border: 1px solid rgba(3, 105, 161, 0.12);
        border-top: none;
        box-shadow: 0 12px 28px rgba(12, 74, 110, 0.1);
    }

    .landing-nav-links .landing-nav-link {
        color: #334155;
    }

    .landing-nav-links .landing-nav-link:hover {
        color: #0c4a6e;
        background: rgba(14, 165, 233, 0.12);
    }

    .landing-navbar-main .landing-nav-cluster {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .landing-navbar-main .landing-nav-pill {
        border-radius: 14px;
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem;
        background: rgba(255, 255, 255, 0.82);
        border-color: rgba(3, 105, 161, 0.14);
    }

    .landing-navbar-main .landing-nav-actions {
        flex-direction: column;
        width: 100%;
    }

    .landing-navbar-main .landing-nav-actions .btn-landing-outline,
    .landing-navbar-main .landing-nav-actions .btn-landing-primary {
        justify-content: center;
        width: 100%;
    }

    .landing-nav-links.show {
        display: flex;
    }

    .landing-menu-toggle {
        display: block;
    }

    .landing-hero h1 {
        font-size: 2.25rem;
    }

    .landing-hero-subtitle {
        font-size: 1rem;
    }

    .landing-hero-logo {
        width: 70px;
    }
}

@media (max-width: 575.98px) {
    .landing-hero {
        padding: 6rem 0 4rem;
        min-height: auto;
    }

    .landing-hero h1 {
        font-size: 1.85rem;
    }

    .landing-section {
        padding: 3rem 0;
    }

    .landing-cta {
        padding: 3rem 0;
    }

    .landing-cta h2 {
        font-size: 1.75rem;
    }

    .landing-counter-value {
        font-size: 2.25rem;
    }

    .landing-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .landing-hero-logo {
        width: 60px;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Página Influencers: cabeçalho duplo + tema claro violeta
   ═══════════════════════════════════════════════════════════════════════════ */

html.landing-page-influencer-root {
    scroll-padding-top: 132px;
}

.landing-header-fixed-stack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 20px rgba(91, 33, 182, 0.08);
}

.landing-header-fixed-stack .landing-navbar--stacked-tier1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0.5rem 0;
    background: #DEF1FE;
    border-bottom: 1px solid rgba(3, 105, 161, 0.12);
    box-shadow: none;
}

.landing-header-fixed-stack .landing-navbar--stacked-tier1 .landing-navbar-inner {
    position: relative;
}

.landing-navbar-tier2-influencer {
    background: linear-gradient(90deg, #faf5ff 0%, #f3e8ff 42%, #ede9fe 100%);
    border-bottom: 1px solid #ddd6fe;
    padding: 0.4rem 0;
}

/* Página Segurança: mesmo padrão de menu 2 (só âncoras), faixa em tons de azul */
html.landing-page-seguranca-root {
    scroll-padding-top: 132px;
}

.landing-navbar-tier2-seguranca {
    background: linear-gradient(90deg, #f0f9ff 0%, #e0f2fe 45%, #dbeafe 100%);
    border-bottom: 1px solid #bae6fd;
    padding: 0.4rem 0;
}

.landing-navbar-tier2-seguranca .landing-tier2-link {
    color: #0369a1;
}

.landing-navbar-tier2-seguranca .landing-tier2-link:hover {
    background: rgba(14, 165, 233, 0.14);
    color: #0c4a6e;
}

.landing-hero-seguranca-stack {
    min-height: auto;
    padding: 10.5rem 0 4rem;
}

.landing-tier2-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.15rem;
    flex: 1 1 auto;
    justify-content: center;
}

.landing-tier2-links--center {
    width: 100%;
    justify-content: center;
    padding: 0.2rem 0;
}

.landing-tier2-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #5b21b6;
    text-decoration: none;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.landing-tier2-link:hover {
    background: rgba(124, 58, 237, 0.12);
    color: #4c1d95;
}

.landing-nav-link-active-page {
    color: #0369a1 !important;
    font-weight: 700;
    background: rgba(14, 165, 233, 0.12);
}

/* Hero influencers — fundo claro */
.landing-hero-light-influencer {
    background: linear-gradient(165deg, #faf5ff 0%, #f5f3ff 32%, #ede9fe 68%, #e9d5ff 100%);
    min-height: auto;
}

.landing-hero-light-influencer::before {
    background: radial-gradient(ellipse at 20% 20%, rgba(167, 139, 250, 0.35) 0%, transparent 52%),
                radial-gradient(ellipse at 85% 10%, rgba(196, 181, 253, 0.45) 0%, transparent 48%),
                radial-gradient(ellipse at 50% 100%, rgba(233, 213, 255, 0.55) 0%, transparent 55%);
}

.landing-hero-light-influencer::after {
    background: radial-gradient(circle, rgba(167, 139, 250, 0.28) 0%, transparent 68%);
    opacity: 0.95;
}

.landing-hero-influencer-spacing {
    padding: 10.5rem 0 4.5rem;
}

.landing-hero-light-influencer h1 {
    color: #5b21b6;
}

.landing-hero-light-influencer .landing-hero-subtitle {
    color: #57534e;
}

.landing-inf-strong {
    color: #6d28d9;
    font-weight: 700;
}

.text-highlight-influencer-hero {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-inf-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #ddd6fe;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6d28d9;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 12px rgba(109, 40, 217, 0.08);
}

.landing-inf-hero-badge i {
    color: #7c3aed;
}

.btn-landing-primary-influencer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: none;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(109, 40, 217, 0.35);
}

.btn-landing-primary-influencer:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(91, 33, 182, 0.4);
}

.btn-landing-primary-influencer.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

.btn-landing-outline-influencer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5b21b6;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: 2px solid rgba(91, 33, 182, 0.45);
    background: rgba(255, 255, 255, 0.75);
    transition: all 0.25s;
}

.btn-landing-outline-influencer:hover {
    color: #fff;
    background: #7c3aed;
    border-color: #7c3aed;
}

.btn-landing-outline-influencer.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

.landing-inf-callout-soft {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);
    border: 2px solid #c4b5fd;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}

.landing-inf-callout-soft-title {
    font-size: 1.1rem;
    color: #4c1d95;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.landing-inf-callout-soft-title i {
    color: #7c3aed;
}

.landing-inf-callout-soft-text {
    font-size: 0.9rem;
    color: #57534e;
    margin: 0;
    line-height: 1.6;
}

/* Bloco destaque influencers (link + desconto leads + comissão assinatura) */
.landing-inf-destaque-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.65rem;
}

.landing-inf-destaque-title {
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    max-width: 720px;
    margin: 0 auto 1.25rem;
}

/* Sobrescreve utilitários Bootstrap (text-white) no bloco sobre fundo claro */
.landing-inf-destaque-title.text-white {
    color: #0c4a6e !important;
}

.landing-inf-destaque-lead.text-white-50 {
    color: #475569 !important;
}

.landing-inf-destaque-lead .text-white {
    color: #0c4a6e !important;
}

.landing-inf-destaque-highlight {
    background: linear-gradient(135deg, #e9d5ff, #c4b5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-inf-destaque-lead {
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 640px;
}

.landing-inf-destaque-card {
    padding: 1.5rem 1.25rem;
    height: 100%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(3, 105, 161, 0.12);
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    box-shadow: 0 4px 18px rgba(12, 74, 110, 0.06);
}

.landing-inf-destaque-card:hover {
    background: #fff;
    border-color: rgba(124, 58, 237, 0.28);
    transform: translateY(-3px);
}

.landing-inf-destaque-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #ddd6fe;
    background: rgba(124, 58, 237, 0.25);
}

.landing-inf-destaque-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0c4a6e;
    margin-bottom: 0.5rem;
}

.landing-inf-destaque-card-text {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.landing-cta-influencer {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 45%, #ddd6fe 100%);
    position: relative;
    overflow: hidden;
}

.landing-cta-influencer::before {
    background: radial-gradient(ellipse at 50% 40%, rgba(124, 58, 237, 0.12) 0%, transparent 62%);
}

.landing-cta-influencer h2 {
    color: #4c1d95;
}

.landing-cta-influencer p {
    color: #57534e;
}

.btn-landing-outline-influencer-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5b21b6;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    border: 2px solid rgba(91, 33, 182, 0.5);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.25s;
}

.btn-landing-outline-influencer-dark:hover {
    color: #fff;
    background: #6d28d9;
    border-color: #6d28d9;
}

.btn-landing-outline-influencer-dark.btn-lg {
    padding: 0.9rem 2.25rem;
    font-size: 1rem;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .landing-tier2-links--center {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }

    .landing-header-fixed-stack .landing-nav-links {
        top: 100%;
    }

    html.landing-page-influencer-root {
        scroll-padding-top: 148px;
    }

    html.landing-page-seguranca-root {
        scroll-padding-top: 148px;
    }

    .landing-hero-influencer-spacing {
        padding-top: 11rem;
    }

    .landing-hero-seguranca-stack {
        padding-top: 11rem;
    }
}
