/* ────────── Contact FAQ section ────────── */
.ec-faq-sec {
    position: relative;
    padding: 80px 0 110px;
    background: #fff;
    overflow: hidden;
}
.ec-faq-vline { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(205,160,127,0.5); }
.ec-faq-vline-l { left: 16px; }
.ec-faq-vline-r { right: 16px; }
.ec-faq-shell {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (min-width: 768px)  { .ec-faq-shell { padding: 0 48px; } }
@media (min-width: 1024px) { .ec-faq-shell { padding: 0 64px; } }
.ec-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media (min-width: 1024px) {
    .ec-faq-grid { grid-template-columns: 4fr 8fr; gap: 80px; }
}
.ec-faq-head { display: flex; flex-direction: column; gap: 14px; }
.ec-faq-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(232,52,122,0.08);
    border: 1px solid rgba(232,52,122,0.22);
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b91c5c;
    width: fit-content;
}
.ec-faq-eyebrow-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #e8347a;
    box-shadow: 0 0 0 0 rgba(232,52,122,0.7);
    animation: ecPing 1.8s ease-out infinite;
}
.ec-faq-sec .faq-title {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 0;
}
.ec-faq-sec .faq-title em {
    font-style: italic;
    font-weight: 400;
    font-family: "PlayfairDisplay", "Times New Roman", serif;
    background: linear-gradient(135deg, #e8347a 0%, #cda07f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ec-faq-sec .faq-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(42,42,42,0.65);
    max-width: 380px;
    margin: 0;
}

/* support channels list (inside FAQ #2) */
.ec-channels {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
@media (min-width: 540px) { .ec-channels { grid-template-columns: 1fr 1fr; } }
.ec-channels li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #faf6f1;
    border: 1px solid rgba(205,160,127,0.25);
    border-radius: 14px;
    transition: all 0.2s ease;
}
.ec-channels li:hover {
    border-color: rgba(232,52,122,0.4);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px -18px rgba(232,52,122,0.3);
}
.ec-channel-ico {
    flex-shrink: 0;
    width: 34px; height: 34px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(232,52,122,0.25);
    display: inline-flex;
    align-items: center; justify-content: center;
    color: #e8347a;
}
.ec-channel-ico svg { width: 16px; height: 16px; }
.ec-channels li > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ec-channels strong {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
}
.ec-channels span {
    font-size: 12.5px;
    color: rgba(42,42,42,0.65);
    line-height: 1.45;
}

/* ─── Final CTA (matches /get-started/ and /referral/) ─── */
.ec-final-cta {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #2a0f1e 100%);
    color: #fff;
    padding: 90px 24px;
    text-align: center;
    overflow: hidden;
}
.ec-final-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(232, 52, 122, 0.18), transparent 55%);
    pointer-events: none;
}
.ec-final-inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.ec-final-ttl {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 3.8vw, 46px);
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 14px;
}
.ec-final-ttl em {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-style: italic;
    font-weight: 500;
    color: #fff;
}
.ec-final-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto 34px;
    max-width: 580px;
    line-height: 1.55;
}
.ec-final-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.ec-final-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 36px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16.5px;
    letter-spacing: -0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.ec-final-btn-primary {
    background: #e8347a;
    color: #fff;
    border: 1px solid #e8347a;
}
.ec-final-btn-primary:hover {
    background: #d0266e;
    border-color: #d0266e;
    transform: translateY(-1px);
    box-shadow: 0 14px 40px -14px rgba(232, 52, 122, 0.6);
}
.ec-final-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.ec-final-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}
.ec-final-foot {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.5);
}
.ec-final-foot a {
    color: #e8347a;
    text-decoration: none;
    font-weight: 600;
}
.ec-final-foot a:hover { color: #fff; }
@media (max-width: 540px) {
    .ec-final-cta { padding: 70px 20px; }
    .ec-final-btn { padding: 16px 24px; font-size: 15px; width: 100%; }
}
