
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.8);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4f46e5 0%, #06b6d4 100%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #5b52f5 0%, #14b8e6 100%);
}
* {
    scrollbar-width: thin;
    scrollbar-color: #4f46e5 rgba(18, 18, 18, 0.8);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: radial-gradient(ellipse at top, #0f0f23 0%, #000000 50%, #000005 100%);
    color: #ffffff;
    margin: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    line-height: 1.6;
}

.circles {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.25), rgba(0, 191, 255, 0.15));
    animation: epicFloat 35s linear infinite;
    bottom: -200px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    box-shadow: 
        0 0 30px rgba(30, 144, 255, 0.4),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
}

.circles li:nth-child(1) { 
    left: 15%; width: 80px; height: 80px; 
    animation-delay: 0s; 
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.3), rgba(0, 123, 255, 0.2));
    box-shadow: 0 0 40px rgba(30, 144, 255, 0.6), inset 0 0 25px rgba(255, 255, 255, 0.15);
}
.circles li:nth-child(2) { 
    left: 8%; width: 35px; height: 35px; 
    animation-delay: 3s; animation-duration: 20s;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.25), rgba(135, 206, 250, 0.15));
}
.circles li:nth-child(3) { 
    left: 75%; width: 50px; height: 50px; 
    animation-delay: 6s; animation-duration: 28s;
    background: linear-gradient(135deg, rgba(65, 105, 225, 0.3), rgba(30, 144, 255, 0.2));
}
.circles li:nth-child(4) { 
    left: 45%; width: 65px; height: 65px; 
    animation-delay: 1s; animation-duration: 25s;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.35), rgba(70, 130, 180, 0.2));
}
.circles li:nth-child(5) { 
    left: 68%; width: 25px; height: 25px; 
    animation-delay: 4s; animation-duration: 18s;
    background: linear-gradient(135deg, rgba(135, 206, 250, 0.4), rgba(176, 224, 230, 0.2));
}
.circles li:nth-child(6) { 
    left: 82%; width: 100px; height: 100px; 
    animation-delay: 5s; animation-duration: 32s;
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.28), rgba(0, 191, 255, 0.18));
    box-shadow: 0 0 50px rgba(30, 144, 255, 0.5), inset 0 0 30px rgba(255, 255, 255, 0.1);
}
.circles li:nth-child(7) { 
    left: 32%; width: 120px; height: 120px; 
    animation-delay: 8s; animation-duration: 40s;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.25), rgba(65, 105, 225, 0.15));
    box-shadow: 0 0 60px rgba(0, 123, 255, 0.4), inset 0 0 35px rgba(255, 255, 255, 0.12);
}
.circles li:nth-child(8) { 
    left: 55%; width: 30px; height: 30px; 
    animation-delay: 12s; animation-duration: 22s;
    background: linear-gradient(135deg, rgba(70, 130, 180, 0.35), rgba(100, 149, 237, 0.2));
}
.circles li:nth-child(9) { 
    left: 22%; width: 18px; height: 18px; 
    animation-delay: 2s; animation-duration: 15s;
    background: linear-gradient(135deg, rgba(135, 206, 250, 0.45), rgba(173, 216, 230, 0.25));
}
.circles li:nth-child(10) { 
    left: 88%; width: 110px; height: 110px; 
    animation-delay: 0s; animation-duration: 38s;
    background: linear-gradient(135deg, rgba(30, 144, 255, 0.32), rgba(0, 191, 255, 0.22));
    box-shadow: 0 0 55px rgba(30, 144, 255, 0.6), inset 0 0 40px rgba(255, 255, 255, 0.08);
}

