/* ============================================
   ZSENIFESZEK — Page-Specific V2 Overrides
   Extends v2-landing.css with colorful subscription
   brand palette: teal/mint/lavender/peach/pink

   Modern Frontend Design Optimization — 2026-03-03
   Glassmorphism | Bento Grid | Fluid Typography
   Layered Shadows | Micro-interactions
   ============================================ */

/* --- Page Accent Colors --- */
:root {
    --zf-urgency-offset: 40px;
    --v2-hero-gradient: linear-gradient(135deg, #e8f5f3 0%, #fef9f5 40%, #f5f0f8 100%);
    --v2-cta-gradient: linear-gradient(135deg, var(--orange) 0%, var(--peach-dark) 100%);
    --v2-cta-hover: linear-gradient(135deg, #e8945a 0%, #d4885e 100%);
    --v2-hero-blob1: var(--mint);
    --v2-hero-blob2: var(--lavender);
    --v2-text-gradient: linear-gradient(135deg, var(--teal) 0%, #1a7f8a 60%, var(--teal-dark) 100%);
    --v2-accent-gradient: linear-gradient(90deg, var(--peach) 0%, var(--pink) 100%);
    --v2-icon-gradient: linear-gradient(135deg, var(--mint-light) 0%, var(--teal-lightest) 100%);
    --v2-banner-gradient: linear-gradient(135deg, #a0623a 0%, #8b4f5a 50%, #6b5a7a 100%);
    --v2-star-color: #f5a623;
    --v2-bullet-color: var(--teal);
    --v2-pricing-bg: linear-gradient(160deg, #14454d 0%, var(--teal-dark) 35%, #1a7f8a 70%, #1a6b6a 100%);
    --v2-featured-border: var(--peach);
    --v2-badge-gradient: linear-gradient(135deg, var(--peach) 0%, var(--orange) 100%);
    --v2-badge-color: white;
    --v2-badge-shadow: rgba(232, 148, 90, 0.35);
    --v2-discount-bg: linear-gradient(135deg, var(--peach-light) 0%, rgba(245, 184, 138, 0.5) 100%);
    --v2-discount-color: var(--orange-dark);
    --v2-sticky-price-color: var(--orange);
    --v2-glow-teal: rgba(232, 148, 90, 0.25);

    /* Fluid Typography */
    --fluid-hero: clamp(1.6rem, 3.5vw + 0.8rem, 2.6rem);
    --fluid-h2: clamp(1.35rem, 2.5vw + 0.6rem, 2rem);
    --fluid-body: clamp(0.95rem, 0.5vw + 0.85rem, 1.05rem);

    /* Hero CLS-safe overrides (consumed by v2-landing.css var() fallbacks) */
    --v2-hero-pt: var(--space-xl);
    --v2-title-fs: var(--fluid-hero);
    --v2-title-lh: 1.3;
    --v2-title-ls: -0.01em;
    --v2-title-mb: var(--space-sm);
    --v2-subtitle-fs: var(--fluid-body);
    --v2-subtitle-lh: 1.65;
    --v2-subtitle-mb: var(--space-sm);
    --v2-tagline-fs: var(--fluid-body);
    --v2-tagline-mb: var(--space-sm);
    --v2-badge-mb: var(--space-sm);
    --v2-cta-mb: var(--space-sm);
    --v2-sp-mb: var(--space-xs);
    --v2-metrics-cols: repeat(4, minmax(0, 1fr));

    /* Layered Shadows — boosted for visibility */
    --shadow-glass: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(26, 95, 106, 0.10);
    --shadow-glass-hover: 0 4px 12px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(26, 95, 106, 0.15);
    --shadow-elevated: 0 2px 6px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(26, 95, 106, 0.10), 0 16px 48px rgba(26, 95, 106, 0.08);

    /* Card visibility base */
    --card-bg: rgba(255, 255, 255, 0.95);
    --card-border: rgba(26, 95, 106, 0.12);
}


/* ============================================
   FLUID TYPOGRAPHY
   ============================================ */

.v2-hero-title {
    font-size: var(--fluid-hero);
    line-height: 1.3;
    letter-spacing: -0.01em;
    min-height: 2.6em;
    text-wrap: balance;
}

.section-title,
.v2-section-title {
    font-size: var(--fluid-h2);
    letter-spacing: -0.01em;
}

.v2-hero-subtitle,
.v2-hero-tagline,
.problem-intro {
    font-size: var(--fluid-body);
    line-height: 1.65;
}


/* ============================================
   HERO — Subtle Noise Texture & Enhancements
   ============================================ */

/* Noise overlay for hero depth — subtle grain texture */
.v2-hero {
    position: relative;
    padding-top: var(--space-xl);
}
.v2-hero > .container {
    position: relative;
    z-index: 1;
}
.v2-hero::before {
    background: var(--v2-hero-blob1);
}
.v2-hero::after {
    background: var(--v2-hero-blob2);
}

.v2-urgency-banner {
    height: var(--zf-urgency-offset);
    min-height: var(--zf-urgency-offset);
    align-content: center;
    overflow: clip;
}

.v2-urgency-banner .urgency-text,
.v2-urgency-banner .urgency-countdown {
    justify-content: center;
}

.v2-hero-grid {
    align-items: center;
}

.v2-hero-content {
    max-width: 36rem;
}

.v2-hero-image {
    max-width: 540px;
}

/* --- Hero compact spacing — keep CTA above fold --- */
.v2-hero-social-proof {
    margin-bottom: var(--space-xs);
}

.v2-hero-badge {
    margin-bottom: var(--space-sm);
}

.v2-hero-title {
    margin-bottom: var(--space-sm);
}

.v2-hero-subtitle {
    margin-bottom: var(--space-sm);
}

.v2-hero-tagline {
    margin-bottom: var(--space-sm);
}

.v2-hero-price-anchor {
    margin-bottom: var(--space-xs);
}

/* Mobile: tighter hero to keep CTA above fold on small screens */
@media (max-width: 768px) {
    :root {
        --zf-urgency-offset: 58px;
        --v2-hero-min-h: auto;
        --v2-hero-pt: var(--space-lg);
    }

    .v2-urgency-banner {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 0.25rem;
        padding: 0.5rem var(--space-sm);
    }

    .v2-hero {
        padding-top: var(--space-lg);
        min-height: auto;
    }

    .v2-hero::before,
    .v2-hero::after {
        filter: blur(56px);
        opacity: 0.18;
    }

    .v2-urgency-banner .uc-segment,
    .v2-hero-badge,
    .v2-hero-social-proof,
    .v2-verified-badge {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .v2-hero-social-proof {
        margin-bottom: 0.25rem;
    }

    .v2-hero-badge {
        margin-bottom: 0.5rem;
    }

    .v2-hero-title {
        margin-bottom: 0.5rem;
        min-height: 3.9em;
    }

    .v2-hero-subtitle {
        margin-bottom: 0.4rem;
    }

    .v2-hero-tagline {
        margin-bottom: 0.4rem;
    }

    .v2-hero-price-anchor {
        margin-bottom: 0.4rem;
    }

    .v2-hero-cta {
        margin-bottom: var(--space-sm);
    }

    .v2-hero-content {
        max-width: none;
    }

    .v2-hero-float,
    .v2-hero-cta .btn-primary,
    .v2-pricing-featured .v2-pricing-badge {
        animation: none;
    }
}

/* Very small screens: ultra-compact hero */
@media (max-width: 480px) {
    :root {
        --zf-urgency-offset: 64px;
    }

    .v2-hero {
        padding-top: var(--space-sm);
    }

    .v2-hero-title {
        margin-bottom: 0.35rem;
        min-height: 4em;
    }

    .v2-hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 0.3rem;
    }

    .v2-hero-tagline {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.3rem;
    }

    .v2-hero-price-anchor {
        font-size: 0.88rem;
        padding: 0.3rem 0.8rem;
        margin-bottom: 0.2rem;
    }

    .v2-hero-social-proof {
        margin-bottom: 0.15rem;
    }
}

/* Hero image: organic shape with layered shadow */
.v2-hero-image img {
    border-radius: 24px;
    box-shadow: var(--shadow-elevated);
    max-height: none;
    object-fit: cover;
    aspect-ratio: 1200 / 896;
}

/* Hero trust items: glass pills */
.v2-hero-trust {
    gap: var(--space-sm);
}

.trust-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(26, 95, 106, 0.12);
    padding: 0.4rem 0.85rem;
    border-radius: 100px;
    font-size: 0.82rem;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(26, 95, 106, 0.06);
}

.trust-item:hover {
    background: white;
    box-shadow: 0 4px 16px rgba(26, 95, 106, 0.12);
}

/* --- Badge shine animation for featured pricing --- */
.v2-pricing-featured .v2-pricing-badge {
    animation: zf-badge-shine 3s ease-in-out infinite;
}

@keyframes zf-badge-shine {
    0%, 100% { box-shadow: 0 4px 16px rgba(232, 148, 90, 0.35); }
    50% { box-shadow: 0 6px 24px rgba(232, 148, 90, 0.55); }
}

/* --- Hero CTA uses warm orange glow --- */
.v2-hero-cta .btn-primary {
    animation: zf-cta-glow 2.8s ease-in-out infinite;
}

@keyframes zf-cta-glow {
    0%, 100% { box-shadow: 0 4px 16px rgba(232, 148, 90, 0.3); }
    50% { box-shadow: 0 4px 28px rgba(232, 148, 90, 0.5); }
}

/* --- Urgency banner: uses --v2-banner-gradient variable (dark warm tones) --- */

/* --- Testimonial stars: gold color --- */
.v2-stars {
    color: #f5a623;
}

/* --- Guarantee card: warm mint accent --- */
.v2-guarantee-card {
    border-color: var(--mint);
}

/* --- Final CTA warm gradient --- */
.v2-final-cta {
    background: linear-gradient(160deg, #e8f5f3 0%, #fef9f5 40%, #f5f0f8 100%);
}

/* --- Sticky CTA warm button glow --- */
.v2-sticky-cta .btn {
    background: var(--v2-cta-gradient);
}

/* --- Sticky CTA separator on mobile --- */
.sticky-sep {
    color: rgba(180, 210, 210, 0.5);
}
@media (max-width: 600px) {
    .v2-sticky-cta-text .sticky-sep,
    .v2-sticky-cta-text .sticky-sep ~ span:not(.sticky-price) {
        display: none;
    }
}

/* --- Hero secondary link --- */
.v2-hero-secondary-link {
    display: inline-block;
    margin-top: var(--space-sm);
    color: var(--teal-dark);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s, transform 0.2s;
}
.v2-hero-secondary-link:hover {
    color: var(--teal);
    text-decoration: underline;
    transform: translateY(-1px);
}

/* --- Final CTA dual buttons --- */
.zf-final-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    justify-content: center;
    margin-top: var(--space-md);
}
.zf-final-cta-buttons .btn-outline {
    color: var(--teal-dark);
    border-color: var(--teal-dark);
}
.zf-final-cta-buttons .btn-outline:hover {
    background: var(--teal-dark);
    color: white;
}


/* ============================================
   SECTION IMAGES — Organic Frames
   ============================================ */

.section-image,
.v2-section-image {
    border-radius: 28px;
    box-shadow: var(--shadow-elevated);
    transition: box-shadow 0.4s ease;
}

.section-image:hover,
.v2-section-image:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 12px 48px rgba(0, 0, 0, 0.1), 0 24px 64px rgba(0, 0, 0, 0.06);
}

/* Dream image */
.section-image--dream,
.v2-section-image--dream {
    border-radius: 28px;
}

/* Community image */
.section-image--community,
.v2-section-image--community {
    border-radius: 28px;
}


/* ============================================
   1. PROBLEM SECTION — Bento Grid + Glass
   ============================================ */

/* Bento grid: first 2 cards span wider for visual hierarchy */
.problem-grid {
    grid-template-columns: repeat(6, 1fr);
}

.problem-card:nth-child(1) {
    grid-column: span 3;
}
.problem-card:nth-child(2) {
    grid-column: span 3;
}
.problem-card:nth-child(3) {
    grid-column: span 2;
}
.problem-card:nth-child(4) {
    grid-column: span 2;
}
.problem-card:nth-child(5) {
    grid-column: span 2;
}
.problem-card:nth-child(6) {
    grid-column: span 6;
}

/* Problem cards — solid white with colored border */
.problem-card {
    border-left: 4px solid var(--card-color);
    background: var(--card-bg);
    border-top: 1px solid var(--card-border);
    border-right: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

/* Gradient icon backgrounds with stronger depth */
.problem-icon {
    background: linear-gradient(145deg, rgba(255,255,255,0.7), rgba(255,255,255,0.4));
    background: linear-gradient(145deg,
        color-mix(in srgb, var(--card-color) 30%, white),
        color-mix(in srgb, var(--card-color) 60%, white));
    border-radius: 18px;
    position: relative;
}

/* Card hover: tinted bg + stronger shadow */
.problem-card:hover {
    background: linear-gradient(180deg, white 0%, rgba(255,255,255,0.92) 100%);
    background: linear-gradient(180deg, white 0%, color-mix(in srgb, var(--card-color) 8%, white) 100%);
    box-shadow: var(--shadow-glass-hover);
    transform: translateY(-6px) scale(1.01);
}

/* Last problem card: full width emphasis */
.problem-card:nth-child(6) {
    text-align: center;
}

.problem-card:nth-child(6) .problem-icon {
    margin-left: auto;
    margin-right: auto;
}

/* Problem conclusion — enhanced */
.problem-conclusion {
    position: relative;
    border-left-width: 6px;
    border-left-color: var(--teal);
    background: white;
    border: 1px solid var(--card-border);
    border-left: 6px solid var(--teal);
}

.problem-conclusion::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(90deg, transparent, rgba(127, 204, 200, 0.08));
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
    pointer-events: none;
}


/* ============================================
   2. PERSONA SECTION — Glassmorphism Cards
   ============================================ */

/* Persona cards — solid with visible border */
.persona-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

.persona-card:hover {
    box-shadow: var(--shadow-glass-hover);
    background: white;
}

/* Avatar glow ring per tier */
.persona-lila .persona-avatar {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12),
                0 0 0 4px rgba(149, 133, 170, 0.25);
    border-color: #c4b8d6;
}

.persona-turkiz .persona-avatar {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12),
                0 0 0 4px rgba(26, 95, 106, 0.2);
    border-color: #8fd4c8;
}

.persona-rozsaszin .persona-avatar {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12),
                0 0 0 4px rgba(229, 163, 181, 0.25);
    border-color: #f2c4d0;
}

