/**
 * Landing Influ Factory — structure & style inspirés de clippingculture.com
 * (contenu et marque : Influ Factory). Uniquement sous main.cc-landing + body.page-index
 */

body.page-index main.cc-landing {
    position: relative;
    z-index: 1;
    /* Rythme vertical entre sections (8px grid) */
    --cc-lp-y: clamp(72px, 8vw, 104px);
    --cc-lp-y-inner: clamp(56px, 6vw, 88px);
    --cc-lp-y-tight: clamp(40px, 4vw, 56px);
    --cc-lp-y-cta: clamp(80px, 9vw, 120px);
    --cc-lp-y-book: clamp(64px, 7vw, 96px);
}

.cc-lp-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 28px);
}

.cc-lp-section {
    padding-block: var(--cc-lp-y);
    padding-inline: 0;
}

/* Première section sous le hero : un peu moins d’air en haut pour coller au flux */
body.page-index main.cc-landing .hero-new-section + .cc-lp-section {
    padding-block-start: var(--cc-lp-y-inner);
}

/* Dernière zone contenu avant le footer */
body.page-index main.cc-landing #newsletter.cc-lp-section {
    padding-block-end: var(--cc-lp-y-inner);
}

/* Hero : marge bas alignée sur le rythme (surcharge thème page d’accueil) */
body.page-index main.cc-landing .hero-new-section.cc-lp-hero {
    padding-bottom: var(--cc-lp-y-tight);
}

.cc-lp-kicker {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 12px;
    text-align: center;
}

.cc-lp-section h2 {
    font-size: clamp(1.65rem, 4vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 16px;
    line-height: 1.12;
}

.cc-lp-lead {
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    line-height: 1.65;
    color: #64748b;
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(28px, 3.5vw, 40px);
}

/* Presse / logos texte */
.cc-lp-press {
    padding: 32px 0 48px;
    text-align: center;
}

.cc-lp-press-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 20px;
}

.cc-lp-press-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 40px;
    opacity: 0.45;
}

.cc-lp-press-row span {
    font-size: clamp(1rem, 2.4vw, 1.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #64748b;
    font-family: Georgia, "Times New Roman", serif;
}

/* Process — 3 cartes */
.cc-lp-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 8px;
}

@media (min-width: 900px) {
    .cc-lp-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

.cc-lp-step {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 28px 24px 32px;
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.06);
    text-align: left;
}

.cc-lp-step-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0057ff;
    background: rgba(0, 87, 255, 0.08);
    border-radius: 9999px;
    padding: 8px 14px;
    margin-bottom: 16px;
}

.cc-lp-step-num {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 8px;
}

.cc-lp-step h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.cc-lp-step p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b;
}

/* Bandeau CTA intermédiaire */
.cc-lp-book {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding-block: var(--cc-lp-y-book);
    padding-inline: 0;
}

.cc-lp-book h2 {
    margin-bottom: 12px;
}

.cc-lp-book-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin-top: 28px;
}

.cc-lp-book-links a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0057ff;
    text-decoration: none;
}

.cc-lp-book-links a:hover {
    text-decoration: underline;
}

/* Comment ça marche — 3 colonnes */
.cc-lp-how-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
}

@media (min-width: 900px) {
    .cc-lp-how-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
}

.cc-lp-how-card {
    position: relative;
    padding: 22px 20px 24px;
    border-radius: 18px;
    background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.cc-lp-how-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(90deg, #0057ff 0%, #3b82f6 55%, #93c5fd 100%);
    opacity: 0.85;
}

.cc-lp-how-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.cc-lp-how-step {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #0057ff;
    background: rgba(0, 87, 255, 0.08);
    border: 1px solid rgba(0, 87, 255, 0.14);
}

.cc-lp-how-card h3 {
    font-size: 1.0625rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 4px 0 0;
    line-height: 1.25;
}

.cc-lp-how-card p {
    font-size: 0.9375rem;
    line-height: 1.68;
    color: #64748b;
    margin: 0;
}

.cc-lp-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.cc-lp-pills span {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: #475569;
}

/* Qui on accompagne */
.cc-lp-niches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 32px;
}

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

@media (min-width: 900px) {
    .cc-lp-niches {
        grid-template-columns: repeat(6, 1fr);
        gap: 14px;
    }
}

