/* ==========================================================================
   PRICING PAGE — Income Lab
   Complete stylesheet for the redesigned pricing page.
   Body class: pricing schedule-a-demo main-pricing
   ========================================================================== */

/* --------------------------------------------------------------------------
   CUSTOM PROPERTIES
   -------------------------------------------------------------------------- */
body.pricing {
    --pricing-dark: #041835;
    --pricing-dark-mid: #041E88;
    --pricing-light-bg: #F8F9FC;
    --pricing-amber: #FFA000;
    --pricing-amber-hover: #FFAD24;
    --pricing-green: #22C55E;
    --pricing-ai-start: #7C3AED;
    --pricing-ai-end: #3B82F6;
    --pricing-card-shadow: 0 4px 24px rgba(4, 24, 53, 0.08);
    --pricing-card-hover-shadow: 0 8px 40px rgba(4, 24, 53, 0.15);
    --pricing-pro-glow: 0 0 40px rgba(124, 58, 237, 0.2), 0 0 80px rgba(124, 58, 237, 0.08);
}

/* --------------------------------------------------------------------------
   RESET / BASE
   -------------------------------------------------------------------------- */
body.pricing {
    background-color: var(--pricing-light-bg);
}

/* --------------------------------------------------------------------------
   SHARED BUTTONS
   -------------------------------------------------------------------------- */
.btn-amber {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 32px;
    background: var(--pricing-amber);
    color: #121F31;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-amber:hover {
    background: var(--pricing-amber-hover);
    box-shadow: 0 4px 20px rgba(255, 160, 0, 0.35);
    transform: translateY(-1px);
}

.btn-amber:active {
    transform: translateY(0);
}

.btn-amber--lg {
    height: 64px;
    font-size: 20px;
    padding: 0 40px;
}

.btn-amber--sm {
    height: 36px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 6px;
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 32px;
    background: transparent;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-outline-white:hover {
    background: #fff;
    color: var(--pricing-dark);
}

.btn-outline-white--sm {
    height: 36px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 6px;
}

/* --------------------------------------------------------------------------
   SECTION TRANSITIONS — Ledger-line separators
   Clean, centered ruled lines — the visual language of financial documents.
   Each section boundary is marked with the same precision an advisor
   uses to separate sections of a retirement income plan.
   -------------------------------------------------------------------------- */

/* Shared ledger line: centered, fades from edges */
.outcome-table::before,
.comparison-table::before,
.social-proof::before,
.pricing-faq::before,
.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    pointer-events: none;
    z-index: 2;
}

/* Light-to-dark transitions: line visible against dark top edge */
.outcome-table::before,
.comparison-table::before,
.social-proof::before,
.final-cta::before {
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.15) 30%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.15) 70%,
        transparent
    );
}

/* Dark-to-light transitions: line visible against light top edge */
.pricing-faq::before {
    background: linear-gradient(90deg,
        transparent,
        rgba(4, 24, 53, 0.1) 30%,
        rgba(4, 24, 53, 0.15) 50%,
        rgba(4, 24, 53, 0.1) 70%,
        transparent
    );
}

/* --------------------------------------------------------------------------
   SCROLL REVEAL ANIMATIONS
   -------------------------------------------------------------------------- */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-card.pro.reveal {
    opacity: 0;
    transform: translateY(8px);
}

.pricing-card.pro.reveal.visible {
    opacity: 1;
    transform: translateY(-12px);
}

.reveal-stagger > .reveal:nth-child(odd) {
    transform: translateY(20px) translateX(-10px);
}

.reveal-stagger > .reveal:nth-child(even) {
    transform: translateY(20px) translateX(10px);
}

.reveal-stagger > .reveal.visible {
    transform: translateY(0) translateX(0);
}

/* data-reveal system */
[data-reveal] {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal="up"] {
    transform: translateY(24px);
}

[data-reveal="scale"] {
    transform: scale(0.96);
}

[data-reveal].visible {
    opacity: 1;
    transform: none;
}

/* --------------------------------------------------------------------------
   SECTION 1: HERO
   -------------------------------------------------------------------------- */
