/* ============================================================
   PHASE 2 PAGES — Shared Styles
   Covers: FAQ accordion, badge row, process steps, sticky sidebar,
   breadcrumb nav, vertical detail pages, resource pages, SEO pages
   ============================================================ */


/* ---------- Market Detail Spacing Tuning ---------- */

.market-detail-page section.zone,
.seo-detail-page section.zone {
    padding-top: 64px;
    padding-bottom: 64px;
}

.market-detail-page .phase2-two-col,
.seo-detail-page .phase2-two-col {
    padding: 0;
    gap: 32px;
}

.market-detail-page .phase2-badge-row,
.seo-detail-page .phase2-badge-row {
    padding: 20px 0;
}

.market-detail-page .phase2-section-heading,
.seo-detail-page .phase2-section-heading {
    margin-bottom: 28px;
}

.market-detail-page .phase2-faq,
.seo-detail-page .phase2-faq {
    padding: 8px 0;
}

.market-detail-page .phase2-final-cta,
.seo-detail-page .phase2-final-cta {
    padding: 12px 0;
}

@media (max-width: 991px) {
    .market-detail-page section.zone,
    .seo-detail-page section.zone {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .market-detail-page .phase2-two-col,
    .seo-detail-page .phase2-two-col {
        padding: 0;
        gap: 20px;
    }
    .market-detail-page .phase2-badge-row,
    .seo-detail-page .phase2-badge-row {
        padding: 14px 0;
    }
    .market-detail-page .phase2-section-heading,
    .seo-detail-page .phase2-section-heading {
        margin-bottom: 22px;
    }
    .market-detail-page .phase2-faq,
    .seo-detail-page .phase2-faq {
        padding: 6px 0;
    }
    .market-detail-page .phase2-final-cta,
    .seo-detail-page .phase2-final-cta {
        padding: 10px 0;
    }
}

@media (max-width: 767.9px) {
    .market-detail-page section.zone,
    .seo-detail-page section.zone {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .market-detail-page section.zone.coral-green-pattern,
    .seo-detail-page section.zone.coral-green-pattern {
        padding-top: 34px;
        padding-bottom: 31px;
    }
    .market-detail-page .phase2-two-col,
    .seo-detail-page .phase2-two-col {
        padding: 6px 0;
        gap: 10px;
    }
    .market-detail-page .phase2-badge-row,
    .seo-detail-page .phase2-badge-row {
        padding: 8px 0;
        gap: 6px;
    }
    .market-detail-page .phase2-section-heading,
    .seo-detail-page .phase2-section-heading {
        margin-bottom: 14px;
    }
    .market-detail-page .phase2-section-heading h2,
    .seo-detail-page .phase2-section-heading h2 {
        font-size: 1.45rem;
    }
    .market-detail-page .phase2-faq,
    .seo-detail-page .phase2-faq {
        padding: 6px 0;
    }
    .market-detail-page .phase2-final-cta,
    .seo-detail-page .phase2-final-cta {
        padding: 10px 0;
    }
    .market-detail-page .phase2-final-cta h2,
    .seo-detail-page .phase2-final-cta h2 {
        font-size: 1.5rem;
    }
    .market-detail-page .phase2-final-cta p,
    .seo-detail-page .phase2-final-cta p {
        margin-bottom: 10px;
        font-size: .95rem;
    }
    .market-detail-page .coral-green-pattern .main-text-wrap,
    .seo-detail-page .coral-green-pattern .main-text-wrap {
        max-width: 100%;
    }
}


/* ---------- Hero H1 Size Tuning ---------- */

@media (min-width: 768px) {
    .market-detail-page .coral-green-pattern h1,
    .seo-detail-page .coral-green-pattern h1 {
        font-size: 2.1rem;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) and (max-width: 1260px) {
    .market-detail-page .coral-green-pattern .main-text-wrap,
    .seo-detail-page .coral-green-pattern .main-text-wrap {
        max-width: 680px;
    }
    .market-detail-page .coral-green-pattern h1,
    .seo-detail-page .coral-green-pattern h1 {
        font-size: 2rem;
        line-height: 1.18;
    }
}


/* ---------- Ping Post Page ---------- */

.ping-post-page section.zone {
    padding-top: 56px;
    padding-bottom: 56px;
}

.ping-post-page .coral-green-pattern {
    height: auto;
    min-height: 500px;
}

.ping-post-page .coral-green-pattern::before {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.ping-post-page .coral-green-pattern ._inner_hero {
    float: none;
    left: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.ping-post-page .coral-green-pattern .main-text-wrap {
    position: static;
    bottom: auto;
    max-width: none;
    padding-top: 0;
}

.ping-post-page .ppost-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    gap: 26px;
    align-items: center;
}

.ping-post-page .ppost-hero-copy {
    max-width: 620px;
    color: #fff;
}

.ping-post-page .ppost-hero-copy h1 {
    color: #fff;
    font-size: 2.55rem;
    line-height: 1.14;
    margin-bottom: 14px;
}

.ping-post-page .ppost-hero-copy .p-text {
    width: 100%;
    max-width: 560px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.62;
    margin-bottom: 14px;
}

.ping-post-page .ppost-hero-copy .btn {
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ping-post-page .ppost-hero-media {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

.ping-post-page .ppost-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.ping-post-page .ppost-process {
    background: #f4f5f4;
}

.ping-post-page .ppost-section-heading {
    max-width: 760px;
    margin: 0 auto 24px;
}

.ping-post-page .ppost-section-heading h2 {
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 12px;
    color: #101828;
    letter-spacing: -.02em;
}

.ping-post-page .ppost-section-heading p {
    margin: 0;
    color: #4b5563;
    line-height: 1.62;
}

.ping-post-page .ppost-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 24px;
    align-items: center;
}

.ping-post-page .ppost-process-list {
    display: grid;
    gap: 10px;
}

.ping-post-page .ppost-process-item {
    background: #f8fbf9;
    border: 1px solid #e4ece7;
    border-radius: 10px;
    padding: 13px 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ping-post-page .ppost-process-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #d8f4e2;
    color: #22bc62;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    font-size: 10px;
}

.ping-post-page .ppost-process-item h3 {
    font-size: .92rem;
    margin-bottom: 4px;
    line-height: 1.3;
    color: #111827;
}

.ping-post-page .ppost-process-item p {
    margin: 0;
    color: #5b6574;
    font-size: .81rem;
    line-height: 1.45;
}

.ping-post-page .ppost-process-media {
    text-align: center;
}

.ping-post-page .ppost-process-media img {
    width: min(100%, 540px);
    height: auto;
    display: inline-block;
}

.ping-post-page .ppost-benefits {
    background: #eceeed;
}

.ping-post-page .ppost-benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, .66fr) minmax(0, 1.34fr);
    gap: 18px;
    align-items: stretch;
}

.ping-post-page .ppost-benefits-intro h2 {
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #101828;
    letter-spacing: -.02em;
}

.ping-post-page .ppost-benefits-intro h2 span {
    color: #2fc06b;
}

.ping-post-page .ppost-benefits-intro>p {
    color: #4b5563;
    line-height: 1.62;
    margin-bottom: 16px;
    max-width: 320px;
}

.ping-post-page .ppost-benefits-photo {
    border-radius: 10px;
    overflow: hidden;
}

.ping-post-page .ppost-benefits-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.ping-post-page .ppost-benefit-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.ping-post-page .ppost-benefit-card {
    background: #fff;
    border: 1px solid #dde5df;
    border-radius: 12px;
    padding: 16px 14px;
}

.ping-post-page .ppost-benefit-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #daf4e4;
    color: #24bf63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-bottom: 10px;
}

.ping-post-page .ppost-benefit-card h3 {
    font-size: 1.18rem;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #111827;
}

.ping-post-page .ppost-benefit-card p {
    margin: 0;
    color: #5b6574;
    font-size: .88rem;
    line-height: 1.48;
}

.ping-post-page .ppost-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity .68s cubic-bezier(.22, .61, .36, 1), transform .68s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--ppost-delay, 0ms);
}

