/* =============================================
   ZELP HOMEPAGE — PREMIUM ENHANCEMENTS v2
   Enhanced glassmorphism, animated borders, 
   shimmer effects & richer visual depth
   ============================================= */

/* ---- New Keyframe Animations ---- */
@keyframes borderRotate {
    0% {
        --angle: 0deg;
    }

    100% {
        --angle: 360deg;
    }
}

@keyframes shimmerSlide {
    0% {
        transform: translateX(-100%);
    }

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

@keyframes breathe {

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

    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes subtleFloat {

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

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

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

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

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

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

@keyframes cardShimmer {
    0% {
        left: -150%;
    }

    50%,
    100% {
        left: 150%;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

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

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

@keyframes orbPulse {

    0%,
    100% {
        transform: scale(1);
        filter: blur(60px);
    }

    50% {
        transform: scale(1.15);
        filter: blur(80px);
    }
}

/* ---- Hero Section Enhancements ---- */
.hero {
    background: linear-gradient(160deg, #030711 0%, #0a111f 15%, #091428 35%, #0a2540 55%, #0c3b5e 75%, #0d5272 90%, #0e6382 100%);
}

.hero::before {
    background:
        radial-gradient(ellipse 90% 70% at 50% 0%, rgba(0, 188, 212, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 80% 50%, rgba(0, 229, 255, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 40% 40% at 20% 80%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
}

.hp-grid-bg {
    background-image:
        linear-gradient(rgba(0, 188, 212, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 188, 212, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 20%, transparent 70%);
    mask-image: radial-gradient(ellipse at 50% 40%, black 20%, transparent 70%);
}

/* ---- Hero Badge Enhanced ---- */
.hero-badge {
    background: rgba(0, 188, 212, 0.08);
    border: 1px solid rgba(0, 188, 212, 0.3);
    border-radius: 60px;
    padding: 10px 24px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.hero-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.12), transparent);
    animation: cardShimmer 4s ease-in-out infinite;
}

.hp-badge-pulse {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    display: inline-block;
    animation: hpPulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.5);
}

/* ---- Hero Title Enhancement ---- */
.hero-title {
    background: linear-gradient(135deg, #ffffff 0%, #e0f7fa 30%, #4dd0e1 60%, #00e5ff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 6s ease-in-out infinite;
    text-shadow: none;
}

/* ---- Hero Subtitle ---- */
.hero-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16.5px;
    line-height: 1.9;
}

/* ---- Hero Buttons Enhanced ---- */
.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #00bcd4 0%, #00e5ff 50%, #00bcd4 100%);
    background-size: 200% 200%;
    animation: gradientFlow 3s ease infinite;
    box-shadow: 0 8px 32px rgba(0, 188, 212, 0.35), 0 0 0 1px rgba(0, 188, 212, 0.15) inset;
    border: none;
}

.hero-buttons .btn-primary:hover {
    box-shadow: 0 12px 48px rgba(0, 188, 212, 0.5), 0 0 60px rgba(0, 229, 255, 0.15);
    transform: translateY(-4px) scale(1.02);
}

.hero-buttons .btn-outline {
    border-color: rgba(0, 188, 212, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(0, 188, 212, 0.04);
}

.hero-buttons .btn-outline:hover {
    border-color: rgba(0, 188, 212, 0.7);
    background: rgba(0, 188, 212, 0.12);
    box-shadow: 0 8px 32px rgba(0, 188, 212, 0.2), inset 0 0 20px rgba(0, 188, 212, 0.05);
}

/* ---- Social Proof Enhanced ---- */
.hp-social-proof {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 60px;
    padding: 12px 24px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-flex;
    gap: 16px;
    margin-bottom: 28px;
}

.hp-avatar {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.15), rgba(139, 92, 246, 0.1));
    border: 2px solid rgba(0, 188, 212, 0.3);
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.hp-avatar:hover {
    transform: scale(1.2) translateY(-4px);
    border-color: rgba(0, 229, 255, 0.6);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3);
    z-index: 3;
}

.hp-proof-text .hp-stars {
    color: #fbbf24;
    font-size: 13px;
    text-shadow: 0 0 8px rgba(251, 191, 36, 0.3);
}

.hp-rating-num {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
    font-size: 13px;
}

.hp-proof-text p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.5);
}

.hp-proof-text strong {
    color: #00e5ff;
    font-weight: 800;
}

/* ---- Trust Badges Enhanced ---- */
.hp-trust-badges {
    gap: 12px;
}

.hp-trust-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hp-trust-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 188, 212, 0.08), transparent);
    transition: left 0.6s;
}

.hp-trust-item:hover::after {
    left: 150%;
}

.hp-trust-item:hover {
    border-color: rgba(0, 188, 212, 0.35);
    background: rgba(0, 188, 212, 0.08);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.1);
    transform: translateY(-2px);
}