.pricing-hero {
    background: linear-gradient(135deg, var(--pricing-dark) 0%, var(--pricing-dark-mid) 100%);
    padding: calc(var(--il-nav-total-height) + 80px) 24px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 50% at 80% 20%, rgba(124, 58, 237, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.pricing-hero__inner {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pricing-hero__headline {
    font-family: 'Inter', sans-serif;
    font-size: 3.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.pricing-hero__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.pricing-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.01em;
}

.pricing-hero__badge-icon {
    flex-shrink: 0;
}

/* Billing Toggle */
.billing-toggle {
    display: inline-flex;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    padding: 3px;
    margin-bottom: 16px;
    gap: 0;
    overflow: visible;
}

.billing-toggle__option {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 99px;
    transition: color 0.3s ease, background 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.billing-toggle__option--active {
    color: #fff;
    background: var(--pricing-dark);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.billing-toggle__option:hover:not(.billing-toggle__option--active) {
    color: rgba(255, 255, 255, 0.7);
}

.billing-toggle__save-label {
    display: inline-flex;
    align-items: center;
    background: var(--pricing-green);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 99px;
    line-height: 1.4;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.billing-toggle__option--active .billing-toggle__save-label {
    transform: scale(1.05);
}

/* Hide the indicator element, buttons carry their own background now */
.billing-toggle__indicator {
    display: none;
    z-index: 1;
}

/* Price number transition */
.pricing-card__amount,
.pricing-cta-bar__price,
.pricing-cta-bar__period-label {
    transition: opacity 0.15s ease, transform 0.15s ease;
    display: inline-block;
}

.pricing-card__amount.changing,
.pricing-cta-bar__price.changing,
.pricing-cta-bar__period-label.changing {
    opacity: 0;
    transform: translateY(-4px);
}

/* Savings badge smooth reveal */
.savings-badge {
    transition: opacity 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

.savings-badge.is-hidden {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
}

/* Billing note cross-fade */
.pricing-card__billing-note {
    display: grid;
}

.pricing-card__billing-note > .billing-note-annual,
.pricing-card__billing-note > .billing-note-monthly {
    grid-area: 1 / 1;
    transition: opacity 0.2s ease;
}

.billing-note-annual.is-hidden,
.billing-note-monthly.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* Toggle on light backgrounds (outside dark hero) */
.penny-pricing-embed .billing-toggle,
.pricing-module .billing-toggle,
#pricing-cards ~ .billing-toggle,
section[style*="background"] .billing-toggle,
div:not(.pricing-hero) > .billing-toggle {
    background: rgba(4, 24, 53, 0.08);
}

.penny-pricing-embed .billing-toggle__option,
.pricing-module .billing-toggle__option,
div:not(.pricing-hero) > .billing-toggle .billing-toggle__option {
    color: rgba(4, 24, 53, 0.5);
}

.penny-pricing-embed .billing-toggle__option--active,
.pricing-module .billing-toggle__option--active,
div:not(.pricing-hero) > .billing-toggle .billing-toggle__option--active {
    color: #fff;
    background: var(--pricing-dark, #041E88);
}

.penny-pricing-embed .billing-toggle__option:hover:not(.billing-toggle__option--active),
.pricing-module .billing-toggle__option:hover:not(.billing-toggle__option--active),
div:not(.pricing-hero) > .billing-toggle .billing-toggle__option:hover:not(.billing-toggle__option--active) {
    color: rgba(4, 24, 53, 0.75);
}

.pricing-hero__note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Animated angle for bezel light rotation */
@property --bezel-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

/* --------------------------------------------------------------------------
   CTA BAR (above cards) — Gravity Well Edition
   -------------------------------------------------------------------------- */
.pricing-cta-bar {
    background: var(--pricing-light-bg);
    padding: 48px 24px 48px;
    position: relative;
}

.pricing-cta-bar__inner {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Magnetic container */
.cta-magnet {
    position: relative;
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

/* Watch bezel — polished gold border with rotating light catch */
.cta-magnet::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 18px;
    background: conic-gradient(
        from var(--bezel-angle),
        #8B6914 0deg,
        #B8860B 30deg,
        #DAA520 55deg,
        #FFD700 80deg,
        #FFF8E1 90deg,
        #FFD700 100deg,
        #DAA520 125deg,
        #B8860B 155deg,
        #8B6914 180deg,
        #A67C00 210deg,
        #C9A84C 235deg,
        #FFD700 260deg,
        #FFFACD 270deg,
        #FFD700 280deg,
        #C9A84C 305deg,
        #A67C00 335deg,
        #8B6914 360deg
    );
    z-index: 1;
    animation: bezel-rotate 8s linear infinite;
}

/* Proximity glow */
.cta-magnet__glow {
    position: absolute;
    inset: -40px;
    border-radius: 54px;
    background: radial-gradient(ellipse at center, rgba(255, 160, 0, 0.35) 0%, rgba(255, 173, 36, 0.15) 40%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
}

.pricing-cta-bar__btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 48px;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Animated gradient + shimmer */
.pricing-cta-bar__btn--primary {
    background: linear-gradient(135deg, #FFA000 0%, #FFB833 25%, #FF8F00 50%, #FFAD24 75%, #FFA000 100%);
    background-size: 300% 300%;
    animation: cta-gradient-shift 4s ease infinite;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.2),
        0 6px 24px rgba(255, 160, 0, 0.3),
        0 2px 8px rgba(255, 160, 0, 0.15);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.35s ease;
    overflow: hidden;
}

/* Shimmer sweep */
.pricing-cta-bar__btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 20%,
        rgba(255, 255, 255, 0.25) 45%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.25) 55%,
        transparent 80%
    );
    transform: skewX(-20deg);
    animation: cta-shimmer-sweep 11s ease-in-out 3s infinite;
    pointer-events: none;
    z-index: 2;
}

/* Hover — transform handled by JS to compose with magnetic pull */
.cta-magnet.is-hovering .pricing-cta-bar__btn--primary {
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.15),
        0 16px 50px rgba(255, 160, 0, 0.5),
        0 8px 24px rgba(255, 160, 0, 0.3),
        0 0 40px rgba(255, 173, 36, 0.25);
}

.pricing-cta-bar__btn-text {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--pricing-dark);
    position: relative;
    z-index: 3;
}

.pricing-cta-bar__btn-sub {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 6px;
    color: rgba(4, 24, 53, 0.55);
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.pricing-cta-bar__price {
    font-weight: 600;
    color: rgba(4, 24, 53, 0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pricing-cta-bar__price.changing {
    opacity: 0;
    transform: translateY(4px);
}

.pricing-cta-bar__period-label {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.pricing-cta-bar__period-label.changing {
    opacity: 0;
    transform: translateY(4px);
}

.pricing-cta-bar__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(4, 24, 53, 0.25);
    display: inline-block;
    margin: 0 8px;
    flex-shrink: 0;
}

@keyframes cta-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes cta-shimmer-sweep {
    0% { left: -100%; }
    35% { left: 120%; }
    35.1%, 100% { left: -100%; }
}

@keyframes bezel-rotate {
    to { --bezel-angle: 360deg; }
}

/* --------------------------------------------------------------------------
   SECTION 2: PRICING CARDS
   -------------------------------------------------------------------------- */
.pricing-cards {
    background: var(--pricing-light-bg);
    position: relative;
    padding: 48px 24px 80px;
}

.pricing-cards__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.pricing-cards__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 24px;
    align-items: start;
}

/* Individual Card */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 20px 20px;
    box-shadow: var(--pricing-card-shadow);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.pricing-card:hover {
    box-shadow: var(--pricing-card-hover-shadow);
}

/* Pro Card */
.pricing-card.pro {
    transform: translateY(-12px);
    box-shadow: var(--pricing-pro-glow), var(--pricing-card-hover-shadow);
    z-index: 1;
    padding: 40px 32px 28px;
    overflow: visible;
}

.pricing-card.pro::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 18px;
    padding: 2px;
    background: conic-gradient(from 0deg, var(--pricing-ai-start), var(--pricing-ai-end), var(--pricing-amber), var(--pricing-ai-start));
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
    animation: rotate 4s linear infinite;
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.pricing-card.pro:hover::before {
    opacity: 1;
}

/* Most Popular Badge */
.badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pricing-amber);
    color: var(--pricing-dark);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 99px;
    white-space: nowrap;
    z-index: 2;
    letter-spacing: 0.02em;
    box-shadow: 0 0 20px rgba(255, 160, 0, 0.3);
}

/* Card Header */
.pricing-card__header {
    margin-bottom: 24px;
}

/* Pro wide header: price left, value prop + CTA right */
.pricing-card__header--wide {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 32px;
    align-items: center;
}

.pricing-card__header-left {
    min-width: 0;
}

.pricing-card__header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-card__header-right .pricing-card__tagline {
    font-size: 15px;
    line-height: 1.5;
    max-width: none;
}

.pricing-card__core-link {
    color: var(--primary-blue, #1547BC);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.2s ease;
}

.pricing-card__core-link:hover {
    opacity: 0.7;
}

.pricing-card__includes-badge {
    display: inline;
    font-weight: 700;
    color: var(--pricing-dark);
    background: rgba(4, 24, 53, 0.06);
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.pricing-card__tier-name {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--pricing-dark);
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pricing-card__price-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.pricing-card__dollar {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pricing-dark);
    line-height: 1;
    position: relative;
    top: -8px;
}

.pricing-card__amount {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--pricing-dark);
    line-height: 1;
    display: inline-block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.pricing-card__period {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.6;
    color: var(--pricing-dark);
    margin-left: 2px;
}

.pricing-card__custom-price {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.pricing-card__billing-note {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--pricing-dark);
    opacity: 0.5;
    margin: 4px 0 8px;
}

/* Savings Badge */
.savings-badge {
    display: inline-flex;
    align-items: center;
    background: var(--pricing-green);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 99px;
    margin-bottom: 12px;
}

.pricing-card__tagline {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #5C6B80;
    line-height: 1.5;
    margin: 0;
}

.pricing-card__includes {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5C6B80;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Feature List */
.pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pricing-card__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: var(--pricing-dark);
}

.pricing-card__features li .check-svg {
    flex-shrink: 0;
}

/* AI Feature accent — subtle left border in AI column */
.pricing-card__features li.ai-feature {
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom, var(--pricing-ai-start), var(--pricing-ai-end)) 1;
    padding-left: 10px;
    margin-left: 0;
}

/* --------------------------------------------------------------------------
   PRO CARD: Feature Divider (Penny AI Suite label)
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   PRO CARD: Two-column layout (Pro features | Penny AI Suite)
   -------------------------------------------------------------------------- */
.pricing-card__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.pricing-card__col {
    padding: 0 20px 0 0;
}

.pricing-card__col--ai {
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(124, 58, 237, 0.15);
}

.pricing-card__col-heading {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--pricing-dark);
    opacity: 0.4;
    margin-bottom: 12px;
}

.pricing-card__col-heading--ai {
    opacity: 1;
    background: linear-gradient(135deg, #7C3AED, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Pro Features single-block layout (Justin pass 2 — collapses old
   2-column Pro/Penny split into one Pro Features block). The list inside
   uses a 2-column grid so the 12 items don't stack into a tall single column. */
.pricing-card__pro-features {
    padding: 0;
}

.pricing-card__features--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 28px;
}

/* Core Card: 2-column grid */
.pricing-card__features--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 16px;
    padding: 0 4px;
}

.pricing-card__features--grid li {
    font-size: 13px;
    line-height: 1.35;
    padding: 4px 0;
    gap: 6px;
}

.pricing-card__features--grid .check-svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Pro Card: detailed feature list with descriptions */
.pricing-card__features--detailed li {
    align-items: flex-start;
    padding: 4px 0;
    line-height: 1.35;
}

.pricing-card__features--detailed li > div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.pricing-card__features--detailed li > div > strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--pricing-dark);
}

.pricing-card__feature-desc {
    font-size: 11.5px;
    line-height: 1.4;
    color: #6B7A8D;
}

.pricing-card__features--detailed .check-svg {
    margin-top: 4px;
}

.pricing-cards__enterprise-note {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(4, 24, 53, 0.6);
    margin-top: 32px;
    padding: 0 24px;
}

.pricing-cards__enterprise-note a {
    color: var(--pricing-dark);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pricing-cards__enterprise-note a:hover {
    color: var(--pricing-amber);
}

/* --------------------------------------------------------------------------
   TRUST BAR (between cards and comparison table)
   -------------------------------------------------------------------------- */
.trust-bar {
    background: #F8F9FC;
    padding: 0 24px 48px;
    text-align: center;
}

.trust-bar__inner {
    max-width: 960px;
    margin: 0 auto;
}

.trust-bar__metrics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
}

.trust-bar__metric {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-top: 2px solid var(--pricing-amber);
    padding-top: 12px;
}

.trust-bar__value {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pricing-dark);
}