.ping-post-page .ppost-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1199.98px) {
    .ping-post-page section.zone {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ping-post-page .ppost-hero-copy h1,
    .ping-post-page .ppost-section-heading h2,
    .ping-post-page .ppost-benefits-intro h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .ping-post-page section.zone {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ping-post-page .coral-green-pattern {
        min-height: 0;
    }

    .ping-post-page .ppost-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
        gap: 14px;
    }

    .ping-post-page .ppost-hero-copy h1 {
        font-size: 1.95rem;
        line-height: 1.18;
    }

    .ping-post-page .ppost-hero-copy .p-text {
        max-width: 100%;
    }

    .ping-post-page .ppost-process-grid,
    .ping-post-page .ppost-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ping-post-page .ppost-benefits-intro>p {
        max-width: 100%;
    }
}

@media (max-width: 767.9px) {
    .ping-post-page section.zone {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .ping-post-page section.zone.coral-green-pattern {
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .ping-post-page .ppost-hero-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ping-post-page .ppost-hero-copy h1 {
        font-size: 1.72rem;
        line-height: 1.2;
    }

    .ping-post-page .ppost-hero-copy .p-text {
        font-size: .95rem;
        max-width: 100%;
    }

    .ping-post-page .ppost-hero-copy .btn {
        width: 100%;
        max-width: 100%;
    }

    .ping-post-page .ppost-section-heading {
        margin-bottom: 16px;
    }

    .ping-post-page .ppost-section-heading h2,
    .ping-post-page .ppost-benefits-intro h2 {
        font-size: 1.95rem;
        margin-bottom: 10px;
    }

    .ping-post-page .ppost-section-heading p,
    .ping-post-page .ppost-benefits-intro>p {
        font-size: .93rem;
        line-height: 1.58;
    }

    .ping-post-page .ppost-benefit-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ping-post-page .ppost-benefit-card h3 {
        font-size: 1.05rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ping-post-page .ppost-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* ---------- Lead Distribution Page ---------- */

.lead-distribution-page section.zone {
    padding-top: 56px;
    padding-bottom: 56px;
}

.lead-distribution-page .coral-green-pattern {
    height: auto;
    min-height: 500px;
}

.lead-distribution-page .coral-green-pattern::before {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.lead-distribution-page .coral-green-pattern ._inner_hero {
    float: none;
    left: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.lead-distribution-page .coral-green-pattern .main-text-wrap {
    position: static;
    bottom: auto;
    max-width: none;
    padding-top: 0;
}

.lead-distribution-page .ld-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
    gap: 26px;
    align-items: center;
}

.lead-distribution-page .ld-hero-copy {
    max-width: 620px;
    color: #fff;
}

.lead-distribution-page .ld-hero-copy h1 {
    color: #fff;
    font-size: 2.55rem;
    line-height: 1.14;
    margin-bottom: 14px;
}

.lead-distribution-page .ld-hero-copy .p-text {
    width: 100%;
    max-width: 560px;
    color: rgba(255, 255, 255, .95);
    line-height: 1.62;
    margin-bottom: 14px;
}

.lead-distribution-page .ld-hero-copy .btn {
    min-width: 154px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.lead-distribution-page .ld-hero-media {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

.lead-distribution-page .ld-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.lead-distribution-page .ld-routing {
    background: #fff;
}

.lead-distribution-page .ld-section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.lead-distribution-page .ld-section-heading h2 {
    font-size: 3rem;
    line-height: 1.07;
    margin-bottom: 14px;
    color: #101828;
    letter-spacing: -.02em;
}

.lead-distribution-page .ld-section-heading h2 span {
    color: #2fc06b;
}

.lead-distribution-page .ld-section-heading p {
    color: #3f4754;
    line-height: 1.64;
    margin: 0;
    max-width: 560px;
}

.lead-distribution-page .ld-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.lead-distribution-page .ld-feature-card {
    background: #fff;
    border: 1px solid #e7ece8;
    border-radius: 10px;
    padding: 16px 14px;
}

.lead-distribution-page .ld-feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #daf4e4;
    color: #27bf65;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.lead-distribution-page .ld-feature-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.32;
    color: #111827;
}

.lead-distribution-page .ld-feature-card p {
    margin: 0;
    color: #5b6574;
    font-size: .85rem;
    line-height: 1.52;
}

.lead-distribution-page .ld-delivery {
    background: #f2f5f3;
    position: relative;
    overflow: hidden;
}

.lead-distribution-page .ld-delivery::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/assets/img/coral-green-pattern.png) center/420px repeat;
    opacity: .05;
    pointer-events: none;
}

.lead-distribution-page .ld-delivery .container {
    position: relative;
    z-index: 1;
}

.lead-distribution-page .ld-delivery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
    gap: 24px;
    align-items: start;
}

.lead-distribution-page .ld-delivery-copy>p {
    max-width: 430px;
    color: #334155;
    line-height: 1.68;
    margin-bottom: 16px;
}

.lead-distribution-page .ld-rule-card {
    background: #fff;
    border: 1px solid #e2e9e4;
    border-radius: 12px;
    padding: 14px 14px 12px;
}

.lead-distribution-page .ld-rule-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf1ee;
}

.lead-distribution-page .ld-rule-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.lead-distribution-page .ld-rule-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #d9f4e2;
    color: #24bf63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    font-size: 12px;
}

.lead-distribution-page .ld-rule-item h3 {
    font-size: .92rem;
    margin-bottom: 4px;
    line-height: 1.3;
    color: #111827;
}

.lead-distribution-page .ld-rule-item p {
    margin: 0;
    color: #5a6370;
    font-size: .82rem;
    line-height: 1.46;
}

.lead-distribution-page .ld-delivery-media {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(47, 192, 107, .42);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    background: #fff;
}

.lead-distribution-page .ld-delivery-media img {
    display: block;
    width: 100%;
    height: auto;
}

.lead-distribution-page .ld-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity .68s cubic-bezier(.22, .61, .36, 1), transform .68s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--ld-delay, 0ms);
}

