/**
 * Homepage V2 — Futia Cosmic Glass Design
 * Dark cosmic theme with glassmorphism, gradient glows, cinematic depth
 */

/* ══════════════════════════════════════════
   V2 CUSTOM PROPERTIES
   ══════════════════════════════════════════ */
#homepage-v2 {
    --hv2-blue: #2563eb;
    --hv2-indigo: #4f46e5;
    --hv2-violet: #7c3aed;
    --hv2-cyan: #0ea5e9;
    --hv2-surface: rgba(255, 255, 255, 0.02);
    --hv2-surface-hover: rgba(255, 255, 255, 0.04);
    --hv2-border: rgba(255, 255, 255, 0.05);
    --hv2-border-hover: rgba(255, 255, 255, 0.12);
    --hv2-glass: rgba(5, 5, 10, 0.4);
    --hv2-glass-border: rgba(255, 255, 255, 0.06);
    --hv2-glow-violet: rgba(124, 58, 237, 0.35);
    --hv2-glow-blue: rgba(37, 99, 235, 0.25);
    --hv2-radius: 20px;
    --hv2-radius-sm: 12px;
    --hv2-radius-lg: 32px;
    --hv2-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Header nav override moved to style.css (global) */

/* ══════════════════════════════════════════
   SECTION SHARED
   ══════════════════════════════════════════ */
#homepage-v2 section {
    padding: 100px 0;
    position: relative;
}

#homepage-v2 section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--hv2-border), transparent);
}

#homepage-v2 section:first-child::before {
    display: none;
}

/* Section header */
#homepage-v2 .hv2-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
}

#homepage-v2 .hv2-section-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    line-height: 1.15;
    background: linear-gradient(135deg, #ffffff 20%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 4px 12px rgba(139, 92, 246, 0.15));
}

#homepage-v2 .hv2-section-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin: 0 auto;
    max-width: 560px;
}

/* Badge */
#homepage-v2 .hv2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 4px 12px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-badge i {
    color: var(--hv2-cyan);
    font-size: 13px;
    filter: drop-shadow(0 0 6px rgba(6, 182, 212, 0.6));
}

/* ══════════════════════════════════════════
   1. HERO — Split layout: text left, showcase right
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-hero {
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Ambient glow — offset toward the showcase side */
#homepage-v2 .hv2-hero::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10%;
    width: 700px;
    height: 600px;
    transform: translate(20%, -50%);
    background:
        radial-gradient(ellipse 60% 50% at 50% 50%, rgba(139, 92, 246, 0.10) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 70% 30%, rgba(6, 182, 212, 0.07) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

#homepage-v2 .hv2-hero .container {
    position: relative;
    z-index: 1;
}

/* ── Hero Grid ── */
#homepage-v2 .hv2-hero-grid {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
}

/* ── Left: Text ── */
#homepage-v2 .hv2-hero-text {
    text-align: left;
}

/* Hero tagline — Futia logo + VİDEO FABRİKASI pill */
#homepage-v2 .hv2-hero-tagline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

#homepage-v2 .hv2-hero-tagline-logo {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #fff 30%, var(--hv2-violet) 65%, var(--hv2-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#homepage-v2 .hv2-hero-tagline>span {
    display: inline-block;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    animation: none;
}

/* Shimmer — disabled for plain text tagline */
/*
#homepage-v2 .hv2-hero-tagline > span::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        105deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 255, 255, 0.08) 42%,
        rgba(255, 255, 255, 0.22) 48%,
        rgba(255, 255, 255, 0.30) 50%,
        rgba(255, 255, 255, 0.22) 52%,
        rgba(255, 255, 255, 0.08) 58%,
        transparent 62%,
        transparent 100%
    );
    background-size: 250% 100%;
    background-position: 120% center;
    pointer-events: none;
    animation: hv2TaglineShimmer 4.5s ease-in-out infinite;
    animation-delay: 1s;
}
*/

@keyframes hv2TaglineShimmer {
    0% {
        background-position: 120% center;
    }

    40% {
        background-position: -40% center;
    }

    100% {
        background-position: -40% center;
    }
}

@keyframes hv2TaglineGlow {

    0%,
    100% {
        box-shadow: 0 0 25px rgba(139, 92, 246, 0.3), 0 0 50px rgba(139, 92, 246, 0.10);
    }

    50% {
        box-shadow: 0 0 35px rgba(139, 92, 246, 0.45), 0 0 70px rgba(139, 92, 246, 0.15);
    }
}

#homepage-v2 .hv2-hero-title {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #fff 0%, #fff 40%, var(--hv2-violet) 70%, var(--hv2-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Click Scene — mini "Video Üret" button + animated cursor ── */
#homepage-v2 .hv2-hero-title .hv2-click-scene {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    margin-left: 12px;
    /* Break out of the h1 gradient text treatment */
    -webkit-text-fill-color: initial;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

#homepage-v2 .hv2-hero-title .hv2-click-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 7px 18px;
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 60%, #4f46e5 100%);
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    position: relative;
    z-index: 1;
    box-shadow:
        0 0 16px rgba(139, 92, 246, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: hv2BtnPulse 3.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

#homepage-v2 .hv2-hero-title .hv2-click-btn i {
    font-size: 11px;
    opacity: 0.9;
}

#homepage-v2 .hv2-hero-title .hv2-click-cursor {
    position: absolute;
    right: -6px;
    bottom: -4px;
    font-size: 17px;
    color: #fff;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
    transform-origin: top left;
    animation: hv2CursorMove 3.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Cursor movement: approach → click → retreat */
@keyframes hv2CursorMove {
    0% {
        transform: translate(14px, 10px) scale(1);
        opacity: 0.5;
    }

    15% {
        opacity: 1;
    }

    28% {
        transform: translate(-4px, -6px) scale(1);
        opacity: 1;
    }

    36% {
        transform: translate(-4px, -6px) scale(0.72);
    }

    42% {
        transform: translate(-4px, -6px) scale(1);
    }

    65% {
        transform: translate(-4px, -6px) scale(1);
        opacity: 1;
    }

    85% {
        transform: translate(14px, 10px) scale(1);
        opacity: 0.4;
    }

    100% {
        transform: translate(14px, 10px) scale(1);
        opacity: 0.5;
    }
}

/* Button glow reaction on click */
@keyframes hv2BtnPulse {

    0%,
    28% {
        box-shadow:
            0 0 16px rgba(139, 92, 246, 0.25),
            0 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transform: scale(1);
    }

    36% {
        box-shadow:
            0 0 10px rgba(139, 92, 246, 0.15),
            0 1px 4px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.05);
        transform: scale(0.96);
    }

    44% {
        box-shadow:
            0 0 30px rgba(139, 92, 246, 0.55),
            0 0 60px rgba(6, 182, 212, 0.25),
            0 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.15);
        transform: scale(1.04);
        background: linear-gradient(135deg, #9b6ff6 0%, #7c7cf7 60%, #06b6d4 100%);
    }

    56% {
        box-shadow:
            0 0 20px rgba(139, 92, 246, 0.35),
            0 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transform: scale(1);
        background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 60%, #4f46e5 100%);
    }

    100% {
        box-shadow:
            0 0 16px rgba(139, 92, 246, 0.25),
            0 2px 8px rgba(0, 0, 0, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transform: scale(1);
    }
}

/* ── Large click scene — title-sized "Video Üret" button ── */
#homepage-v2 .hv2-hero-title .hv2-click-scene--lg {
    margin-left: 6px;
    vertical-align: baseline;
}

#homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-btn {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: -0.03em;
    padding: 2px 14px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 0 24px rgba(139, 92, 246, 0.3),
        0 0 48px rgba(139, 92, 246, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-btn i {
    font-size: 0.65em;
}

#homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-cursor {
    font-size: 22px;
    right: -10px;
    bottom: -8px;
    animation-name: hv2CursorMoveLg;
}

/* Larger cursor travel distance for --lg */
@keyframes hv2CursorMoveLg {
    0% {
        transform: translate(20px, 14px) scale(1);
        opacity: 0.5;
    }

    15% {
        opacity: 1;
    }

    28% {
        transform: translate(-6px, -8px) scale(1);
        opacity: 1;
    }

    36% {
        transform: translate(-6px, -8px) scale(0.72);
    }

    42% {
        transform: translate(-6px, -8px) scale(1);
    }

    65% {
        transform: translate(-6px, -8px) scale(1);
        opacity: 1;
    }

    85% {
        transform: translate(20px, 14px) scale(1);
        opacity: 0.4;
    }

    100% {
        transform: translate(20px, 14px) scale(1);
        opacity: 0.5;
    }
}

/* Responsive --lg adjustments */
@media (max-width: 768px) {
    #homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-btn {
        font-size: clamp(16px, 2.8vw, 22px);
        padding: 8px 22px;
        border-radius: 11px;
    }

    #homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-cursor {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-btn {
        font-size: 15px;
        padding: 7px 18px;
        border-radius: 9px;
    }

    #homepage-v2 .hv2-hero-title .hv2-click-scene--lg .hv2-click-cursor {
        font-size: 15px;
        right: -6px;
        bottom: -5px;
    }
}

/* ══════════════════════════════════════
   FLYING CURSOR — Tek Tıkla → Showcase
   ══════════════════════════════════════ */
#homepage-v2 .hv2-flying-cursor {
    position: absolute;
    top: 38%;
    left: 18%;
    z-index: 10;
    pointer-events: none;
    font-size: 26px;
    color: #fff;
    transform-origin: 2px 2px;
    filter: drop-shadow(0 0 14px rgba(139, 92, 246, 0.55)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
    animation: hv2FlyingCursor 5.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform, opacity;
}

/* Glowing trail behind cursor */
#homepage-v2 .hv2-flying-cursor::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 14px;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), rgba(6, 182, 212, 0.3));
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
    animation: hv2CursorTrail 5.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Cursor flight path */
@keyframes hv2FlyingCursor {

    0%,
    8% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }

    14% {
        transform: translate(8px, 10px) scale(1);
        opacity: 1;
    }

    /* Glide down to "Hemen Başla" button */
    32% {
        transform: translate(-10px, 200px) scale(1);
        opacity: 1;
    }

    /* Click down on button */
    38% {
        transform: translate(-10px, 200px) scale(0.7);
        opacity: 1;
    }

    /* Click release — button press effect */
    42% {
        transform: translate(-10px, 200px) scale(1.05);
        opacity: 1;
    }

    /* Hold on button */
    56% {
        transform: translate(-10px, 200px) scale(1);
        opacity: 1;
    }

    /* Return — fade out */
    74% {
        transform: translate(10px, 20px) scale(0.95);
        opacity: 0.3;
    }

    82% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }

    90% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
}

/* Trail visibility synced with flight */
@keyframes hv2CursorTrail {

    0%,
    10% {
        opacity: 0;
        transform: scaleX(0);
    }

    20% {
        opacity: 0.7;
        transform: scaleX(1);
    }

    30% {
        opacity: 0.5;
        transform: scaleX(1.2);
    }

    38% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 0;
        transform: scaleX(0);
    }
}

/* Showcase glow pulse removed — 3D tilt handles interaction now */

/* Hide flying cursor below 1024px (single column layout) */
@media (max-width: 1024px) {
    #homepage-v2 .hv2-flying-cursor {
        display: none;
    }
}

#homepage-v2 .hv2-hero-subtitle {
    font-size: clamp(15px, 1.6vw, 18px);
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 460px;
}

#homepage-v2 .hv2-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* ── Hero button base reset ── */
#homepage-v2 .hv2-hero-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 38px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.2;
}

/* ── Primary: Hemen Başla ── */
#homepage-v2 .hv2-hero-buttons .btn-primary {
    color: #fff;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.85) 0%, rgba(79, 70, 229, 0.85) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 8px 32px rgba(124, 58, 237, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#homepage-v2 .hv2-hero-buttons .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    animation: hv2GlassShine 4s infinite;
}

