/* ============================================
   SZORONGASOLDAS CSALI — Page-Specific Overrides
   Extends v2-landing.css + v2-csali.css
   Theme: Lavender/calm (matches parent szorongasoldas course)
   Conversion-optimized: glassmorphism, bento, mid-CTAs, social proof
   ============================================ */

/* --- Page Accent Colors + Enhanced Glassmorphism --- */
:root {
    --v2-hero-gradient: linear-gradient(160deg, #f3eef8 0%, var(--cream) 40%, var(--teal-lightest) 100%);
    --v2-cta-gradient: linear-gradient(135deg, #1a7f8a 0%, var(--teal-dark) 50%, #166068 100%);
    --v2-cta-hover: linear-gradient(135deg, #1e8f9a 0%, #1a7f8a 50%, #1a6d75 100%);
    --v2-hero-blob1: var(--lavender-light);
    --v2-hero-blob2: var(--teal-lightest);
    --v2-text-gradient: linear-gradient(135deg, var(--teal) 0%, var(--lavender-dark) 100%);
    --v2-accent-gradient: linear-gradient(90deg, var(--lavender) 0%, var(--teal) 100%);
    --v2-icon-gradient: linear-gradient(135deg, var(--lavender-light) 0%, var(--teal-lightest) 100%);
    --v2-deep-dive-bg: linear-gradient(160deg, #f3eef8 0%, var(--cream) 50%, var(--teal-lightest) 100%);
    --v2-bridge-bg: linear-gradient(160deg, var(--lavender-light) 0%, var(--cream) 50%, var(--teal-lightest) 100%);
    --v2-warning-bg: linear-gradient(135deg, var(--lavender-light) 0%, var(--teal-lightest) 100%);
    --v2-warning-color: var(--lavender-dark);
    --v2-warning-border: rgba(149, 133, 170, 0.2);
    --v2-sticky-price-color: var(--teal);
    --szgy-lavender-glow: rgba(147, 128, 188, 0.12);

    /* Page-specific tokens */
    --szgy-lavender: #b8a9c9;
    --szgy-lavender-light: #e8e2f0;
    --szgy-lavender-dark: #9585aa;
    --szgy-violet: #a98fc0;
    --szgy-iris: #c4b0d9;

    /* Enhanced glassmorphism */
    --v2-glass: rgba(255, 255, 255, 0.82);
    --v2-glass-border: rgba(255, 255, 255, 0.68);
    --v2-glass-blur: blur(20px) saturate(160%);
}

/* Reveal animations → unified in v2-csali.css (.csali-reveal) */

/* ============================================
   HERO ENHANCEMENTS
   Calming lavender atmosphere with
   floating decorative shapes
   ============================================ */
.v2-hero {
    position: relative;
    overflow: hidden;
}

/* Floating decorative circles — ambient calm */
.v2-hero::before,
.v2-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
    z-index: 0;
}

.v2-hero::before {
    width: 420px;
    height: 420px;
    top: -80px;
    right: -120px;
    background: radial-gradient(circle, rgba(184, 169, 201, 0.18) 0%, transparent 70%);
    animation: szgy-float-slow 18s ease-in-out infinite;
}

.v2-hero::after {
    width: 320px;
    height: 320px;
    bottom: -60px;
    left: -100px;
    background: radial-gradient(circle, rgba(212, 239, 237, 0.15) 0%, transparent 70%);
    animation: szgy-float-slow 22s ease-in-out infinite reverse;
}

@keyframes szgy-float-slow {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -15px) scale(1.05); }
    66% { transform: translate(-10px, 10px) scale(0.97); }
}

.v2-hero .v2-hero-grid {
    position: relative;
    z-index: 1;
}

.v2-hero .v2-hero-badge {
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    color: var(--szgy-lavender-dark);
    border: 1px solid rgba(149, 133, 170, 0.2);
    animation: szgy-badge-entrance 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes szgy-badge-entrance {
    from { opacity: 0; transform: translateY(-12px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.v2-hero .text-gradient {
    background: var(--v2-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero title entrance animation */
.v2-hero .v2-hero-title {
    animation: szgy-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

@keyframes szgy-title-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.v2-hero .v2-hero-tagline {
    animation: szgy-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.v2-hero .v2-hero-subtitle {
    animation: szgy-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}

.v2-hero .csali-hero-image {
    animation: szgy-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.v2-hero .v2-hero-cta {
    animation: szgy-title-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

.v2-hero-social-proof .v2-avatar-circle {
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet));
    color: white;
    font-weight: 700;
}

.v2-hero-trust .trust-item svg {
    color: var(--szgy-violet);
}

/* ============================================
   METRICS — Lavender accent with
   animated gradient top-border reveal
   ============================================ */
.v2-metric-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}

.v2-metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--szgy-lavender), var(--szgy-violet), var(--teal-light));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-metric-card:hover::before {
    transform: scaleX(1);
}

.v2-metric-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(147, 128, 188, 0.14),
                0 4px 12px rgba(0, 0, 0, 0.04);
}

.v2-metric-icon {
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    color: var(--szgy-lavender-dark);
}

.v2-metric-number {
    background: linear-gradient(135deg, var(--szgy-lavender-dark), var(--teal-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   BENTO METRICS — first card featured wider
   ============================================ */
@media (min-width: 769px) {
    .v2-metrics-grid {
        grid-template-columns: 1.6fr 1fr 1fr;
    }

    .v2-metrics .v2-metric-card:first-child {
        background: linear-gradient(135deg, var(--szgy-lavender-light) 0%, var(--teal-lightest) 100%);
        border-color: rgba(149, 133, 170, 0.2);
        justify-content: center;
    }

    .v2-metrics .v2-metric-card:first-child .v2-metric-number {
        font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    }

    .v2-metrics .v2-metric-card:first-child .v2-metric-icon {
        width: 56px;
        height: 56px;
        background: linear-gradient(135deg, rgba(184, 169, 201, 0.25), rgba(212, 239, 237, 0.25));
    }
}

/* ============================================
   VIDEO SECTION — Cinematic treatment
   ============================================ */
.csali-video-section .v2-section-tag {
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    color: #5e4d75;
    border: 1px solid rgba(149, 133, 170, 0.15);
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.csali-video-section .v2-section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.csali-video-section .v2-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--szgy-lavender), var(--szgy-violet));
}

/* Video card — cinematic glow on hover */
.v2-video-card {
    position: relative;
    transition: box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: var(--v2-card-radius);
}

.v2-video-card::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: calc(var(--v2-card-radius) + 3px);
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet), var(--teal-light), var(--szgy-lavender));
    background-size: 300% 300%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.v2-video-card:hover {
    box-shadow: 0 24px 64px rgba(147, 128, 188, 0.18),
                0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

.v2-video-card:hover::after {
    opacity: 0.6;
    animation: szgy-glow-rotate 4s linear infinite;
}

@keyframes szgy-glow-rotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.szgy-video-card {
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   TIP STRIPS — Golden nugget feel with
   animated left accent border
   ============================================ */
.csali-video-tip {
    position: relative;
    border: 1px solid rgba(149, 133, 170, 0.15);
    background: linear-gradient(135deg, rgba(232, 226, 240, 0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.csali-video-tip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--szgy-lavender), var(--szgy-violet));
    border-radius: 4px 0 0 4px;
    transition: width 0.3s ease;
}

.csali-video-tip:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(147, 128, 188, 0.12),
                0 4px 12px rgba(0, 0, 0, 0.04);
}

.csali-video-tip:hover::before {
    width: 5px;
}

.csali-video-tip .tip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    font-size: 1.3rem;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
}

.csali-video-tip:hover .tip-icon {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(147, 128, 188, 0.2);
}

.csali-video-tip h4 {
    font-size: 1rem;
    color: var(--szgy-lavender-dark);
}

/* ============================================
   CARD HOVER EFFECTS — Lavender accent with
   glass depth inset highlights
   ============================================ */
.csali-wrong-card,
.csali-why-card,
.csali-method-card {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease,
                border-color 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.csali-wrong-card:hover,
.csali-why-card:hover,
.csali-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 56px var(--szgy-lavender-glow),
                0 6px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Wrong card — red accent with subtle danger wash */
.csali-wrong-card {
    position: relative;
    border-left: 4px solid #E57373;
    overflow: hidden;
}

.csali-wrong-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(229, 115, 115, 0.06) 0%, transparent 50%);
    pointer-events: none;
    border-radius: inherit;
}

.csali-wrong-card .card-icon {
    background: linear-gradient(135deg, #FFCDD2, #EF9A9A);
}

/* ============================================
   WRONG CARD IMAGE — Unified top-image style
   ============================================ */
.csali-wrong-card .szgy-card-image {
    width: 100%;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    margin-bottom: var(--space-sm);
}

/* ============================================
   WHY CARDS — Lavender accent numbering
   ============================================ */
.csali-why-card .card-number {
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet));
    color: white;
    box-shadow: 0 4px 12px rgba(147, 128, 188, 0.28);
}

/* ============================================
   METHOD CARDS — Calming approach styling
   ============================================ */
.csali-method-card {
    position: relative;
    border-left: 4px solid #81C784;
    overflow: hidden;
}

.csali-method-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(129, 199, 132, 0.06) 0%, transparent 50%);
    pointer-events: none;
    border-radius: inherit;
}