.lead-distribution-page .ld-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1199.98px) {
    .lead-distribution-page section.zone {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .lead-distribution-page .ld-hero-copy h1 {
        font-size: 2.2rem;
    }

    .lead-distribution-page .ld-section-heading h2 {
        font-size: 2.45rem;
    }
}

@media (max-width: 991.98px) {
    .lead-distribution-page section.zone {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lead-distribution-page .coral-green-pattern {
        min-height: 0;
    }

    .lead-distribution-page .ld-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
        gap: 14px;
    }

    .lead-distribution-page .ld-hero-copy h1 {
        font-size: 1.95rem;
        line-height: 1.18;
    }

    .lead-distribution-page .ld-hero-copy .p-text {
        max-width: 100%;
    }

    .lead-distribution-page .ld-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lead-distribution-page .ld-delivery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lead-distribution-page .ld-delivery-media {
        max-width: 460px;
        margin: 0 auto;
    }
}

@media (max-width: 767.9px) {
    .lead-distribution-page section.zone {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .lead-distribution-page section.zone.coral-green-pattern {
        padding-top: 34px;
        padding-bottom: 30px;
    }

    .lead-distribution-page .ld-hero-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lead-distribution-page .ld-hero-copy h1 {
        font-size: 1.72rem;
        line-height: 1.2;
    }

    .lead-distribution-page .ld-hero-copy .p-text {
        font-size: .95rem;
        max-width: 100%;
    }

    .lead-distribution-page .ld-hero-copy .btn {
        width: 100%;
        max-width: 100%;
    }

    .lead-distribution-page .ld-section-heading {
        margin-bottom: 16px;
    }

    .lead-distribution-page .ld-section-heading h2 {
        font-size: 1.94rem;
        margin-bottom: 10px;
    }

    .lead-distribution-page .ld-section-heading p {
        font-size: .93rem;
        line-height: 1.58;
        max-width: 100%;
    }

    .lead-distribution-page .ld-feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .lead-distribution-page .ld-feature-card {
        padding: 12px 11px;
    }

    .lead-distribution-page .ld-feature-card h3 {
        font-size: .88rem;
    }

    .lead-distribution-page .ld-feature-card p {
        font-size: .78rem;
    }

    .lead-distribution-page .ld-delivery-copy>p {
        font-size: .93rem;
        line-height: 1.58;
    }
}

@media (max-width: 520px) {
    .lead-distribution-page .ld-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lead-distribution-page .ld-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* ---------- Live Transfers Page ---------- */

.live-transfers-page section.zone {
    padding-top: 56px;
    padding-bottom: 56px;
}

.live-transfers-page .coral-green-pattern {
    height: auto;
    min-height: 410px;
}

.live-transfers-page .coral-green-pattern::before {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.live-transfers-page .coral-green-pattern ._inner_hero {
    float: none;
    left: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.live-transfers-page .coral-green-pattern .main-text-wrap {
    position: static;
    bottom: auto;
    max-width: none;
    padding-top: 0;
}

.live-transfers-page .live-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    gap: 24px;
    align-items: center;
}

.live-transfers-page .live-hero-copy {
    max-width: 620px;
    color: #fff;
}

.live-transfers-page .live-hero-copy h1 {
    color: #fff;
    font-size: 2.55rem;
    line-height: 1.14;
    margin-bottom: 14px;
}

.live-transfers-page .live-hero-copy .p-text {
    width: 100%;
    max-width: 560px;
    color: rgba(255, 255, 255, .94);
    line-height: 1.62;
    margin-bottom: 14px;
}

.live-transfers-page .live-hero-copy .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 190px;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.live-transfers-page .live-hero-media {
    max-width: 430px;
    margin-left: auto;
    background: #dfe4e2;
    border: 1px solid rgba(16, 24, 40, .18);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
}

.live-transfers-page .live-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.live-transfers-page .live-qualification {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.live-transfers-page .live-qualification .container {
    position: relative;
}

.live-transfers-page .live-section-heading {
    max-width: 760px;
    margin: 0 auto 24px;
}

.live-transfers-page .live-section-heading h2 {
    font-size: 2.55rem;
    line-height: 1.06;
    margin: 0;
    color: #0f172a;
    letter-spacing: -.02em;
}

.live-transfers-page .live-section-heading h2 span {
    color: #2fc06b;
}

.live-transfers-page .live-section-heading p {
    margin: 12px 0 0;
    color: #4b5563;
    line-height: 1.66;
}

.live-transfers-page .live-qualification .live-section-heading {
    max-width: 780px;
    margin-bottom: 28px;
}

.live-transfers-page .live-qualification .live-section-heading p {
    display: none;
}

.live-transfers-page .live-qualification-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 36px;
    align-items: center;
}

.live-transfers-page .live-qualification-media {
    background: #fff;
    border: 1px solid rgba(31, 58, 47, .10);
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.live-transfers-page .live-qualification-media::before {
    content: '';
    display: block;
    height: 10px;
    background: linear-gradient(90deg, #2fc06b, #35cc77);
    border-radius: 16px 16px 0 0;
}

.live-transfers-page .live-qualification-media img {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px 14px;
}

.live-transfers-page .live-qualification-copy p {
    color: #3a4654;
    line-height: 1.72;
    margin-bottom: 18px;
    font-size: .95rem;
}

.live-transfers-page .live-qualification-copy h3 {
    font-size: 1.45rem;
    line-height: 1.22;
    margin: 0 0 10px;
    color: #111827;
}

.live-transfers-page .live-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-transfers-page .live-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #1f2937;
    line-height: 1.48;
    font-size: .95rem;
    /* font-weight: 500; */
}

.live-transfers-page .live-check-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d8f4e2;
    border: 1px solid #b6eac9;
    color: #2cc86d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.live-transfers-page .live-check-icon i {
    font-size: 8px;
}

.live-transfers-page .live-checklist li:last-child {
    margin-bottom: 0;
}

.live-transfers-page .live-inline-cta {
    margin: 18px 0 0;
}

.live-transfers-page .live-inline-cta .btn {
    min-width: 186px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.live-transfers-page .live-how {
    background: #f3f0f8;
    /* border-left: 5px solid #7c5cbf; */
    position: relative;
}

.live-transfers-page .live-how .live-section-heading h2 {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -.01em;
}

.live-transfers-page .live-how-heading {
    margin-bottom: 32px;
}

.live-transfers-page .live-how-heading p {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-size: .92rem;
    line-height: 1.6;
    color: #4b5563;
}

.live-transfers-page .live-how-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: 24px;
    align-items: stretch;
}

.live-transfers-page .live-step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-content: stretch;
}

.live-transfers-page .live-step-card {
    background: #fff;
    border: 1px solid #e8e5ed;
    border-radius: 12px;
    padding: 20px 18px 18px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: column;
}

.live-transfers-page .live-step-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #d9f4e2;
    color: #24bd63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.live-transfers-page .live-step-icon i {
    font-size: 14px;
}

.live-transfers-page .live-step-card h3 {
    font-size: .92rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
    color: #111827;
}

.live-transfers-page .live-step-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
    font-size: .82rem;
}

.live-transfers-page .live-how-media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    border: 3px solid rgba(47, 192, 107, .45);
    background: #fff;
    min-height: 100%;
}

