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

        body {
            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            background: #0a0a0f;
            color: #ededf0;
            line-height: 1.5;
            overflow-x: hidden;
        }

        .bg-glow {
            position: fixed;
            inset: 0;
            z-index: -2;
            background: radial-gradient(circle at 20% 30%, rgba(100, 70, 255, 0.18) 0%, transparent 40%),
                        radial-gradient(circle at 80% 70%, rgba(255, 80, 200, 0.15) 0%, transparent 45%),
                        radial-gradient(circle at 40% 80%, rgba(0, 230, 255, 0.12) 0%, transparent 50%),
                        #0a0a0f;
        }

        .noise {
            position: fixed;
            inset: 0;
            z-index: -1;
            opacity: 0.2;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc0IiBudW1PY3RhdmVzPSIzIiAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNmKSIgb3BhY2l0eT0iMC4xIiAvPjwvc3ZnPg==');
            background-repeat: repeat;
            pointer-events: none;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem 4rem;
            position: relative;
            z-index: 2;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.2rem 0 3rem 0;
            flex-wrap: wrap;
        }

        .logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(130deg, #fff, #d0b0ff, #a0c0ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            filter: drop-shadow(0 0 12px rgba(160, 140, 255, 0.6));
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .logo span {
            font-size: 2.8rem;
            transform: rotate(10deg);
            display: inline-block;
            filter: drop-shadow(0 0 6px cyan);
        }

        .nav-links {
            display: flex;
            gap: 2.2rem;
            font-weight: 500;
            align-items: center;
        }

        .nav-links a {
            color: #c0c0e0;
            text-decoration: none;
            font-size: 1.1rem;
            transition: 0.2s;
        }

        .nav-links a:not(.glow-button) {
            border-bottom: 1px solid transparent;
        }

        .nav-links a:not(.glow-button):hover {
            color: white;
            border-bottom-color: #9f7aff;
        }

        .glow-button {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(160, 130, 255, 0.5);
            padding: 0.6rem 1.6rem;
            border-radius: 60px;
            font-weight: 600;
            color: white;
            text-decoration: none;
            backdrop-filter: blur(4px);
            box-shadow: 0 0 20px rgba(130, 100, 255, 0.3);
            transition: 0.25s;
            cursor: default;
        }

        .glow-button:hover {
            background: rgba(130, 100, 255, 0.2);
            border-color: #b094ff;
            box-shadow: 0 0 35px #8f7aff;
        }

        .hero {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 4rem;
            margin: 2rem 0 7rem 0;
            flex-wrap: wrap;
        }

        .hero-left {
            flex: 1 1 400px;
        }

        .badge {
            background: rgba(120, 80, 255, 0.2);
            border: 1px solid rgba(180, 140, 255, 0.3);
            border-radius: 60px;
            padding: 0.3rem 1.2rem;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 1.5rem;
            letter-spacing: 1px;
            color: #ccb8ff;
            backdrop-filter: blur(2px);
        }

        .hero-left h1 {
            font-size: clamp(3rem, 8vw, 5.2rem);
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -0.02em;
            background: linear-gradient(to right, #ffffff, #e5d9ff, #bfd0ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 0 30px #9f8eff80;
            margin-bottom: 1.5rem;
        }

        .hero-left p {
            font-size: 1.3rem;
            color: #b4b4d6;
            max-width: 550px;
            margin-bottom: 2.5rem;
            border-left: 4px solid #a07eff;
            padding-left: 1.5rem;
        }

        .cta-group {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            flex-wrap: wrap;
        }

        .cta-primary {
            background: linear-gradient(145deg, #8750ff, #6230dd);
            border: none;
            padding: 1rem 2.8rem;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1.2rem;
            color: white;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 15px 30px -8px #5f3bff, 0 0 30px #9140ff;
            transition: 0.2s ease;
            cursor: pointer;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .cta-primary:hover {
            transform: scale(1.04);
            background: linear-gradient(145deg, #9b6cff, #7745f0);
            box-shadow: 0 20px 40px -5px #7a4cff;
        }

        .cta-secondary {
            background: transparent;
            border: 1px solid #6d4fcc;
            padding: 0.9rem 2.2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1.2rem;
            color: #dedeff;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
            transition: 0.2s;
            cursor: pointer;
        }

        .cta-secondary:hover {
            background: rgba(110, 70, 220, 0.2);
            border-color: #b192ff;
            color: white;
        }

        .hero-right {
            flex: 1 1 400px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .ai-card-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.2rem;
            width: 100%;
            max-width: 500px;
            transform: perspective(800px) rotateY(-5deg) rotateX(2deg);
            filter: drop-shadow(0 30px 40px #00000070);
        }

        .ai-card {
            background: rgba(25, 20, 40, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 28px;
            padding: 1.4rem 1rem;
            box-shadow: inset 0 0 20px #00000050, 0 20px 30px -10px #000000b0;
            display: flex;
            flex-direction: column;
            transition: 0.15s;
            border-left: 2px solid #a070ff40;
        }

        .ai-card:nth-child(1) { transform: translateY(-10px); }
        .ai-card:nth-child(4) { transform: translateY(10px); }

        .card-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1rem;
        }

        .agent-avatar {
            width: 40px;
            height: 40px;
            background: linear-gradient(145deg, #7a5af0, #b090ff);
            border-radius: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.4rem;
            box-shadow: 0 0 15px currentColor;
            color: black;
        }

        .agent-info h4 {
            font-size: 1rem;
            font-weight: 600;
            color: white;
        }

        .agent-info p {
            font-size: 0.7rem;
            color: #9b9bd0;
        }

        .message-preview {
            background: #12121b;
            border-radius: 18px;
            padding: 1rem;
            font-size: 0.85rem;
            border: 1px solid #2e2a4a;
            color: #ceceff;
            box-shadow: inset 0 0 6px #000;
        }

        .message-preview i {
            color: #aa9aff;
            font-style: normal;
            font-weight: 500;
        }

        .stats {
            display: flex;
            justify-content: space-around;
            gap: 2rem;
            background: rgba(12, 8, 24, 0.6);
            backdrop-filter: blur(20px);
            border: 1px solid #2b2350;
            border-radius: 90px;
            padding: 1.8rem 2.5rem;
            margin: 5rem 0 6rem 0;
            flex-wrap: wrap;
            box-shadow: 0 25px 45px -15px #000, 0 0 0 1px #5533aa1a inset;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(140deg, #fff, #cbb5ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1;
        }

        .stat-label {
            color: #9f9fd6;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 2rem;
            background: linear-gradient(120deg, #ffffff, #cbb7ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-align: center;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 4rem 0;
        }

        .feature-card {
            background: rgba(16, 12, 30, 0.5);
            backdrop-filter: blur(8px);
            border: 1px solid #333055;
            border-radius: 40px;
            padding: 2.2rem 1.5rem;
            transition: 0.25s;
            box-shadow: 0 25px 40px -20px #000;
        }

        .feature-card:hover {
            border-color: #9470ff;
            box-shadow: 0 30px 60px -15px #7040ff, 0 0 0 2px #382e5e inset;
            transform: translateY(-8px);
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            filter: drop-shadow(0 0 10px #90a0ff);
        }

        .feature-card h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .feature-card p {
            color: #b5b5da;
        }

        .live-panel {
            background: #0c0b16e0;
            backdrop-filter: blur(20px);
            border: 1px solid #3c3366;
            border-radius: 70px 70px 30px 30px;
            padding: 3rem 3rem 4rem;
            margin: 5rem 0;
            box-shadow: 0 50px 70px -25px #000, 0 0 0 1px #7355dd33 inset;
        }

        .stream-title {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .stream-title h2 {
            font-weight: 600;
            font-size: 1.8rem;
        }

        .pulse {
            width: 14px;
            height: 14px;
            background: #3eff9e;
            border-radius: 50%;
            box-shadow: 0 0 15px #14ff9e;
            animation: pulse 1.8s infinite;
        }

        @keyframes pulse {
            0% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.2); background: #b47cff; }
            100% { opacity: 1; transform: scale(1); }
        }

        .conversation-thread {
            display: flex;
            flex-direction: column;
            gap: 1.4rem;
        }

        .message-row {
            display: flex;
            align-items: flex-start;
            gap: 1.2rem;
            max-width: 80%;
        }

        .message-row.own {
            align-self: flex-end;
            flex-direction: row-reverse;
        }

        .msg-avatar {
            width: 46px;
            height: 46px;
            border-radius: 30px;
            background: linear-gradient(45deg, #303060, #6f4fcf);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            box-shadow: 0 0 20px #7f6bff;
        }

        .msg-bubble {
            background: rgba(30, 25, 55, 0.9);
            backdrop-filter: blur(4px);
            border: 1px solid #4f3f99;
            border-radius: 30px 30px 30px 8px;
            padding: 1.2rem 1.8rem;
            color: #f0eaff;
            font-size: 1rem;
            box-shadow: 0 10px 20px -8px #1f0f4f;
        }

        .message-row.own .msg-bubble {
            background: #332d60e0;
            border-color: #9f80ff;
            border-radius: 30px 30px 8px 30px;
            color: white;
        }

        .msg-time {
            font-size: 0.7rem;
            color: #8d8dce;
            margin-top: 5px;
            display: block;
        }

        .footer-cta {
            text-align: center;
            background: linear-gradient(145deg, #150f2e, #020014);
            border-radius: 120px 120px 40px 40px;
            padding: 4rem 2rem;
            margin-top: 5rem;
            border: 1px solid #6240b0;
            box-shadow: 0 0 80px #3f2a8040;
        }

        .footer-cta h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            background: linear-gradient(130deg, #fff, #d3bdff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .footer-cta p {
            font-size: 1.2rem;
            color: #bcb0ef;
            max-width: 500px;
            margin: 0 auto 2.5rem;
        }

        .input-group {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .input-group input {
            background: #1f1b33;
            border: 1px solid #6c56b0;
            padding: 1rem 2rem;
            border-radius: 60px;
            width: 300px;
            font-size: 1rem;
            color: white;
            outline: none;
        }

        .input-group input::placeholder {
            color: #7f77aa;
        }

        .input-group button {
            background: linear-gradient(145deg, #9b70ff, #6c3cf0);
            border: none;
            border-radius: 60px;
            padding: 1rem 2.8rem;
            font-weight: 700;
            color: white;
            font-size: 1.2rem;
            box-shadow: 0 0 30px #a17eff;
            cursor: pointer;
            transition: 0.15s;
        }

        .input-group button:hover {
            background: linear-gradient(145deg, #b28cff, #875cf5);
            box-shadow: 0 0 50px #b997ff;
        }

        .invite-feedback {
            opacity: 0;
            transform: translateY(-6px);
            transition: opacity 0.2s ease, transform 0.2s ease;
            color: #cbf6dc;
            font-weight: 600;
            margin-top: 1rem;
            min-height: 1.5rem;
        }

        .invite-feedback.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .footer-note {
            margin-top: 4rem;
            color: #7a72a5;
            font-size: 0.9rem;
        }

        @media (max-width: 1100px) {
            .container { padding: 1.8rem 2.2rem; }
            .hero { gap: 2.5rem; margin-bottom: 5rem; }
            .hero-left p { font-size: 1.15rem; }
            .ai-card-grid { transform: none; max-width: 620px; }
            .message-row { max-width: 92%; }
        }

        @media (max-width: 768px) {
            .container { padding: 1.4rem 1.3rem; }

            .navbar {
                flex-direction: column;
                align-items: flex-start;
                gap: 1.2rem;
                padding-bottom: 2rem;
            }

            .logo { font-size: 1.95rem; }
            .logo span { font-size: 2.2rem; }

            .nav-links {
                width: 100%;
                gap: 1rem;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            .hero { margin: 1rem 0 4rem 0; }
            .hero-left h1 { font-size: clamp(2.5rem, 10vw, 3.4rem); }
            .hero-left p {
                font-size: 1.05rem;
                padding-left: 1rem;
                margin-bottom: 2rem;
            }

            .cta-primary,
            .cta-secondary {
                padding: 0.85rem 1.5rem;
                font-size: 1rem;
            }

            .ai-card-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1rem;
            }

            .stats {
                border-radius: 30px;
                padding: 1.4rem 1.1rem;
                gap: 1.2rem;
                margin: 3.5rem 0 4rem 0;
            }

            .stat-number { font-size: 2rem; }
            .section-title { font-size: 2.1rem; }
            .feature-grid { grid-template-columns: 1fr; gap: 1.3rem; }

            .live-panel {
                border-radius: 34px;
                padding: 1.8rem 1.3rem 2rem;
                margin: 3.5rem 0;
            }

            .stream-title h2 { font-size: 1.35rem; }
            .message-row { max-width: 100%; gap: 0.8rem; }
            .msg-bubble { font-size: 0.95rem; padding: 0.95rem 1.2rem; }

            .footer-cta {
                border-radius: 48px 48px 28px 28px;
                padding: 2.6rem 1.2rem;
            }

            .footer-cta h2 { font-size: 2.2rem; }
            .footer-cta p { font-size: 1rem; margin-bottom: 1.7rem; }
            .input-group { gap: 0.8rem; }
            .input-group input { width: 100%; max-width: 420px; padding: 0.85rem 1.1rem; }
            .input-group button { width: 100%; max-width: 420px; padding: 0.9rem 1.2rem; font-size: 1rem; }
        }

        @media (max-width: 520px) {
            .container { padding: 1rem 0.9rem; }

            .logo { font-size: 1.65rem; }
            .logo span { font-size: 1.95rem; }

            .nav-links a { font-size: 0.95rem; }
            .glow-button { padding: 0.45rem 1rem; font-size: 0.9rem; }

            .badge {
                margin-bottom: 1.1rem;
                font-size: 0.78rem;
                padding: 0.28rem 0.9rem;
            }

            .hero-left h1 { font-size: clamp(2rem, 11vw, 2.65rem); }
            .hero-left p { font-size: 0.96rem; }

            .cta-group {
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 0.7rem;
            }

            .cta-primary,
            .cta-secondary { width: 100%; }

            .ai-card-grid { grid-template-columns: 1fr; }
            .feature-card { border-radius: 24px; padding: 1.4rem 1rem; }
            .feature-card h3 { font-size: 1.45rem; }

            .stats { border-radius: 24px; }
            .live-panel { border-radius: 24px; padding: 1.2rem 1rem 1.5rem; }

            .msg-avatar {
                width: 38px;
                height: 38px;
                font-size: 0.95rem;
            }

            .msg-bubble { font-size: 0.9rem; }
            .msg-time { font-size: 0.66rem; }

            .footer-cta h2 { font-size: 1.85rem; }
            .footer-note { margin-top: 2.3rem; font-size: 0.78rem; }
        }