.trust-bar__label {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: rgba(4, 24, 53, 0.5);
}

.trust-bar__divider {
    display: none;
}

.trust-bar__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: opacity 0.3s ease;
}

.trust-bar__logos:hover {
    opacity: 0.8;
}

.trust-bar__logos img {
    height: 28px;
    width: auto;
}

/* --------------------------------------------------------------------------
   SECTION 3: FEATURE COMPARISON TABLE
   -------------------------------------------------------------------------- */
.comparison-table {
    background: var(--pricing-dark);
    position: relative;
    padding: 100px 24px 80px;
}

.comparison-table::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 40% 30% at 90% 10%, rgba(124, 58, 237, 0.08) 0%, transparent 70%),
        radial-gradient(ellipse 40% 30% at 10% 90%, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.comparison-table__inner {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.comparison-table__heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 48px;
}

.comparison-table__wrapper {
    overflow: visible;
}

.comparison-table__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.comparison-table__table thead {
    position: sticky;
    top: var(--il-nav-total-height);
    z-index: 10;
}

.comparison-table__header {
    background: var(--pricing-dark);
}

.comparison-table__header th {
    padding: 20px 16px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    vertical-align: bottom;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}

.comparison-table__feature-col {
    text-align: left !important;
    font-size: 14px;
    font-weight: 500;

    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50%;
}

.comparison-table__tier-col {
    width: 25%;
}

.comparison-table__tier-col--pro {
    position: relative;
}

.comparison-table__tier-col--pro::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 10%;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, var(--pricing-ai-start), var(--pricing-ai-end));
    border-radius: 2px;
}

