/* ============================================================
 * Travel Advantage — Page /objections/
 * 3 freins principaux + réponses argumentées.
 * ============================================================ */

/* ── HERO ── */
.objections-hero {
    position: relative;
    padding: 8rem 0 4rem;
    background:
        linear-gradient(180deg, rgba(15, 36, 68, 0.82) 0%, rgba(30, 58, 138, 0.85) 100%),
        url('https://images.unsplash.com/photo-1488085061387-422e29b40080?w=2000&q=80&auto=format&fit=crop') center/cover;
    color: #fff;
    text-align: center;
}

.objections-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(10, 20, 40, 0.35) 100%);
    pointer-events: none;
}

.objections-hero .conteneur {
    position: relative;
    z-index: 2;
}

.objections-eyebrow {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: rgba(214, 177, 94, 0.15);
    border: 1px solid rgba(214, 177, 94, 0.45);
    color: #d6b15e;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
}

.objections-titre {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    max-width: 850px;
    margin: 0 auto 1.5rem;
    letter-spacing: -0.02em;
}

.objections-intro {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.92);
}

.objections-sommaire {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.objections-sommaire a {
    padding: 0.7rem 1.3rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.objections-sommaire a:hover {
    background: rgba(214, 177, 94, 0.2);
    border-color: #d6b15e;
    transform: translateY(-2px);
}

/* ── OBJECTION SECTIONS ── */
.objection-section {
    background: #fff;
    scroll-margin-top: 80px;
}

.objection-section.bg-gris-clair {
    background: #fafaf7;
}

.objection-card {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}

.objection-numero {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #0f2444 0%, #d6b15e 100%);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(15, 36, 68, 0.25);
    line-height: 1;
}

.objection-corps {
    flex: 1;
    min-width: 0;
}

.objection-titre {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #0f2444;
    line-height: 1.35;
    margin: 0 0 2rem;
    letter-spacing: -0.01em;
    border-left: 4px solid #d6b15e;
    padding-left: 1.2rem;
    font-style: italic;
}

.objection-bloc-reponse,
.objection-bloc-safeguard,
.objection-bloc-honnete {
    margin-bottom: 1.8rem;
}

.objection-bloc-reponse h3,
.objection-bloc-safeguard h3,
.objection-bloc-honnete h3 {
    font-size: 1.1rem;
    color: #0f2444;
    font-weight: 700;
    margin: 0 0 0.8rem;
    letter-spacing: -0.005em;
}

.objection-bloc-honnete {
    background: linear-gradient(135deg, #fffbf0 0%, #fdf4d8 100%);
    border-left: 4px solid #d6b15e;
    padding: 1.5rem 1.8rem;
    border-radius: 8px;
}

.objection-bloc-honnete h3::before {
    content: '🤝 ';
}

.objection-bloc-safeguard {
    background: rgba(22, 163, 74, 0.06);
    border-left: 4px solid #16a34a;
    padding: 1.5rem 1.8rem;
    border-radius: 8px;
}

.objection-corps p {
    font-size: 1.02rem;
    color: #334155;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.objection-corps p strong {
    color: #0f2444;
}

.objection-corps p a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
}

.objection-puces {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.objection-puces li {
    position: relative;
    padding: 0.6rem 0 0.6rem 2rem;
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.objection-puces li::before {
    content: '▸';
    position: absolute;
    left: 0.3rem;
    top: 0.6rem;
    color: #d6b15e;
    font-weight: 700;
    font-size: 1.1rem;
}

.objection-puces li strong {
    color: #0f2444;
}

.objection-bottom-line {
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.05) 0%, rgba(214, 177, 94, 0.05) 100%);
    border-radius: 8px;
    padding: 1.2rem 1.5rem !important;
    margin-top: 1.5rem !important;
    font-size: 1.02rem;
    color: #0f2444 !important;
}

/* ── PREUVES (objection 3) ── */
.objection-preuves {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin: 1.5rem 0;
}

.preuve-card {
    background: #fff;
    border: 1px solid rgba(15, 36, 68, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(15, 36, 68, 0.06);
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s;
}

.preuve-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 36, 68, 0.12);
}

.preuve-numero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    color: #d6b15e;
    background: rgba(214, 177, 94, 0.12);
    border-radius: 50%;
    margin-bottom: 0.8rem;
}

.preuve-card h4 {
    font-size: 1.05rem;
    color: #0f2444;
    margin: 0 0 0.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.preuve-card p {
    font-size: 0.9rem !important;
    color: #475569 !important;
    line-height: 1.55 !important;
    margin: 0 0 1rem !important;
}

.preuve-lien {
    display: inline-block;
    font-size: 0.9rem;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #2563eb;
    transition: all 0.3s ease;
}

.preuve-lien:hover {
    color: #d6b15e;
    border-bottom-color: #d6b15e;
}

/* ── CTA SECTION ── */
.cta-section {
    background: linear-gradient(180deg, #fafaf7 0%, #ffffff 100%);
}

.btn-grand {
    padding: 1.2rem 2.5rem !important;
    font-size: 1.1rem !important;
    display: inline-block;
}

.comparatif-fineprint {
    font-size: 0.85rem;
    color: #64748b;
}

.bg-gris-clair {
    background: #fafaf7;
}

.email-fallback-section h3 {
    font-size: 1.5rem;
    color: #0f2444;
    margin-bottom: 1rem;
}

.email-fallback-section p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.btn-secondaire {
    background: #0f2444;
    color: #fff !important;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-secondaire:hover {
    background: #1e3a8a;
    transform: translateY(-2px);
}

/* ── DISCLAIMER ── */
.objections-disclaimer {
    background: #fafaf7;
    padding: 2.5rem 0 4rem !important;
}

.texte-petit {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.55;
    text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .objection-card {
        flex-direction: column;
        gap: 1.5rem;
    }
    .objection-numero {
        align-self: center;
    }
    .objection-preuves {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .objections-hero {
        padding: 6rem 0 3rem;
    }
    .objections-sommaire a {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
    .objection-titre {
        padding-left: 1rem;
        font-size: 1.2rem;
    }
    .objection-bloc-honnete,
    .objection-bloc-safeguard {
        padding: 1.2rem;
    }
}