body::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: 
        linear-gradient(rgba(30, 144, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 144, 255, 0.06) 1px, transparent 1px),
        linear-gradient(45deg, rgba(0, 123, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px, 60px 60px, 120px 120px;
    animation: gridMove 25s linear infinite, gridPulse 12s ease-in-out infinite;
    z-index: -2;
    pointer-events: none;
}

body::after {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgba(30, 144, 255, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 85% 85%, rgba(0, 123, 255, 0.12) 0%, transparent 35%),
        radial-gradient(circle at 70% 25%, rgba(65, 105, 225, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 25% 75%, rgba(0, 191, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 10%, rgba(135, 206, 250, 0.06) 0%, transparent 20%),
        radial-gradient(circle at 90% 50%, rgba(70, 130, 180, 0.09) 0%, transparent 30%);
    animation: pulseBackground 10s ease-in-out infinite, backgroundShift 20s linear infinite;
    z-index: -1;
    pointer-events: none;
}

.animated-stars {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.animated-stars::before {
    content: '';
    position: absolute;
    width: 3px; height: 3px;
    background: rgba(30, 144, 255, 0.6);
    border-radius: 50%;
    box-shadow: 
        250px 320px 0 0 rgba(30, 144, 255, 0.4),
        450px 180px 0 0 rgba(0, 123, 255, 0.5),
        850px 280px 0 0 rgba(65, 105, 225, 0.4),
        1250px 120px 0 0 rgba(0, 191, 255, 0.3),
        350px 480px 0 0 rgba(135, 206, 250, 0.4),
        650px 520px 0 0 rgba(70, 130, 180, 0.5),
        950px 380px 0 0 rgba(30, 144, 255, 0.3),
        1150px 420px 0 0 rgba(100, 149, 237, 0.5),
        180px 220px 0 0 rgba(176, 224, 230, 0.4),
        780px 80px 0 0 rgba(173, 216, 230, 0.3),
        580px 680px 0 0 rgba(30, 144, 255, 0.4),
        1080px 280px 0 0 rgba(0, 123, 255, 0.3);
    animation: twinkle 8s ease-in-out infinite;
}

.animated-stars::after {
    content: '';
    position: absolute;
    width: 4px; height: 4px;
    background: linear-gradient(45deg, rgba(30, 144, 255, 0.6), rgba(0, 191, 255, 0.4));
    transform: rotate(45deg);
    box-shadow: 
        300px 400px 0 0 rgba(30, 144, 255, 0.5),
        700px 200px 0 0 rgba(65, 105, 225, 0.4),
        1100px 350px 0 0 rgba(0, 123, 255, 0.6),
        200px 600px 0 0 rgba(135, 206, 250, 0.3),
        900px 150px 0 0 rgba(70, 130, 180, 0.5),
        500px 550px 0 0 rgba(176, 224, 230, 0.4);
    animation: diamondFloat 12s linear infinite;
}

.wave-animation {
    position: fixed;
    bottom: 0; left: 0;
    width: 200%; height: 300px;
    background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.05), transparent);
    animation: waveMove 15s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-3deg);
    transform-origin: bottom left;
}

@keyframes epicFloat {
    0% { 
        transform: translateY(0) rotate(0deg) scale(1) translateX(0); 
        opacity: 0.9; 
        border-radius: 50%; 
        box-shadow: 0 0 30px rgba(30, 144, 255, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.1);
    }
    15% {
        transform: translateY(-150px) rotate(54deg) scale(1.05) translateX(20px);
        opacity: 0.75;
        border-radius: 45%;
        box-shadow: 0 0 40px rgba(0, 123, 255, 0.5), inset 0 0 25px rgba(255, 255, 255, 0.12);
    }
    30% {
        transform: translateY(-350px) rotate(108deg) scale(1.15) translateX(-15px);
        opacity: 0.6;
        border-radius: 40%;
        box-shadow: 0 0 50px rgba(65, 105, 225, 0.6), inset 0 0 30px rgba(255, 255, 255, 0.15);
    }
    45% { 
        opacity: 0.5; 
        transform: translateY(-550px) rotate(162deg) scale(1.25) translateX(30px); 
        border-radius: 35%;
        box-shadow: 0 0 60px rgba(0, 191, 255, 0.5), inset 0 0 35px rgba(255, 255, 255, 0.08);
    }
    60% {
        transform: translateY(-750px) rotate(216deg) scale(1.1) translateX(-25px);
        opacity: 0.4;
        border-radius: 45%;
        box-shadow: 0 0 45px rgba(135, 206, 250, 0.4), inset 0 0 25px rgba(255, 255, 255, 0.1);
    }
    75% {
        transform: translateY(-950px) rotate(270deg) scale(1.0) translateX(10px);
        opacity: 0.3;
        border-radius: 50%;
        box-shadow: 0 0 35px rgba(70, 130, 180, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.05);
    }
    90% {
        transform: translateY(-1150px) rotate(324deg) scale(0.9) translateX(-20px);
        opacity: 0.15;
        border-radius: 55%;
        box-shadow: 0 0 25px rgba(30, 144, 255, 0.2), inset 0 0 15px rgba(255, 255, 255, 0.03);
    }
    100% { 
        transform: translateY(-1400px) rotate(360deg) scale(0.7) translateX(0); 
        opacity: 0; 
        border-radius: 60%; 
        box-shadow: 0 0 15px rgba(100, 149, 237, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.02);
    }
}

@keyframes gridMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(0.5deg); }
    100% { transform: translate(60px, 60px) rotate(1deg); }
}

@keyframes gridPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

@keyframes backgroundShift {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(0.5deg) scale(1.02); }
    50% { transform: rotate(1deg) scale(1.05); }
    75% { transform: rotate(0.5deg) scale(1.02); }
    100% { transform: rotate(0deg) scale(1); }
}