@keyframes hv2GlassShine {
    0% {
        left: -100%;
    }

    20% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

#homepage-v2 .hv2-hero-buttons .btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.95) 0%, rgba(99, 102, 241, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 40px rgba(124, 58, 237, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-hero-buttons .btn-primary i {
    font-size: 14px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#homepage-v2 .hv2-hero-buttons .btn-primary:hover i {
    transform: translateX(4px);
}

/* ── Outline: Fiyatları Gör ── */
#homepage-v2 .hv2-hero-buttons .btn-outline {
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#homepage-v2 .hv2-hero-buttons .btn-outline:hover {
    transform: translateY(-2px);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow:
        0 0 20px rgba(139, 92, 246, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Stats — compact horizontal bar */
#homepage-v2 .hv2-hero-stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
}

#homepage-v2 .hv2-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 0 0;
}

#homepage-v2 .hv2-stat-divider+.hv2-stat {
    padding: 0 24px;
}

#homepage-v2 .hv2-stat-num {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 20%, var(--hv2-violet) 80%, var(--hv2-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

#homepage-v2 .hv2-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 500;
    margin-top: 3px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#homepage-v2 .hv2-stat-divider {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
}

/* ── Right: Video Showcase ── */
#homepage-v2 .hv2-hero-showcase {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

/* Vertical row — 4 cards */
#homepage-v2 .hv2-showcase-vertical {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    perspective: 1000px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #fff 6%, #fff 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #fff 6%, #fff 94%, transparent 100%);
}

#homepage-v2 .hv2-showcase-track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: hv2MarqueeScroll 56s linear infinite;
}

#homepage-v2 .hv2-showcase-track:hover {
    animation-play-state: paused;
}

@keyframes hv2MarqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#homepage-v2 .hv2-showcase-horizontal {
    overflow: hidden;
    max-width: 100%;
}

/* Shared card base */
#homepage-v2 .hv2-showcase-vcard,
#homepage-v2 .hv2-showcase-hcard {
    position: relative;
    border-radius: var(--hv2-radius);
    overflow: hidden;
    border: none;
    background: #0c0b14;
}


/* Vertical cards — 9:16 aspect, fixed width for marquee */
#homepage-v2 .hv2-showcase-vcard {
    aspect-ratio: 9 / 16;
    width: 150px;
    flex-shrink: 0;
}

/* Horizontal card — full width matching vertical row */
#homepage-v2 .hv2-showcase-hcard {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Video element — bleeds 1px past edges to kill sub-pixel gaps */
#homepage-v2 .hv2-showcase-vcard video,
#homepage-v2 .hv2-showcase-vcard>img {
    position: absolute;
    inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    display: block;
    z-index: 2;
}

#homepage-v2 .hv2-showcase-hcard video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
}

/* Placeholder — only visible when no video loaded */
#homepage-v2 .hv2-showcase-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0c0b14;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1;
}

#homepage-v2 .hv2-showcase-placeholder i {
    font-size: 28px;
    color: rgba(139, 92, 246, 0.25);
}

#homepage-v2 .hv2-showcase-placeholder span {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Kill placeholder completely when video plays */
#homepage-v2 .hv2-showcase-vcard.has-video .hv2-showcase-placeholder,
#homepage-v2 .hv2-showcase-hcard.has-video .hv2-showcase-placeholder {
    opacity: 0;
    visibility: hidden;
    display: none;
}


/* ══════════════════════════════════════════
   2. NASIL ÇALIŞIR — 3 Adım
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
}

/* Connecting line between steps */
#homepage-v2 .hv2-steps-grid::before {
    content: '';
    position: absolute;
    top: 68px;
    /* Adjusted downward to match the new orb size */
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), rgba(6, 182, 212, 0.8), rgba(139, 92, 246, 0.5), transparent);
    opacity: 0.6;
    z-index: 0;
    filter: drop-shadow(0 0 12px rgba(6, 182, 212, 0.6));
    animation: hv2LaserFlow 3s linear infinite;
}

@keyframes hv2LaserFlow {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

#homepage-v2 .hv2-step-card {
    background: rgba(255, 255, 255, 0.015);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--hv2-radius-lg);
    padding: 48px 36px 40px;
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#homepage-v2 .hv2-step-card:hover {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(139, 92, 246, 0.25);
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(139, 92, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#homepage-v2 .hv2-step-num {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    font-size: 26px;
    font-weight: 800;
    border-radius: 50%;
    background: #0e0d16;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15), 0 8px 24px rgba(139, 92, 246, 0.4);
    position: relative;
    z-index: 1;
}

#homepage-v2 .hv2-step-num::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-cyan));
    z-index: -1;
    filter: blur(8px);
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

#homepage-v2 .hv2-step-card:hover .hv2-step-num::after {
    opacity: 1;
    filter: blur(12px);
}

#homepage-v2 .hv2-step-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

#homepage-v2 .hv2-step-card>p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 20px;
}

#homepage-v2 .hv2-step-details {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#homepage-v2 .hv2-step-details li {
    font-size: 13px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 10px;
}

#homepage-v2 .hv2-step-details li i {
    color: var(--hv2-cyan);
    font-size: 11px;
    flex-shrink: 0;
}

/* ══════════════════════════════════════════
   3. İNTERAKTİF DEMO
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-demo {
    background: linear-gradient(180deg, transparent 0%, rgba(139, 92, 246, 0.03) 50%, transparent 100%);
}

/* ══════════════════════════════════════════
   INTERACTIVE TAB DEMO — TubeGen-inspired pipeline
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-tdemo {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

/* ── Animated gradient border ── */
#homepage-v2 .hv2-tdemo::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #6366f1, #a855f7, #06b6d4, #a855f7, #6366f1);
    background-size: 300% 300%;
    animation: hv2DemoGlow 6s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 10;
}

/* ── Top edge light reflection ── */
#homepage-v2 .hv2-tdemo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    border-radius: 24px 24px 0 0;
    z-index: 11;
    pointer-events: none;
}

@keyframes hv2DemoGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

#homepage-v2 .hv2-tdemo-tabs {
    display: flex;
    gap: 0;
    position: relative;
    background: rgba(17, 24, 39, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px 24px 0 0;
    overflow: visible;
}

#homepage-v2 .hv2-tdemo-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 8px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    font-family: inherit;
    outline: none;
}

#homepage-v2 .hv2-tdemo-tab:not(:last-of-type)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: rgba(255, 255, 255, 0.05);
}

#homepage-v2 .hv2-tdemo-tab:hover {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.015);
}

#homepage-v2 .hv2-tdemo-tab.active {
    color: #fff;
    background: rgba(139, 92, 246, 0.08);
}

#homepage-v2 .hv2-tdemo-tab.completed {
    color: rgba(255, 255, 255, 0.5);
}

/* ── Tab Avatar (The 3D Icon Container) ── */
#homepage-v2 .hv2-tdemo-tab-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1f1e2c, #13121d);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

#homepage-v2 .hv2-tdemo-tab:hover .hv2-tdemo-tab-avatar {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(135deg, #262438, #181724);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

#homepage-v2 .hv2-tdemo-tab.active .hv2-tdemo-tab-avatar {
    transform: translateY(-6px) scale(1.1);
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-indigo));
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

#homepage-v2 .hv2-tdemo-tab.completed .hv2-tdemo-tab-avatar {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.2);
}

/* Tab number indicator (small badge on avatar) */
#homepage-v2 .hv2-tdemo-tab-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0e0d16;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    z-index: 2;
}

#homepage-v2 .hv2-tdemo-tab.active .hv2-tdemo-tab-num {
    background: var(--hv2-cyan);
    color: #000;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(6, 182, 212, 0.6);
}

/* Tab icon inside avatar */
#homepage-v2 .hv2-tdemo-tab-avatar i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.35);
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

#homepage-v2 .hv2-tdemo-tab:hover .hv2-tdemo-tab-avatar i {
    color: rgba(255, 255, 255, 0.6);
}

#homepage-v2 .hv2-tdemo-tab.active .hv2-tdemo-tab-avatar i {
    color: #fff;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
    transform: scale(1.1);
}

#homepage-v2 .hv2-tdemo-tab.completed .hv2-tdemo-tab-avatar i {
    color: rgba(139, 92, 246, 0.8);
}

/* Tab label */
#homepage-v2 .hv2-tdemo-tab-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-tab.active .hv2-tdemo-tab-label {
    color: #fff;
}

/* ── Progress Bar (bottom of tabs) ── */
#homepage-v2 .hv2-tdemo-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.03);
}

#homepage-v2 .hv2-tdemo-progress-fill {
    height: 100%;
    width: 16.666%;
    background: linear-gradient(90deg, var(--hv2-violet), var(--hv2-cyan));
    border-radius: 0 2px 2px 0;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.3);
}

/* ── Content Panels Container ── */
#homepage-v2 .hv2-tdemo-panels {
    background: rgba(17, 24, 39, 0.75);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: none;
    border-top: none;
    border-radius: 0 0 24px 24px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 50px 120px rgba(0, 0, 0, 0.6),
        0 20px 50px rgba(124, 58, 237, 0.08),
        inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

/* Ambient inner glow */
#homepage-v2 .hv2-tdemo-panels::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(124, 58, 237, 0.06);
    pointer-events: none;
    z-index: 0;
}

/* Individual panel */
#homepage-v2 .hv2-tdemo-panel {
    display: none;
    padding: 48px 56px;
    position: relative;
    z-index: 1;
}

#homepage-v2 .hv2-tdemo-panel.active {
    display: block;
}

/* Panel header */
#homepage-v2 .hv2-tdemo-panel-header {
    margin-bottom: 0;
}

#homepage-v2 .hv2-tdemo-panel-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

#homepage-v2 .hv2-tdemo-panel-header p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 26px;
    line-height: 1.5;
}

/* ── Mock Input ── */
#homepage-v2 .hv2-tdemo-mock-input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(139, 92, 246, 0);
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-mock-input:hover {
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(139, 92, 246, 0.15);
}

#homepage-v2 .hv2-tdemo-mock-input i {
    color: rgba(255, 255, 255, 0.22);
    font-size: 14px;
    flex-shrink: 0;
}

#homepage-v2 .hv2-tdemo-cursor {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: var(--hv2-cyan);
    border-radius: 1px;
    animation: hv2CursorBlink 1s step-end infinite;
    flex-shrink: 0;
}

@keyframes hv2CursorBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* ── Suggestion Tags ── */
#homepage-v2 .hv2-tdemo-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
}

#homepage-v2 .hv2-tdemo-tag {
    padding: 8px 14px;
    background: rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(139, 92, 246, 0.16);
    border-radius: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    cursor: default;
}

#homepage-v2 .hv2-tdemo-tag i {
    margin-right: 5px;
    font-size: 10px;
    color: rgba(139, 92, 246, 0.45);
}

#homepage-v2 .hv2-tdemo-tag:hover {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.25);
    color: #fff;
}

/* ── Script Block ── */
#homepage-v2 .hv2-tdemo-script-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.85;
    max-height: 160px;
    overflow-y: auto;
    margin-bottom: 16px;
    white-space: pre-wrap;
}

#homepage-v2 .hv2-tdemo-script-block strong {
    color: var(--hv2-cyan);
    font-weight: 600;
}

/* ── Meta Row ── */
#homepage-v2 .hv2-tdemo-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 26px;
}

#homepage-v2 .hv2-tdemo-meta>span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

#homepage-v2 .hv2-tdemo-meta>span i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
}

#homepage-v2 .hv2-tdemo-meta>span strong {
    color: rgba(255, 255, 255, 0.8);
}

#homepage-v2 .hv2-tdemo-meta>span.active {
    color: var(--hv2-cyan);
}

#homepage-v2 .hv2-tdemo-meta>span.active i {
    color: var(--hv2-cyan);
}

/* ── Audio Player Mock ── */
#homepage-v2 .hv2-tdemo-audio {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

#homepage-v2 .hv2-tdemo-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-indigo));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(139, 92, 246, 0.28);
}

#homepage-v2 .hv2-tdemo-play i {
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
}

#homepage-v2 .hv2-tdemo-waveform {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1.5px;
    height: 30px;
    overflow: hidden;
}

#homepage-v2 .hv2-tdemo-waveform span {
    width: 3px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--hv2-violet), var(--hv2-cyan));
    opacity: 0.25;
    transition: opacity 0.15s ease;
}

