:root{--yellow:#f5c518;--yellow-dk:#e0b30a;--indigo:#231451;--indigo-2:#2d1a63;--navy:#2e2e5c;--ink:#2b2b3f;--muted:#6b6b80;--line:#e7e7ef;--lavender:#c7c1e0;--lavender-dim:#8f88b5;--bg:#fff;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.wrap{max-width:1140px;margin:0 auto;padding:0 20px}header.site-header{background:#fff;border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:8px}.header-image{height:36px;width:auto;display:block}.hero{background:var(--indigo);background:radial-gradient(120% 130% at 50% 0%,#2f1c68 0%,#231451 55%,#1c1044 100%)}.hero-inner{display:grid;grid-template-columns:40fr 60fr;gap:44px;align-items:stretch;padding:56px 0 60px}.eyebrow{color:var(--yellow);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.hero h1{color:#fff;font-size:clamp(27px,3.1vw,37px);font-weight:700;line-height:1.15;margin-bottom:18px;max-width:22ch;text-wrap:balance}.hero .lead-in{color:#fff;font-size:clamp(15px,1.6vw,17px);font-weight:600;line-height:1.5;margin-bottom:16px;max-width:44ch}.hero-bullets{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:auto;max-width:46ch}.hero-bullets li{display:flex;align-items:flex-start;gap:11px;color:var(--lavender);font-size:15px;line-height:1.5}.hero-bullets strong{color:#fff;font-weight:600}.hero-bullets .b-sub{color:var(--lavender-dim)}.hero-bullets .b-ic{flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--yellow);margin-top:8px}.stats{display:grid;grid-template-columns:.8fr 1.05fr .55fr;gap:18px;margin-top:40px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}.stat .n{color:var(--yellow);font-size:clamp(18px,2.1vw,24px);font-weight:700;line-height:1;white-space:nowrap}.stat .l{color:var(--lavender-dim);font-size:10.5px;letter-spacing:.6px;text-transform:uppercase;line-height:1.35;margin-top:7px}.chat{background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(20,10,50,.35);display:flex;flex-direction:column;overflow:hidden;height:620px}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line)}.chat-head .t{color:var(--navy);font-weight:700;font-size:15px}.chat-head .t small{display:block;color:var(--muted);font-weight:400;font-size:11.5px;margin-top:1px}.status{display:flex;align-items:center;gap:6px;color:#1a9e6f;font-size:12px;font-weight:600}.status .dot{width:7px;height:7px;border-radius:50%;background:#22b07d}.chat-body{flex:1;min-height:0;padding:18px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.msg{display:flex;gap:10px;align-items:flex-start;max-width:92%}.msg .av{flex:0 0 28px;height:28px;border-radius:50%;background:var(--yellow);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.msg .bubble{background:#f3f2f8;border-radius:14px;padding:12px 14px;color:#3a3a55;font-size:14px;line-height:1.5;word-wrap:break-word}.msg.user{align-self:flex-end;flex-direction:row-reverse}.msg.user .bubble{background:var(--navy);color:#fff}.msg.user .av{background:var(--navy);color:#fff}.msg.typing .bubble{color:#9a99ad;font-style:italic}.msg.typing .bubble .status-text{display:inline-block;transition:opacity .2s ease}.bubble .bubble-cta{display:inline-block;background:var(--yellow);color:var(--navy);font-weight:700;font-size:13px;padding:8px 16px;border-radius:8px;margin-top:8px;text-decoration:none}.bubble .bubble-cta:hover{background:var(--yellow-dk)}.bubble .bubble-tel{color:var(--navy);font-weight:700;text-decoration:underline;text-underline-offset:2px}.bubble .bubble-tel:hover{color:var(--indigo)}.chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 14px}.chip{border:1px solid #d9d8e5;background:#fff;color:#4a4a68;font-size:12.5px;padding:7px 13px;border-radius:20px;cursor:pointer;transition:.15s;font-family:inherit}.chip:hover{border-color:var(--yellow);background:#fffdf3}.composer{padding:0 18px 18px}.input-row{display:flex;align-items:center;gap:8px;background:#f7f7fb;border:1px solid #d9d8e5;border-radius:12px;padding:8px 8px 8px 14px}.input-row:focus-within{border-color:var(--navy);box-shadow:0 0 0 3px rgba(46,46,92,.15)}.input-row input{flex:1;border:0;background:transparent;font-size:14px;color:var(--ink);outline:0;font-family:inherit;padding:4px 0}.input-row input::placeholder{color:#9a99ad}.send{width:34px;height:34px;border:0;border-radius:9px;background:var(--yellow);color:var(--navy);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;flex:0 0 auto}.send:hover{background:var(--yellow-dk)}.send:disabled{opacity:.5;cursor:default}.send:focus-visible,.chip:focus-visible,.askrow:focus-visible,.logo:focus-visible,.chat-foot a:focus-visible,.site-link:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.chat-foot{display:flex;justify-content:space-between;align-items:center;padding:0 18px 16px;color:#9a99ad;font-size:11px;gap:12px}.chat-foot a{color:#9a99ad;text-decoration:underline;cursor:pointer}.chat-error{display:none;margin:0 18px 14px;padding:10px 14px;background:#fdeceb;border:1px solid #f3c6c2;color:#9b3a34;border-radius:10px;font-size:13px}.section{padding:70px 0}.kicker{color:var(--navy);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;text-align:center;margin-bottom:12px}.section h2{text-align:center;color:var(--navy);font-size:clamp(24px,3vw,32px);font-weight:700;margin:0 auto 12px;max-width:20ch}.section .sub{text-align:center;color:var(--muted);font-size:17px;max-width:56ch;margin:0 auto 48px}.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.reason{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.reason .ic{width:46px;height:46px;border-radius:11px;background:#fbf4d6;color:var(--yellow-dk);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.reason h3{color:var(--navy);font-size:18px;font-weight:700;margin-bottom:8px}.reason p{color:var(--muted);font-size:15px}.askgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.askrow{display:flex;align-items:center;gap:15px;width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;cursor:pointer;font-family:inherit;transition:.15s}.askrow:hover{border-color:var(--yellow);background:#fffdf3}.askrow .ic{width:44px;height:44px;flex:0 0 44px;border-radius:11px;background:#fbf4d6;color:var(--yellow-dk);display:flex;align-items:center;justify-content:center;font-size:21px}.askrow .txt{flex:1;min-width:0}.askrow .txt .t{color:var(--navy);font-weight:700;font-size:15px}.askrow .txt .s{color:var(--muted);font-size:13px;margin-top:2px}.askrow .arrow{color:#cbcad8;flex:0 0 auto;width:18px;height:18px}.askrow:hover .arrow{color:var(--yellow-dk)}.types{background:#faf9fd;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.types-inner{padding:44px 0;text-align:center}.types .label{color:var(--navy);font-weight:700;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:18px}.pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pill{background:#fff;border:1px solid #e2e0ee;color:var(--navy);font-size:14px;font-weight:500;padding:9px 16px;border-radius:24px}.cta{background:var(--indigo);background:radial-gradient(120% 160% at 85% 0%,#2f1c68 0%,#231451 60%,#1c1044 100%);text-align:center;padding:66px 28px}.cta h2{color:#fff;font-size:clamp(24px,3vw,32px);font-weight:700;margin-bottom:12px}.cta p{color:var(--lavender);font-size:17px;margin-bottom:28px}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:var(--navy);font-weight:700;font-size:16px;padding:14px 28px;border-radius:10px;cursor:pointer;border:0;font-family:inherit}.btn:hover{background:var(--yellow-dk)}footer.site-footer{background:#1c1044;color:#9990c4;font-size:13px;padding:28px 0}.foot-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.icon{width:1em;height:1em;display:inline-block;vertical-align:-.125em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media(max-width:860px){.hero-inner{grid-template-columns:1fr;gap:32px;padding:40px 0 44px}.chat{order:-1}.reasons{grid-template-columns:1fr}.askgrid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;gap:22px 16px;text-align:center}}@media(max-width:480px){.wrap{padding:0 16px}.hero-inner{padding:32px 0 36px}.chat{border-radius:12px;height:min(680px,85dvh)}.chat-head{padding:12px 14px}.chips,.composer,.chat-foot{padding-left:14px;padding-right:14px}.chips{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chips .chip{flex:0 0 auto}.chat-foot{font-size:10.5px;gap:4px}.stats{grid-template-columns:1fr;gap:18px}.section{padding:48px 0}.reason,.askrow{padding:18px}.cta{padding:48px 20px}.foot-inner{flex-direction:column;align-items:flex-start;gap:8px}}