/* =============================================================================
   POURQUOI APPELER ? — Style SnapGirls premium (référence visuelle site)
   Page dédiée · distincte du hero Blog
   ============================================================================= */

.why-zone {
    --why-display: 'Bodoni Moda', Georgia, serif;
    --why-ui: 'Sora', var(--font-ui), sans-serif;
    --why-body: 'Plus Jakarta Sans', var(--font-ui), sans-serif;
    --why-gradient-title: linear-gradient(105deg, #ffb86a 0%, #ff6b9d 38%, #e91e8c 72%, #ff2d78 100%);
    --why-glow: rgba(255, 45, 120, 0.35);
}

#whyCallSection.main-section {
    padding: 12px 12px 24px;
}

/* —— Scène cinéma + glass card (comme la capture SnapGirls) —— */
.why-cinema {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 0 60px rgba(233, 30, 140, 0.12);
}

.why-cinema__bg {
    position: absolute;
    inset: 0;
    background: #050408;
}

.why-cinema__mesh {
    position: absolute;
    inset: -25%;
    background:
        radial-gradient(ellipse 55% 45% at 10% 15%, rgba(233, 30, 140, 0.5), transparent 52%),
        radial-gradient(ellipse 50% 40% at 90% 10%, rgba(138, 91, 255, 0.4), transparent 48%),
        radial-gradient(ellipse 45% 50% at 50% 100%, rgba(107, 24, 56, 0.35), transparent 55%),
        linear-gradient(168deg, #040306 0%, #120818 42%, #08060c 100%);
    animation: whyMesh 16s ease-in-out infinite;
}

.why-cinema__grain {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

.why-cinema__border-glow {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@keyframes whyMesh {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
    50% { transform: translate(3%, -2%) scale(1.03); opacity: 1; }
}

.why-cinema__glass {
    position: relative;
    z-index: 2;
    margin: 12px;
    padding: 0 !important;
    border-radius: 20px !important;
    background: rgba(12, 8, 16, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.why-cinema__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    font-family: var(--why-ui);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 245, 250, 0.75);
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.why-cinema__content {
    padding: 40px 16px 28px;
    text-align: center;
}

.why-cinema__hero {
    margin: 0 0 22px;
    padding: 0;
    line-height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

.why-cinema__hero-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

/* —— Cartes avantages (glow gauche magenta) —— */
.why-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 20px;
    text-align: left;
}

.why-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgba(255, 45, 120, 0.55);
    box-shadow:
        inset 3px 0 12px rgba(255, 45, 120, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.3s;
}

.why-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 45, 120, 0.35);
    border-left-color: #ff2d78;
    box-shadow:
        inset 4px 0 20px rgba(255, 45, 120, 0.15),
        0 12px 32px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(255, 45, 120, 0.1);
}

.why-card__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 45, 120, 0.12);
    border: 1px solid rgba(255, 45, 120, 0.25);
    color: #ff6aa4;
    font-size: 14px;
    flex-shrink: 0;
}

.why-card__body h3 {
    margin: 0 0 6px;
    padding: 0;
    border: none;
    font-family: var(--why-ui);
    font-size: 15px;
    font-weight: 700;
    color: #ffd7ea;
    letter-spacing: 0.01em;
}

.why-card__body p {
    margin: 0;
    font-family: var(--why-body);
    font-size: 13.5px;
    line-height: 1.62;
    color: #c9bed9;
}

/* —— Tags footer + CTA —— */
.why-proofline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0 0 20px;
}

.why-proofline span {
    font-family: var(--why-ui);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(242, 233, 251, 0.7);
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.25s, color 0.25s;
}

.why-proofline span:hover {
    color: #fff;
    border-color: rgba(255, 45, 120, 0.35);
}

.why-cinema__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    min-height: 52px;
    padding: 14px 28px;
    border: none;
    border-radius: 999px;
    font-family: var(--why-ui);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #ff2d78 0%, #9b7bff 50%, #e91e8c 100%);
    background-size: 200% 200%;
    box-shadow: 0 10px 36px rgba(255, 45, 120, 0.45);
    transition: transform 0.25s, box-shadow 0.25s, background-position 0.35s;
}

.why-cinema__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 44px rgba(255, 45, 120, 0.55);
    background-position: 100% 50%;
}

.why-cinema__cta:active {
    transform: translateY(-1px) scale(0.98);
}

/* —— Mobile —— */
@media (max-width: 767px) {
    #whyCallSection.main-section {
        padding: 8px 10px 16px;
    }

    .why-cinema__glass {
        margin: 8px;
    }

    .why-cinema__content {
        padding: 36px 12px 22px;
    }

    .why-cinema__hero {
        margin-bottom: 18px;
        border-radius: 12px;
    }

    .why-cinema__mesh {
        animation: none;
    }

    .why-card {
        padding: 14px 14px 14px 12px;
        gap: 12px;
    }

    .why-cinema__cta {
        max-width: 100%;
        min-height: 48px;
    }
}

@media (hover: none), (pointer: coarse) {
    .why-card:hover {
        transform: none;
    }

    .why-card:active {
        border-left-color: #ff2d78;
        background: rgba(255, 45, 120, 0.06);
    }
}

@media (prefers-reduced-motion: reduce) {
    .why-cinema__mesh {
        animation: none;
    }
}
