/* ============================================
   Alt/Finance Statistics Page Styles v2
   With teaser/premium states
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }

/* Body class for stats pages (different from main site) */
body.body-stats { 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important; 
    line-height: 1.5; 
    color: #1a1a1a; 
    background: #fff; 
}

/* Ensure Inter applies to all main content */
.main-content,
.main-content * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

/* --- Main Content Wrapper (between header and footer) --- */
.main-content {
    padding-top: 0;
    padding-bottom: 3rem;
    min-height: calc(100vh - 400px); /* Ensure footer stays at bottom */
}

/* --- Layout --- */
.page { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section { margin: 1em 0; padding: 2px 10%; }
.section__title { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.5rem; }

/* --- Breadcrumb --- */
.breadcrumb { font-size: 0.875rem; color: #666; margin-bottom: 1.5rem; }
.breadcrumb a { color: #666; }
.breadcrumb a:hover { color: #2563eb; }
.breadcrumb__separator { margin: 0 0.5rem; }

/* --- Hero --- */
.hero { 
    background: linear-gradient(135deg, #f5f8ff 0%, #eef4ff 100%); 
    border-radius: 1rem; 
    padding: 1em 2em; 
    color: #0f172a; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-items: center; 
    gap: 1em;
    position: relative;
    overflow: hidden;
}
/* Subtle background pattern */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 73, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hero__content { position: relative; z-index: 1; }
.hero__label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #0049ff; margin-bottom: 0.5rem; font-weight: 600; }
.hero__title { font-size: 2em; font-weight: 700; margin-bottom: 0.5rem; color: #0f172a; }
.hero__stats { text-align: right; position: relative; z-index: 1; }
.hero__stats-label { font-size: 0.875rem; color: #4b5563; margin-bottom: 0.25rem; }
.hero__price { font-size: 2em; font-weight: 700; color: #0049ff; }
.hero__change { font-size: 1rem; margin-top: 0.5rem; display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.25rem 0.75rem; border-radius: 2rem; }
.hero__change--up { color: #059669; background: rgba(5, 150, 105, 0.15); }
.hero__change--down { color: #dc2626; background: rgba(220, 38, 38, 0.15); }
.hero__change--locked { color: #64748b; font-size: 0.875rem; background: rgba(100, 116, 139, 0.15); }

/* Hero Mini Stats Row */
.hero__mini-stats {
    display: flex;
    gap: 2rem;
    margin-top: 0;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 73, 255, 0.15);
    width: 100%;
}
.hero__mini-stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.hero__mini-stat-value {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
}
.hero__mini-stat-label {
    font-size: 0.75rem;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Updated Badge */
.hero__updated {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #4b5563;
    margin-top: 0.75rem;
}
.hero__updated-dot {
    width: 6px;
    height: 6px;
    background: #059669;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* --- Auth Bar --- */
.auth-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
}
.auth-bar__loading { color: #64748b; }
.auth-bar__guest, .auth-bar__subscriber {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}
.auth-bar__actions { display: flex; gap: 0.5rem; }

/* --- Chart --- */
.chart { background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem; min-height: 400px; position: relative; }
.chart--teaser { position: relative; }
.chart__container { height: 360px; }
.chart__limited { 
    position: absolute; 
    top: 1rem; 
    right: 1rem; 
    background: #fef3c7; 
    color: #92400e; 
    padding: 0.25rem 0.75rem; 
    border-radius: 1rem; 
    font-size: 0.75rem; 
    font-weight: 500;
    z-index: 5;
}
.chart__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,1) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
}

/* --- Premium Prompt (Enhanced) --- */
.premium-prompt {
    text-align: center;
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.05);
    max-width: 380px;
}
.premium-prompt__title { 
    font-size: 1.25rem;
    font-weight: 700; 
    margin-bottom: 0.5rem;
    color: #0f172a;
}
.premium-prompt__subtitle {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}
.premium-prompt__features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}
.premium-prompt__feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
}
.premium-prompt__feature-icon {
    color: #10b981;
    font-weight: bold;
}
.premium-prompt__or { color: #94a3b8; margin: 1rem 0; font-size: 0.875rem; }
.premium-prompt__price {
    font-size: 0.8125rem;
    color: #64748b;
    margin-top: 0.75rem;
}

/* --- Stats Grid --- */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.stat-card { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 0.5rem; padding: 1.25rem; transition: all 0.3s ease; }
.stat-card__label { font-size: 0.75rem; color: #666; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.stat-card__value { font-size: 1.25rem; font-weight: 600; }

/* Locked stat card */
.stat-card--locked { 
    background: #f1f5f9; 
    border-style: dashed;
}
.stat-card__value--locked { 
    color: #94a3b8; 
    display: flex; 
    align-items: center; 
    gap: 0.5rem; 
}

/* Unlock prompt */
.unlock-prompt {
    margin-top: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    border: 1px solid #bfdbfe;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.unlock-prompt p { font-weight: 500; color: #1e40af; }

/* --- Lock Icon --- */
.lock-icon { font-size: 1rem; }

/* --- CTA --- */
.cta { border-radius: 1rem; padding: 2.5rem; margin: 3rem 0; }
.cta--primary { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: #fff; text-align: center; }
.cta--secondary { background: #f8fafc; border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.cta__title { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.75rem; }
.cta__text { color: #bfdbfe; margin-bottom: 1.5rem; }
.cta__buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta__note { font-size: 0.875rem; color: #93c5fd; margin-top: 1rem; }
.cta__inline-text { font-weight: 500; }

/* --- Buttons --- */
.btn { display: inline-block; padding: 0.875rem 1.75rem; font-size: 1rem; font-weight: 600; border-radius: 0.5rem; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; }
.btn--primary { background: #2563eb; color: #fff; }
.btn--primary:hover { background: #1d4ed8; text-decoration: none; }
.btn--secondary { background: transparent; color: #2563eb; border: 2px solid #2563eb; }
.btn--secondary:hover { background: #eff6ff; text-decoration: none; }
.btn--small { padding: 0.5rem 1rem; font-size: 0.875rem; }
.btn--full { width: 100%; text-align: center; }
.btn--text { background: none; border: none; color: #64748b; padding: 0.5rem; }
.btn--text:hover { color: #1e293b; text-decoration: underline; }

/* Primary CTA button styles */
.cta--primary .btn--primary { background: #fff; color: #2563eb; }
.cta--primary .btn--primary:hover { background: #f0f9ff; }
.cta--primary .btn--secondary { color: #fff; border-color: #fff; }
.cta--primary .btn--secondary:hover { background: rgba(255,255,255,0.1); }

/* --- Table --- */
.table-wrapper { position: relative; }
.table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.table th, .table td { padding: 0.875rem 1rem; text-align: left; border-bottom: 1px solid #e5e7eb; }
.table th { font-weight: 600; color: #666; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
.table tbody tr:hover { background: #f8fafc; }

/* Locked table */
.table-wrapper--locked { position: relative; }
.table--locked tbody { position: relative; }
.table__row--locked td { position: relative; }
.blur-text { filter: blur(5px); user-select: none; }
.table__locked-message { 
    text-align: center; 
    color: #64748b; 
    padding: 1.5rem !important;
    background: #f8fafc;
}
.table__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* --- Related --- */
.related-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.related-list a { display: block; padding: 0.5rem 1rem; background: #f1f5f9; border-radius: 0.375rem; font-size: 0.875rem; }
.related-list a:hover { background: #e2e8f0; text-decoration: none; }

/* --- Modal --- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.modal__content {
    position: relative;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 400px;
    margin: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}
.modal__close:hover { background: #f1f5f9; }
.modal__title { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.5rem; }
.modal__subtitle { color: #64748b; margin-bottom: 1.5rem; }
.modal__divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    color: #94a3b8;
    font-size: 0.875rem;
}
.modal__divider::before,
.modal__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}
.modal__divider span { padding: 0 1rem; }
.modal__footer { 
    margin-top: 1.5rem; 
    text-align: center; 
    font-size: 0.875rem; 
    color: #64748b; 
}
.modal__error {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.375rem;
    color: #dc2626;
    font-size: 0.875rem;
}

/* --- Form --- */
.form-group { margin-bottom: 1rem; }
.form-group label { 
    display: block; 
    font-size: 0.875rem; 
    font-weight: 500; 
    margin-bottom: 0.5rem; 
}
.form-group input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
}
.form-group input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .hero { flex-direction: column; text-align: center; }
    .hero__stats { text-align: center; }
    .hero__title, .hero__price { font-size: 2rem; }
    .auth-bar { flex-direction: column; gap: 0.75rem; text-align: center; }
    .auth-bar__guest, .auth-bar__subscriber { flex-direction: column; }
    .unlock-prompt { flex-direction: column; text-align: center; }
    .quick-answer { padding: 1.5rem; }
    .data-sources__content { flex-direction: column; }
}

/* --- Quick Answer Block (AI Overview Optimization) --- */
.quick-answer {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
    border: 1px solid #a7f3d0;
    border-left: 4px solid #10b981;
    border-radius: 0.75rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}
.quick-answer__question {
    font-size: 1.125rem;
    font-weight: 600;
    color: #065f46;
    margin-bottom: 0.75rem;
}
.quick-answer__answer {
    font-size: 1rem;
    line-height: 1.7;
    color: #1f2937;
}
.quick-answer__answer strong {
    color: #065f46;
}
.quick-answer__meta {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d1fae5;
    font-size: 0.75rem;
    color: #6b7280;
}
.quick-answer__source { font-weight: 500; }
.quick-answer__updated { }

/* --- Key Facts --- */
.key-facts {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}
.key-facts__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}
.key-facts__list li {
    font-size: 0.9375rem;
    color: #374151;
}
.key-facts__list strong {
    color: #1f2937;
}

/* --- Visually Hidden (for screen readers) --- */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --- FAQ Section --- */
.faq-section {
    background: #fafafa;
    border-radius: 1rem;
    padding: 2rem;
    margin: 3rem 0;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}
.faq-item[open] {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.faq-item__question {
    padding: 1rem 1.5rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-item__question::-webkit-details-marker {
    display: none;
}
.faq-item__question::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 300;
    color: #9ca3af;
    transition: transform 0.2s;
}
.faq-item[open] .faq-item__question::after {
    content: '−';
}
.faq-item__question h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}
.faq-item__answer {
    padding: 0 1.5rem 1.5rem;
    color: #4b5563;
    line-height: 1.7;
}
.faq-item__answer p {
    margin: 0;
}
.faq-item__answer strong {
    color: #1f2937;
}

/* --- Data Sources Section --- */
.data-sources {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
}
.data-sources__content {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}
.data-sources__text {
    flex: 2;
}
.data-sources__text p {
    margin-bottom: 1rem;
    color: #4b5563;
    line-height: 1.7;
}
.data-sources__text ul {
    list-style: none;
    margin: 1rem 0;
}
.data-sources__text li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #374151;
}
.data-sources__text li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}
.data-sources__methodology {
    background: #f8fafc;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}
.data-sources__logos {
    flex: 1;
    text-align: center;
}
.data-sources__logos-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 1rem;
}
.data-sources__logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.data-source-logo {
    background: #f1f5f9;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
}
.data-sources__more {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    color: #9ca3af;
}

/* --- Page Footer --- */
.page-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}
.page-footer__trust {
    background: #f8fafc;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.page-footer__trust p {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}
.page-footer__meta {
    text-align: center;
}
.page-footer__meta p {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}

/* --- Author Block --- */
.author-block {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}
.author-block__avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.author-block__info {
    flex: 1;
}
.author-block__byline {
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 0.125rem;
    font-size: 0.9375rem;
}
.author-block__byline a {
    color: #2563eb;
}
.author-block__title {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
}
.author-block__date {
    text-align: right;
    font-size: 0.75rem;
    color: #6b7280;
}
.author-block__date p {
    margin: 0;
}

/* --- Hero Badge --- */
.hero__badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    margin-top: 0.75rem;
}

/* --- Section Header with Toggle --- */
.section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.section__header .section__title {
    margin-bottom: 0;
}

/* --- View Toggle --- */
.view-toggle {
    display: flex;
    background: #f1f5f9;
    border-radius: 0.5rem;
    padding: 0.25rem;
}
.view-toggle__btn {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: all 0.2s;
}
.view-toggle__btn:hover {
    color: #1f2937;
}
.view-toggle__btn--active {
    background: #fff;
    color: #1f2937;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.view-toggle__btn svg {
    flex-shrink: 0;
}

/* --- Yearly Table --- */
.yearly-table {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
}
.yearly-table .table {
    margin: 0;
}
.yearly-table .table th,
.yearly-table .table td {
    text-align: right;
}
.yearly-table .table th:first-child,
.yearly-table .table td:first-child {
    text-align: left;
}
.text-green { color: #10b981; }
.text-red { color: #ef4444; }

/* --- Download Bar --- */
.download-bar {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
}
.download-bar__guest,
.download-bar__subscriber {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.download-bar__label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}
.download-bar__lock {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-left: auto;
}
.btn--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn svg {
    flex-shrink: 0;
}

/* --- Citation Section --- */
.citation-section {
    background: #fafafa;
    border-radius: 1rem;
    padding: 2rem;
}
.citation-block {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}
.citation-tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}
.citation-tab {
    padding: 0.75rem 1.25rem;
    background: none;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.2s;
}
.citation-tab:hover {
    color: #1f2937;
}
.citation-tab--active {
    color: #2563eb;
    border-bottom-color: #2563eb;
    background: #fff;
}
.citation-content {
    padding: 1.25rem;
}
.citation-text {
    font-family: 'Georgia', serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #374151;
}
.citation-copy {
    margin: 0 1.25rem 1.25rem;
}
.btn--success {
    background: #10b981 !important;
    border-color: #10b981 !important;
    color: #fff !important;
}

/* --- Sticky Bottom CTA --- */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.sticky-cta--visible {
    transform: translateY(0);
}
.sticky-cta__text {
    font-size: 0.9375rem;
    color: #374151;
}
.sticky-cta__text strong {
    color: #0f172a;
}
.sticky-cta__price {
    font-weight: 600;
    color: #0049ff;
    font-size: 0.875rem;
}
.sticky-cta .btn {
    white-space: nowrap;
}

/* Hide sticky CTA on mobile for cleaner UX */
@media (max-width: 640px) {
    .sticky-cta {
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem;
    }
    .sticky-cta__text {
        font-size: 0.8125rem;
        text-align: center;
    }
}

/* --- Enhanced Quick Answer Block --- */
.quick-answer {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-left: 4px solid #2563eb;
    border-radius: 0.75rem;
    padding: 1.75rem 2rem;
    margin: 2rem 0;
}
.quick-answer__question {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
}
.quick-answer__answer {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.quick-answer__answer strong {
    color: #0f172a;
}
.quick-answer__meta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.8125rem;
    color: #64748b;
}
.quick-answer__source {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}
.quick-answer__source::before {
    content: '📊';
}
.quick-answer__updated {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}
.quick-answer__updated::before {
    content: '🕐';
}

/* --- Trust Bar (below hero) --- */
.trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0;
    margin: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}
.trust-bar__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #64748b;
}
.trust-bar__icon {
    font-size: 1rem;
}
.trust-bar__value {
    font-weight: 600;
    color: #0f172a;
}

/* --- Social Proof Badge --- */
.social-proof {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fef3c7;
    color: #92400e;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.social-proof__dot {
    width: 8px;
    height: 8px;
    background: #f59e0b;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

/* --- Enhanced Stats Grid --- */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
}
.stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    transition: all 0.2s ease;
}
.stat-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.stat-card__label {
    font-size: 0.6875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}
.stat-card__value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

/* Locked stat card - more prominent */
.stat-card--locked { 
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px dashed #cbd5e1;
    cursor: pointer;
    position: relative;
}
.stat-card--locked:hover {
    border-color: #0049ff;
    background: linear-gradient(135deg, #e6f0ff 0%, #cce0ff 100%);
}
.stat-card__value--locked { 
    color: #94a3b8; 
    display: flex; 
    align-items: center; 
    gap: 0.5rem;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Enhanced CTA Primary --- */
.cta--primary {
    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 50%, #2563eb 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta--primary::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
}
.cta__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    position: relative;
    color: #fff;
}
.cta__text {
    color: rgba(255,255,255,0.85);
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
    position: relative;
}
.cta__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.cta__note {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.75);
    margin-top: 1.25rem;
    position: relative;
}

/* --- Secondary CTA with Pink Border --- */
.cta--secondary {
    background: #fff;
    border: 2px solid #ff00c9;
    color: #0f172a;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
}
.cta--secondary .cta__inline-text {
    font-weight: 500;
    color: #0f172a;
}
.cta--secondary .btn--primary {
    background: #ff00c9;
    color: #fff;
}
.cta--secondary .btn--primary:hover {
    background: #d900aa;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .hero {
        padding: 2rem 1.5rem;
    }
    .hero__title {
        font-size: 2rem;
    }
    .hero__price {
        font-size: 2rem;
    }
    .hero__mini-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .trust-bar {
        gap: 1rem;
    }
    .premium-prompt {
        padding: 1.5rem;
        margin: 0 1rem;
    }
}

/* --- Feature Modal Slider --- */
.feature-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.feature-modal--visible {
    opacity: 1;
    visibility: visible;
}
.feature-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}
.feature-modal__content {
    position: relative;
    background: #fff;
    border-radius: 1.5rem;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    margin: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.feature-modal--visible .feature-modal__content {
    transform: translateY(0);
}
.feature-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 1.5rem;
    color: #64748b;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.2s;
}
.feature-modal__close:hover { 
    background: #fff;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Slide Container */
.feature-slides {
    position: relative;
    overflow: hidden;
}
.feature-slide {
    display: none;
    padding: 3rem;
}
.feature-slide--active {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.feature-slide__text {
    padding-right: 1rem;
}
.feature-slide__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ff00c9;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.feature-slide__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.feature-slide__description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.feature-slide__features {
    list-style: none;
    margin-bottom: 2rem;
}
.feature-slide__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: #374151;
}
.feature-slide__features li::before {
    content: '✓';
    color: #10b981;
    font-weight: bold;
    flex-shrink: 0;
}
.feature-slide__image {
    background: #f8fafc;
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 1rem;
}
.feature-slide__image img {
    max-width: 100%;
    max-height: 400px;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.feature-slide__image-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

/* Slide Navigation */
.feature-modal__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 3rem;
    border-top: 1px solid #e5e7eb;
    background: #f8fafc;
}
.feature-modal__dots {
    display: flex;
    gap: 0.5rem;
}
.feature-modal__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.feature-modal__dot--active {
    background: #ff00c9;
    transform: scale(1.2);
}
.feature-modal__arrows {
    display: flex;
    gap: 0.5rem;
}
.feature-modal__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #64748b;
    transition: all 0.2s;
}
.feature-modal__arrow:hover {
    background: #f1f5f9;
    color: #0f172a;
}
.feature-modal__arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* CTA Button in Slides */
.btn--pink {
    background: #ff00c9;
    color: #fff;
}
.btn--pink:hover {
    background: #d900aa;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-slide--active {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .feature-slide {
        padding: 2rem;
    }
    .feature-slide__image {
        order: -1;
    }
    .feature-modal__nav {
        padding: 1rem 2rem;
    }
}