#homepage-v2 .hv2-tdemo-waveform span.passed {
    opacity: 0.85;
}

#homepage-v2 .hv2-tdemo-waveform.playing span {
    animation: hv2WavePulse 0.8s ease-in-out infinite alternate;
}

#homepage-v2 .hv2-tdemo-waveform.playing span.passed {
    animation: none;
    opacity: 0.85;
}

@keyframes hv2WavePulse {
    0% {
        transform: scaleY(0.85);
    }

    100% {
        transform: scaleY(1.15);
    }
}

#homepage-v2 .hv2-tdemo-waveform {
    cursor: pointer;
}

/* ── Script Preview (in voice panel) ── */
#homepage-v2 .hv2-tdemo-script-preview {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

#homepage-v2 .hv2-tdemo-script-preview-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
}

#homepage-v2 .hv2-tdemo-script-preview-label i {
    font-size: 12px;
    color: var(--hv2-cyan);
    opacity: 0.6;
}

#homepage-v2 .hv2-tdemo-script-preview p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* ── Volume Control ── */
#homepage-v2 .hv2-tdemo-volume {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 4px;
}

#homepage-v2 .hv2-tdemo-volume i {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    width: 16px;
    text-align: center;
}

#homepage-v2 .hv2-tdemo-vol-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

#homepage-v2 .hv2-tdemo-vol-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-cyan));
    border: none;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(139, 92, 246, 0.5);
    margin-top: -5px;
}

#homepage-v2 .hv2-tdemo-vol-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-cyan));
    border: none;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(139, 92, 246, 0.5);
}

#homepage-v2 .hv2-tdemo-vol-slider::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.15);
}

#homepage-v2 .hv2-tdemo-vol-slider::-moz-range-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    border: none;
}

#homepage-v2 .hv2-tdemo-time {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    font-variant-numeric: tabular-nums;
    font-family: 'JetBrains Mono', monospace;
    flex-shrink: 0;
}

/* ── Pill Rows (language, voice) ── */
#homepage-v2 .hv2-tdemo-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

#homepage-v2 .hv2-tdemo-pill {
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    cursor: default;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-pill.active {
    background: rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.28);
    color: #fff;
}

/* ── Toggle Group (quality selectors) ── */
#homepage-v2 .hv2-tdemo-toggles {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

#homepage-v2 .hv2-tdemo-toggle {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    cursor: default;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-toggle.active {
    border-color: rgba(139, 92, 246, 0.28);
    background: rgba(139, 92, 246, 0.055);
}

#homepage-v2 .hv2-tdemo-toggle>i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

#homepage-v2 .hv2-tdemo-toggle.active>i {
    color: var(--hv2-cyan);
}

#homepage-v2 .hv2-tdemo-toggle div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#homepage-v2 .hv2-tdemo-toggle strong {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

#homepage-v2 .hv2-tdemo-toggle.active strong {
    color: #fff;
}

#homepage-v2 .hv2-tdemo-toggle span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-top: 2px;
}

/* ── Checklist ── */
#homepage-v2 .hv2-tdemo-checklist {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 26px;
}

#homepage-v2 .hv2-tdemo-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

#homepage-v2 .hv2-tdemo-check i {
    color: var(--hv2-cyan);
    font-size: 14px;
    flex-shrink: 0;
}

/* ── Duration Pills ── */
#homepage-v2 .hv2-tdemo-durations {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

#homepage-v2 .hv2-tdemo-dur {
    padding: 7px 15px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    cursor: default;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-dur.active {
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-cyan));
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 14px rgba(139, 92, 246, 0.3);
}

/* ── Next / Continue Button ── */
#homepage-v2 .hv2-tdemo-next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-indigo));
    border: none;
    border-radius: 10px;
    padding: 11px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 16px rgba(139, 92, 246, 0.25);
}

#homepage-v2 .hv2-tdemo-next:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(139, 92, 246, 0.35);
}

#homepage-v2 .hv2-tdemo-next i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

#homepage-v2 .hv2-tdemo-next:hover i {
    transform: translateX(3px);
}

/* ── Final CTA Button ── */
#homepage-v2 .hv2-tdemo-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-blue));
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(139, 92, 246, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transition: all 0.35s ease;
}

#homepage-v2 .hv2-tdemo-cta:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

/* ── Locked Tab State ── */
#homepage-v2 .hv2-tdemo-tab.locked {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}

/* ── Section Labels inside panels ── */
#homepage-v2 .hv2-tdemo-section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 14px;
}

#homepage-v2 .hv2-tdemo-section-label i {
    font-size: 12px;
    color: var(--hv2-cyan);
    opacity: 0.65;
}

#homepage-v2 .hv2-tdemo-hint {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin: -6px 0 14px;
    line-height: 1.4;
}

/* ── Channel Selection Grid ── */
#homepage-v2 .hv2-tdemo-channel-row {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

#homepage-v2 .hv2-tdemo-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex: 1;
}

#homepage-v2 .hv2-tdemo-channel {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    cursor: default;
    transition: border-color 0.3s ease, background 0.3s ease;
    position: relative;
}

#homepage-v2 .hv2-tdemo-channel.active {
    border-color: rgba(139, 92, 246, 0.3);
    background: rgba(139, 92, 246, 0.055);
}

#homepage-v2 .hv2-tdemo-channel-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(6, 182, 212, 0.09));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--hv2-cyan);
    flex-shrink: 0;
}

#homepage-v2 .hv2-tdemo-channel-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

#homepage-v2 .hv2-tdemo-channel-info strong {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#homepage-v2 .hv2-tdemo-channel.active .hv2-tdemo-channel-info strong {
    color: #fff;
}

#homepage-v2 .hv2-tdemo-channel-info span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

#homepage-v2 .hv2-tdemo-channel-check {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: var(--hv2-cyan);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#homepage-v2 .hv2-tdemo-channel.active .hv2-tdemo-channel-check {
    opacity: 1;
}

/* ── New Channel Card ── */
#homepage-v2 .hv2-tdemo-channel-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    cursor: default;
    min-width: 82px;
    transition: border-color 0.3s ease;
}

#homepage-v2 .hv2-tdemo-channel-new-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px dashed rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.28);
}

#homepage-v2 .hv2-tdemo-channel-new span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.28);
    white-space: nowrap;
}

/* ── Demo Image Grid ── */
#homepage-v2 .hv2-tdemo-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

#homepage-v2 .hv2-tdemo-image-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0c0b14;
}

#homepage-v2 .hv2-tdemo-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#homepage-v2 .hv2-tdemo-image-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    padding: 3px 8px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
}

/* ── Demo Video Clip Grid ── */
#homepage-v2 .hv2-tdemo-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

#homepage-v2 .hv2-tdemo-video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0c0b14;
    cursor: pointer;
}

#homepage-v2 .hv2-tdemo-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#homepage-v2 .hv2-tdemo-video-badge {
    position: absolute;
    bottom: 6px;
    left: 6px;
    padding: 3px 8px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
    z-index: 2;
}

#homepage-v2 .hv2-tdemo-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 20px;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

#homepage-v2 .hv2-tdemo-video-card:hover .hv2-tdemo-video-play {
    opacity: 0;
}

/* ── Demo Panel Genel Animasyonlar ── */
#homepage-v2 .hv2-anim {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

#homepage-v2 .hv2-anim.in {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays — data-delay 0-8 */
#homepage-v2 .hv2-anim.in[data-delay="0"] {
    transition-delay: 0.05s;
}

#homepage-v2 .hv2-anim.in[data-delay="1"] {
    transition-delay: 0.12s;
}

#homepage-v2 .hv2-anim.in[data-delay="2"] {
    transition-delay: 0.19s;
}

#homepage-v2 .hv2-anim.in[data-delay="3"] {
    transition-delay: 0.26s;
}

#homepage-v2 .hv2-anim.in[data-delay="4"] {
    transition-delay: 0.33s;
}

#homepage-v2 .hv2-anim.in[data-delay="5"] {
    transition-delay: 0.40s;
}

#homepage-v2 .hv2-anim.in[data-delay="6"] {
    transition-delay: 0.47s;
}

#homepage-v2 .hv2-anim.in[data-delay="7"] {
    transition-delay: 0.54s;
}

#homepage-v2 .hv2-anim.in[data-delay="8"] {
    transition-delay: 0.61s;
}

/* Scale-in varyant — görsel & video kartları */
#homepage-v2 .hv2-tdemo-image-card.hv2-anim,
#homepage-v2 .hv2-tdemo-video-card.hv2-anim {
    transform: scale(0.85);
}

#homepage-v2 .hv2-tdemo-image-card.hv2-anim.in,
#homepage-v2 .hv2-tdemo-video-card.hv2-anim.in {
    transform: scale(1);
}

/* Pop-in varyant — AI öneri tag'ları */
#homepage-v2 .hv2-tdemo-tag.hv2-anim {
    transform: scale(0.7) translateY(8px);
}

#homepage-v2 .hv2-tdemo-tag.hv2-anim.in {
    transform: scale(1) translateY(0);
}

/* ── Demo Final Panel ── */
#homepage-v2 .hv2-tdemo-final-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

#homepage-v2 .hv2-tdemo-final-step {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#homepage-v2 .hv2-tdemo-final-step:last-child {
    border-bottom: none;
}

#homepage-v2 .hv2-tdemo-final-step.animate {
    opacity: 1;
    transform: translateX(0);
    /* Pop effect when arriving */
    animation: hv2StepPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes hv2StepPop {
    0% {
        transform: scale(0.95) translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateX(0);
        opacity: 1;
    }
}

#homepage-v2 .hv2-tdemo-final-step.animate[data-delay="0"] {
    transition-delay: 0.1s;
}

#homepage-v2 .hv2-tdemo-final-step.animate[data-delay="1"] {
    transition-delay: 0.3s;
}

#homepage-v2 .hv2-tdemo-final-step.animate[data-delay="2"] {
    transition-delay: 0.5s;
}

#homepage-v2 .hv2-tdemo-final-step.animate[data-delay="3"] {
    transition-delay: 0.7s;
}

#homepage-v2 .hv2-tdemo-final-step.animate[data-delay="4"] {
    transition-delay: 0.9s;
}

#homepage-v2 .hv2-tdemo-final-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    background: rgba(139, 92, 246, 0.1);
    color: rgba(139, 92, 246, 0.8);
}

#homepage-v2 .hv2-tdemo-final-info {
    flex: 1;
    min-width: 0;
}

#homepage-v2 .hv2-tdemo-final-info strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2px;
}

#homepage-v2 .hv2-tdemo-final-info span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

#homepage-v2 .hv2-tdemo-final-check {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    background: transparent;
    color: #34d399;
    position: relative;
    z-index: 1;
}

#homepage-v2 .hv2-tdemo-final-check::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #34d399;
    opacity: 0.15;
    z-index: -1;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-tdemo-final-step.animate .hv2-tdemo-final-check::before {
    animation: hv2CheckGlow 1.5s ease-out forwards;
}

@keyframes hv2CheckGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.4);
        opacity: 0.8;
        transform: scale(0.8);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(52, 211, 153, 0);
        opacity: 0.15;
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
        opacity: 0.15;
        transform: scale(1);
    }
}

#homepage-v2 .hv2-tdemo-final-extras {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

#homepage-v2 .hv2-tdemo-final-extra {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

#homepage-v2 .hv2-tdemo-final-extra i {
    font-size: 15px;
    color: rgba(6, 182, 212, 0.7);
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

#homepage-v2 .hv2-tdemo-final-extra small {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
    margin-left: 4px;
}

#homepage-v2 .hv2-tdemo-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 32px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    background: linear-gradient(135deg, #8b5cf6, #6366f1, #06b6d4);
    background-size: 200% 200%;
    animation: hv2CtaShimmer 3s ease infinite;
    box-shadow: 0 4px 24px rgba(139, 92, 246, 0.3), 0 0 60px rgba(139, 92, 246, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#homepage-v2 .hv2-tdemo-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 32px rgba(139, 92, 246, 0.45), 0 0 80px rgba(139, 92, 246, 0.15);
}