/* Persona quote — tinted background */
.persona-quote {
    background: rgba(26, 95, 106, 0.04);
    border-radius: var(--radius-sm);
    padding: var(--space-sm) var(--space-md);
    border: 1px solid rgba(26, 95, 106, 0.08);
}

.persona-quote::before {
    opacity: 0.35;
    font-size: 3.5rem;
    top: -6px;
    left: 2px;
}

/* Tier badge polish */
.persona-lila .persona-tier-tag {
    border: 1px solid rgba(149, 133, 170, 0.3);
}

.persona-turkiz .persona-tier-tag {
    box-shadow: 0 2px 8px rgba(26, 95, 106, 0.15);
}

.persona-rozsaszin .persona-tier-tag {
    border: 1px solid rgba(229, 163, 181, 0.3);
}

/* Persona closing highlight */
.persona-closing-highlight {
    background: linear-gradient(135deg, var(--teal) 0%, #1a7f8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ============================================
   3. DREAM SECTION — Enhanced
   ============================================ */

/* Dream items — solid with visible border */
.dream-item {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

/* Staggered indentation for visual flow */
.dream-item:nth-child(even) {
    margin-left: 2rem;
}

/* Animated check icon on hover */
.dream-icon {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dream-item:hover .dream-icon {
    transform: scale(1.15);
    background: linear-gradient(135deg, var(--teal-lightest), var(--mint));
    box-shadow: 0 4px 12px rgba(26, 95, 106, 0.15);
}

.dream-icon svg {
    transition: transform 0.3s ease;
}

.dream-item:hover .dream-icon svg {
    transform: scale(1.1);
}

/* Enhanced border on hover */
.dream-item:hover {
    border-left-width: 6px;
    box-shadow: var(--shadow-glass-hover);
}

/* Dream transition block — solid with mint border */
.dream-transition {
    border: 2px solid var(--mint);
    position: relative;
    overflow: hidden;
    background: white;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
}

.dream-transition::before {
    content: '';
    position: absolute;
    top: -50%;
    right: 0;
    width: 200px;
    height: 200px;
    background: var(--mint-light);
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 768px) {
    .dream-item:nth-child(even) {
        margin-left: 0;
    }
}


/* ============================================
   4. TIERS SECTION — Glass + Layered Shadows
   ============================================ */

/* Tier cards — solid with visible border */
.tier-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

.tier-card:hover {
    box-shadow: var(--shadow-glass-hover);
    background: white;
}

/* Tier card top bar glow on hover */
.tier-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.tier-card.tier-sos::after {
    background: linear-gradient(180deg, rgba(149, 133, 170, 0.1) 0%, transparent 100%);
}

.tier-card.tier-learn::after {
    background: linear-gradient(180deg, rgba(26, 95, 106, 0.08) 0%, transparent 100%);
}

.tier-card.tier-master::after {
    background: linear-gradient(180deg, rgba(229, 163, 181, 0.1) 0%, transparent 100%);
}

.tier-card:hover::after {
    opacity: 1;
}

/* Tier icon: larger container with colored background */
.tier-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    margin-bottom: var(--space-lg);
    position: relative;
    z-index: 1;
}

.tier-card.tier-sos .tier-icon {
    background: linear-gradient(135deg, #e8e2f0 0%, #d9d0e6 100%);
}

.tier-card.tier-learn .tier-icon {
    background: linear-gradient(135deg, #d4efed 0%, #b8e2df 100%);
}

.tier-card.tier-master .tier-icon {
    background: linear-gradient(135deg, #fce8ed 0%, #f5d5df 100%);
}

/* Tier features — colored bullet backgrounds */
.tier-features li::before {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.75rem;
}

.tier-card.tier-sos .tier-features li::before {
    background: rgba(149, 133, 170, 0.12);
}

.tier-card.tier-learn .tier-features li::before {
    background: rgba(26, 95, 106, 0.1);
}

.tier-card.tier-master .tier-features li::before {
    background: rgba(229, 163, 181, 0.12);
}

/* Tier quote decorative marks */
.tier-quote {
    position: relative;
}

.tier-quote::before {
    content: '\201C';
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 2.5rem;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.15;
    pointer-events: none;
}

.tier-card.tier-sos .tier-quote::before { color: #9585aa; }
.tier-card.tier-learn .tier-quote::before { color: #1a5f6a; }
.tier-card.tier-master .tier-quote::before { color: #e5a3b5; }


/* ============================================
   5. PRODUCT CARDS — Enhanced
   ============================================ */

/* Product cards — solid with visible border */
.product-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-card:hover {
    box-shadow: var(--shadow-glass-hover);
    background: white;
}

/* Tier label: refined styling */
.card-tier-label {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    transition: transform 0.2s ease;
}

.product-card:hover .card-tier-label {
    transform: translateY(-1px);
}

.product-card--highlight {
    border: 2px solid var(--peach);
    box-shadow: 0 4px 24px rgba(232, 154, 95, 0.18);
}

.zf-exclusive-badge {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    background: linear-gradient(135deg, var(--peach), var(--peach-dark));
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-xl);
    margin-bottom: 0.25rem;
}

/* Image overlay gradient on hover */
.product-card .product-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(26, 95, 106, 0.08) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.product-card:hover .product-card-image::after {
    opacity: 1;
}

/* Card content spacing refinement */
.product-card-content h3 {
    transition: color 0.2s ease;
}

.product-card:hover .product-card-content h3 {
    color: var(--teal);
}

/* Tier group header hover effect */
.tier-group-header {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}

.tier-group-header:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}


/* ============================================
   6. COMPARISON SECTION — Enhanced
   ============================================ */

/* Comparison cards — solid with visible border */
.comparison-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

/* Highlight card: pulsing glow border */
.comparison-card.highlight {
    position: relative;
    z-index: 1;
    background: white;
    color: var(--text-color);
    border: 2px solid var(--teal-light);
}

.comparison-card.highlight h3 {
    color: var(--teal-dark);
}

.comparison-card.highlight .comp-price {
    color: var(--teal-dark);
}

.comparison-card.highlight li.pro::before {
    color: var(--mint-dark);
}

.comparison-card.highlight::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-lg) + 2px);
    background: linear-gradient(135deg, var(--teal-light), var(--mint), var(--teal));
    z-index: -1;
    opacity: 0.6;
    animation: zf-comparison-glow 3s ease-in-out infinite;
}

@keyframes zf-comparison-glow {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.7; }
}

/* Comparison ribbon polish */
.comparison-ribbon {
    animation: zf-ribbon-shine 4s ease-in-out infinite;
}

@keyframes zf-ribbon-shine {
    0%, 100% { box-shadow: 0 2px 8px rgba(232, 148, 90, 0.3); }
    50% { box-shadow: 0 4px 16px rgba(232, 148, 90, 0.5); }
}

/* Pro/con icon backgrounds */
.comparison-card li.pro::before {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(95, 184, 168, 0.12);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.comparison-card li.con::before {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(229, 163, 181, 0.12);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.comparison-card.highlight li.pro::before {
    background: rgba(245, 184, 138, 0.2);
}

/* Non-highlight cards: subtle border on hover */
.comparison-card:not(.highlight):hover {
    border: 1px solid var(--cream-dark);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glass-hover);
}

/* Comparison box — solid */
.comparison-box {
    position: relative;
    overflow: hidden;
    background: white;
    border: 1px solid var(--card-border);
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.comparison-box::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 180px;
    height: 180px;
    background: var(--peach);
    opacity: 0.12;
    border-radius: 50%;
    pointer-events: none;
}

.comparison-box .result {
    position: relative;
    display: inline;
    padding: 0.25rem 0;
}

.comparison-box .result::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    right: -4px;
    height: 8px;
    background: var(--peach);
    opacity: 0.3;
    border-radius: 4px;
}


/* ============================================
   7. COMMUNITY SECTION — Glass + Bento
   ============================================ */

/* Community grid — bento layout: first card wider */
.community-grid {
    grid-template-columns: 1fr 1fr;
}
.community-card:first-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    column-gap: var(--space-md);
    text-align: left;
}
.community-card:first-child .community-icon {
    grid-row: 1 / 3;
    align-self: center;
}
.community-card:first-child h3 {
    align-self: end;
}
.community-card:first-child p {
    grid-column: 2;
}
.community-card:first-child .community-detail {
    grid-column: 1 / -1;
}

/* Community cards — solid with visible border */
.community-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

/* Community card hover */
.community-card:hover {
    background: white;
    box-shadow: var(--shadow-glass-hover);
}

/* Community icon: subtle animation */
.community-icon {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.community-card:hover .community-icon {
    transform: scale(1.08) rotate(-3deg);
}

/* Community detail badge */
.community-detail {
    position: relative;
    overflow: hidden;
}

.community-detail::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(26, 95, 106, 0.04), transparent);
    animation: zf-detail-shimmer 3s ease-in-out infinite;
}

@keyframes zf-detail-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Monthly theme items — visible cards */
.monthly-themes {
    grid-template-columns: repeat(4, 1fr);
}

.theme-item {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: 0 2px 8px rgba(26, 95, 106, 0.06);
    transition: all 0.3s ease, transform 0.3s ease;
}

.theme-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glass);
    background: white;
}