.csali-method-card .method-icon {
    background: linear-gradient(135deg, #C8E6C9, #A5D6A7);
}

/* ============================================
   QUESTION CARDS — Enhanced open state
   ============================================ */
.csali-question-card {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.csali-question-card[open] {
    box-shadow: 0 12px 40px rgba(147, 128, 188, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(147, 128, 188, 0.3);
}

.csali-question-card summary {
    transition: background 0.2s ease;
}

.csali-question-card summary:hover {
    background: rgba(184, 169, 201, 0.06);
}

/* Question list items */
.szgy-question-list {
    list-style: none;
    padding: 0;
    margin: var(--space-sm) 0;
}

.szgy-question-list li {
    padding: 6px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.szgy-question-list li .szgy-bullet {
    font-weight: bold;
    flex-shrink: 0;
}

.szgy-bullet--teal { color: var(--teal); }
.szgy-bullet--lavender { color: var(--lavender-dark); }
.szgy-bullet--orange { color: var(--orange); }

.szgy-question-separator {
    margin-top: var(--space-md);
}

/* ============================================
   RELATABLE QUESTION — Emotional engagement
   with enhanced glass styling
   ============================================ */
.szgy-relatable {
    max-width: 700px;
    margin: var(--space-lg) auto 0;
    padding: var(--space-md) var(--space-lg);
    background: linear-gradient(135deg, rgba(184, 169, 201, 0.1) 0%, rgba(26, 95, 106, 0.06) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--v2-card-radius);
    border-left: 4px solid var(--lavender);
    text-align: center;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.szgy-relatable::before {
    content: '\201C';
    position: absolute;
    top: -8px;
    left: 20px;
    font-size: 3rem;
    font-family: Georgia, serif;
    color: var(--lavender);
    opacity: 0.3;
    line-height: 1;
}

.szgy-relatable p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--teal-dark);
    font-style: italic;
}

/* ============================================
   MID-CONTENT CTA — Empathy bridge with
   ambient glow and avatar float
   ============================================ */
.szgy-mid-cta {
    padding: var(--space-xl) 0;
    background: linear-gradient(160deg, var(--lavender-light) 0%, var(--cream) 50%, var(--teal-lightest) 100%);
    position: relative;
    overflow: hidden;
}

.szgy-mid-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--lavender), transparent);
}