@keyframes hv2CtaShimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

/* ══════════════════════════════════════════
   4. ÖZELLİKLER
   ══════════════════════════════════════════ */

/* Numbers row */
#homepage-v2 .hv2-features-numbers {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

#homepage-v2 .hv2-feat-num {
    text-align: center;
}

#homepage-v2 .hv2-feat-num-val {
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, #fff 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    filter: drop-shadow(0 4px 12px rgba(139, 92, 246, 0.4));
}

#homepage-v2 .hv2-feat-num-lbl {
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    margin-top: 6px;
    display: block;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* Category sections */
#homepage-v2 .hv2-features-cats {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

#homepage-v2 .hv2-feat-cat {
    background: rgba(255, 255, 255, 0.015);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--hv2-radius-lg);
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#homepage-v2 .hv2-feat-cat:hover {
    border-color: var(--hv2-border-hover);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-feat-cat-header {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--hv2-border);
}

#homepage-v2 .hv2-feat-cat-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

#homepage-v2 .hv2-feat-cat-header p {
    font-size: 14px;
    color: var(--text-secondary);
}

#homepage-v2 .hv2-feat-cat-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

#homepage-v2 .hv2-feat-item {
    padding: 24px 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#homepage-v2 .hv2-feat-item:hover {
    background: rgba(255, 255, 255, 0.02);
    transform: translateX(4px);
}

#homepage-v2 .hv2-feat-item:hover {
    background: rgba(255, 255, 255, 0.025);
    border-color: rgba(139, 92, 246, 0.2);
    transform: translateY(-2px);
}

#homepage-v2 .hv2-feat-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

#homepage-v2 .hv2-feat-item p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
}

#homepage-v2 .hv2-feat-highlight {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--hv2-violet), var(--hv2-cyan));
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

/* ══════════════════════════════════════════
   5. STİLLER + PİPELINE
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-styles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 56px;
}

#homepage-v2 .hv2-style-cat {
    background: var(--hv2-surface);
    border: 1px solid var(--hv2-border);
    border-radius: var(--hv2-radius);
    padding: 28px;
    transition: all 0.35s var(--hv2-ease);
}

#homepage-v2 .hv2-style-cat:hover {
    border-color: var(--hv2-border-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

#homepage-v2 .hv2-style-cat h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

#homepage-v2 .hv2-style-cat>p {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.6;
}

#homepage-v2 .hv2-style-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#homepage-v2 .hv2-style-tag {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--hv2-border);
    border-radius: 20px;
    font-size: 12px;
    color: var(--text-secondary);
    cursor: default;
    transition: all 0.25s ease;
}

#homepage-v2 .hv2-style-tag:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.25);
    color: #fff;
}

/* Pipelines */
#homepage-v2 .hv2-pipelines {
    padding-top: 40px;
    border-top: 1px solid var(--hv2-border);
}

#homepage-v2 .hv2-pipelines>h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
    color: #fff;
}

#homepage-v2 .hv2-pipeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

#homepage-v2 .hv2-pipeline-card {
    background: var(--hv2-surface);
    border: 1px solid var(--hv2-border);
    border-radius: var(--hv2-radius);
    padding: 28px;
    transition: all 0.35s var(--hv2-ease);
}

#homepage-v2 .hv2-pipeline-card:hover {
    border-color: var(--hv2-border-hover);
    transform: translateY(-2px);
}

#homepage-v2 .hv2-pipeline-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

#homepage-v2 .hv2-pipeline-card>p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 16px;
}

#homepage-v2 .hv2-pipeline-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#homepage-v2 .hv2-pipeline-features span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-secondary);
}

#homepage-v2 .hv2-pipeline-features span i {
    color: var(--hv2-cyan);
    font-size: 10px;
}

/* ══════════════════════════════════════════
   6. NİŞ VİTRİN
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-niches {
    background: linear-gradient(180deg, transparent 0%, rgba(99, 102, 241, 0.03) 50%, transparent 100%);
}

#homepage-v2 .hv2-niche-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
}

#homepage-v2 .hv2-niche-card {
    background: var(--hv2-surface);
    border: 1px solid var(--hv2-border);
    border-radius: var(--hv2-radius);
    padding: 28px;
    transition: all 0.4s var(--hv2-ease);
}

#homepage-v2 .hv2-niche-card:hover {
    border-color: var(--hv2-border-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

#homepage-v2 .hv2-niche-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

#homepage-v2 .hv2-niche-card>p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Niche meta badges */
#homepage-v2 .hv2-niche-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

#homepage-v2 .hv2-niche-diff,
#homepage-v2 .hv2-niche-pot {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#homepage-v2 .hv2-niche-diff--dusuk {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #22c55e;
}

#homepage-v2 .hv2-niche-diff--orta {
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.25);
    color: #eab308;
}

#homepage-v2 .hv2-niche-diff--yuksek {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #ef4444;
}

#homepage-v2 .hv2-niche-pot {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: var(--hv2-indigo);
}

/* Niche tags */
#homepage-v2 .hv2-niche-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

#homepage-v2 .hv2-niche-tags span {
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hv2-border);
    border-radius: 16px;
    font-size: 11px;
    color: var(--text-muted);
}

/* Niche examples */
#homepage-v2 .hv2-niche-examples {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#homepage-v2 .hv2-niche-ex {
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 2px solid var(--hv2-violet);
    border-radius: 0 var(--hv2-radius-sm) var(--hv2-radius-sm) 0;
    font-size: 13px;
    color: var(--text-secondary);
    transition: all 0.25s ease;
}

#homepage-v2 .hv2-niche-ex:hover {
    background: rgba(139, 92, 246, 0.06);
    border-left-color: var(--hv2-cyan);
}

/* ══════════════════════════════════════════
   7. AI ARAÇLAR — Animated Tool Cards
   ══════════════════════════════════════════ */

/* --- Brand text in title --- */
#homepage-v2 .hv2-tools-brand {
    background: linear-gradient(135deg, #fff 0%, #fff 30%, var(--hv2-violet) 65%, var(--hv2-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Grid --- */
#homepage-v2 .hv2-tools-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

/* --- Card --- */
#homepage-v2 .hv2-tool-card {
    position: relative;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, box-shadow;
}

#homepage-v2 .hv2-tool-card:hover {
    transform: translateY(-8px) scale(1.03);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.4), 0 0 30px var(--tc-glow, rgba(99, 102, 241, 0.12));
}

/* --- Color themes (custom props per card) --- */
#homepage-v2 .hv2-tool-card[data-tool-color="violet"]  { --tc: #8b5cf6; --tc-glow: rgba(139, 92, 246, 0.15); --tc-bg: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(99, 102, 241, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="cyan"]    { --tc: #06b6d4; --tc-glow: rgba(6, 182, 212, 0.15);  --tc-bg: linear-gradient(135deg, rgba(6, 182, 212, 0.12), rgba(14, 165, 233, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="emerald"] { --tc: #34d399; --tc-glow: rgba(52, 211, 153, 0.15); --tc-bg: linear-gradient(135deg, rgba(52, 211, 153, 0.12), rgba(16, 185, 129, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="rose"]    { --tc: #f43f5e; --tc-glow: rgba(244, 63, 94, 0.15);  --tc-bg: linear-gradient(135deg, rgba(244, 63, 94, 0.12), rgba(225, 29, 72, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="amber"]   { --tc: #f59e0b; --tc-glow: rgba(245, 158, 11, 0.15); --tc-bg: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(217, 119, 6, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="blue"]    { --tc: #3b82f6; --tc-glow: rgba(59, 130, 246, 0.15); --tc-bg: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="purple"]  { --tc: #a855f7; --tc-glow: rgba(168, 85, 247, 0.15); --tc-bg: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(147, 51, 234, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="indigo"]  { --tc: #6366f1; --tc-glow: rgba(99, 102, 241, 0.15); --tc-bg: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(79, 70, 229, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="orange"]  { --tc: #f97316; --tc-glow: rgba(249, 115, 22, 0.15); --tc-bg: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(234, 88, 12, 0.06)); }
#homepage-v2 .hv2-tool-card[data-tool-color="teal"]    { --tc: #14b8a6; --tc-glow: rgba(20, 184, 166, 0.15); --tc-bg: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(13, 148, 136, 0.06)); }

/* --- Preview Area --- */
#homepage-v2 .hv2-tool-preview {
    aspect-ratio: 16 / 10;
    background: var(--tc-bg, linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.04)));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* --- Info Area --- */
#homepage-v2 .hv2-tool-info {
    padding: 20px;
}

#homepage-v2 .hv2-tool-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--tc, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px var(--tc-glow, rgba(99, 102, 241, 0.3));
}

#homepage-v2 .hv2-tool-icon i {
    color: #fff;
    font-size: 15px;
}

#homepage-v2 .hv2-tool-info h3 {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin: 0 0 6px;
}

#homepage-v2 .hv2-tool-info p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
}

/* --- CTA --- */
#homepage-v2 .hv2-tools-cta {
    text-align: center;
}

#homepage-v2 .hv2-tools-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 38px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.85) 0%, rgba(79, 70, 229, 0.85) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 8px 32px rgba(124, 58, 237, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.2;
}

#homepage-v2 .hv2-tools-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    animation: hv2GlassShine 4s infinite;
}

#homepage-v2 .hv2-tools-cta-btn:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.95) 0%, rgba(99, 102, 241, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 40px rgba(124, 58, 237, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-tools-cta-btn i {
    font-size: 14px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#homepage-v2 .hv2-tools-cta-btn:hover i {
    transform: translateX(4px);
}

/* --- Stagger reveal for tool cards --- */
#homepage-v2 .hv2-reveal.visible .hv2-tool-card {
    animation: hv2FadeUp 0.5s var(--hv2-ease) backwards;
}

#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(1)  { animation-delay: 0s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(2)  { animation-delay: 0.06s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(3)  { animation-delay: 0.12s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(4)  { animation-delay: 0.18s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(5)  { animation-delay: 0.24s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(6)  { animation-delay: 0.30s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(7)  { animation-delay: 0.36s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(8)  { animation-delay: 0.42s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(9)  { animation-delay: 0.48s; }
#homepage-v2 .hv2-reveal.visible .hv2-tool-card:nth-child(10) { animation-delay: 0.54s; }

/* ═══════════════════════════════════
   TOOL PREVIEW ANIMATIONS
   ═══════════════════════════════════ */

/* -- Animations are paused until grid is active -- */
#homepage-v2 .hv2-tool-preview * {
    animation-play-state: paused;
}
#homepage-v2 .hv2-tools-active .hv2-tool-preview * {
    animation-play-state: running;
}

/* ── 1. SENARYO: Typing lines ── */
#homepage-v2 .hv2-tp-senaryo {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

#homepage-v2 .hv2-tp-line {
    height: 6px;
    border-radius: 3px;
    background: var(--tc, #8b5cf6);
    opacity: 0.5;
    width: 0;
    animation: hv2ToolType 3.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

#homepage-v2 .hv2-tp-line-1 { animation-delay: 0s; --line-w: 95%; }
#homepage-v2 .hv2-tp-line-2 { animation-delay: 0.6s; --line-w: 78%; }
#homepage-v2 .hv2-tp-line-3 { animation-delay: 1.2s; --line-w: 88%; }
#homepage-v2 .hv2-tp-line-4 { animation-delay: 1.8s; --line-w: 60%; }

@keyframes hv2ToolType {
    0%, 10% { width: 0; opacity: 0.3; }
    40% { width: var(--line-w, 80%); opacity: 0.6; }
    70%, 85% { width: var(--line-w, 80%); opacity: 0.6; }
    100% { width: 0; opacity: 0.3; }
}

#homepage-v2 .hv2-tp-cursor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 16px;
    background: var(--tc, #8b5cf6);
    border-radius: 1px;
    animation: hv2ToolCursorBlink 0.8s ease-in-out infinite, hv2ToolCursorMove 3.5s ease infinite;
}

@keyframes hv2ToolCursorBlink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.2; }
}