.live-transfers-page .live-how-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .live-transfers-page section.zone.coral-green-pattern {
        padding-bottom: 0px;
    }
}

@media (max-width: 1199.98px) {
    .live-transfers-page section.zone {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .live-transfers-page .live-hero-copy h1 {
        font-size: 2.2rem;
    }
    .live-transfers-page .live-section-heading h2 {
        font-size: 2.15rem;
    }
}

@media (max-width: 991.98px) {
    .live-transfers-page section.zone {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .live-transfers-page .coral-green-pattern {
        min-height: 0;
    }
    .live-transfers-page .live-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(200px, 300px);
        gap: 14px;
    }
    .live-transfers-page .live-hero-copy h1 {
        font-size: 1.96rem;
        line-height: 1.18;
    }
    .live-transfers-page .live-hero-copy .p-text {
        max-width: 100%;
    }
    .live-transfers-page .live-qualification-grid,
    .live-transfers-page .live-how-grid {
        grid-template-columns: 1fr;
    }
    .live-transfers-page .live-qualification-grid {
        gap: 24px;
    }
    .live-transfers-page .live-how-grid {
        gap: 20px;
    }
    .live-transfers-page .live-how-media {
        max-width: 430px;
        margin: 0 auto;
        min-height: 280px;
    }
    .live-transfers-page .live-qualification-copy p {
        font-size: .95rem;
    }
}

@media (max-width: 767.9px) {
    .live-transfers-page section.zone {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .live-transfers-page section.zone.coral-green-pattern {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    .live-transfers-page .live-hero-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .live-transfers-page .live-hero-copy h1 {
        font-size: 1.72rem;
        line-height: 1.2;
    }
    .live-transfers-page .live-hero-copy .p-text {
        font-size: .95rem;
    }
    .live-transfers-page .live-hero-copy .btn {
        width: 100%;
        max-width: 100%;
    }
    .live-transfers-page .live-hero-media {
        max-width: 100%;
    }
    .live-transfers-page .live-section-heading {
        margin-bottom: 16px;
    }
    .live-transfers-page .live-section-heading h2 {
        font-size: 1.95rem;
    }
    .live-transfers-page .live-section-heading p,
    .live-transfers-page .live-qualification-copy p {
        font-size: .93rem;
        line-height: 1.58;
    }
    .live-transfers-page .live-checklist li {
        font-size: .9rem;
    }
    .live-transfers-page .live-inline-cta .btn {
        width: 100%;
        max-width: 280px;
    }
    .live-transfers-page .live-how .live-section-heading h2 {
        font-size: 1.7rem;
    }
    .live-transfers-page .live-step-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .live-transfers-page .live-step-card {
        padding: 16px 14px 14px;
    }
    .live-transfers-page .live-step-card h3 {
        font-size: .88rem;
    }
    .live-transfers-page .live-step-card p {
        font-size: .8rem;
    }
}

@media (max-width: 480px) {
    .live-transfers-page .live-step-grid {
        grid-template-columns: 1fr;
    }
    .live-transfers-page .live-qualification-grid {
        gap: 14px;
    }
}


/* ---------- Pay Per Call Page ---------- */

.ppc-page section.zone {
    padding-top: 56px;
    padding-bottom: 56px;
}

.ppc-page .coral-green-pattern {
    height: auto;
    min-height: 500px;
}

.ppc-page .coral-green-pattern::before {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.ppc-page .coral-green-pattern ._inner_hero {
    float: none;
    left: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.ppc-page .coral-green-pattern .main-text-wrap {
    position: static;
    bottom: auto;
    max-width: none;
    padding-top: 0;
}

.ppc-page .ppc-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
    gap: 24px;
    align-items: flex-end;
}

.ppc-page .ppc-hero-copy {
    max-width: 640px;
    color: #fff;
}

.ppc-page .ppc-hero-copy h1 {
    color: #fff;
    font-size: 2.55rem;
    line-height: 1.14;
    margin-bottom: 14px;
    max-width: 620px;
}

.ppc-page .ppc-hero-copy .p-text {
    width: 100%;
    max-width: 560px;
    color: rgba(255, 255, 255, .94);
    line-height: 1.62;
    margin-bottom: 14px;
}

.ppc-page .ppc-hero-copy .btn,
.ppc-page .ppc-tracking-copy .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-width: 220px;
    font-size: .84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ppc-page .ppc-hero-media {
    width: 100%;
    max-width: 512px;
    margin-left: auto;
    animation: ppc-hero-media-enter .9s cubic-bezier(.22, .61, .36, 1) .12s both;
}

.ppc-page .ppc-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 55px;
}

@keyframes ppc-hero-media-enter {
    0% {
        opacity: 0;
        transform: translate3d(26px, 18px, 0) scale(.96);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.ppc-page .ppc-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity .68s cubic-bezier(.22, .61, .36, 1), transform .68s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

.ppc-page .ppc-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.ppc-page .ppc-badge-strip {
    background: #f2f4f3;
    border-top: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 13px 0 14px;
}

.ppc-page .ppc-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.ppc-page .ppc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border: 1px solid rgba(32, 55, 43, .12);
    border-radius: 999px;
    background: #e9eeeb;
    color: #1f3a2f;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
}

.ppc-page .ppc-badge i {
    color: #2f8f57;
    font-size: 11px;
}

.ppc-page .ppc-process {
    background: #f5f7f6;
}

.ppc-page .ppc-section-heading {
    max-width: 760px;
    margin-bottom: 22px;
}

.ppc-page .ppc-section-heading h2 {
    font-size: 2.3rem;
    line-height: 1.12;
    margin-bottom: 12px;
    color: #0f172a;
}

.ppc-page .ppc-section-heading h2 span {
    color: #2fc06b;
}

.ppc-page .ppc-section-heading p {
    color: #4b5563;
    line-height: 1.66;
    margin: 0;
}

.ppc-page .ppc-process-media-card {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    overflow: hidden;
    padding: 14px;
}

.ppc-page .ppc-process-media-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.ppc-page .ppc-qualification {
    background: #fff;
}

.ppc-page .ppc-copy-block {
    max-width: 980px;
    margin: 0 auto;
}

.ppc-page .ppc-copy-block h2 {
    font-size: 2rem;
    line-height: 1.18;
    margin-bottom: 14px;
    color: #111827;
}

.ppc-page .ppc-copy-block h2:not(:first-child) {
    margin-top: 30px;
}

.ppc-page .ppc-copy-block p,
.ppc-page .ppc-tracking-copy p {
    color: #374151;
    line-height: 1.72;
    margin-bottom: 12px;
}

.ppc-page .ppc-copy-block p:last-child,
.ppc-page .ppc-tracking-copy p:last-child {
    margin-bottom: 0;
}

.ppc-page .ppc-copy-list {
    margin: 6px 0 18px;
    padding-left: 22px;
    color: #1f2937;
}

.ppc-page .ppc-copy-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.ppc-page .ppc-copy-list li:last-child {
    margin-bottom: 0;
}

.ppc-page .ppc-tracking {
    background: #f7f9f8;
}

.ppc-page .ppc-tracking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    padding: 22px;
}

.ppc-page .ppc-tracking-media {
    border-radius: 12px;
    overflow: hidden;
}

.ppc-page .ppc-tracking-media img {
    display: block;
    width: 100%;
    height: auto;
}

.ppc-page .ppc-tracking-copy h2 {
    font-size: 2.45rem;
    line-height: 1.08;
    margin-bottom: 14px;
    color: #111827;
}

.ppc-page .ppc-tracking-copy h2 span {
    color: #2fc06b;
}

.ppc-page .ppc-tracking-copy .ppc-copy-list {
    margin-bottom: 16px;
}

.ppc-page .ppc-metrics {
    background: #fff;
    padding: 0 0 56px;
}

.ppc-page .ppc-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ppc-page .ppc-metric-card {
    border: 1px solid rgba(47, 143, 87, .2);
    background: #f5fbf7;
    border-radius: 12px;
    padding: 16px 14px;
    height: 100%;
}

.ppc-page .ppc-metric-card i {
    color: #2fc06b;
    font-size: .98rem;
    margin-bottom: 8px;
}

.ppc-page .ppc-metric-card h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 8px;
    color: #111827;
}

.ppc-page .ppc-metric-card p {
    margin: 0;
    color: #4b5563;
    font-size: .9rem;
    line-height: 1.55;
}

@media (min-width: 992px) {
    .ppc-page section.zone.coral-green-pattern {
        padding-top: 24px;
    }
}

@media (max-width: 1199.98px) {
    .ppc-page section.zone {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .ppc-page .ppc-hero-copy h1 {
        font-size: 2.2rem;
    }
    .ppc-page .ppc-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    }
    .ppc-page .ppc-section-heading h2,
    .ppc-page .ppc-copy-block h2 {
        font-size: 1.9rem;
    }
    .ppc-page .ppc-tracking-copy h2 {
        font-size: 2.1rem;
    }
}

@media (max-width: 991.98px) {
    .ppc-page section.zone {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ppc-page .coral-green-pattern {
        min-height: 0;
    }
    .ppc-page .ppc-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 38vw);
        gap: 12px;
    }
    .ppc-page .ppc-hero-copy h1 {
        font-size: 1.95rem;
        line-height: 1.18;
    }
    .ppc-page .ppc-hero-copy {
        max-width: none;
    }
    .ppc-page .ppc-hero-copy .p-text {
        max-width: 100%;
    }
    .ppc-page .ppc-hero-copy .btn,
    .ppc-page .ppc-tracking-copy .btn {
        width: 100%;
        max-width: 290px;
    }
    .ppc-page .ppc-tracking-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 14px;
    }
    .ppc-page .ppc-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.9px) {
    .ppc-page section.zone {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .ppc-page section.zone.coral-green-pattern {
        padding-top: 34px;
        padding-bottom: 30px;
    }
    .ppc-page .ppc-hero-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .ppc-page .ppc-hero-media {
        display: none;
        animation: none;
    }
    .ppc-page .ppc-hero-copy h1 {
        font-size: 1.72rem;
        line-height: 1.2;
        max-width: 100%;
    }
    .ppc-page .ppc-hero-copy .p-text {
        font-size: .95rem;
        max-width: 100%;
    }
    .ppc-page .ppc-hero-copy .btn,
    .ppc-page .ppc-tracking-copy .btn {
        max-width: 100%;
    }
    .ppc-page .ppc-badge-strip {
        padding: 10px 0 12px;
    }
    .ppc-page .ppc-badge-row {
        justify-content: flex-start;
        gap: 8px;
    }
    .ppc-page .ppc-badge {
        font-size: 10.8px;
        padding: 6px 10px;
    }
    .ppc-page .ppc-section-heading {
        margin-bottom: 16px;
    }
    .ppc-page .ppc-section-heading h2,
    .ppc-page .ppc-copy-block h2,
    .ppc-page .ppc-tracking-copy h2 {
        font-size: 1.62rem;
    }
    .ppc-page .ppc-process-media-card {
        border-radius: 12px;
        padding: 10px;
    }
    .ppc-page .ppc-process-media-card img {
        border-radius: 8px;
    }
    .ppc-page .ppc-copy-list {
        padding-left: 18px;
    }
    .ppc-page .ppc-metrics {
        padding-bottom: 28px;
    }
    .ppc-page .ppc-metrics-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ppc-page .ppc-hero-media {
        animation: none;
    }
    .ppc-page .ppc-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


/* ---------- Exclusive Leads Page ---------- */

.exclusive-leads-page .coral-green-pattern {
    height: auto;
    min-height: 520px;
}

.exclusive-leads-page .coral-green-pattern::before {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 92% 0, 58% 100%, 0 100%);
}

.exclusive-leads-page .coral-green-pattern ._inner_hero {
    float: none;
    left: 0;
    width: 100%;
    max-width: none;
    position: relative;
}

.exclusive-leads-page .coral-green-pattern .main-text-wrap {
    position: static;
    bottom: auto;
    max-width: none;
    padding-top: 0;
}

.exclusive-leads-page .phase2-breadcrumb {
    padding: 0 0 12px;
}

.exclusive-leads-page .phase2-breadcrumb a {
    color: rgba(255, 255, 255, .82);
}

.exclusive-leads-page .phase2-breadcrumb span {
    color: rgba(255, 255, 255, .62);
}

.exclusive-leads-page .phase2-breadcrumb .current {
    color: #fff;
}

.exclusive-leads-page .exclusive-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 540px);
    gap: 28px;
    align-items: center;
}

