/* Business+ plan landing — HTML/CSS infographic (no banner image) */

.page-business-plus {
    --bp-ink: #0f172a;
    --bp-muted: #64748b;
    --bp-line: rgba(15, 23, 42, 0.08);
    --bp-indigo: #4f46e5;
    --bp-violet: #7c3aed;
    --bp-gold: #f59e0b;
    --bp-green: #16a34a;
    --bp-blue: #2563eb;
    --bp-radius: 18px;
    --bp-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(ellipse 90% 60% at 10% -10%, rgba(79, 70, 229, 0.09), transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 0%, rgba(245, 158, 11, 0.08), transparent 50%),
        #f8fafc;
    color: var(--bp-ink);
}

.page-business-plus .bp-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 4rem;
}

.bp-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin: 0 0 1.25rem;
    font-size: 0.8125rem;
    color: var(--bp-muted);
}

.bp-breadcrumb a {
    color: var(--bp-indigo);
    text-decoration: none;
}

.bp-breadcrumb a:hover {
    text-decoration: underline;
}

/* ——— Hero board ——— */
.bp-board {
    background: #fff;
    border: 1px solid var(--bp-line);
    border-radius: 24px;
    box-shadow: var(--bp-shadow);
    overflow: hidden;
}

.bp-board__inner {
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.bp-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 960px) {
    .bp-hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 2.5rem;
    }
}

.bp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--bp-indigo);
    background: rgba(79, 70, 229, 0.08);
    border: 1px solid rgba(79, 70, 229, 0.14);
}

.bp-kicker svg {
    width: 1rem;
    height: 1rem;
}

.bp-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

.bp-title__accent {
    display: block;
    margin-top: 0.2rem;
    background: linear-gradient(90deg, var(--bp-blue), var(--bp-violet));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bp-lead {
    margin: 0 0 1.35rem;
    max-width: 34rem;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--bp-muted);
}

.bp-feature-mini-grid {
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 640px) {
    .bp-feature-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.bp-feature-mini {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid var(--bp-line);
}

.bp-feature-mini__icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
}