/* Colored month badges */
.theme-month {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 100px;
    font-size: 0.8rem;
    margin-bottom: 6px;
    font-weight: 600;
}

.theme-item:nth-child(1) .theme-month { background: rgba(143, 212, 200, 0.25); }
.theme-item:nth-child(2) .theme-month { background: rgba(184, 169, 201, 0.25); }
.theme-item:nth-child(3) .theme-month { background: rgba(245, 184, 138, 0.25); }
.theme-item:nth-child(4) .theme-month { background: rgba(242, 196, 208, 0.25); }
.theme-item:nth-child(5) .theme-month { background: rgba(123, 204, 200, 0.25); }
.theme-item:nth-child(6) .theme-month { background: rgba(232, 148, 90, 0.2); }
.theme-item:nth-child(7) .theme-month { background: rgba(143, 212, 200, 0.25); }
.theme-item:nth-child(8) .theme-month { background: rgba(184, 169, 201, 0.25); }
.theme-item:nth-child(9) .theme-month { background: rgba(245, 184, 138, 0.25); }
.theme-item:nth-child(10) .theme-month { background: rgba(242, 196, 208, 0.25); }
.theme-item:nth-child(11) .theme-month { background: rgba(123, 204, 200, 0.25); }
.theme-item:nth-child(12) .theme-month { background: rgba(232, 148, 90, 0.2); }