.exclusive-leads-page .exclusive-hero-copy {
    max-width: 640px;
    color: #fff;
}

.exclusive-leads-page .exclusive-hero-copy h1 {
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.14;
    margin-bottom: 14px;
}

.exclusive-leads-page .exclusive-hero-copy .p-text {
    width: 100%;
    max-width: 620px;
    color: rgba(255, 255, 255, .92);
    font-size: 1.02rem;
    line-height: 1.65;
}

.exclusive-leads-page .exclusive-hero-copy .btn {
    min-width: 196px;
}

.exclusive-leads-page .exclusive-hero-media {
    background: #e6e8e7;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.exclusive-leads-page .exclusive-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.exclusive-leads-page .exclusive-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.exclusive-leads-page .exclusive-page-kicker {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 2.05rem;
    font-weight: 800;
    color: #101828;
    letter-spacing: .02em;
}

.exclusive-leads-page [data-aos] {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
    will-change: transform, opacity;
}

.exclusive-leads-page .exclusive-meaning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
}

.exclusive-leads-page .exclusive-meaning-copy p {
    color: #344054;
    line-height: 1.75;
    margin-bottom: 14px;
}

.exclusive-leads-page .exclusive-meaning-copy p:last-child {
    margin-bottom: 0;
}

.exclusive-leads-page .exclusive-meaning-media {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.exclusive-leads-page .exclusive-meaning-media img {
    display: block;
    width: 100%;
    height: auto;
}

.exclusive-leads-page .exclusive-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-weight: 700;
}