/* Ambient background glow */
.szgy-mid-cta::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(184, 169, 201, 0.1) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
    animation: szgy-pulse-glow 6s ease-in-out infinite;
}

@keyframes szgy-pulse-glow {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

.szgy-mid-cta-card {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(2rem, 5vw, 3rem);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    box-shadow: 0 12px 48px var(--szgy-lavender-glow),
                0 4px 12px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
}

.szgy-mid-cta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(147, 128, 188, 0.16),
                0 6px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.szgy-mid-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--v2-icon-gradient);
    color: var(--teal-dark);
    margin-bottom: var(--space-md);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.szgy-mid-cta-card:hover .szgy-mid-cta-icon {
    transform: scale(1.1) rotate(-3deg);
}

.szgy-mid-cta-card .szgy-mid-cta-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: var(--space-sm);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.szgy-mid-cta-card:hover .szgy-mid-cta-avatar {
    transform: scale(1.05);
}

.szgy-mid-cta-card h3 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    color: var(--teal-dark);
    margin-bottom: var(--space-sm);
}

.szgy-mid-cta-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text);
}

/* ============================================
   TESTIMONIAL STRIP — Social proof with
   enhanced glass depth
   ============================================ */
.szgy-testimonials {
    padding: var(--v2-section-gap) 0;
    background: linear-gradient(180deg, var(--cream-dark) 0%, white 100%);
    position: relative;
    overflow: hidden;
}