.comparison-table__tier-name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.comparison-table__tier-price {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

/* Category Row */
.category-row td {
    padding: 24px 16px 12px;
    border-bottom: none;
}

.category-row:first-of-type td {
    padding-top: 32px;
}

.category-label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding-left: 16px;
    border-left: 3px solid var(--pricing-amber);
}

.category-row--ai .category-label,
.category-label--ai {
    border-image: linear-gradient(to bottom, var(--pricing-ai-start), var(--pricing-ai-end)) 1;
    border-left-width: 3px;
    border-left-style: solid;
}

/* Feature Row */
.feature-row {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-row.visible {
    opacity: 1;
    transform: none;
}

.feature-row td {
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    vertical-align: middle;
}

.feature-row td:first-child {
    text-align: left;
}

.feature-row:hover td {
    background: rgba(255, 255, 255, 0.03);
}

.feature-row .check-svg {
    display: inline-block;
    vertical-align: middle;
}

.feature-row .check-svg path {
    transition: stroke-dashoffset 0.6s ease;
}

.feature-row.visible .check-svg path {
    stroke-dashoffset: 0;
}

.not-included {
    opacity: 0.2;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

/* --------------------------------------------------------------------------
   OUTCOME-BASED COMPARISON TABLE
   -------------------------------------------------------------------------- */
.outcome-table {
    background: var(--pricing-dark);
    position: relative;
    padding: 100px 24px 80px;
}

.outcome-table::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 85% 8%, rgba(124, 58, 237, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 35% 25% at 10% 85%, rgba(59, 130, 246, 0.07) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.outcome-table::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 0;
}

.outcome-table__inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.outcome-table__heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 48px;
}

/* Desktop table */
.outcome-table__desktop {
    display: block;
}

.outcome-table__mobile {
    display: none;
}

.outcome-table__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.outcome-table__header {
    background: var(--pricing-dark);
    position: sticky;
    top: 64px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.outcome-table__header th {
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: bottom;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12);
    background: var(--pricing-dark);
}

.outcome-table__col-outcome {
    text-align: left !important;
    width: 60%;
}

.outcome-table__col-tier {
    width: 20%;
}

.outcome-table__col-tier--pro {
    position: relative;
}

.outcome-table__col-tier--pro::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 10%;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, var(--pricing-ai-start), var(--pricing-ai-end));
    border-radius: 2px;
}

/* Category row: strongest visual element, clickable to collapse */
.outcome-table__category-row {
    cursor: pointer;
    user-select: none;
}

.outcome-table__category-row td {
    padding: 20px 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.outcome-table__category-row[aria-expanded="false"] td {
    padding-bottom: 10px;
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

.outcome-table__category-row:first-of-type td {
    padding-top: 20px;
}

.outcome-table__chevron {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease;
}

.outcome-table__category-row[aria-expanded="false"] .outcome-table__chevron,
.outcome-table__mobile-category[aria-expanded="false"] .outcome-table__chevron {
    transform: rotate(-90deg);
}

.outcome-table__collapse-hint {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    margin-left: 10px;
    letter-spacing: 0;
    text-transform: none;
}

/* Collapsed rows */
.outcome-table__row.collapsed {
    display: none;
}

.outcome-table__card.collapsed {
    display: none;
}

/* Mobile category header styling */
.outcome-table__mobile-category {
    cursor: pointer;
    user-select: none;
}

.outcome-table__category-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 160, 0, 0.12);
    border-left: 4px solid var(--pricing-amber);
    border-radius: 0 6px 6px 0;
}