.exclusive-leads-page .exclusive-compare-card {
    border-radius: 12px;
    padding: 24px 22px;
    height: 100%;
}

.exclusive-leads-page .exclusive-compare-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.exclusive-leads-page .exclusive-compare-card ul {
    margin: 0;
    padding-left: 20px;
}

.exclusive-leads-page .exclusive-compare-card li {
    margin-bottom: 9px;
    line-height: 1.55;
}

.exclusive-leads-page .exclusive-compare-card li:last-child {
    margin-bottom: 0;
}

.exclusive-leads-page .exclusive-compare-card.shared {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.exclusive-leads-page .exclusive-compare-card.exclusive {
    background: #2f8f57;
    border: 1px solid rgba(47, 143, 87, .35);
    color: #fff;
}

.exclusive-leads-page .exclusive-compare-card.exclusive h3 {
    color: #fff;
}

.exclusive-leads-page .exclusive-compare-card.exclusive li {
    color: rgba(255, 255, 255, .95);
}

.exclusive-leads-page .exclusive-compare-notes {
    margin-top: 22px;
}

.exclusive-leads-page .exclusive-compare-notes p {
    color: #344054;
    line-height: 1.75;
    margin-bottom: 12px;
}

.exclusive-leads-page .exclusive-compare-notes p:last-child {
    margin-bottom: 0;
}

.exclusive-leads-page .exclusive-proof-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 36px;
    align-items: center;
}

