/* home public CSS. Generated by scripts/export-next-public.mjs. */

/* Source: home; hash: 8929adfd55 */
body { background-color: #0f172a; color: #f8fafc; margin: 0; }
    html { scroll-padding-top: 100px; }
    a { text-decoration: none; }

    .content-shell { max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 60px; padding-right: 60px; }
    @media (max-width: 640px) { .content-shell { padding-left: 16px; padding-right: 16px; } }
    @media (min-width: 641px) and (max-width: 1024px) { .content-shell { padding-left: 24px; padding-right: 24px; } }

    .text-gradient { background: linear-gradient(to right, #22d3ee, #38bdf8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .text-gradient-blue { background: linear-gradient(to right, #60a5fa, #22d3ee); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

    /* Button Styles (Used in Hero & Sections) */
    .btn { position: relative; display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; font-weight: 600; letter-spacing: .1px; transition: transform .18s, box-shadow .18s, border-color .18s, background-color .18s, color .18s; overflow: hidden; transform: translateZ(0); backface-visibility: hidden; user-select: none; }
    .btn span { position: relative; z-index: 2; }
    .btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(96, 165, 250, 1), rgba(34, 211, 238, 1)); transform: translateX(-110%); transition: transform .22s; z-index: 1; }
    .btn:hover::before { transform: translateX(0); }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }
    .btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(34, 211, 238, .22); }

    .btn-solid { background: rgba(34, 211, 238, .95); color: #0f172a; box-shadow: 0 0 22px rgba(34, 211, 238, .22); border: 1px solid rgba(255, 255, 255, .06); }
    .btn-solid:hover { color: #fff; box-shadow: 0 0 32px rgba(96, 165, 250, .24); }

    .btn-nav-outline { background: rgba(255, 255, 255, .06); color: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .18); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .btn.btn-nav-outline::before { display: none; }
    .btn.btn-nav-outline:hover { background: rgba(96, 165, 250, .18); border-color: rgba(255, 255, 255, .18); color: #fff; box-shadow: 0 0 22px rgba(96, 165, 250, .12); transform: translateY(-1px); }
    .btn.btn-nav-outline:active { transform: translateY(0); }

    /* Page-Specific Brand Mark (Used in Chat Widget) */
    .brand-mark { position: relative; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; transform: translateZ(0); backface-visibility: hidden; flex: none; }
    .brand-mark img { width: 40px; height: 40px; display: block; }
    .brand-mark::before { content: ""; position: absolute; inset: -4px; border-radius: 9999px; border: 2px solid rgba(34, 211, 238, .35); border-top-color: transparent; width: 48px; height: 48px; }
    .js-ready .brand-mark::before { animation: spin 10s linear infinite; will-change: transform; }
    @keyframes spin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

    /* Glass Cards & Effects */
    .glass-card { background: rgba(30, 41, 59, .6); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .08); transition: transform .3s, box-shadow .3s, border-color .3s; }
    .glass-card:hover { transform: translateY(-5px); border-color: rgba(34, 211, 238, .5); box-shadow: 0 0 25px rgba(34, 211, 238, .15); }

    .bg-tech-grid { background-size: 40px 40px; background-image: linear-gradient(to right, rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, .03) 1px, transparent 1px); mask-image: radial-gradient(circle at center, black 40%, transparent 80%); -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 80%); }
    .hero-bg { background: #0f172a; }

    /* Carousel */
    .carousel-track { display: flex; }
    .agent-slide { flex: 0 0 calc(33.333% - 1.3333rem); margin-right: 2rem; }
    @media (max-width: 1024px) { .agent-slide { flex: 0 0 calc(50% - 1rem); margin-right: 2rem; } }
    @media (max-width: 640px) { .agent-slide { flex: 0 0 100%; margin-right: 0; } }
    .carousel-no-transition { transition: none !important; }
    .live-demo-btn { white-space: nowrap; }

    /* Chat Widget Styles */
    .chat-container { display: flex; flex-direction: column; background: #ffffff; height: 100%; }
    .chat-bubble { max-width: 85%; padding: 12px 16px; border-radius: 18px; font-size: 0.95rem; line-height: 1.5; animation: bubblePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
    .chat-user { background: linear-gradient(135deg, #06b6d4, #3b82f6); color: #ffffff; border-bottom-right-radius: 4px; align-self: flex-end; margin-left: auto; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .chat-bot { background: #ffffff; color: #1e293b; border-bottom-left-radius: 4px; align-self: flex-start; border: 1px solid #e2e8f0; }
    @keyframes bubblePop { 0% { opacity: 0; transform: translateY(10px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }

    .typing-dot { width: 6px; height: 6px; background: #cbd5e1; border-radius: 50%; animation: typing 1.4s infinite ease-in-out both; }
    .typing-dot:nth-child(1) { animation-delay: -0.32s; }
    .typing-dot:nth-child(2) { animation-delay: -0.16s; }
    @keyframes typing { 0%, 80%, 100% { transform: scale(0); opacity: 0.5; } 40% { transform: scale(1); opacity: 1; } }

    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
    .focus\:not-sr-only:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto !important; }
      *, *::before, *::after { animation: none !important; transition: none !important; }
      .js-ready .brand-mark::before { animation: spin 10s linear infinite !important; }
    }

/* Source: home; hash: 9078cc8068 */
/* --- BRAND MARK & SPINNER (Shared Footer Styles) --- */
    .footer-brand-mark {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        flex: none;
    }

    .footer-brand-mark img {
        display: block;
        position: relative;
        z-index: 10;
        object-fit: contain;
        transform: scale(0.75);
        width: 100% !important;
        height: 100% !important;
    }

    .footer-brand-mark::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 50%;
        border: 2px solid rgba(34, 211, 238, 0.4);
        border-top-color: transparent;
        z-index: 1;
        /* FIX: Apply animation directly, remove .js-ready dependency */
        animation: spin 8s linear infinite;
        will-change: transform;
    }

    @keyframes spin {
        0% { transform: rotate(0); }
        100% { transform: rotate(360deg); }
    }

    /* --- FOOTER SPECIFIC STYLES --- */
    .footer-heading {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #94a3b8; /* Slate-400 */
        margin-bottom: 1.5rem;
    }

    .footer-link {
        font-size: 0.875rem;
        color: #cbd5e1; /* Slate-300 */
        transition: color 0.2s;
        display: block;
        margin-bottom: 0.75rem;
    }

    .footer-link:hover {
        color: #22d3ee; /* Cyan-400 */
    }

    .footer-social-icon {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #cbd5e1;
        transition: all 0.2s;
    }

    .footer-social-icon:hover {
        background: rgba(34, 211, 238, 0.1);
        color: #22d3ee;
    }

    .footer-cta-card {
        background: rgba(30, 41, 59, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 1rem;
        padding: 1.5rem;
    }

    .back-to-top {
        font-size: 0.75rem;
        font-weight: 600;
        color: #22d3ee;
        display: inline-flex;
        align-items: center;
        margin-top: 1rem;
        cursor: pointer;
    }

    .back-to-top:hover {
        text-decoration: underline;
    }

    @media (hover: none) {
        .footer-link:active { color: #22d3ee !important; }
    }