/* Theme topic: slightly bolder */
.theme-topic {
    font-weight: 500;
    color: var(--text);
    font-size: 0.82rem;
}

/* Theme focus: smaller description below topic */
.theme-focus {
    display: block;
    font-size: 0.72rem;
    color: var(--text-light);
    font-style: italic;
    margin-top: 4px;
    line-height: 1.3;
}


/* ============================================
   8. FUTURE PACING — Enhanced Glassmorphism
   ============================================ */

.future-pacing-block {
    position: relative;
    border: 2px solid transparent;
    background-clip: padding-box;
    background: white;
}

/* Gradient border effect via wrapper pseudo */
.future-pacing-block::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-lg) + 2px);
    background: linear-gradient(135deg, var(--lavender) 0%, var(--mint) 50%, var(--pink) 100%);
    z-index: -1;
    opacity: 0.5;
}

.future-pacing-block::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: var(--lavender);
    border-radius: 50%;
    opacity: 0.08;
    pointer-events: none;
    filter: blur(40px);
}

/* Future badge — solid */
.future-badge {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    transition: all 0.3s ease;
}

.future-badge:hover {
    background: white;
    box-shadow: 0 8px 24px rgba(26, 95, 106, 0.12);
    transform: translateY(-2px);
}


/* ============================================
   9. EXPERT SECTION — Enhanced
   ============================================ */

/* Image frame: decorative ring */
.expert-image-frame {
    position: relative;
}

.expert-image-frame img {
    width: 100%;
    max-width: 380px;
    border-radius: var(--radius-lg);
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.expert-image-frame::after {
    content: '';
    position: absolute;
    inset: -10px;
    border: 2px dashed var(--mint);
    border-radius: calc(var(--radius-lg) + 6px);
    opacity: 0.35;
    animation: zf-expert-ring 25s linear infinite;
    pointer-events: none;
}

@keyframes zf-expert-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Expert badge: refined shadow */
.expert-badge {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expert-badge:hover {
    transform: scale(1.05);
}

/* Expert quote: enhanced emphasis */
.expert-quote {
    border-left: 4px solid var(--teal-light);
}

/* Expert stats — solid cards with colored top accent */
.expert-stat {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
}

.expert-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-glass-hover);
}

.expert-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
}

.expert-stat:nth-child(1)::before { background: var(--teal); }
.expert-stat:nth-child(2)::before { background: var(--peach); }
.expert-stat:nth-child(3)::before { background: var(--pink); }
.expert-stat:nth-child(4)::before { background: var(--lavender); }

/* Expert stat number: gradient text */
.expert-stat .number {
    background: linear-gradient(135deg, var(--teal-dark), var(--teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ============================================
   10. TESTIMONIALS — Glass + Enhanced
   ============================================ */

/* Testimonial cards — solid with visible border */
.v2-testimonial {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.v2-testimonial:hover {
    box-shadow: var(--shadow-glass-hover);
    transform: translateY(-3px);
    background: white;
}

/* Verified badge: glass effect */
.v2-verified-badge {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Testimonial card: subtle left border accent */
.v2-testimonial:nth-child(1) { border-left: 3px solid var(--teal-light); }
.v2-testimonial:nth-child(2) { border-left: 3px solid var(--peach); }
.v2-testimonial:nth-child(3) { border-left: 3px solid var(--lavender); }
.v2-testimonial:nth-child(4) { border-left: 3px solid var(--mint); }
.v2-testimonial:nth-child(5) { border-left: 3px solid var(--pink); }
.v2-testimonial:nth-child(6) { border-left: 3px solid var(--orange); }


/* ============================================
   FAQ SECTION (matching course-page.css design)
   ============================================ */
.section-faq {
    background: var(--cream-dark);
    padding: var(--space-2xl) 0;
}

.faq-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.faq-item {
    background: var(--card-bg);
    border-radius: var(--radius-md);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
    overflow: hidden;
    transition: box-shadow var(--transition-fast);
}

.faq-item:hover {
    box-shadow: var(--shadow-glass-hover);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-md) var(--space-lg);
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: var(--teal-dark);
    line-height: 1.4;
    list-style: none;
    transition: background var(--transition-fast), color var(--transition-fast);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
    content: '';
}

.faq-item summary::after {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--teal-lightest);
    color: var(--teal-dark);
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-left: var(--space-sm);
    transition: transform var(--transition-fast), background var(--transition-fast);
}

.faq-item[open] summary::after {
    content: '\2212';
    background: var(--teal);
    color: white;
    transform: rotate(180deg);
}

.faq-item summary:hover {
    background: var(--cream);
}

.faq-item[open] summary {
    background: var(--teal-lightest);
    border-bottom: 1px solid var(--cream-dark);
}

.faq-item p {
    padding: var(--space-md) var(--space-lg) var(--space-lg);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text);
    animation: zf-faq-slide-down 0.3s ease;
}

.faq-item p + p {
    padding-top: 0;
}

@keyframes zf-faq-slide-down {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ: colored left accent per item */
.faq-item:nth-child(1) { border-left: 3px solid var(--mint); }
.faq-item:nth-child(2) { border-left: 3px solid var(--teal-light); }
.faq-item:nth-child(3) { border-left: 3px solid var(--peach); }
.faq-item:nth-child(4) { border-left: 3px solid var(--lavender); }
.faq-item:nth-child(5) { border-left: 3px solid var(--pink); }
.faq-item:nth-child(6) { border-left: 3px solid var(--orange); }
.faq-item:nth-child(7) { border-left: 3px solid var(--mint); }
.faq-item:nth-child(8) { border-left: 3px solid var(--teal-light); }
.faq-item:nth-child(9) { border-left: 3px solid var(--peach); }


/* ============================================
   LEAD MAGNET SECTION — Glass Card
   ============================================ */
.zf-lead-magnet {
    padding: var(--space-2xl) 0;
    background: linear-gradient(135deg, var(--peach-light) 0%, #fef9f5 50%, var(--mint-light) 100%);
}

.zf-lead-magnet-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-elevated);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--card-border);
}

/* Decorative blob */
.zf-lead-magnet-card::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: var(--peach-light);
    border-radius: 50%;
    opacity: 0.4;
    pointer-events: none;
}

.zf-lead-magnet-card::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 200px;
    height: 200px;
    background: var(--mint-light);
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
}

.zf-lead-magnet-content {
    position: relative;
    z-index: 1;
}

.zf-lead-magnet-form {
    position: relative;
    z-index: 1;
}

.zf-lead-magnet-content h2 {
    font-size: 1.5rem;
    color: var(--teal-dark);
    margin-bottom: var(--space-sm);
}
.zf-lead-magnet-content p {
    color: var(--text-muted);
    margin-bottom: var(--space-md);
}
.zf-lead-magnet-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zf-lead-magnet-benefits li {
    padding: 0.4rem 0;
    padding-left: 1.75rem;
    position: relative;
    color: var(--text);
    font-size: 0.95rem;
}
.zf-lead-magnet-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: white;
    font-weight: 700;
    font-size: 0.7rem;
    width: 18px;
    height: 18px;
    background: var(--teal);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0.4rem;
}