@keyframes hv2ToolCursorMove {
    0%, 10% { left: 0%; }
    40%, 70% { left: 55%; }
    100% { left: 0%; }
}

/* ── 2. SES: Waveform bars ── */
#homepage-v2 .hv2-tp-ses {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 60px;
    padding: 0 20px;
}

#homepage-v2 .hv2-tp-bar {
    width: 4px;
    border-radius: 2px;
    background: var(--tc, #06b6d4);
    opacity: 0.6;
    animation: hv2ToolWave 1.3s ease-in-out infinite alternate;
    animation-delay: calc(var(--bar-i) * 0.07s);
    height: 12px;
}

@keyframes hv2ToolWave {
    0% { height: 8px; opacity: 0.35; }
    50% { height: calc(20px + var(--bar-i) * 1.5px); opacity: 0.7; }
    100% { height: 12px; opacity: 0.45; }
}

/* ── 3. GORSEL: Image tiles ── */
#homepage-v2 .hv2-tp-gorsel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 72%;
}

#homepage-v2 .hv2-tp-tile {
    aspect-ratio: 1;
    border-radius: 6px;
    background: var(--tc, #34d399);
    opacity: 0;
    animation: hv2ToolTileIn 3s ease infinite;
}

#homepage-v2 .hv2-tp-tile-1 { animation-delay: 0s; opacity: 0; }
#homepage-v2 .hv2-tp-tile-2 { animation-delay: 0.25s; }
#homepage-v2 .hv2-tp-tile-3 { animation-delay: 0.5s; }
#homepage-v2 .hv2-tp-tile-4 { animation-delay: 0.75s; }
#homepage-v2 .hv2-tp-tile-5 { animation-delay: 1.0s; }
#homepage-v2 .hv2-tp-tile-6 { animation-delay: 1.25s; }

@keyframes hv2ToolTileIn {
    0%, 5% { opacity: 0; transform: scale(0.7); }
    20%, 65% { opacity: 0.45; transform: scale(1); }
    85%, 100% { opacity: 0; transform: scale(0.9); }
}

/* ── 4. VIDEO: Film strip ── */
#homepage-v2 .hv2-tp-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#homepage-v2 .hv2-tp-strip {
    display: flex;
    gap: 6px;
    position: absolute;
    animation: hv2ToolStripSlide 4s linear infinite;
}

#homepage-v2 .hv2-tp-frame {
    width: 48px;
    height: 32px;
    border-radius: 4px;
    background: var(--tc, #f43f5e);
    opacity: 0.3;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes hv2ToolStripSlide {
    0% { transform: translateX(60px); }
    100% { transform: translateX(-200px); }
}

#homepage-v2 .hv2-tp-play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tc, #f43f5e);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    animation: hv2ToolPlayPulse 2s ease-in-out infinite;
    box-shadow: 0 0 20px var(--tc-glow, rgba(244, 63, 94, 0.3));
}

#homepage-v2 .hv2-tp-play i {
    color: #fff;
    font-size: 14px;
    margin-left: 2px;
}

@keyframes hv2ToolPlayPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 20px var(--tc-glow); }
    50% { transform: scale(1.1); box-shadow: 0 0 35px var(--tc-glow); }
}

/* ── 5. NIS: Search + channels ── */
#homepage-v2 .hv2-tp-nis {
    width: 78%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#homepage-v2 .hv2-tp-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#homepage-v2 .hv2-tp-search i {
    color: var(--tc, #f59e0b);
    font-size: 11px;
    opacity: 0.7;
}

#homepage-v2 .hv2-tp-search-text {
    height: 4px;
    border-radius: 2px;
    background: var(--tc, #f59e0b);
    opacity: 0.4;
    width: 0;
    animation: hv2ToolNisType 3s ease infinite;
}

@keyframes hv2ToolNisType {
    0%, 10% { width: 0; }
    35%, 65% { width: 70%; }
    90%, 100% { width: 0; }
}

#homepage-v2 .hv2-tp-channels {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#homepage-v2 .hv2-tp-ch {
    height: 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    animation: hv2ToolChAppear 3s ease infinite;
}

#homepage-v2 .hv2-tp-ch:nth-child(1) { animation-delay: 0.8s; }
#homepage-v2 .hv2-tp-ch:nth-child(2) { animation-delay: 1.1s; }
#homepage-v2 .hv2-tp-ch:nth-child(3) { animation-delay: 1.4s; }

@keyframes hv2ToolChAppear {
    0%, 20% { opacity: 0; transform: translateY(6px); }
    35%, 65% { opacity: 1; transform: translateY(0); }
    85%, 100% { opacity: 0; transform: translateY(-3px); }
}

/* ── 6. SEO: Tags + meter ── */
#homepage-v2 .hv2-tp-seo {
    width: 78%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

#homepage-v2 .hv2-tp-tag {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    color: var(--tc, #3b82f6);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    animation: hv2ToolTagIn 3.5s ease infinite;
    letter-spacing: 0.03em;
}

#homepage-v2 .hv2-tp-tag-1 { animation-delay: 0s; }
#homepage-v2 .hv2-tp-tag-2 { animation-delay: 0.3s; }
#homepage-v2 .hv2-tp-tag-3 { animation-delay: 0.6s; }
#homepage-v2 .hv2-tp-tag-4 { animation-delay: 0.9s; }

@keyframes hv2ToolTagIn {
    0%, 8% { opacity: 0; transform: translateY(8px) scale(0.8); }
    25%, 60% { opacity: 1; transform: translateY(0) scale(1); }
    80%, 100% { opacity: 0; transform: translateY(-4px) scale(0.9); }
}

#homepage-v2 .hv2-tp-meter {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
    margin-top: 6px;
    overflow: hidden;
}

#homepage-v2 .hv2-tp-meter-fill {
    height: 100%;
    border-radius: 3px;
    background: var(--tc, #3b82f6);
    width: 0;
    animation: hv2ToolMeter 3.5s ease infinite;
    opacity: 0.7;
}

@keyframes hv2ToolMeter {
    0%, 15% { width: 0; }
    50%, 65% { width: 92%; }
    90%, 100% { width: 0; }
}

/* ── 7. KAPAK: Thumbnail + scan ── */
#homepage-v2 .hv2-tp-kapak {
    position: relative;
    width: 60%;
}

#homepage-v2 .hv2-tp-thumb {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-v2 .hv2-tp-thumb-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--tc, #a855f7);
    opacity: 0.5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#homepage-v2 .hv2-tp-scan {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--tc-glow, rgba(168, 85, 247, 0.3)), transparent);
    animation: hv2ToolScan 2.5s ease-in-out infinite;
}

@keyframes hv2ToolScan {
    0% { left: -50%; }
    100% { left: 150%; }
}

#homepage-v2 .hv2-tp-sparkle {
    position: absolute;
    color: var(--tc, #a855f7);
    font-size: 14px;
    opacity: 0;
    animation: hv2ToolSparkle 2.5s ease infinite;
}

#homepage-v2 .hv2-tp-sparkle-1 { top: 15%; right: 12%; animation-delay: 0.5s; }
#homepage-v2 .hv2-tp-sparkle-2 { bottom: 20%; left: 10%; animation-delay: 1.2s; }
#homepage-v2 .hv2-tp-sparkle-3 { top: 25%; left: 15%; animation-delay: 1.8s; font-size: 10px; }

@keyframes hv2ToolSparkle {
    0%, 20% { opacity: 0; transform: scale(0.5) rotate(0deg); }
    40%, 55% { opacity: 0.9; transform: scale(1.2) rotate(45deg); }
    75%, 100% { opacity: 0; transform: scale(0.3) rotate(90deg); }
}

/* ── 8. KOMBO: Split view ── */
#homepage-v2 .hv2-tp-kombo {
    width: 78%;
    display: flex;
    gap: 8px;
    align-items: center;
}

#homepage-v2 .hv2-tp-kombo-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#homepage-v2 .hv2-tp-ktag {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 6px;
    background: var(--tc, #6366f1);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    width: fit-content;
    opacity: 0;
    animation: hv2ToolTagIn 3.5s ease infinite;
}

#homepage-v2 .hv2-tp-kline {
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    width: 0;
    animation: hv2ToolKLine 3.5s ease infinite 0.4s;
}

#homepage-v2 .hv2-tp-kline-s {
    animation-delay: 0.7s;
    --line-target: 65%;
}

@keyframes hv2ToolKLine {
    0%, 10% { width: 0; }
    35%, 60% { width: var(--line-target, 85%); }
    85%, 100% { width: 0; }
}

#homepage-v2 .hv2-tp-kombo-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

#homepage-v2 .hv2-tp-kombo-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-v2 .hv2-tp-kthumb {
    width: 48px;
    height: 30px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
    animation: hv2ToolTileIn 3s ease infinite 0.6s;
}

/* ── 9. RAKIP: Bar chart ── */
#homepage-v2 .hv2-tp-rakip {
    width: 70%;
}

#homepage-v2 .hv2-tp-bars-wrap {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 60px;
}

#homepage-v2 .hv2-tp-rbar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: var(--tc, #f97316);
    height: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#homepage-v2 .hv2-tp-rbar span {
    font-size: 7px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -14px;
    white-space: nowrap;
}

#homepage-v2 .hv2-tp-rbar-1 {
    animation: hv2ToolBar1 3.5s ease infinite;
    opacity: 0.8;
}

#homepage-v2 .hv2-tp-rbar-2 {
    animation: hv2ToolBar2 3.5s ease infinite 0.2s;
    opacity: 0.45;
}

#homepage-v2 .hv2-tp-rbar-3 {
    animation: hv2ToolBar3 3.5s ease infinite 0.4s;
    opacity: 0.35;
}

@keyframes hv2ToolBar1 {
    0%, 10% { height: 0; }
    35%, 65% { height: 85%; }
    90%, 100% { height: 0; }
}

@keyframes hv2ToolBar2 {
    0%, 10% { height: 0; }
    35%, 65% { height: 55%; }
    90%, 100% { height: 0; }
}

@keyframes hv2ToolBar3 {
    0%, 10% { height: 0; }
    35%, 65% { height: 40%; }
    90%, 100% { height: 0; }
}

/* ── 10. SMS: Phone + OTP ── */
#homepage-v2 .hv2-tp-sms {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#homepage-v2 .hv2-tp-phone {
    width: 72px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
}

#homepage-v2 .hv2-tp-otp {
    display: flex;
    gap: 3px;
}

#homepage-v2 .hv2-tp-digit {
    width: 8px;
    height: 12px;
    border-radius: 2px;
    background: var(--tc, #14b8a6);
    color: transparent;
    font-size: 8px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: hv2ToolDigit 3s ease infinite;
}

#homepage-v2 .hv2-tp-digit:nth-child(1) { animation-delay: 0.3s; }
#homepage-v2 .hv2-tp-digit:nth-child(2) { animation-delay: 0.5s; }
#homepage-v2 .hv2-tp-digit:nth-child(3) { animation-delay: 0.7s; }
#homepage-v2 .hv2-tp-digit:nth-child(4) { animation-delay: 0.9s; }
#homepage-v2 .hv2-tp-digit:nth-child(5) { animation-delay: 1.1s; }
#homepage-v2 .hv2-tp-digit:nth-child(6) { animation-delay: 1.3s; }

@keyframes hv2ToolDigit {
    0%, 8% { opacity: 0; transform: translateY(4px); }
    25%, 60% { opacity: 0.7; transform: translateY(0); }
    80%, 100% { opacity: 0; transform: translateY(-2px); }
}

#homepage-v2 .hv2-tp-check {
    color: var(--tc, #14b8a6);
    font-size: 18px;
    opacity: 0;
    animation: hv2ToolCheckIn 3s ease infinite 1.6s;
}

@keyframes hv2ToolCheckIn {
    0%, 10% { opacity: 0; transform: scale(0.5); }
    30%, 50% { opacity: 0.9; transform: scale(1.15); }
    60%, 75% { opacity: 0.8; transform: scale(1); }
    100% { opacity: 0; transform: scale(0.7); }
}

/* ══════════════════════════════════════════
   8. FİYATLANDIRMA — Premium Cosmic Pricing
   ══════════════════════════════════════════ */