.exclusive-leads-page .exclusive-proof-media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.exclusive-leads-page .exclusive-proof-media img {
    display: block;
    width: 100%;
    height: auto;
}

.exclusive-leads-page .exclusive-proof-copy h2 {
    font-size: 1.95rem;
    margin-bottom: 14px;
}

.exclusive-leads-page .exclusive-proof-copy p {
    color: #475467;
    line-height: 1.75;
}

.exclusive-leads-page .exclusive-proof-list {
    list-style: none;
    margin: 18px 0 24px;
    padding: 0;
}

.exclusive-leads-page .exclusive-proof-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #344054;
    line-height: 1.6;
}

.exclusive-leads-page .exclusive-proof-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #2f8f57;
    position: absolute;
    left: 0;
    top: 0;
}

.exclusive-leads-page .exclusive-proof-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .exclusive-leads-page .exclusive-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
        gap: 22px;
    }
    .exclusive-leads-page .exclusive-hero-copy h1 {
        font-size: 2.08rem;
    }
}

@media (max-width: 991.98px) {
    .exclusive-leads-page .coral-green-pattern {
        min-height: 0;
    }
    .exclusive-leads-page .exclusive-hero-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .exclusive-leads-page .exclusive-hero-copy {
        max-width: none;
    }
    .exclusive-leads-page .exclusive-hero-media {
        max-width: 520px;
    }
    .exclusive-leads-page .exclusive-hero-copy .btn {
        width: 100%;
        max-width: 280px;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }
    .exclusive-leads-page .exclusive-hero-copy .btn::after {
        content: '\2192';
        position: static;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .exclusive-leads-page .exclusive-meaning-grid,
    .exclusive-leads-page .exclusive-proof-grid,
    .exclusive-leads-page .exclusive-compare-grid {
        grid-template-columns: 1fr;
    }
    .exclusive-leads-page .exclusive-meaning-grid,
    .exclusive-leads-page .exclusive-proof-grid {
        gap: 22px;
    }
}

@media (max-width: 767.9px) {
    .exclusive-leads-page .exclusive-hero-copy h1 {
        font-size: 1.85rem;
        line-height: 1.2;
    }
    .exclusive-leads-page .exclusive-hero-copy .p-text {
        font-size: .96rem;
        line-height: 1.62;
    }
    .exclusive-leads-page .exclusive-hero-media {
        border-radius: 10px;
    }
    .exclusive-leads-page .exclusive-section-heading {
        margin-bottom: 18px;
    }
    .exclusive-leads-page .exclusive-page-kicker {
        font-size: 1.72rem;
        margin-bottom: 8px;
    }
}


/* ---------- Badge Row (at-a-glance) ---------- */

.phase2-badge-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.phase2-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    padding: 10px 20px;
    background: #f4f8f5;
    border-radius: 40px;
    border: 1px solid rgba(46, 125, 50, .12);
}

.phase2-badge i {
    color: #2e7d32;
    font-size: 16px;
}


/* ---------- Breadcrumb (inside hero) ---------- */

.phase2-breadcrumb {
    padding: 0 0 10px;
    font-size: 13px;
}

.phase2-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.phase2-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.phase2-breadcrumb span {
    color: rgba(255, 255, 255, .5);
    margin: 0 6px;
}

.phase2-breadcrumb .current {
    color: rgba(255, 255, 255, .9);
}

@media (max-width: 767px) {
    .phase2-breadcrumb a {
        color: #fff;
    }
    .phase2-breadcrumb span {
        color: rgba(255, 255, 255, .6);
    }
    .phase2-breadcrumb .current {
        color: #fff;
    }
}


/* ---------- Section Headings ---------- */

.phase2-section-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.phase2-section-heading h2 {
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a2e;
}

.phase2-section-heading p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}


/* ---------- 2-Column Content Block ---------- */

.phase2-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 50px 0;
}

.phase2-two-col.reversed {
    direction: rtl;
}

.phase2-two-col.reversed>* {
    direction: ltr;
}

.phase2-two-col img {
    width: 100%;
    border-radius: 12px;
}

.phase2-market-image-card {
    border-radius: 14px;
    overflow: hidden;
}

.phase2-market-image-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.phase2-two-col .phase2-market-image-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .08);
    padding: 8px;
}

.phase2-ping-post-graphic {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 14px;
}

.phase2-ping-post-graphic img {
    display: block;
    background: #fff;
}

.phase2-two-col h2 {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.phase2-two-col p,
.phase2-two-col li {
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
}

.phase2-two-col ul {
    padding-left: 20px;
    margin: 16px 0;
}

.phase2-two-col ul li {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .phase2-two-col {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .phase2-two-col.reversed {
        direction: ltr;
    }
}


/* ---------- 3-Step / 4-Step Process ---------- */

.phase2-process {
    padding: 60px 0;
}

.phase2-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.phase2-process-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.phase2-step-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.phase2-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}

.phase2-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32, #43a047);
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.phase2-step-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.phase2-step-card p {
    font-size: .92rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .phase2-process-grid,
    .phase2-process-grid.cols-4 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .phase2-process-grid,
    .phase2-process-grid.cols-4 {
        grid-template-columns: 1fr;
    }
}


/* ---------- Proof / Testimonials ---------- */

.phase2-proof {
    padding: 60px 0;
}

.phase2-proof-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    margin-bottom: 45px;
}

.phase2-proof-card .quote {
    font-size: .95rem;
    color: #333;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
}

.phase2-proof-card .attribution {
    font-weight: 600;
    font-size: .9rem;
    color: #1a1a2e;
}

.phase2-proof-card .role {
    font-size: .82rem;
    color: #777;
}


/* ---------- FAQ Accordion ---------- */

.phase2-faq {
    padding: 60px 0;
}

.phase2-faq .accordion-item {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.phase2-faq .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a2e;
    padding: 18px 24px;
    background: #fff;
    box-shadow: none !important;
}

.phase2-faq .accordion-button:not(.collapsed) {
    background: #f4f8f5;
    color: #2e7d32;
}