/* Input: focus glow */
.zf-lead-input {
    display: block;
    width: 100%;
    padding: 0.9rem 1.1rem;
    border: 2px solid rgba(26, 95, 106, 0.15);
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-family: inherit;
    margin-bottom: var(--space-sm);
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    background: rgba(253, 252, 250, 0.95);
}
.zf-lead-input:focus {
    outline: none;
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(26, 95, 106, 0.1);
    background: white;
}
.zf-lead-form .btn-full {
    width: 100%;
}

/* Submit button glow */
.zf-lead-form .btn-primary {
    animation: zf-lead-btn-glow 3s ease-in-out infinite;
}

@keyframes zf-lead-btn-glow {
    0%, 100% { box-shadow: 0 4px 12px rgba(232, 148, 90, 0.25); }
    50% { box-shadow: 0 6px 20px rgba(232, 148, 90, 0.4); }
}

.zf-lead-gdpr {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: var(--space-xs);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .zf-lead-magnet-card {
        grid-template-columns: 1fr;
        gap: var(--space-md);
        padding: var(--space-lg) var(--space-md);
    }
}


/* ============================================
   FOOTER SUMMARY SECTION — Glass
   ============================================ */
.zf-footer-summary {
    padding: var(--space-xl) 0 var(--space-lg);
    background: var(--cream);
}

.zf-summary-card {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-lg) var(--space-xl);
    box-shadow: var(--shadow-elevated);
    text-align: center;
    border: 2px solid var(--mint);
    position: relative;
    overflow: hidden;
}

/* Warm accent glow */
.zf-summary-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 200px;
    background: linear-gradient(180deg, rgba(143, 212, 200, 0.12) 0%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
}

.zf-summary-card h3 {
    color: var(--teal-dark);
    font-size: 1.3rem;
    margin-bottom: var(--space-md);
    position: relative;
}

.zf-summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm) var(--space-lg);
    text-align: left;
    margin-bottom: var(--space-md);
}
.zf-summary-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zf-summary-grid li {
    padding: 0.35rem 0;
    padding-left: 1.6rem;
    position: relative;
    font-size: 0.9rem;
    color: var(--text);
}
.zf-summary-grid li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: white;
    font-weight: 700;
    font-size: 0.65rem;
    width: 16px;
    height: 16px;
    background: var(--teal);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0.4rem;
}

.zf-summary-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
}
.zf-summary-old {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 1rem;
}
.zf-summary-new {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--teal-dark);
}
.zf-summary-label {
    font-size: 0.85rem;
    color: var(--orange-dark);
    font-weight: 600;
    background: var(--peach-light);
    padding: 2px 10px;
    border-radius: 100px;
}

@media (max-width: 600px) {
    .zf-summary-grid {
        grid-template-columns: 1fr;
    }
    .zf-summary-card {
        padding: var(--space-md);
    }
}


/* ============================================
   CATALOG RUNNING TOTAL — Glass + Gradient Border
   ============================================ */

.catalog-running-total {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.catalog-running-total .running-total-number {
    color: var(--teal-dark);
}

.catalog-running-total .running-total-label {
    color: var(--text-muted);
}

.catalog-running-total .running-total-divider {
    background: var(--teal-light);
}

.catalog-running-total::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: calc(var(--radius-lg) + 2px);
    background: linear-gradient(90deg, var(--teal-light), var(--peach), var(--lavender));
    z-index: -1;
    opacity: 0.4;
}


/* ============================================
   TABLE SUMMARY — Enhanced
   ============================================ */

.table-summary {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.table-summary::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: var(--mint);
    border-radius: 50%;
    opacity: 0.1;
    pointer-events: none;
}


/* ============================================
   MID-CTA BUTTONS — Enhanced
   ============================================ */

.mid-cta .btn-ghost-teal {
    position: relative;
    overflow: hidden;
}

.mid-cta .btn-ghost-teal::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(26, 95, 106, 0.06);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.mid-cta .btn-ghost-teal:hover::before {
    width: 300px;
    height: 300px;
}


/* ============================================
   GUARANTEE — Glass Card
   ============================================ */

.v2-guarantee-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.v2-guarantee-card::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: var(--mint-light);
    border-radius: 50%;
    opacity: 0.3;
    pointer-events: none;
}

.v2-guarantee-highlight {
    position: relative;
    display: inline-block;
}

.v2-guarantee-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -2px;
    right: -2px;
    height: 6px;
    background: var(--peach);
    opacity: 0.3;
    border-radius: 3px;
}


/* ============================================
   FINAL CTA — Enhanced with Blobs
   ============================================ */

.v2-final-cta {
    position: relative;
    overflow: hidden;
}

.v2-final-cta::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: var(--mint-light);
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
    filter: blur(60px);
}

.v2-final-cta::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: var(--lavender-light);
    border-radius: 50%;
    opacity: 0.2;
    pointer-events: none;
    filter: blur(60px);
}

.v2-final-cta-content {
    position: relative;
    z-index: 1;
}


/* Pricing: no page-level overrides — global v2-landing.css enforces solid white cards */


/* ============================================
   RESPONSIVE FIXES
   ============================================ */

/* Problem grid: responsive bento → stacked */
@media (max-width: 768px) {
    .problem-grid {
        grid-template-columns: 1fr;
    }
    .problem-card:nth-child(1),
    .problem-card:nth-child(2),
    .problem-card:nth-child(3),
    .problem-card:nth-child(4),
    .problem-card:nth-child(5),
    .problem-card:nth-child(6) {
        grid-column: span 1;
    }
    .problem-card:nth-child(6) {
        text-align: left;
    }
    .problem-card:nth-child(6) .problem-icon {
        margin-left: 0;
        margin-right: 0;
    }
    .problem-card {
        border-left-width: 3px;
    }
}

/* Problem grid: tablet 2-column fallback */
@media (min-width: 769px) and (max-width: 1024px) {
    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .problem-card:nth-child(1),
    .problem-card:nth-child(2),
    .problem-card:nth-child(3),
    .problem-card:nth-child(4),
    .problem-card:nth-child(5) {
        grid-column: span 1;
    }
    .problem-card:nth-child(6) {
        grid-column: span 2;
    }
}

/* Guarantee icon: too large on mobile */
@media (max-width: 768px) {
    .v2-guarantee .v2-guarantee-icon {
        width: 72px;
        height: 72px;
    }
    .v2-guarantee .v2-guarantee-icon svg {
        width: 42px;
        height: 42px;
    }
}

