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-end;width:100%}.nav-links li a{color:#333;font-size:14px;font-weight:500;text-decoration:none}.nav-more{position:relative}.nav-more button{font-size:14px;font-weight:600;gap:6px;height:40px;padding:10px 12px}.nav-more button,.nav-toggle{align-items:center;background:#0f172a;border:1px solid #e5e7eb;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex}.nav-toggle{height:44px;justify-content:center;padding:0;width:44px}.nav-toggle-icon{display:inline-flex;flex-direction:column;gap:4px}.nav-toggle-bar{background:#fff;border-radius:2px;display:block;height:2px;width:18px}.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-inline{display:none}.send-button-outside{display:inline-flex}.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){.App,body,html{overflow-x:hidden;width:100%}.bot-avatar{height:72px;width:72px}body{background-color:#f8fafc;font-size:15px;line-height:1.6}.navbar{align-items:center;flex-direction:row;gap:12px;justify-content:space-between;padding:12px 16px}.desktop-nav{display:none}.nav-mobile,.nav-more{display:flex}.nav-more{justify-content:flex-end;position:relative;width:100%}.dropdown-links{display:none;margin-top:8px;max-height:70vh;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);width:min(240px,90vw)}.dropdown-links a{padding:12px}.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{box-sizing:border-box;flex-wrap:nowrap;gap:0;overflow:hidden;padding:8px 12px 0;width:100%}.input-wrapper{flex:1 1 100%;margin-right:0;max-width:100%;width:100%}.input-wrapper textarea{box-sizing:border-box;font-size:16px;max-height:200px;min-height:56px;padding-right:54px;width:100%}.input-wrapper textarea:focus{outline:2px solid #0b0b0b;outline-offset:2px}.send-button-outside{display:none}.send-button-inline{box-shadow:0 0 0 2px #22d3ee59,0 0 18px #22d3ee73,0 6px 18px #0000001f;display:inline-flex;flex:0 0 44px;position:absolute;right:4px;top:50%;z-index:2}.send-button-inline,.send-button-inline:active,.send-button-inline:hover{transform:translateY(-50%)}.input-wrapper:before{inset:0}.input-shell input,.input-shell select{font-size:16px}.step-section.half-width{display:none}.bot-avatar-wrapper{height:88px;width:88px}.chat-box.expanded .bot-avatar-wrapper:after,.chat-box.expanded .bot-avatar-wrapper:before{animation:none;filter:none;height:100%;opacity:0;width:100%}.chat-bubble{font-size:14px;max-width:100%}.quote-modal{padding:12px}.quote-dialog{max-width:92vw;width:min(92vw,360px)}.contact-dialog{width:95vw}.appointment-row,.contact-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@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;overflow-y:auto;padding:20px;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:420px}.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}.contact-dialog{background:linear-gradient(180deg,#0b1326,#0e1a32);border:1px solid #ffffff14;border-radius:20px;box-shadow:0 28px 80px #0000008c,0 0 0 1px #ffffff0f,inset 0 0 0 1px #ffffff08;color:#e5f2ff;display:flex;flex-direction:column;gap:16px;max-width:95vw;padding:26px 24px 20px;position:relative;text-align:left;width:720px}.contact-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.contact-card{align-items:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;box-shadow:inset 0 1px 0 #ffffff0d;display:flex;flex:1 1 240px;gap:12px;padding:16px 18px}.contact-card h4{color:#6ee7ff;font-size:17px;margin:0 0 6px}.contact-detail{color:#dbeafe;font-size:15px;line-height:1.4;margin:0}.contact-icon{align-items:center;background:radial-gradient(circle at 30% 30%,#7dd3fc,#0ea5e9 70%);border-radius:14px;color:#0b1220;display:flex;font-size:22px;height:48px;justify-content:center;width:48px}.appointment-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.input-field{display:flex;flex-direction:column;gap:6px}.input-field label{color:#cbd5e1;font-size:13px}.input-shell{background:linear-gradient(180deg,#f8fbff,#eef3fb);border:1px solid #fff6;border-radius:12px;box-shadow:0 10px 30px #00000040,inset 0 1px 0 #ffffffb3;position:relative}.input-shell.clickable,.input-shell.clickable input{cursor:pointer}.input-shell input,.input-shell select{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:12px;color:#0f172a;font-size:15px;outline:none;padding:12px 38px 12px 14px;width:100%}.input-shell select option{color:#0f172a}.input-icon{color:#1f2937;font-size:16px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.appointment-actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:2px}.ghost-button,.primary-button{border:none;border-radius:12px;cursor:pointer;font-size:15px;font-weight:700;padding:12px 16px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.ghost-button{background:linear-gradient(180deg,#fff,#e7edf7);border:1px solid #ffffff80;box-shadow:0 10px 26px #00000040,inset 0 1px 0 #ffffffb3;color:#0b5ed7}.primary-button{background:linear-gradient(90deg,#0ea5e9,#22d3ee);box-shadow:0 12px 30px #0ea5e973,inset 0 1px 0 #fff9;color:#0b1220}.ghost-button:hover,.primary-button:hover{filter:brightness(1.02);transform:translateY(-1px)}.ghost-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.6}.appointment-success-dialog{background:#f8fafc;border:1px solid #0f172a14;border-radius:24px;box-shadow:0 30px 80px #0f172a59;display:flex;flex-direction:column;gap:22px;max-height:90vh;overflow-y:auto;padding:32px 30px 28px;text-align:center;width:min(960px,95vw)}.success-header{align-items:center;display:flex;flex-direction:column;gap:10px}.success-mark{align-items:center;background:#0b5ed7;border-radius:999px;box-shadow:0 12px 24px #0b5ed766;color:#fff;display:inline-flex;font-size:20px;font-weight:700;height:44px;justify-content:center;width:44px}.success-kicker{color:#64748b;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.appointment-success-dialog h3{color:#0f172a;font-size:32px;margin:0}.success-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));text-align:left}.success-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;box-shadow:0 16px 40px #0f172a14;display:flex;flex-direction:column;gap:16px;padding:22px 20px}.success-card h4{color:#0f172a;font-size:18px;margin:0}.success-detail-block{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:32px 1fr}.detail-icon{align-items:center;background:#e2e8f0;border-radius:10px;color:#0f172a;display:flex;font-size:18px;height:32px;justify-content:center;width:32px}.detail-title{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:4px}.detail-text{color:#334155;font-size:14px;line-height:1.5}.detail-subtext{color:#475569;font-size:14px;margin-top:4px}.divider-line{background:#e2e8f0;border-radius:999px;height:1px}.success-list{grid-gap:8px;color:#334155;display:grid;font-size:14px;gap:8px;margin:0;padding-left:18px}.secondary-button{background:#f8fafc;border:1px solid #2563eb;border-radius:12px;color:#2563eb;cursor:pointer;font-size:15px;font-weight:700;padding:12px 16px;transition:transform .15s ease,box-shadow .15s ease}.secondary-button:hover{box-shadow:0 10px 20px #2563eb33;transform:translateY(-1px)}.secondary-button:disabled{cursor:not-allowed;opacity:.6}.primary-button.wide{justify-self:center;margin:0 auto;width:min(320px,80%)}@media screen and (max-width:768px){.appointment-success-dialog{padding:24px 18px 20px}.appointment-success-dialog h3{font-size:24px}}@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.14a35b99.css.map*/