@keyframes pulseBackground {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1) rotate(0deg); 
    }
    25% { 
        opacity: 0.8; 
        transform: scale(1.03) rotate(0.3deg); 
    }
    50% { 
        opacity: 0.6; 
        transform: scale(1.08) rotate(0.6deg); 
    }
    75% { 
        opacity: 0.8; 
        transform: scale(1.03) rotate(0.3deg); 
    }
}

@keyframes twinkle {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1) rotate(0deg); 
    }
    20% { 
        opacity: 0.4; 
        transform: scale(0.7) rotate(72deg); 
    }
    40% { 
        opacity: 0.9; 
        transform: scale(1.3) rotate(144deg); 
    }
    60% { 
        opacity: 0.6; 
        transform: scale(0.9) rotate(216deg); 
    }
    80% { 
        opacity: 0.8; 
        transform: scale(1.1) rotate(288deg); 
    }
}

@keyframes diamondFloat {
    0% { 
        transform: rotate(45deg) translateY(0) scale(1); 
        opacity: 0.8; 
    }
    25% { 
        transform: rotate(135deg) translateY(-200px) scale(1.2); 
        opacity: 0.6; 
    }
    50% { 
        transform: rotate(225deg) translateY(-400px) scale(0.9); 
        opacity: 0.4; 
    }
    75% { 
        transform: rotate(315deg) translateY(-600px) scale(1.1); 
        opacity: 0.3; 
    }
    100% { 
        transform: rotate(405deg) translateY(-800px) scale(0.8); 
        opacity: 0; 
    }
}

