:root{--cream: #f2f2f2;--paper: #ffffff;--paper-soft: #fafafa;--line: #ececec;--terracotta: #c35439;--terracotta-dark: #ad422b;--terracotta-soft: rgba(195, 84, 57, .14);--terracotta-mid: rgba(195, 84, 57, .28);--ink: #090909;--muted: #5e5f5c;--slate: #4b4854;--green: #2d7d5f;--shadow: 0 24px 70px rgba(69, 40, 28, .09);--shadow-soft: 0 12px 34px rgba(38, 27, 22, .08);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--ease: cubic-bezier(.44, 0, .56, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4{margin-top:0}img,svg{display:block;max-width:100%}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;background-color:#f8f3ef;background-image:radial-gradient(circle,rgba(195,84,57,.15) 1.5px,transparent 1.8px);background-size:46px 46px;transition:opacity .55s var(--ease),visibility .55s var(--ease);animation:splashAutoHide .45s var(--ease) 3s forwards}.splash-screen.is-hidden{opacity:0;visibility:hidden;pointer-events:none;animation:none}.splash-mark{width:156px;height:126px;display:grid;place-items:center;padding:0;background:transparent;animation:splashMarkIn .7s var(--ease) both,splashMarkFloat 1.8s ease-in-out .72s infinite}.splash-mark img{width:150px;height:auto;filter:drop-shadow(0 22px 34px rgba(69,40,28,.13))}.splash-progress{position:relative;width:118px;height:4px;overflow:hidden;border-radius:100px;background:#c3543929}.splash-progress i{display:block;width:42%;height:100%;border-radius:inherit;background:var(--terracotta);animation:splashLoading 1.05s ease-in-out infinite}@keyframes splashMarkIn{0%{opacity:0;transform:translateY(12px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splashMarkFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes splashLoading{0%{transform:translate(-110%)}to{transform:translate(250%)}}@keyframes splashAutoHide{to{opacity:0;visibility:hidden;pointer-events:none}}.container{width:min(1320px,calc(100% - 48px));margin:0 auto;position:relative}.section{padding:120px 0;position:relative;overflow:hidden}.section-soft{background:var(--paper-soft)}.dotted-bg{background-color:#f8f3ef;background-image:radial-gradient(circle,rgba(195,84,57,.17) 1.7px,transparent 1.9px);background-size:56px 56px}.site-header{position:fixed;z-index:50;left:0;right:0;top:0;padding:24px 0;pointer-events:none}.nav-shell{width:min(1320px,calc(100% - 48px));height:68px;margin:0 auto;background:#fffffff0;border:1px solid rgba(255,255,255,.75);border-radius:100px;display:flex;align-items:center;justify-content:space-between;padding:6px 8px 6px 24px;box-shadow:0 12px 40px #291e1812;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.site-header.scrolled .nav-shell{box-shadow:0 14px 44px #291e1821;transform:translateY(-5px)}.brand{display:inline-flex;align-items:center;line-height:1}.brand-logo{width:90px;height:auto;display:block}.nav-links{display:flex;gap:38px;font-size:14px}.nav-links a{color:#302d2c;transition:color .3s var(--ease)}.nav-links a:hover{color:var(--terracotta)}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;white-space:nowrap;cursor:pointer;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease)}.button:hover{transform:translateY(-2px)}.button-primary{min-height:56px;padding:6px 7px 6px 25px;background:var(--terracotta);color:#fff;border-radius:100px;box-shadow:0 12px 26px #c354392b}.button-primary:hover{background:var(--terracotta-dark);box-shadow:0 15px 30px #c354393d}.button-orb{width:45px;height:45px;display:grid;place-items:center;flex:0 0 auto;background:#fff;color:var(--ink);border-radius:50%;font-size:22px;font-weight:400}.button-orb svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round}.button-large{min-height:62px;padding-left:29px;font-size:15px}.button-large .button-orb{width:50px;height:50px}.button-light{background:#fff;color:var(--ink);padding:6px 7px 6px 25px;border-radius:100px}.button-light .button-orb{background:var(--ink);color:#fff}.menu-toggle{display:none;width:48px;height:48px;border-radius:50%;border:0;background:var(--terracotta);padding:0;position:relative}.menu-toggle span{position:absolute;width:18px;height:2px;background:#fff;border-radius:4px;left:15px;transition:transform .25s,top .25s}.menu-toggle span:first-child{top:20px}.menu-toggle span:last-child{top:27px}.hero{min-height:1080px;padding:190px 0 64px;position:relative;overflow:hidden}.hero-glow{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none}.hero-glow-one{width:600px;height:600px;right:-140px;top:80px;background:radial-gradient(circle,rgba(255,203,184,.54),transparent 70%)}.hero-glow-two{width:540px;height:540px;left:-190px;bottom:120px;background:radial-gradient(circle,rgba(255,229,203,.55),transparent 70%)}.hero-content{text-align:center;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:10px;min-height:30px;padding:6px 12px;border-radius:100px;background:var(--terracotta-soft);color:var(--terracotta-dark);font-size:12px;font-weight:700;letter-spacing:.02em}.trust-pill{background:#ffffffbf;color:#252322;padding-left:7px;box-shadow:0 8px 24px #271a130d}.avatar-stack{display:flex;padding-left:10px}.avatar-stack img{width:31px;height:31px;border-radius:50%;display:block;margin-left:-10px;border:2px solid white;object-fit:cover;background:#e7e2de;box-shadow:0 5px 13px #281b151f}h1,h2,h3,h4{font-family:Urbanist,Manrope,sans-serif;font-weight:500;letter-spacing:-.04em}.count-up{font-variant-numeric:tabular-nums}.hero h1{font-size:clamp(56px,6.25vw,90px);line-height:1.02;max-width:1040px;margin:30px auto 26px}.hero h1 span{color:var(--terracotta)}.hero-copy{max-width:650px;margin:0 auto;color:var(--slate);font-size:17px;line-height:1.6}.hero-actions{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:24px}.text-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--slate);transition:color .2s}.text-link:hover{color:var(--terracotta)}.text-link span{display:inline-grid;place-items:center;width:16px;height:16px}.text-link svg{width:15px;height:15px;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.hero-stage{height:478px;margin-top:75px;display:flex;justify-content:center;align-items:flex-start}.app-preview{width:520px;min-height:475px;background:#fffffff2;border:6px solid rgba(255,255,255,.8);border-radius:42px 42px 28px 28px;padding:28px;box-shadow:var(--shadow);position:relative;z-index:3;overflow:hidden}.app-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.app-topbar>div:first-child{display:flex;flex-direction:column;gap:2px}.app-kicker{font-size:11px;color:var(--muted)}.app-topbar strong{font:500 21px/1.2 Urbanist,sans-serif}.profile-dot{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#e7e2de;color:#fff;font-size:11px;font-weight:700;border:4px solid #f2e5df;overflow:hidden}.profile-dot img{width:100%;height:100%;border-radius:50%;object-fit:cover}.mode-switch{display:grid;grid-template-columns:1fr 1fr;background:#efefef;padding:5px;border-radius:100px}.mode-btn{border:0;background:transparent;color:var(--muted);min-height:42px;border-radius:100px;cursor:pointer;font-size:13px;font-weight:600;transition:background .25s var(--ease),color .25s var(--ease),box-shadow .25s var(--ease)}.mode-btn.active{color:#fff;background:var(--terracotta);box-shadow:0 8px 20px #c354392e}.hero-panel{display:none;margin-top:20px}.hero-panel.active{display:block;animation:panelIn .35s var(--ease)}@keyframes panelIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.mini-map{height:232px;border-radius:22px;position:relative;overflow:hidden;background:#f0eee9;border:1px solid #e9e6df}.mini-map svg{width:100%;height:100%}.map-block{fill:#f8f7f3;stroke:#e6e2da;stroke-width:3}.road{fill:none;stroke:#fff;stroke-width:16}.road-thin{fill:none;stroke:#fff;stroke-width:8}.radius-circle{position:absolute;width:136px;height:136px;border-radius:50%;background:#c354392b;border:2px solid rgba(195,84,57,.52);left:50%;top:50%;transform:translate(-50%,-50%)}.map-pin,.interactive-pin{position:absolute;width:38px;height:38px;border-radius:50% 50% 50% 5px;background:var(--terracotta);border:4px solid white;box-shadow:0 7px 17px #7b362447;left:50%;top:50%;transform:translate(-50%,-70%) rotate(-45deg);z-index:3}.map-pin span,.interactive-pin i{display:block;width:9px;height:9px;border-radius:50%;background:#fff;margin:10px auto}.map-label{position:absolute;left:calc(50% + 40px);top:calc(50% - 50px);padding:8px 10px;background:#fff;border-radius:10px;box-shadow:var(--shadow-soft);font-size:10px;line-height:1.35}.quick-filters{display:flex;gap:8px;padding-top:13px}.quick-filters span{background:#f3f3f3;padding:8px 10px;font-size:10px;border-radius:100px;color:#4c4947}.deal-card{background:#f7f4f1;border:1px solid #ece7e3;border-radius:22px;overflow:hidden;text-align:left}.deal-photo{height:180px;background:linear-gradient(150deg,#e9d8cf,#faf6f2);position:relative;display:grid;place-items:end center;overflow:hidden}.deal-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.9),transparent 35%)}.deal-badge{position:absolute;z-index:3;right:14px;top:14px;background:var(--terracotta);color:#fff;font-size:11px;font-weight:700;padding:7px 10px;border-radius:100px}.building-shape{width:150px;height:130px;background:#fcfbfa;border-radius:8px 8px 0 0;position:relative;box-shadow:0 15px 25px #4b302221;display:grid;grid-template-columns:repeat(3,1fr);gap:11px;padding:18px 20px;align-content:start}.building-shape:before{content:"";position:absolute;left:-30px;bottom:0;width:45px;height:82px;background:#eee6e1}.building-shape:after{content:"";position:absolute;right:-36px;bottom:0;width:55px;height:98px;background:#e6dad2}.building-shape i{height:30px;background:#cfcec8;border-radius:3px}.deal-info{padding:16px 18px 18px}.deal-info>span{color:var(--terracotta);font-size:10px;font-weight:700}.deal-info strong{display:block;font:500 17px/1.3 Urbanist,sans-serif;margin:4px 0 8px}.price-row{display:flex;gap:10px;align-items:baseline}.price-row b{font-size:15px}.price-row s{font-size:11px;color:#8d8986}.quality-line{margin-top:11px;display:flex;gap:8px;align-items:center;font-size:10px;color:var(--green)}.quality-line i{width:65px;height:5px;background:var(--green);border-radius:10px}.floating-card{position:absolute;background:#fffffff5;border-radius:23px;box-shadow:var(--shadow-soft);z-index:4}.match-card{width:260px;left:2.2%;top:70px;padding:20px}.reputation-card{width:250px;right:2%;top:102px;padding:20px;text-align:center}.mini-heading{font-size:12px;font-weight:700;display:flex;align-items:center;gap:8px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#49a179;box-shadow:0 0 0 6px #49a17924}.match-avatars{display:flex;align-items:center;justify-content:center;margin:23px 0 17px}.person-avatar{width:67px;height:67px;border-radius:50%;display:block;object-fit:cover;background:#e7e2de;border:5px solid white;box-shadow:0 7px 20px #281b151f}.match-link{width:48px;height:28px;margin:0 -6px;border-top:2px dashed var(--terracotta-mid);position:relative}.match-link span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--terracotta);color:#fff;position:absolute;left:11px;top:-14px;border:3px solid white}.match-link span svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.match-card>strong{display:block;text-align:center;font:500 16px/1.3 Urbanist,sans-serif}.match-card>p{text-align:center;color:var(--muted);font-size:10px;margin:5px 0 0}.score-ring{--score-progress: 92%;width:96px;height:96px;margin:17px auto 13px;border-radius:50%;background:conic-gradient(var(--terracotta) 0 var(--score-progress),#eee var(--score-progress) 100%);display:grid;place-items:center;position:relative}.score-ring:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:#fff}.score-ring strong,.score-ring span{position:relative;z-index:2}.score-ring strong{font:500 25px/1 Urbanist,sans-serif;transform:translateY(11px)}.score-ring span{font-size:8px;color:var(--muted);transform:translateY(-13px)}.reputation-card p{color:var(--muted);font-size:10px;margin:0}.tiny-bars{display:flex;align-items:end;justify-content:center;gap:5px;height:30px;margin-top:10px}.tiny-bars i{width:7px;background:var(--terracotta);opacity:.32;border-radius:6px}.tiny-bars i:nth-child(1){height:10px}.tiny-bars i:nth-child(2){height:15px}.tiny-bars i:nth-child(3){height:20px}.tiny-bars i:nth-child(4){height:25px;opacity:.6}.tiny-bars i:nth-child(5){height:29px;opacity:1}.network-strip{min-height:72px;border-top:1px solid rgba(94,95,92,.17);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;color:#77736f;font-size:12px}.network-strip span+span{border-left:1px solid rgba(94,95,92,.17)}.section-heading{max-width:700px}.section-heading.centered{text-align:center;margin:0 auto 60px}.section-heading h2,.split-heading h2,.quality-copy h2,.cta-copy h2{font-size:clamp(42px,4.3vw,62px);line-height:1.08;margin:20px 0 18px}.section-heading p,.split-heading p{color:var(--muted);max-width:610px;margin-bottom:0}.product-demo{min-height:760px;border-radius:var(--radius-xl);background:#f0f0f0;padding:16px;display:grid;grid-template-columns:.76fr 1.24fr;gap:16px}.demo-copy{background:#fff;border-radius:24px;padding:42px;display:flex;flex-direction:column}.demo-switch{border-radius:18px;grid-template-columns:1fr;gap:5px;padding:6px}.demo-switch .mode-btn{min-height:64px;border-radius:14px;padding:0 18px;display:flex;align-items:center;gap:12px;text-align:left}.demo-switch .mode-btn span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffffff38;font-size:10px}.copy-panel{display:none;padding-top:56px}.copy-panel.active{display:block;animation:panelIn .35s var(--ease)}.panel-tag{font-size:11px;color:var(--terracotta);font-weight:700}.copy-panel h3{font-size:38px;line-height:1.12;margin:13px 0 18px}.copy-panel>p{color:var(--muted);font-size:14px}.check-list{list-style:none;padding:0;margin:28px 0 0}.check-list li{position:relative;padding:12px 0 12px 32px;border-top:1px solid var(--line);font-size:13px;font-weight:600}.check-list li:last-child{border-bottom:1px solid var(--line)}.check-list li:before{content:"";position:absolute;left:0;top:11px;width:21px;height:21px;border-radius:50%;background-color:var(--terracotta-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c35439' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:12px}.demo-screen{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #3127220d}.browser-bar{height:50px;padding:0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);color:#8a8785;font-size:10px}.browser-dots{display:flex;gap:5px}.browser-dots i{width:8px;height:8px;border-radius:50%;background:#dcd9d6}.browser-dots i:first-child{background:#de8a75}.secure-icon{justify-self:end;font-size:16px}.screen-panel{display:none;padding:28px}.screen-panel.active{display:block;animation:panelIn .35s var(--ease)}.screen-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.screen-heading span{font-size:10px;color:var(--terracotta);font-weight:700}.screen-heading h4{font-size:25px;margin:3px 0 0}.step-pill{padding:7px 10px;background:var(--terracotta-soft);border-radius:100px}.interactive-map{height:292px;background:#f0eee9;border:1px solid #e5e1db;border-radius:20px;position:relative;overflow:hidden;cursor:crosshair}.interactive-map svg{width:100%;height:100%}.city-blocks path{fill:#f8f7f3;stroke:#e5e1da;stroke-width:3}.city-roads path:first-child{fill:none;stroke:#fff;stroke-width:20}.city-roads path:last-child{fill:none;stroke:#fff;stroke-width:10}.interactive-radius{position:absolute;width:132px;height:132px;border-radius:50%;background:#c3543924;border:2px solid rgba(195,84,57,.48);left:51%;top:50%;transform:translate(-50%,-50%);transition:width .18s,height .18s,left .2s,top .2s;pointer-events:none}.interactive-pin{border:4px solid white;padding:0;cursor:grab;left:51%;top:50%;transition:left .2s,top .2s}.interactive-pin:active{cursor:grabbing}.interactive-pin i{font-style:normal}.neighborhood-label{position:absolute;color:#817d78;font-size:9px;font-weight:600;pointer-events:none}.label-one{left:21%;top:30%}.label-two{right:16%;top:28%}.label-three{left:29%;bottom:15%}.map-help{position:absolute;left:14px;bottom:13px;background:#ffffffe0;padding:7px 10px;border-radius:100px;font-size:9px;color:#77736f;box-shadow:0 7px 16px #251b160f}.range-card{padding:13px 15px 8px;border:1px solid var(--line);border-radius:15px;margin-top:13px}.range-label{display:flex;justify-content:space-between;font-size:11px}.range-label strong{color:var(--terracotta)}input[type=range]{width:100%;height:5px;accent-color:var(--terracotta);cursor:pointer}.range-scale{display:flex;justify-content:space-between;font-size:8px;color:#9d9995;margin-top:-2px}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.filter-grid label{font-size:9px;color:#827e7a;font-weight:600}.filter-grid input,.filter-grid select{width:100%;height:40px;padding:0 11px;margin-top:5px;border:1px solid var(--line);border-radius:10px;background:#fafafa;color:#262322;font-size:10px;outline:none;transition:border .2s,box-shadow .2s}.filter-grid input:focus,.filter-grid select:focus{border-color:#c3543999;box-shadow:0 0 0 3px var(--terracotta-soft)}.screen-action{width:100%;min-height:49px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:15px;border:0;border-radius:14px;background:var(--terracotta);color:#fff;font-size:11px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.screen-action:hover{background:var(--terracotta-dark);transform:translateY(-1px)}.screen-action span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;background:#fff;color:var(--ink);border-radius:50%;font-size:12px}.screen-action span svg{width:12px;height:12px;display:block;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.opportunity-grid{margin-top:0}.deal-evaluation{background:#fbf3ef;border:1px solid rgba(195,84,57,.18);padding:14px;border-radius:15px;margin-top:14px}.evaluation-top{display:flex;justify-content:space-between;align-items:center}.evaluation-top>div{display:flex;flex-direction:column}.evaluation-top span{font-size:9px;color:#887e79}.evaluation-top strong{font-size:15px;color:var(--terracotta)}.evaluation-status{background:#fff;color:var(--green)!important;padding:6px 8px;border-radius:100px;font-weight:700}.evaluation-track{height:7px;background:#e7dfda;border-radius:20px;overflow:hidden;margin:12px 0 9px}.evaluation-track i{display:block;width:var(--progress-width, 78%);height:100%;background:linear-gradient(90deg,#e0a067,var(--terracotta));border-radius:20px}.deal-evaluation p{font-size:8.5px;color:#756d69;margin:0}.split-heading{max-width:none;display:grid;grid-template-columns:1.15fr .65fr;align-items:end;gap:100px;margin-bottom:55px}.split-heading p{padding-bottom:14px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{min-height:390px;background:#fff;border-radius:var(--radius-lg);padding:28px;position:relative;border:1px solid var(--line)}.step-card.featured{background:#fbebe5;border-color:#f2d8ce}.step-number{position:absolute;right:24px;top:22px;font-size:11px;color:#88847f}.step-icon{width:125px;height:125px;margin:30px 0 50px;position:relative}.map-icon{border-radius:24px;background:#f1efeb;overflow:hidden}.map-icon:before,.map-icon:after{content:"";position:absolute;background:#fff}.map-icon:before{width:16px;height:125px;left:50px;transform:rotate(18deg)}.map-icon:after{width:125px;height:15px;top:61px}.map-icon span{position:absolute;width:47px;height:47px;border-radius:50%;background:var(--terracotta-soft);border:1px solid var(--terracotta-mid);left:39px;top:39px;z-index:2}.map-icon i{position:absolute;width:18px;height:18px;border-radius:50% 50% 50% 3px;background:var(--terracotta);left:54px;top:49px;z-index:3;transform:rotate(-45deg);border:3px solid white}.match-icon .match-photo{position:absolute;width:74px;height:74px;border-radius:50%;top:25px;border:6px solid white;box-shadow:var(--shadow-soft);object-fit:cover;background:#e7e2de}.match-photo-a{left:5px}.match-photo-b{right:5px}.match-icon span{position:absolute;width:38px;height:38px;border-radius:50%;background:var(--terracotta);color:#fff;display:grid;place-items:center;left:44px;top:43px;z-index:2;border:4px solid #fbebe5}.match-icon span svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.chat-icon i,.chat-icon b{position:absolute;border-radius:20px;box-shadow:var(--shadow-soft)}.chat-icon i{width:92px;height:61px;left:2px;top:16px;background:#f0efed;z-index:1}.chat-icon i:after{content:"";position:absolute;left:18px;bottom:-6px;width:20px;height:18px;background:#f0efed;border-radius:0 0 6px 18px;transform:rotate(24deg)}.chat-icon b{width:82px;height:56px;right:2px;bottom:16px;background:var(--terracotta);z-index:3}.chat-icon b:after{content:"";position:absolute;right:16px;bottom:-6px;width:19px;height:17px;background:var(--terracotta);border-radius:0 0 18px 6px;transform:rotate(-24deg)}.chat-icon:before,.chat-icon:after{content:"";position:absolute;border-radius:8px}.chat-icon:before{width:54px;height:6px;background:#d6d4d0;left:20px;top:34px;box-shadow:0 14px #d6d4d0;z-index:2}.chat-icon:after{width:48px;height:7px;background:#ffffffb8;right:19px;bottom:47px;box-shadow:0 14px #ffffffb8;z-index:4}.step-card h3{font-size:25px;margin-bottom:10px}.step-card p{color:var(--muted);font-size:13px;margin:0;max-width:300px}.feature-suite{background:#11100f;color:#fff;overflow:hidden}.feature-suite-glow{position:absolute;border-radius:50%;filter:blur(20px);pointer-events:none;opacity:.7}.feature-suite-glow-one{width:560px;height:560px;right:-230px;top:80px;background:radial-gradient(circle,rgba(195,84,57,.3),transparent 70%)}.feature-suite-glow-two{width:520px;height:520px;left:-240px;bottom:120px;background:radial-gradient(circle,rgba(201,130,27,.16),transparent 70%)}.feature-suite-heading{max-width:810px;margin-bottom:58px}.feature-suite-heading h2{color:#fff}.feature-suite-heading p{color:#ffffff9e;font-size:16px;line-height:1.7}.feature-suite-heading .eyebrow{color:#ffd6c8;background:#c3543933}.feature-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;position:relative;z-index:2}.feature-card{position:relative;overflow:hidden;background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.09);border-radius:30px;padding:30px;box-shadow:0 22px 60px #0000002b}.feature-card h3{font-size:clamp(25px,2.1vw,34px);line-height:1.1;margin:12px 0}.feature-card>p,.feature-card-copy>p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}.feature-card-top{display:flex;align-items:center;gap:11px}.feature-kicker{color:var(--terracotta);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.feature-kicker-light{color:#ffffffb3}.feature-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--terracotta-soft);color:var(--terracotta);margin-bottom:15px}.feature-card-top .feature-icon{margin-bottom:0}.feature-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-icon-gold{color:#b17816;background:#d8a93a2e}.feature-icon-green{color:var(--green);background:#2d7d5f21}.feature-kicker-green{color:var(--green)}.feature-icon-light{color:#fff;background:#ffffff26;margin:0;flex:0 0 auto}.feature-card-map{grid-column:span 7;min-height:470px;display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:center;background:linear-gradient(145deg,#fff,#f8f2ee)}.feature-card-map .feature-card-copy{align-self:center}.feature-card-map .mini-map{height:330px;border-color:#c3543924;box-shadow:inset 0 0 0 1px #ffffffa6}.feature-map-preview{position:relative}.feature-live-pill{position:absolute;left:50%;bottom:16px;transform:translate(-50%);display:flex;align-items:center;gap:7px;white-space:nowrap;padding:9px 12px;border-radius:100px;background:#11100fe6;color:#fff;font-size:9px;font-weight:700;box-shadow:0 10px 26px #0003}.feature-live-pill i{width:7px;height:7px;border-radius:50%;background:#58b487;box-shadow:0 0 0 5px #58b48726}.feature-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.feature-tags span{padding:7px 9px;border-radius:100px;background:#fff;border:1px solid var(--line);color:var(--slate);font-size:9px;font-weight:600}.feature-card-ranking{grid-column:span 5;min-height:470px;background:linear-gradient(155deg,#fff 40%,#f7f0e4)}.feature-card-ranking>p{max-width:440px}.ranking-preview{height:185px;display:flex;align-items:flex-end;justify-content:center;gap:8px;margin:18px 0 8px}.ranking-person{width:29%;max-width:100px;display:flex;flex-direction:column;align-items:center;position:relative}.ranking-person>span{position:absolute;top:-3px;right:7px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#b8bec7;color:#fff;border:3px solid white;font-size:9px;font-weight:700;z-index:2}.ranking-person img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid #b8bec7;background:#e7e2de}.ranking-person b{font-size:10px;margin:6px 0 8px}.ranking-person i{display:block;width:100%;height:48px;border-radius:12px 12px 0 0;background:#b8bec72e}.ranking-first img{width:65px;height:65px;border-color:#d8a93a}.ranking-first>span{background:#d8a93a;right:4px}.ranking-first i{height:78px;background:#d8a93a2e}.ranking-third img{border-color:#c08552}.ranking-third>span{background:#c08552}.ranking-third i{height:36px;background:#c085522e}.territory-note{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:15px;background:#c9821b1a}.territory-note>span{width:20px;height:20px;display:grid;place-items:center;color:#b17816;flex:0 0 auto}.territory-note>span svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.territory-note p{color:var(--muted);font-size:9px;line-height:1.45;margin:0}.territory-note strong{color:var(--ink)}.feature-card-chat{grid-column:span 5;min-height:420px;background:#f8f7f5}.feature-chat-preview{display:flex;flex-direction:column;gap:9px;margin-top:25px;padding:18px;border-radius:20px;background:#fff;border:1px solid var(--line)}.feature-message{width:83%;padding:10px 12px;border-radius:14px;font-size:10px;line-height:1.4}.feature-message-in{align-self:flex-start;background:#f0efed;border-radius:14px 14px 14px 4px}.feature-message-out{align-self:flex-end;background:var(--terracotta);color:#fff;border-radius:14px 14px 4px}.feature-attachments{display:grid;grid-template-columns:1.1fr .9fr;gap:7px;margin-top:2px}.feature-attachments span{min-height:42px;display:flex;align-items:center;gap:7px;padding:8px;border-radius:11px;background:#faf7f5;color:var(--muted);font-size:8px}.feature-attachments b{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:var(--terracotta-soft);color:var(--terracotta);font-size:7px}.feature-attachments i{color:var(--terracotta);font-style:normal}.feature-attachments .audio-play-icon{width:16px;height:16px;display:grid;place-items:center;flex:0 0 auto}.feature-attachments .audio-play-icon svg{width:12px;height:12px;fill:currentColor;stroke:none}.feature-attachments em{width:2px;height:9px;border-radius:2px;background:var(--terracotta-mid)}.feature-attachments em:nth-of-type(2){height:17px}.feature-attachments em:nth-of-type(3){height:12px}.feature-attachments em:nth-of-type(4){height:15px}.feature-card-closure{grid-column:span 7;min-height:420px;display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;background:linear-gradient(145deg,#fff,#edf7f2)}.closure-preview{padding:25px 22px;border-radius:24px;background:#fff;border:1px solid rgba(45,125,95,.15);box-shadow:var(--shadow-soft);text-align:center;transform:rotate(1deg)}.closure-people{display:flex;align-items:center;justify-content:center;margin-bottom:13px}.closure-people img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:var(--shadow-soft)}.closure-people>span{width:42px;height:2px;background:#2d7d5f40;position:relative;margin:0 -2px}.closure-people>span i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;border:3px solid white;font-style:normal}.closure-people>span i svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.closure-preview>strong{display:block;font:600 18px/1.2 Urbanist,sans-serif;color:var(--green)}.closure-preview>p{color:var(--muted);font-size:9px;margin:4px 0 18px}.closure-timeline{display:flex;flex-direction:column;gap:8px;text-align:left}.closure-timeline span{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:10px;background:#f7f7f6;color:var(--muted);font-size:8px}.closure-timeline i{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;font-style:normal;flex:0 0 auto}.closure-timeline i svg{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.closure-timeline .done i{background:#2d7d5f21;color:var(--green)}.closure-timeline .active{color:var(--ink);font-weight:700;background:#c9821b1a}.closure-timeline .active i{background:#b17816;color:#fff}.feature-card-leads{grid-column:span 12;min-height:430px;display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center;background:linear-gradient(135deg,#fff,#f7fbf9 55%,#edf7f2)}.feature-card-leads:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-130px;top:-150px;background:radial-gradient(circle,rgba(45,125,95,.13),transparent 70%);pointer-events:none}.feature-card-leads .feature-card-copy,.lead-capture-preview{position:relative;z-index:1}.lead-feature-tags span{background:#2d7d5f12;border-color:#2d7d5f24;color:var(--green)}.lead-capture-preview{padding:22px;border:1px solid rgba(45,125,95,.16);border-radius:25px;background:#ffffffeb;box-shadow:0 22px 52px #1f533f1f;transform:rotate(.5deg)}.lead-preview-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.lead-preview-heading{display:flex;align-items:center;gap:11px;min-width:0}.lead-preview-heading>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:#2d7d5f1a;color:var(--green)}.lead-preview-heading svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.lead-preview-heading>div{display:flex;flex-direction:column;min-width:0}.lead-preview-heading small{color:var(--muted);font-size:8px}.lead-preview-heading strong{font:600 13px/1.35 Urbanist,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-active-pill{display:flex;align-items:center;gap:6px;flex:0 0 auto;padding:6px 9px;border-radius:100px;background:#2d7d5f1a;color:var(--green);font-size:8px;font-weight:700}.lead-active-pill i{width:6px;height:6px;border-radius:50%;background:#48a47d;box-shadow:0 0 0 4px #48a47d1f}.lead-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 10px 10px 13px;margin-top:16px;border-radius:13px;background:#f7f8f7;border:1px solid var(--line)}.lead-link-row>span{color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-link-row b{padding:7px 10px;border-radius:9px;background:var(--green);color:#fff;font-size:8px}.lead-metrics-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.lead-metrics-preview>div{min-height:78px;display:flex;flex-direction:column;justify-content:space-between;padding:11px;border:1px solid var(--line);border-radius:14px;background:#fff}.lead-metrics-preview span{color:var(--muted);font-size:7px}.lead-metrics-preview strong{font:600 20px/1 Urbanist,sans-serif}.lead-arrival-preview{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;margin-top:12px;border-radius:15px;background:#2d7d5f12;border:1px solid rgba(45,125,95,.12)}.lead-avatar-preview{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:8px;font-weight:700}.lead-arrival-preview>div{display:flex;flex-direction:column;min-width:0}.lead-arrival-preview small{color:var(--green);font-size:7px;font-weight:700}.lead-arrival-preview strong{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-contact-pill{padding:6px 8px;border-radius:100px;background:#fff;color:var(--green);font-size:7px;font-weight:700}.feature-card-agenda,.feature-card-contacts,.feature-card-publications{grid-column:span 4;min-height:400px}.feature-date-icon{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:13px;background:var(--terracotta);color:#fff;line-height:1}.feature-date-icon b{font:600 17px/1 Urbanist,sans-serif}.feature-date-icon small{font-size:6px;letter-spacing:.12em;margin-top:3px}.agenda-preview{display:flex;flex-direction:column;gap:9px;margin-top:24px}.agenda-preview>div{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center;padding:11px;border-radius:14px;background:#faf8f6;border:1px solid var(--line)}.agenda-preview time{color:var(--terracotta);font-size:9px;font-weight:700}.agenda-preview span{display:flex;flex-direction:column;min-width:0}.agenda-preview b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agenda-preview small{color:var(--muted);font-size:8px;margin-top:2px}.contacts-preview{display:flex;flex-direction:column;gap:9px;margin-top:22px}.contacts-preview>div{display:flex;align-items:center;gap:10px;padding:9px;border-radius:14px;background:#faf8f6;border:1px solid var(--line)}.contacts-preview img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#e7e2de}.contacts-preview span{display:flex;flex-direction:column;min-width:0}.contacts-preview b{font-size:9px}.contacts-preview small{color:var(--muted);font-size:7px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-tags-preview{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}.contact-tags-preview span{padding:5px 8px;border-radius:100px;background:var(--terracotta-soft);color:var(--terracotta);font-size:7px;font-weight:700}.publication-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:25px}.publication-grid>div{min-height:90px;display:flex;flex-direction:column;justify-content:flex-end;padding:12px;border-radius:15px;background:#f8f6f4;border:1px solid var(--line)}.publication-grid strong{font:600 13px/1.2 Urbanist,sans-serif}.publication-grid span{color:var(--muted);font-size:7px;line-height:1.45;margin-top:4px}.feature-card-trust{grid-column:span 12;min-height:230px;display:grid;grid-template-columns:.82fr 1.18fr;column-gap:60px;align-items:center;background:linear-gradient(120deg,var(--terracotta-dark),var(--terracotta));color:#fff}.feature-card-trust>p{color:#ffffffb8;font-size:13px;line-height:1.7;margin:0}.trust-card-copy{display:flex;align-items:center;gap:16px}.trust-card-copy h3{margin:6px 0 0;color:#fff}.trust-feature-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:24px}.trust-feature-list span{padding:11px 12px;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#ffffffd6;font-size:9px;text-align:center}.quality-section{background:var(--terracotta);color:#fff;min-height:800px}.quality-blob{position:absolute;width:700px;height:700px;border-radius:50%;right:-200px;top:-180px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 68%)}.quality-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px}.eyebrow-light{background:#ffffff24;color:#fff}.quality-copy>p{color:#ffffffb8;max-width:560px}.quality-points{margin-top:35px}.quality-points>div{display:flex;gap:13px;padding:15px 0;border-top:1px solid rgba(255,255,255,.17)}.quality-points>div:last-child{border-bottom:1px solid rgba(255,255,255,.17)}.quality-points span{flex:0 0 27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--terracotta);margin-top:2px}.quality-points span svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.quality-points p{margin:0;color:#ffffffbd;font-size:13px}.quality-points strong{color:#fff}.reputation-dashboard{background:#fff;color:var(--ink);border-radius:32px;padding:33px;box-shadow:0 30px 60px #4d160a36;transform:rotate(1.2deg)}.dashboard-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line)}.dashboard-head>div:first-child{display:flex;flex-direction:column}.dashboard-head span{font-size:10px;color:var(--muted)}.dashboard-head strong{font:500 24px/1.2 Urbanist,sans-serif}.profile-light{border-color:#f2f2f2}.dashboard-score{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:center;padding:30px 0}.large-score-ring{--score-progress: 92%;width:170px;height:170px;border-radius:50%;background:conic-gradient(var(--terracotta) 0 var(--score-progress),#ecebea var(--score-progress));position:relative;display:grid;place-items:center}.large-score-ring:before{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;border-radius:50%;background:#fff}.large-score-ring strong,.large-score-ring span{position:relative;z-index:2}.large-score-ring strong{font:500 52px/1 Urbanist,sans-serif;transform:translateY(22px)}.large-score-ring span{font-size:10px;color:var(--muted);transform:translateY(-24px)}.dashboard-score>div:last-child{display:flex;flex-direction:column}.dashboard-score>div:last-child strong{color:var(--green);font-size:22px;margin:2px 0}.dashboard-score p{font-size:11px;color:var(--muted);margin:0}.metric-list{background:#f6f6f5;border-radius:18px;padding:19px}.metric-list>div{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:16px}.metric-list>div:last-child{margin-bottom:0}.metric-list span,.metric-list b{font-size:10px}.metric-list i{grid-column:1/-1;height:6px;background:#e2e1df;border-radius:10px;overflow:hidden}.metric-list em{display:block;height:100%;background:var(--terracotta);border-radius:10px}.dashboard-note{margin-top:18px;border:1px solid #e6e4e1;border-radius:13px;padding:12px;font-size:10px;color:var(--green);font-weight:700;text-align:center}.dashboard-note span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#2d7d5f1f;margin-right:6px}.stats-section{padding-top:80px;padding-bottom:80px;background:#f0f0f0}.stats-card{background:#fff;border-radius:25px;display:grid;grid-template-columns:repeat(3,1fr);padding:38px 0}.stats-card>div{padding:0 45px;display:flex;flex-direction:column;gap:6px}.stats-card>div+div{border-left:1px solid var(--line)}.stats-card strong{font:500 35px/1.1 Urbanist,sans-serif}.stats-card span{font-size:11px;color:var(--muted)}.faq-section{background:#f0f0f0;padding-top:70px}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:start}.faq-list{background:#fff;padding:12px;border-radius:25px}.faq-item{border-radius:16px;transition:background .2s}.faq-item+.faq-item{border-top:1px solid var(--line)}.faq-item.active{background:#f7f5f3}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;padding:20px;text-align:left;cursor:pointer;font-size:13px;font-weight:600}.faq-item button i{font-style:normal;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e5e2df;font-size:17px;transition:transform .25s}.faq-item.active button i{transform:rotate(45deg)}.faq-answer{display:none;padding:0 55px 20px 20px}.faq-item.active .faq-answer{display:block}.faq-answer p{color:var(--muted);font-size:12px;margin:0}.cta-section{padding:90px 0}.cta-card{min-height:445px;background:var(--terracotta);color:#fff;border-radius:32px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.cta-visual{position:relative;min-height:445px;background:#ffffff0d}.orbit{position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:260px;height:260px}.orbit-two{width:390px;height:390px}.orbit img{position:absolute;width:53px;height:53px;border-radius:50%;border:5px solid rgba(255,255,255,.82);object-fit:cover;background:#e7e2de;box-shadow:0 10px 25px #4b1c102b}.orbit-one img:first-child{left:17px;top:30px}.orbit-one img:last-child{right:4px;bottom:48px}.orbit-two img:first-child{right:41px;top:15px}.orbit-two img:last-child{left:2px;bottom:80px}.center-match{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:50%;background:#fff;padding:6px;box-shadow:0 20px 40px #5f1f1033}.center-match img{width:100%;height:100%;border-radius:50%;object-fit:cover}.center-match span{position:absolute;right:-2px;bottom:6px;width:32px;height:32px;border-radius:50%;background:var(--terracotta);color:#fff;display:grid;place-items:center;border:4px solid white}.center-match span svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.cta-copy{padding:62px 65px 62px 40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.cta-copy h2{margin-bottom:14px}.cta-copy p{color:#ffffffbd;max-width:480px;margin-bottom:28px}.footer{padding:55px 0;background-color:#f8f3ef}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:50px;align-items:start}.footer .brand-logo{width:90px}.footer p{color:var(--muted);font-size:11px;margin:16px 0 0}.footer-product{margin-top:6px!important}.footer-cnpj{margin-top:4px!important}.footer-product strong{color:var(--ink);font-weight:700}.footer-links,.footer-meta{display:flex;flex-direction:column;gap:11px;font-size:11px}.footer-meta{color:var(--muted)}.legal-page{min-height:100vh;padding:165px 0 95px}.legal-shell{max-width:980px}.legal-top-row{display:flex;align-items:center;gap:12px;margin-bottom:28px}.legal-back{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:700;transition:color .2s}.legal-back svg{width:15px;height:15px;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.legal-back:hover{color:var(--terracotta)}.legal-shell h1{font-size:clamp(45px,5vw,74px);line-height:1.02;margin:24px 0 18px;max-width:760px}.legal-lead{max-width:740px;color:var(--slate);font-size:16px;line-height:1.65;margin-bottom:12px}.legal-updated{color:var(--muted);font-size:11px;margin:0 0 38px}.legal-grid{display:grid;gap:14px}.legal-block{background:#ffffffeb;border:1px solid rgba(236,236,236,.9);border-radius:22px;padding:27px 30px;box-shadow:var(--shadow-soft)}.legal-block h2{font-size:24px;line-height:1.2;margin:0 0 10px;letter-spacing:-.03em}.legal-block p{color:var(--muted);font-size:13px;line-height:1.75;margin:0}.pitch-hero{padding:190px 0 90px;position:relative;overflow:hidden}.pitch-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.pitch-hero-title{font-size:clamp(44px,5vw,72px);line-height:1.05;margin:24px 0 22px}.pitch-hero-title span{color:var(--terracotta)}.pitch-hero-copy{margin:0;max-width:46ch}.pitch-hero-actions{justify-content:flex-start}.pitch-hero-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:34px;text-align:center}.pitch-hero-card .match-avatars{margin:26px 0 18px}.pitch-hero-card .person-avatar{width:84px;height:84px}.pitch-hero-card>strong{display:block;font:500 19px/1.3 Urbanist,sans-serif}.pitch-hero-card>p{color:var(--muted);font-size:12px;margin:6px 0 0}.pitch-problem{background:var(--ink);color:#f4efe9;padding:110px 0}.pitch-problem-inner{max-width:780px}.pitch-problem-inner h2{font-size:clamp(32px,3.6vw,48px);line-height:1.15;margin:22px 0 20px;color:#fff}.pitch-problem-inner>p{color:#f4efe9bd;font-size:16px;line-height:1.65;max-width:62ch}.pitch-pain-list{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:32px 0 0}.pitch-pain-list li{border:1px solid rgba(244,239,233,.22);border-radius:100px;padding:9px 18px;font-size:13px;color:#f4efe9d9}.pitch-solution{background:var(--terracotta);color:#fff;padding:100px 0;text-align:center}.pitch-solution-inner{max-width:640px;margin:0 auto}.pitch-solution-mark{display:block;font:500 clamp(52px,7vw,100px)/1 "Urbanist",sans-serif;margin:18px 0}.pitch-solution-inner>p{color:#ffffffe0;font-size:18px;line-height:1.6}.pitch-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.pitch-step-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;position:relative}.pitch-step-number{position:absolute;right:22px;top:20px;font-size:11px;color:#88847f;font-variant-numeric:tabular-nums}.pitch-step-icon{width:46px;height:46px;border-radius:14px;background:var(--terracotta-soft);color:var(--terracotta);display:grid;place-items:center;margin-bottom:20px}.pitch-step-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pitch-step-card h3{font-size:19px;margin-bottom:8px}.pitch-step-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.pitch-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.pitch-lede{color:var(--muted);font-size:15px;line-height:1.6;margin-top:16px;max-width:46ch}.pitch-map-visual{background:#fff;border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-soft)}.pitch-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.pitch-trust-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px 26px}.pitch-trust-icon{width:44px;height:44px;border-radius:13px;background:var(--terracotta-soft);color:var(--terracotta);display:grid;place-items:center;margin-bottom:20px}.pitch-trust-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pitch-trust-card h3{font-size:18px;margin-bottom:9px}.pitch-trust-card p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}.pitch-chat-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}.pitch-chat-mock{background:#fffffff7;border:6px solid rgba(255,255,255,.85);border-radius:42px 42px 28px 28px;padding:22px;box-shadow:var(--shadow);width:100%}.pitch-chat-topbar{padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--line)}.pitch-chat-peer{display:flex;align-items:center;gap:12px}.pitch-chat-peer-name{display:block;font:500 16px/1.2 Urbanist,sans-serif}.pitch-chat-verified{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--green);margin-top:3px}.pitch-chat-verified svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pitch-chat-body{display:flex;flex-direction:column;gap:12px}.pitch-bubble-row{display:flex;align-items:flex-end;gap:8px;max-width:82%;align-self:flex-end}.pitch-bubble-row-in{align-self:flex-start}.pitch-bubble-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex:none;background:#e7e2de}.pitch-bubble{background:var(--terracotta);color:#fff;padding:11px 15px;border-radius:16px 16px 4px;font-size:13px;line-height:1.4}.pitch-bubble-in{background:#f4f1ee;color:var(--ink);border-radius:16px 16px 16px 4px}.pitch-bubble-photo{width:150px;height:90px;padding:0;background:linear-gradient(135deg,#2d7d5f40,#2d7d5fa6)}.pitch-bubble-audio{display:flex;align-items:center;gap:3px}.pitch-bubble-audio span{margin-right:4px}.pitch-bubble-audio .audio-play-icon{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto}.pitch-bubble-audio .audio-play-icon svg{width:13px;height:13px;fill:currentColor;stroke:none}.pitch-bubble-audio i{width:3px;border-radius:2px;background:#ffffffd9}.pitch-bubble-audio i:nth-child(2){height:8px}.pitch-bubble-audio i:nth-child(3){height:15px}.pitch-bubble-audio i:nth-child(4){height:10px}.pitch-bubble-audio i:nth-child(5){height:17px}.pitch-bubble-audio i:nth-child(6){height:8px}.pitch-bubble-audio i:nth-child(7){height:13px}.pitch-bubble-audio em{font-style:normal;margin-left:6px;font-size:11px}.pitch-bubble-pdf{display:flex;align-items:center;gap:10px}.pitch-bubble-pdf b{font:700 9px/1 Manrope,sans-serif;background:#c3543924;color:var(--terracotta);width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex:none}.pitch-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.pitch-audience-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:34px}.pitch-audience-card h3{font-size:23px;line-height:1.25;margin:18px 0 22px}.pitch-audience-card .check-list{margin:0 0 24px}.pitch-audience-card .text-link{font-size:13px}.pitch-coverage-grid{display:grid;grid-template-columns:1.1fr .7fr;gap:70px;align-items:center}.pitch-state-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.pitch-state-chip{font-size:12px;padding:8px 16px;border-radius:100px;border:1px solid var(--line);color:var(--muted)}.pitch-state-chip-active{background:var(--terracotta);border-color:var(--terracotta);color:#fff;font-weight:700}.pitch-coverage-badge{width:100%;max-width:260px;aspect-ratio:1;margin:0 auto;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;justify-content:center}.pitch-coverage-badge strong{font:500 44px/1 Urbanist,sans-serif;color:var(--terracotta)}.pitch-coverage-badge span{font-size:13px;color:var(--muted);margin-top:6px}.download-shell{max-width:720px}.download-grid{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 22px}.store-badge{display:flex;align-items:center;gap:12px;padding:13px 22px;border-radius:16px;min-width:190px}.store-badge svg{flex:none}.store-badge-text{display:flex;flex-direction:column;gap:1px}.store-badge-text small{font-size:10px;opacity:.8}.store-badge-text strong{font:600 17px/1.2 Urbanist,sans-serif}.store-badge-ios{background:var(--ink);color:#fff;transition:transform .25s var(--ease),background .25s var(--ease)}.store-badge-ios:hover{transform:translateY(-2px);background:#221f1c}.store-badge-ios svg{width:26px;height:26px;fill:currentColor}.store-badge-soon{background:#f0efed;color:#9a958f;cursor:default}.store-badge-soon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.store-badge-soon .store-badge-text strong{color:#78746f}.download-note{color:var(--muted);font-size:13px;margin-top:4px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease)}.reveal.visible{opacity:1;transform:none}@media(max-width:1100px){.container{width:min(100% - 36px,960px)}.nav-shell{width:calc(100% - 36px)}.nav-links{gap:22px}.match-card{left:0;transform:scale(.88);transform-origin:left center}.reputation-card{right:0;transform:scale(.88);transform-origin:right center}.product-demo{grid-template-columns:.82fr 1.18fr}.demo-copy{padding:30px}.copy-panel h3{font-size:31px}.quality-grid{gap:45px}.faq-grid{gap:55px}.feature-card-map,.feature-card-closure{grid-template-columns:1fr}.feature-card-map .mini-map{height:250px}.feature-card h3{font-size:27px}.pitch-hero-grid,.pitch-map-grid,.pitch-chat-grid,.pitch-coverage-grid{gap:45px}}@media(max-width:860px){.site-header{padding:0;position:absolute}.nav-shell{width:100%;height:80px;border-radius:0;padding:0 19px;box-shadow:none}.nav-links,.nav-cta{display:none}.menu-toggle{display:block}.nav-shell.mobile-active{border-radius:0}.nav-shell.mobile-active .nav-links{display:flex;position:absolute;left:0;right:0;top:80px;height:calc(100vh - 80px);background:#fff;flex-direction:column;padding:45px 24px;gap:0}.nav-shell.mobile-active .nav-links a{font:500 30px/1.2 Urbanist,sans-serif;padding:18px 0;border-bottom:1px solid var(--line)}.nav-shell.mobile-active .menu-toggle span:first-child{top:24px;transform:rotate(45deg)}.nav-shell.mobile-active .menu-toggle span:last-child{top:24px;transform:rotate(-45deg)}.hero{padding-top:145px;min-height:auto}.hero-stage{margin-top:60px;height:510px}.floating-card{display:none}.app-preview{width:min(520px,100%)}.network-strip{grid-template-columns:1fr 1fr;row-gap:24px;padding:24px 0}.network-strip span:nth-child(3){border-left:0}.product-demo{grid-template-columns:1fr}.demo-copy{min-height:520px}.split-heading,.quality-grid,.faq-grid{grid-template-columns:1fr;gap:35px}.steps-grid{grid-template-columns:1fr 1fr}.step-card:last-child{grid-column:1/-1}.feature-card-map{grid-column:span 12;grid-template-columns:.9fr 1.1fr;min-height:420px}.feature-card-map .mini-map{height:300px}.feature-card-ranking,.feature-card-chat{grid-column:span 6}.feature-card-closure{grid-column:span 12;grid-template-columns:.9fr 1.1fr}.feature-card-leads{grid-template-columns:.8fr 1.2fr;gap:30px}.feature-card-agenda,.feature-card-contacts{grid-column:span 6}.feature-card-publications{grid-column:span 12;min-height:auto}.feature-card-trust{grid-template-columns:1fr 1fr;column-gap:30px}.quality-section{min-height:auto}.reputation-dashboard{transform:none}.stats-card{grid-template-columns:1fr}.stats-card>div{padding:25px 30px}.stats-card>div+div{border-left:0;border-top:1px solid var(--line)}.cta-card{grid-template-columns:1fr}.cta-visual{min-height:330px}.legal-page{padding-top:120px}.legal-shell h1{font-size:45px}.pitch-hero{padding-top:145px}.pitch-hero-grid,.pitch-map-grid,.pitch-chat-grid,.pitch-coverage-grid,.pitch-audience-grid{grid-template-columns:1fr;gap:35px}.pitch-steps-grid,.pitch-trust-grid,.footer-grid{grid-template-columns:1fr 1fr}.footer-meta{grid-column:1/-1;flex-direction:row;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1);padding-top:20px}}@media(max-width:600px){.container{width:calc(100% - 28px)}.brand{font-size:27px}.hero{padding-top:138px;padding-bottom:35px;background-size:40px 40px}.trust-pill{font-size:10px}.hero h1{font-size:46px;line-height:1.04;margin-top:26px}.hero-copy{font-size:15px;line-height:1.55}.hero-actions{flex-direction:column;gap:15px}.button-large{font-size:14px}.hero-stage{height:470px;margin-top:42px}.app-preview{min-height:460px;padding:19px;border-radius:32px 32px 20px 20px}.app-topbar strong{font-size:18px}.mode-switch-hero{grid-template-columns:1fr;gap:4px;border-radius:17px}.mode-switch-hero .mode-btn{border-radius:13px}.mini-map{height:205px}.quick-filters{flex-wrap:wrap}.network-strip{font-size:9px}.section{padding:82px 0}.section-heading h2,.split-heading h2,.quality-copy h2,.cta-copy h2{font-size:39px}.section-heading.centered{margin-bottom:38px}.product-demo{padding:8px;border-radius:25px}.demo-copy{padding:23px;min-height:510px}.copy-panel{padding-top:36px}.copy-panel h3{font-size:30px}.browser-bar{display:none}.screen-panel{padding:16px}.screen-heading h4{font-size:20px}.interactive-map{height:235px}.filter-grid{grid-template-columns:1fr}.evaluation-top{align-items:flex-start;gap:10px}.evaluation-status{text-align:center}.steps-grid{grid-template-columns:1fr}.step-card:last-child{grid-column:auto}.step-card{min-height:350px}.step-icon{margin-bottom:34px}.feature-suite-heading{margin-bottom:38px}.feature-bento{gap:12px}.feature-card{grid-column:span 12;padding:23px;border-radius:24px;min-height:auto}.feature-card-map,.feature-card-closure,.feature-card-trust{grid-template-columns:1fr;gap:24px}.feature-card-leads{grid-template-columns:1fr;gap:28px}.feature-card-map .mini-map{height:245px}.feature-card-ranking,.feature-card-chat,.feature-card-agenda,.feature-card-contacts,.feature-card-publications{grid-column:span 12}.feature-card-ranking{min-height:450px}.feature-card-chat{min-height:390px}.feature-card-agenda,.feature-card-contacts,.feature-card-publications{min-height:auto}.feature-card-trust>p{margin-top:2px}.trust-feature-list{grid-template-columns:1fr 1fr;margin-top:0}.publication-grid{margin-top:18px}.lead-capture-preview{padding:16px;transform:none}.lead-metrics-preview{grid-template-columns:1fr 1fr}.lead-metrics-preview>div{min-height:68px}.lead-arrival-preview{grid-template-columns:auto minmax(0,1fr)}.lead-contact-pill{display:none}.quality-grid{gap:50px}.reputation-dashboard{padding:22px}.dashboard-score{grid-template-columns:1fr;text-align:center}.large-score-ring{margin:0 auto}.dashboard-score>div:last-child{align-items:center}.faq-list{padding:7px}.faq-item button{padding:17px 13px;font-size:12px}.faq-answer{padding:0 42px 18px 13px}.cta-section{padding:55px 0}.cta-visual{min-height:290px;overflow:hidden}.orbit-two{width:340px;height:340px}.cta-copy{padding:42px 25px}.legal-page{padding:104px 0 65px}.legal-block{padding:22px 20px;border-radius:18px}.legal-block h2{font-size:21px}.pitch-hero-title{font-size:38px;margin-top:20px}.pitch-hero-card{padding:24px}.pitch-chat-mock{padding:16px;border-radius:32px 32px 22px 22px}.pitch-problem,.pitch-solution{padding:70px 0}.pitch-solution-mark{font-size:58px}.pitch-steps-grid,.pitch-trust-grid,.footer-grid{grid-template-columns:1fr}.footer-meta{grid-column:auto;flex-direction:column;align-items:flex-start}}