/* Data rows */
.outcome-table__row td {
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.outcome-table__cell-outcome {
    text-align: left;
    font-weight: 600;
    color: #fff;
}

.outcome-table__cell-check {
    text-align: center;
}

.outcome-table__row:hover td {
    background: rgba(255, 255, 255, 0.03);
}

/* Pro-only row left border via first cell */
.outcome-table__row--pro .outcome-table__cell-outcome {
    position: relative;
}

.outcome-table__row--pro .outcome-table__cell-outcome::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: rgba(124, 58, 237, 0.3);
    border-radius: 2px;
}

/* Highlighted "wow" rows */
.outcome-table__row--highlight td {
    background: rgba(255, 160, 0, 0.03);
}

.outcome-table__row--highlight .outcome-table__cell-outcome {
    color: rgba(255, 255, 255, 0.95);
}

.outcome-table__star {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 6px;
    flex-shrink: 0;
}

.outcome-table__card--highlight {
    background: rgba(255, 160, 0, 0.04);
    border-color: rgba(255, 160, 0, 0.15);
}

.outcome-table__row .check-svg {
    display: inline-block;
    vertical-align: middle;
}

.outcome-table__row .not-included {
    opacity: 0.2;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

/* Mobile cards */
.outcome-table__mobile-category {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.85);
    padding-left: 16px;
    border-left: 3px solid var(--pricing-amber);
    margin: 32px 0 16px;
}

.outcome-table__mobile-category:first-child {
    margin-top: 0;
}

.outcome-table__card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
}

.outcome-table__card--pro {
    position: relative;
    padding-left: 23px;
}

.outcome-table__card--pro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(to bottom, var(--pricing-ai-start), var(--pricing-ai-end));
    border-radius: 2px;
}

.outcome-table__card-outcome {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.4;
}

.outcome-table__card-badges {
    display: flex;
    gap: 8px;
}

.outcome-table__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 16px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.outcome-table__badge--core {
    background: rgba(21, 71, 188, 0.15);
    color: #7BA3E8;
}

.outcome-table__badge--pro {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(59, 130, 246, 0.15));
    color: #A78BFA;
}

/* --------------------------------------------------------------------------
   PRODUCT VISUAL PLACEHOLDER
   -------------------------------------------------------------------------- */
.product-visual {
    background: var(--pricing-light-bg);
    padding: 96px 24px 72px;
    position: relative;
}

