/* Pro landing — layout rhythm */
.pro-landing {
    background-color: var(--bs-body-bg);
}

.pro-main {
    padding-bottom: 2rem;
}

.pro-content {
    max-width: 56rem;
}

/* Hero */
.pro-hero {
    padding: 2rem 1.5rem 1.5rem;
    border: 1px solid rgba(var(--bs-warning-rgb), 0.35);
    border-radius: 1rem;
    background: var(--bs-body-bg);
}

[data-bs-theme="dark"] .pro-hero {
    background: var(--bs-tertiary-bg);
}

.pro-hero-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.pro-hero-lead {
    max-width: 36rem;
    color: var(--bs-secondary-color);
    font-size: 1rem;
    line-height: 1.6;
}

.pro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.pro-hero-note {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color);
    margin-bottom: 1.5rem !important;
}

.pro-hero-stats {
    padding-top: 1.25rem;
    border-top: 1px solid var(--bs-border-color-translucent);
    margin-top: 0.25rem;
}

.pro-hero-stat {
    padding: 0.75rem 0.5rem;
    border-radius: 0.5rem;
    background: var(--bs-secondary-bg);
    height: 100%;
}

[data-bs-theme="dark"] .pro-hero-stat {
    background: var(--bs-body-bg);
}

.pro-hero-stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-warning);
    margin-bottom: 0.15rem;
    line-height: 1.2;
}

.pro-hero-stat-label {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
    line-height: 1.35;
}

/* Section blocks */
.pro-block {
    margin-bottom: 3rem;
}

.pro-block-header {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 1.25rem;
}

.pro-block-header-left {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.pro-block-title {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.35rem;
}

.pro-block-lead {
    color: var(--bs-secondary-color);
    font-size: 0.9375rem;
    line-height: 1.55;
    margin-bottom: 0;
}

/* Compare table */
.pro-compare-section {
    margin-bottom: 3rem;
}

.pro-compare-panel {
    position: relative;
    border-radius: 0.75rem;
    border: 1px solid var(--bs-border-color-translucent);
    background: var(--bs-body-bg);
    overflow: hidden;
}

.pro-compare-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(var(--bs-warning-rgb), 0.12) 0%,
        rgba(var(--bs-warning-rgb), 0.04) 100%
    );
    border-left: 1px solid rgba(var(--bs-warning-rgb), 0.18);
    pointer-events: none;
    z-index: 0;
}

.pro-compare {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    --bs-table-bg: transparent;
    --bs-table-color: var(--bs-body-color);
    --bs-table-border-color: var(--bs-border-color-translucent);
}

.pro-compare thead th {
    padding: 0.85rem 1.15rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-secondary-bg);
}

[data-bs-theme="dark"] .pro-compare thead th {
    background: rgba(0, 0, 0, 0.2);
}

.pro-compare tbody td {
    padding: 0.8rem 1.15rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-size: 0.875rem;
}

.pro-compare tbody tr:last-child td {
    border-bottom: none;
}

.pro-compare-feature-col {
    font-weight: 500;
    width: 44%;
}

.pro-compare-free-col {
    width: 26%;
}

.pro-compare-pro-col {
    width: 30%;
}

.pro-compare-pro-badge {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: var(--bs-warning);
    color: #000;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pro-compare-value {
    font-weight: 500;
}

.pro-compare-value-pro {
    font-weight: 700;
    color: var(--bs-warning);
}

.pro-compare-none {
    color: var(--bs-secondary-color);
    opacity: 0.4;
}

.pro-compare-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 999px;
    background: rgba(var(--bs-warning-rgb), 0.18);
    color: var(--bs-warning);
    font-size: 0.6875rem;
}

/* Feature cards — compact 2-col */
.pro-feature-card {
    height: 100%;
    padding: 1.1rem 1.15rem;
    border-radius: 0.625rem;
    border: 1px solid var(--bs-border-color-translucent);
    background: var(--bs-secondary-bg);
}

[data-bs-theme="dark"] .pro-feature-card {
    background: var(--bs-tertiary-bg);
}

.pro-feature-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.5rem;
}

.pro-feature-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-warning-rgb), 0.14);
    color: var(--bs-warning);
    font-size: 0.95rem;
}

.pro-feature-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.pro-feature-desc {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--bs-secondary-color);
    margin-bottom: 0.5rem;
}

.pro-feature-link {
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
}

.pro-feature-link:hover {
    text-decoration: underline;
}

/* Duo panel — audience + steps */
.pro-subpanel {
    padding: 1.25rem 1.15rem;
    border-radius: 0.75rem;
    border: 1px solid var(--bs-border-color-translucent);
    background: var(--bs-secondary-bg);
}

[data-bs-theme="dark"] .pro-subpanel {
    background: var(--bs-tertiary-bg);
}

.pro-subpanel-header {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}

.pro-subpanel-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.pro-audience-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pro-audience-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.pro-audience-item-desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
}

.pro-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pro-step {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.pro-step-num {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: var(--bs-warning);
    color: #000;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pro-step-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.pro-step-desc {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
}

/* FAQ */
.pro-faq-panel {
    border-radius: 0.75rem;
    border: 1px solid var(--bs-border-color-translucent);
    overflow: hidden;
}

.pro-faq-accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}

.pro-faq-accordion .accordion-item:first-of-type {
    border-top: 0;
}

.pro-faq-accordion .accordion-button {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 1rem 1.15rem;
}

.pro-faq-accordion .accordion-body {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--bs-secondary-color);
    padding: 0 1.15rem 1rem;
}

/* CTA */
.pro-cta-band {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #252218 100%);
    color: #fff;
}

.pro-cta-title {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pro-cta-lead {
    max-width: 32rem;
    font-size: 0.9375rem;
    opacity: 0.8;
    margin-bottom: 1.25rem;
}

.pro-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.pro-cta-secondary {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
    text-decoration: none;
}

.pro-cta-secondary:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .pro-hero {
        padding: 1.25rem 1rem 1rem;
    }

    .pro-hero-actions .btn-lg {
        width: 100%;
    }

    .pro-compare thead th,
    .pro-compare tbody td {
        padding: 0.65rem 0.6rem;
        font-size: 0.8125rem;
    }

    .pro-compare-panel::before {
        width: 32%;
    }
}
