:root{--bg:#f4f7fc;--surface:#fff;--surface-hover:#f1f5f9;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--text-faint:#94a3b8;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--primary-soft-border:#bfdbfe;--primary-contrast:#fff;--danger:#dc2626;--success:#16a34a;--success-soft:#f0fdf4;--accent-purple:#9333ea;--accent-purple-soft:#f5f0ff;--radius:14px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 24px #0f172a1a;--shadow-lg:0 20px 60px #2563eb2e;--header-h:76px}:root[data-theme=dark]{--bg:#0b1220;--surface:#111c33;--surface-hover:#16213b;--border:#24304a;--text:#f1f5f9;--text-muted:#a3b0c7;--text-faint:#7c88a3;--primary:#4d8dff;--primary-hover:#6ba0ff;--primary-soft:#16213b;--primary-soft-border:#2a3c63;--danger:#f87171;--success:#4ade80;--success-soft:#10261a;--accent-purple:#c4b5fd;--accent-purple-soft:#1d1533;--shadow-lg:0 20px 60px #00000073}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b1220;--surface:#111c33;--surface-hover:#16213b;--border:#24304a;--text:#f1f5f9;--text-muted:#a3b0c7;--text-faint:#7c88a3;--primary:#4d8dff;--primary-hover:#6ba0ff;--primary-soft:#16213b;--primary-soft-border:#2a3c63;--danger:#f87171;--success:#4ade80;--success-soft:#10261a;--accent-purple:#c4b5fd;--accent-purple-soft:#1d1533}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:1160px;margin:0 auto;padding:0 24px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:700;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--surface-hover)}.btn-lg{padding:16px 32px;font-size:17px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.pill{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.section{padding:96px 0}.section-tight{padding:64px 0}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:14px;font-size:13px;font-weight:700;display:inline-block}.section-title{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-muted);max-width:620px;font-size:18px;line-height:1.6}.text-center{text-align:center;margin-left:auto;margin-right:auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.input,.select,.textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;width:100%;padding:12px 14px;font-size:15px}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);outline:none}.form-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-field label{color:var(--text-muted);font-size:14px;font-weight:600}.error-text{color:var(--danger);margin-top:6px;font-size:13px}.success-text{color:var(--success);margin-top:6px;font-size:13px}@media (width<=640px){.section{padding:56px 0}.section-tight{padding:40px 0}.container{padding:0 18px}.btn-lg{padding:14px 24px;font-size:15.5px}}.site-header{z-index:40;height:var(--header-h);background:color-mix(in srgb, var(--bg) 85%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);align-items:center;display:flex;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__nav{color:var(--text-muted);align-items:center;gap:28px;font-size:14.5px;font-weight:600;display:flex}.site-header__nav a:hover{color:var(--primary)}.site-header__nav-actions{align-items:center;gap:10px;margin-left:8px;display:flex}.site-header__controls{align-items:center;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;display:inline-flex}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.site-header__burger{display:none}@media (width<=860px){.site-header__nav{top:var(--header-h);background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:18px;padding:20px 24px 28px;display:none;position:fixed;left:0;right:0}.site-header__nav.open{display:flex}.site-header__nav-actions{flex-direction:column;margin-top:8px;margin-left:0}.site-header__burger{display:inline-flex}}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding-top:56px}.site-footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.site-footer__brand p{color:var(--text-muted);max-width:260px;margin-top:12px;font-size:14px;line-height:1.6}.site-footer__col{flex-direction:column;gap:10px;display:flex}.site-footer__col h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin:0 0 4px;font-size:13px}.site-footer__col a{color:var(--text-muted);font-size:14px}.site-footer__col a:hover{color:var(--primary)}.site-footer__bottom{border-top:1px solid var(--border);color:var(--text-faint);padding:20px 24px;font-size:13px}@media (width<=700px){.site-footer__inner{grid-template-columns:1fr 1fr}}.portal-shell{min-height:100vh;display:flex}.portal-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:28px;width:240px;padding:24px 16px;display:flex}.portal-nav{flex-direction:column;flex:1;gap:4px;display:flex}.portal-link{color:var(--text-muted);border-radius:10px;align-items:center;gap:10px;padding:11px 12px;font-size:14px;font-weight:600;display:flex}.portal-link:hover{background:var(--surface-hover);color:var(--text)}.portal-link.active{background:var(--primary-soft);color:var(--primary)}.portal-sidebar__bottom{flex-direction:column;gap:6px;display:flex}.portal-content{flex:1;max-width:900px;padding:40px}@media (width<=780px){.portal-shell{flex-direction:column}.portal-sidebar{flex-flow:wrap;align-items:center;width:100%}.portal-nav{flex-flow:wrap}.portal-content{padding:24px}}.phone-hero{width:300px;height:600px;margin:0 auto;position:relative}.phone-hero__frame{width:100%;height:100%;box-shadow:var(--shadow-lg), 0 0 0 1px #0f172a14;background:#0f172a;border-radius:44px;padding:14px;position:relative}.phone-hero__notch{z-index:2;background:#0f172a;border-radius:0 0 16px 16px;width:120px;height:24px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.phone-hero__screen{background:var(--surface);border-radius:32px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.phone-hero__topbar{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:22px 20px 14px;display:flex}.phone-hero__avatar{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.phone-hero__contact-name{color:var(--text);font-size:15px;font-weight:700}.phone-hero__contact-sub{color:var(--text-muted);font-size:12px}.phone-hero__thread{scrollbar-width:none;flex-direction:column;flex:1;gap:10px;padding:16px 14px;display:flex;overflow-y:auto}.phone-hero__thread::-webkit-scrollbar{display:none}.phone-hero__bubble{opacity:0;border-radius:18px;max-width:78%;padding:10px 14px;font-size:13.5px;line-height:1.4;animation:.5s forwards phone-bubble-in;transform:translateY(8px)scale(.98)}.phone-hero__bubble--in{background:var(--surface-hover);color:var(--text);border-bottom-left-radius:6px;align-self:flex-start}.phone-hero__bubble--out{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;border-bottom-right-radius:6px;align-self:flex-end}@keyframes phone-bubble-in{to{opacity:1;transform:translateY(0)scale(1)}}.phone-hero__typing{background:var(--surface-hover);opacity:0;border-radius:18px 18px 18px 6px;align-self:flex-start;gap:4px;padding:12px 14px;animation:.4s forwards phone-bubble-in;display:flex}.phone-hero__typing span{background:var(--text-faint);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite phone-typing-dot}.phone-hero__typing span:nth-child(2){animation-delay:.15s}.phone-hero__typing span:nth-child(3){animation-delay:.3s}@keyframes phone-typing-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.phone-hero__inputbar{background:var(--surface-hover);color:var(--text-faint);border-radius:999px;flex-shrink:0;margin:10px 14px 16px;padding:10px 14px;font-size:13px}@media (width<=480px){.phone-hero{width:220px;height:440px}.phone-hero__frame{border-radius:34px;padding:10px}.phone-hero__notch{width:90px;height:18px;top:10px}.phone-hero__screen{border-radius:24px}.phone-hero__topbar{padding:18px 14px 10px}.phone-hero__avatar{width:30px;height:30px;font-size:12px}.phone-hero__contact-name{font-size:13px}.phone-hero__contact-sub{font-size:11px}.phone-hero__bubble{padding:8px 12px;font-size:12px}.phone-hero__thread{padding:10px}.phone-hero__inputbar{margin:8px 10px 12px;padding:8px 12px;font-size:12px}}.inm8bot{animation:4s ease-in-out infinite bot-float}@keyframes bot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.inm8bot__antenna-dot{transform-origin:50%;animation:1.8s ease-in-out infinite bot-pulse}@keyframes bot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.inm8bot__eye{transform-origin:50%;animation:4.5s ease-in-out infinite bot-blink}@keyframes bot-blink{0%,92%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}.inm8bot-chat{position:relative}.inm8bot-chat__bubble{box-shadow:var(--shadow-md);opacity:0;border-radius:14px;padding:10px 16px;font-size:13px;font-weight:600;animation:6s ease-in-out infinite bot-chat-in;position:absolute}.inm8bot-chat__bubble--q{background:var(--surface);border:1px solid var(--border);color:var(--text);animation-delay:0s;top:-6px;left:-18px}.inm8bot-chat__bubble--a{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;animation-delay:1.6s;bottom:6px;right:-22px}@keyframes bot-chat-in{0%{opacity:0;transform:translateY(6px)scale(.95)}10%,55%{opacity:1;transform:translateY(0)scale(1)}70%,to{opacity:0;transform:translateY(-4px)scale(.97)}}.hero{padding:72px 0 60px;overflow:hidden}.hero__grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;display:grid}.hero__title{letter-spacing:-.03em;margin:0 0 20px;font-size:clamp(34px,5vw,54px);font-weight:800;line-height:1.08}.hero__title-accent{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#0000;-webkit-background-clip:text;background-clip:text}.hero__cta-row{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero__visual{justify-content:center;display:flex}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.feature-card{padding:28px}.feature-card__icon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-card h3{margin:0 0 8px;font-size:17px}.feature-card p{color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.6}.bot-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.bot-section__grid{grid-template-columns:280px 1fr;align-items:center;gap:56px;display:grid}.steps-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;display:grid}.step-card{padding:8px;position:relative}.step-card__number{color:var(--primary);background:var(--primary-soft);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:flex;position:absolute;top:-6px;left:-6px}.step-card__icon{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.step-card h3{margin:0 0 8px;font-size:17px}.step-card p{color:var(--text-muted);margin:0;font-size:14.5px;line-height:1.6}.pricing-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px;display:grid}.pricing-card{flex-direction:column;padding:26px 20px;display:flex;position:relative}.pricing-card--popular{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.pricing-card__badge{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{margin:6px 0 2px;font-size:17px}.pricing-card__period{color:var(--text-muted);margin-bottom:12px;font-size:12.5px}.pricing-card__price{margin-bottom:18px;font-size:34px;font-weight:800}.pricing-card__list{flex-direction:column;flex:1;gap:10px;margin:0 0 22px;padding:0;list-style:none;display:flex}.pricing-card__list li{color:var(--text-muted);align-items:center;gap:8px;font-size:13.5px;display:flex}.pricing-card__list li svg{color:var(--success);flex-shrink:0}.pricing-footnote{text-align:center;max-width:640px;color:var(--text-faint);margin:20px auto 0;font-size:12.5px;line-height:1.5}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.faq-item__question{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:18px 20px;font-size:15px;font-weight:700;display:flex}.faq-item__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{color:var(--text-muted);padding:0 20px 20px;font-size:14.5px;line-height:1.6}.final-cta{text-align:center}@media (width<=980px){.hero__grid{text-align:center;grid-template-columns:1fr}.hero__copy{flex-direction:column;align-items:center;display:flex}.hero__copy .section-subtitle{margin:0 auto}.hero__cta-row{justify-content:center}.hero__visual{margin-top:8px}.feature-grid{grid-template-columns:repeat(2,1fr)}.bot-section__grid{text-align:center;grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card--popular{transform:none}}@media (width<=560px){.feature-grid,.pricing-grid{grid-template-columns:1fr}.hero{padding:36px 0 40px}.hero__cta-row{flex-direction:column;gap:10px;width:100%}.hero__cta-row .btn{width:100%}.bot-section__grid{gap:32px}}
