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

/* Source: why-inplex; hash: 5d8b7c14c8 */
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; }

        .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: #0f172a; 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); }

        .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-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; }

        .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; } }

        .faq-item { background: rgba(15, 23, 42, 0.4); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 1rem; overflow: hidden; transition: all 0.3s ease; }
        .faq-item:hover { border-color: rgba(255,255,255,0.2); }
        .faq-item.is-active { background: rgba(15, 23, 42, 0.7); border-color: rgba(34, 211, 238, 0.3); box-shadow: 0 0 15px rgba(34, 211, 238, 0.1); }
        .faq-trigger { width: 100%; text-align: left; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: transparent; cursor: pointer; }
        .faq-q { font-size: 1.05rem; font-weight: 700; color: #f8fafc; line-height: 1.4; }
        .faq-trigger[aria-expanded="true"] .faq-q { color: #22d3ee; }
        .faq-panel { padding: 0 1.5rem 1.25rem 1.5rem; color: #cbd5e1; line-height: 1.75; font-size: 0.95rem; }
        .faq-panel[hidden] { display: none !important; }
        .faq-icon { width: 22px; height: 22px; color: #94a3b8; transition: transform 0.3s ease, color 0.3s; flex: 0 0 auto; }
        .faq-trigger:hover .faq-icon { color: #f8fafc; }
        .faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(180deg); color: #22d3ee; }

        .pricing-stack-card { background: rgba(30, 41, 59, 0.4); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 1.5rem; padding: 2rem; transition: all 0.2s; text-align: center; }
        .pricing-stack-card:hover { border-color: rgba(34, 211, 238, 0.3); transform: translateY(-3px); }
        .pricing-featured { background: rgba(15, 23, 42, 0.85); border: 1px solid rgba(34, 211, 238, 0.5); box-shadow: 0 0 25px rgba(34, 211, 238, 0.15); position: relative; z-index: 10; }
        .badge-popular { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #22d3ee, #60a5fa); color: #0f172a; padding: 4px 16px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 0 4px 12px rgba(34,211,238,.4); white-space: nowrap; }

        .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: 0; 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; }
        }
