:root {
  --ink:#17243c;
  --muted:#637089;
  --line:#dfe5eb;
  --paper:#f7f8f6;
  --white:#fff;
  --green:#0c7a63;
  --green-dark:#075b4a;
  --green-soft:#dff4ec;
  --blue:#dce9f7;
  --peach:#f8e7d9;
  --yellow:#f6edbf;
  --shadow:0 24px 70px rgba(24,45,72,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
button,input,textarea,select{font:inherit}
a{text-decoration:none;color:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section-pad{padding:104px 0}
.site-header{position:sticky;top:0;z-index:40;background:rgba(247,248,246,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,36,60,.07)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;font-family:'Manrope',sans-serif;font-weight:800;font-size:21px;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;font-size:13px;letter-spacing:-.4px}
.brand-text span{color:var(--green)}
.nav{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:600;color:#4d5c74}
.nav a:hover{color:var(--green)}
.nav-link-button{display:none;border:0;background:none;color:var(--green);font-weight:700}
.menu-button{display:none;margin-left:auto;border:0;background:none;font-size:24px}
.button{border:0;border-radius:13px;padding:13px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(12,122,99,.18)}
.button-primary:hover{background:var(--green-dark)}
.button-secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
.button-white{background:#fff;color:var(--green-dark)}
.button-large{padding:16px 22px;border-radius:15px}
.full-width{width:100%}
.header-cta{margin-left:8px}
.hero{position:relative;overflow:hidden;padding-top:78px}
.hero-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.8;pointer-events:none}
.orb-one{width:420px;height:420px;background:radial-gradient(circle at 30% 30%,#cdf1e5,transparent 68%);right:-80px;top:-70px}
.orb-two{width:400px;height:400px;background:radial-gradient(circle at 50% 50%,#f7e7d0,transparent 70%);left:-210px;bottom:-100px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--green-dark);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-bottom:18px}
.eyebrow.light{color:#b9eee1}
.pulse-dot{width:8px;height:8px;background:#20b78e;border-radius:50%;box-shadow:0 0 0 5px rgba(32,183,142,.12)}
h1,h2,h3{font-family:'Manrope',sans-serif;line-height:1.12;margin:0}
h1{font-size:clamp(48px,6vw,78px);letter-spacing:-.055em;max-width:750px}
h1 span{color:var(--green)}
.hero-lead{font-size:20px;line-height:1.65;color:var(--muted);max-width:650px;margin:26px 0 30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;align-items:center;gap:16px;margin-top:32px;color:var(--muted);font-size:13px}
.trust-row p{margin:0}.trust-row strong{color:var(--ink)}
.avatars{display:flex}.avatars span{width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid var(--paper);display:grid;place-items:center;margin-left:-7px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.avatars span:first-child{margin-left:0}
.ai-panel{background:#fff;border:1px solid #e3e8ec;border-radius:28px;padding:22px;box-shadow:var(--shadow);position:relative}
.ai-panel:before{content:'';position:absolute;inset:0;border-radius:28px;padding:1px;background:linear-gradient(135deg,rgba(12,122,99,.32),transparent 45%,rgba(23,36,60,.08));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}
.ai-panel-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f2;padding-bottom:18px}
.mini-label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-weight:800}.ai-panel-top h2{font-size:20px;margin-top:4px}
.status-pill{font-size:12px;background:#eef8f4;border-radius:99px;padding:7px 10px;color:var(--green-dark);font-weight:700}.status-pill i{display:inline-block;width:7px;height:7px;background:#1cb58a;border-radius:50%;margin-right:5px}
.chat-thread{display:flex;flex-direction:column;gap:14px;padding:20px 0 14px}
.message{font-size:14px;line-height:1.55}.user-message{align-self:flex-end;background:var(--ink);color:#fff;padding:13px 15px;border-radius:16px 16px 4px 16px;max-width:85%}
.ai-message{display:flex;gap:11px;background:#f2f7f5;padding:14px;border-radius:16px 16px 16px 4px}.ai-message p{margin:0 0 12px}.ai-icon{width:28px;height:28px;flex:0 0 28px;background:var(--green);color:#fff;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:12px}
.criteria-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.criteria-grid span{background:#fff;padding:8px 9px;border-radius:9px;color:var(--muted);font-size:11px}.criteria-grid strong{display:block;color:var(--ink);font-size:12px}
.recommendation-card{border:1px solid #dfe8e4;border-radius:16px;padding:14px;background:#fff}.rec-head{display:flex;justify-content:space-between;color:var(--green-dark);font-size:11px;text-transform:uppercase;letter-spacing:.07em}.recommendation-card h3{font-size:16px;margin:8px 0 12px}.rec-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.rec-metrics span{font-size:12px;font-weight:700}.rec-metrics small{display:block;color:var(--muted);font-weight:500;font-size:10px}
.micro-button{border:0;background:none;padding:0;color:var(--green);font-size:12px;font-weight:800}.prompt-bar{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:11px 12px 11px 15px;border-radius:13px;color:#9aa3b1;font-size:12px}.prompt-bar button{width:34px;height:34px;border:0;border-radius:10px;background:var(--green);color:#fff;font-weight:800}
.proof-strip{margin-top:78px;padding-top:26px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--muted);font-size:12px}.proof-strip p{margin:0;font-weight:700}.proof-strip div{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.proof-strip span{font-weight:700;color:var(--ink)}.proof-strip b{color:#aeb6c0}
.section-heading{max-width:720px;margin-bottom:45px}.center-heading{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(38px,4vw,55px);letter-spacing:-.04em}.section-heading p{font-size:18px;color:var(--muted);margin:18px 0 0}
.journey{background:#fff}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.journey-card{border:1px solid var(--line);border-radius:20px;padding:25px;min-height:245px;position:relative;transition:.2s ease;background:#fff}.journey-card:hover,.journey-card.active{transform:translateY(-4px);box-shadow:0 16px 45px rgba(23,36,60,.08);border-color:#c7ddd5}.journey-card.active{background:#eff8f5}.journey-card .step{position:absolute;right:19px;top:18px;color:#b3bbc7;font-size:12px;font-weight:800}.journey-icon{width:44px;height:44px;border-radius:12px;background:var(--green-soft);color:var(--green-dark);display:grid;place-items:center;font-weight:800;font-size:20px;margin-bottom:40px}.journey-card h3{font-size:20px}.journey-card p{color:var(--muted);font-size:14px;margin-bottom:0}
.agents{background:var(--ink);color:#fff}.agents-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:80px;align-items:start}.sticky-heading{position:sticky;top:120px}.sticky-heading p{color:#acb7c8}.sticky-heading .button{margin-top:24px}.agent-stack{display:flex;flex-direction:column;gap:14px}.agent-card{display:grid;grid-template-columns:60px 1fr;gap:18px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:24px}.agent-badge{width:44px;height:44px;border-radius:12px;background:#fff;color:var(--ink);display:grid;place-items:center;font-weight:800}.agent-card h3{font-size:22px}.agent-card p{color:#b7c2d0;font-size:14px}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{font-size:11px;border:1px solid rgba(255,255,255,.14);padding:5px 8px;border-radius:99px;color:#dbe2ea}
.compare-section{background:#eef2f3}.compare-shell{display:grid;grid-template-columns:260px 1fr;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 18px 55px rgba(23,36,60,.08)}.compare-sidebar{background:var(--ink);color:#fff;padding:27px}.compare-sidebar .mini-label{color:#94a2b7}.priority{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px}.priority strong{font-size:11px;color:#b9eee1}.micro-button.inverse{color:#fff;margin-top:22px}.property-comparison{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.property-card{padding:18px;border-right:1px solid var(--line)}.property-card:last-child{border-right:0}.property-card.winner{background:#fbfdfc}.property-visual{height:170px;border-radius:14px;position:relative;overflow:hidden}.property-visual:before,.property-visual:after{content:'';position:absolute}.property-visual:before{width:68%;height:70%;right:-8%;bottom:-18%;background:rgba(255,255,255,.55);transform:rotate(-14deg);border-radius:20px}.property-visual:after{width:36%;height:55%;left:12%;top:16%;background:rgba(255,255,255,.35);border-radius:14px}.visual-a{background:linear-gradient(135deg,#bedfd6,#92c6b8)}.visual-b{background:linear-gradient(135deg,#ead8c7,#cdbba7)}.visual-c{background:linear-gradient(135deg,#c7d8ea,#a2bbd2)}.property-visual span{position:absolute;z-index:2;left:12px;top:12px;background:#fff;border-radius:99px;padding:6px 9px;font-size:10px;font-weight:800}.property-copy{padding:18px 5px 5px}.property-copy h3{font-size:17px}.property-copy p{font-size:13px;color:var(--muted);min-height:42px}.score{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:13px;font-size:12px;color:var(--muted)}.score strong{font-family:'Manrope';font-size:26px;color:var(--green)}
.trust{background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-grid article{padding:28px;border:1px solid var(--line);border-radius:20px}.trust-grid article>span{display:inline-grid;place-items:center;min-width:43px;height:38px;padding:0 10px;border-radius:10px;background:#edf7f3;color:var(--green-dark);font-weight:800;font-size:11px}.trust-grid h3{margin-top:28px;font-size:20px}.trust-grid p{color:var(--muted);font-size:14px}.boundary-note{display:grid;grid-template-columns:210px 1fr;gap:25px;background:#f7f8f6;border-radius:18px;padding:22px 25px;margin-top:15px;color:var(--muted);font-size:13px}.boundary-note strong{color:var(--ink)}.boundary-note p{margin:0}
.cta-section{padding:30px 0 90px;background:#fff}.cta-card{background:linear-gradient(125deg,#0b6a56,#0f8c71);border-radius:28px;color:#fff;padding:52px 58px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;box-shadow:0 24px 60px rgba(12,122,99,.2)}.cta-card h2{font-size:clamp(34px,4vw,52px);max-width:700px}.cta-card p{color:#d7f0e9;font-size:17px;margin-bottom:0}
footer{background:#101a2c;color:#d2d9e3;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand{color:#fff}.footer-grid>div:first-child p{color:#7f8ca1;max-width:310px;font-size:13px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px;font-size:13px}.footer-grid strong{color:#fff;margin-bottom:7px}.footer-grid a:hover{color:#fff}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#778399;font-size:11px}
.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(8,16,28,.62);display:none;place-items:center;padding:20px}.modal-backdrop.open{display:grid}.modal-card{width:min(530px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:25px;padding:34px;position:relative;box-shadow:0 30px 100px rgba(0,0,0,.35)}.modal-close{position:absolute;right:18px;top:16px;border:0;background:#f0f2f4;width:34px;height:34px;border-radius:50%;font-size:21px;color:#667286}.modal-mark{width:48px;height:48px;background:var(--ink);color:#fff;border-radius:13px;display:grid;place-items:center;font-weight:800;margin-bottom:18px}.modal-card h2{font-size:34px;margin:5px 0 10px}.modal-card>p{color:var(--muted);font-size:14px;margin-bottom:25px}.modal-card form{display:flex;flex-direction:column;gap:14px}.modal-card label{font-size:12px;font-weight:800;color:#45536a}.modal-card input,.modal-card textarea,.modal-card select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:12px;padding:13px 14px;color:var(--ink);background:#fff;outline:none}.modal-card textarea{min-height:95px;resize:vertical}.modal-card input:focus,.modal-card textarea:focus,.modal-card select:focus{border-color:#76b9a6;box-shadow:0 0 0 3px rgba(12,122,99,.08)}.success-message{display:none;background:#e9f7f2;border:1px solid #c8e8dc;color:var(--green-dark);padding:14px;border-radius:12px;margin-top:15px;font-size:13px;font-weight:600}
@media(max-width:960px){.nav{display:none;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;align-items:flex-start;background:#fff;padding:20px;border-radius:15px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav-link-button{display:block;padding:0}.header-cta{display:none}.menu-button{display:block}.hero-grid,.agents-grid{grid-template-columns:1fr}.hero-grid{gap:48px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.sticky-heading{position:static}.journey-grid{grid-template-columns:repeat(2,1fr)}.compare-shell{grid-template-columns:1fr}.compare-sidebar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:end}.compare-sidebar .mini-label{grid-column:1/-1}.priority{display:block}.property-comparison{grid-template-columns:repeat(3,1fr)}.cta-card{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.section-pad{padding:76px 0}.hero{padding-top:50px}h1{font-size:48px}.hero-lead{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.proof-strip{align-items:flex-start;flex-direction:column;margin-top:55px}.journey-grid,.trust-grid{grid-template-columns:1fr}.journey-card{min-height:auto}.agents-grid{gap:45px}.agent-card{grid-template-columns:48px 1fr;padding:20px}.compare-sidebar{grid-template-columns:1fr 1fr}.property-comparison{grid-template-columns:1fr}.property-card{border-right:0;border-bottom:1px solid var(--line)}.property-card:last-child{border-bottom:0}.property-visual{height:145px}.boundary-note{grid-template-columns:1fr;gap:8px}.cta-card{padding:38px 26px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.criteria-grid{grid-template-columns:1fr}.rec-metrics{grid-template-columns:1fr}.ai-panel{padding:16px;border-radius:20px}.modal-card{padding:28px 20px}.modal-card h2{font-size:29px}}
