/* ── Paid Advertising Page Styles ──
   Custom styles for the paid-advertising.html page.
   Never edit style.css directly — all overrides go here.
   ─────────────────────────────────────────────────── */

/* ── Comparison Table (Desktop) ── */
.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--rek-radius-card, 0.75rem);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.comparison-table thead th {
    padding: 1rem 1.25rem;
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: left;
    border-bottom: 2px solid #e9ecef;
}

.comparison-table thead th:first-child {
    background: #f8f9fa;
    color: #212529;
    width: 22%;
}

.comparison-table thead th.green-header {
    background: #4ba29f;
    color: #fff;
}

.comparison-table tbody td {
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody td:first-child {
    background: #f8f9fa;
    font-size: 0.875rem;
}

.comparison-table tbody tr:hover td {
    background-color: rgba(75, 162, 159, 0.04);
}

.comparison-table tbody tr:hover td:first-child {
    background-color: #f0f1f3;
}

/* ── Comparison Cards (Mobile) ── */
.comparison-card .comparison-row {
    padding-left: 0.75rem;
    border-left: 3px solid #4ba29f;
    margin-bottom: 0.75rem;
}

.comparison-card .comparison-row:last-child {
    margin-bottom: 0;
}

.comparison-card .comparison-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* ── LSA Results Visual ── */
.lsa-results-card {
    background: #02062f;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.lsa-results-header {
    padding: 36px 40px 0;
    text-align: center;
}

.lsa-eyebrow {
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11px;
    color: #5bc17f;
    margin-bottom: 10px;
    font-weight: 600;
}

.lsa-results-header h3 {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.lsa-subtitle {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    margin-bottom: 36px;
}

/* Hero Growth Metrics */
.lsa-growth-heroes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
}

.lsa-growth-hero {
    padding: 32px 20px;
    text-align: center;
    background: #02062f;
}

.lsa-growth-number {
    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #5bc17f;
    line-height: 1;
    letter-spacing: -1px;
}

.lsa-unit {
    font-size: 28px;
    font-weight: 700;
}

.lsa-growth-label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-top: 8px;
    line-height: 1.3;
}

/* Before / After Context */
.lsa-context-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 24px 40px;
    background: rgba(255,255,255,0.03);
}

.lsa-context-period {
    text-align: center;
}

.lsa-period-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.lsa-before .lsa-period-label { color: rgba(255,255,255,0.35); }
.lsa-after .lsa-period-label { color: #5bc17f; }

.lsa-context-stat {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 2px;
}

.lsa-num {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.lsa-before .lsa-num { color: rgba(255,255,255,0.5); }

.lsa-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

.lsa-after .lsa-desc { color: rgba(255,255,255,0.55); }

.lsa-context-dates {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    margin-top: 4px;
}

.lsa-context-arrow {
    padding: 0 24px;
    color: #5bc17f;
    display: flex;
    align-items: center;
}

/* Supporting Metrics */
.lsa-support-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
}

.lsa-support-metric {
    padding: 20px;
    text-align: center;
    background: #02062f;
}

.lsa-support-val {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.lsa-support-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
}

/* Footer */
.lsa-results-footer {
    padding: 20px 40px;
    background: rgba(255,255,255,0.03);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.lsa-results-footer p {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Mobile Responsive */
@media (max-width: 640px) {
    .lsa-growth-heroes {
        grid-template-columns: 1fr;
    }
    .lsa-growth-number { font-size: 44px; }
    .lsa-context-bar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
    }
    .lsa-context-arrow {
        justify-content: center;
        padding: 0;
    }
    .lsa-context-arrow svg { transform: rotate(90deg); }
    .lsa-support-metrics { grid-template-columns: 1fr; }
    .lsa-results-header { padding: 28px 24px 0; }
    .lsa-results-footer { padding: 16px 24px; }
}