.hp-trust-item i {
    color: #00e5ff;
    font-size: 14px;
    filter: drop-shadow(0 0 4px rgba(0, 229, 255, 0.4));
}

/* ---- Hero Floating Cards Enhanced ---- */
.hp-float-card {
    background: rgba(10, 17, 31, 0.85);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    border: 1px solid rgba(0, 188, 212, 0.12);
    border-radius: 18px;
    padding: 14px 20px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 0 20px rgba(0, 188, 212, 0.05);
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-float-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(0, 188, 212, 0.12),
        0 0 0 1px rgba(0, 188, 212, 0.15) inset;
    border-color: rgba(0, 188, 212, 0.25);
}

.hp-live-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
    animation: hpPulse 1.5s ease-in-out infinite;
}

.hp-perf-fill {
    background: linear-gradient(90deg, #22c55e, #00e5ff, #00bcd4);
    background-size: 200% 100%;
    animation: hpPerfGrow 2s 1s ease-out forwards, gradientFlow 3s linear infinite;
}

.hp-hero-image-frame {
    border-radius: 24px;
}

.hp-hero-image-frame::before {
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.5), rgba(0, 229, 255, 0.15), rgba(139, 92, 246, 0.25));
    opacity: 0.5;
    animation: breathe 4s ease-in-out infinite;
}

