/* ════════════════════════════════════════════════════════════
   Final CTA — image left, dual CTA + guarantees right
   ════════════════════════════════════════════════════════════ */
.ec-cta-sec {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.ec-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .ec-cta-grid { grid-template-columns: 1fr 1.05fr; } }

/* ─── Image column (LEFT) ─── */
.ec-cta-img-col {
    position: relative;
    height: 500px;
    overflow: hidden;
}
@media (min-width: 768px)  { .ec-cta-img-col { height: 600px; } }
@media (min-width: 1024px) { .ec-cta-img-col { height: 720px; } }

.ec-cta-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.ec-cta-sec:hover .ec-cta-img { transform: scale(1.06); }

.ec-cta-img-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(232, 52, 122, 0.22) 0%, rgba(255, 165, 100, 0.08) 35%, transparent 60%),
        linear-gradient(180deg, transparent 35%, rgba(28, 14, 22, 0.55) 75%, rgba(15, 6, 12, 0.78) 100%);
    pointer-events: none;
}

/* ─── Scarcity hook (badge + message) — bottom-left of image ─── */
.ec-cta-hook {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    max-width: 560px;
}
.ec-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(232, 52, 122, 0.3);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b91c5c;
    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.4);
}
.ec-cta-badge-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #e8347a;
    box-shadow: 0 0 0 0 rgba(232, 52, 122, 0.7);
    animation: ecBadgePing 1.8s ease-out infinite;
}
@keyframes ecBadgePing {
    0%   { box-shadow: 0 0 0 0 rgba(232, 52, 122, 0.6); }
    70%  { box-shadow: 0 0 0 10px rgba(232, 52, 122, 0); }
    100% { box-shadow: 0 0 0 0 rgba(232, 52, 122, 0); }
}
.ec-cta-hook-text {
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    font-weight: 400;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.ec-cta-hook-text strong { color: #fff; font-weight: 700; }

/* ─── Copy column (RIGHT) ─── */
.ec-cta-copy-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: 64px 32px;
}
@media (min-width: 768px)  { .ec-cta-copy-col { padding: 80px 56px; } }
@media (min-width: 1024px) { .ec-cta-copy-col { padding: 96px 80px; } }

.ec-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(232, 52, 122, 0.1);
    border: 1px solid rgba(232, 52, 122, 0.28);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b91c5c;
    width: fit-content;
}
.ec-cta-eyebrow-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #e8347a;
    box-shadow: 0 0 0 0 rgba(232, 52, 122, 0.7);
    animation: ecPing 1.8s ease-out infinite;
}
@keyframes ecPing {
    0%   { box-shadow: 0 0 0 0 rgba(232, 52, 122, 0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(232, 52, 122, 0); }
    100% { box-shadow: 0 0 0 0 rgba(232, 52, 122, 0); }
}

.ec-cta-h2 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: #1a1a1a;
    margin: 0;
}
.ec-cta-h2 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-cta-lede {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(42, 42, 42, 0.7);
    margin: 0;
    max-width: 540px;
    font-weight: 300;
}
.ec-cta-lede strong {
    background: linear-gradient(120deg, rgba(232, 52, 122, 0.18) 0%, rgba(232, 52, 122, 0.06) 100%);
    color: #1a1a1a;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 3px;
}

/* ─── Dual CTA buttons ─── */
.ec-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}
@media (min-width: 600px) {
    .ec-cta-buttons { flex-direction: row; flex-wrap: wrap; }
}

.ec-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px 16px 24px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.22s ease;
    flex: 1 1 240px;
    min-width: 0;
}
.ec-cta-btn-label { display: flex; flex-direction: column; gap: 1px; line-height: 1.2; }
.ec-cta-btn-title { font-size: 14.5px; font-weight: 700; letter-spacing: -0.005em; }
.ec-cta-btn-sub   { font-size: 11.5px; opacity: 0.7; }
.ec-cta-btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    transition: all 0.22s ease;
    flex-shrink: 0;
}
.ec-cta-btn-arrow svg { width: 14px; height: 14px; }

.ec-cta-btn-primary {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: #fff;
    box-shadow: 0 20px 38px -16px rgba(232, 52, 122, 0.45);
}
.ec-cta-btn-primary .ec-cta-btn-arrow { background: rgba(255, 255, 255, 0.16); }
.ec-cta-btn-primary:hover {
    background: linear-gradient(135deg, #e8347a 0%, #cda07f 100%);
    transform: translateY(-2px);
    box-shadow: 0 26px 50px -14px rgba(232, 52, 122, 0.65);
}
.ec-cta-btn-primary:hover .ec-cta-btn-arrow { background: #fff; color: #b91c5c; transform: translateX(2px); }

.ec-cta-btn-ghost {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid rgba(205, 160, 127, 0.32);
}
.ec-cta-btn-ghost .ec-cta-btn-arrow { background: rgba(232, 52, 122, 0.08); color: #b91c5c; }
.ec-cta-btn-ghost:hover {
    border-color: rgba(232, 52, 122, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 20px 36px -16px rgba(232, 52, 122, 0.28);
}
.ec-cta-btn-ghost:hover .ec-cta-btn-arrow { background: rgba(232, 52, 122, 0.18); transform: translateX(2px); }

/* ─── Guarantee strip ─── */
.ec-cta-guarantees {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 10px;
    padding-top: 22px;
    border-top: 1px solid rgba(205, 160, 127, 0.32);
}
.ec-cta-guarantees span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(42, 42, 42, 0.7);
    letter-spacing: -0.005em;
}
.ec-cta-guarantees svg {
    width: 14px;
    height: 14px;
    color: rgba(42, 42, 42, 0.5);
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 640px) {
    .ec-cta-img-col { height: 380px; }
    .ec-cta-copy-col { padding: 48px 24px; gap: 18px; }
    .ec-cta-hook { left: 20px; right: 20px; bottom: 20px; }
    .ec-cta-hook-text { font-size: 14.5px; }

    /* Compact dual CTA on mobile — smaller pills, less vertical bulk */
    .ec-cta-buttons { gap: 10px; }
    .ec-cta-btn {
        padding: 12px 12px 12px 18px;
        gap: 12px;
        border-radius: 999px;
        flex: 1 1 auto;
    }
    .ec-cta-btn-title { font-size: 13.5px; font-weight: 600; }
    .ec-cta-btn-sub { font-size: 10.5px; }
    .ec-cta-btn-arrow { width: 30px; height: 30px; }
    .ec-cta-btn-arrow svg { width: 12px; height: 12px; }
    .ec-cta-btn-primary { box-shadow: 0 14px 28px -14px rgba(232, 52, 122, 0.4); }

    /* 3 guarantees centered in one row on mobile */
    .ec-cta-guarantees {
        gap: 14px;
        padding-top: 18px;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .ec-cta-guarantees span {
        font-size: 11px;
        gap: 4px;
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .ec-cta-guarantees svg { width: 12px; height: 12px; }
}