.bp-feature-mini__icon--sync { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.bp-feature-mini__icon--shield { background: linear-gradient(135deg, #22c55e, #16a34a); }
.bp-feature-mini__icon--team { background: linear-gradient(135deg, #0ea5e9, #2563eb); }
.bp-feature-mini__icon--chart { background: linear-gradient(135deg, #f97316, #ea580c); }

.bp-feature-mini h3 {
    margin: 0 0 0.2rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.bp-feature-mini p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--bp-muted);
}

.bp-visual-wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.bp-visual__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

/* ——— Sync diagram ——— */
.bp-sync-stage {
    position: relative;
    padding: 1rem 0 0.5rem;
}

.bp-sync-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.65rem;
    align-items: center;
}

.bp-store,
.bp-browser {
    border-radius: 16px;
    border: 1px solid var(--bp-line);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.bp-store__roof {
    height: 2.2rem;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    margin: -1px -1px 0;
}

.bp-store__body {
    padding: 0.85rem 0.75rem 1rem;
    text-align: center;
}

.bp-store__sign {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    background: #1d4ed8;
}

.bp-store__facade {
    height: 4.5rem;
    margin: 0 auto;
    max-width: 7rem;
    border-radius: 8px;
    border: 2px solid #cbd5e1;
    background:
        linear-gradient(90deg, transparent 46%, #cbd5e1 46%, #cbd5e1 54%, transparent 54%),
        linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
    position: relative;
}

.bp-store__facade::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.1rem;
    height: 1.6rem;
    transform: translateX(-50%);
    border: 2px solid #94a3b8;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    background: rgba(255, 255, 255, 0.7);
}

.bp-store__plant {
    width: 0.65rem;
    height: 0.65rem;
    margin: 0.45rem auto 0;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: -0.55rem 0 0 #16a34a, 0.55rem 0 0 #4ade80;
}

.bp-sync-hub {
    position: relative;
    width: 3.25rem;
    height: 3.25rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(99, 102, 241, 0.35);
    box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.08);
    z-index: 2;
}

.bp-sync-hub svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--bp-indigo);
    animation: bp-spin 8s linear infinite;
}

@keyframes bp-spin {
    to { transform: rotate(360deg); }
}

.bp-sync-stage::before,
.bp-sync-stage::after {
    content: '';
    position: absolute;
    top: 42%;
    height: 2px;
    border-top: 2px dashed rgba(99, 102, 241, 0.35);
    z-index: 1;
}

.bp-sync-stage::before {
    left: 18%;
    right: 52%;
}

.bp-sync-stage::after {
    left: 52%;
    right: 18%;
}

.bp-browser__chrome {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.6rem;
    background: #e2e8f0;
    border-bottom: 1px solid var(--bp-line);
}

.bp-browser__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.bp-browser__title {
    margin-left: 0.25rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #475569;
}

.bp-browser__body {
    padding: 0.65rem;
}

.bp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
}

.bp-product {
    border-radius: 8px;
    border: 1px solid var(--bp-line);
    background: #fff;
    padding: 0.35rem;
    text-align: center;
}

.bp-product__thumb {
    height: 1.75rem;
    border-radius: 6px;
    margin-bottom: 0.25rem;
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
}

.bp-product__thumb--shoe { background: linear-gradient(135deg, #334155, #64748b); }
.bp-product__thumb--shirt { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.bp-product__thumb--bottle { background: linear-gradient(135deg, #0f172a, #475569); }

.bp-product__stars {
    font-size: 0.45rem;
    color: #fbbf24;
    letter-spacing: -0.05em;
}

.bp-product__btn {
    display: block;
    margin-top: 0.2rem;
    padding: 0.15rem 0;
    border-radius: 4px;
    font-size: 0.42rem;
    font-weight: 700;
    color: #fff;
    background: var(--bp-blue);
}

/* ——— Live stats ——— */
.bp-stats-duo {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

@media (min-width: 640px) {
    .bp-stats-duo {
        grid-template-columns: 1fr 1fr;
    }
}

.bp-stat-card {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid var(--bp-line);
    background: #fff;
}

.bp-stat-card h4 {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569;
}

.bp-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
}

.bp-stat-row:first-of-type {
    border-top: none;
    padding-top: 0;
}

.bp-stat-row strong {
    font-weight: 700;
}

.bp-stat-row .bp-up {
    color: var(--bp-green);
    font-size: 0.72rem;
    font-weight: 700;
}

.bp-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
}

.bp-pill--ok {
    color: #166534;
    background: #dcfce7;
}

.bp-pill--wait {
    color: #1d4ed8;
    background: #dbeafe;
}

/* ——— Metrics ——— */
.bp-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--bp-line);
}

@media (min-width: 720px) {
    .bp-metrics {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bp-metric {
    text-align: center;
    padding: 0.75rem 0.5rem;
}

.bp-metric__ring {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.55rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background: #f8fafc;
    border: 2px solid var(--bp-line);
}

.bp-metric__ring--green { color: var(--bp-green); border-color: rgba(34, 197, 94, 0.25); background: #f0fdf4; }
.bp-metric__ring--purple { color: var(--bp-violet); border-color: rgba(124, 58, 237, 0.25); background: #f5f3ff; }
.bp-metric__ring--blue { color: var(--bp-blue); border-color: rgba(37, 99, 235, 0.25); background: #eff6ff; }
.bp-metric__ring--orange { color: #ea580c; border-color: rgba(249, 115, 22, 0.25); background: #fff7ed; }

.bp-metric strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.bp-metric span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.72rem;
    color: var(--bp-muted);
    line-height: 1.35;
}

/* ——— Promo banner ——— */
.bp-promo {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #312e81 0%, #4f46e5 45%, #1e1b4b 100%);
    box-shadow: 0 16px 40px rgba(49, 46, 129, 0.28);
}

@media (min-width: 768px) {
    .bp-promo {
        grid-template-columns: auto 1fr;
        align-items: center;
        padding: 1.35rem 1.5rem;
    }
}

.bp-promo__seal {
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #78350f;
    background: radial-gradient(circle at 30% 30%, #fde68a, #f59e0b 55%, #d97706 100%);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bp-promo h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 800;
    line-height: 1.35;
}

.bp-promo p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.bp-promo small {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
}

/* ——— Trust row ——— */
.bp-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--bp-line);
}

@media (min-width: 720px) {
    .bp-trust {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bp-trust-item {
    text-align: center;
    padding: 0.5rem;
}

.bp-trust-item svg {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.35rem;
    color: #94a3b8;
}

.bp-trust-item strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
}

.bp-trust-item span {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.68rem;
    color: var(--bp-muted);
    line-height: 1.35;
}

/* ——— Plan detail section ——— */
.bp-plan-section {
    margin-top: 2.5rem;
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 900px) {
    .bp-plan-section {
        grid-template-columns: 1.1fr 0.9fr;
        align-items: start;
    }
}

.bp-plan-card {
    padding: 1.5rem 1.4rem;
    border-radius: 20px;
    border: 2px solid rgba(245, 158, 11, 0.45);
    background: #fff;
    box-shadow: var(--bp-shadow);
}

.bp-plan-card__badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.bp-plan-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.bp-plan-card .bp-price {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--bp-ink);
}

.bp-plan-card .bp-price small {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bp-muted);
}

.bp-plan-card .bp-price s {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #94a3b8;
}

.bp-plan-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-plan-list li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.6rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.bp-plan-list li:last-child {
    border-bottom: none;
}

.bp-plan-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1.1rem;
    text-align: center;
    color: #fff;
    background: var(--bp-gold);
}

.bp-cta-panel {
    padding: 1.5rem 1.4rem;
    border-radius: 20px;
    border: 1px solid var(--bp-line);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: var(--bp-shadow);
}

.bp-cta-panel h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 800;
}

.bp-cta-panel p {
    margin: 0 0 1.1rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--bp-muted);
}

.bp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.bp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.8rem 1.15rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.bp-btn:hover {
    transform: translateY(-1px);
}

.bp-btn--gold {
    color: #fff;
    background: linear-gradient(135deg, #d97706, #f59e0b);
    box-shadow: 0 8px 22px rgba(245, 158, 11, 0.32);
}

.bp-btn--ghost {
    color: var(--bp-ink);
    background: #fff;
    border: 2px solid #e2e8f0;
}

.bp-btn--ghost:hover {
    border-color: #cbd5e1;
}

.bp-note {
    margin-top: 1rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--bp-muted);
}

@media (max-width: 639px) {
    .bp-sync-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .bp-sync-stage::before,
    .bp-sync-stage::after {
        display: none;
    }

    .bp-sync-hub {
        margin: 0 auto;
    }
}

/* ——— Plan kampanyaları + modal ——— */
.bp-plan-campaigns {
    display: grid;
    gap: 0.55rem;
    margin: 0 0 1.1rem;
}

.bp-plan-campaign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 12px;
    border: 1px solid var(--bp-line);
    background: #fafafa;
}

.bp-plan-campaign--discount {
    background: linear-gradient(135deg, #fffbeb 0%, #fff 100%);
    border-color: rgba(245, 158, 11, 0.25);
}

.bp-plan-campaign--installment {
    background: linear-gradient(135deg, #eff6ff 0%, #fff 100%);
    border-color: rgba(37, 99, 235, 0.2);
}

.bp-plan-campaign__eyebrow {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.12rem;
}

.bp-plan-campaign strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--bp-ink);
}

.bp-plan-campaign__btn {
    flex-shrink: 0;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
}

.bp-plan-campaign--discount .bp-plan-campaign__btn {
    color: #b45309;
    border-color: rgba(245, 158, 11, 0.35);
}

.bp-plan-campaign--installment .bp-plan-campaign__btn {
    color: #1d4ed8;
    border-color: rgba(37, 99, 235, 0.28);
}

.bp-campaign-modal[hidden] {
    display: none !important;
}

body.bp-campaign-modal-open {
    overflow: hidden;
}

.bp-campaign-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.bp-campaign-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

.bp-campaign-modal__dialog {
    position: relative;
    width: min(100%, 28rem);
    max-height: min(90vh, 640px);
    overflow: auto;
    padding: 1.35rem 1.35rem 1.25rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
}

.bp-campaign-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.bp-campaign-modal__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.bp-campaign-modal__title {
    margin: 0 0 0.65rem;
    padding-right: 1.75rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    line-height: 1.3;
}

.bp-campaign-modal__lead {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
}

.bp-campaign-price-grid {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.bp-campaign-price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.bp-campaign-price-row--highlight {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: rgba(245, 158, 11, 0.25);
}

.bp-campaign-price-row__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.bp-campaign-price-row__value {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    text-align: right;
}

.bp-campaign-price-row__value small {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
}

.bp-campaign-price-row__value--old {
    text-decoration: line-through;
    color: #94a3b8;
    font-weight: 600;
}

.bp-campaign-price__vat {
    font-size: 0.78em;
    font-weight: 600;
    color: #64748b;
}

.bp-campaign-savings {
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.bp-campaign-savings strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: #166534;
}

.bp-campaign-savings span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #15803d;
}

.bp-campaign-savings--installment {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.18);
}

.bp-campaign-savings--installment strong {
    color: #1e40af;
}

.bp-campaign-savings--installment span {
    color: #2563eb;
}

.bp-campaign-modal__note {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #94a3b8;
}

/* ——— Site alt bilgi + sabit iletişim çubuğu ——— */
.page-business-plus.cp-page .bp-main {
    padding-bottom: 0;
}

.page-business-plus.cp-page .bp-site-footer {
    margin-top: 0;
}

body.bp-campaign-modal-open.page-business-plus .contact-action-bar {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