/* Final CTA buttons: overflow on narrow screens */
@media (max-width: 480px) {
    .zf-final-cta-buttons .btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* Pricing grid: stack on tablets */
@media (max-width: 900px) {
    .v2-pricing-grid {
        grid-template-columns: 1fr;
    }
    .v2-pricing-featured {
        transform: none;
        order: -1;
        animation: none;
    }
}

/* Expert stats: wrap on mobile */
@media (max-width: 768px) {
    .expert-stats {
        flex-wrap: wrap;
        gap: var(--space-sm);
    }
    .expert-stat {
        flex: 1 1 calc(50% - var(--space-sm));
        min-width: 0;
    }

    /* Expert ring animation off on mobile (perf) */
    .expert-image-frame::after {
        animation: none;
    }
}

/* Monthly themes: responsive */
@media (max-width: 768px) {
    .monthly-themes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .monthly-themes {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Comparison card highlight: remove scale on mobile to prevent overflow */
@media (max-width: 768px) {
    .comparison-card.highlight {
        transform: none;
    }
    .comparison-card.highlight::before {
        display: none;
    }
}

/* Section images: reduce radius on mobile */
@media (max-width: 768px) {
    .section-image,
    .v2-section-image,
    .section-image--dream,
    .v2-section-image--dream,
    .section-image--community,
    .v2-section-image--community {
        border-radius: 16px;
    }
}


/* ============================================
   ACCESSIBILITY: Reduced Motion
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .v2-pricing-featured {
        animation: none !important;
    }
    .v2-pricing-featured .v2-pricing-badge {
        animation: none !important;
    }
    .v2-hero-cta .btn-primary {
        animation: none !important;
    }
    .card-animate {
        transition: none !important;
    }
    .catalog-running-total * {
        transition: none !important;
    }
    .expert-image-frame::after {
        animation: none !important;
    }
    .comparison-card.highlight::before {
        animation: none !important;
    }
    .comparison-ribbon {
        animation: none !important;
    }
    .community-detail::before {
        animation: none !important;
    }
    .zf-lead-form .btn-primary {
        animation: none !important;
    }
    .dream-icon,
    .community-icon {
        transition: none !important;
    }
    .v2-testimonial,
    .theme-item,
    .future-badge,
    .expert-stat {
        transition: none !important;
    }
}

/* ============================================
   INLINE STYLE CONSOLIDATION
   ============================================ */

/* Pricing section heading overrides (was inline) */
.v2-pricing .section-title {
    color: white;
    position: relative;
    z-index: 1;
}

.v2-pricing .v2-section-intro {
    color: rgba(255, 255, 255, 0.8);
}

.v2-pricing .v2-section-intro strong {
    color: white;
}

/* Pricing countdown wrapper (was inline) */
.v2-pricing .countdown-wrapper {
    text-align: center;
    margin-bottom: var(--space-lg);
    position: relative;
    z-index: 1;
}

.v2-pricing .countdown-wrapper > p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.v2-pricing .countdown-flex {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.v2-pricing .countdown-flex .uc-sep {
    color: rgba(255, 255, 255, 0.8);
}

/* Trial badge inside pricing cards */
.v2-pricing-trial-badge {
    background: linear-gradient(135deg, var(--orange) 0%, var(--peach-dark, #d97b2a) 100%);
    box-shadow: 0 2px 10px rgba(232, 145, 58, 0.35);
}

/* Payment icons spacing (was inline) */
.v2-payment-icons {
    margin-top: var(--space-sm);
}

/* Problem conclusion follow-up paragraph spacing */
.problem-conclusion-followup {
    margin-top: var(--space-sm);
    margin-bottom: 0;
}

/* Section header with extra top spacing (dream section) */
.section-header--spaced {
    margin-top: var(--space-xl);
}

/* Section intro paragraph (was inline style= on #tartalom intro) */
.zf-section-intro-centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto var(--space-lg);
}

/* Guarantee section centered image (was inline) */
.v2-guarantee-image {
    text-align: center;
    margin: 1.5rem 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.v2-guarantee-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

/* Final CTA section image (was inline) */
.v2-final-cta-image {
    text-align: center;
    margin-bottom: 1.5rem;
}

.v2-final-cta-image img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

/* FAQ "Írj nekünk" link (was inline) */
.zf-faq-contact {
    text-align: center;
    margin-top: var(--space-lg);
}

.zf-faq-contact a {
    color: var(--teal-dark);
    font-weight: 600;
    text-decoration: underline;
}


/* ============================================
   FOCUS-VISIBLE — Keyboard Accessibility
   ============================================ */

/* Interactive elements: visible focus ring for keyboard users */
.btn:focus-visible,
.faq-item summary:focus-visible,
.zf-lead-input:focus-visible,
a:focus-visible {
    outline: 3px solid var(--teal);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(26, 95, 106, 0.15);
}

/* Pricing cards on dark background: light focus ring */
.v2-pricing-card .btn:focus-visible,
.v2-sticky-cta .btn:focus-visible {
    outline-color: white;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

/* FAQ summary: suppress box-shadow on focus (outline is enough) */
.faq-item summary:focus-visible {
    box-shadow: none;
    background: var(--cream);
}

/* Remove default outline for mouse users */
.btn:focus:not(:focus-visible),
a:focus:not(:focus-visible),
.faq-item summary:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}


/* ============================================
   COMMUNITY BENTO — Responsive Override
   ============================================ */
@media (max-width: 768px) {
    .community-grid {
        grid-template-columns: 1fr;
    }
    .community-card:first-child {
        grid-column: span 1;
        display: block;
        text-align: center;
    }
}


/* ============================================
   FREE ALTERNATIVES SECTION (YouTube/Books vs ZseniFészek)
   ============================================ */
.zf-free-alternatives {
    margin-top: var(--space-xl);
    padding: var(--space-xl);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-glass);
}

.zf-free-alternatives h4 {
    text-align: center;
    font-size: 1.3rem;
    color: var(--teal-dark);
    margin-bottom: var(--space-lg);
    font-family: var(--font-display);
}

.zf-alternatives-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-md);
}

.zf-alternative-card {
    padding: var(--space-lg);
    border-radius: var(--radius-md);
    border: 1px solid var(--card-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zf-alternative-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glass-hover);
}

.zf-alt-con {
    background: rgba(245, 240, 248, 0.5);
    border-color: rgba(149, 133, 170, 0.2);
}

.zf-alt-pro {
    background: linear-gradient(135deg, rgba(143, 212, 200, 0.12) 0%, rgba(26, 95, 106, 0.08) 100%);
    border: 2px solid var(--teal-light);
    position: relative;
}

.zf-alt-pro::before {
    content: "LEGJOBB";
    position: absolute;
    top: -10px;
    right: var(--space-md);
    background: var(--v2-badge-gradient);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 100px;
    letter-spacing: 0.05em;
}

.zf-alt-icon {
    font-size: 2rem;
    margin-bottom: var(--space-sm);
}

.zf-alternative-card h5 {
    font-size: 1rem;
    color: var(--teal-dark);
    margin-bottom: var(--space-sm);
    font-family: var(--font-display);
}

.zf-alternative-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zf-alternative-card ul li {
    padding: 0.4rem 0;
    padding-left: 1.6rem;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text);
}

.zf-alt-con ul li::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #c97a7a;
    font-weight: 700;
    font-size: 0.85rem;
}

.zf-alt-pro ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: white;
    font-weight: 700;
    font-size: 0.65rem;
    width: 16px;
    height: 16px;
    background: var(--teal);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .zf-alternatives-grid {
        grid-template-columns: 1fr;
    }

    .zf-free-alternatives {
        padding: var(--space-md);
    }
}


/* ============================================
   PRICING COUNTDOWN — Large & Visible
   ============================================ */
.zf-pricing-countdown {
    margin-bottom: var(--space-xl);
}

.zf-countdown-large {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
}

.zf-countdown-large .countdown-item {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: var(--space-md) var(--space-lg);
    border-radius: var(--radius-md);
    min-width: 80px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
}

.zf-countdown-large .countdown-number {
    display: block;
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 900;
    color: white;
    line-height: 1.2;
}

.zf-countdown-large .countdown-unit {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .zf-countdown-large {
        gap: var(--space-sm);
    }

    .zf-countdown-large .countdown-item {
        min-width: 60px;
        padding: var(--space-sm) var(--space-md);
    }

    .zf-countdown-large .countdown-number {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .zf-countdown-large .countdown-item {
        min-width: 50px;
        padding: var(--space-xs) var(--space-sm);
    }

    .zf-countdown-large .countdown-number {
        font-size: 1.2rem;
    }
}


/* ============================================
   URGENCY BANNER — Fix visibility with fixed header
   ============================================ */
body.has-urgency-banner .v2-urgency-banner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 10;
}

body.has-urgency-banner .header {
    top: 0;
}

body.has-urgency-banner .v2-hero {
    padding-top: var(--space-xl);
}

@media (max-width: 768px) {
    body.has-urgency-banner .v2-hero {
        padding-top: var(--space-lg);
    }
}

@media (max-width: 480px) {
    body.has-urgency-banner .v2-hero {
        padding-top: var(--space-md);
    }
}


/* Simple section divider */
.zf-section-divider {
    height: 1px;
    background: rgba(26, 95, 106, 0.10);
}


/* ============================================
   TRUST BAR — Bottom of Final CTA
   ============================================ */
.zf-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