/* Trust indicators */
#homepage-v2 .hv2-pr-trust {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

#homepage-v2 .hv2-pr-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.01em;
}

#homepage-v2 .hv2-pr-trust span i {
    color: #34d399;
    font-size: 14px;
}

/* === Card Grid === */
#homepage-v2 .hv2-pricing-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 64px;
    align-items: stretch;
}

#homepage-v2 .hv2-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 32px 24px 28px;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, box-shadow;
    min-width: 0;
    overflow: hidden;
}

#homepage-v2 .hv2-pricing-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(99, 102, 241, 0.08);
}

/* === Featured Card (Pro) === */
#homepage-v2 .hv2-pricing-featured {
    border-color: rgba(124, 58, 237, 0.4);
    background: rgba(124, 58, 237, 0.06);
    box-shadow: 0 0 40px rgba(124, 58, 237, 0.12), inset 0 1px 0 rgba(124, 58, 237, 0.25);
}

#homepage-v2 .hv2-pricing-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #6366f1, #a855f7, #06b6d4, #a855f7, #6366f1);
    background-size: 300% 300%;
    animation: hv2PrGlow 4s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

#homepage-v2 .hv2-pricing-featured:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.5), 0 0 60px rgba(124, 58, 237, 0.2);
}

@keyframes hv2PrGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* === Popular Badge === */
#homepage-v2 .hv2-pr-pop {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 0 0 12px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

/* === Card Head === */
#homepage-v2 .hv2-pr-head {
    min-height: 88px;
}

#homepage-v2 .hv2-pr-head h3 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin: 0 0 4px;
}

#homepage-v2 .hv2-pricing-featured .hv2-pr-head h3 {
    margin-top: 12px;
}

#homepage-v2 .hv2-pr-head p {
    font-size: 13px;
    color: #9ca3af;
    margin: 0 0 20px;
    line-height: 1.4;
}

/* === Price Block === */
#homepage-v2 .hv2-pr-price {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 20px;
    min-height: 72px;
}

#homepage-v2 .hv2-pr-amount {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #ffffff;
    line-height: 1;
}

#homepage-v2 .hv2-pr-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#homepage-v2 .hv2-pr-credits {
    font-size: 14px;
    font-weight: 600;
    color: #d1d5db;
}

#homepage-v2 .hv2-pr-bonus {
    font-size: 11px;
    font-weight: 700;
    color: #34d399;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 6px;
    padding: 2px 8px;
    width: fit-content;
}

/* === CTA Button === */
/* --- Non-featured: glassmorphism outline style --- */
#homepage-v2 .hv2-pr-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.1),
        inset 0 -1px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.2;
}

#homepage-v2 .hv2-pr-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

#homepage-v2 .hv2-pr-cta:hover::before {
    left: 200%;
}

#homepage-v2 .hv2-pr-cta:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 4px rgba(0, 0, 0, 0.1);
}

#homepage-v2 .hv2-pr-cta i {
    font-size: 12px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#homepage-v2 .hv2-pr-cta:hover i {
    transform: translateX(4px);
}

/* --- Featured: full glassmorphism gradient (same as hero button) --- */
#homepage-v2 .hv2-pr-cta-primary {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.85) 0%, rgba(79, 70, 229, 0.85) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 8px 32px rgba(124, 58, 237, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.4),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-pr-cta-primary::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: hv2GlassShine 4s infinite;
    transition: none;
    left: -100%;
}

#homepage-v2 .hv2-pr-cta-primary:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.95) 0%, rgba(99, 102, 241, 0.95) 100%);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 40px rgba(124, 58, 237, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.5),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
}

/* === Features List === */
#homepage-v2 .hv2-pr-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#homepage-v2 .hv2-pr-features li {
    font-size: 13px;
    color: #d1d5db;
    display: flex;
    align-items: center;
    gap: 10px;
}

#homepage-v2 .hv2-pr-features li i {
    color: #06b6d4;
    font-size: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 50%;
}

/* === Capacity Section (Tabs) === */
#homepage-v2 .hv2-pr-capacity {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    flex-shrink: 0;
}

#homepage-v2 .hv2-pr-tabs {
    display: flex;
    gap: 4px;
    background: rgba(31, 41, 55, 0.5);
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 12px;
}

#homepage-v2 .hv2-pr-tab {
    flex: 1;
    padding: 8px 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#homepage-v2 .hv2-pr-tab i {
    font-size: 11px;
}

#homepage-v2 .hv2-pr-tab.active {
    background: rgba(99, 102, 241, 0.15);
    color: #c4b5fd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

#homepage-v2 .hv2-pr-tab:hover:not(.active) {
    color: #d1d5db;
    background: rgba(255, 255, 255, 0.03);
}

/* Panels */
#homepage-v2 .hv2-pr-panel {
    display: none;
}

#homepage-v2 .hv2-pr-panel.active {
    display: block;
    animation: hv2PrFadeIn 0.25s ease;
}

@keyframes hv2PrFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

#homepage-v2 .hv2-pr-panel-scroll {
    height: 220px;
    overflow-y: auto;
    padding-right: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Custom scrollbar */
#homepage-v2 .hv2-pr-panel-scroll::-webkit-scrollbar {
    width: 3px;
}

#homepage-v2 .hv2-pr-panel-scroll::-webkit-scrollbar-track {
    background: transparent;
}

#homepage-v2 .hv2-pr-panel-scroll::-webkit-scrollbar-thumb {
    background: rgba(99, 102, 241, 0.3);
    border-radius: 4px;
}

/* Row */
#homepage-v2 .hv2-pr-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

#homepage-v2 .hv2-pr-row:hover {
    background: rgba(255, 255, 255, 0.03);
}

#homepage-v2 .hv2-pr-row-count {
    font-size: 13px;
    font-weight: 700;
    color: #c4b5fd;
    min-width: 42px;
    font-variant-numeric: tabular-nums;
}

#homepage-v2 .hv2-pr-row-label {
    font-size: 12px;
    color: #d1d5db;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#homepage-v2 .hv2-pr-row-duration {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.04);
    padding: 2px 8px;
    border-radius: 6px;
    white-space: nowrap;
}

#homepage-v2 .hv2-pr-cap-note {
    font-size: 10px;
    color: #6b7280;
    margin: 10px 0 0;
    text-align: center;
    font-style: italic;
}

/* === Reference Price Table === */
#homepage-v2 .hv2-pr-ref {
    background: rgba(17, 24, 39, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 32px;
    backdrop-filter: blur(12px);
}

#homepage-v2 .hv2-pr-ref-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

#homepage-v2 .hv2-pr-ref-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

#homepage-v2 .hv2-pr-ref-icon i {
    color: #fff;
    font-size: 18px;
}

#homepage-v2 .hv2-pr-ref-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin: 0;
}

#homepage-v2 .hv2-pr-ref-header p {
    font-size: 14px;
    color: #9ca3af;
    margin: 2px 0 0;
}

#homepage-v2 .hv2-pr-ref-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

#homepage-v2 .hv2-pr-ref-block h4 {
    font-size: 14px;
    font-weight: 700;
    color: #e5e7eb;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#homepage-v2 .hv2-pr-ref-block h4 i {
    color: #a855f7;
    font-size: 13px;
}

#homepage-v2 .hv2-pr-ref-line {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-bottom: 8px;
}

#homepage-v2 .hv2-pr-ref-label {
    font-size: 12px;
    font-weight: 700;
    color: #c4b5fd;
}

#homepage-v2 .hv2-pr-ref-vals {
    font-size: 12px;
    color: #9ca3af;
    font-variant-numeric: tabular-nums;
    word-break: break-word;
}

#homepage-v2 .hv2-pr-ref-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

#homepage-v2 .hv2-pr-ref-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 12px;
    color: #d1d5db;
}

#homepage-v2 .hv2-pr-ref-price {
    font-weight: 700;
    color: #a78bfa;
    white-space: nowrap;
}

/* === Combo Examples === */
#homepage-v2 .hv2-pr-combos {
    margin-bottom: 0;
}

#homepage-v2 .hv2-pr-combos-header {
    text-align: center;
    margin-bottom: 28px;
}

#homepage-v2 .hv2-pr-combos-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin: 0 0 6px;
}

#homepage-v2 .hv2-pr-combos-header h3 i {
    color: #fbbf24;
    margin-right: 8px;
}

#homepage-v2 .hv2-pr-combos-header p {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

#homepage-v2 .hv2-pr-combos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

#homepage-v2 .hv2-pr-combo-card {
    background: rgba(17, 24, 39, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

#homepage-v2 .hv2-pr-combo-card:hover {
    border-color: rgba(99, 102, 241, 0.2);
    background: rgba(17, 24, 39, 0.7);
}

#homepage-v2 .hv2-pr-combo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#homepage-v2 .hv2-pr-combo-name {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

#homepage-v2 .hv2-pr-combo-kr {
    font-size: 12px;
    font-weight: 700;
    color: #a78bfa;
    background: rgba(167, 139, 250, 0.1);
    padding: 3px 10px;
    border-radius: 8px;
}

#homepage-v2 .hv2-pr-combo-detail {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

/* ══════════════════════════════════════════
   8. SSS — Premium Glass Accordion
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-faq .hv2-section-desc {
    color: #9ca3af;
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: -0.01em;
}

#homepage-v2 .hv2-faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#homepage-v2 .hv2-faq-item {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

#homepage-v2 .hv2-faq-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(168, 85, 247, 0.03) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

#homepage-v2 .hv2-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

#homepage-v2 .hv2-faq-item:hover::before {
    opacity: 1;
}

#homepage-v2 .hv2-faq-item.open {
    border-color: rgba(139, 92, 246, 0.25);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.1), 0 0 0 1px rgba(139, 92, 246, 0.1);
    transform: translateY(-2px);
}

#homepage-v2 .hv2-faq-item.open::before {
    opacity: 1;
}

/* Question button */
#homepage-v2 .hv2-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

/* Number indicator */
#homepage-v2 .hv2-faq-num {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.025em;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex-shrink: 0;
    width: 28px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

#homepage-v2 .hv2-faq-item:hover .hv2-faq-num,
#homepage-v2 .hv2-faq-item.open .hv2-faq-num {
    opacity: 1;
}

/* Question text */
#homepage-v2 .hv2-faq-q-text {
    flex: 1;
    letter-spacing: -0.01em;
    line-height: 1.5;
}

#homepage-v2 .hv2-faq-item.open .hv2-faq-q-text {
    color: #fff;
}

/* Chevron icon wrapper */
#homepage-v2 .hv2-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#homepage-v2 .hv2-faq-icon i {
    color: #9ca3af;
    font-size: 11px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#homepage-v2 .hv2-faq-item:hover .hv2-faq-icon {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.15);
}

#homepage-v2 .hv2-faq-item.open .hv2-faq-icon {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(139, 92, 246, 0.25);
    transform: rotate(180deg);
}

#homepage-v2 .hv2-faq-item.open .hv2-faq-icon i {
    color: #a855f7;
}

/* Answer panel */
#homepage-v2 .hv2-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#homepage-v2 .hv2-faq-item.open .hv2-faq-a {
    grid-template-rows: 1fr;
}

#homepage-v2 .hv2-faq-a-inner {
    overflow: hidden;
}

#homepage-v2 .hv2-faq-a p {
    padding: 0 24px 22px 68px;
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.8;
    position: relative;
    letter-spacing: 0.005em;
}

#homepage-v2 .hv2-faq-a p::before {
    content: '';
    position: absolute;
    left: 37px;
    top: 2px;
    bottom: 22px;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, #6366f1, #a855f7 50%, transparent);
    opacity: 0.35;
}

/* Stagger reveal for FAQ items */
#homepage-v2 .hv2-faq-item.hv2-reveal {
    opacity: 0;
    transform: translateY(20px);
}

#homepage-v2 .hv2-faq-item.hv2-reveal.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s var(--hv2-ease), transform 0.5s var(--hv2-ease);
}

