:root {
    --primary: #2092EC;
    --primary-hover: #3ba3f0;
    --primary-dark: #1a7bc4;
    --primary-light: #e8f4fd;
    --primary-muted: rgba(32, 146, 236, 0.15);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

html {
    scroll-behavior: smooth;
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(32, 146, 236, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 146, 236, 0.12) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.75), transparent 70%);
    pointer-events: none;
    opacity: 0.25;
}

.glow-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(90px);
    mix-blend-mode: screen;
    opacity: 0.8;
}

.glow-1 {
    top: -10%;
    left: 12%;
    background: radial-gradient(circle at 30% 30%, rgba(32, 146, 236, 0.85), rgba(10, 50, 80, 0.35));
    animation: glow-float-1 18s ease-in-out infinite;
}

.glow-2 {
    top: 10%;
    right: 6%;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle at 40% 40%, rgba(59, 163, 240, 0.8), rgba(30, 41, 59, 0.25));
    animation: glow-float-2 22s ease-in-out infinite;
}

.glow-3 {
    bottom: -15%;
    left: 30%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at 50% 50%, rgba(32, 146, 236, 0.6), rgba(30, 41, 59, 0.22));
    animation: glow-float-3 20s ease-in-out infinite;
}

@keyframes glow-float-1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(60px, 40px) scale(1.08);
    }

    66% {
        transform: translate(-40px, 80px) scale(0.96);
    }
}

@keyframes glow-float-2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    40% {
        transform: translate(-80px, 60px) scale(1.05);
    }

    70% {
        transform: translate(20px, -40px) scale(0.98);
    }
}

@keyframes glow-float-3 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    35% {
        transform: translate(-50px, -30px) scale(1.06);
    }

    70% {
        transform: translate(70px, 20px) scale(0.95);
    }
}

.glass-card {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.85), rgba(2, 6, 23, 0.7));
    box-shadow: 0 30px 60px rgba(8, 12, 22, 0.45);
    backdrop-filter: blur(12px);
}

.icon-pill {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(32, 146, 236, 0.3);
    background: rgba(32, 146, 236, 0.12);
    color: #7ec5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.module-card {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.82);
    padding: 24px;
    color: #e2e8f0;
    box-shadow: 0 24px 48px rgba(8, 12, 22, 0.35);
}

.workflow-card {
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    background: rgba(15, 23, 42, 0.7);
    padding: 20px;
    color: #e2e8f0;
    box-shadow: 0 20px 40px rgba(8, 12, 22, 0.3);
}

    .workflow-card h3 {
        margin-top: 12px;
        font-weight: 600;
        color: #f8fafc;
    }

    .workflow-card p {
        margin-top: 8px;
        color: #94a3b8;
        font-size: 14px;
    }

.workflow-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(32, 146, 236, 0.4);
    color: #7ec5f5;
    font-weight: 600;
    background: rgba(32, 146, 236, 0.12);
}

.bulk-stack {
    position: relative;
    width: 280px;
    height: 220px;
}

.bulk-paper {
    position: absolute;
    inset: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(232, 244, 253, 0.95), rgba(32, 146, 236, 0.2));
    border: 1px solid rgba(32, 146, 236, 0.25);
    box-shadow: 0 18px 40px rgba(32, 146, 236, 0.2);
}

    .bulk-paper:nth-child(1) {
        transform: translate(-16px, -12px) rotate(-4deg);
    }

    .bulk-paper:nth-child(2) {
        transform: translate(0, 0) rotate(0deg);
    }

    .bulk-paper:nth-child(3) {
        transform: translate(16px, 12px) rotate(3deg);
    }

.bulk-stamp {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 86px;
    height: 86px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(32, 146, 236, 0.9), rgba(59, 163, 240, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(32, 146, 236, 0.35);
    animation: stamp 2.6s ease-in-out infinite;
}

.bulk-caption {
    position: absolute;
    left: 16px;
    bottom: -12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #b3ddf9;
    font-size: 12px;
}

@keyframes stamp {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    40% {
        transform: translateY(-8px) scale(1.04);
    }

    70% {
        transform: translateY(0) scale(0.98);
    }
}

.pricing-card {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.8);
    padding: 24px;
    color: #e2e8f0;
    position: relative;
}

    .pricing-card h3 {
        font-size: 20px;
        font-weight: 600;
        color: #f8fafc;
    }

    .pricing-card .price {
        margin-top: 8px;
        font-size: 28px;
        font-weight: 700;
        color: #2092EC;
    }

    .pricing-card ul {
        margin-top: 16px;
        display: grid;
        gap: 8px;
        color: #94a3b8;
        font-size: 14px;
    }

.pricing-highlight {
    border: 1px solid rgba(32, 146, 236, 0.5);
    box-shadow: 0 30px 60px rgba(32, 146, 236, 0.25);
}

    .pricing-highlight .badge {
        position: absolute;
        top: 20px;
        right: 20px;
        background: rgba(32, 146, 236, 0.2);
        color: #7ec5f5;
        border: 1px solid rgba(32, 146, 236, 0.5);
        padding: 4px 10px;
        border-radius: 999px;
        font-size: 12px;
    }

.form-input {
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.8);
    color: #e2e8f0;
    font-size: 14px;
}

    .form-input:focus {
        outline: none;
        border-color: rgba(32, 146, 236, 0.6);
        box-shadow: 0 0 0 3px rgba(32, 146, 236, 0.2);
    }

@media (max-width: 640px) {
    .bulk-stack {
        width: 220px;
        height: 200px;
    }
}