.zf-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--teal);
    white-space: nowrap;
}

.zf-trust-item svg {
    flex-shrink: 0;
}

.zf-trust-sep {
    color: var(--cream-dark);
    font-size: 0.8rem;
}

@media (max-width: 600px) {
    .zf-trust-bar {
        flex-direction: column;
        gap: var(--space-xs);
    }

    .zf-trust-sep {
        display: none;
    }
}


/* ============================================
   SECTION IMAGES — Centering Fix
   ============================================ */
.section-image,
.v2-section-image {
    display: flex;
    justify-content: center;
}

.section-image picture,
.v2-section-image picture {
    width: 100%;
}


/* ============================================
   INLINE VIDEO SECTION within course catalog
   ============================================ */
.v2-sample-video-inline {
    margin: var(--space-xl) 0;
    padding: var(--space-xl) 0;
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
}

.v2-sample-video-inline .section-header {
    margin-bottom: var(--space-lg);
}

.v2-sample-video-inline .section-title--fluid-h2 {
    font-size: var(--fluid-h2);
}

.v2-sample-video-inline .v2-video-card {
    max-width: 100%;
}


/* BagolykaLand badge styles consolidated in v2-landing.css */


/* ============================================
   CONTENT INVENTORY TABLE (2E)
   ============================================ */
.zf-inventory-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto var(--space-lg);
    max-width: 800px;
}

.zf-inventory-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.zf-inventory-table th,
.zf-inventory-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--card-border, #e8e0d8);
}