/* Responsive */
@media (max-width: 640px) {
    #homepage-v2 .hv2-faq-q {
        padding: 16px 18px;
        gap: 12px;
        font-size: 14px;
    }
    #homepage-v2 .hv2-faq-a p {
        padding: 0 18px 18px 56px;
        font-size: 13px;
    }
    #homepage-v2 .hv2-faq-a p::before {
        left: 31px;
    }
    #homepage-v2 .hv2-faq-icon {
        width: 28px;
        height: 28px;
    }
}

/* ══════════════════════════════════════════
   9. İletişim
   ══════════════════════════════════════════ */
#homepage-v2 .hv2-contact .hv2-section-desc {
    color: #9ca3af;
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: -0.01em;
}

#homepage-v2 .hv2-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
}

/* Info card */
#homepage-v2 .hv2-contact-card {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homepage-v2 .hv2-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

#homepage-v2 .hv2-contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(168, 85, 247, 0.1));
    border: 1px solid rgba(99, 102, 241, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#homepage-v2 .hv2-contact-icon i {
    font-size: 16px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#homepage-v2 .hv2-contact-details h4 {
    font-size: 13px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

#homepage-v2 .hv2-contact-details a,
#homepage-v2 .hv2-contact-details p {
    font-size: 15px;
    color: #e5e7eb;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.2s ease;
}

#homepage-v2 .hv2-contact-details a:hover {
    color: #a855f7;
}

/* Social links (inside card) */
#homepage-v2 .hv2-contact-social {
    margin-top: 4px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#homepage-v2 .hv2-contact-social h4 {
    font-size: 13px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#homepage-v2 .hv2-contact-social-links {
    display: flex;
    gap: 10px;
}

#homepage-v2 .hv2-contact-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#homepage-v2 .hv2-contact-social-btn:hover {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(99, 102, 241, 0.25);
    color: #a855f7;
    transform: translateY(-3px);
}

/* Form wrapper */
#homepage-v2 .hv2-contact-form-wrap {
    background: rgba(17, 24, 39, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 28px;
}

/* CF7 form override inside contact */
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form label {
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    display: block;
}

#homepage-v2 .hv2-contact-form-wrap .wpcf7-form input[type="text"],
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form input[type="email"],
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form select,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form textarea,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

#homepage-v2 .hv2-contact-form-wrap .wpcf7-form input:focus,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form select:focus,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form textarea:focus,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-form-control:focus:not([type="submit"]) {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

#homepage-v2 .hv2-contact-form-wrap .wpcf7-form p {
    margin-bottom: 16px;
}

#homepage-v2 .hv2-contact-form-wrap .wpcf7-form input[type="submit"],
#homepage-v2 .hv2-contact-form-wrap .wpcf7-submit {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

#homepage-v2 .hv2-contact-form-wrap .wpcf7-form input[type="submit"]:hover,
#homepage-v2 .hv2-contact-form-wrap .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

/* Fallback form styles */
#homepage-v2 .hv2-form-group {
    margin-bottom: 16px;
}

#homepage-v2 .hv2-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
}

#homepage-v2 .hv2-form-group input,
#homepage-v2 .hv2-form-group select,
#homepage-v2 .hv2-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

#homepage-v2 .hv2-form-group input:focus,
#homepage-v2 .hv2-form-group select:focus,
#homepage-v2 .hv2-form-group textarea:focus {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

#homepage-v2 .hv2-form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239ca3af' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

#homepage-v2 .hv2-form-group select option {
    background: #111827;
    color: #fff;
}

#homepage-v2 .hv2-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

#homepage-v2 .hv2-contact-submit {
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

#homepage-v2 .hv2-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

#homepage-v2 .hv2-contact-submit i {
    margin-right: 6px;
}

/* Responsive contact */
@media (max-width: 768px) {
    #homepage-v2 .hv2-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ══════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════ */
@keyframes hv2FadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hv2ShimmerBorder {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

/* Scroll reveal */
#homepage-v2 .hv2-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s var(--hv2-ease), transform 0.6s var(--hv2-ease);
}

#homepage-v2 .hv2-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger children */
#homepage-v2 .hv2-reveal.visible .hv2-step-card,
#homepage-v2 .hv2-reveal.visible .hv2-feat-cat,
#homepage-v2 .hv2-reveal.visible .hv2-niche-card,
#homepage-v2 .hv2-reveal.visible .hv2-pricing-card,
#homepage-v2 .hv2-reveal.visible .hv2-faq-item {
    animation: hv2FadeUp 0.5s var(--hv2-ease) backwards;
}

#homepage-v2 .hv2-reveal.visible .hv2-step-card:nth-child(1),
#homepage-v2 .hv2-reveal.visible .hv2-pricing-card:nth-child(1),
#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(1) {
    animation-delay: 0s;
}

#homepage-v2 .hv2-reveal.visible .hv2-step-card:nth-child(2),
#homepage-v2 .hv2-reveal.visible .hv2-pricing-card:nth-child(2),
#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(2) {
    animation-delay: 0.08s;
}

#homepage-v2 .hv2-reveal.visible .hv2-step-card:nth-child(3),
#homepage-v2 .hv2-reveal.visible .hv2-pricing-card:nth-child(3),
#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(3) {
    animation-delay: 0.16s;
}

#homepage-v2 .hv2-reveal.visible .hv2-pricing-card:nth-child(4),
#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(4) {
    animation-delay: 0.24s;
}

#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(5) {
    animation-delay: 0.32s;
}

#homepage-v2 .hv2-reveal.visible .hv2-niche-card:nth-child(6) {
    animation-delay: 0.4s;
}

#homepage-v2 .hv2-reveal.visible .hv2-feat-cat:nth-child(1) {
    animation-delay: 0s;
}

#homepage-v2 .hv2-reveal.visible .hv2-feat-cat:nth-child(2) {
    animation-delay: 0.1s;
}

#homepage-v2 .hv2-reveal.visible .hv2-feat-cat:nth-child(3) {
    animation-delay: 0.2s;
}

#homepage-v2 .hv2-reveal.visible .hv2-feat-cat:nth-child(4) {
    animation-delay: 0.3s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(1) {
    animation-delay: 0s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(2) {
    animation-delay: 0.04s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(3) {
    animation-delay: 0.08s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(4) {
    animation-delay: 0.12s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(5) {
    animation-delay: 0.16s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(6) {
    animation-delay: 0.2s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(7) {
    animation-delay: 0.24s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(8) {
    animation-delay: 0.28s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(9) {
    animation-delay: 0.32s;
}

#homepage-v2 .hv2-reveal.visible .hv2-faq-item:nth-child(10) {
    animation-delay: 0.36s;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1280px) {
    #homepage-v2 .hv2-tools-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    #homepage-v2 .hv2-tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    #homepage-v2 .hv2-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    #homepage-v2 .hv2-hero-text {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }

    #homepage-v2 .hv2-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    #homepage-v2 .hv2-hero-buttons {
        justify-content: center;
    }

    #homepage-v2 .hv2-hero-stats {
        justify-content: center;
    }

    #homepage-v2 .hv2-hero-showcase {
        max-width: 520px;
        margin: 0 auto;
    }

    #homepage-v2 .hv2-pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #homepage-v2 .hv2-pr-ref-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-pr-combos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #homepage-v2 .hv2-niche-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    #homepage-v2 .hv2-tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    #homepage-v2 .hv2-tool-info {
        padding: 16px;
    }

    #homepage-v2 .hv2-tool-info h3 {
        font-size: 14px;
    }

    #homepage-v2 .hv2-tool-info p {
        font-size: 12px;
    }

    #homepage-v2 section {
        padding: 72px 0;
    }

    #homepage-v2 .hv2-hero {
        padding: 120px 0 72px;
    }

    #homepage-v2 .hv2-hero-showcase {
        max-width: 420px;
    }

    #homepage-v2 .hv2-showcase-vcard {
        width: 120px;
    }

    #homepage-v2 .hv2-hero-stats {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 20px;
        justify-content: center;
    }

    #homepage-v2 .hv2-stat {
        padding: 0 14px;
    }

    #homepage-v2 .hv2-stat-num {
        font-size: 22px;
    }

    #homepage-v2 .hv2-stat-divider {
        width: 1px;
        height: 28px;
    }

    #homepage-v2 .hv2-steps-grid {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin: 0 auto;
    }

    #homepage-v2 .hv2-steps-grid::before {
        display: none;
    }

    #homepage-v2 .hv2-tdemo-tabs {
        flex-wrap: wrap;
    }

    #homepage-v2 .hv2-tdemo-tab {
        flex: 0 0 33.333%;
        padding: 14px 8px;
    }

    #homepage-v2 .hv2-tdemo-tab:nth-child(3)::after {
        display: none;
    }

    #homepage-v2 .hv2-tdemo-tab-label {
        font-size: 9px;
    }

    #homepage-v2 .hv2-tdemo-panel {
        padding: 24px 20px;
    }

    #homepage-v2 .hv2-tdemo-toggles {
        flex-direction: column;
    }

    #homepage-v2 .hv2-tdemo-channel-row {
        flex-direction: column;
    }

    #homepage-v2 .hv2-tdemo-channel-grid {
        grid-template-columns: 1fr 1fr;
    }

    #homepage-v2 .hv2-tdemo-channel-new {
        flex-direction: row;
        gap: 10px;
        padding: 12px 16px;
    }

    #homepage-v2 .hv2-tdemo-image-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    #homepage-v2 .hv2-tdemo-video-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    #homepage-v2 .hv2-tdemo-final-extras {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    #homepage-v2 .hv2-features-numbers {
        gap: 24px;
    }

    #homepage-v2 .hv2-feat-num-val {
        font-size: 32px;
    }

    #homepage-v2 .hv2-feat-cat-items {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-styles-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-pipeline-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-niche-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-pricing-cards {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
    }

    #homepage-v2 .hv2-pr-trust {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    #homepage-v2 .hv2-pr-ref {
        padding: 24px;
    }

    #homepage-v2 .hv2-pr-ref-tools {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-pr-combos-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-section-header {
        margin-bottom: 40px;
    }

    #homepage-v2 .hv2-hero-buttons {
        margin-bottom: 40px;
    }

    #homepage-v2 .hv2-faq-q {
        padding: 16px 18px;
        font-size: 14px;
    }

    #homepage-v2 .hv2-faq-a p {
        padding: 0 18px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #homepage-v2 .hv2-tools-grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 36px;
    }

    #homepage-v2 .hv2-hero {
        padding: 100px 0 56px;
    }

    #homepage-v2 .hv2-hero-title {
        font-size: 28px;
    }

    #homepage-v2 .hv2-hero-buttons .btn-lg {
        padding: 14px 28px;
        font-size: 14px;
        width: 100%;
    }

    #homepage-v2 .hv2-showcase-vcard {
        width: 95px;
    }

    #homepage-v2 .hv2-showcase-placeholder i {
        font-size: 20px;
    }

    #homepage-v2 .hv2-hero-stats {
        gap: 8px;
        padding: 14px 12px;
    }

    #homepage-v2 .hv2-stat {
        padding: 0 10px;
    }

    #homepage-v2 .hv2-stat-num {
        font-size: 18px;
    }

    #homepage-v2 .hv2-stat-label {
        font-size: 9px;
    }

    #homepage-v2 .hv2-tdemo-tab {
        padding: 10px 6px;
        gap: 4px;
    }

    #homepage-v2 .hv2-tdemo-tab-num {
        width: 18px;
        height: 18px;
        font-size: 9px;
    }

    #homepage-v2 .hv2-tdemo-tab i {
        font-size: 13px;
    }

    #homepage-v2 .hv2-tdemo-tab-label {
        display: none;
    }

    #homepage-v2 .hv2-tdemo-panel {
        padding: 20px 16px;
    }

    #homepage-v2 .hv2-tdemo-panel-header h3 {
        font-size: 18px;
    }

    #homepage-v2 .hv2-tdemo-channel-grid {
        grid-template-columns: 1fr;
    }

    #homepage-v2 .hv2-tdemo-image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    #homepage-v2 .hv2-tdemo-video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    #homepage-v2 .hv2-tdemo-final-extras {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    #homepage-v2 .hv2-tdemo-final-step {
        padding: 12px 14px;
        gap: 10px;
    }

    #homepage-v2 .hv2-tdemo-final-info strong {
        font-size: 12px;
    }

    #homepage-v2 .hv2-tdemo-cta {
        font-size: 14px;
        padding: 14px 24px;
    }

    #homepage-v2 .hv2-stat-divider {
        height: 22px;
    }

    #homepage-v2 .hv2-features-numbers {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    #homepage-v2 .hv2-feat-cat {
        padding: 24px 20px;
    }

    #homepage-v2 .hv2-credit-examples {
        padding: 24px 16px;
    }

    #homepage-v2 .hv2-cta-buttons .btn-lg {
        width: 100%;
    }
}

