@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg:#fff;--surface:#f8f9fa;--border:#e9ecef;--text:#6c757d;--text-h:#0d0d0d;--accent:#0d0d0d;--accent-light:#f1f3f5;--green:#22c55e;--shadow-sm:0 1px 2px #0000000a, 0 2px 4px #0000000a;--shadow:0 4px 12px #0000000f, 0 1px 3px #0000000a;--shadow-lg:0 20px 40px #00000014, 0 4px 12px #0000000a;--radius:12px;--radius-lg:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--text-h);letter-spacing:-.03em;font-weight:700;line-height:1.1}p{line-height:1.7}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{flex-direction:column;min-height:100vh;display:flex}.nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#ffffffe6;justify-content:space-between;align-items:center;padding:1.25rem 5rem;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:-.05em;color:var(--text-h);text-transform:uppercase;font-size:1.1rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text);font-size:.875rem;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--text-h)}.nav-cta{background:var(--text-h);color:#fff;border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;transition:opacity .15s}.nav-cta:hover{opacity:.85}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;margin:0 auto;padding:7rem 5rem;display:grid}.hero-badge{background:var(--surface);border:1px solid var(--border);color:var(--text-h);letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--green);border-radius:50%;width:7px;height:7px}.hero h1{margin-bottom:1.5rem;font-size:3.75rem}.hero h1 span{color:#6b7280;font-style:italic;font-weight:300}.hero-sub{color:var(--text);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--text-h);color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-ghost{color:var(--text-h);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;transition:background .15s;display:inline-flex}.btn-ghost:hover{background:var(--surface)}.hero-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:1;object-fit:cover;width:100%;overflow:hidden}.stats-bar{background:var(--text-h);color:#fff;justify-content:center;align-items:center;gap:5rem;padding:2.5rem 5rem;display:flex}.stat-item{text-align:center}.stat-num{letter-spacing:-.04em;font-size:2rem;font-weight:800;display:block}.stat-label{opacity:.6;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.8rem;font-weight:500}.section{width:100%;max-width:1200px;margin:0 auto;padding:7rem 5rem}.section-center{text-align:center}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.section h2{margin-bottom:1rem;font-size:2.75rem}.section-sub{color:var(--text);max-width:560px;margin:0 auto 4rem;font-size:1.05rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid}.step-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);padding:2.5rem 2rem;transition:box-shadow .2s,transform .2s}.step-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.step-num{background:var(--text-h);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.5rem;font-size:1rem;font-weight:800;display:flex}.step-card h3{margin-bottom:.75rem;font-size:1.2rem}.step-card p{font-size:.9rem}.gallery-intro{text-align:center;margin-bottom:3rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius-lg);box-shadow:var(--shadow);aspect-ratio:1;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.04)}.gallery-label{color:#fff;background:linear-gradient(#0000,#0009);padding:2rem 1.25rem 1.25rem;font-size:.875rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.building-section{width:100%;max-width:1200px;margin:0 auto;padding:0 5rem 7rem}.building-img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;max-height:540px}.ai-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ai-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;margin:0 auto;padding:7rem 5rem;display:grid}.ai-copy h2{margin-bottom:1.25rem;font-size:2.5rem}.ai-copy p{margin-bottom:2rem;font-size:1rem}.ai-bullets{flex-direction:column;gap:1rem;list-style:none;display:flex}.ai-bullets li{align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.bullet-icon{background:var(--text-h);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:.7rem;display:flex}.chat-preview{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:#fff;overflow:hidden}.chat-header-bar{background:var(--text-h);color:#fff;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.chat-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.chat-header-bar h4{color:#fff;font-size:.9rem;font-weight:600}.chat-header-bar p{opacity:.7;margin-top:1px;font-size:.75rem}.chat-online{background:var(--green);border-radius:50%;width:8px;height:8px;margin-left:auto;box-shadow:0 0 0 2px #22c55e4d}.chat-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.msg{border-radius:12px;max-width:82%;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.msg.bot{background:var(--surface);color:var(--text-h);border-bottom-left-radius:4px;align-self:flex-start}.msg.user{background:var(--text-h);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-input-bar{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-input-fake{border:1px solid var(--border);color:var(--text);background:var(--bg);border-radius:9999px;outline:none;flex:1;padding:.625rem 1rem;font-family:inherit;font-size:.85rem}.chat-send{background:var(--text-h);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s;display:flex}.cta-section{text-align:center;background:var(--text-h);color:#fff;padding:8rem 5rem}.cta-section h2{color:#fff;margin-bottom:1.25rem;font-size:3rem}.cta-section p{opacity:.65;margin-bottom:2.5rem;font-size:1.1rem}.btn-white{color:var(--text-h);background:#fff;border-radius:9999px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0000004d}.footer{background:var(--text-h);color:#fff6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:2.5rem 5rem;font-size:.8rem;display:flex}.footer-logo{color:#fff;letter-spacing:-.04em;text-transform:uppercase;font-size:1rem;font-weight:800}.widget{z-index:200;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.widget-window{border:1px solid var(--border);width:340px;height:480px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;margin-bottom:1rem;transition:opacity .25s,transform .25s;display:flex;overflow:hidden;transform:translateY(16px)scale(.97)}.widget-window.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.widget-messages{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}.widget-input-area{border-top:1px solid var(--border);gap:.5rem;padding:1rem;display:flex}.widget-input{border:1px solid var(--border);border-radius:9999px;outline:none;flex:1;padding:.625rem 1rem;font-family:inherit;font-size:.85rem}.widget-input:focus{border-color:var(--text-h)}.widget-send{background:var(--text-h);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s;display:flex}.widget-fabs{flex-direction:column;align-items:center;gap:10px;display:flex}.widget-btn{width:54px;height:54px;box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,opacity .2s;display:flex;position:relative}.widget-btn:hover{transform:scale(1.08)}.widget-btn-chat{background:var(--text-h);color:#fff}.widget-btn-call{color:#fff;background:#ef4444}.widget-btn-call.active{background:#16a34a;animation:1.8s ease-in-out infinite pulse-live}@keyframes pulse-live{0%,to{box-shadow:0 0 #16a34a66}50%{box-shadow:0 0 0 10px #16a34a00}}.gallery-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.gallery-tab{cursor:pointer;border:1.5px solid var(--border);color:var(--text);border-radius:9999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:all .15s}.gallery-tab.active,.gallery-tab:hover{background:var(--text-h);color:#fff;border-color:var(--text-h)}.gallery-item-wide{grid-column:span 2}.notif-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:14px;height:14px;animation:1.8s ease-in-out infinite pulse-dot;position:absolute;top:4px;right:4px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.quick-replies{flex-wrap:wrap;gap:.5rem;padding:.25rem 0;display:flex}.quick-reply-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-h);cursor:pointer;border-radius:9999px;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .15s,border-color .15s}.quick-reply-btn:hover{background:var(--text-h);color:#fff;border-color:var(--text-h)}.confirm-appt-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;align-self:flex-start;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .15s;display:flex}.confirm-appt-btn:hover{opacity:.88}.done-badge{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.agent-controls{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.mic-btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.625rem;width:100%;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .15s,transform .15s;display:flex}.mic-btn.start{background:var(--text-h);color:#fff}.mic-btn.end{color:#fff;background:#ef4444}.mic-btn:hover{opacity:.88;transform:scale(1.02)}.mic-hint{color:var(--text);text-align:center;font-size:.75rem}.typing-indicator{background:var(--surface);border-radius:12px 12px 12px 4px;align-self:flex-start;align-items:center;gap:4px;width:fit-content;padding:.75rem 1rem;display:flex}.typing-indicator span{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.agent-cta-row{border-top:1px solid var(--border);padding:1rem 1.25rem}.agent-cta-badge{color:var(--text-h);align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}@media (width<=1024px){.nav{padding:1.25rem 2rem}.hero{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem}.hero h1{font-size:2.5rem}.stats-bar{flex-wrap:wrap;gap:2.5rem;padding:2rem}.section{padding:4rem 2rem}.section h2{font-size:2rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-grid{grid-template-columns:1fr 1fr}.ai-inner{grid-template-columns:1fr;padding:4rem 2rem}.cta-section{padding:5rem 2rem}.cta-section h2{font-size:2rem}.footer{text-align:center;flex-direction:column;gap:.75rem;padding:2rem}.building-section{padding:0 2rem 4rem}}