@keyframes waveMove {
    0%, 100% { 
        transform: translateX(0) rotate(-3deg) scaleY(1); 
    }
    50% { 
        transform: translateX(-50px) rotate(-3deg) scaleY(1.1); 
    }
}

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    background: rgba(15, 15, 35, 0.95);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 50;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(79, 70, 229, 0.2);
}
nav {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav a.navbar-brand {
    font-weight: 800;
    font-size: 1.75rem;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    text-shadow: 0 0 30px rgba(79, 70, 229, 0.5);
}

.main-content {
    padding-top: 120px;
    padding-bottom: 6rem;
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: calc(100vh - 150px);
}

h1.animate-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 10;
    position: relative;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
}
h1.animate-title i {
    color: #fbbf24;
    filter: drop-shadow(0 0 10px #fbbf24);
}
h1.animate-title b {
    font-weight: 900;
}

.red {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.badge-soft-success {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    display: inline-block;
    user-select: none;
    font-size: 1rem;
    box-shadow: 0 8px 25px -8px rgba(79, 70, 229, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.lead {
    font-size: 1.375rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 2rem auto 0 auto;
    text-align: center;
    color: #cbd5e1;
    font-weight: 400;
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
    z-index: 10;
    position: relative;
}

.card {
    background: rgba(15, 15, 35, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    padding: 2.5rem 2rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(100, 116, 139, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    background: rgba(15, 15, 35, 0.5);
    border-color: rgba(59, 130, 246, 0.6);
}

.card:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.card .icon {
    background: #3b82f6;
    border-radius: 16px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 6px 20px -8px rgba(59, 130, 246, 0.4);
    color: white;
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

.card:hover .icon {
    background: #2563eb;
    transform: scale(1.05);
    box-shadow: 0 8px 25px -8px rgba(59, 130, 246, 0.5);
}

.card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tools {
    margin-top: 6rem;
}

.video-wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 3rem auto 2rem auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
    background: #000;
    border: 1px solid rgba(79, 70, 229, 0.3);
    user-select: none;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 24px 24px;
    backdrop-filter: blur(10px);
}

.video-wrapper:hover .video-controls,
.video-wrapper:focus-within .video-controls {
    opacity: 1;
}

.btn-icon {
    background: rgba(79, 70, 229, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 0.5rem;
    backdrop-filter: blur(10px);
}

.btn-icon:hover {
    background: rgba(79, 70, 229, 0.4);
    color: #06b6d4;
}

.progress-bar {
    flex-grow: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.progress-filled {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #4f46e5, #06b6d4);
    transition: width 0.1s linear;
}

.time-display {
    font-size: 0.875rem;
    min-width: 80px;
    text-align: center;
    user-select: none;
    color: #e2e8f0;
    font-weight: 500;
}

.form-group {
    max-width: 500px;
    margin: 0 auto 2rem auto;
    position: relative;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    background: rgba(15, 15, 35, 0.9);
    border: 2px solid rgba(100, 116, 139, 0.4);
    border-radius: 12px;
    padding: 1.25rem 1.75rem;
    font-size: 1rem;
    color: white;
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-weight: 500;
    box-sizing: border-box;
}

.form-group input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.form-group input:focus {
    border-color: #3b82f6;
    background: rgba(15, 15, 35, 0.95);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    transform: translateY(-1px);
}

.form-group input:hover:not(:focus) {
    border-color: rgba(100, 116, 139, 0.6);
    background: rgba(15, 15, 35, 0.95);
}

.starter {
    background: #3b82f6;
    border: 2px solid #3b82f6;
    color: #ffffff;
    text-align: center;
    padding: 1.25rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0 auto;
    user-select: none;
    position: relative;
    min-width: 160px;
    letter-spacing: 0.25px;
}

.starter:hover {
    background: #2563eb;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -8px rgba(59, 130, 246, 0.4);
}

.starter:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px -8px rgba(59, 130, 246, 0.6);
}

.starter:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.live-feed {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color: white;
    padding: 1.5rem;
    background: rgba(15, 15, 35, 0.4);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(79, 70, 229, 0.2);
}

.live-feed .red {
    color: #ef4444;
    font-weight: 900;
}

.live-feed .fa-circle {
    color: #ef4444;
    animation: modernPulse 2s infinite;
}

@keyframes modernPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.1); }
}

.faq-section {
    background: rgba(15, 15, 35, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 24px;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.4);
    max-width: 1000px;
    margin: 6rem auto 8rem auto;
    padding: 3rem 2.5rem 4rem 2.5rem;
    color: white;
    border: 1px solid rgba(79, 70, 229, 0.2);
}

.faq-section h2 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ffffff, #e2e8f0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
}

.faq-item {
    margin-bottom: 1.5rem;
    border-radius: 16px;
    background: rgba(15, 15, 35, 0.4);
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.4);
    border-color: rgba(79, 70, 229, 0.3);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    font-weight: 600;
    color: white;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: rgba(79, 70, 229, 0.1);
    color: #06b6d4;
}

.faq-question svg {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #4f46e5;
    width: 20px;
    height: 20px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 2rem;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(-10px);
}

.faq-item.open .faq-answer {
    max-height: 200px;
    padding: 0 2rem 1.5rem 2rem;
    opacity: 1;
    transform: translateY(0);
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg);
}

.faq-item.open {
    background: rgba(79, 70, 229, 0.1);
    border-color: rgba(79, 70, 229, 0.4);
}

.float-right-img {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 350px;
    max-width: 25vw;
    animation: modernGlide 8s ease-in-out infinite;
    z-index: 5;
    pointer-events: none;
    user-select: none;
    border-radius: 20px;
    box-shadow: 0 25px 80px -15px rgba(0, 0, 0, 0.6);
    filter: drop-shadow(0 0 40px rgba(79, 70, 229, 0.4));
    border: 2px solid rgba(255, 255, 255, 0.15);
    opacity: 0.8;
}

@keyframes modernGlide {
    0%, 100% { 
        transform: translateY(0) rotate(0deg) scale(1); 
        filter: drop-shadow(0 0 40px rgba(79, 70, 229, 0.4));
    }
    25% { 
        transform: translateY(-20px) rotate(2deg) scale(1.03); 
        filter: drop-shadow(0 0 50px rgba(6, 182, 212, 0.5));
    }
    50% { 
        transform: translateY(-35px) rotate(0deg) scale(1.06); 
        filter: drop-shadow(0 0 60px rgba(124, 58, 237, 0.5));
    }
    75% { 
        transform: translateY(-15px) rotate(-2deg) scale(1.03); 
        filter: drop-shadow(0 0 50px rgba(6, 182, 212, 0.4));
    }
}

@media (max-width: 1200px) {
    .float-right-img {
        width: 300px;
        right: 3%;
        top: 18%;
    }
}

@media (max-width: 1024px) {
    .float-right-img {
        width: 250px;
        right: 2%;
        top: 20%;
    }
}

@media (max-width: 768px) {
    .float-right-img {
        display: none;
    }
    
    .main-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .cards-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.footer {
    background: rgba(15, 15, 35, 0.95);
    backdrop-filter: blur(20px);
    padding: 2.5rem 2rem 2rem 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 20;
    border-top: 1px solid rgba(79, 70, 229, 0.3);
    width: 100%;
    box-sizing: border-box;
}

.footer-left, .footer-right {
    color: #e2e8f0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-right a {
    color: #3b82f6;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.footer-right a:hover {
    color: #60a5fa;
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}

.footer .max-w-7xl {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 1rem 1.5rem 1rem;
        margin-top: 3rem;
    }
    
    .footer .max-w-7xl {
        padding: 0;
    }
    
    .footer .max-w-7xl > div {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-right {
        justify-content: center;
        gap: 1rem;
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.badge-soft-success:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px -8px rgba(79, 70, 229, 0.8);
}

.lead b {
    color: #06b6d4;
    font-weight: 700;
}

.lead u {
    text-decoration: none;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 2px solid rgba(79, 70, 229, 0.3);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