/* ==========================================================================
   20. NASIL ÇALIŞIR (HOW IT WORKS) - ANIMATED CARDS
   ========================================================================== */

/* Container & Base Effects */
.hv2-hw-container {
    padding: 2.5rem 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    perspective: 1000px;
}

.hv2-hw-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .hv2-hw-row {
        flex-direction: row;
        gap: 0;
    }
}

.hv2-hw-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.hv2-hw-icon-float {
    position: absolute;
    top: -16px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: hv2-float-icon 6s ease-in-out infinite;
    backdrop-filter: blur(8px);
}

.hv2-hw-icon-float i {
    color: #ffffff;
    font-size: 20px;
}

.hv2-hw-icon-1 {
    left: -16px;
    background: linear-gradient(to bottom right, #3b82f6, #4f46e5);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.hv2-hw-icon-2 {
    right: -16px;
    background: linear-gradient(to bottom right, #a855f7, #c026d3);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
    animation-delay: -2s;
}

.hv2-hw-icon-3 {
    right: -16px;
    top: -16px;
    background: linear-gradient(to bottom right, #4ade80, #059669);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
    animation-delay: -4s;
}

@keyframes hv2-float-icon {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.05);
    }
}

.hv2-hw-card {
    background: rgba(17, 24, 39, 0.6);
    /* Dark cosmic bg */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 48px 32px 32px 32px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    will-change: transform, box-shadow;
    backdrop-filter: blur(12px);
}

.hv2-hw-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.3);
}

.hv2-hw-card-last {
    overflow: hidden;
}

.hv2-hw-card-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
    margin-top: 0;
}

.hv2-hw-card-desc {
    font-size: 15px;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 0;
}

/* Card 1: Form */
.hv2-hw-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.hv2-hw-input-wrap {
    display: flex;
    flex-direction: column;
}

.hv2-hw-label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    display: block;
    padding-left: 4px;
}

.hv2-hw-input-mock {
    height: 44px;
    background: rgba(31, 41, 55, 0.5);
    border: 1px solid rgba(75, 85, 99, 0.4);
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hv2-hw-typing-email {
    font-size: 15px;
    color: #f3f4f6;
    font-family: monospace;
    font-weight: 500;
}

.hv2-hw-typing-pass {
    font-size: 20px;
    color: #f3f4f6;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 4px;
}

.hv2-hw-btn {
    width: 100%;
    padding: 14px 0;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    font-size: 15px;
    margin-top: auto;
    text-align: center;
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.hv2-hw-btn:hover {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Connectors */
.hv2-hw-connector-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    width: 80px;
    flex-shrink: 0;
    padding: 0 12px;
    align-self: stretch;
}

@media (min-width: 768px) {
    .hv2-hw-connector-wrap {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .hv2-hw-connector-wrap {
        width: 112px;
    }
}

.hv2-hw-connector {
    position: relative;
    height: 8px;
    width: 100%;
    background: rgba(31, 41, 55, 0.5);
    border-radius: 9999px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hv2-hw-connector-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    border-radius: 9999px;
    animation: hv2-conn-flow 3s linear infinite;
    background-size: 200% auto;
}

.hv2-hw-conn-1 {
    background: linear-gradient(to right, #60a5fa, #818cf8);
}

.hv2-hw-conn-2 {
    background: linear-gradient(to right, #c084fc, #f472b6);
}

/* Card 2: Generator Box */
.hv2-hw-gen-box {
    flex: 1;
    background: rgba(31, 41, 55, 0.4);
    border: 1px solid rgba(75, 85, 99, 0.3);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hv2-hw-gen-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.hv2-hw-robot-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #6366f1, #9333ea);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hv2-hw-robot-icon i {
    color: #ffffff;
    font-size: 14px;
}

.hv2-hw-placeholder-lines {
    flex: 1;
}

.hv2-hw-line-1 {
    height: 10px;
    background: rgba(75, 85, 99, 0.4);
    border-radius: 99px;
    width: 112px;
    margin-bottom: 8px;
}

.hv2-hw-line-2 {
    height: 8px;
    background: rgba(75, 85, 99, 0.4);
    border-radius: 99px;
    width: 80px;
}

.hv2-hw-progress-list {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hv2-hw-progress-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hv2-hw-progress-label {
    font-size: 10px;
    font-weight: 700;
    color: #9ca3af;
    width: 48px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hv2-hw-progress-bar-wrap {
    height: 8px;
    flex: 1;
    background: rgba(31, 41, 55, 0.6);
    border-radius: 99px;
    overflow: hidden;
}

.hv2-hw-progress {
    height: 100%;
    border-radius: 99px;
    width: 0;
}

.hv2-hw-prog-1 {
    background: #6366f1;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.hv2-hw-prog-2 {
    background: #a855f7;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

.hv2-hw-prog-3 {
    background: #ec4899;
    box-shadow: 0 0 10px rgba(236, 72, 153, 0.5);
}

.hv2-hw-success-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
    z-index: 20;
}

.hv2-hw-success-text {
    font-size: 14px;
    font-weight: 800;
    color: #34d399;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

@keyframes hv2-show-success-text {
    0%, 74% { opacity: 0; transform: translateY(6px); }
    80%, 95% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-4px); }
}

.hv2-hw-success-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #34d399, #10b981);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
    transform: scale(0.5);
    transition: transform 0.5s;
}

.hv2-hw-success-badge i {
    color: #ffffff;
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.hv2-hw-auto-text {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/* Card 3: Earning */
.hv2-hw-chart-wrap {
    position: relative;
    height: 128px;
    margin-bottom: 20px;
    flex: 1;
    margin-top: 16px;
}

.hv2-hw-chart-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #4ade80, #10b981);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    z-index: 20;
    border: 4px solid #111827;
}

.hv2-hw-chart-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.hv2-hw-growth-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
    margin-top: auto;
    background: rgba(16, 185, 129, 0.1);
    padding: 10px 0;
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.hv2-hw-growth-badge i {
    color: #10b981;
}

.hv2-hw-growth-badge span {
    font-size: 11px;
    color: #10b981;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Animations */
.hv2-hw-typing-email::after {
    content: '';
    animation: hv2-type-email 6s steps(20, end) infinite;
}

.hv2-hw-typing-pass::after {
    content: '';
    animation: hv2-type-pass 6s steps(10, end) infinite;
}

@keyframes hv2-type-email {

    0%,
    10% {
        content: '';
    }

    15% {
        content: 'h';
    }

    20% {
        content: 'he';
    }

    25% {
        content: 'hel';
    }

    30% {
        content: 'hell';
    }

    35% {
        content: 'hello';
    }

    40% {
        content: 'hello@';
    }

    45% {
        content: 'hello@f';
    }

    50% {
        content: 'hello@fu';
    }

    55% {
        content: 'hello@fut';
    }

    60% {
        content: 'hello@futi';
    }

    65%,
    100% {
        content: 'hello@futia.net';
    }
}

@keyframes hv2-type-pass {

    0%,
    65% {
        content: '';
    }

    70% {
        content: '•';
    }

    75% {
        content: '••';
    }

    80% {
        content: '•••••';
    }

    85% {
        content: '••••••••';
    }

    90%,
    100% {
        content: '••••••••••••';
    }
}

.hv2-hw-cursor {
    animation: hv2-blink 1s step-end infinite;
    color: #6366f1;
    font-weight: bold;
    margin-left: 2px;
}

.hv2-hw-cursor.hidden {
    display: none;
    opacity: 0;
}

@keyframes hv2-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.hv2-hw-step[data-delay="0"] .hv2-hw-cursor-2 {
    animation: hv2-show-hide-cursor 6s infinite;
}

.hv2-hw-step[data-delay="0"] .hv2-hw-cursor:not(.hv2-hw-cursor-2) {
    animation: hv2-hide-show-cursor 6s infinite;
}

@keyframes hv2-show-hide-cursor {

    0%,
    65% {
        display: none;
        opacity: 0;
    }

    66%,
    100% {
        display: inline-block;
        opacity: 1;
    }
}

@keyframes hv2-hide-show-cursor {

    0%,
    65% {
        display: inline-block;
        opacity: 1;
    }

    66%,
    100% {
        display: none;
        opacity: 0;
    }
}

.hv2-hw-prog-1 {
    animation: hv2-fill-bar 5s ease-out infinite;
}

.hv2-hw-prog-2 {
    animation: hv2-fill-bar 5s ease-out infinite;
    animation-delay: 1.5s;
}

.hv2-hw-prog-3 {
    animation: hv2-fill-bar 5s ease-out infinite;
    animation-delay: 3s;
}

@keyframes hv2-fill-bar {
    0% {
        width: 0%;
        opacity: 1;
    }

    50%,
    85% {
        width: 100%;
        opacity: 1;
    }

    90% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
        width: 0%;
    }
}

.hv2-hw-gen-box .hv2-hw-success-overlay {
    animation: hv2-show-success 5s ease-in-out infinite;
}

.hv2-hw-gen-box .hv2-hw-success-badge {
    animation: hv2-pop-badge 5s ease-out infinite;
}

.hv2-hw-gen-box .hv2-hw-success-text {
    animation: hv2-show-success-text 5s ease-in-out infinite;
}

@keyframes hv2-show-success {
    0%, 72% {
        opacity: 0;
        visibility: hidden;
    }
    78%, 95% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes hv2-pop-badge {
    0%, 72% {
        transform: scale(0.5);
    }
    78%, 95% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

.hv2-hw-chart-icon {
    animation: hv2-chart-pulse 4s infinite, hv2-chart-follow 4s linear infinite;
    offset-path: path('M5 75 L30 55 Q40 45 50 60 L60 70 Q70 80 85 55 L105 20 Q115 5 130 15 L145 25 Q155 30 175 10 L195 5');
    offset-rotate: 0deg;
    transform-origin: center;
}

@keyframes hv2-chart-follow {
    0% {
        offset-distance: 0%;
    }

    50% {
        offset-distance: 50%;
    }

    90% {
        offset-distance: 100%;
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    100% {
        offset-distance: 0%;
        opacity: 0;
    }
}

@keyframes hv2-chart-pulse {

    0%,
    100% {
        box-shadow: 0 4px 16px rgba(16, 185, 129, 0.5);
    }

    50% {
        box-shadow: 0 4px 24px rgba(16, 185, 129, 0.9), 0 0 12px rgba(255, 255, 255, 0.4);
    }
}

@keyframes hv2-conn-flow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    30%,
    70% {
        opacity: 1;
    }

    100% {
        transform: translateX(200%);
        opacity: 0;
    }
}

/* Observer Trigger Classes (Optional JS use) */
.hv2-hw-anim {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hv2-hw-anim.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hv2-step[data-delay="0"] {
    transition-delay: 0.1s;
}

.hv2-step[data-delay="1"] {
    transition-delay: 0.3s;
}

.hv2-step[data-delay="2"] {
    transition-delay: 0.5s;
}

/* Responsive Overrides */
@media (max-width: 768px) {
    .hv2-hw-row {
        gap: 2.5rem;
    }

    .hv2-hw-card {
        min-height: 280px;
    }

    .hv2-hw-connector-wrap {
        display: flex;
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .hv2-hw-connector {
        width: 4px;
        height: 40px;
        margin: -10px auto;
    }

    .hv2-hw-connector-gradient {
        width: 100%;
        height: 50%;
        animation: none;
        background: linear-gradient(to bottom, #60a5fa, #c084fc);
    }
}