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

    :root {
        --blue: #2563eb;
        --blue-dark: #1d4ed8;
        --blue-light: #dbeafe;
        --blue-50: #eff6ff;
        --navy: #0f172a;
        --navy-light: #1e293b;
        --gray-50: #f8fafc;
        --gray-100: #f1f5f9;
        --gray-200: #e2e8f0;
        --gray-300: #cbd5e1;
        --gray-400: #94a3b8;
        --gray-500: #64748b;
        --gray-600: #475569;
        --gray-700: #334155;
        --gray-800: #1e293b;
        --gray-900: #0f172a;
        --green: #10b981;
        --purple: #8b5cf6;
        --orange: #f59e0b;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        color: var(--gray-900);
        background: #ffffff;
        line-height: 1.6;
    }

    /* ========== COMING SOON ========== */
    .coming-soon {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #ffffff 0%, var(--blue-50) 50%, #ffffff 100%);
        position: relative;
        overflow: hidden;
    }

    /* Water waves background */
    .cs-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .cs-wave {
        position: absolute;
        left: -5%;
        width: 110%;
        height: 200px;
        opacity: 0.5;
    }

    .cs-wave svg {
        width: 100%;
        height: 100%;
    }

    .cs-wave:nth-child(1) {
        bottom: -40px;
        opacity: 0.08;
        animation: cs-wave-move 8s ease-in-out infinite;
    }

    .cs-wave:nth-child(2) {
        bottom: -20px;
        opacity: 0.05;
        animation: cs-wave-move 10s ease-in-out infinite reverse;
    }

    .cs-wave:nth-child(3) {
        bottom: 0px;
        opacity: 0.03;
        animation: cs-wave-move 12s ease-in-out infinite;
        animation-delay: -3s;
    }

    .cs-wave:nth-child(4) {
        top: -40px;
        opacity: 0.06;
        transform: rotate(180deg);
        animation: cs-wave-move 9s ease-in-out infinite reverse;
        animation-delay: -2s;
    }

    .cs-wave:nth-child(5) {
        top: -20px;
        opacity: 0.03;
        transform: rotate(180deg);
        animation: cs-wave-move 11s ease-in-out infinite;
        animation-delay: -5s;
    }

    @keyframes cs-wave-move {

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

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

    /* Override for rotated top waves */
    .cs-wave:nth-child(4) {
        animation-name: cs-wave-move-top;
    }

    .cs-wave:nth-child(5) {
        animation-name: cs-wave-move-top;
    }

    @keyframes cs-wave-move-top {

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

        50% {
            transform: rotate(180deg) translateX(-3%);
        }
    }

    /* Subtle ripple circles */
    .cs-ripple {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(37, 99, 235, 0.06);
        animation: cs-ripple-expand 6s ease-out infinite;
        opacity: 0;
    }

    .cs-ripple:nth-child(6) {
        width: 80px;
        height: 80px;
        top: 20%;
        left: 15%;
        animation-delay: 0s;
    }

    .cs-ripple:nth-child(7) {
        width: 60px;
        height: 60px;
        top: 65%;
        right: 20%;
        animation-delay: -2s;
    }

    .cs-ripple:nth-child(8) {
        width: 100px;
        height: 100px;
        top: 40%;
        right: 8%;
        animation-delay: -4s;
    }

    @keyframes cs-ripple-expand {
        0% {
            opacity: 0.4;
            transform: scale(0.5);
        }

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

    .cs-content {
        position: relative;
        z-index: 1;
        text-align: center;
        max-width: 680px;
        padding: 0 32px;
    }

    .cs-logo {
        font-size: 24px;
        font-weight: 700;
        color: var(--gray-900);
        letter-spacing: -0.5px;
        margin-bottom: 64px;
    }

    .cs-logo span {
        color: var(--blue);
    }

    .cs-badge {
        display: inline-block;
        padding: 6px 16px;
        background: var(--blue-light);
        color: var(--blue);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        border-radius: 20px;
        margin-bottom: 32px;
    }

    .cs-headline {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -2px;
        color: var(--gray-900);
        margin-bottom: 24px;
    }

    .cs-headline .highlight {
        color: var(--blue);
    }

    .cs-subheadline {
        font-size: 18px;
        color: var(--gray-500);
        line-height: 1.8;
        margin-bottom: 48px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Dynamische Kennzahlen */
    .cs-metrics {
        display: flex;
        justify-content: center;
        gap: 48px;
        margin-bottom: 56px;
    }

    .cs-metric {
        text-align: center;
    }

    .cs-metric-value {
        font-size: 36px;
        font-weight: 700;
        color: var(--gray-900);
        line-height: 1;
        margin-bottom: 6px;
    }

    .cs-metric-label {
        font-size: 13px;
        color: var(--gray-400);
        font-weight: 500;
    }

    /* Animiertes Dashboard-Preview */
    .cs-preview {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 56px;
        background: var(--navy);
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
    }

    .cs-preview-topbar {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 16px;
    }

    .cs-preview-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .cs-preview-dot.r {
        background: #ef4444;
    }

    .cs-preview-dot.y {
        background: #f59e0b;
    }

    .cs-preview-dot.g {
        background: #10b981;
    }

    .cs-preview-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .cs-preview-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 8px;
        padding: 14px;
        position: relative;
        overflow: hidden;
    }

    .cs-preview-card-label {
        font-size: 9px;
        color: var(--gray-400);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }

    .cs-preview-card-value {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
    }

    .cs-preview-bar {
        height: 4px;
        border-radius: 2px;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.08);
        overflow: hidden;
    }

    .cs-preview-bar-fill {
        height: 100%;
        border-radius: 2px;
        animation: cs-bar-fill 2.5s ease-out forwards;
        width: 0%;
    }

    @keyframes cs-bar-fill {
        to {
            width: var(--target);
        }
    }

    .cs-preview-chart {
        grid-column: 1 / -1;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 8px;
        padding: 14px;
        height: 80px;
        position: relative;
        overflow: hidden;
    }

    .cs-preview-chart-label {
        font-size: 9px;
        color: var(--gray-400);
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 8px;
    }

    .cs-preview-chart svg {
        width: 100%;
        height: 40px;
    }

    .cs-chart-line {
        stroke-dasharray: 600;
        stroke-dashoffset: 600;
        animation: cs-draw-line 2s ease-out 0.5s forwards;
    }

    @keyframes cs-draw-line {
        to {
            stroke-dashoffset: 0;
        }
    }

    /* CTA Bereich */
    .split-btn-wrap {
        position: relative;
        display: inline-flex;
        border-radius: 12px;
    }

    .split-main {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 13px 22px;
        font-size: 15px;
        font-weight: 600;
        font-family: inherit;
        background: #1a56db;
        color: #fff;
        border: none;
        border-radius: 12px 0 0 12px;
        cursor: pointer;
        text-decoration: none;
        transition: background 0.15s;
    }

    .split-main:hover {
        background: #1648c0;
    }

    .split-divider {
        width: 1px;
        background: rgba(255, 255, 255, 0.25);
        flex-shrink: 0;
    }

    .split-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        background: #1a56db;
        color: #fff;
        border: none;
        border-radius: 0 12px 12px 0;
        cursor: pointer;
        transition: background 0.15s;
    }

    .split-arrow:hover {
        background: #1648c0;
    }

    .split-dropdown {
        display: none;
        position: absolute;
        bottom: calc(100% + 8px);
        top: auto;
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid var(--gray-200);
        border-radius: 10px;
        overflow: hidden;
        z-index: 10;
        min-width: 200px;
    }

    .split-dropdown.open {
        display: block;
    }

    .split-dropdown a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 16px;
        font-size: 14px;
        color: var(--gray-700);
        text-decoration: none;
        transition: background 0.12s;
    }

    .split-dropdown a:hover {
        background: var(--gray-50);
    }

    .split-dropdown a+a {
        border-top: 1px solid var(--gray-100);
    }

    .split-arrow.open svg {
        transform: rotate(180deg);
    }

    .cs-actions {
        display: flex;
        gap: 16px;
        justify-content: center;
        margin-bottom: 32px;
    }

    .cs-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 14px 28px;
        font-size: 15px;
        font-weight: 600;
        font-family: inherit;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.2s;
    }

    .cs-btn-primary {
        background: var(--blue);
        color: #ffffff;
    }

    .cs-btn-primary:hover {
        background: var(--blue-dark);
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
    }

    .cs-btn-outline {
        background: transparent;
        color: var(--gray-600);
        border: 1px solid var(--gray-300);
    }

    .cs-btn-outline:hover {
        border-color: var(--gray-400);
        background: var(--gray-50);
    }

    .cs-footer {
        position: relative;
        z-index: 1;
        font-size: 13px;
        color: var(--gray-400);
    }

    .cs-footer a {
        color: var(--gray-500);
        text-decoration: none;
        margin: 0 12px;
        transition: color 0.2s;
    }

    .cs-footer a:hover {
        color: var(--gray-700);
    }

    /* Pulsierende Punkte im Hintergrund */
    .cs-dot {
        position: absolute;
        border-radius: 50%;
        background: var(--blue);
        opacity: 0;
        animation: cs-pulse 4s ease-in-out infinite;
    }

    .cs-dot:nth-child(1) {
        width: 6px;
        height: 6px;
        top: 15%;
        left: 10%;
        animation-delay: 0s;
    }

    .cs-dot:nth-child(2) {
        width: 4px;
        height: 4px;
        top: 25%;
        right: 15%;
        animation-delay: 1s;
    }

    .cs-dot:nth-child(3) {
        width: 5px;
        height: 5px;
        bottom: 30%;
        left: 20%;
        animation-delay: 2s;
    }

    .cs-dot:nth-child(4) {
        width: 3px;
        height: 3px;
        top: 60%;
        right: 10%;
        animation-delay: 0.5s;
    }

    .cs-dot:nth-child(5) {
        width: 5px;
        height: 5px;
        bottom: 15%;
        right: 25%;
        animation-delay: 1.5s;
    }

    .cs-dot:nth-child(6) {
        width: 4px;
        height: 4px;
        top: 40%;
        left: 5%;
        animation-delay: 3s;
    }

    @keyframes cs-pulse {

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

        50% {
            opacity: 0.3;
            transform: scale(1);
        }
    }

    /* ========== FULL SITE (hidden by default) ========== */
    .full-site {
        display: none;
    }

    .full-site.visible {
        display: block;
    }

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

    /* ========== NAVBAR ========== */
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--gray-200);
        height: 64px;
        display: flex;
        align-items: center;
    }

    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-logo {
        font-size: 20px;
        font-weight: 700;
        color: var(--gray-900);
        text-decoration: none;
        letter-spacing: -0.5px;
    }

    .navbar-logo span {
        color: var(--blue);
    }

    .navbar-links {
        display: flex;
        align-items: center;
        gap: 32px;
        list-style: none;
    }

    .navbar-links a {
        font-size: 14px;
        font-weight: 500;
        color: var(--gray-600);
        text-decoration: none;
        transition: color 0.2s;
    }

    .navbar-links a:hover {
        color: var(--gray-900);
    }

    .navbar-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        font-family: inherit;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.2s;
    }

    .btn-ghost {
        background: transparent;
        color: var(--gray-700);
    }

    .btn-ghost:hover {
        background: var(--gray-100);
    }

    .btn-primary {
        background: var(--blue);
        color: #ffffff;
    }

    .btn-primary:hover {
        background: var(--blue-dark);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    }

    .btn-large {
        padding: 14px 28px;
        font-size: 16px;
        border-radius: 10px;
    }

    .btn-outline {
        background: transparent;
        color: var(--blue);
        border: 2px solid var(--blue);
    }

    .btn-outline:hover {
        background: var(--blue-50);
    }

    /* Mobile menu toggle */
    .menu-toggle {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
    }

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--gray-700);
        margin: 5px 0;
        transition: 0.3s;
    }

    /* ========== HERO ========== */
    .hero {
        padding: 140px 0 80px;
        background: linear-gradient(180deg, var(--blue-50) 0%, #ffffff 100%);
    }

    .hero .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 14px;
        background: var(--blue-light);
        color: var(--blue);
        font-size: 13px;
        font-weight: 600;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .hero h1 {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -1.5px;
        color: var(--gray-900);
        margin-bottom: 20px;
    }

    .hero h1 .highlight {
        color: var(--blue);
    }

    .hero-subtitle {
        font-size: 18px;
        color: var(--gray-500);
        line-height: 1.7;
        margin-bottom: 32px;
        max-width: 500px;
    }

    .hero-actions {
        display: flex;
        gap: 16px;
        margin-bottom: 40px;
    }

    .hero-stats {
        display: flex;
        gap: 40px;
    }

    .hero-stat-value {
        font-size: 28px;
        font-weight: 700;
        color: var(--gray-900);
    }

    .hero-stat-label {
        font-size: 13px;
        color: var(--gray-400);
        margin-top: 2px;
    }

    /* Dashboard Mockup */
    .hero-visual {
        position: relative;
        background: var(--navy);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 25px 60px rgba(15, 23, 42, 0.2);
        overflow: hidden;
    }

    .mockup-topbar {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
    }

    .mockup-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .mockup-dot.red {
        background: #ef4444;
    }

    .mockup-dot.yellow {
        background: #f59e0b;
    }

    .mockup-dot.green {
        background: #10b981;
    }

    .mockup-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .mockup-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 16px;
    }

    .mockup-card-label {
        font-size: 10px;
        color: var(--gray-400);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .mockup-card-value {
        font-size: 22px;
        font-weight: 700;
        color: #ffffff;
    }

    .mockup-card-value.green {
        color: var(--green);
    }

    .mockup-card-value.blue {
        color: #60a5fa;
    }

    .mockup-card-value.orange {
        color: var(--orange);
    }

    .mockup-card-value.purple {
        color: var(--purple);
    }

    .mockup-bar-row {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .mockup-bar {
        height: 6px;
        border-radius: 3px;
        flex: 1;
    }

    .mockup-bar-label {
        font-size: 10px;
        color: var(--gray-400);
        width: 28px;
        text-align: right;
    }

    .mockup-chart {
        grid-column: 1 / -1;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 16px;
        height: 120px;
        position: relative;
        overflow: hidden;
    }

    .mockup-chart-label {
        font-size: 10px;
        color: var(--gray-400);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .mockup-chart svg {
        width: 100%;
        height: 70px;
    }

    /* ========== FEATURES ========== */
    .features {
        padding: 100px 0;
    }

    .section-label {
        font-size: 13px;
        font-weight: 600;
        color: var(--blue);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    .section-title {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -1px;
        color: var(--gray-900);
        margin-bottom: 16px;
    }

    .section-subtitle {
        font-size: 17px;
        color: var(--gray-500);
        max-width: 600px;
        line-height: 1.7;
        margin-bottom: 48px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .feature-card {
        padding: 32px;
        background: var(--gray-50);
        border: 1px solid var(--gray-200);
        border-radius: 14px;
        transition: all 0.2s;
    }

    .feature-card:hover {
        border-color: var(--blue);
        box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
        transform: translateY(-2px);
    }

    .feature-number {
        font-size: 13px;
        font-weight: 700;
        color: var(--blue);
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .feature-card h3 {
        font-size: 18px;
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: 10px;
    }

    .feature-card p {
        font-size: 14px;
        color: var(--gray-500);
        line-height: 1.6;
    }

    /* ========== USE CASES ========== */
    .use-cases {
        padding: 100px 0;
        background: var(--gray-50);
    }

    .use-cases-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    .role-card {
        padding: 32px 24px;
        background: #ffffff;
        border: 1px solid var(--gray-200);
        border-radius: 14px;
        text-align: center;
        transition: all 0.2s;
    }

    .role-card:hover {
        border-color: var(--blue);
        box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
    }

    .role-number {
        font-size: 32px;
        font-weight: 700;
        color: var(--blue);
        line-height: 1;
        margin-bottom: 16px;
    }

    .role-card h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: 8px;
    }

    .role-card p {
        font-size: 13px;
        color: var(--gray-500);
        line-height: 1.5;
    }

    /* ========== PRICING / CTA ========== */
    .cta-section {
        padding: 100px 0;
    }

    .cta-box {
        background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
        border-radius: 20px;
        padding: 64px;
        text-align: center;
        color: #ffffff;
    }

    .cta-box h2 {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }

    .cta-box p {
        font-size: 17px;
        color: var(--gray-400);
        max-width: 500px;
        margin: 0 auto 32px;
        line-height: 1.7;
    }

    .cta-box .btn-primary {
        padding: 16px 32px;
        font-size: 16px;
    }

    /* ========== BLOG ========== */
    .blog {
        padding: 100px 0;
        background: var(--gray-50);
    }

    .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .blog-card {
        background: #ffffff;
        border: 1px solid var(--gray-200);
        border-radius: 14px;
        overflow: hidden;
        transition: all 0.2s;
    }

    .blog-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        transform: translateY(-2px);
    }

    .blog-card-image {
        height: 180px;
        display: flex;
        align-items: flex-end;
        padding: 24px;
    }

    .blog-card-image.bg-blue {
        background: linear-gradient(135deg, #1e3a5f, #0f172a);
    }

    .blog-card-image.bg-green {
        background: linear-gradient(135deg, #064e3b, #0f172a);
    }

    .blog-card-image.bg-purple {
        background: linear-gradient(135deg, #3b0764, #0f172a);
    }

    .blog-card-image-label {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, 0.6);
    }

    .blog-card-body {
        padding: 24px;
    }

    .blog-card-tag {
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--blue);
        margin-bottom: 10px;
    }

    .blog-card h3 {
        font-size: 17px;
        font-weight: 600;
        color: var(--gray-900);
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .blog-card p {
        font-size: 14px;
        color: var(--gray-500);
        line-height: 1.6;
    }

    .blog-card-meta {
        margin-top: 16px;
        font-size: 12px;
        color: var(--gray-400);
    }

    /* ========== FOOTER ========== */
    .footer {
        padding: 48px 0;
        border-top: 1px solid var(--gray-200);
    }

    .footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-brand {
        font-size: 16px;
        font-weight: 600;
        color: var(--gray-900);
    }

    .footer-brand span {
        color: var(--blue);
    }

    .footer-links {
        display: flex;
        gap: 24px;
        list-style: none;
    }

    .footer-links a {
        font-size: 13px;
        color: var(--gray-500);
        text-decoration: none;
        transition: color 0.2s;
    }

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

    .footer-copy {
        font-size: 13px;
        color: var(--gray-400);
    }

    /* ========== RESPONSIVE ========== */
    @media (max-width: 1024px) {
        .hero .container {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .hero h1 {
            font-size: 38px;
        }

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

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

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

    @media (max-width: 768px) {
        .navbar-links {
            display: none;
        }

        .menu-toggle {
            display: block;
        }

        .hero {
            padding: 100px 0 60px;
        }

        .hero h1 {
            font-size: 32px;
        }

        .hero-subtitle {
            font-size: 16px;
        }

        .hero-stats {
            gap: 24px;
        }

        .hero-stat-value {
            font-size: 22px;
        }

        .features,
        .use-cases,
        .cta-section,
        .blog {
            padding: 60px 0;
        }

        .section-title {
            font-size: 28px;
        }

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

        .use-cases-grid {
            grid-template-columns: 1fr 1fr;
        }

        .cta-box {
            padding: 40px 24px;
        }

        .cta-box h2 {
            font-size: 28px;
        }

        .hero-actions {
            flex-direction: column;
        }

        .footer .container {
            flex-direction: column;
            gap: 16px;
            text-align: center;
        }

        /* Coming Soon responsive */
        .cs-headline {
            font-size: 36px;
            letter-spacing: -1px;
        }

        .cs-subheadline {
            font-size: 16px;
        }

        .cs-metrics {
            gap: 32px;
        }

        .cs-metric-value {
            font-size: 28px;
        }

        .cs-actions {
            flex-direction: column;
            align-items: center;
        }

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

        .footer-links {
            display: contents;
        }
    }

    @media (max-width: 480px) {
        .use-cases-grid {
            grid-template-columns: 1fr;
        }

        .hero-stats {
            flex-direction: column;
            gap: 16px;
        }

        .cs-metrics {
            flex-direction: column;
            gap: 24px;
        }

        .cs-headline {
            font-size: 28px;
        }

        .cs-preview-grid {
            grid-template-columns: 1fr;
        }
    }