.phase2-faq .accordion-body {
    padding: 4px 24px 20px;
    font-size: .95rem;
    color: #555;
    line-height: 1.75;
}


/* ---------- Final CTA Block ---------- */

.phase2-final-cta {
    padding: 70px 0;
    text-align: center;
}

.phase2-final-cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.phase2-final-cta p {
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, .85);
}

.phase2-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.phase2-cta-buttons .btn {
    padding: 14px 32px;
    font-weight: 600;
    border-radius: 8px;
}


/* ---------- Vertical Detail (Markets Sub-pages) ---------- */

.phase2-lead-types {
    padding: 50px 0;
}

.phase2-lead-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.phase2-lead-type-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, .06);
    text-align: center;
    transition: box-shadow .25s ease;
}

.phase2-lead-type-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

.phase2-lead-type-card i {
    font-size: 2rem;
    color: #2e7d32;
    margin-bottom: 14px;
}

.phase2-lead-type-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.phase2-lead-type-card p {
    font-size: .9rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .phase2-lead-type-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------- Lead Specs Table ---------- */

.phase2-specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
}

.phase2-specs-table th {
    background: #1a1a2e;
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
    font-size: .9rem;
    text-align: left;
}

.phase2-specs-table td {
    padding: 13px 20px;
    font-size: .92rem;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.phase2-specs-table tr:last-child td {
    border-bottom: none;
}

.phase2-specs-table tr:nth-child(even) td {
    background: #fafafa;
}


/* ---------- Coverage / Targeting ---------- */

.phase2-coverage {
    padding: 50px 0;
}

.phase2-coverage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.phase2-coverage-tag {
    padding: 8px 18px;
    background: #f4f8f5;
    border: 1px solid rgba(46, 125, 50, .15);
    border-radius: 30px;
    font-size: .88rem;
    font-weight: 500;
    color: #2e7d32;
}


/* ---------- Sticky Sidebar CTA (desktop) ---------- */

.phase2-sidebar-sticky {
    position: sticky;
    top: 100px;
    padding: 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    text-align: center;
}

.phase2-sidebar-sticky h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a2e;
}

.phase2-sidebar-sticky p {
    font-size: .9rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .phase2-sidebar-sticky {
        position: static;
        margin-bottom: 28px;
    }
}


/* ---------- Vertical Links Grid ---------- */

.phase2-vertical-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    padding: 20px 0;
}

.phase2-vertical-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 600;
    font-size: .95rem;
    transition: border-color .2s, box-shadow .2s;
}

.phase2-vertical-link:hover {
    border-color: #2e7d32;
    box-shadow: 0 4px 16px rgba(46, 125, 50, .1);
    color: #2e7d32;
}

.phase2-vertical-link i {
    color: #2e7d32;
    font-size: 1.1rem;
}


/* ---------- SEO Pages ---------- */

.phase2-deliverables {
    padding: 50px 0;
}

.phase2-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.phase2-deliverable {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.phase2-deliverable i {
    color: #2e7d32;
    font-size: 1.2rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.phase2-deliverable h4 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a1a2e;
}

.phase2-deliverable p {
    font-size: .88rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767px) {
    .phase2-deliverables-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------- Resource Pages ---------- */

.phase2-definition {
    padding: 50px 0;
}

.phase2-definition-box {
    background: #f4f8f5;
    border-left: 4px solid #2e7d32;
    border-radius: 0 12px 12px 0;
    padding: 28px 32px;
}

.phase2-definition-box h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.phase2-definition-box p {
    font-size: 1rem;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

.phase2-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 20px 0;
}

.phase2-pros,
.phase2-cons {
    padding: 24px;
    border-radius: 12px;
}

.phase2-pros {
    background: #f0f9f0;
    border: 1px solid rgba(46, 125, 50, .15);
}

.phase2-cons {
    background: #fff5f5;
    border: 1px solid rgba(211, 47, 47, .12);
}

.phase2-pros h3 {
    color: #2e7d32;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.phase2-cons h3 {
    color: #d32f2f;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.phase2-pros li,
.phase2-cons li {
    font-size: .92rem;
    line-height: 1.7;
    margin-bottom: 6px;
    color: #444;
}

@media (max-width: 767px) {
    .phase2-pros-cons {
        grid-template-columns: 1fr;
    }
}


/* ---------- Checklist ---------- */

.phase2-checklist {
    list-style: none;
    padding: 0;
}

.phase2-checklist li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: .95rem;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.phase2-checklist li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #2e7d32;
    position: absolute;
    left: 0;
    top: 10px;
}


/* ---------- Case Study Index Grid ---------- */

.phase2-cs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.phase2-cs-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    transition: transform .25s, box-shadow .25s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.phase2-cs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    color: inherit;
}

.phase2-cs-card-img {
    height: 200px;
    overflow: hidden;
}

.phase2-cs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phase2-cs-card-body {
    padding: 24px;
}

.phase2-cs-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f4f8f5;
    color: #2e7d32;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.phase2-cs-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.4;
}

.phase2-cs-card p {
    font-size: .88rem;
    color: #666;
    line-height: 1.6;
}


/* Filter buttons */

.phase2-cs-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 36px;
}

.phase2-cs-filter {
    padding: 8px 22px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 30px;
    font-size: .88rem;
    font-weight: 600;
    cursor: pointer;
    color: #555;
    transition: all .2s;
}

.phase2-cs-filter:hover,
.phase2-cs-filter.active {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

@media (max-width: 991px) {
    .phase2-cs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .phase2-cs-grid {
        grid-template-columns: 1fr;
    }
}


/* ---------- Internal Links Section ---------- */

.phase2-internal-links {
    padding: 40px 0;
}

.phase2-internal-links h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a2e;
}


/* ---------- Audit Form Embed ---------- */

.phase2-audit-embed {
    background: #f4f8f5;
    border-radius: 14px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.phase2-audit-embed h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
    text-align: center;
}

.phase2-audit-embed p {
    text-align: center;
    color: #666;
    margin-bottom: 24px;
    font-size: .95rem;
}

.phase2-audit-embed .form-control {
    border-radius: 8px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

.phase2-audit-embed .btn {
    width: 100%;
    padding: 14px;
    font-weight: 600;
}