.szgy-testimonials::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 900px 500px at 50% 50%, rgba(184, 169, 201, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.szgy-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    max-width: 1000px;
    margin: 0 auto;
}

.szgy-testimonial {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    padding: var(--space-lg);
    border-left: 4px solid var(--lavender);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
    position: relative;
}

.szgy-testimonial::before {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 3.5rem;
    font-family: Georgia, serif;
    color: var(--lavender);
    opacity: 0.15;
    line-height: 1;
    pointer-events: none;
}

.szgy-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(147, 128, 188, 0.14),
                0 6px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.szgy-testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: var(--space-sm);
}

.szgy-testimonial p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text);
    font-style: italic;
    flex: 1;
}

.szgy-testimonial cite {
    font-style: normal;
    font-size: 0.9rem;
    color: var(--teal-dark);
}

.szgy-testimonial .v2-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--teal);
    background: var(--mint-light);
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    width: fit-content;
}

/* ============================================
   VALUE PREVIEW — Bento grid with
   featured card + glass depth
   ============================================ */
.szgy-value-preview {
    padding: var(--v2-section-gap) 0;
    background: linear-gradient(180deg, white 0%, #f3eef8 50%, white 100%);
    position: relative;
    overflow: hidden;
}

.szgy-value-preview::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 900px 500px at 50% 50%, rgba(184, 169, 201, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.szgy-value-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
    max-width: 860px;
    margin: 0 auto var(--space-xl);
}

.szgy-value-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    padding: var(--space-xl) var(--space-lg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.szgy-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(147, 128, 188, 0.13),
                0 6px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Featured diagonal cards — lavender gradient, prominent shadow */
.szgy-value-card:nth-child(1),
.szgy-value-card:nth-child(4) {
    background: linear-gradient(160deg, var(--szgy-lavender-light) 0%, rgba(255, 255, 255, 0.96) 100%);
    border-color: rgba(149, 133, 170, 0.22);
    box-shadow: 0 12px 48px rgba(147, 128, 188, 0.14),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.szgy-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet));
    color: white;
    margin-bottom: var(--space-sm);
    box-shadow: 0 4px 12px rgba(147, 128, 188, 0.28);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
}

.szgy-value-card:hover .szgy-value-icon {
    transform: scale(1.1) rotate(-6deg);
    box-shadow: 0 6px 20px rgba(147, 128, 188, 0.35);
}

.szgy-value-card h4 {
    font-size: 1.05rem;
    font-family: var(--font-display);
    color: var(--teal-dark);
    margin-bottom: var(--space-xs);
    line-height: 1.35;
}