.zf-inventory-table th {
    background: var(--teal-lightest, #e8f5f3);
    font-weight: 700;
    color: var(--teal-dark, #14454d);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.zf-inventory-table tbody tr:hover {
    background: rgba(74, 144, 164, 0.04);
}

.zf-inventory-table .zf-check {
    color: var(--teal, #4a90a4);
    font-weight: 700;
    text-align: center;
}

.zf-inventory-table tfoot td {
    border-top: 2px solid var(--teal, #4a90a4);
    background: var(--teal-lightest, #e8f5f3);
    font-weight: 700;
}

.zf-inventory-table tfoot .zf-check {
    color: var(--teal-dark, #14454d);
    font-size: 1.05rem;
}

@media (max-width: 600px) {
    .zf-inventory-table th,
    .zf-inventory-table td {
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
    }
}


/* ============================================
   DUAL STICKY CTA (2C)
   ============================================ */
.zf-sticky-dual .zf-sticky-buttons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.zf-sticky-dual .zf-sticky-btn-yearly {
    display: none;
}

/* Desktop: show both buttons */
@media (min-width: 769px) {
    .zf-sticky-dual .zf-sticky-btn-yearly {
        display: inline-flex;
        background: transparent;
        color: white;
        border-color: rgba(255, 255, 255, 0.5);
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .zf-sticky-dual .zf-sticky-btn-yearly:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

    .zf-sticky-dual .zf-sticky-btn-monthly {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}

/* ============================================
   CRO 2026 — NEW SECTIONS
   ============================================ */

/* --- FAQ Highlight items (merged objections) --- */
.faq-item.faq-highlight > summary {
    background: linear-gradient(135deg, rgba(26, 95, 106, 0.06) 0%, rgba(232, 148, 90, 0.06) 100%);
    font-weight: 700;
    border-left: 3px solid var(--teal);
    padding-left: 1.25rem;
}

.faq-item.faq-highlight > summary::marker,
.faq-item.faq-highlight > summary::-webkit-details-marker {
    color: var(--teal);
}

/* --- Cancellation note after pricing --- */
.zf-cancellation-note {
    background: #0f3339;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: white;
    line-height: 1.6;
}

.zf-cancellation-note p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0;
    color: white;
}

.zf-cancellation-note strong {
    color: white;
}

.zf-cancellation-note svg {
    flex-shrink: 0;
    color: white;
    stroke: white;
}

/* --- Individual course purchase note --- */
.zf-individual-note {
    padding: var(--space-lg) 0;
}

.zf-individual-card {
    max-width: 680px;
    margin: 0 auto;
    background: var(--surface);
    border: 1px solid rgba(26, 95, 106, 0.12);
    border-radius: 16px;
    padding: var(--space-md) var(--space-lg);
    text-align: center;
}

.zf-individual-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(26, 95, 106, 0.08);
    color: var(--teal);
    margin-bottom: var(--space-sm);
}

.zf-individual-card h3 {
    font-size: 1.25rem;
    color: var(--teal-dark);
    margin-bottom: 0.5rem;
}

.zf-individual-card > p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: var(--space-sm);
}

.zf-individual-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: var(--space-sm);
}

.zf-individual-links a {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px solid var(--teal);
    border-radius: 999px;
    color: var(--teal);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.zf-individual-links a:hover {
    background: var(--teal);
    color: #fff;
}

.zf-individual-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: var(--space-sm);
}

.zf-individual-hint {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.zf-individual-hint a {
    color: var(--teal);
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .zf-individual-card {
        padding: var(--space-md) var(--space-sm);
        border-radius: 12px;
    }
}

/* --- Monthly themes mobile collapse --- */
@media (max-width: 768px) {
    .monthly-themes .theme-item:nth-child(n+4) {
        display: none;
    }

    .monthly-themes.themes-expanded .theme-item {
        display: flex !important;
    }

    .monthly-themes-toggle {
        display: block;
        margin: 0.75rem auto 0;
        background: none;
        border: 1px solid var(--teal);
        color: var(--teal);
        padding: 0.5rem 1.25rem;
        border-radius: 999px;
        font-size: 0.875rem;
        cursor: pointer;
        font-family: inherit;
        transition: background 0.2s, color 0.2s;
    }

    .monthly-themes-toggle:hover {
        background: var(--teal);
        color: white;
    }
}

@media (min-width: 769px) {
    .monthly-themes-toggle {
        display: none;
    }
}

/* --- Dream list inside outcomes section --- */
.v2-outcomes .dream-list {
    max-width: 600px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.v2-outcomes .dream-list .dream-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    color: var(--charcoal);
    font-size: 1rem;
    line-height: 1.5;
}

.v2-outcomes .dream-list .dream-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    margin-top: 0.1rem;
}

/* ============================================
   COMPACT PRICING PREVIEW
   Lightweight pricing teaser at ~35% scroll
   ============================================ */
.zf-pricing-preview {
    padding: var(--space-xl) 0;
}

.zf-pricing-preview-card {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-lg) var(--space-md);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.zf-pricing-preview-card .section-title {
    font-size: 1.3rem;
    margin-bottom: var(--space-md);
}

.zf-pricing-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    margin-bottom: var(--space-md);
}

.zf-preview-plan {
    border: 2px solid var(--border-color, #e5e5e5);
    border-radius: var(--radius-md);
    padding: var(--space-md);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zf-preview-featured {
    border-color: var(--teal);
    box-shadow: 0 0 0 1px var(--teal), 0 4px 16px rgba(26, 127, 138, 0.15);
}

.zf-preview-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--v2-badge-gradient);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.zf-preview-plan h3 {
    font-family: var(--font-heading, 'Quicksand', sans-serif);
    font-size: 1.1rem;
    font-weight: 700;
    margin: var(--space-xs) 0 var(--space-xs);
    color: var(--text-dark);
}

.zf-preview-price {
    font-family: var(--font-heading, 'Quicksand', sans-serif);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--teal-dark);
    line-height: 1.1;
}

.zf-preview-price span {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.7;
}

.zf-preview-note {
    font-size: 0.85rem;
    color: var(--text-secondary, #666);
    margin: var(--space-xs) 0 var(--space-sm);
}

.zf-preview-plan .btn {
    width: 100%;
    margin-top: auto;
}

.zf-preview-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--text-secondary, #666);
    margin-bottom: var(--space-xs);
}

.zf-preview-trust svg {
    color: var(--teal);
    flex-shrink: 0;
}

.zf-preview-details-link {
    display: inline-block;
    font-size: 0.85rem;
    color: var(--teal);
    text-decoration: none;
    font-weight: 600;
}

.zf-preview-details-link:hover {
    text-decoration: underline;
}

@media (max-width: 520px) {
    .zf-pricing-preview-grid {
        grid-template-columns: 1fr;
    }
    .zf-pricing-preview-card .section-title {
        font-size: 1.15rem;
    }
    .zf-preview-price {
        font-size: 1.5rem;
    }
}


/* ============================================
   CONVERSION OPTIMIZATION ADDITIONS — 2026-04-14
   Hormozi-elvű konverziós elemek
   ============================================ */

/* --- Urgency Banner Enhancements --- */
.v2-urgency-banner {
    animation: urgency-pulse 3s ease-in-out infinite;
}
@keyframes urgency-pulse {
    0%, 100% { background: var(--v2-banner-gradient); }
    50% { background: linear-gradient(135deg, #b06030 0%, #9b3f5a 50%, #7a4a8a 100%); }
}
.urgency-slots {
    font-weight: 800;
    letter-spacing: 0.02em;
}
.urgency-link {
    color: rgba(255,255,255,0.95);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.urgency-link:hover {
    color: #fff;
}

/* --- Hero First-Result Hook --- */
.v2-hero-first-result {
    font-size: 0.95rem;
    color: var(--teal-dark);
    font-weight: 600;
    margin-bottom: var(--space-sm);
    padding: 0.5rem 0.75rem;
    background: linear-gradient(135deg, var(--mint-light) 0%, var(--teal-lightest) 100%);
    border-radius: 8px;
    border-left: 3px solid var(--teal);
    display: inline-block;
}

/* --- Testimonial Result Badge --- */
.zf-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #e8f5f3 0%, #d4efed 100%);
    color: var(--teal-dark);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(26, 95, 106, 0.2);
    margin-bottom: 6px;
    animation: badge-slide-in 0.4s ease-out backwards;
}
.v2-testimonial:nth-child(odd) .zf-result-badge { animation-delay: 0.1s; }
.v2-testimonial:nth-child(even) .zf-result-badge { animation-delay: 0.2s; }
@keyframes badge-slide-in {
    from { opacity: 0; transform: translateX(-8px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* --- Founder Slots Inline Badge --- */
.founder-slots-inline {
    font-weight: 800;
    color: var(--peach);
}

/* ============================================
   "MIÉRT MŰKÖDIK" — MECHANISM SECTION
   ============================================ */
.zf-mechanism {
    background: var(--cream);
}
.zf-mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-lg);
}
.zf-mechanism-card {
    background: white;
    border-radius: var(--v2-card-radius);
    padding: var(--space-lg) var(--space-md);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-glass);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}
.zf-mechanism-card:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-glass-hover);
}
.zf-mechanism-icon {
    font-size: 2.5rem;
    line-height: 1;
}
.zf-mechanism-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal-dark);
    margin: 0;
}
.zf-mechanism-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text);
    margin: 0;
}
.zf-mechanism-contrast {
    font-size: 0.85rem !important;
    color: var(--text-muted) !important;
    padding: 8px 10px;
    background: rgba(0,0,0,0.03);
    border-radius: 6px;
    margin-top: auto !important;
}
@media (max-width: 768px) {
    .zf-mechanism-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   "NEM NEKED VALÓ, HA..." — FILTER SECTION
   ============================================ */
.zf-filter-section {
    background: linear-gradient(135deg, #fef9f5 0%, #f5f0f8 100%);
}
.zf-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    margin-top: var(--space-lg);
}
.zf-filter-card {
    border-radius: var(--v2-card-radius);
    padding: var(--space-lg) var(--space-md);
    border: 2px solid;
}
.zf-filter-not {
    background: rgba(255,245,245,0.8);
    border-color: rgba(200,80,80,0.2);
}
.zf-filter-yes {
    background: rgba(240,250,248,0.9);
    border-color: rgba(26,95,106,0.25);
}
.zf-filter-card h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: var(--space-md);
    color: var(--text);
}
.zf-filter-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.zf-filter-card ul li {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text);
    padding-left: 4px;
}
@media (max-width: 640px) {
    .zf-filter-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   VALUE STACK SECTION
   ============================================ */
.zf-value-stack {
    background: linear-gradient(160deg, #14454d 0%, var(--teal-dark) 35%, #1a7f8a 70%, #1a6b6a 100%);
    color: white;
}
.zf-value-stack .section-header {
    color: white;
}
.zf-value-stack .section-tag {
    background: rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.2);
}
.zf-value-stack .section-title {
    color: white;
}
.zf-value-stack .section-intro {
    color: rgba(255,255,255,0.85);
}
.zf-value-stack-card {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--v2-card-radius);
    padding: var(--space-lg);
    max-width: 780px;
    margin: 0 auto;
}
.zf-value-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.zf-value-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    opacity: 1;
    transform: none;
}
/* Stagger animation when parent enters viewport */
.zf-value-stack.v2-revealed .zf-value-item {
    animation: value-item-in 0.45s ease both;
}
.zf-value-stack.v2-revealed .zf-value-item:nth-child(1) { animation-delay: 0.05s; }
.zf-value-stack.v2-revealed .zf-value-item:nth-child(2) { animation-delay: 0.12s; }
.zf-value-stack.v2-revealed .zf-value-item:nth-child(3) { animation-delay: 0.19s; }
.zf-value-stack.v2-revealed .zf-value-item:nth-child(4) { animation-delay: 0.26s; }
.zf-value-stack.v2-revealed .zf-value-item:nth-child(5) { animation-delay: 0.33s; }
.zf-value-stack.v2-revealed .zf-value-item:nth-child(6) { animation-delay: 0.40s; }
@keyframes value-item-in {
    from { opacity: 0; transform: translateX(-12px); }
    to   { opacity: 1; transform: translateX(0); }
}
.zf-value-item:last-child {
    border-bottom: none;
}
.zf-value-item-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.zf-value-item-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    line-height: 1.2;
}
.zf-value-item-left div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.zf-value-item-left strong {
    font-size: 0.95rem;
    color: white;
    font-weight: 700;
}
.zf-value-item-sub {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.65);
}
.zf-value-item-price {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.55);
    text-decoration: line-through;
    white-space: nowrap;
    flex-shrink: 0;
}
.zf-value-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    margin: var(--space-md) 0;
}
.zf-value-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
}
.zf-value-total-amount {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: line-through;
    color: rgba(255,255,255,0.55);
}
.zf-value-actual-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    margin: 6px 0;
    gap: var(--space-sm);
}
.zf-value-actual-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.zf-value-actual-label {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}
.zf-value-actual-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.65);
}
.zf-value-actual-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--peach);
    white-space: nowrap;
}
.zf-value-savings-row {
    text-align: center;
    padding: 12px;
    background: rgba(245, 184, 138, 0.15);
    border: 1px solid rgba(245, 184, 138, 0.3);
    border-radius: 10px;
    margin: var(--space-sm) 0 var(--space-md);
    font-size: 0.95rem;
    color: var(--peach);
}
.zf-value-savings-row strong {
    font-size: 1.05rem;
}
.zf-value-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    text-align: center;
}
.zf-value-trial-text {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
}
.zf-value-guarantee-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.zf-value-guarantee-note svg {
    flex-shrink: 0;
    color: rgba(255,255,255,0.6);
}
@media (max-width: 600px) {
    .zf-value-stack-card {
        padding: var(--space-md) var(--space-sm);
    }
    .zf-value-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }
    .zf-value-item-left {
        flex: 1;
        min-width: 0;
    }
    .zf-value-item-price {
        flex-shrink: 0;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    .zf-value-actual-row {
        flex-direction: column;
        text-align: center;
    }
    .zf-value-total-row {
        flex-direction: row;
        gap: 8px;
    }
    .zf-value-actual-amount {
        font-size: 1.5rem;
    }
}

/* Individual section — átutalás sor */
.zf-individual-transfer {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: var(--space-sm) 0 0;
    padding: 10px 14px;
    background: rgba(26, 95, 106, 0.06);
    border-radius: 8px;
    border-left: 3px solid var(--teal-light);
}
