body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.App{min-height:100vh;position:relative;width:100%}.background-overlay{background:url(https://via.placeholder.com/1600x300?text=Top+Background) no-repeat 50%;background-size:cover;height:50px;margin-bottom:20px}.navbar{box-shadow:0 2px 6px #0000000d;justify-content:space-between;padding:16px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.logo,.navbar{align-items:center;background:#fff;display:flex}.logo{border-radius:8px;justify-content:center;padding:6px 10px}.logo-img{display:block;height:26px;width:auto}.nav-links{display:flex;gap:24px;list-style:none;margin:0;padding:0}.nav-mobile{align-items:center;display:none;gap:12px;justify-content:flex-start;width:100%}.nav-links li a{color:#333;font-size:14px;font-weight:500;text-decoration:none}.nav-more{position:relative}.nav-more button{align-items:center;background:#0f172a;border:1px solid #e5e7eb;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;height:40px;padding:10px 12px}.nav-more .chevron{font-size:12px}.dropdown-links{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #00000014;display:none;list-style:none;min-width:180px;padding:10px 12px;position:absolute;right:0;top:calc(100% + 8px);z-index:20}.dropdown-links li{margin:4px 0}.dropdown-links a{border-radius:8px;color:#0f172a;display:block;font-size:14px;font-weight:500;padding:8px 10px;text-decoration:none}.dropdown-links a:hover{background:#f1f5f9}.nav-more.open .dropdown-links{display:block}.main-content.split{align-items:flex-start;align-items:stretch;flex-wrap:wrap;gap:40px;padding:40px 60px}.chat-box.expanded,.main-content.split{display:flex;justify-content:space-between}.chat-box.expanded{align-items:center;background:#fff;border-radius:16px;box-shadow:0 6px 24px #00000014;flex:0.45 1;flex-direction:column;height:-webkit-fit-content;height:fit-content;max-width:100%;min-height:500px;order:0;padding:32px;width:100%}.step-section.half-width{flex:0.7 1;order:1;text-align:center}.step-section h2{font-size:28px;font-weight:700;margin-bottom:32px}.cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.card{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;padding:24px 18px;text-align:center;width:200px}.card h3{font-size:16px;margin:12px 0 8px}.card p{color:#555;font-size:13px}.card img{border-radius:8px;height:140px;object-fit:cover;width:100%}.bot-avatar{border:2px solid #fff6;border-radius:50%;display:block;height:120px;margin:0 auto 12px;object-fit:cover;position:relative;width:120px;z-index:2}.chat-message{display:flex;flex-direction:column;gap:8px;max-height:250px;overflow-y:auto;width:100%}.chat-input{align-items:center;background:#fff;border-radius:8px;display:flex;gap:50px;overflow:visible;padding:6px;position:relative;width:100%}.input-wrapper{flex:1 1 auto;min-width:0;position:relative}.input-wrapper textarea{background:#fff;border:1px solid #ccc;border-radius:10px;font-size:14px;line-height:1.5;max-height:140px;min-height:44px;padding:0 12px;position:relative;resize:vertical;width:100%;z-index:1}.send-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 6px 18px #0000001f;color:#0f172a;cursor:pointer;display:inline-flex;font-size:20px;height:44px;justify-content:center;min-height:44px;min-width:44px;padding:0;transition:transform .15s ease,box-shadow .15s ease;width:44px}.send-button:hover{box-shadow:0 10px 24px #0000002e;transform:translateY(-1px)}.send-button:active{box-shadow:0 4px 12px #00000029;transform:translateY(0)}.input-wrapper:before{animation:input-glow-spin 6s linear infinite,input-glow-pulse 3s ease-in-out infinite;background:conic-gradient(from 0deg,#d1d5db,#9ca3af,#6b7280,#4b5563,#d1d5db);border-radius:10px;content:"";filter:blur(2px);inset:-2px;opacity:.25;pointer-events:none;position:absolute;z-index:0}@keyframes input-glow-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes input-glow-pulse{0%{opacity:.25;transform:scale(1)}50%{opacity:.45;transform:scale(1.001)}to{opacity:.25;transform:scale(1)}}@media screen and (max-width:1199px){.main-content.split{flex-direction:column}.chat-box.expanded,.step-section.half-width{width:100%}.chat-box.expanded{margin-top:40px}.cards{justify-content:center}}@media screen and (max-width:768px){.bot-avatar{height:96px;width:96px}body{background-color:#f8fafc;font-size:15px;line-height:1.6}.navbar{align-items:flex-start;flex-direction:column;gap:10px;padding:12px 16px}.desktop-nav{display:none}.nav-mobile{display:flex}.nav-links{flex-wrap:wrap;gap:12px 18px;margin:0;padding:0}.nav-links li a{font-size:13px}.nav-more button{height:38px;padding:9px 12px}.dropdown-links{display:none;margin-top:8px;position:static;width:100%}.nav-more.open .dropdown-links{display:block}.background-overlay{height:40px;margin-bottom:12px}.main-content.split{gap:20px;padding:20px 16px}.chat-box.expanded{min-height:auto;order:0;padding:20px 18px}.step-section.half-width{order:1;text-align:left}.card{max-width:300px;width:100%}.cards{justify-content:center}.chat-message{max-height:200px}.chat-input{flex-wrap:wrap;gap:12px;padding:8px 6px 0}.input-wrapper textarea{font-size:14px}.send-button{height:40px;min-height:40px;min-width:40px;width:40px}.chat-bubble{font-size:14px;max-width:100%}}@media screen and (max-width:480px){.navbar{padding:10px 12px}.main-content.split{padding:16px 12px 24px}.chat-box.expanded,.step-section.half-width{width:100%}.cards{align-items:center;flex-direction:column}.card{max-width:100%}.bot-name{font-size:15px}.step-section h2{font-size:22px;margin-bottom:20px}}.chat-bubble{word-wrap:break-word;border-radius:12px;box-shadow:0 2px 6px #0000000d;display:inline-block;font-size:15px;line-height:1.4;margin:8px 0;max-width:80%;padding:12px 16px}.chat-bubble.bot{align-self:flex-start;background-color:#f1f1f1;border-top-left-radius:0;text-align:left}.chat-bubble.bot.pending{background:linear-gradient(90deg,#e0e7ff,#e5e7eb);color:#111827;font-style:italic}.chat-bubble.user{align-self:flex-end;background-color:#d3f0da;border-top-right-radius:0;margin-left:auto;text-align:right}.bot-name{color:#333;font-size:16px;font-weight:600;margin-top:-10px;text-align:center}.typing-cursor{animation:blink 1s step-end infinite;background-color:#000;display:inline-block;margin-left:2px;width:1px}@keyframes blink{50%{opacity:0}}.status-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;margin-top:20px;padding:16px;width:100%}.status-card h4{font-size:16px;margin:0 0 12px}.status-grid{grid-gap:8px 12px;color:#333;display:grid;font-size:13px;gap:8px 12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.status-footer{color:#1b522b;font-size:13px;font-weight:600;margin-top:12px}.quote-modal{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:100}.quote-dialog{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 24px 70px #00000073,0 0 0 1px #ffffff12,inset 0 0 0 1px #ffffff0a;overflow:hidden;padding:36px 32px;position:relative;text-align:center;width:340px}.quote-dialog h3{color:#e5f2ff}.quote-amount{color:#6ee7ff;font-size:34px;font-weight:700;margin:8px 0 4px;text-shadow:0 0 12px #6ee7ff66}.quote-subtext{color:#cbd5e1;font-size:14px;margin-bottom:18px}.close-button{background:linear-gradient(90deg,#0ea5e9,#22d3ee);border:1px solid #fff3;border-radius:10px;box-shadow:0 10px 30px #22d3ee59,inset 0 1px 0 #ffffff59;color:#0b1220;cursor:pointer;font-size:14px;font-weight:700;padding:11px 22px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.close-button:hover{box-shadow:0 14px 36px #22d3ee73,inset 0 1px 0 #fff6;filter:brightness(1.05);transform:translateY(-1px)}.confetti{animation:none;background:none;inset:-20px;opacity:0;pointer-events:none;position:absolute}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.bot-avatar-wrapper{align-items:center;display:flex;height:122px;justify-content:center;margin:0 auto 8px;position:relative;width:122px}.bot-avatar-wrapper:before{animation:glow-spin 4s linear infinite,glow-pulse 2.6s ease-in-out infinite;background:conic-gradient(from 0deg,#0ea5e9,#22d3ee,#a855f7,#6366f1,#0ea5e9);border-radius:50%;content:"";filter:blur(8px);height:110%;opacity:.7;position:absolute;width:110%}.bot-avatar-wrapper:after{background:radial-gradient(circle,#ffffff14,#0000 55%);border-radius:50%;content:"";filter:blur(1px);height:96%;position:absolute;width:96%;z-index:1}@keyframes glow-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes glow-pulse{0%{opacity:.6;transform:scale(.96)}50%{opacity:.8;transform:scale(1.02)}to{opacity:.6;transform:scale(.96)}}
/*# sourceMappingURL=main.1415e42c.css.map*/