.szgy-value-card p {
    font-size: 0.93rem;
    line-height: 1.7;
    color: var(--text);
}

/* Value CTA — centered button with guarantee line */
.szgy-value-cta {
    text-align: center;
}

.szgy-value-cta .btn {
    animation: szgy-cta-pulse 2.5s ease-in-out infinite;
}

.szgy-value-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: var(--space-sm);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.szgy-value-guarantee svg {
    color: var(--teal);
    flex-shrink: 0;
}

@keyframes szgy-cta-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(147, 128, 188, 0.3); }
    50% { box-shadow: 0 8px 36px rgba(147, 128, 188, 0.5); }
}

/* ============================================
   SECTION SUBTITLE — Reusable sub-header
   ============================================ */
.szgy-section-subtitle {
    margin-top: var(--space-xl);
}

.szgy-section-subtitle .v2-section-title {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
}

/* ============================================
   KEY NOTES IMAGE — Centered section image
   with glass frame
   ============================================ */
.szgy-key-notes-image-wrap {
    text-align: center;
    margin-bottom: var(--space-lg);
}

.szgy-key-notes-image {
    max-width: 640px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(147, 128, 188, 0.15),
                0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
}

.szgy-key-notes-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 64px rgba(147, 128, 188, 0.2),
                0 6px 16px rgba(0, 0, 0, 0.06);
}

/* ============================================
   DECISION RESULT IMAGE
   ============================================ */
.szgy-decision-image {
    max-width: 580px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: var(--space-sm);
    box-shadow: 0 12px 40px rgba(147, 128, 188, 0.12);
}

/* ============================================
   DEEP DIVE — Enhanced with pulsing glow
   and warning shimmer
   ============================================ */
.v2-deep-dive {
    position: relative;
}

.v2-deep-dive::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(184, 169, 201, 0.12) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
    animation: szgy-pulse-glow 6s ease-in-out infinite;
}

.v2-deep-dive-card {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(149, 133, 170, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-deep-dive-card:hover {
    box-shadow: 0 20px 60px rgba(147, 128, 188, 0.12);
    transform: translateY(-2px);
}

.v2-deep-dive-card p + p {
    margin-top: var(--space-md);
}

.v2-warning {
    background: var(--v2-warning-bg);
    border-left: 4px solid var(--szgy-violet);
    border-radius: var(--radius-sm);
    padding: var(--space-md);
    color: var(--v2-warning-color);
    font-weight: 600;
    margin: var(--space-md) 0;
    position: relative;
    overflow: hidden;
}

/* Subtle shimmer on warning bar */
.v2-warning::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    animation: szgy-shimmer 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes szgy-shimmer {
    0%, 100% { left: -100%; }
    50% { left: 150%; }
}

/* ============================================
   DECISION FLOW ARROWS — Animated pulse
   ============================================ */
.csali-decision-flow {
    position: relative;
}

.csali-decision-level {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
}

.csali-decision-level:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(147, 128, 188, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.csali-decision-level .level-badge {
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet));
    color: white;
    box-shadow: 0 4px 12px rgba(147, 128, 188, 0.25);
}

.csali-decision-arrow svg {
    animation: szgy-arrow-bounce 2s ease-in-out infinite;
    color: var(--szgy-lavender);
}

@keyframes szgy-arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

.csali-decision-result {
    box-shadow: 0 12px 40px rgba(129, 199, 132, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* ============================================
   GUARANTEE — Lavender shield with subtle float
   ============================================ */
.v2-guarantee-card {
    border: 1px solid rgba(149, 133, 170, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-guarantee-card:hover {
    box-shadow: 0 16px 48px rgba(147, 128, 188, 0.1);
    transform: translateY(-2px);
}

.v2-guarantee-icon {
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.v2-guarantee-card:hover .v2-guarantee-icon {
    transform: scale(1.1) rotate(-3deg);
}

.v2-guarantee-icon svg {
    color: var(--szgy-violet);
}

.v2-guarantee-highlight {
    background: linear-gradient(135deg, var(--szgy-lavender-light), var(--teal-lightest));
    color: var(--szgy-lavender-dark);
}

/* ============================================
   FINAL CTA — Rich gradient with depth
   and floating accents
   ============================================ */
.v2-final-cta {
    background: linear-gradient(160deg, #14454d 0%, var(--teal-dark) 40%, #1a7f8a 100%);
    position: relative;
    overflow: hidden;
}

.v2-final-cta::before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(184, 169, 201, 0.08) 0%, transparent 60%);
    pointer-events: none;
    border-radius: 50%;
}

.v2-final-cta::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 239, 237, 0.1) 0%, transparent 60%);
    pointer-events: none;
    border-radius: 50%;
    animation: szgy-float-slow 20s ease-in-out infinite;
}

/* White text on dark final-cta background */
.v2-final-cta-content h2 {
    color: #fff;
}

.v2-final-cta-content p {
    color: rgba(255, 255, 255, 0.9);
}

.v2-final-guarantee {
    color: rgba(255, 255, 255, 0.8);
}

.v2-final-cta .btn-primary {
    animation: szgy-final-pulse 3s ease-in-out infinite;
}

@keyframes szgy-final-pulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(184, 169, 201, 0.3); }
    50% { box-shadow: 0 8px 36px rgba(184, 169, 201, 0.5); }
}

