:root{--navy:#0b3a6e;--blue:#0d7ce8;--blue-dark:#0a5fb8;--green:#22a83a;--green-dark:#178c2c;--orange:#f7a11c;--text:#173d64;--muted:#5a7390;--line:#d9e7f3;--soft:#eef7ff;--white:#fff;--radius:10px;--font:"Segoe UI",Inter,ui-sans-serif,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;--hand:"Segoe Print","Bradley Hand","Comic Sans MS","Marker Felt",cursive;--hero-image:url(/hero-house.jpg)}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;overflow-x:hidden;background:var(--white);color:var(--text);font-family:var(--font);line-height:1.5}body,img{max-width:100%}img{display:block}button,input,select{font:inherit}a,button{cursor:pointer}h1,h2,h3{color:var(--navy);margin:0;letter-spacing:-.02em}p{margin:0 0 12px}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--orange);outline-offset:2px}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border:2px solid transparent;border-radius:var(--radius);font-weight:700;font-size:.95rem;text-decoration:none;line-height:1.1;white-space:nowrap}.btn span{font-size:1.2em;line-height:0}.btnGreen{background:var(--green);color:#fff}.btnGreen:hover{background:var(--green-dark)}.btnBlue{background:var(--blue);color:#fff}.btnBlue:hover{background:var(--blue-dark)}.btnOutline{background:#fff;color:var(--blue);border-color:var(--blue)}.btnOutline:hover{background:var(--soft)}.btnWhite{background:#fff;color:var(--blue)}.btnWhite:hover{background:var(--soft)}.btnHeader{padding:11px 22px}.btnWide{min-width:280px;justify-content:space-between}.btnFull{width:100%}.btn:disabled{opacity:.6;cursor:default}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.navWrap{min-height:70px;gap:28px}.brand,.navWrap{display:flex;align-items:center}.brand{gap:10px;text-decoration:none;color:inherit}.brandText{display:flex;flex-direction:column;line-height:1.15}.brandName{font-weight:800;font-size:1.15rem;color:var(--navy);letter-spacing:-.02em}.brandTag{font-size:.74rem;color:var(--muted)}.navLinks{display:flex;gap:26px;margin-left:auto}.navLinks a{color:var(--navy);text-decoration:none;font-size:.86rem;font-weight:600}.navLinks a:hover{color:var(--blue)}.hero{position:relative;overflow:hidden;background:linear-gradient(100deg,#fff,#fff 42%,#e9f4ff 70%,#cfe7fb)}.heroBackdrop{position:absolute;top:0;bottom:0;left:50%;right:max(16px,calc((100vw - 1120px) / 2));z-index:0;background-image:var(--hero-image);background-size:cover;background-position:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 26%);mask-image:linear-gradient(90deg,transparent,#000 26%)}.heroGrid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:24px;gap:24px;align-items:end;min-height:520px}.heroCopy{padding:48px 0 44px}.hero h1{font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.04;max-width:640px}.heroAccent{display:block;color:var(--blue);margin-top:6px}.heroText{font-size:1.05rem;line-height:1.5;max-width:560px;margin:18px 0 24px}.heroButtons{gap:10px;margin-bottom:26px}.heroButtons,.trustStrip{display:flex;flex-wrap:wrap}.trustStrip{gap:30px}.trustStrip li{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:600;color:var(--navy);line-height:1.25}.trustIcon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--blue);font-size:1.15rem;font-weight:800;flex:0 0 auto}.heroVisual{position:relative;display:flex;align-items:flex-end;justify-content:center;align-self:stretch}.heroRobot{position:relative;z-index:2;height:min(500px,60vw);width:auto;filter:drop-shadow(0 22px 28px rgba(5,45,90,.22))}.heroNote{position:absolute;z-index:3;font-family:var(--hand);font-weight:700;color:var(--navy);line-height:1.05;text-align:center}.heroNoteTop{right:0;top:40px;font-size:1.25rem;transform:rotate(-8deg)}.heroNoteBottom{right:0;bottom:34px;font-size:1.1rem;transform:rotate(-6deg)}.educationSection{padding:24px 0;background:var(--soft)}.educationCard{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:30px;gap:30px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.educationVisual{border-radius:10px;overflow:hidden;background:#e6eef6}.educationVisual img{width:100%;height:100%;object-fit:cover}.educationCopy{padding:6px 4px}.educationCopy h2{font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.05}.educationCopy h3{color:var(--blue);font-size:1.3rem;margin:6px 0 14px;font-weight:700}.educationCopy p{font-size:.95rem;line-height:1.5}.importantBox{display:flex;gap:12px;background:#e5f2ff;border-radius:8px;padding:14px 16px;margin:14px 0 16px;font-size:.86rem}.infoIcon{width:28px;height:28px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:900;font-family:Georgia,serif}.importantBox ul{margin-top:4px;padding-left:18px;list-style:disc}.importantBox li{margin:3px 0}.educationCta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ctaNote{margin:0;font-size:.85rem;color:var(--navy);font-weight:600}.assistantSection{background:linear-gradient(100deg,#0b5599,#063a72);color:#fff;padding:0 0 22px}.assistantSection h2,.assistantSection h3{color:#fff}.assistantTop{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:28px;gap:28px;align-items:end}.assistantIntro{display:flex;align-items:flex-end;gap:14px}.assistantIntro img{height:210px;width:auto;flex:0 0 auto;filter:drop-shadow(0 14px 16px rgba(0,0,0,.25))}.assistantIntro>div{padding:22px 0 18px}.assistantIntro h2{font-size:2.2rem;line-height:1;margin-bottom:8px}.assistantIntro p{font-size:.92rem;line-height:1.45;color:#d9e9fa;max-width:440px}.assistantDisclosure{font-size:.74rem;color:#a9c8e8;margin-bottom:12px}.popularBox{padding:22px 0 18px}.popularBox h3{font-size:1.05rem;margin-bottom:8px}.popularBox li+li{margin-top:4px}.popularBox button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:transparent;border:0;color:#fff;font-size:.9rem;padding:4px 0}.popularBox button:hover{color:#9fd3ff}.qArrow{width:20px;height:20px;border-radius:50%;border:1.5px solid #fff;display:grid;place-items:center;font-size:.95rem;line-height:0;flex:0 0 auto}.chatShell{background:#fff;border-radius:12px;padding:12px;color:var(--text);box-shadow:0 16px 40px rgba(0,20,55,.25)}.chatHistory{max-height:240px;min-height:90px;overflow:auto;background:#f5f9fd;border-radius:8px;padding:10px;margin-bottom:10px}.chatBubble{max-width:86%;padding:9px 12px;border-radius:10px;margin:6px 0;line-height:1.45;font-size:.86rem}.aiMessage{background:#fff;border:1px solid var(--line)}.userMessage{margin-left:auto;background:var(--blue);color:#fff}.chatInputRow{display:flex;gap:8px}.chatInputRow input{flex:1 1;min-width:0;border:1px solid #c8dae9;border-radius:8px;padding:12px}.agentSection{background:#fff;padding:22px 0 0}.agentGrid{display:grid;grid-template-columns:.85fr 1fr .95fr;grid-gap:28px;gap:28px;align-items:center}.agentPhotoWrap{position:relative;align-self:center;padding-top:72px}.agentPhotoWrap img{width:100%;max-width:320px;height:320px;object-fit:cover;object-position:center top}.agentNote{position:absolute;right:8px;top:8px;font-family:var(--hand);font-weight:700;color:var(--navy);font-size:1.1rem;line-height:1.15;transform:rotate(-6deg);text-align:left}.agentBio{padding-bottom:0}.agentBio h2{font-size:2.2rem;line-height:1.02}.agentLead{color:var(--blue);font-size:.92rem;margin:6px 0 10px}.checkList li{margin:8px 0;font-size:.92rem;display:flex;align-items:center;gap:9px}.checkList li:before{content:"✓";width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:.75rem;font-weight:900;flex:0 0 auto}.agentBio .btn{margin-top:8px}.agentLicense{font-size:.72rem;color:var(--muted);margin:10px 0 0}.leadForm{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:26px}.leadForm h3{font-size:1.05rem;margin-bottom:10px}.leadForm label{display:block;font-size:.72rem;font-weight:700;margin:6px 0;color:var(--muted)}.leadForm input,.leadForm select{display:block;width:100%;margin-top:4px;padding:9px 10px;border:1px solid #c8d8e6;border-radius:8px;background:#fff;color:var(--text)}.consentLine{display:flex;gap:8px;align-items:flex-start;line-height:1.35;font-weight:500;font-size:.68rem}.consentLine input{width:auto;margin-top:2px}.leadForm .btn{margin-top:8px}.leadStatus{font-size:.78rem;color:var(--muted);margin:8px 0 0}.credentialStrip{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.credentialGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.credentialGrid li{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;font-weight:700;color:var(--navy)}.credIcon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1.5px solid var(--blue);color:var(--blue);font-size:.8rem}footer{background:#fff;padding:20px 0 24px}.footerGrid{display:grid;grid-template-columns:1.3fr 1fr auto;grid-gap:24px;gap:24px;align-items:start}.footerBrand{margin-bottom:8px}.footerGrid p{font-size:.76rem;color:var(--muted)}.footerPhone{color:var(--blue);font-weight:800;text-decoration:none;font-size:.9rem}.footerLinks{display:flex;flex-wrap:wrap;gap:6px 14px;padding-top:8px}.footerLinks a{font-size:.76rem;color:var(--navy);text-decoration:none}.footerLinks a:hover{text-decoration:underline}.footerTagline{font-family:var(--hand);font-weight:700;color:var(--navy);font-size:1.2rem;line-height:1.1;transform:rotate(-6deg);padding-top:6px}.footerFinePrint{margin-top:16px}.footerFinePrint p{font-size:.68rem;line-height:1.45;color:var(--muted)}.cookieBanner{position:fixed;z-index:50;left:16px;right:16px;bottom:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:0 20px 50px rgba(8,39,76,.22);display:flex;justify-content:space-between;gap:20px;align-items:center}.cookieBanner p{margin:4px 0;font-size:.82rem;color:var(--muted)}.cookieBanner a{font-size:.78rem;color:var(--blue)}.cookieButtons{display:flex;gap:8px;flex:0 0 auto}.cookieButtons button{border:1px solid #cbdbe9;background:#fff;border-radius:9px;padding:9px 12px;font-weight:700}.cookieButtons .cookieAccept{background:var(--blue);color:#fff;border-color:var(--blue)}.legalPage{min-height:100vh;background:#f5f8fc;padding:56px 18px}.legalWrap{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px}.legalWrap h1{font-size:clamp(2.2rem,5vw,3.4rem);margin:12px 0 18px}.legalWrap h2{margin:28px 0 6px;font-size:1.3rem}.legalWrap p{line-height:1.7;color:#51657d}.legalWrap a{color:var(--blue);font-weight:700;text-decoration:none}.legalWrap hr{border:0;border-top:1px solid var(--line);margin:34px 0}@media (max-width:960px){.navLinks{display:none}.btnHeader{margin-left:auto}.heroGrid{grid-template-columns:1fr;min-height:0;gap:0}.heroCopy{padding:32px 0 10px}.heroBackdrop{left:38%;right:0}.heroVisual{min-height:380px;padding-top:20px}.heroRobot{height:360px}.heroNoteTop{right:6%;top:10px}.heroNoteBottom{right:4%;bottom:20px}.educationCard{grid-template-columns:1fr}.educationVisual{max-height:320px}.educationVisual img{height:320px}.assistantTop{grid-template-columns:1fr;gap:0}.assistantIntro img{height:170px}.popularBox{padding-top:0}.agentGrid{grid-template-columns:1fr;gap:18px}.agentPhotoWrap{display:flex;justify-content:center;padding-top:80px}.agentPhotoWrap img{height:auto;max-width:260px}.agentNote{right:4%}.agentBio{padding-bottom:0}.credentialGrid{grid-template-columns:1fr 1fr}.footerGrid{grid-template-columns:1fr;gap:14px}.footerTagline{transform:none}.cookieBanner{flex-direction:column;align-items:stretch}.cookieButtons button{flex:1 1}}@media (max-width:600px){.container{width:min(100% - 24px,1120px)}.navWrap{min-height:62px;gap:12px}.brandTag{font-size:.66rem}.btnHeader{padding:9px 14px;font-size:.82rem}.hero h1{font-size:2.35rem}.heroText{font-size:.98rem}.heroButtons{display:grid;grid-template-columns:1fr 1fr}.heroButtons .btnGreen{grid-column:1/-1}.trustStrip{gap:12px}.trustStrip li{width:100%}.heroBackdrop{left:30%;opacity:.9}.heroRobot{height:300px}.heroNote{font-size:1rem}.educationCard{padding:12px}.educationCopy h2{font-size:1.85rem}.btnWide{min-width:0;width:100%}.assistantIntro{flex-direction:column;align-items:flex-start}.assistantIntro h2{font-size:1.8rem}.chatInputRow{flex-direction:column}.credentialGrid{grid-template-columns:1fr}.cookieButtons{flex-direction:column}.legalWrap{padding:24px 18px}}