.product-visual__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.product-visual__frame {
    background: linear-gradient(145deg, #0a1628 0%, #0f2244 100%);
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 40px rgba(4, 24, 53, 0.2),
        0 2px 12px rgba(4, 24, 53, 0.1);
    transform: perspective(1200px) rotateX(2deg);
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
}

.product-visual__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 70% 30%, rgba(124, 58, 237, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 30% 70%, rgba(59, 130, 246, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.product-visual__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.product-visual__icon {
    opacity: 0.7;
}

.product-visual__label {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.product-visual__link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--pricing-amber);
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-visual__link:hover {
    color: var(--pricing-amber-hover);
}

.product-visual__caption {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgba(4, 24, 53, 0.82);
    margin: 36px auto 0;
    line-height: 1.5;
    max-width: 640px;
    letter-spacing: -0.005em;
}

.product-visual__accent {
    color: #d97706;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* --------------------------------------------------------------------------
   v2-screenshot--pop — shared hero-image treatment (duplicated from
   homepage-v2.css since pricing page doesn't load the v2 design system).
   Rounded corners, gold edge ring, multi-color bloom glow, drop shadow.
   display: block required because <picture> is inline by default — without
   it, overflow:hidden never clips the img and the corners stay sharp.
   -------------------------------------------------------------------------- */
.v2-screenshot--pop {
    display: block;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    box-shadow:
        0 0 0 2px rgba(255, 160, 0, 0.7),
        0 0 0 6px rgba(255, 160, 0, 0.1),
        0 0 60px rgba(21, 71, 188, 0.35),
        0 0 120px rgba(21, 71, 188, 0.22),
        0 0 100px rgba(129, 76, 236, 0.2),
        0 0 140px rgba(255, 160, 0, 0.1),
        0 32px 64px -12px rgba(4, 24, 53, 0.35),
        0 16px 32px -8px rgba(4, 24, 53, 0.2);
    transition: transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.v2-screenshot--pop img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.v2-screenshot--pop:hover {
    transform: translateY(-6px);
    box-shadow:
        0 0 0 2px rgba(255, 160, 0, 0.85),
        0 0 0 6px rgba(255, 160, 0, 0.15),
        0 0 80px rgba(21, 71, 188, 0.45),
        0 0 150px rgba(21, 71, 188, 0.3),
        0 0 130px rgba(129, 76, 236, 0.28),
        0 0 170px rgba(255, 160, 0, 0.15),
        0 44px 80px -12px rgba(4, 24, 53, 0.45),
        0 22px 40px -8px rgba(4, 24, 53, 0.25);
}

@media (max-width: 768px) {
    .v2-screenshot--pop {
        border-radius: 22px;
        box-shadow:
            0 0 0 2px rgba(255, 160, 0, 0.65),
            0 0 0 5px rgba(255, 160, 0, 0.08),
            0 0 60px rgba(21, 71, 188, 0.28),
            0 0 80px rgba(129, 76, 236, 0.16),
            0 0 100px rgba(255, 160, 0, 0.08),
            0 20px 40px -12px rgba(4, 24, 53, 0.35),
            0 10px 20px -6px rgba(4, 24, 53, 0.2);
    }
    .v2-screenshot--pop img {
        border-radius: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-screenshot--pop,
    .v2-screenshot--pop:hover {
        transition: none;
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   SECTION 5: SOCIAL PROOF
   -------------------------------------------------------------------------- */
.social-proof {
    background: var(--pricing-dark);
    position: relative;
    padding: 100px 24px 80px;
    overflow: hidden;
}

.social-proof::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 45% 35% at 85% 15%, rgba(124, 58, 237, 0.08) 0%, transparent 70%),
        radial-gradient(ellipse 45% 35% at 15% 85%, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.social-proof__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Metrics */
.social-proof__metrics {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.social-proof__metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.social-proof__metric-value {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.social-proof__metric-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

/* Trust Line */
.social-proof__trust-line {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}

/* Testimonial */
.social-proof__testimonials {
    max-width: 600px;
    margin: 0 auto 32px;
}

.social-proof__quote-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px 28px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.social-proof__quote-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.social-proof__person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.social-proof__headshot {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-proof__person-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.social-proof__person-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
}

.social-proof__person-firm {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
}

.social-proof__quote-card blockquote {
    font-family: 'Inter', sans-serif;
    font-size: 1.0625rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0 0 8px;
}

.social-proof__quote-card cite {
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
}

/* Logo Strip */
.social-proof__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.social-proof__logos img {
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.5;
    transition: all 0.3s ease;
    height: 32px;
    width: auto;
}

.social-proof__logos img:hover {
    filter: none;
    opacity: 1;
}

/* --------------------------------------------------------------------------
   SECTION 6: FAQ
   -------------------------------------------------------------------------- */
.pricing-faq {
    background: var(--pricing-light-bg);
    position: relative;
    padding: 100px 24px 80px;
}

.pricing-faq__inner {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-faq__heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--pricing-dark);
    text-align: center;
    margin: 0 0 48px;
}

.pricing-faq__list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #E5E7EB;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.faq-question span {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--pricing-dark);
    flex: 1;
}

.faq-chevron {
    flex-shrink: 0;
    color: #5C6B80;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease 0.1s;
    opacity: 0;
}

.faq-item.open .faq-answer {
    opacity: 1;
    padding-bottom: 24px;
}

.faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #5C6B80;
    line-height: 1.6;
    margin: 0;
}

.faq-question:hover span {
    color: var(--pricing-dark-mid);
}

/* --------------------------------------------------------------------------
   SECTION 7: FINAL CTA
   -------------------------------------------------------------------------- */
.final-cta {
    background: linear-gradient(135deg, var(--pricing-dark) 0%, var(--pricing-dark-mid) 50%, var(--pricing-dark) 100%);
    background-size: 200% 200%;
    animation: gradient-shift 8s ease infinite;
    position: relative;
    padding: 100px 24px 80px;
    text-align: center;
    overflow: hidden;
}

.final-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 75% 25%, rgba(124, 58, 237, 0.14) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 25% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.final-cta__inner {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.final-cta__headline {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 32px;
    line-height: 1.15;
}

.desktop-break { display: block; }

@media screen and (max-width: 768px) {
    .desktop-break { display: none; }
}

.final-cta__btn {
    position: relative;
    margin-bottom: 16px;
}

.final-cta .btn-amber {
    position: relative;
    z-index: 1;
}

.final-cta .btn-amber::after {
    content: '';
    position: absolute;
    inset: -4px;
    background: var(--pricing-amber);
    border-radius: 12px;
    filter: blur(20px);
    opacity: 0.3;
    z-index: -1;
    animation: pulse-glow 3s ease-in-out infinite;
}

.final-cta__note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* --------------------------------------------------------------------------
   STICKY PRICING BAR
   -------------------------------------------------------------------------- */
.sticky-pricing-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: rgba(4, 24, 53, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 90;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.sticky-pricing-bar.visible {
    transform: translateY(0);
}

.sticky-pricing-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 24px;
    gap: 32px;
}

.sticky-pricing-bar__tier {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sticky-pricing-bar__name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sticky-pricing-bar__price {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

/* --------------------------------------------------------------------------
   PRICE ANIMATION
   -------------------------------------------------------------------------- */
[data-annual] {
    display: inline-block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

[data-annual].changing {
    transform: translateY(-10px);
    opacity: 0;
}

/* --------------------------------------------------------------------------
   KEYFRAME ANIMATIONS
   -------------------------------------------------------------------------- */

/* 1. Pro card border glow rotation */
@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

/* 2. Enterprise card mesh gradient movement */
@keyframes mesh-shift {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* 3. Final CTA background animation */
@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* 4. Savings badge entrance */
@keyframes badge-bounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    60% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 5. Final CTA button pulse glow */
@keyframes pulse-glow {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.05); }
}

/* 6. AI checkmark sparkle */
@keyframes sparkle {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.feature-row.visible .ai-check {
    animation: sparkle 0.6s ease forwards;
}

/* --------------------------------------------------------------------------
   MOBILE: STICKY BOTTOM CTA BAR
   -------------------------------------------------------------------------- */
.mobile-sticky-cta {
    display: none;
}

/* --------------------------------------------------------------------------
   RESPONSIVE: TABLET (max-width: 1024px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {

    .pricing-hero__headline {
        font-size: 2.75rem;
    }

    .pricing-cards__grid {
        gap: 16px;
    }

    .comparison-table__table {
        font-size: 14px;
    }

    .feature-row td {
        font-size: 14px;
        padding: 12px 12px;
    }

    .comparison-table__header th {
        padding: 16px 12px;
    }

    .pricing-card {
        padding: 28px 20px 20px;
    }

    .outcome-table__heading {
        font-size: 2rem;
    }
}

/* --------------------------------------------------------------------------
   RESPONSIVE: PRICING CARDS STACK (max-width: 960px)
   Cards stay single-column until the viewport is wide enough for two.
   -------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

    .pricing-cards__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 480px;
        margin: 0 auto;
    }

    .pricing-card.pro {
        order: -1;
        transform: none;
    }

    .pricing-card.pro:hover {
        transform: translateY(-4px);
    }

    .pricing-card__features--grid {
        grid-template-columns: 1fr;
    }

    .pricing-card__header--wide {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pricing-card__columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pricing-card__col {
        padding: 0;
    }

    .pricing-card__col--ai {
        padding: 24px 0 0;
        border-left: none;
        border-top: 1px solid rgba(124, 58, 237, 0.15);
    }

    .pricing-card__features--two-col {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* --------------------------------------------------------------------------
   RESPONSIVE: MOBILE (max-width: 768px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {

    /* Hero */
    .pricing-hero {
        padding: calc(var(--il-nav-total-height) + 40px) 20px 32px;
    }

    .pricing-hero__headline {
        font-size: 2.25rem;
    }

    .pricing-hero__badges {
        gap: 16px;
    }

    .billing-toggle__option {
        font-size: 14px;
        padding: 10px 16px;
    }

    .billing-toggle__save-label {
        font-size: 11px;
    }

    /* CTA Bar */
    .pricing-cta-bar {
        padding: 32px 20px 24px;
    }

    .cta-magnet__glow {
        display: none;
    }

    .pricing-cta-bar__btn {
        padding: 18px 24px;
    }

    .pricing-cta-bar__btn-text {
        font-size: 19px;
    }

    /* Pricing Cards: tighten padding on mobile */
    .pricing-cards {
        padding: 40px 20px 60px;
    }

    /* Trust Bar: stack on mobile */
    .trust-bar__metrics {
        flex-wrap: wrap;
        gap: 16px;
    }

    .trust-bar__divider {
        display: none;
    }

    .trust-bar__metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .trust-bar__logos {
        gap: 24px;
        flex-wrap: wrap;
    }

    .trust-bar__logos img {
        height: 22px;
    }

    /* Outcome table: show mobile cards, hide desktop */
    .outcome-table__desktop {
        display: none;
    }

    .outcome-table__mobile {
        display: block;
    }

    .outcome-table {
        padding: 80px 20px 60px;
    }

    .outcome-table__heading {
        font-size: 1.75rem;
    }

    /* Product visual: remove perspective on mobile */
    .product-visual {
        padding: 60px 20px;
    }

    .product-visual__frame {
        transform: none;
    }

    .product-visual__label {
        font-size: 1rem;
    }

    /* Feature Table: hide on mobile */
    .comparison-table {
        display: none;
    }

    /* Social Proof */
    .social-proof__metrics {
        gap: 24px;
    }

    .social-proof__logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .social-proof__logos img {
        width: 80px;
    }

    /* FAQ */
    .pricing-faq__heading {
        font-size: 2rem;
    }

    .faq-question span {
        font-size: 16px;
    }

    /* Final CTA */
    .final-cta__headline {
        font-size: 2rem;
    }

    /* Sticky Pricing Bar: show only Pro */
    .sticky-pricing-bar__tier:not(.sticky-pricing-bar__tier--pro) {
        display: none;
    }

    .sticky-pricing-bar__inner {
        justify-content: center;
    }

    /* Comparison heading */
    .comparison-table__heading {
        font-size: 2rem;
    }

    /* Section padding */
    .social-proof,
    .pricing-faq,
    .final-cta {
        padding: 80px 20px 60px;
    }

}

/* --------------------------------------------------------------------------
   RESPONSIVE: SMALL MOBILE (max-width: 480px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {

    .pricing-hero__headline {
        font-size: 2rem;
    }

    .pricing-hero__badges {
        gap: 12px;
    }

    .pricing-hero__badge {
        font-size: 0.75rem;
    }

    .pricing-card__amount {
        font-size: 2.5rem;
    }

    .pricing-card__custom-price {
        font-size: 1.75rem;
    }

    .btn-amber {
        width: 100%;
    }

    .btn-amber--lg {
        width: 100%;
    }

    .billing-toggle {
        flex-direction: row;
        width: 100%;
        max-width: 320px;
    }

    .billing-toggle__option {
        flex: 1;
        justify-content: center;
        padding: 10px 12px;
    }

    .social-proof__metric-value {
        font-size: 1.25rem;
    }

    .pricing-faq__heading,
    .final-cta__headline,
    .comparison-table__heading,
    .outcome-table__heading {
        font-size: 1.75rem;
    }

    .outcome-table__card {
        padding: 16px;
    }

    .outcome-table__card-outcome {
        font-size: 15px;
    }
}


/* --------------------------------------------------------------------------
   SECTION 5: STACK CALCULATOR
   -------------------------------------------------------------------------- */
.stack-calc {
    padding: 48px 24px;
    background: var(--pricing-light-bg);
}

.stack-calc__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.stack-calc__heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--pricing-dark);
    text-align: center;
    margin: 0 0 28px;
    letter-spacing: -0.02em;
}

.stack-calc__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.stack-calc__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.stack-calc__card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.stack-calc__card-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #fff;
    border: 2px solid rgba(4, 24, 53, 0.08);
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 68px;
    text-align: left;
}

.stack-calc__desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stack-calc__card-inner:hover {
    border-color: rgba(21, 71, 188, 0.3);
}

.stack-calc__input:checked + .stack-calc__card-inner {
    border-color: var(--pricing-ai-start);
    box-shadow: 0 0 0 1px var(--pricing-ai-start), 0 2px 8px rgba(124, 58, 237, 0.15);
    border-radius: 12px 12px 0 0;
}

.stack-calc__input:focus-visible + .stack-calc__card-inner {
    outline: 2px solid var(--pricing-ai-start);
    outline-offset: 2px;
}

.stack-calc__check-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid rgba(4, 24, 53, 0.2);
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
}

.stack-calc__input:checked + .stack-calc__card-inner .stack-calc__check-box {
    background: linear-gradient(135deg, var(--pricing-ai-start), var(--pricing-ai-end));
    border-color: transparent;
}

.stack-calc__input:checked + .stack-calc__card-inner .stack-calc__check-box::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.stack-calc__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.stack-calc__tool {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--pricing-dark);
}

.stack-calc__desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: #5a6478;
}

.stack-calc__price {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--pricing-dark);
    white-space: nowrap;
}

/* Comparison strip (expandable) */
.stack-calc__comparison {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0 12px;
    background: rgba(4, 24, 53, 0.02);
    border: 2px solid transparent;
    border-top: 1px solid rgba(4, 24, 53, 0.06);
    border-radius: 0 0 12px 12px;
    text-align: left;
}

.stack-calc__comparison-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pricing-green, #22C55E);
    margin-bottom: 6px;
}

.stack-calc__input:checked ~ .stack-calc__comparison {
    max-height: 200px;
    opacity: 1;
    padding: 10px 12px;
    border-color: var(--pricing-ai-start);
    border-top-color: rgba(4, 24, 53, 0.06);
}

.stack-calc__comparison ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stack-calc__comparison li {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: var(--pricing-dark);
    line-height: 1.5;
    padding: 2px 0 2px 20px;
    position: relative;
}

.stack-calc__comparison li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322C55E'%3E%3Cpath d='M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Result bar */
.stack-calc__result {
    background: #fff;
    border: 1px solid rgba(4, 24, 53, 0.08);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.stack-calc__result-empty {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    color: #9ca3af;
}

.stack-calc__result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--pricing-dark);
    margin-bottom: 12px;
}

.stack-calc__savings-badge {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--pricing-green);
    background: rgba(34, 197, 94, 0.08);
    padding: 12px 20px;
    border-radius: 8px;
}

.stack-calc__result-value {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    color: #5a6478;
    line-height: 1.6;
}

.stack-calc__result-value a {
    color: var(--pricing-ai-start);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.stack-calc__result-value a:hover {
    border-bottom-color: var(--pricing-ai-start);
}

/* Calculator responsive */
@media screen and (max-width: 768px) {
    .stack-calc__grid {
        grid-template-columns: 1fr;
    }
    .stack-calc { padding: 48px 16px; }
    .stack-calc__heading { font-size: 1.75rem; }
    .stack-calc__result-row {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .stack-calc__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --------------------------------------------------------------------------
   ACCESSIBILITY: REDUCED MOTION
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-stagger > .reveal:nth-child(odd),
    .reveal-stagger > .reveal:nth-child(even),
    .reveal-stagger > .reveal.visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .feature-row {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .pricing-card.pro::before {
        animation: none;
    }


    .final-cta {
        animation: none;
    }

    [data-annual] {
        transition: none;
    }

    [data-annual].changing {
        transform: none;
        opacity: 1;
    }

    .faq-answer {
        transition: none;
    }

    .savings-badge {
        animation: none;
    }

    .final-cta .btn-amber::after {
        animation: none;
    }

    .pricing-cta-bar__btn--primary {
        background: var(--pricing-amber);
        animation: none;
    }

    .pricing-cta-bar__btn--primary::after {
        animation: none;
        display: none;
    }

    .cta-magnet {
        transition: none;
    }

    .cta-magnet::before {
        animation: none;
        background: #DAA520;
    }

    .cta-magnet__glow {
        display: none;
    }

    .faq-chevron {
        transition: none;
    }

    .sticky-pricing-bar {
        transition: none;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .outcome-table__row {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* --------------------------------------------------------------------------
   COMPACT TOGGLE / CTA BAR (pricing page only)
   -------------------------------------------------------------------------- */
body.pricing .billing-toggle {
    margin: 1rem auto 0.5rem !important;
}

body.pricing .billing-toggle + p {
    font-size: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    opacity: 0.7;
}

body.pricing .pricing-cta-bar {
    margin-bottom: 1.5rem;
}

body.pricing .pricing-cta-bar__inner {
    max-width: 520px;
}

body.pricing .pricing-cards {
    padding-top: 0;
}

body.pricing .trust-bar {
    display: none;
}
