@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Archivo:wght@400;500;600;700&display=swap");.leaddog-home{--gold:#f1b82d;--gold-bright:#ffcd4d;--navy:#072032;--navy-2:#09254b;--deep:#051119;--green:#21d37e;--cream:#fbf7f4;--white:#fff;--ink:#0b2233;--slate:#5d7387;--slate-dim:#8ca0b3;--line-dark:hsla(0,0%,100%,.1);--line-light:rgba(7,32,50,.1);--display:"Inter Tight","Helvetica Neue",Helvetica,Arial,sans-serif;--body:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;--util:"Archivo","Helvetica Neue",Helvetica,Arial,sans-serif;--pad:clamp(20px,5vw,88px);--maxw:1280px;--ease:cubic-bezier(.22,.85,.3,1)}.leaddog-home *{box-sizing:border-box}.leaddog-home{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;overflow-y:visible}.leaddog-home img{display:block}.leaddog-home a{color:inherit;text-decoration:none}.leaddog-home :focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}.leaddog-home .wrap{max-width:var(--maxw);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}.leaddog-home h1,.leaddog-home h2,.leaddog-home h3,.leaddog-home h4{font-family:var(--display);letter-spacing:-.035em;line-height:.95;margin:0;font-weight:700}.leaddog-home h1{font-size:clamp(48px,8.2vw,104px)}.leaddog-home h2{font-size:clamp(38px,5.6vw,76px)}.leaddog-home h3{font-size:clamp(24px,2.6vw,34px);letter-spacing:-.03em}.leaddog-home p{margin:0}.leaddog-home .lede{font-size:clamp(17px,1.35vw,21px);line-height:1.55;color:var(--slate)}.leaddog-home .lede-dark{color:#a9bdce}.leaddog-home .eyebrow{font-family:var(--util);font-size:12px;font-weight:500;letter-spacing:.26em;text-transform:uppercase;display:flex;align-items:center;gap:12px;color:var(--slate-dim)}.leaddog-home .eyebrow b{color:var(--gold);font-weight:600;letter-spacing:.26em}.leaddog-home .eyebrow .dot{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(241,184,45,.16),0 0 22px rgba(241,184,45,.7);animation:pulse 3.2s var(--ease) infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 5px rgba(241,184,45,.16),0 0 22px rgba(241,184,45,.6)}50%{box-shadow:0 0 0 9px rgba(241,184,45,.05),0 0 30px rgba(241,184,45,.9)}}.leaddog-home .gold{color:var(--gold-bright)}.leaddog-home .mark{background:var(--gold);color:var(--navy);padding:.02em .22em .1em;border-radius:10px;box-shadow:0 14px 40px -14px rgba(241,184,45,.85);display:inline-block}.leaddog-home .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--body);font-weight:700;font-size:16px;padding:15px 26px;border-radius:999px;border:0;cursor:pointer;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .3s;position:relative;overflow:hidden}.leaddog-home .btn small{font-family:var(--util);font-weight:500;font-size:12px;letter-spacing:.14em;opacity:.62;text-transform:lowercase}.leaddog-home .btn-gold{background:var(--gold);color:var(--navy);box-shadow:0 16px 40px -18px rgba(241,184,45,.95)}.leaddog-home .btn-gold:hover{transform:translateY(-3px);box-shadow:0 22px 52px -18px #f1b82d;background:var(--gold-bright)}.leaddog-home .btn-navy{background:var(--navy);color:var(--white);box-shadow:0 16px 40px -20px rgba(7,32,50,.8)}.leaddog-home .btn-navy:hover{transform:translateY(-3px)}.leaddog-home .btn-ghost{background:transparent;color:var(--white);border:1px solid hsla(0,0%,100%,.28)}.leaddog-home .btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.leaddog-home .btn-ghost-dark{background:transparent;color:var(--navy);border:1px solid rgba(7,32,50,.22)}.leaddog-home .btn-ghost-dark:hover{border-color:var(--navy);transform:translateY(-3px)}.leaddog-home .announce{position:relative;z-index:61;background:var(--gold);color:var(--navy);font-family:var(--util);font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;text-align:center;padding:9px 16px;font-weight:500}.leaddog-home .announce b{font-weight:600}.leaddog-home nav{position:sticky;top:0;z-index:60;background:rgba(5,17,25,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line-dark)}.leaddog-home .nav-in{display:flex;align-items:center;justify-content:space-between;height:70px}.leaddog-home .logo{display:flex;align-items:center;gap:11px;color:#fff;font-family:var(--util);font-size:14.5px;font-weight:700;letter-spacing:.22em}.leaddog-home .logo .dot{width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px rgba(241,184,45,.9)}.leaddog-home .nav-links{display:flex;gap:34px;font-size:14.5px;color:#b7c8d6;font-weight:500}.leaddog-home .nav-links a{position:relative;padding:4px 0;transition:color .25s}.leaddog-home .nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:0;background:var(--gold);transition:width .4s var(--ease)}.leaddog-home .nav-links a:hover{color:#fff}.leaddog-home .nav-links a:hover:after{width:100%}.leaddog-home .nav-cta{display:flex;align-items:center;gap:18px}.leaddog-home .nav-cta .btn{padding:11px 20px;font-size:14.5px}@media(max-width:940px){.leaddog-home .nav-links{display:none}}.leaddog-home .hero{position:relative;color:#fff;overflow:hidden;background:linear-gradient(180deg,#0b2139,#08192c 26%,#071729 46%,#050f1d 74%,#040e1b);padding:clamp(64px,9vw,116px) 0 clamp(70px,8vw,110px)}.leaddog-home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(1250px 560px at 50% -10%,rgba(24,60,98,.72),transparent 62%),radial-gradient(720px 460px at 86% 10%,rgba(15,44,78,.5),transparent 66%),radial-gradient(900px 520px at 6% 96%,rgba(4,14,27,.75),transparent 70%)}.leaddog-home .arcs{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.leaddog-home .arcs path{fill:none;stroke-linecap:round}.leaddog-home .arc-gold{stroke:rgba(241,184,45,.42);stroke-width:1.1}.leaddog-home .arc-faint{stroke:hsla(0,0%,100%,.07);stroke-width:1}.leaddog-home .draw{stroke-dasharray:2400;stroke-dashoffset:2400;animation:draw 2.6s var(--ease) forwards}.leaddog-home .draw.d2{animation-delay:.35s}.leaddog-home .draw.d3{animation-delay:.6s}@keyframes draw{to{stroke-dashoffset:0}}.leaddog-home .hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:clamp(24px,4vw,56px);align-items:center}@media(max-width:1040px){.leaddog-home .hero-grid{grid-template-columns:1fr;gap:56px}}.leaddog-home .hero h1{margin:26px 0 0}.leaddog-home .hero h1 .l1{display:block;color:#fff}.leaddog-home .hero h1 .l2{display:block;color:var(--gold-bright)}.leaddog-home .hero .lede{max-width:29ch;margin-top:24px}.leaddog-home .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.leaddog-home .hero-proof{display:flex;flex-wrap:wrap;gap:8px 26px;margin-top:38px;padding-top:26px;border-top:1px solid var(--line-dark);font-family:var(--util);font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:#7e93a5}.leaddog-home .hero-proof b{color:#fff;font-weight:600}.leaddog-home .rise{opacity:0;transform:translateY(26px);animation:rise .9s var(--ease) forwards}.leaddog-home .rise.r1{animation-delay:.05s}.leaddog-home .rise.r2{animation-delay:.18s}.leaddog-home .rise.r3{animation-delay:.3s}.leaddog-home .rise.r4{animation-delay:.42s}.leaddog-home .rise.r5{animation-delay:.54s}@keyframes rise{to{opacity:1;transform:none}}.leaddog-home .hstage{position:relative;perspective:1800px;padding:10px 0}.leaddog-home .hdevice{position:relative;width:min(478px,94%);margin:0 auto;border-radius:34px;background:linear-gradient(160deg,#0c2a44,#061627);padding:15px;box-shadow:0 46px 100px rgba(2,8,14,.65),0 0 0 1px rgba(241,184,45,.18),0 0 90px rgba(241,184,45,.1);transform:rotateY(-14deg) rotateX(6deg) rotate(1deg);transform-style:preserve-3d;transition:transform .8s var(--ease);opacity:0;animation:deviceIn 1.2s var(--ease) .35s forwards}@keyframes deviceIn{0%{opacity:0;transform:rotateY(-20deg) rotateX(9deg) rotate(1deg) translateY(48px)}to{opacity:1;transform:rotateY(-14deg) rotateX(6deg) rotate(1deg)}}.leaddog-home .hscreen{border-radius:24px;overflow:hidden;background:#081b2e;position:relative;height:clamp(520px,63vh,672px)}.leaddog-home .hs-top{padding:14px 18px 6px;font-family:var(--util);font-size:11px;color:#93a3b4;letter-spacing:.06em}.leaddog-home .hs-head,.leaddog-home .hs-top{display:flex;align-items:center;justify-content:space-between}.leaddog-home .hs-head{padding:2px 18px 12px}.leaddog-home .hs-head h4{font-family:var(--display);font-weight:700;font-size:23px;letter-spacing:-.03em;color:#fff}.leaddog-home .hs-head .hgear{width:32px;height:32px;border-radius:10px;background:rgba(241,184,45,.16);display:grid;place-items:center;font-size:13px;color:var(--gold)}.leaddog-home .hrev{margin:2px 15px;padding:15px 17px;border-radius:16px;background:linear-gradient(150deg,var(--navy-2),#0a2138);border:1px solid rgba(241,184,45,.18)}.leaddog-home .hrl{font-family:var(--util);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#93a3b4}.leaddog-home .hramt{font-family:var(--display);font-weight:700;font-size:31px;letter-spacing:-.035em;color:#fff;margin-top:3px}.leaddog-home .hramt .num{color:var(--gold)}.leaddog-home .hramt small{font-family:var(--body);font-size:11.5px;color:#93a3b4;font-weight:500;margin-left:7px;letter-spacing:0}.leaddog-home .hrbar{height:7px;border-radius:5px;background:hsla(0,0%,100%,.1);margin-top:12px;overflow:hidden}.leaddog-home .hrbar i{display:block;height:100%;width:0;border-radius:5px;background:linear-gradient(90deg,var(--gold),var(--gold-bright));transition:width 1.4s cubic-bezier(.3,.8,.3,1)}.leaddog-home .hbody{position:absolute;left:0;right:0;bottom:0;top:214px;background:var(--cream);border-radius:22px 22px 0 0;padding:17px 15px;overflow:hidden}.leaddog-home .htabs{display:flex;gap:6px;margin-bottom:12px}.leaddog-home .htabs span{font-size:11px;font-weight:600;padding:6px 13px;border-radius:999px;color:#5c6b7a;background:#fff;box-shadow:0 2px 6px rgba(7,32,50,.08)}.leaddog-home .htabs span.on{background:var(--navy);color:#fff}.leaddog-home .hday{font-family:var(--util);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#93a5b3;margin:5px 3px}.leaddog-home .hjob{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;border-radius:13px;padding:12px 13px;margin-top:9px;border-left:3px solid var(--gold);box-shadow:0 6px 18px rgba(7,32,50,.07);transition:transform .55s var(--ease),opacity .55s var(--ease)}.leaddog-home .hjob.green{border-left-color:var(--green)}.leaddog-home .hjob .jn{font-family:var(--display);font-weight:700;font-size:14.5px;letter-spacing:-.02em;color:var(--ink)}.leaddog-home .hjob .js{font-size:11.5px;color:#5c6b7a;margin-top:2px}.leaddog-home .hjob .ja{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:-.02em;color:var(--ink)}.leaddog-home .hbadge{font-size:9px;font-weight:800;letter-spacing:.06em;padding:4px 9px;border-radius:999px;margin-top:7px;display:inline-block;text-transform:uppercase}.leaddog-home .hbadge.sched{background:#fbf2de;color:#b98812}.leaddog-home .hbadge.prog{background:#e8f1fb;color:#2c6fa8}.leaddog-home .hbadge.new{background:#e6f7ee;color:#17a362}.leaddog-home .hcall{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%) scale(.82);width:78%;background:linear-gradient(160deg,#0c2a44,#061627);border:1px solid rgba(241,184,45,.42);border-radius:20px;padding:20px 18px;text-align:center;box-shadow:0 30px 60px rgba(0,0,0,.55),0 0 46px rgba(241,184,45,.22);opacity:0;pointer-events:none;z-index:5}.leaddog-home .hcall.show{opacity:1;transform:translate(-50%,-50%) scale(1);transition:opacity .5s,transform .5s cubic-bezier(.2,1.4,.4,1)}.leaddog-home .hcall-ic{width:56px;height:56px;border-radius:50%;margin:0 auto 11px;background:linear-gradient(135deg,var(--gold-bright),var(--gold));display:grid;place-items:center;font-size:23px;animation:ring 1s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}}.leaddog-home .hcall .cl{font-family:var(--util);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.leaddog-home .hcall .cn{font-family:var(--display);font-weight:700;font-size:19px;letter-spacing:-.03em;color:#fff;margin-top:5px}.leaddog-home .hcall .cs{font-size:12.5px;color:#93a3b4;margin-top:3px}.leaddog-home .hcall .bruno-line{margin-top:14px;font-size:12px;color:var(--green);font-weight:600;opacity:0;transition:opacity .5s}.leaddog-home .hcall.answered .bruno-line{opacity:1}.leaddog-home .hcall.answered .hcall-ic{animation:none;background:var(--green)}.leaddog-home .hchip{position:absolute;background:#fff;color:var(--ink);border-radius:14px;padding:11px 14px;font-size:12.5px;box-shadow:0 24px 52px rgba(2,8,14,.45);z-index:6;opacity:0;transform:translateY(16px) scale(.92);max-width:230px}.leaddog-home .hchip.in{opacity:1;transform:none;transition:opacity .55s,transform .55s cubic-bezier(.2,1.3,.4,1)}.leaddog-home .hchip .k{font-family:var(--util);font-size:8.5px;letter-spacing:.18em;text-transform:uppercase;color:#8194a4}.leaddog-home .hchip b{display:block;font-family:var(--display);font-weight:700;font-size:14.5px;letter-spacing:-.025em;margin-top:2px}.leaddog-home .hchip small{display:block;color:#7c8fa0;font-size:11px;margin-top:2px}.leaddog-home .hchip.c1{top:5%;right:-9%;background:var(--navy);color:#fff;border:1px solid rgba(241,184,45,.35)}.leaddog-home .hchip.c1 .k{color:var(--gold)}.leaddog-home .hchip.c1 small{color:#9bb0c0}.leaddog-home .hchip.c2{bottom:24%;left:-13%}.leaddog-home .hchip.c3{bottom:2%;right:-6%}.leaddog-home .hchip.c3 b{color:var(--green)}@media(max-width:1040px){.leaddog-home .hdevice{width:min(400px,90%);transform:rotateY(-8deg) rotateX(4deg)}@keyframes deviceIn{0%{opacity:0;transform:rotateY(-8deg) rotateX(4deg) translateY(40px)}to{opacity:1;transform:rotateY(-8deg) rotateX(4deg)}}.leaddog-home .hchip.c1{right:-2%}.leaddog-home .hchip.c2{left:-2%}.leaddog-home .hchip.c3{right:0}}@media(max-width:620px){.leaddog-home .hdevice{width:min(340px,92%);transform:none}.leaddog-home .hchip{font-size:11.5px;max-width:190px}.leaddog-home .hchip.c2{display:none}}.leaddog-home .screen{background:#fff;border-radius:31px;overflow:hidden}.leaddog-home .sc-top{background:var(--navy);padding:10px 12px 12px;color:#fff}.leaddog-home .sc-status{display:flex;justify-content:space-between;font-size:9px;font-family:var(--util);color:#b9c9d6;margin-bottom:6px}.leaddog-home .sc-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.leaddog-home .sc-title h4{font-family:var(--display);font-size:16px;font-weight:700;letter-spacing:-.03em}.leaddog-home .sc-icons{display:flex;gap:5px}.leaddog-home .sc-icons i{width:19px;height:19px;border-radius:7px;background:hsla(0,0%,100%,.1);display:grid;place-items:center;font-style:normal;font-size:9px;color:var(--gold)}.leaddog-home .sc-money{background:hsla(0,0%,100%,.06);border-radius:11px;padding:9px 10px}.leaddog-home .sc-money .k{font-family:var(--util);font-size:7.5px;letter-spacing:.16em;color:#93aabb;text-transform:uppercase}.leaddog-home .sc-money .row{display:flex;align-items:baseline;gap:6px;margin:2px 0 7px}.leaddog-home .sc-money .v{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.03em}.leaddog-home .sc-money .p{font-size:8.5px;color:#9bb0c0}.leaddog-home .sc-list{padding:9px 10px 0;background:#f6f7f9}.leaddog-home .chips{display:flex;gap:5px;margin-bottom:9px}.leaddog-home .chips span{font-size:8.5px;font-weight:600;padding:4px 9px;border-radius:20px;background:#fff;color:#6c8091;border:1px solid #e7ebef}.leaddog-home .chips span.on{background:var(--navy);color:#fff;border-color:var(--navy)}.leaddog-home .grp{font-family:var(--util);font-size:7.5px;letter-spacing:.18em;color:#93a5b3;margin:0 0 6px 2px}.leaddog-home .jcard{background:#fff;border-radius:10px;padding:8px 9px;margin-bottom:7px;border-left:3px solid var(--gold);box-shadow:0 8px 20px -14px rgba(7,32,50,.6)}.leaddog-home .jcard .t{display:flex;justify-content:space-between;align-items:baseline}.leaddog-home .jcard .t b{font-size:10.5px;letter-spacing:-.01em}.leaddog-home .jcard .t span{font-family:var(--display);font-weight:700;font-size:11px}.leaddog-home .jcard .a{font-size:8.5px;color:#93a5b3}.leaddog-home .sc-nav{display:flex;justify-content:space-between;align-items:center;padding:8px 14px 10px;background:#fff;border-top:1px solid #eef1f3;position:relative}.leaddog-home .sc-nav u{width:15px;height:15px;border-radius:5px;background:#e3e8ed;text-decoration:none;display:block}.leaddog-home .sc-nav u.on{background:var(--navy)}.leaddog-home .fab{position:absolute;left:50%;top:-14px;transform:translateX(-50%);width:34px;height:34px;border-radius:50%;background:var(--gold);display:grid;place-items:center;color:var(--navy);font-size:18px;font-weight:700;box-shadow:0 10px 22px -8px #f1b82d}.leaddog-home .stores{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px;position:relative;z-index:8}.leaddog-home .store{display:inline-flex;align-items:center;gap:11px;padding:10px 20px 10px 16px;border-radius:13px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.18);color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .35s var(--ease),border-color .35s,background .35s}.leaddog-home .store:hover{transform:translateY(-3px);border-color:var(--gold);background:rgba(241,184,45,.1)}.leaddog-home .st-ic{width:23px;height:23px;fill:currentColor;flex:0 0 23px}.leaddog-home .store span{display:flex;flex-direction:column;line-height:1.15;font-family:var(--display);font-weight:700;font-size:16px;letter-spacing:-.02em}.leaddog-home .store span small{font-family:var(--util);font-weight:500;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#9bb0c0;margin-bottom:2px}.leaddog-home .store:hover .st-ic{color:var(--gold)}@media(max-width:620px){.leaddog-home .store{padding:9px 16px 9px 13px}.leaddog-home .store span{font-size:14.5px}}.leaddog-home .marq{background:#040e1b;color:#fff;overflow:hidden;padding:20px 0;border-top:1px solid hsla(0,0%,100%,.07);border-bottom:1px solid hsla(0,0%,100%,.07);position:relative}.leaddog-home .marq:after,.leaddog-home .marq:before{content:"";position:absolute;top:0;bottom:0;width:14%;z-index:2;pointer-events:none}.leaddog-home .marq:before{left:0;background:linear-gradient(90deg,#040e1b,transparent)}.leaddog-home .marq:after{right:0;background:linear-gradient(270deg,#040e1b,transparent)}.leaddog-home .marq-in{display:flex;gap:0;width:max-content;animation:slide 96s linear infinite}.leaddog-home .marq span{font-family:var(--util);font-size:13px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;padding:0 26px;white-space:nowrap}.leaddog-home .marq span:after{content:"·";margin-left:26px;color:var(--gold);opacity:.6}@keyframes slide{to{transform:translateX(-50%)}}.leaddog-home .photo{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.leaddog-home .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;will-change:transform}.leaddog-home .sec>.wrap{position:relative;z-index:2}.leaddog-home .sec>.arcs{z-index:1}.leaddog-home .photo-ladder img{object-position:70% 34%;opacity:.16;mix-blend-mode:multiply;filter:grayscale(1) contrast(1.05);-webkit-mask-image:radial-gradient(85% 80% at 92% 6%,#000 0,rgba(0,0,0,.5) 42%,transparent 74%);mask-image:radial-gradient(85% 80% at 92% 6%,#000 0,rgba(0,0,0,.5) 42%,transparent 74%)}.leaddog-home .photo-ladder:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,var(--cream) 24%,hsla(26,47%,97%,.72) 52%,hsla(26,47%,97%,.35) 100%)}.leaddog-home .photo-lawn img{object-position:52% 58%;opacity:.24;mix-blend-mode:multiply;filter:grayscale(.85) contrast(.98);-webkit-mask-image:radial-gradient(95% 90% at 74% 88%,#000 0,rgba(0,0,0,.5) 40%,transparent 70%);mask-image:radial-gradient(95% 90% at 74% 88%,#000 0,rgba(0,0,0,.5) 40%,transparent 70%)}.leaddog-home .photo-lawn:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--cream) 8%,hsla(26,47%,97%,.62) 45%,hsla(26,47%,97%,.3) 100%)}@media(max-width:900px){.leaddog-home .photo-ladder img{opacity:.1}.leaddog-home .photo-lawn img{opacity:.14}}.leaddog-home .photo-hvac img{object-position:38% 46%;opacity:.26;mix-blend-mode:luminosity;filter:grayscale(1) brightness(.55) contrast(1.12);-webkit-mask-image:radial-gradient(72% 88% at 12% 42%,#000 0,rgba(0,0,0,.5) 40%,transparent 72%);mask-image:radial-gradient(72% 88% at 12% 42%,#000 0,rgba(0,0,0,.5) 40%,transparent 72%)}.leaddog-home .photo-hvac:after{content:"";position:absolute;inset:0;background:linear-gradient(272deg,var(--deep) 26%,rgba(5,17,25,.88) 54%,rgba(5,17,25,.55) 100%)}.leaddog-home .photo-paint img{object-position:60% 34%;opacity:.24;mix-blend-mode:luminosity;filter:grayscale(1) brightness(.52) contrast(1.1);-webkit-mask-image:radial-gradient(78% 74% at 84% 16%,#000 0,rgba(0,0,0,.5) 42%,transparent 74%);mask-image:radial-gradient(78% 74% at 84% 16%,#000 0,rgba(0,0,0,.5) 42%,transparent 74%)}.leaddog-home .photo-paint:after{content:"";position:absolute;inset:0;background:linear-gradient(186deg,rgba(5,17,25,.5) 0,rgba(5,17,25,.86) 46%,var(--deep) 100%)}.leaddog-home .photo-concrete img{object-position:50% 62%;opacity:.17;mix-blend-mode:multiply;filter:grayscale(.9) contrast(1);-webkit-mask-image:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5) 72%,#000);mask-image:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5) 72%,#000)}.leaddog-home .photo-concrete:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--cream) 26%,hsla(26,47%,97%,.78) 60%,hsla(26,47%,97%,.42) 100%)}@media(max-width:900px){.leaddog-home .photo-hvac img,.leaddog-home .photo-paint img{opacity:.13}.leaddog-home .photo-concrete img{opacity:.09}}.leaddog-home .sec{padding:clamp(72px,9vw,132px) 0;position:relative;overflow:hidden}.leaddog-home .sec-dark{color:#fff;background:linear-gradient(108deg,var(--navy) 0,var(--navy) 30%,#0a2a52 68%,#0c3364 100%)}.leaddog-home .sec-deep{background:var(--deep);color:#fff}.leaddog-home .sec-light{background:var(--cream)}.leaddog-home .sec-white{background:#fff}.leaddog-home .head{max-width:820px}.leaddog-home .head h2{margin:22px 0 0}.leaddog-home .head p{margin-top:22px;max-width:52ch}.leaddog-home .sec-dark .head p,.leaddog-home .sec-deep .head p{color:#a9bdce}.leaddog-home .reveal{opacity:0;transform:translateY(30px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.leaddog-home .reveal.in{opacity:1;transform:none}.leaddog-home .reveal[data-d="1"]{transition-delay:.1s}.leaddog-home .reveal[data-d="2"]{transition-delay:.2s}.leaddog-home .reveal[data-d="3"]{transition-delay:.3s}.leaddog-home .reveal[data-d="4"]{transition-delay:.4s}.leaddog-home .reveal[data-d="5"]{transition-delay:.5s}.leaddog-home .sec-cream{background:linear-gradient(150deg,#fffdfb 0,var(--cream) 46%,#f4eee8 100%);color:var(--ink)}.leaddog-home .sec-cream .arc-gold{stroke:rgba(241,184,45,.55)}.leaddog-home .sec-cream .arc-faint{stroke:rgba(7,32,50,.09)}.leaddog-home .sec-cream .eyebrow{color:var(--slate)}.leaddog-home .sec-cream .callchip{background:#fff;border-color:rgba(7,32,50,.1);box-shadow:0 22px 46px -26px rgba(7,32,50,.45)}.leaddog-home .sec-cream .callchip .tx b{color:var(--ink)}.leaddog-home .sec-cream .callchip .tx span{color:#b07f0c}.leaddog-home .sec-cream .forkline path{stroke:rgba(7,32,50,.2)}.leaddog-home .sec-cream .forkline path.r{stroke:rgba(241,184,45,.95)}.leaddog-home .sec-cream .vcard-a{background:hsla(0,0%,100%,.55);border-color:rgba(7,32,50,.1)}.leaddog-home .sec-cream .vcard-a .vc-h{color:#93a5b3}.leaddog-home .sec-cream .vcard-a li{color:#8496a5;border-bottom-color:rgba(7,32,50,.08)}.leaddog-home .sec-cream .vcard-a .ic{background:rgba(7,32,50,.05);color:#93a5b3}.leaddog-home .sec-cream .vcard-a .vc-out{border-top-color:rgba(7,32,50,.1)}.leaddog-home .sec-cream .vcard-a .vc-out b{color:#8496a5}.leaddog-home .sec-cream .vcard-a .vc-out .amt{color:#c3cdd6}.leaddog-home .sec-cream .vcard-b{background:linear-gradient(165deg,var(--navy) 0,#0a2a52 100%);border-color:rgba(241,184,45,.55);box-shadow:0 34px 70px -34px rgba(7,32,50,.6)}.leaddog-home .sec-cream .vc-out .lbl{color:#93a5b3}.leaddog-home .sec-cream .vs-foot{border-top-color:rgba(7,32,50,.12)}.leaddog-home .sec-cream .vs-foot p{color:var(--ink)}.leaddog-home .sec-cream .vs-foot .gold{color:#b07f0c}.leaddog-home .callchip{margin:clamp(40px,5vw,62px) auto 0;width:max-content;max-width:100%;display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:16px;background:hsla(0,0%,100%,.05);border:1px solid rgba(241,184,45,.35);box-shadow:0 20px 50px -28px rgba(0,0,0,.9)}.leaddog-home .callchip .ph{width:38px;height:38px;border-radius:50%;flex:0 0 38px;display:grid;place-items:center;background:var(--gold);color:var(--navy)}.leaddog-home .callchip .ph svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.leaddog-home .callchip .tx b{display:block;font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.025em;color:#fff}.leaddog-home .callchip .tx span{font-family:var(--util);font-size:10.5px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.leaddog-home .forkline{display:block;width:100%;height:74px;margin-top:-2px;overflow:visible}.leaddog-home .forkline path{fill:none;stroke:hsla(0,0%,100%,.22);stroke-width:1.5;stroke-dasharray:640;stroke-dashoffset:640;transition:stroke-dashoffset 1.4s var(--ease) .2s}.leaddog-home .forkline path.r{stroke:rgba(241,184,45,.75)}.leaddog-home .fork.in .forkline path{stroke-dashoffset:0}.leaddog-home .vs{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2.4vw,28px);margin-top:2px}@media(max-width:860px){.leaddog-home .vs{grid-template-columns:1fr;gap:20px}.leaddog-home .forkline{height:40px}}.leaddog-home .vcard{border-radius:18px;padding:clamp(22px,2.6vw,32px);position:relative;overflow:hidden}.leaddog-home .vcard-a{background:hsla(0,0%,100%,.028);border:1px solid hsla(0,0%,100%,.09)}.leaddog-home .vcard-b{background:linear-gradient(165deg,rgba(12,51,100,.55),rgba(7,32,50,.75));border:1px solid rgba(241,184,45,.4);box-shadow:0 30px 70px -40px rgba(241,184,45,.5)}.leaddog-home .vc-h{font-family:var(--util);font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;margin-bottom:22px}.leaddog-home .vcard-a .vc-h{color:#6b8093}.leaddog-home .vcard-b .vc-h{color:var(--gold)}.leaddog-home .vcard ul{margin:0;padding:0;list-style:none}.leaddog-home .vcard li{display:flex;gap:13px;align-items:flex-start;padding:13px 0;border-bottom:1px dashed hsla(0,0%,100%,.07);font-size:clamp(15px,1.4vw,17.5px);line-height:1.4}.leaddog-home .vcard li:last-child{border-bottom:0}.leaddog-home .vcard .ic{width:24px;height:24px;border-radius:7px;flex:0 0 24px;display:grid;place-items:center;font-size:12px;margin-top:1px}.leaddog-home .vcard-a li{color:#7e93a5}.leaddog-home .vcard-a .ic{background:hsla(0,0%,100%,.05);color:#63788a}.leaddog-home .vcard-b li{color:#fff}.leaddog-home .vcard-b .ic{background:rgba(33,211,126,.16);color:var(--green)}.leaddog-home .vc-out{margin-top:20px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.12);display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.leaddog-home .vc-out .lbl{font-family:var(--util);font-size:9.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#6b8093;display:block;margin-bottom:4px}.leaddog-home .vc-out b{font-family:var(--display);font-weight:700;font-size:clamp(16px,1.6vw,19px);letter-spacing:-.025em}.leaddog-home .vcard-a .vc-out b{color:#8ca0b3}.leaddog-home .vcard-b .vc-out b{color:#fff}.leaddog-home .vc-out .amt{font-family:var(--display);font-weight:700;font-size:clamp(26px,3vw,38px);letter-spacing:-.04em;line-height:1}.leaddog-home .vcard-a .vc-out .amt{color:#4e6376}.leaddog-home .vcard-b .vc-out .amt{color:var(--gold)}.leaddog-home .vs-foot{margin-top:clamp(34px,4vw,52px);padding-top:28px;border-top:1px solid var(--line-dark);display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}.leaddog-home .vs-foot p{font-family:var(--display);font-weight:700;font-size:clamp(20px,2.4vw,30px);letter-spacing:-.03em}.leaddog-home .terms{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:clamp(38px,5vw,58px);background:var(--line-dark);border:1px solid var(--line-dark);border-radius:14px;overflow:hidden}.leaddog-home .term{background:var(--deep);padding:20px 22px;display:flex;flex-direction:column;gap:6px}.leaddog-home .term .tk{font-family:var(--util);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#7e93a5}.leaddog-home .term .tv{font-family:var(--display);font-weight:700;font-size:clamp(17px,1.7vw,21px);letter-spacing:-.025em;color:#fff}.leaddog-home .term .tv.g{color:var(--gold)}@media(max-width:820px){.leaddog-home .terms{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.leaddog-home .terms{grid-template-columns:1fr}}.leaddog-home .cap-wrap{margin-top:clamp(30px,4vw,46px)}.leaddog-home .cap-grid{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:1040px){.leaddog-home .cap-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.leaddog-home .cap-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:440px){.leaddog-home .cap-grid{grid-template-columns:1fr}}.leaddog-home .cap-spot{position:absolute;inset:-40px;pointer-events:none;z-index:0;opacity:0;transition:opacity .5s var(--ease);background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%),rgba(241,184,45,.16),rgba(241,184,45,.05) 40%,transparent 68%)}.leaddog-home .cap-grid:hover .cap-spot{opacity:1}.leaddog-home .cap{position:relative;z-index:1;border-radius:16px;padding:24px 22px 26px;background:linear-gradient(165deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.012));border:1px solid hsla(0,0%,100%,.075);overflow:hidden;transition:transform .5s var(--ease),border-color .45s var(--ease),background .45s var(--ease),box-shadow .5s var(--ease)}.leaddog-home .cap:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,var(--gold),rgba(241,184,45,.15));transform:scaleX(0);transform-origin:left;transition:transform .55s var(--ease)}.leaddog-home .cap:hover{transform:translateY(-5px);border-color:rgba(241,184,45,.45);background:linear-gradient(165deg,rgba(241,184,45,.09),hsla(0,0%,100%,.02));box-shadow:0 26px 46px -28px rgba(0,0,0,.9),0 0 0 1px rgba(241,184,45,.12)}.leaddog-home .cap:hover:before{transform:scaleX(1)}.leaddog-home .cap-ic{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(241,184,45,.1);border:1px solid rgba(241,184,45,.22);color:var(--gold);margin-bottom:16px;transition:background .45s var(--ease),transform .55s var(--ease),color .4s,border-color .4s,box-shadow .5s var(--ease)}.leaddog-home .cap:hover .cap-ic{background:var(--gold);color:var(--navy);border-color:transparent;transform:translateY(-3px) rotate(-6deg) scale(1.06);box-shadow:0 12px 24px -10px rgba(241,184,45,.9)}.leaddog-home .cic{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:130;stroke-dashoffset:130}.leaddog-home .cap.in .cic{stroke-dashoffset:0;transition:stroke-dashoffset 1.1s var(--ease) .25s}.leaddog-home .cap b{display:inline-block;position:relative;font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.025em;color:#fff;padding-bottom:3px}.leaddog-home .cap b:after{content:"";position:absolute;left:0;bottom:0;height:1.5px;width:100%;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease) .05s}.leaddog-home .cap:hover b:after{transform:scaleX(1)}.leaddog-home .cap p{margin-top:6px;font-size:14px;line-height:1.5;color:#8ca0b3;transition:color .4s}.leaddog-home .cap:hover p{color:#a9bdce}.leaddog-home .cap.reveal{opacity:0;transform:translateY(26px) scale(.97)}.leaddog-home .cap.reveal.in{opacity:1;transform:none;transition:opacity .7s var(--ease),transform .7s var(--ease),border-color .45s var(--ease),background .45s var(--ease),box-shadow .5s var(--ease)}.leaddog-home .cap.flag{background:linear-gradient(160deg,rgba(241,184,45,.18),rgba(241,184,45,.03));border-color:rgba(241,184,45,.42)}.leaddog-home .cap.flag:before{transform:scaleX(1)}.leaddog-home .cap.flag .cap-ic{background:var(--gold);color:var(--navy);border-color:transparent;box-shadow:0 12px 26px -12px rgba(241,184,45,.9)}.leaddog-home .cap.flag b:after{transform:scaleX(1)}.leaddog-home .cap.flag p{color:#b9c9d6}.leaddog-home .cap.flag:hover{background:linear-gradient(160deg,rgba(241,184,45,.25),rgba(241,184,45,.06))}.leaddog-home .cap-tag{position:absolute;top:18px;right:18px;font-family:var(--util);font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.leaddog-home .cap-foot{margin-top:clamp(32px,4vw,46px);padding-top:28px;border-top:1px solid rgba(241,184,45,.35);display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}.leaddog-home .cap-foot p{font-family:var(--display);font-weight:700;font-size:clamp(18px,2.1vw,26px);letter-spacing:-.03em;color:#fff}.leaddog-home .cap-foot p b{color:var(--gold)}.leaddog-home .marq span{display:inline-flex;align-items:center;gap:9px;color:hsla(0,0%,100%,.82)}.leaddog-home .mic{width:16px;height:16px;fill:none;stroke:var(--gold);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 16px}.leaddog-home .acard{position:absolute;background:#fff;border-radius:15px;padding:14px 16px;box-shadow:0 26px 56px -22px rgba(7,32,50,.45),0 0 0 1px rgba(7,32,50,.05);z-index:3;width:max-content;opacity:0;transform:translateY(18px) scale(.94);transition:opacity .7s var(--ease),transform .7s var(--ease)}.leaddog-home .stage-sm.go .acard{opacity:1;transform:none}.leaddog-home .stage-sm.go .a-route{transition-delay:.15s}.leaddog-home .stage-sm.go .a-paid{transition-delay:.35s}.leaddog-home .stage-sm.go .a-week{transition-delay:.55s}.leaddog-home .stage-sm.go .a-bruno{transition-delay:.75s}.leaddog-home .ac-h{display:flex;align-items:center;gap:7px;font-family:var(--util);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8194a4}.leaddog-home .aic{width:14px;height:14px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.leaddog-home .ac-big{font-family:var(--display);font-weight:700;font-size:26px;letter-spacing:-.035em;color:var(--ink);margin-top:6px}.leaddog-home .ac-big.g{color:#17a362}.leaddog-home .ac-big small{font-family:var(--body);font-size:11px;font-weight:600;color:#93a5b3;margin-left:6px;letter-spacing:0}.leaddog-home .ac-f{display:flex;gap:8px;align-items:baseline;margin-top:8px;font-size:11px;color:#93a5b3}.leaddog-home .ac-f b{font-family:var(--display);font-size:12.5px;color:var(--ink);letter-spacing:-.02em}.leaddog-home .ac-line{font-size:12.5px;color:#5c6b7a;margin-top:6px}.leaddog-home .ac-line em{font-style:normal;font-family:var(--display);font-weight:700;color:var(--ink);margin-right:5px}.leaddog-home .routemap{width:150px;height:74px;margin-top:8px;overflow:visible}.leaddog-home .rt-line{fill:none;stroke:var(--gold);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:220;stroke-dashoffset:220;transition:stroke-dashoffset 1.8s var(--ease) .4s}.leaddog-home .stage-sm.go .rt-line{stroke-dashoffset:0}.leaddog-home .rt-dot{fill:#fff;stroke:var(--navy);stroke-width:2.4;opacity:0;transition:opacity .4s var(--ease)}.leaddog-home .rt-dot.d3{fill:var(--gold);stroke:var(--navy)}.leaddog-home .stage-sm.go .rt-dot.d0{opacity:1;transition-delay:.5s}.leaddog-home .stage-sm.go .rt-dot.d1{opacity:1;transition-delay:1s}.leaddog-home .stage-sm.go .rt-dot.d2{opacity:1;transition-delay:1.5s}.leaddog-home .stage-sm.go .rt-dot.d3{opacity:1;transition-delay:2s}.leaddog-home .bars{display:flex;align-items:flex-end;gap:5px;height:44px;margin-top:10px}.leaddog-home .bars i{width:9px;border-radius:3px;background:#e7ebef;height:var(--h);transform:scaleY(0);transform-origin:bottom;transition:transform .8s var(--ease)}.leaddog-home .bars i:nth-child(6){background:var(--gold)}.leaddog-home .stage-sm.go .bars i{transform:scaleY(1)}.leaddog-home .stage-sm.go .bars i:first-child{transition-delay:.6s}.leaddog-home .stage-sm.go .bars i:nth-child(2){transition-delay:.68s}.leaddog-home .stage-sm.go .bars i:nth-child(3){transition-delay:.76s}.leaddog-home .stage-sm.go .bars i:nth-child(4){transition-delay:.84s}.leaddog-home .stage-sm.go .bars i:nth-child(5){transition-delay:.92s}.leaddog-home .stage-sm.go .bars i:nth-child(6){transition-delay:1s}.leaddog-home .stage-sm.go .bars i:nth-child(7){transition-delay:1.08s}.leaddog-home .a-route{top:1%;left:-8%}.leaddog-home .a-week{bottom:2%;left:-4%}.leaddog-home .a-paid{top:14%;right:-9%}.leaddog-home .a-bruno{bottom:16%;right:-7%}@media(max-width:1180px){.leaddog-home .a-route{left:-4%}.leaddog-home .a-week{left:-2%}.leaddog-home .a-paid{right:-4%}.leaddog-home .a-bruno{right:-3%}}@media(max-width:900px){.leaddog-home .a-route{top:-2%;left:0}.leaddog-home .a-week{bottom:0;left:0}.leaddog-home .a-paid{top:6%;right:0}.leaddog-home .a-bruno{bottom:14%;right:0}}@media(max-width:680px){.leaddog-home .acard{padding:11px 13px;transform:scale(.86);transform-origin:left top}.leaddog-home .stage-sm.go .acard{transform:scale(.86)}.leaddog-home .a-bruno,.leaddog-home .a-paid{display:none}.leaddog-home .a-route{left:-2%}.leaddog-home .a-week{left:-2%;bottom:-2%}}@media(prefers-reduced-motion:reduce){.leaddog-home .acard{opacity:1;transform:none}.leaddog-home .rt-line{stroke-dashoffset:0}.leaddog-home .rt-dot{opacity:1}.leaddog-home .bars i{transform:scaleY(1)}}.leaddog-home .sec>.split{position:relative;z-index:2}.leaddog-home .split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,70px);align-items:center}@media(max-width:900px){.leaddog-home .split{grid-template-columns:1fr;gap:52px}}.leaddog-home .stage-sm{position:relative;perspective:1500px;height:clamp(420px,46vw,560px)}.leaddog-home .phone-lg{position:absolute;left:50%;top:50%;width:clamp(230px,25vw,300px);border-radius:40px;background:#101e2b;padding:10px;border:1px solid hsla(0,0%,100%,.16);box-shadow:0 60px 100px -40px rgba(7,32,50,.7);transform:translate(-50%,-50%) rotateY(16deg) rotateX(6deg) rotate(3deg);transition:transform 1s var(--ease)}.leaddog-home .phone-lg .screen{border-radius:31px}.leaddog-home .stage-sm:hover .phone-lg{transform:translate(-50%,-50%) rotateY(8deg) rotateX(3deg) rotate(1deg) scale(1.02)}.leaddog-home .glow-blob{position:absolute;left:50%;top:50%;width:78%;height:62%;transform:translate(-50%,-50%);background:radial-gradient(closest-side,rgba(241,184,45,.55),transparent 72%);filter:blur(28px)}.leaddog-home .feat-list{margin:34px 0 0;padding:0;list-style:none}.leaddog-home .feat-list li{display:flex;gap:16px;padding:17px 0;border-top:1px solid var(--line-light)}.leaddog-home .feat-list li:last-child{border-bottom:1px solid var(--line-light)}.leaddog-home .feat-list .n{font-family:var(--util);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#b07f0c;padding-top:4px;flex:0 0 62px}.leaddog-home .feat-list b{display:block;font-family:var(--display);font-size:19px;letter-spacing:-.025em}.leaddog-home .feat-list p{font-size:15px;color:var(--slate);margin-top:3px}.leaddog-home .sec-dark .feat-list li{border-color:var(--line-dark)}.leaddog-home .sec-dark .feat-list p{color:#9bb0c0}.leaddog-home .bruno-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}@media(max-width:900px){.leaddog-home .bruno-wrap{grid-template-columns:1fr}}.leaddog-home .chat-stage{position:relative;display:flex;align-items:flex-end}.leaddog-home .chat-stage .chatbox{position:relative;z-index:2;flex:1;min-width:0;order:1}.leaddog-home .bruno-art{position:relative;z-index:1;flex:0 0 auto;order:2;width:clamp(104px,12vw,158px);height:auto;margin-left:-26px;margin-bottom:-4px;filter:drop-shadow(0 22px 34px rgba(7,32,50,.34));transform-origin:bottom center;animation:brunoFloat 6.5s ease-in-out infinite;pointer-events:none}@keyframes brunoFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(-1.2deg)}}@media(max-width:620px){.leaddog-home .bruno-art{display:none}}.leaddog-home .composer{display:flex;align-items:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line-dark)}.leaddog-home .cmp-in{flex:1;background:hsla(0,0%,100%,.05);border:1px solid var(--line-dark);border-radius:11px;padding:11px 14px;font-size:13.5px;color:#7e93a5}.leaddog-home .cmp-mic{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:12px;background:var(--gold);color:var(--navy);display:grid;place-items:center;cursor:pointer;position:relative;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.leaddog-home .cmp-mic .aic{width:18px;height:18px;stroke:var(--navy);stroke-width:1.9}.leaddog-home .cmp-mic:after{content:"";position:absolute;inset:0;border-radius:12px;border:2px solid var(--gold);animation:micRing 2.6s var(--ease) infinite}@keyframes micRing{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(1.45);opacity:0}}.leaddog-home .cmp-mic:hover{transform:translateY(-2px);box-shadow:0 14px 30px -12px #f1b82d}@media(prefers-reduced-motion:reduce){.leaddog-home .bruno-art,.leaddog-home .cmp-mic:after{animation:none}}.leaddog-home .chatbox{background:var(--navy);border-radius:20px;padding:18px;border:1px solid rgba(241,184,45,.28);box-shadow:0 50px 100px -50px rgba(0,0,0,.8)}.leaddog-home .chat-head{display:flex;align-items:center;gap:11px;padding-bottom:14px;border-bottom:1px solid var(--line-dark);margin-bottom:14px}.leaddog-home .chat-head .ic{width:32px;height:32px;border-radius:10px;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:15px}.leaddog-home .chat-head b{color:#fff;font-size:14.5px;font-family:var(--display);letter-spacing:-.02em}.leaddog-home .chat-head span{display:block;font-family:var(--util);font-size:9.5px;letter-spacing:.16em;color:var(--green);text-transform:uppercase}.leaddog-home .msg{border-radius:13px;padding:12px 14px;margin-bottom:10px;font-size:14.5px;line-height:1.5;max-width:88%}.leaddog-home .msg.you{background:var(--gold);color:var(--navy);margin-left:auto;font-weight:500}.leaddog-home .msg.b{background:hsla(0,0%,100%,.06);color:#dce7ef}.leaddog-home .msg.b b{color:#fff}.leaddog-home .approve{background:rgba(33,211,126,.08);border:1px solid rgba(33,211,126,.3);border-radius:13px;padding:12px 14px;color:#dce7ef;font-size:13.5px}.leaddog-home .approve .r{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed hsla(0,0%,100%,.1)}.leaddog-home .approve .r:last-of-type{border:0}.leaddog-home .approve .r span{color:#8fa6b8;font-family:var(--util);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.leaddog-home .approve .acts{display:flex;gap:8px;margin-top:11px}.leaddog-home .approve .acts u{text-decoration:none;font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:9px;cursor:pointer}.leaddog-home .approve .acts u.y{background:var(--green);color:#04321c}.leaddog-home .approve .acts u.n{background:hsla(0,0%,100%,.08);color:#b9c9d6}.leaddog-home .typing{display:inline-flex;gap:4px;align-items:center}.leaddog-home .typing i{width:5px;height:5px;border-radius:50%;background:var(--gold);animation:blink 1.3s infinite}.leaddog-home .typing i:nth-child(2){animation-delay:.2s}.leaddog-home .typing i:nth-child(3){animation-delay:.4s}@keyframes blink{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.leaddog-home .bestfriend{display:inline-flex;align-items:center;gap:13px;margin-top:34px;padding:11px 22px 11px 12px;border-radius:999px;background:#fff;border:1px solid rgba(241,184,45,.55);box-shadow:0 18px 40px -22px rgba(7,32,50,.45),inset 0 0 0 4px rgba(241,184,45,.07);position:relative;overflow:hidden}.leaddog-home .bestfriend:after{content:"";position:absolute;top:0;bottom:0;width:38%;left:-45%;background:linear-gradient(100deg,transparent,rgba(241,184,45,.28),transparent);animation:sheen 8s var(--ease) infinite}@keyframes sheen{0%,72%{left:-45%}88%,to{left:115%}}.leaddog-home .bf-ic{width:36px;height:36px;flex:0 0 36px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--navy);box-shadow:0 8px 18px -8px rgba(241,184,45,.9)}.leaddog-home .bf-ic svg{width:19px;height:19px}.leaddog-home .bf-tx{display:flex;flex-direction:column;line-height:1.12;font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.025em;color:var(--ink)}.leaddog-home .bf-tx small{font-family:var(--util);font-weight:600;font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:#b07f0c;margin-bottom:3px}@media(prefers-reduced-motion:reduce){.leaddog-home .bestfriend:after{animation:none;left:-45%}}.leaddog-home .price{text-align:center;position:relative}.leaddog-home .price>.wrap{position:relative;z-index:2}.leaddog-home .zero{font-family:var(--display);font-weight:800;letter-spacing:-.05em;line-height:.82;font-size:clamp(140px,26vw,340px);background:linear-gradient(168deg,#ffe9a8 4%,var(--gold-bright) 38%,var(--gold) 88%);-webkit-background-clip:text;background-clip:text;color:transparent;margin:14px 0 10px;display:inline-block;padding:0 .1em;overflow:visible;filter:drop-shadow(0 30px 60px rgba(241,184,45,.28))}.leaddog-home .price .k{font-family:var(--util);font-size:13px;letter-spacing:.36em;text-transform:uppercase;color:#8ca0b3}.leaddog-home .price .u{font-family:var(--display);font-weight:700;font-size:clamp(15px,1.7vw,21px);letter-spacing:.22em;text-transform:uppercase;color:#fff}.leaddog-home .price p{max-width:46ch;margin:26px auto 0;color:#a9bdce;font-size:clamp(16px,1.5vw,20px)}.leaddog-home .price-feats{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin-top:30px;font-family:var(--util);font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.leaddog-home .price .btn{margin-top:38px}.leaddog-home .faq{max-width:900px;margin:clamp(40px,5vw,60px) auto 0}.leaddog-home .q{border-top:1px solid var(--line-light)}.leaddog-home .q:last-child{border-bottom:1px solid var(--line-light)}.leaddog-home .q button{width:100%;background:none;border:0;text-align:left;cursor:pointer;padding:26px 44px 26px 0;font-family:var(--display);font-weight:700;font-size:clamp(18px,2vw,25px);letter-spacing:-.025em;color:var(--ink);position:relative;transition:color .3s}.leaddog-home .q button:hover{color:var(--gold)}.leaddog-home .q button:after{right:8px;width:13px;height:2px;transition:background .3s}.leaddog-home .q button:after,.leaddog-home .q button:before{content:"";position:absolute;top:50%;background:var(--navy);transform:translateY(-50%)}.leaddog-home .q button:before{right:13.5px;width:2px;height:13px;transition:transform .4s var(--ease),background .3s}.leaddog-home .q.open button:before{transform:translateY(-50%) rotate(90deg);background:var(--gold)}.leaddog-home .q.open button:after{background:var(--gold)}.leaddog-home .a{max-height:0;overflow:hidden;transition:max-height .55s var(--ease)}.leaddog-home .a p{padding:0 60px 26px 0;color:var(--slate);font-size:16.5px}.leaddog-home .a p+p{padding-top:0;margin-top:-10px}.leaddog-home .final{background:var(--gold);color:var(--navy);text-align:center;position:relative;overflow:hidden}.leaddog-home .final h2{font-size:clamp(40px,7.4vw,96px)}.leaddog-home .final p{margin:24px auto 0;max-width:44ch;color:#40342a;font-size:clamp(16px,1.5vw,19px)}.leaddog-home .final .btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:36px}.leaddog-home .final .fine{margin-top:28px;font-family:var(--util);font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(7,32,50,.55)}.leaddog-home footer{background:var(--deep);color:#7e93a5;padding:64px 0 40px;font-size:14.5px}.leaddog-home .f-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}@media(max-width:820px){.leaddog-home .f-grid{grid-template-columns:1fr 1fr}}.leaddog-home footer h5{font-family:var(--util);font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#fff;margin:0 0 16px;font-weight:500}.leaddog-home footer li{list-style:none;margin-bottom:10px}.leaddog-home footer ul{padding:0;margin:0}.leaddog-home footer a:hover{color:var(--gold)}.leaddog-home .f-bot{margin-top:52px;padding-top:24px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-family:var(--util);font-size:11px;letter-spacing:.16em;text-transform:uppercase}@media (prefers-reduced-motion:reduce){.leaddog-home .cic{stroke-dashoffset:0!important}.leaddog-home .cap-spot{display:none}.leaddog-home *,.leaddog-home :after,.leaddog-home :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.leaddog-home .dash,.leaddog-home .float,.leaddog-home .phone,.leaddog-home .reveal,.leaddog-home .rise{opacity:1!important;transform:none!important}.leaddog-home .draw{stroke-dashoffset:0!important}}.leaddog-home .ld-nav{position:sticky;top:0;z-index:60;opacity:1;transform:none;visibility:visible;background:rgba(5,17,25,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line-dark)}.leaddog-home .logo{text-decoration:none}.leaddog-home .logo img{height:34px;width:auto;display:block}@media (max-width:620px){.leaddog-home .logo img{height:28px}}.leaddog-home .nav-signin{color:#b7c8d6;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .25s}.leaddog-home .nav-signin:hover{color:#fff}.leaddog-home .nav-burger{display:none;width:40px;height:40px;padding:0;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:11px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px}.leaddog-home .nav-burger span{display:block;width:16px;height:1.6px;background:#fff;border-radius:2px;transition:transform .3s var(--ease),opacity .25s}.leaddog-home .nav-burger.open span:first-child{transform:translateY(5.6px) rotate(45deg)}.leaddog-home .nav-burger.open span:nth-child(2){opacity:0}.leaddog-home .nav-burger.open span:nth-child(3){transform:translateY(-5.6px) rotate(-45deg)}.leaddog-home .nav-drop{display:none;flex-direction:column;border-top:1px solid var(--line-dark);background:rgba(5,17,25,.97);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.leaddog-home .nav-drop.open{display:flex}.leaddog-home .nav-drop a{padding:15px var(--pad);color:#c7d5e0;font-size:15.5px;font-weight:600;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.06)}.leaddog-home .nav-drop a:last-child{border-bottom:0}.leaddog-home .nav-drop a:active{background:rgba(241,184,45,.12)}@media (max-width:940px){.leaddog-home .nav-burger{display:flex}.leaddog-home .nav-cta .btn small{display:none}}@media (max-width:480px){.leaddog-home .nav-cta .btn{padding:10px 14px;font-size:13.5px}.leaddog-home .nav-signin{display:none}}.leaddog-home img{max-width:100%}.leaddog-home .arcs,.leaddog-home .blueprint{height:100%}