.hero-img-main {
    border-radius: 24px;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(0, 188, 212, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* ---- Tech Strip Enhanced ---- */
.hp-tech-strip {
    padding: 24px 0;
    border-top: 1px solid rgba(0, 188, 212, 0.06);
    border-bottom: 1px solid rgba(0, 188, 212, 0.06);
    background: linear-gradient(180deg, rgba(0, 188, 212, 0.03), rgba(0, 188, 212, 0.01));
    position: relative;
}

.hp-tech-item {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    letter-spacing: 0.04em;
    transition: color 0.3s;
}

.hp-tech-item:hover {
    color: rgba(0, 229, 255, 0.8);
}

.hp-tech-item i {
    color: rgba(0, 188, 212, 0.6);
    font-size: 15px;
    transition: color 0.3s, transform 0.3s;
}

.hp-tech-item:hover i {
    color: #00e5ff;
    transform: scale(1.15);
}

/* ---- Stats Cards Enhanced ---- */
.hp-stats-section {
    padding: 70px 0 90px;
    position: relative;
}

.hp-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(0, 188, 212, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hp-stat-card {
    padding: 36px 24px 32px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--stat-color, #00bcd4), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.hp-stat-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, var(--stat-color, #00bcd4) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.hp-stat-card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--stat-color, #00bcd4) 40%, transparent);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 30px color-mix(in srgb, var(--stat-color, #00bcd4) 10%, transparent);
}

.hp-stat-card:hover::before {
    opacity: 1;
}

.hp-stat-card:hover::after {
    opacity: 0.03;
}

.hp-stat-icon {
    font-size: 26px;
    margin-bottom: 14px;
    opacity: 0.9;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-stat-card:hover .hp-stat-icon {
    transform: scale(1.15) rotate(5deg);
}

.hp-stat-number {
    font-size: 2.6rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fff 30%, var(--stat-color, #00bcd4));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-stat-glow {
    width: 100px;
    height: 100px;
    opacity: 0.05;
    filter: blur(35px);
    transition: opacity 0.4s;
}

.hp-stat-card:hover .hp-stat-glow {
    opacity: 0.12;
}

/* ---- Section Badge Enhanced ---- */
.hp-section-badge {
    padding: 8px 20px;
    border-radius: 40px;
    background: rgba(0, 188, 212, 0.06);
    border: 1px solid rgba(0, 188, 212, 0.18);
    color: #00e5ff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.hp-section-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.1), transparent);
    animation: cardShimmer 5s ease-in-out infinite;
}

.section-title {
    font-size: clamp(32px, 5vw, 48px);
    letter-spacing: -1px;
    background: linear-gradient(135deg, #f7fafc 0%, #e0f7fa 40%, #4dd0e1 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---- Category Cards Enhanced ---- */
.hp-categories-grid {
    gap: 22px;
}

.hp-cat-card {
    padding: 30px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hp-cat-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    transition: none;
}

.hp-cat-card:hover::after {
    animation: cardShimmer 0.8s ease-out;
}

.hp-cat-card:hover {
    transform: translateY(-10px);
    border-color: color-mix(in srgb, var(--cat-color, #00bcd4) 45%, transparent);
    background: rgba(255, 255, 255, 0.05);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.35),
        0 0 40px color-mix(in srgb, var(--cat-color, #00bcd4) 8%, transparent);
}

.hp-cat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cat-color, #00bcd4), color-mix(in srgb, var(--cat-color, #00bcd4) 30%, transparent));
    opacity: 0;
    transition: opacity 0.4s;
}

.hp-cat-card:hover::before {
    opacity: 1;
}

.hp-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 24px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-cat-card:hover .hp-cat-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--cat-color, #00bcd4) 25%, transparent);
}

.hp-cat-badge {
    font-size: 10px;
    padding: 5px 14px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.hp-cat-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: cardShimmer 3s ease-in-out infinite;
}

.hp-cat-name {
    font-size: 1.25rem;
    letter-spacing: -0.3px;
}

.hp-cat-spec-val {
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-cat-cta {
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
}

.hp-cat-card:hover .hp-cat-cta {
    gap: 16px;
    text-shadow: 0 0 20px color-mix(in srgb, var(--cat-color, #00bcd4) 40%, transparent);
}

.hp-cat-card-special {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.04), rgba(239, 68, 68, 0.02));
    border-color: rgba(245, 158, 11, 0.1);
}

.hp-cat-card-special:hover {
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(245, 158, 11, 0.08);
}

/* ---- Features Grid Enhanced ---- */
.hp-features-grid {
    gap: 22px;
}

.hp-feature-card {
    padding: 32px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-feature-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(0, 188, 212, 0.04) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.hp-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 188, 212, 0.25);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hp-feature-card:hover::after {
    opacity: 1;
}

.hp-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 22px;
    margin-bottom: 18px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-feature-card:hover .hp-feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hp-feature-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.hp-feature-desc {
    font-size: 13.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.48);
}

.hp-feature-line {
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent) !important;
}

/* ---- Steps Enhanced ---- */
.hp-steps-grid {
    gap: 36px;
}

.hp-step {
    padding: 36px 24px;
    border-radius: 22px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.hp-step:hover {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(0, 188, 212, 0.15);
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.hp-step-number {
    font-size: 4rem;
    color: rgba(0, 188, 212, 0.05);
    background: linear-gradient(180deg, rgba(0, 188, 212, 0.08), rgba(0, 188, 212, 0.02));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-step-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 26px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hp-step:hover .hp-step-icon {
    transform: scale(1.12) rotate(5deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.hp-step-title {
    font-size: 1.1rem;
    letter-spacing: -0.2px;
}

.hp-step-desc {
    font-size: 13.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.48);
}

.hp-step-connector svg path {
    stroke: rgba(0, 188, 212, 0.25);
    stroke-dasharray: 6 4;
}

/* ---- Games Grid Enhanced ---- */
.hp-games-grid {
    gap: 20px;
}

.hp-game-card {
    padding: 38px 22px 30px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-game-card:hover {
    transform: translateY(-8px) scale(1.02);
}

.hp-game-logo {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-game-card:hover .hp-game-logo {
    transform: scale(1.12) rotate(3deg);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--game-color) 25%, transparent);
}

.hp-game-name {
    font-size: 0.95rem;
    transition: all 0.3s;
}

.hp-game-card:hover .hp-game-name {
    text-shadow: 0 0 20px color-mix(in srgb, var(--game-color) 30%, transparent);
}

/* ---- Testimonials Enhanced ---- */
.hp-testimonials-grid {
    gap: 22px;
}

.hp-testimonial-card {
    padding: 30px 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hp-testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 188, 212, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.hp-testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 188, 212, 0.2);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.3);
}

.hp-testimonial-card:hover::before {
    opacity: 1;
}

.hp-testi-quote {
    color: rgba(0, 188, 212, 0.15);
    font-size: 28px;
    transition: color 0.3s;
}

.hp-testimonial-card:hover .hp-testi-quote {
    color: rgba(0, 188, 212, 0.3);
}

.hp-testi-stars {
    font-size: 14px;
    letter-spacing: 3px;
    text-shadow: 0 0 8px rgba(251, 191, 36, 0.25);
}

.hp-testi-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    font-style: italic;
}

.hp-testi-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-testimonial-card:hover .hp-testi-avatar {
    transform: scale(1.1);
}

.hp-testi-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.hp-testi-role {
    color: rgba(0, 229, 255, 0.7);
    font-size: 11.5px;
    font-weight: 500;
}

/* ---- FAQ Enhanced ---- */
.hp-faq-item {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-faq-item:hover {
    border-color: rgba(0, 188, 212, 0.2);
    background: rgba(255, 255, 255, 0.035);
}

.hp-faq-open {
    border-color: rgba(0, 188, 212, 0.25) !important;
    background: rgba(0, 188, 212, 0.03) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.hp-faq-question {
    padding: 20px 24px;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: -0.1px;
    transition: color 0.3s;
}

.hp-faq-item:hover .hp-faq-question {
    color: rgba(255, 255, 255, 0.95);
}

.hp-faq-question i {
    color: rgba(0, 188, 212, 0.5);
    font-size: 12px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hp-faq-open .hp-faq-question i {
    transform: rotate(180deg);
    color: #00e5ff;
}

.hp-faq-answer p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
}

/* ---- CTA Card Enhanced ---- */
.hp-cta-card {
    padding: 64px 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.1), rgba(0, 229, 255, 0.04), rgba(139, 92, 246, 0.04));
    border: 1px solid rgba(0, 188, 212, 0.15);
    position: relative;
    overflow: hidden;
}

.hp-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 188, 212, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.hp-cta-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.02), transparent);
    animation: cardShimmer 6s ease-in-out infinite;
    pointer-events: none;
}

.hp-cta-orb-1 {
    background: rgba(0, 188, 212, 0.08);
    filter: blur(50px);
    animation: orbPulse 6s ease-in-out infinite;
}

.hp-cta-orb-2 {
    background: rgba(0, 229, 255, 0.05);
    filter: blur(60px);
    animation: orbPulse 8s ease-in-out infinite 2s;
}

.hp-cta-orb-3 {
    background: rgba(139, 92, 246, 0.04);
    filter: blur(70px);
    animation: orbPulse 10s ease-in-out infinite 4s;
}

/* ---- Floating Glow Orbs (Page Background) ---- */
.floating-glow {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(120px);
}

.glow-1 {
    width: 500px;
    height: 500px;
    background: rgba(0, 188, 212, 0.06);
    top: 10%;
    left: -10%;
    animation: breathe 8s ease-in-out infinite;
}

.glow-2 {
    width: 400px;
    height: 400px;
    background: rgba(139, 92, 246, 0.04);
    top: 50%;
    right: -10%;
    animation: breathe 10s ease-in-out infinite 3s;
}

.glow-3 {
    width: 350px;
    height: 350px;
    background: rgba(0, 229, 255, 0.04);
    bottom: 10%;
    left: 20%;
    animation: breathe 12s ease-in-out infinite 6s;
}

/* ---- Hero Wave Enhancement ---- */
.hero-wave svg path {
    filter: drop-shadow(0 -4px 8px rgba(0, 188, 212, 0.06));
}

/* ---- Section Backgrounds ---- */
.section[style*="background: rgba(0,188,212,0.02)"] {
    background: linear-gradient(180deg, rgba(0, 188, 212, 0.025), rgba(0, 188, 212, 0.01)) !important;
    border-top: 1px solid rgba(0, 188, 212, 0.04);
    border-bottom: 1px solid rgba(0, 188, 212, 0.04);
}

/* ---- Responsive Enhancements ---- */
@media (max-width: 768px) {
    .hp-social-proof {
        padding: 10px 16px;
        gap: 12px;
        border-radius: 16px;
    }

    .hp-trust-badges {
        gap: 8px;
    }

    .hp-trust-item {
        padding: 8px 14px;
        font-size: 11px;
    }

    .hp-stat-card {
        padding: 28px 18px;
    }

    .hp-step {
        padding: 28px 18px;
    }

    .hp-cta-card {
        padding: 44px 24px;
        border-radius: 24px;
    }

    .hp-feature-card {
        padding: 26px 20px;
    }
}

@media (max-width: 480px) {
    .hp-social-proof {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 16px;
        padding: 14px 18px;
    }

    .hp-proof-divider {
        width: 40px;
        height: 1px;
    }
}

/* ---- Dashboard Panel Preview ---- */
.hp-dashboard-section {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.hp-dashboard-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(0, 188, 212, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hp-dashboard-preview {
    max-width: 900px;
    margin: 0 auto 48px;
}

.hp-dashboard-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 188, 212, 0.15);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(0, 188, 212, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hp-dashboard-img-wrapper::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.3), rgba(139, 92, 246, 0.15), rgba(0, 188, 212, 0.1));
    z-index: -1;
    opacity: 0.5;
}

.hp-dashboard-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.hp-dashboard-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.hp-dashboard-feature {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hp-dashboard-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 188, 212, 0.2);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.hp-dashboard-feature-img {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hp-dashboard-feature-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hp-dashboard-feature:hover .hp-dashboard-feature-img img {
    transform: scale(1.03);
}

.hp-dashboard-feature-body {
    padding: 20px 22px 24px;
}

.hp-dashboard-feature-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.hp-dashboard-feature-body h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.hp-dashboard-feature-body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

/* Dashboard responsive */
@media (max-width: 768px) {
    .hp-dashboard-features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hp-dashboard-feature {
        padding: 20px;
    }

    .hp-dashboard-section {
        padding: 60px 0 40px;
    }

    .hp-dashboard-preview {
        margin-bottom: 32px;
    }
}