@import"https://fonts.bunny.net/css?family=Poppins:400,500,600,700&display=swap";:root{--brand: #2563eb;--brand-dark: #1d4ed8;--brand-deep: #1e3a8a;--brand-soft: #eff6ff;--title: #1e293b;--text: #334155;--muted: #64748b;--border: #e2e8f0;--bg: #f8fafc;--white: #fff;--radius: .75rem;--shadow: 0 10px 30px -12px rgba(15, 23, 42, .25);--gradient: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 55%, #3b82f6 100%)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3{color:var(--title);line-height:1.25;margin:0 0 .75rem}h1{font-size:clamp(2rem,4.5vw,3.1rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.01em}h3{font-size:1.1rem;font-weight:600}p{margin:0 0 1rem}a{color:var(--brand)}a:hover{color:var(--brand-dark)}a:focus-visible,button:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px;border-radius:.375rem}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:820px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:.5rem;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s,transform .15s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:var(--white)}.btn-primary:hover{background:var(--brand-dark);color:var(--white)}.btn-light{background:var(--white);color:var(--brand-dark)}.btn-light:hover{background:var(--brand-soft);color:var(--brand-deep)}.btn-outline{border-color:var(--border);color:var(--title);background:var(--white)}.btn-outline:hover{border-color:var(--brand);color:var(--brand)}.btn-ghost-light{border-color:#ffffff73;color:var(--white)}.btn-ghost-light:hover{background:#ffffff1f;color:var(--white)}.site-header{position:sticky;top:0;z-index:10;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--title);font-weight:700;font-size:1.15rem}.logo img{width:34px;height:34px}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a:not(.btn){color:var(--text);text-decoration:none;font-size:.92rem;font-weight:500}.site-nav a:not(.btn):hover{color:var(--brand)}@media(max-width:760px){.site-nav .nav-link{display:none}}.hero{background:var(--gradient);color:#ffffffe6;padding:5rem 0 5.5rem;overflow:hidden}.hero .container{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero h1{color:var(--white)}.hero .lead{font-size:1.15rem;max-width:34rem}.eyebrow{display:inline-block;padding:.3rem .8rem;border-radius:999px;background:#ffffff24;color:var(--white);font-size:.8rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-note{font-size:.85rem;opacity:.8;margin-top:1rem}.chat-mock{background:var(--white);border-radius:1.1rem;box-shadow:0 30px 60px -20px #0f172a80;overflow:hidden;color:var(--text);max-width:380px;margin-left:auto}.chat-mock-header{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem}.chat-mock-header img{width:32px;height:32px}.chat-mock-header strong{color:var(--title);display:block;line-height:1.2}.chat-mock-header small{color:#15803d;font-size:.75rem}.chat-mock-body{padding:1rem;background:#f1f5f9;display:flex;flex-direction:column;gap:.6rem;font-size:.86rem}.bubble{max-width:85%;padding:.55rem .8rem;border-radius:.9rem;line-height:1.45}.bubble-in{background:var(--white);align-self:flex-start;border-bottom-left-radius:.25rem}.bubble-out{background:#dbeafe;align-self:flex-end;border-bottom-right-radius:.25rem}.bubble small{display:block;color:var(--muted);font-size:.7rem;margin-top:.2rem}.section{padding:5rem 0}.section-alt{background:var(--bg)}.section-head{max-width:40rem;margin:0 auto 3rem;text-align:center}.section-head p{color:var(--muted);font-size:1.05rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem}.card p{color:var(--muted);margin:0;font-size:.95rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:.6rem;background:var(--brand-soft);color:var(--brand);font-weight:700;margin-bottom:1rem}.icon{width:2.6rem;height:2.6rem;border-radius:.7rem;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.icon svg{width:1.3rem;height:1.3rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.checklist{list-style:none;padding:0;margin:1.25rem 0 0}.checklist li{position:relative;padding-left:1.9rem;margin-bottom:.7rem}.checklist li:before{content:"";position:absolute;left:0;top:.3rem;width:1.15rem;height:1.15rem;border-radius:50%;background:var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center / .7rem no-repeat}.panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.property{display:flex;gap:.9rem;padding:.8rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.property:last-child{border-bottom:0}.property-thumb{flex:0 0 64px;height:52px;border-radius:.5rem;background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.property strong{color:var(--title);display:block}.property span{color:var(--muted);font-size:.82rem}.cta{background:var(--gradient);color:#ffffffe6;border-radius:1.25rem;padding:3.5rem 2rem;text-align:center}.cta h2{color:var(--white)}.cta .hero-actions{justify-content:center}.legal{padding:3.5rem 0 4.5rem}.legal h1{font-size:clamp(1.8rem,3.5vw,2.4rem)}.legal h2{font-size:1.3rem;margin-top:2.5rem}.legal h3{margin-top:1.5rem}.legal .updated{color:var(--muted);font-size:.9rem}.legal ul{padding-left:1.25rem}.legal li{margin-bottom:.4rem}.legal .summary{background:var(--brand-soft);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0 2rem}.legal table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.92rem}.legal th,.legal td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);vertical-align:top}.legal th{background:var(--bg);color:var(--title);font-weight:600}.table-scroll{overflow-x:auto}.site-footer{background:#0f172a;color:#94a3b8;padding:3rem 0 2rem;font-size:.9rem}.site-footer .container{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.site-footer .logo{color:var(--white)}.site-footer h3{color:var(--white);font-size:.95rem}.site-footer a{color:#cbd5e1;text-decoration:none}.site-footer a:hover{color:var(--white)}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:.45rem}.footer-bottom{grid-column:1 / -1;border-top:1px solid #1e293b;padding-top:1.5rem;margin-top:1rem;font-size:.8rem;color:#64748b}@media(max-width:900px){.hero .container,.split{grid-template-columns:1fr}.chat-mock{margin:0 auto}.grid-3,.site-footer .container{grid-template-columns:1fr}.hero{padding:3.5rem 0 4rem}.section{padding:3.5rem 0}}