.cc-lp-niche {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.cc-lp-niche:hover {
    border-color: rgba(0, 87, 255, 0.25);
    box-shadow: 0 12px 32px rgba(0, 87, 255, 0.08);
}

.cc-lp-niche-num {
    font-size: 0.7rem;
    font-weight: 800;
    color: #0057ff;
    margin-bottom: 6px;
}

.cc-lp-niche strong {
    font-size: 0.875rem;
    color: #0f172a;
}

/* Comparaison */
.cc-lp-compare {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.cc-lp-compare-label {
    margin: 0 0 6px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cc-lp-compare-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fecaca;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
}

.cc-lp-compare-label--good {
    color: #0057ff;
}

.cc-lp-compare-label--good::before {
    background: #0057ff;
    box-shadow: 0 0 0 2px rgba(0, 87, 255, 0.22);
}

.cc-lp-compare-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    order: 2;
}

.cc-lp-compare-divider span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
    .cc-lp-compare {
        grid-template-columns: 1fr auto 1fr;
        gap: 0 12px;
        align-items: stretch;
    }

    .cc-lp-compare-col--bad {
        order: 1;
    }

    .cc-lp-compare-divider {
        order: 2;
        min-height: auto;
        padding: 0 4px;
    }

    .cc-lp-compare-col--good {
        order: 3;
    }
}

@media (max-width: 767px) {
    .cc-lp-compare-col--bad {
        order: 1;
    }

    .cc-lp-compare-divider {
        order: 2;
        margin: -4px 0;
    }

    .cc-lp-compare-col--good {
        order: 3;
    }
}

.cc-lp-compare-col {
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.cc-lp-compare-col--bad {
    background: linear-gradient(180deg, #fff5f5 0%, #fafafa 48%);
    border-color: rgba(220, 38, 38, 0.12);
    box-shadow: 0 12px 40px rgba(220, 38, 38, 0.04);
}

.cc-lp-compare-col--good {
    background: linear-gradient(165deg, rgba(0, 87, 255, 0.07) 0%, #fff 44%);
    border-color: rgba(0, 87, 255, 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.6) inset,
        0 20px 56px rgba(0, 87, 255, 0.1);
}

.cc-lp-compare-col h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    color: #0f172a;
    line-height: 1.25;
}

.cc-lp-compare-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cc-lp-compare-col li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 14px;
}

.cc-lp-compare-col li:last-child {
    margin-bottom: 0;
}

.cc-lp-compare-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    margin-top: 1px;
    line-height: 1;
}

.cc-lp-compare-icon i {
    margin: 0;
    line-height: 1;
}

.cc-lp-compare-icon--bad {
    color: #fff;
    background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

.cc-lp-compare-icon--good {
    color: #fff;
    background: linear-gradient(145deg, #3b82f6 0%, #0057ff 100%);
    box-shadow: 0 4px 14px rgba(0, 87, 255, 0.35);
}

/* FAQ */
.cc-lp-faq {
    max-width: 720px;
    margin: 36px auto 0;
}

.cc-lp-faq details {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 18px 0;
}

.cc-lp-faq summary {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cc-lp-faq summary::-webkit-details-marker {
    display: none;
}

.cc-lp-faq summary::after {
    content: "+";
    font-weight: 400;
    color: #94a3b8;
    font-size: 1.25rem;
    line-height: 1;
}

.cc-lp-faq details[open] summary::after {
    content: "−";
}

.cc-lp-faq details p {
    margin: 14px 0 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #64748b;
}

/* Bloc clippeurs — même DA que le reste de la landing (clair, bleu #0057ff) */
.cc-lp-section-clipper .cc-lp-container {
    max-width: 1080px;
}

.cc-lp-clipper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 44px) clamp(22px, 4vw, 40px);
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(165deg, rgba(0, 87, 255, 0.04) 0%, #fff 38%, #f8fafc 100%);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.85) inset,
        0 18px 48px rgba(15, 23, 42, 0.07);
}

.cc-lp-clipper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, #0057ff 0%, #3b82f6 50%, #93c5fd 100%);
    opacity: 0.9;
    pointer-events: none;
}

.cc-lp-clipper-inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(28px, 4vw, 40px);
    align-items: start;
}

@media (min-width: 880px) {
    .cc-lp-clipper-inner {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
        gap: clamp(32px, 5vw, 56px);
        align-items: center;
    }
}

.cc-lp-clipper-copy {
    text-align: left;
}

.cc-lp-clipper-kicker {
    margin: 0 0 10px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0057ff;
}

.cc-lp-clipper-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 3.4vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.18;
    color: #0f172a !important;
    text-align: left;
}

.cc-lp-clipper-lead {
    margin: 0 0 22px;
    font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
    line-height: 1.65;
    color: #64748b;
    max-width: 36em;
}