/* ============================================
   STICKY CTA — Blur enhancement
   ============================================ */
.v2-sticky-cta {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

/* ============================================
   PROGRESS BAR — Lavender gradient
   ============================================ */
.v2-progress-bar {
    background: linear-gradient(90deg, var(--szgy-lavender) 0%, var(--szgy-violet) 50%, var(--teal) 100%);
}

/* ============================================
   KEY MESSAGES — Enhanced cards
   ============================================ */
.csali-key-message {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}

.csali-key-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(147, 128, 188, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.csali-key-message .key-icon {
    background: linear-gradient(135deg, var(--szgy-lavender), var(--szgy-violet));
    color: white;
    box-shadow: 0 4px 12px rgba(147, 128, 188, 0.25);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .szgy-testimonial-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .szgy-value-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .szgy-relatable {
        text-align: left;
    }

    .szgy-relatable::before {
        font-size: 2.5rem;
        top: -4px;
        left: 14px;
    }

    .szgy-testimonial::before {
        font-size: 2.5rem;
    }

    /* Reduce floating blobs on mobile for perf */
    .v2-hero::before {
        width: 250px;
        height: 250px;
    }

    .v2-hero::after {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .v2-hero::before,
    .v2-hero::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .szgy-value-cta .btn {
        animation: none;
    }

    .csali-decision-arrow svg {
        animation: none;
    }

    .szgy-value-card:hover .szgy-value-icon {
        transform: none;
    }

    .v2-hero::before,
    .v2-hero::after {
        animation: none;
    }

    .v2-deep-dive::after {
        animation: none;
    }

    .v2-warning::after {
        animation: none;
    }

    .v2-final-cta .btn-primary {
        animation: none;
    }

    .v2-final-cta::after {
        animation: none;
    }

    .v2-video-card::after {
        display: none;
    }

    .szgy-mid-cta::after {
        animation: none;
    }

    .v2-hero .v2-hero-badge,
    .v2-hero .v2-hero-title,
    .v2-hero .v2-hero-tagline,
    .v2-hero .v2-hero-subtitle,
    .v2-hero .csali-hero-image,
    .v2-hero .v2-hero-cta {
        animation: none;
    }

    .csali-wrong-card,
    .csali-why-card,
    .csali-method-card,
    .csali-video-tip,
    .v2-video-card,
    .v2-metric-card,
    .v2-deep-dive-card,
    .v2-guarantee-card,
    .szgy-mid-cta-card,
    .szgy-testimonial,
    .szgy-value-card,
    .csali-decision-level,
    .csali-key-message {
        transition: none;
    }
}
