:root {
    --color-purple-900: #1a0b2e;
    --color-purple-800: #2d1b4e;
    --color-purple-700: #4c2a85;
    --color-purple-600: #6b3fb5;
    --color-purple-500: #8b5cf6;
    --color-purple-400: #a78bfa;
    --color-purple-300: #c4b5fd;
    --color-indigo-600: #6366f1;
    --color-pink-500: #ec4899;
    --color-green-400: #4ade80;
    --color-white: #ffffff;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5db;
    --color-gray-400: #9ca3af;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(180deg, #1e1133 0%, #2d1b4e 50%, #1e1133 100%);
    color: var(--color-white);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Reflets lumineux animés */
.background-lights {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    /* Force GPU acceleration */
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.light {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.25;
    /* Force GPU acceleration */
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.light-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.9) 0%, rgba(139, 92, 246, 0) 70%);
    top: 10%;
    left: 10%;
    animation: float-light-1 12s ease-in-out infinite;
}

.light-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.8) 0%, rgba(99, 102, 241, 0) 70%);
    top: 60%;
    right: 15%;
    animation: float-light-2 15s ease-in-out infinite;
}

.light-3 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(167, 139, 250, 0.7) 0%, rgba(167, 139, 250, 0) 70%);
    bottom: 20%;
    left: 20%;
    animation: float-light-3 10s ease-in-out infinite;
}

.light-4 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.8) 0%, rgba(139, 92, 246, 0) 70%);
    top: 40%;
    left: 50%;
    animation: float-light-4 14s ease-in-out infinite;
}

@keyframes float-light-1 {

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

    25% {
        transform: translate(80px, -60px) scale(1.15);
        opacity: 0.35;
    }

    50% {
        transform: translate(-50px, 80px) scale(0.85);
        opacity: 0.2;
    }

    75% {
        transform: translate(100px, 40px) scale(1.1);
        opacity: 0.3;
    }
}

@keyframes float-light-2 {

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

    20% {
        transform: translate(-70px, -80px) scale(1.2);
        opacity: 0.35;
    }

    40% {
        transform: translate(60px, -30px) scale(0.9);
        opacity: 0.2;
    }

    60% {
        transform: translate(-40px, 70px) scale(1.15);
        opacity: 0.3;
    }

    80% {
        transform: translate(90px, 50px) scale(0.95);
        opacity: 0.25;
    }
}

@keyframes float-light-3 {

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

    33% {
        transform: translate(100px, -50px) scale(1.25);
        opacity: 0.35;
    }

    66% {
        transform: translate(-80px, 60px) scale(0.8);
        opacity: 0.25;
    }
}

@keyframes float-light-4 {

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

    15% {
        transform: translate(-60px, 70px) scale(1.1);
        opacity: 0.3;
    }

    35% {
        transform: translate(80px, -40px) scale(0.85);
        opacity: 0.2;
    }

    55% {
        transform: translate(-100px, -60px) scale(1.2);
        opacity: 0.4;
    }

    75% {
        transform: translate(50px, 90px) scale(0.9);
        opacity: 0.25;
    }
}

/* Top Light Source */
.top-light-source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.light-glow {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 700px;
    background: radial-gradient(ellipse 70% 50% at 50% 0%,
            rgba(59, 130, 246, 0.35) 0%,
            rgba(99, 102, 241, 0.2) 30%,
            rgba(139, 92, 246, 0.1) 50%,
            transparent 70%);
    animation: glow-breathe 8s ease-in-out infinite;
}

.light-rays {
    display: none;
}

.ray {
    display: none;
}

.ray-1,
.ray-2,
.ray-3,
.ray-4,
.ray-5 {
    display: none;
}

@keyframes glow-breathe {

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

    50% {
        opacity: 0.85;
        transform: translateX(-50%) scale(1.05);
    }
}

.header,
.hero,
.prospection-model,
.video-section,
.testimonials,
.faq,
.footer {
    position: relative;
    z-index: 2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.header {
    position: relative;
    z-index: 1000;
    padding: 1.5rem 2rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(30, 17, 51, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-img {
    height: 45px;
    width: auto;
}

.logo-text {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: white;
}

.logo-text-old {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Menu hamburger - caché par défaut sur desktop */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: var(--color-white);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-links a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--color-purple-400);
}

.btn-demo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--color-purple-600), var(--color-indigo-600));
    border: none;
    border-radius: 0.5rem;
    color: var(--color-white);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.4);
}

/* Hero Section */
.hero {
    padding: 1.5rem 0 1rem;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 2rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.avatars {
    display: flex;
    margin-left: -0.5rem;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--color-purple-900);
    margin-left: -0.5rem;
    background: linear-gradient(135deg, var(--color-purple-600), var(--color-indigo-600));
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--color-white), var(--color-purple-300));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: var(--color-gray-300);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, var(--color-purple-600), var(--color-indigo-600));
    border: none;
    border-radius: 0.75rem;
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 4rem;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.5);
}

