@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--blue:#4f6af6;--blue-hover:#3b55e6;--lavender:#f0edff;--lavender-dark:#e4dffa;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--radius:14px;--radius-sm:10px;--radius-pill:999px;--shadow:0 2px 8px #0000000f;--shadow-lg:0 8px 24px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-900);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.gridLines{pointer-events:none;z-index:0;justify-content:space-evenly;display:flex;position:fixed;inset:0}.gridLines span{background:#00000008;width:1px;height:100%}@keyframes floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}._topBar_cfwcm_1{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;padding:20px 48px;position:sticky;top:0}._logo_cfwcm_19{color:var(--gray-900);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;text-decoration:none}._hero_14qfr_1{text-align:center;background:linear-gradient(170deg,#f5f3ff 0%,#eef2ff 50%,#f9fafb 100%);padding:40px 24px 80px;position:relative;overflow:hidden}._heroWave_14qfr_17{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}._heroText_14qfr_35{z-index:2;max-width:640px;margin:17px auto 36px;position:relative}._heroText_14qfr_35 h1{color:var(--gray-900);margin-bottom:8px;font-size:2.4rem;font-weight:700;line-height:1.25}._heroSub_14qfr_65{color:var(--gray-500);font-size:1.1rem}._heroBubbles_14qfr_75{z-index:2;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;display:flex;position:relative}._floatBubble_14qfr_95{border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-700);box-shadow:var(--shadow);background:#fff;max-width:380px;padding:14px 22px;font-size:.9rem;animation:.6s ease-out both _floatUp_14qfr_1}._bubble1_14qfr_119{animation-delay:.1s}._bubble2_14qfr_121{animation-delay:.25s}._bubble3_14qfr_123{animation-delay:.4s}@media (width<=640px){._heroText_14qfr_35 h1{font-size:1.7rem}}._chatContainer_1q5ds_1{z-index:2;border:1px solid var(--gray-200);max-width:640px;box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;flex-direction:column;margin:0 auto;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden}._chatContainer_1q5ds_1._expanded_1q5ds_31{box-shadow:0 12px 40px #4f6af61a,0 4px 12px #0000000f}._messagesArea_1q5ds_39{flex-direction:column;gap:14px;max-height:0;padding:0 20px;transition:max-height .4s,padding .3s;display:flex;overflow:hidden}._expanded_1q5ds_31 ._messagesArea_1q5ds_39{max-height:380px;padding:20px;overflow-y:auto}._messagesArea_1q5ds_39::-webkit-scrollbar{width:4px}._messagesArea_1q5ds_39::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:2px}._message_1q5ds_39{gap:10px;max-width:100%;animation:.3s _fadeIn_1q5ds_1;display:flex}._messageUser_1q5ds_91{flex-direction:row-reverse;align-self:flex-end}._avatar_1q5ds_101{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:12px;display:flex}._messageUser_1q5ds_91 ._avatar_1q5ds_101{display:none}._messageContent_1q5ds_133{flex-direction:column;gap:2px;min-width:0;display:flex}._bubble_1q5ds_147{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:11px 15px;font-size:.85rem;line-height:1.6}._bubbleBot_1q5ds_165{background:var(--gray-100);color:var(--gray-700);border-bottom-left-radius:4px}._bubbleBot_1q5ds_165 a{color:var(--blue);text-decoration:underline}._bubbleUser_1q5ds_181{background:var(--blue);color:#fff;border-bottom-right-radius:4px}._typingIndicator_1q5ds_193{align-items:center;gap:10px;padding:6px 20px 10px;display:flex}._typingDots_1q5ds_207{background:var(--gray-100);border-radius:14px;gap:4px;padding:9px 13px;display:flex}._typingDots_1q5ds_207 span{background:var(--blue);border-radius:50%;width:6px;height:6px;animation:1.4s infinite _bounce_1q5ds_1}._typingDots_1q5ds_207 span:nth-child(2){animation-delay:.2s}._typingDots_1q5ds_207 span:nth-child(3){animation-delay:.4s}._inputContainer_1q5ds_245{padding:12px 20px 6px}._inputWrapper_1q5ds_249{border:1.5px solid var(--lavender-dark);border-radius:var(--radius);background:#fff;align-items:center;padding:3px 3px 3px 14px;transition:border-color .2s,box-shadow .2s;display:flex}._inputWrapper_1q5ds_249:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #4f6af61a}._input_1q5ds_245{color:var(--gray-900);background:0 0;border:none;outline:none;flex:1;padding:9px 0;font-family:inherit;font-size:.85rem}._input_1q5ds_245::placeholder{color:var(--gray-400)}._sendBtn_1q5ds_305{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}._sendBtn_1q5ds_305:hover{background:var(--blue-hover);transform:scale(1.05)}._sendBtn_1q5ds_305:disabled{opacity:.4;cursor:not-allowed;transform:none}._suggestions_1q5ds_341{flex-wrap:wrap;gap:8px;padding:4px 20px 10px;display:flex}._chip_1q5ds_355{border:1px solid var(--gray-200);color:var(--gray-500);border-radius:var(--radius-pill);cursor:pointer;background:#fff;padding:7px 14px;font-family:inherit;font-size:.78rem;transition:all .15s}._chip_1q5ds_355:hover{border-color:var(--blue);color:var(--blue);background:#f5f3ff}._trustLine_1q5ds_391{color:var(--gray-400);justify-content:center;align-items:center;gap:6px;padding:4px 0 12px;font-size:.68rem;display:flex}._section_1qtia_1{text-align:center;z-index:1;padding:100px 24px;position:relative}._section_1qtia_1 h2{color:var(--gray-900);max-width:600px;margin:0 auto 20px;font-size:2.2rem;font-weight:700;line-height:1.25}._desc_1qtia_33{color:var(--gray-500);max-width:580px;margin:0 auto 32px;font-size:1rem;line-height:1.7}._cta_1qtia_49{background:var(--blue);color:#fff;border-radius:var(--radius-pill);padding:14px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 14px #4f6af64d}._cta_1qtia_49:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 6px 20px #4f6af659}@media (width<=640px){._section_1qtia_1 h2{font-size:1.5rem}}._section_18xee_1{background:var(--gray-50);z-index:1;padding:80px 24px 100px;position:relative}._section_18xee_1 h2{text-align:center;margin-bottom:48px;font-size:1.8rem;font-weight:700}._grid_18xee_29{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}._card_18xee_45{background:var(--lavender);box-shadow:var(--shadow);border-radius:16px;padding:32px 28px;transition:transform .2s,box-shadow .2s}._card_18xee_45:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}._icon_18xee_71{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex;box-shadow:0 2px 6px #0000000f}._card_18xee_45 h3{color:var(--gray-900);margin-bottom:10px;font-size:1.05rem;font-weight:600}._card_18xee_45 p{color:var(--gray-500);font-size:.875rem;line-height:1.65}@media (width<=900px){._grid_18xee_29{grid-template-columns:1fr;max-width:400px;margin:0 auto}}._section_15gwq_1{text-align:center;z-index:1;padding:80px 24px 100px;position:relative}._section_15gwq_1 h2{margin-bottom:10px;font-size:1.8rem;font-weight:700}._subtitle_15gwq_27{color:var(--gray-500);margin-bottom:48px;font-size:.95rem}._grid_15gwq_39{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;max-width:960px;margin:0 auto;display:grid}._card_15gwq_57{border:1px solid var(--gray-200);text-align:left;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:36px 28px;transition:transform .2s,box-shadow .2s}._card_15gwq_57:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}._featured_15gwq_87{background:var(--lavender);border-color:var(--lavender-dark);box-shadow:0 8px 30px #6366f11f}._card_15gwq_57 h3{margin-bottom:8px;font-size:1.15rem;font-weight:600}._price_15gwq_111{color:var(--gray-900);margin-bottom:4px;font-size:2rem;font-weight:700}._price_15gwq_111 span{color:var(--gray-400);font-size:.9rem;font-weight:400}._tagline_15gwq_137{color:var(--gray-400);margin-bottom:20px;font-size:.8rem}._ctaBtn_15gwq_149{background:var(--blue);color:#fff;border-radius:var(--radius-sm);text-align:center;cursor:pointer;border:none;width:100%;margin-bottom:24px;padding:12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}._ctaBtn_15gwq_149:hover{background:var(--blue-hover)}._featuresList_15gwq_187{flex-direction:column;gap:10px;list-style:none;display:flex}._featuresList_15gwq_187 li{color:var(--gray-500);padding-left:24px;font-size:.85rem;line-height:1.5;position:relative}._featuresList_15gwq_187 li:before{content:"✓";color:#22c55e;font-weight:700;position:absolute;left:0}@media (width<=900px){._grid_15gwq_39{grid-template-columns:1fr;max-width:400px;margin:0 auto}}._footer_vjvls_1{background:var(--gray-50);border-top:1px solid var(--gray-200);z-index:1;padding:60px 48px 40px;position:relative}._inner_vjvls_17{grid-template-columns:1.2fr .8fr 1fr;gap:48px;max-width:1000px;margin:0 auto;display:grid}._brand_vjvls_33 ._logo_vjvls_33{color:var(--gray-900);margin-bottom:8px;font-size:1.35rem;font-weight:700;text-decoration:none;display:block}._brand_vjvls_33 p{color:var(--gray-400);margin-bottom:16px;font-size:.8rem}._socialIcons_vjvls_63{gap:12px;display:flex}._socialIcons_vjvls_63 a{background:var(--gray-200);width:36px;height:36px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}._socialIcons_vjvls_63 a:hover{background:var(--gray-300);color:var(--gray-700)}._links_vjvls_109 h4,._newsletter_vjvls_111 h4{color:var(--gray-900);margin-bottom:16px;font-size:.9rem;font-weight:600}._links_vjvls_109{flex-direction:column;gap:10px;display:flex}._links_vjvls_109 a{color:var(--gray-500);font-size:.85rem;text-decoration:none;transition:color .15s}._links_vjvls_109 a:hover{color:var(--gray-900)}._newsletterForm_vjvls_155{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:#fff;align-items:center;display:flex;overflow:hidden}._newsletterForm_vjvls_155 input{color:var(--gray-900);border:none;outline:none;flex:1;padding:12px 14px;font-family:inherit;font-size:.85rem}._newsletterForm_vjvls_155 input::placeholder{color:var(--gray-400)}._newsletterForm_vjvls_155 button{background:var(--blue);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s;display:flex}._newsletterForm_vjvls_155 button:hover{background:var(--blue-hover)}@media (width<=900px){._inner_vjvls_17{grid-template-columns:1fr;gap:32px}._footer_vjvls_1{padding:40px 20px 30px}}
