/*
 * pro-lp.css
 * Styles specific to the Pro Landing Page template.
 * Loaded only when template = page-templates/pro-lp.php
 * Relies on theme.css for base variables and shared components
 * (.container, .section-label, .section-title, .section-sub,
 *  .text-center, .btn-primary, .btn-secondary, .pricing-grid,
 *  .price-card, .comp-table, .attribution-section, .pro-section,
 *  .pro-grid, .pro-card, .faq, .final-cta, etc.)
 */

/* ── Pro Hero ──────────────────────────────────────────────────────────────── */
.pro-hero {
    background: linear-gradient(135deg, #1e1b4b 0%, #4c1d95 55%, #6d28d9 100%);
    color: #fff;
    padding: 100px 24px 80px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.pro-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(167,139,250,.25) 0%, transparent 70%);
    pointer-events: none;
}
.pro-hero__inner {
    position: relative;
    z-index: 1;
}
.pro-lp-label {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid rgba(196,181,253,.5);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c4b5fd;
    margin-bottom: 24px;
}
.pro-hero__h1 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 24px;
    color: #fff;
}
.pro-hero__h1 span {
    background: linear-gradient(90deg, #c4b5fd, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pro-hero__sub {
    font-size: 1.15rem;
    color: #ddd6fe;
    max-width: 660px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.pro-hero__note {
    font-size: 13px;
    color: rgba(196,181,253,.75);
    margin-top: 16px;
}
.pro-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}
.pro-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #e9d5ff;
}
.pro-badge-pill .material-icons {
    font-size: 16px;
    color: #c4b5fd;
}

/* ── GA4 Attribution Section ───────────────────────────────────────────────── */
.pro-ga4 {
    background: #1e1b4b;
    padding: 80px 24px;
}
.pro-ga4__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.pro-ga4__card {
    border-radius: 12px;
    padding: 28px;
}
.pro-ga4__card--dim {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
}
.pro-ga4__card--highlight {
    background: rgba(124,58,237,.22);
    border: 1px solid rgba(124,58,237,.55);
}
.pro-ga4__icon {
    font-size: 28px;
    margin-bottom: 14px;
}
.pro-ga4__card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}
.pro-ga4__card p {
    font-size: 14px;
    color: #c4b5fd;
    line-height: 1.65;
    margin: 0;
}
.pro-ga4__card code {
    background: rgba(255,255,255,.1);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #e9d5ff;
}

/* ── CSV Export Section ────────────────────────────────────────────────────── */
.pro-csv {
    background: var(--gray-50, #f8fafc);
    padding: 80px 24px;
}
.pro-csv__wrap {
    overflow-x: auto;
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid var(--gray-200, #e2e8f0);
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.pro-csv__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}
.pro-csv__table thead {
    background: #1e1b4b;
    color: #fff;
}
.pro-csv__table thead th {
    padding: 14px 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    border: none;
}
.pro-csv__table tbody tr {
    border-bottom: 1px solid var(--gray-100, #f1f5f9);
    transition: background .12s;
}
.pro-csv__table tbody tr:last-child { border-bottom: none; }
.pro-csv__table tbody tr:hover { background: #f5f3ff; }
.pro-csv__table td {
    padding: 14px 20px;
    vertical-align: top;
    color: var(--gray-700, #334155);
    border: none;
}
.pro-csv__table td:first-child { white-space: nowrap; }
.pro-csv__note {
    font-size: 14px;
    color: var(--gray-500, #64748b);
    margin-bottom: 20px;
}
.pro-csv__cta {
    margin-top: 36px;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */
/* ── Pricing — crossed-out original price ──────────────────────────────────── */
.price-was {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
}
.price-was__label {
    font-size: 12px;
    color: var(--gray-400, #94a3b8);
    font-weight: 500;
}
.price-was__amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-400, #94a3b8);
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 2px;
}
.price-was__amount span {
    font-size: 13px;
}
.price-period--saving {
    display: inline-block;
    background: #dcfce7;
    color: #15803d;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 4px 12px;
    border-radius: 999px;
    margin-top: 6px;
    margin-bottom: 4px;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .pro-hero {
        padding: 70px 20px 60px;
    }
    .pro-hero__sub {
        font-size: 1rem;
    }
    .pro-ga4__grid {
        grid-template-columns: 1fr;
    }
    .pro-csv__table thead th,
    .pro-csv__table td {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .pro-hero__h1 {
        font-size: 1.9rem;
    }
    .pro-badge-pill {
        font-size: 12px;
        padding: 6px 12px;
    }
}