.dashboard-preview {
    margin-top: 1rem;
    padding: 0;
    position: relative;
    min-height: 600px;
    overflow: visible;
}

.dashboard-zoom-wrapper {
    transition: transform 0.4s ease-out;
}

.dashboard-zoom-wrapper:hover {
    transform: scale(1.05);
}

.dashboard-image {
    width: 120%;
    height: auto;
    margin-left: -10%;
    opacity: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.5s ease-out;
    aspect-ratio: 16 / 10;
}

.dashboard-image.loaded {
    opacity: 0.9;
    transform: translateY(0);
}

/* Prospection Model Section */
.prospection-model {
    padding: 1.5rem 0;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--color-gray-300);
    text-align: center;
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.features-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.feature-card {
    padding: 3rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.feature-card-dark {
    background: linear-gradient(135deg, rgba(45, 27, 78, 0.8), rgba(26, 11, 46, 0.9));
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.feature-card-purple {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(99, 102, 241, 0.2));
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.feature-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-card p {
    color: var(--color-gray-300);
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* Cartes animées avec logo en fond */
.feature-card-animated {
    position: relative;
    overflow: hidden;
}

.feature-card-animated::before {
    content: '';
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background-image: url('/images/sales-smart-icon-only.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.card-content-animated {
    position: relative;
    z-index: 5;
    max-width: 55%;
    padding-right: 2rem;
}

.card-content-animated h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: white;
}

.card-content-animated p {
    color: var(--color-gray-300);
    line-height: 1.7;
}

/* Animation notification téléphone */
.animated-phone-notification {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    z-index: 3;
    animation: floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone {

    0%,
    100% {
        transform: translateY(-50%) scale(0.75) translateX(0);
    }

    50% {
        transform: translateY(-50%) scale(0.75) translateX(-10px);
    }
}

.phone-mockup {
    background: #1a1a1a;
    border-radius: 2rem;
    padding: 1.5rem;
    width: 320px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-header {
    text-align: center;
    margin-bottom: 1rem;
}

.phone-time {
    color: #999;
    font-size: 0.75rem;
}

.notification-content {
    background: rgba(45, 45, 45, 0.9);
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    animation: slideInNotif 1s ease-out;
}

@keyframes slideInNotif {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.notification-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    flex-shrink: 0;
}

.notification-text {
    flex: 1;
}

.notification-title {
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.notification-subtitle {
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.notification-message {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Animation diagramme stratégie */
.animated-strategy-diagram {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%) scale(0.85);
    width: 300px;
    height: 180px;
    z-index: 3;
}

.strategy-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

.strategy-icon svg {
    width: 30px;
    height: 30px;
}

.email-icon {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
    position: relative;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #EA4335;
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    border: 2px solid white;
}

.linkedin-icon {
    top: 0;
    right: 0;
    animation-delay: 0.5s;
}

.phone-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
}

.calendar-icon {
    bottom: 0;
    right: 0;
    animation-delay: 1.5s;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1) translateY(0);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    50% {
        transform: scale(1.05) translateY(-5px);
        box-shadow: 0 15px 40px rgba(139, 92, 246, 0.4);
    }
}

.connection-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.connection-lines .line {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: drawLine 3s ease-in-out infinite;
    opacity: 0.6;
}

.line-1 {
    animation-delay: 0s;
}

.line-2 {
    animation-delay: 0.3s;
}

.line-3 {
    animation-delay: 0.6s;
}

.line-4 {
    animation-delay: 0.9s;
}

@keyframes drawLine {
    0% {
        stroke-dashoffset: 300;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -300;
    }
}

/* Cartes modernes avec fond dégradé et logo en transparence */
.feature-card-modern {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2d1b4e 0%, #1a0b2e 50%, #0f0624 100%);
    min-height: 350px;
    display: flex;
    align-items: center;
}

.feature-card-modern::before {
    content: '';
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background-image: url('/images/sales-smart-icon-only.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
}

.feature-card-modern::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.card-content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.floating-logos {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.floating-logo {
    position: absolute;
    animation: float 6s ease-in-out infinite;
}

.floating-logo:nth-child(1) {
    animation-delay: 0s;
}

.floating-logo:nth-child(2) {
    animation-delay: 2s;
}

.floating-logo:nth-child(3) {
    animation-delay: 4s;
}

@keyframes float {

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

    25% {
        transform: translateY(-15px) rotate(2deg);
    }

    50% {
        transform: translateY(-25px) rotate(-2deg);
    }

    75% {
        transform: translateY(-10px) rotate(1deg);
    }
}

.logo-placeholder {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6366f1;
    box-shadow: 0 8px 32px rgba(139, 92, 246, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(139, 92, 246, 0.2);
    transition: all 0.3s ease;
    padding: 0.75rem;
}

.client-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.floating-logo:hover .client-logo {
    filter: grayscale(0%);
}

.floating-logo:hover .logo-placeholder {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(139, 92, 246, 0.5);
}

.channel-icon-mini {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.channel-icon-mini svg {
    display: block;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.floating-logo:hover .channel-icon-mini {
    transform: scale(1.08);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
}

.trust-logos,
.multichannel-icons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-logos img,
.multichannel-icons img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.logos-container,
.icons-container,
.feature-illustration {
    margin-top: 2rem;
}

.logos-image,
.multicanal-image,
.notification-image,
.strategy-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Video Section */
.video-section {
    padding: 1.5rem 0;
    text-align: center;
}

.video-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    align-items: stretch;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(45, 27, 78, 0.8);
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(139, 92, 246, 0.9);
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.video-steps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left;
    height: 100%;
}

.step {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, rgba(45, 27, 78, 0.8), rgba(26, 11, 46, 0.9));
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.step p {
    color: var(--color-gray-300);
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials {
    padding: 1.5rem 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(45, 27, 78, 0.8), rgba(26, 11, 46, 0.9));
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 1.25rem;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, var(--color-purple-600), var(--color-indigo-600));
}

.testimonial-info h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.testimonial-date {
    font-size: 0.875rem;
    color: var(--color-gray-400);
}

.testimonial-content {
    color: var(--color-gray-300);
    line-height: 1.7;
    font-size: 0.9375rem;
}

/* FAQ Section */
.faq {
    padding: 1.5rem 0;
    text-align: center;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto 4rem;
}

.faq-item {
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(45, 27, 78, 0.6), rgba(26, 11, 46, 0.8));
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 1rem;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: transparent;
    border: none;
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: rgba(139, 92, 246, 0.1);
}

.faq-icon {
    transition: transform 0.3s;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

.faq-answer p {
    overflow: hidden;
    color: var(--color-gray-300);
    line-height: 1.8;
    padding: 0 2rem 0;
    text-align: left;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-answer p {
    padding: 0 2rem 1.5rem;
}

/* Footer */
.footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(139, 92, 246, 0.2);
    position: relative;
}

.footer-top {
    margin-bottom: 2rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--color-gray-300);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--color-white);
}

.footer-watermark {
    text-align: center;
    font-size: 8rem;
    font-weight: 900;
    background: linear-gradient(to bottom, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.02));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.5rem;
    user-select: none;
    line-height: 1;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .features-grid,
    .features-grid-two {
        grid-template-columns: 1fr;
    }

    .video-wrapper {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-container {
        position: relative;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        width: 200px;
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 0.5rem 0;
        background: rgba(30, 17, 51, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(139, 92, 246, 0.25);
        border-radius: 0.75rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        z-index: 1000;
    }

    .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-links a {
        font-size: 0.95rem;
        padding: 0.85rem 1.25rem;
        color: var(--color-gray-300);
        border-bottom: 1px solid rgba(139, 92, 246, 0.1);
        transition: background 0.2s, color 0.2s;
    }

    .nav-links a:last-of-type {
        border-bottom: none;
    }

    .nav-links a:hover {
        background: rgba(139, 92, 246, 0.1);
        color: var(--color-white);
    }

    .nav-links a[style] {
        padding: 0.85rem 1.25rem;
        border-bottom: none;
    }

    .nav-links .btn-demo {
        width: calc(100% - 1.5rem);
        margin: 0.5rem 0.75rem;
        justify-content: center;
        padding: 0.65rem 1rem;
        font-size: 0.9rem;
    }

    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-watermark {
        font-size: 3rem;
    }
}

/* Magic Mouse Custom Styles */
#magicMouseCursor {
    border-color: var(--color-white) !important;
    transition: transform 0.01s ease, width 0.15s ease, height 0.15s ease, border-radius 0.15s ease !important;
    z-index: 99999 !important;
    opacity: 0;
}

#magicMouseCursor.is-visible {
    opacity: 1;
}

#magicMouseCursor.is-hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: var(--color-white) !important;
    transition: transform 0.12s ease, width 0.15s ease, height 0.15s ease, border-radius 0.15s ease !important;
}

#magicPointer {
    background-color: var(--color-white) !important;
    transition: transform 0s ease, background 0.12s ease, width 0.12s ease, height 0.12s ease !important;
    z-index: 100000 !important;
    opacity: 0;
}

#magicPointer.is-visible {
    opacity: 1;
}

/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-purple-900);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preloader-wolf {
    position: relative;
    width: 200px;
    height: 200px;
}

.preloader-wolf-empty {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: brightness(0) invert(1) opacity(0.4);
}

.preloader-wolf-fill-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    transition: height 0.1s ease-out;
}

.preloader-wolf-filled {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    filter: brightness(0) invert(1);
}

/* Footer Styles */
.site-footer {
    padding: 60px 0 40px;
    text-align: center;
}

.footer-copyright {
    color: var(--color-white);
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.footer-disclaimer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}