.hbs-chatbox-wrapper{position:fixed;right:20px;bottom:20px;z-index:2100;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hbs-chatbox-fab{display:flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:10px 16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer;box-shadow:0 10px 25px #0f172a4d;font-size:14px;font-weight:500}.hbs-chatbox-fab-icon{font-size:16px}.hbs-chatbox-fab-text{white-space:nowrap}.hbs-chatbox{width:340px;height:440px;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 20px 45px #0f172a59;overflow:hidden}.hbs-chatbox-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:linear-gradient(135deg,#1d4ed8,#0f766e);color:#fff}.hbs-chatbox-header-left{display:flex;align-items:center;gap:10px}.hbs-chatbox-avatar{width:32px;height:32px;border-radius:999px;background:#0f172a33;border:1px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.hbs-chatbox-title{font-size:13px;font-weight:600}.hbs-chatbox-subtitle{font-size:11px;opacity:.9;display:flex;align-items:center;gap:6px}.hbs-dot-online{width:7px;height:7px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e59}.hbs-chatbox-close{border:none;background:transparent;color:#e5e7eb;font-size:16px;cursor:pointer}.hbs-chatbox-messages{flex:1;padding:10px 10px 6px;overflow-y:auto;background:radial-gradient(circle at top left,#eff6ff,#f9fafb)}.hbs-chatbox-messages::-webkit-scrollbar{width:6px}.hbs-chatbox-messages::-webkit-scrollbar-track{background:transparent}.hbs-chatbox-messages::-webkit-scrollbar-thumb{background:#94a3b8b3;border-radius:999px}.hbs-chatbox-message-row{display:flex;margin-bottom:6px}.hbs-chatbox-message-row-user{justify-content:flex-end}.hbs-chatbox-message-row-assistant{justify-content:flex-start}.hbs-chatbox-bubble{max-width:80%;padding:8px 10px;border-radius:12px;font-size:13px;line-height:1.4;box-shadow:0 4px 10px #0f172a1f}.hbs-chatbox-message-row-user .hbs-chatbox-bubble{background:#1d4ed8;color:#fff;border-bottom-right-radius:4px}.hbs-chatbox-message-row-assistant .hbs-chatbox-bubble{background:#fff;color:#0f172a;border-bottom-left-radius:4px}.hbs-chatbox-typing{display:inline-flex;align-items:center;gap:4px}.hbs-chatbox-typing .dot{width:6px;height:6px;border-radius:999px;background:#9ca3af;animation:hbs-bounce 1.4s infinite ease-in-out both}.hbs-chatbox-typing .dot:nth-child(2){animation-delay:-1.2s}.hbs-chatbox-typing .dot:nth-child(3){animation-delay:-1s}@keyframes hbs-bounce{0%,80%,to{transform:scale(.8);opacity:.6}40%{transform:scale(1);opacity:1}}.hbs-chatbox-error{padding:4px 10px;font-size:11px;color:#b91c1c;background:#fef2f2;border-top:1px solid #fecaca}.hbs-chatbox-input-row{display:flex;align-items:center;padding:6px;border-top:1px solid #e5e7eb;background:#f9fafb}.hbs-chatbox-input{flex:1;border-radius:999px;border:1px solid #d1d5db;padding:7px 10px;font-size:13px;outline:none;background:#fff}.hbs-chatbox-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb59}.hbs-chatbox-send{margin-left:6px;border-radius:999px;border:none;padding:7px 12px;font-size:14px;background:#2563eb;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.hbs-chatbox-send:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:480px){.hbs-chatbox{width:90vw;height:65vh;right:5vw}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f3f4f6;color:#111827}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 24px;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb}.logo-area{display:flex;align-items:center;gap:10px}.logo-mark{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#0ea5e9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px}.logo-box{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-weight:700;font-size:15px;letter-spacing:.6px}.logo-sub{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#6b7280}.nav-menu{display:flex;gap:14px;align-items:center}.nav-menu a{text-decoration:none;font-size:14px;padding:6px 10px;border-radius:999px;color:#4b5563;transition:background .15s ease,color .15s ease}.nav-menu a.active,.nav-menu a:hover{background:#e0edff;color:#1d4ed8}.header-actions{display:flex;align-items:center}.login-button{border:1px solid #1d4ed8;background:#1d4ed8;color:#fff;padding:7px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.login-button:hover{background:#153aa8;border-color:#153aa8;transform:translateY(-1px)}.slider-section{width:100%;background:#dbeafe}.slider-wrapper{position:relative;width:100%;height:clamp(220px,45vh,420px);overflow:hidden}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s ease}.slide.active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:cover;display:block}.slide-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.45),rgba(0,0,0,.12),transparent);display:flex;align-items:center}.slide-text{max-width:620px;padding:0 8vw;color:#fff;animation:slideTextIntro .7s ease-out}.slide-text h1{font-size:clamp(22px,3vw,32px);margin-bottom:8px;font-weight:700}.slide-text p{font-size:clamp(13px,2vw,15px)}.slider-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px}.dot{width:8px;height:8px;border-radius:999px;border:none;background:#f3f4f6b3;cursor:pointer;transition:background .15s ease,width .15s ease}.dot-active{width:18px;background:#1d4ed8}.main-content{flex:1}.full-section{width:100%;padding:36px 16px}.bg-light{background:#f9fafb}.section-inner{max-width:1100px;margin:0 auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:24px 20px 26px;box-shadow:0 8px 14px #0f172a08}.section-inner h2{font-size:22px;margin-bottom:6px;font-weight:700;color:#0f172a}.section-subtitle{font-size:13px;color:#2563eb;margin-bottom:14px}.section-inner p{font-size:14px;line-height:1.6;color:#4b5563;margin-bottom:8px}.home-inner{padding-top:26px;padding-bottom:26px}.home-hero{margin-bottom:22px}.home-tagline{font-size:15px;color:#374151;margin-bottom:8px}.home-lead{font-size:14px;line-height:1.7;color:#374151;margin-bottom:12px}.home-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pill{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563}.home-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.home-col{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:12px 12px 14px;transition:transform .15s ease,box-shadow .15s ease}.home-col h3{font-size:15px;margin-bottom:6px;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:4px}.home-col ul{list-style:disc;margin-left:18px;margin-top:4px;font-size:14px;color:#4b5563}.home-col li{margin-bottom:4px}.home-col:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0f172a14}.home-bottom{margin-top:22px}.home-bottom h3{font-size:16px;margin-bottom:6px;color:#111827}.home-reasons{list-style:disc;margin-left:18px;font-size:14px;color:#4b5563}.home-reasons li{margin-bottom:4px}.service-block{margin-top:24px;padding-top:12px;border-top:1px solid #edf0f5}.service-block h3{font-size:18px;margin-bottom:10px;color:#111827}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-card{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:12px 12px 14px;transition:transform .15s ease,box-shadow .15s ease}.service-card h4{font-size:15px;margin-bottom:6px;color:#111827;border-bottom:1px solid #e5e7eb;padding-bottom:4px}.service-card p{font-size:13px;color:#4b5563;margin-bottom:6px}.service-card ul{margin-left:16px;font-size:13px;color:#4b5563}.service-card li{margin-bottom:4px}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0f172a14}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:10px}.about-block{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:12px 12px 14px}.about-block h3{font-size:16px;margin-bottom:6px;color:#111827}.about-wide{margin-top:18px}.about-wide h3{font-size:16px;margin-bottom:6px;color:#111827}.about-wide ul{margin-left:18px;font-size:14px;color:#4b5563}.about-wide li{margin-bottom:4px}.contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr);gap:18px;margin-top:12px}.contact-card{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:12px 12px 14px}.contact-card h3{font-size:16px;margin-bottom:6px;color:#111827}.contact-card p{font-size:14px;color:#4b5563;margin-bottom:6px}.contact-note{margin-top:6px}.contact-form{background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;padding:14px 14px 16px}.form-row{display:flex;flex-direction:column;margin-bottom:10px}.form-row label{font-size:12px;margin-bottom:4px;color:#111827}.form-row input,.form-row textarea{padding:7px 9px;border-radius:6px;border:1px solid #d1d5db;font-size:13px;outline:none;background:#fff;color:#111827}.form-row input:focus,.form-row textarea:focus{border-color:#2563eb}.primary-btn{border:none;border-radius:999px;padding:7px 16px;background:#1d4ed8;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,transform .1s ease}.primary-btn:hover{background:#153aa8;transform:translateY(-1px)}.full-width-btn{width:100%;text-align:center}.site-footer{padding:10px 20px 14px;text-align:center;font-size:12px;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb}@keyframes fadeUpSoft{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDownSoft{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes slideTextIntro{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.anim-fade-up{opacity:0;animation-name:fadeUpSoft;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:forwards}.anim-fade-down{opacity:0;animation-name:fadeDownSoft;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}@media(max-width:900px){.site-header{flex-wrap:wrap;justify-content:center;padding:10px 16px}.nav-menu{order:3;flex-wrap:wrap;justify-content:center}.section-inner{padding:20px 16px 22px}.home-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid,.about-grid,.contact-grid{grid-template-columns:1fr}}@media(max-width:600px){.home-columns{grid-template-columns:1fr}.site-header{gap:8px}.slide-text{padding-right:16px}}