.cc-lp-clipper-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cc-lp-clipper-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cc-lp-clipper-points li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.cc-lp-clipper-ico {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(145deg, #3b82f6 0%, #0057ff 100%);
    border: 1px solid rgba(0, 87, 255, 0.2);
    box-shadow: 0 6px 16px rgba(0, 87, 255, 0.2);
}

.cc-lp-clipper-points strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.cc-lp-clipper-points li span:not(.cc-lp-clipper-ico) {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #64748b;
}

@media (max-width: 879px) {
    .cc-lp-clipper-copy {
        text-align: center;
    }

    .cc-lp-clipper-copy h2 {
        text-align: center;
    }

    .cc-lp-clipper-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .cc-lp-clipper-actions {
        justify-content: center;
    }
}

/* CTA final */
.cc-lp-final {
    text-align: center;
    padding-block: var(--cc-lp-y-cta);
    padding-inline: 0;
}

.cc-lp-final h2 {
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    margin-bottom: 16px;
}

.cc-lp-final .cc-lp-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.cc-lp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 9999px;
    background: #0057ff;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9375rem;
    box-shadow: 0 14px 36px rgba(0, 87, 255, 0.32);
}

.cc-lp-btn-primary:hover {
    background: #0046d4;
}

.cc-lp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 9999px;
    background: #fff;
    color: #0f172a !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9375rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
}

/* Newsletter bloc */
.cc-lp-newsletter-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(34px, 6vw, 52px);
    border-radius: 28px;
    background: linear-gradient(165deg, #ffffff 0%, #f5f9ff 100%);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.1);
    text-align: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.cc-lp-newsletter-wrap::before,
.cc-lp-newsletter-wrap::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    z-index: -1;
}

.cc-lp-newsletter-wrap::before {
    width: 220px;
    height: 220px;
    top: -130px;
    right: -70px;
    background: radial-gradient(circle, rgba(0, 87, 255, 0.18) 0%, rgba(0, 87, 255, 0) 72%);
}

.cc-lp-newsletter-wrap::after {
    width: 180px;
    height: 180px;
    bottom: -110px;
    left: -70px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.18) 0%, rgba(96, 165, 250, 0) 70%);
}

.cc-lp-newsletter-wrap h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.cc-lp-newsletter-wrap .cc-lp-lead {
    max-width: 46ch;
    margin: 0 auto 24px;
    color: #5f6d82;
    line-height: 1.58;
}

.cc-lp-newsletter-wrap .newsletter-form {
    gap: 14px;
    align-items: stretch;
}

.cc-lp-newsletter-wrap .newsletter-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

@media (min-width: 520px) {
    .cc-lp-newsletter-wrap .newsletter-field {
        flex-direction: row;
        align-items: stretch;
    }

    .cc-lp-newsletter-wrap .newsletter-field input {
        flex: 1;
    }
}

body.page-index .cc-lp-newsletter-wrap button.newsletter-btn.cc-lp-btn-primary {
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    min-width: 190px;
    padding: 0 24px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.page-index .cc-lp-newsletter-wrap button.newsletter-btn.cc-lp-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(0, 87, 255, 0.35);
}

body.page-index .cc-lp-newsletter-wrap button.newsletter-btn.cc-lp-btn-primary:active {
    transform: translateY(0);
    filter: brightness(0.97);
}

body.page-index .cc-lp-newsletter-wrap .newsletter-field input {
    min-height: 52px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 1rem;
    background: #f8fbff;
    border: 1px solid rgba(15, 23, 42, 0.16);
    color: #0f172a;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.page-index .cc-lp-newsletter-wrap .newsletter-field input::placeholder {
    color: #8b95a7;
}

body.page-index .cc-lp-newsletter-wrap .newsletter-field input:focus {
    outline: none;
    border-color: rgba(0, 87, 255, 0.52);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.14);
}

.cc-lp-newsletter-wrap .newsletter-message {
    min-height: 22px;
    color: #4b5563;
}

.cc-lp-footer-brand-img {
    max-width: 160px;
    height: auto;
    display: block;
}

.cc-lp-footer-tagline {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
}

/* Footer colonnes */
body.page-index .footer-section.cc-lp-footer {
    background: #fff !important;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 48px 0 32px;
}

.cc-lp-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .cc-lp-footer-grid {
        grid-template-columns: 1.2fr repeat(3, 1fr);
        gap: 40px;
    }
}

.cc-lp-footer-col h4 {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 16px;
}

.cc-lp-footer-col a {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    text-decoration: none;
    margin-bottom: 10px;
}

.cc-lp-footer-col a[data-open-lead] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cc-lp-footer-col a:hover {
    color: #0057ff;
}

.cc-lp-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    text-align: center;
    font-size: 0.8125rem;
    color: #94a3b8;
}
