.home-shell{--home-forest: #0a1409;--home-forest-soft: #101c0e;--home-green-black: #060e06;--home-green: #00382b;--home-lime: #8cc63f;--home-cream: #f7f6ec;--home-mist: #edeada;--home-parchment: #f5f2e6;--home-brass: #c6b46e;--home-brass-text: #75642a;--home-ink: #16240f;--home-muted: #4c5443;--home-line: #d6d2bc;background:var(--home-forest);color:var(--home-ink);min-height:100vh;font-family:Archivo,sans-serif;font-size:16.5px;overflow:clip}html.home-route-active{scrollbar-color:#c6b46e #0a1409;scrollbar-width:thin}html.home-route-active::-webkit-scrollbar{width:11px}html.home-route-active::-webkit-scrollbar-track{background:#0a1409}html.home-route-active::-webkit-scrollbar-thumb{border:3px solid #0a1409;border-radius:999px;background:#c6b46e}.home-shell *,.home-shell *:before,.home-shell *:after{box-sizing:border-box}.home-shell ::selection{color:var(--home-forest);background:var(--home-brass)}.home-shell a,.home-shell button,.home-shell input{cursor:pointer}.home-shell input{cursor:text}.home-shell a:focus-visible,.home-shell button:focus-visible,.home-shell input:focus-visible{outline:2px solid var(--home-brass);outline-offset:3px}.home-shell button{font:inherit}.home-container{width:min(100% - 48px,1184px);margin-inline:auto}.home-skip{position:fixed;left:16px;top:-80px;z-index:300;background:var(--home-brass);color:var(--home-forest);padding:12px 18px;text-decoration:none;font-weight:700}.home-skip:focus{top:12px}.home-eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500;line-height:1.5;letter-spacing:.12em;text-transform:uppercase}.home-eyebrow--light{color:var(--home-brass-text)}.home-eyebrow--dark{color:var(--home-brass)}.home-action{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:4px;text-decoration:none;font-weight:500;font-size:14px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.home-action:hover{transform:translateY(-1px)}.home-action--brass{background:var(--home-brass);color:var(--home-forest);font-weight:600}.home-action--brass:hover{background:#d5c384}.home-action--forest{background:var(--home-green);color:var(--home-cream)}.home-action--forest:hover{background:#07513f}.home-action--outline{color:var(--home-cream);border-color:#f7f6ec33;background:#060e068c;font-weight:600}.home-action--outline:hover{background:#f7f6ec1a;border-color:#f7f6ec6b}.home-action--cream{color:var(--home-forest);background:var(--home-cream)}.home-action--ghost{color:var(--home-ink);border-color:var(--home-line);background:var(--home-parchment);font-weight:600}.home-action--ghost:hover{background:#fbf9f0}.home-section-heading{max-width:42rem}.home-section-heading--center{margin-inline:auto;text-align:center}.home-section-heading--center .home-eyebrow{justify-content:center}.home-section-heading h2{margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.8rem,2.65vw,2.375rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-wrap:balance;color:var(--home-ink)}.home-section-heading p{max-width:62ch;margin:18px 0 0;color:var(--home-muted);font-size:18px;line-height:1.62}.home-section-heading--center p{margin-inline:auto}.home-section-heading.is-inverse h2{color:var(--home-cream)}.home-section-heading.is-inverse p{color:#f7f6eca8}.home-header{position:fixed;inset:0 0 auto;z-index:90;height:81px;color:var(--home-cream);background:#0a1409eb;border-bottom:1px solid rgba(247,246,236,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-header__inner{height:81px;display:flex;align-items:center;justify-content:space-between;gap:20px}.home-wordmark{display:block;flex:0 0 auto;width:66px}.home-wordmark>img{display:block;width:100%;height:auto}.home-nav{display:flex;align-items:center;justify-content:center;gap:0}.home-nav a{position:relative;display:inline-flex;align-items:center;gap:6px;color:#f7f6ecc7;padding:29px 14px 28px;font-size:14px;text-decoration:none;transition:color .18s ease;white-space:nowrap}.home-nav a:after{content:"";position:absolute;left:14px;right:14px;bottom:20px;height:1px;background:var(--home-brass);transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.home-nav a:hover{color:var(--home-cream)}.home-nav a:hover:after{transform:scaleX(1);transform-origin:left}.home-nav a[aria-current=page]:after{transform:scaleX(1)}.home-header__actions{display:flex;align-items:center;gap:10px}.home-header__book{border:0;border-radius:4px;color:var(--home-forest);background:var(--home-brass);min-height:46px;padding:0 22px;font-size:14px;font-weight:600;transition:background .18s ease}.home-header__book:hover{background:#d5c384}.home-header__menu{display:none;width:44px;height:44px;border:1px solid rgba(247,246,236,.25);color:var(--home-cream);background:transparent;border-radius:50%;place-items:center}.home-mobile-nav,.home-mobile-nav[hidden]{display:none}.home-hero{position:relative;padding:112px 0 64px;color:var(--home-cream);background:var(--home-forest);overflow:hidden}.home-hero__globe{position:absolute;top:0;right:-1px;bottom:0;left:24%;background-image:linear-gradient(90deg,var(--home-forest) 0%,rgba(10,20,9,.94) 16%,rgba(10,20,9,.6) 55%,rgba(10,20,9,.78) 100%),linear-gradient(0deg,var(--home-forest) 0%,transparent 42%),url(/lgp-globe.png);background-position:center,center,right top;background-size:cover;background-repeat:no-repeat;opacity:.6;animation:home-globe-settle 1.2s cubic-bezier(.16,1,.3,1) both}.home-hero__grid,.cost-section:before,.quick-questions:before,.proof-section:before,.audience-section:before,.closing-section:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(140,198,63,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(140,198,63,.07) 1px,transparent 1px);background-size:64px 64px}.home-hero__grid{-webkit-mask-image:linear-gradient(to bottom,transparent 0,black 18%,black 82%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,black 18%,black 82%,transparent 100%)}.home-hero__inner{position:relative;z-index:2}.home-hero__signal{width:fit-content;display:flex;align-items:center;gap:9px;margin:0;padding:9px 16px;border:1px solid rgba(247,246,236,.2);border-radius:999px;color:#f7f6ecb8;background:#f7f6ec0a;font-family:IBM Plex Mono,monospace;font-size:11.5px;line-height:1.4;letter-spacing:.1em;text-transform:uppercase}.home-hero__signal svg{color:var(--home-brass)}.home-hero h1{max-width:26ch;margin:28px 0 0;font-family:Archivo,sans-serif;font-size:clamp(2.6rem,4.2vw,3.75rem);font-weight:800;line-height:1;letter-spacing:-.035em;text-wrap:balance}.home-hero h1 em{display:block;color:var(--home-brass);font-style:normal}.home-signal-line{display:block;width:160px;height:12px;margin:26px 0 0;color:#c6b46eb3}.home-hero__body{display:grid;grid-template-columns:1.15fr minmax(0,.85fr);gap:48px;align-items:start;margin-top:28px}.home-hero__lede{max-width:42rem;margin:0;color:#c4c9b4;font-size:20px;line-height:1.55;text-wrap:balance}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-hero__promises{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0 0;padding:0;list-style:none}.home-hero__promises li{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px;border:1px solid rgba(198,180,110,.45);border-radius:999px;color:var(--home-brass);background:#c6b46e1a;font-size:14px;font-weight:500;line-height:1.15;text-align:center}.home-hero__promises svg{flex:0 0 auto}.engine-card{align-self:end;padding:20px;border:1px solid rgba(247,246,236,.14);border-radius:4px;color:var(--home-cream);background:#060e06b8}.engine-card__brand{display:flex;align-items:center;gap:18px}.engine-card__brand span{width:102px;height:44px;display:grid;place-items:center;padding:5px 8px;border-radius:3px;background:var(--home-cream);overflow:hidden}.engine-card__brand img{max-width:100%;max-height:100%;object-fit:contain}.engine-card__brand strong{font-size:15px;font-weight:600;line-height:1.2}.engine-card>p{margin:18px 0 0;color:#f7f6ec9e;font-size:15px;line-height:1.55}.engine-card__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}.engine-card__steps div{min-width:0;display:grid;place-items:center;gap:8px;min-height:74px;border:1px solid rgba(247,246,236,.13);border-radius:4px}.engine-card__steps span{color:#f7f6ec80;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em}.engine-card__steps strong{font-size:13px;font-weight:600}.home-mist-band{padding:44px 0 52px;background:var(--home-mist);border-block:1px solid var(--home-line)}.buyer-network__head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding-bottom:16px;border-bottom:1px solid var(--home-line)}.buyer-network__head h2{margin:0;color:var(--home-brass-text);font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.buyer-network__head p{margin:0;color:var(--home-muted);font-size:15px}.buyer-network ul{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:24px 0 0;padding:0;list-style:none}.buyer-network li{height:46px;display:grid;place-items:center;padding:4px 10px;border:2px solid #b0a684;border-radius:5px;background-image:linear-gradient(#fff,#fdfbf4 46%,#f4f0e2);box-shadow:inset 0 1px #fff,inset 1px 0 #ffffffd9,inset 0 -2px #0a14091a,inset -1px 0 #0a14090f,inset 0 0 0 1px #ffffffbf,0 2px 4px #0a14091f,0 1px #fff9}.buyer-network li img{max-width:86%;max-height:26px;object-fit:contain;opacity:.9}.home-intro{margin-top:64px}.home-intro__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;padding-bottom:44px;border-bottom:1px solid var(--home-line)}.home-intro__copy h2{margin:0;color:var(--home-ink);font-family:Archivo,sans-serif;font-size:clamp(2.15rem,3.35vw,3rem);font-weight:700;line-height:1;letter-spacing:-.02em}.home-intro__copy p{max-width:54ch;margin:22px 0 0;color:var(--home-muted);font-size:18px;line-height:1.6}.home-intro__copy strong{color:var(--home-ink);font-weight:700}.home-video{min-width:0;margin:0}.home-video__frame{aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--home-line);border-radius:4px;background:var(--home-forest)}.home-video video{display:block;width:100%;height:100%;object-fit:cover}.home-video figcaption{display:flex;justify-content:space-between;gap:18px;margin-top:12px;color:var(--home-muted);font-size:15px}.home-video figcaption :last-child{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.1em}.home-verification{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:32px;margin-top:44px;padding:36px;color:var(--home-cream);border:1px solid rgba(247,246,236,.1);border-radius:6px;background:var(--home-green-black)}.home-verification__intro h3{max-width:26ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.5rem,2.1vw,1.875rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.home-verification__intro h3 span{color:var(--home-brass)}.home-verification__intro p{margin:20px 0 0;color:#f7f6eca3;font-size:16px;line-height:1.62}.home-verification__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.home-verification__list li{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:12px;min-width:0;padding:14px;border:1px solid rgba(247,246,236,.1);border-radius:6px;background:#f7f6ec05}.home-verification__check{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:var(--home-lime);background:#8cc63f1f}.home-verification__check svg{width:15px}.home-verification__partner{min-width:0;display:grid;gap:11px}.home-verification__brand{min-height:44px;display:flex;align-items:center;gap:9px;padding:8px 16px;color:var(--home-ink);border-radius:3px;background:var(--home-cream);font-size:15px;font-weight:600}.home-verification__brand img{display:block;width:auto;max-width:100%;object-fit:contain}.home-verification__brand em{font-style:normal;font-size:19px;font-weight:700;letter-spacing:-.01em}.home-verification__list .is-service .home-verification__brand{color:var(--home-cream);border:1px solid rgba(247,246,236,.12);background:#f7f6ec08;font-size:14px}.home-verification__list small{color:#f7f6ec8c;font-size:13px;line-height:1.45}.quick-questions{position:relative;padding:56px 0;color:var(--home-cream);background:var(--home-forest)}.quick-questions__grid{position:relative;z-index:1;display:grid;grid-template-columns:7fr 5fr;gap:40px;align-items:stretch}.quick-questions__chooser h2{max-width:36ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.8rem,2.65vw,2.375rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.quick-questions__chooser>p{max-width:60ch;margin:18px 0 0;color:#f7f6eccc;font-size:16px;line-height:1.62}.quick-questions__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}.quick-questions__options button{min-height:58px;padding:12px 16px;color:var(--home-cream);border:1px solid rgba(247,246,236,.16);border-radius:4px;background:#f7f6ec08;text-align:left;font-size:14px;font-weight:500;transition:border-color .18s ease,background .18s ease,color .18s ease}.quick-questions__options button:hover{border-color:#c6b46e80}.quick-questions__options button.is-active{color:var(--home-brass);border-color:#c6b46e99;background:#c6b46e24}.quick-questions__answer{min-height:100%;padding:28px;border:1px solid rgba(198,180,110,.28);border-radius:6px;background:var(--home-green-black)}.quick-questions__answer h3{margin:0;font-size:23px;font-weight:700}.quick-questions__answer p{margin:20px 0 0;color:#f7f6ecb3;font-size:16px;line-height:1.62}.quick-questions__answer a{width:fit-content;min-height:48px;display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:0 20px;color:var(--home-brass);border:1px solid rgba(198,180,110,.5);border-radius:4px;text-decoration:none;font-size:14px;font-weight:600}.exclusive-section{padding:56px 0;background:var(--home-mist);border-block:1px solid var(--home-line)}.exclusive-section .home-section-heading{max-width:48rem}.exclusive-section .home-section-heading p{max-width:none}.exclusive-compare{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;margin-top:36px}.exclusive-compare article{border-radius:10px;padding:24px}.market-route{border:1px solid var(--home-line);background:var(--home-parchment)}.lgp-route{color:var(--home-cream);background:var(--home-green-black);border:1px solid rgba(198,180,110,.2)}.compare-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.compare-title h3{margin:0;font-family:Archivo,sans-serif;font-size:21px;font-weight:700}.compare-title>span{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid currentColor;border-radius:999px;opacity:.55;font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.applicant{display:flex;gap:12px;align-items:center;margin-top:26px}.applicant>svg{box-sizing:content-box;padding:9px;border:1px solid var(--home-line);border-radius:6px;background:#fff}.applicant span{display:grid;gap:2px}.applicant strong{font-size:16px}.applicant small{color:var(--home-muted);font-size:14px}.providers{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.providers span{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--home-line);border-radius:6px;background:#fbfaf3;font-size:15px}.providers span svg{color:var(--home-muted)}.market-route ul{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none;color:var(--home-ink);font-size:15px}.market-route li{display:flex;align-items:center;gap:10px}.market-route li svg{flex:0 0 auto;color:#b08a2e}.market-route>p,.lgp-route>p{margin:22px 0 0;padding-top:18px;border-top:1px solid var(--home-line);color:var(--home-muted);font-size:14px}.lgp-route>p{color:var(--home-brass);border-color:#c6b46e47;font-weight:600}.lgp-route__note{display:block;margin-top:20px;color:#f7f6ec73;font-size:13px}.exclusive-badge{width:fit-content;display:flex;gap:10px;align-items:center;margin-top:24px;padding:14px 16px;color:var(--home-brass);border:1px solid rgba(198,180,110,.6);border-radius:6px;background:#c6b46e1f;font-size:21px;font-weight:700}.exclusive-flow{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.exclusive-flow div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:12px;padding:14px;border:1px solid rgba(247,246,236,.12);border-radius:6px}.exclusive-flow div:last-child{border-color:#c6b46e80;background:#c6b46e17}.exclusive-flow i{grid-row:1 / 3;width:34px;height:34px;display:grid;place-items:center;border-radius:6px;background:#f7f6ec0f;color:var(--home-cream)}.exclusive-flow div:last-child i{color:var(--home-brass);background:#c6b46e29}.exclusive-flow span{color:#f7f6ec73;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em}.exclusive-flow strong{font-size:14px;font-weight:600}.lgp-route ul{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;margin:22px 0 0;padding:0;list-style:none;color:#f7f6ecd9;font-size:15px}.lgp-route li{display:flex;gap:9px;align-items:center}.lgp-route li svg{flex:0 0 auto;color:var(--home-lime)}.exclusive-section__link{width:fit-content;display:flex;align-items:center;gap:10px;margin-top:28px;padding-bottom:3px;color:var(--home-ink);border-bottom:1px solid rgba(117,100,42,.55);text-decoration:none;font-size:15px;font-weight:500}.cost-section{position:relative;padding:52px 0;color:var(--home-cream);background:var(--home-forest);border-block:1px solid rgba(247,246,236,.1)}.cost-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:.78fr 1.22fr;gap:24px 64px}.cost-section__copy h2{max-width:42ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.9rem,2.8vw,2.5rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.cost-section__copy p{margin:20px 0 0;color:#f7f6ecb8;font-size:16px;line-height:1.62}.cost-section__problems{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-content:start}.cost-section__problems article{display:grid;justify-items:center;align-content:start;min-height:200px;padding:20px 16px;border:1px solid rgba(247,246,236,.12);border-radius:4px;background:#f7f6ec0a;text-align:center}.cost-section__problems article>span{width:80px;height:80px;display:grid;place-items:center;border:1px solid rgba(198,180,110,.4);border-radius:8px;color:var(--home-brass);background:#c6b46e0f;box-shadow:0 0 34px #c6b46e2e}.cost-section__problems h3{margin:18px 0 0;font-size:16px;font-weight:700}.cost-section__problems p{max-width:30ch;margin:6px 0 0;color:#f7f6ecb3;font-size:14px;line-height:1.6}.dead-dial-estimator{grid-column:1 / -1;display:grid;grid-template-columns:1.15fr .85fr;gap:16px 52px;margin-top:12px;padding:26px;border:1px solid rgba(247,246,236,.14);border-radius:6px}.dead-dial-estimator h3{grid-column:1 / -1;margin:0;font-size:19px;font-weight:700}.dead-dial-estimator__controls{display:grid;align-content:center;gap:18px}.dead-dial-estimator__controls label{font-size:16px;color:#f7f6ecd9}.dead-dial-estimator__controls input{width:100%;accent-color:var(--home-brass)}.dead-dial-estimator__result{display:grid;align-content:center;justify-items:end;text-align:right}.dead-dial-estimator__result strong{color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:clamp(2rem,3.4vw,3rem);font-weight:400;letter-spacing:.04em}.dead-dial-estimator__result span{color:#f7f6ec99;font-size:15px}.dead-dial-estimator>p{grid-column:1 / -1;margin:0;color:#f7f6ec73;font-size:13px;line-height:1.55}.cost-section__next{grid-column:1 / -1;width:fit-content;margin-top:12px;padding:2px 0 2px 16px;color:var(--home-cream);border-left:2px solid var(--home-brass);text-decoration:none;font-size:18px}.process-section{padding:56px 0;background:var(--home-mist);border-block:1px solid var(--home-line)}.process-section__header{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:start}.process-section__logo{width:110px;height:54px;display:grid;place-items:center;padding:8px 12px;border:1px solid var(--home-line);border-radius:4px;background:#fbfaf2;margin-bottom:20px}.process-section__logo img{max-width:100%;max-height:100%;object-fit:contain}.process-section__intro h2>span{white-space:nowrap}.process-section__intro h2{margin:0;color:var(--home-ink);font-family:Archivo,sans-serif;font-size:clamp(1.8rem,2.65vw,2.375rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.process-section__intro>p{max-width:36rem;margin:18px 0 0;color:var(--home-muted);font-size:18px;line-height:1.62}.process-section__device{padding:16px;border:1px solid var(--home-line);border-radius:10px;background:#fbfaf2;box-shadow:0 14px 34px #16240f17}.process-section__screen{position:relative;display:grid;place-items:center;align-content:center;gap:14px;aspect-ratio:16 / 9;border-radius:4px;background-color:var(--home-forest);background-image:linear-gradient(rgba(140,198,63,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(140,198,63,.08) 1px,transparent 1px);background-size:48px 48px}.process-section__play{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(198,180,110,.5);border-radius:50%;color:var(--home-brass)}.process-section__coming{color:#f7f6ecb3;font-size:15px}.process-stepper{margin-top:32px}.process-rail{position:relative;height:14px}.process-rail__track{position:absolute;left:12.5%;right:12.5%;top:50%;height:1px;transform:translateY(-50%);background:#16240f33}.process-rail__fill{position:absolute;left:12.5%;top:50%;height:2px;width:calc(75% * var(--rail-progress, 0%) / 100%);transform:translateY(-50%);background:var(--home-brass);transition:width .5s ease-out}.process-rail__dots{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr)}.process-rail__dots>span{display:grid;place-items:center}.process-rail__dots i{width:10px;height:10px;border-radius:50%;border:1px solid rgba(22,36,15,.3);background:var(--home-parchment);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.process-rail__dots i.is-done{border-color:var(--home-brass);background:var(--home-brass)}.process-rail__dots i.is-active{border-color:var(--home-brass);background:var(--home-forest);box-shadow:0 0 0 2px #c6b46e59}.process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:6px 0 0;padding:0;list-style:none}.process-track button{width:100%;height:100%;display:block;padding:14px;border:1px solid var(--home-line);border-radius:4px;background:var(--home-parchment);text-align:left;transition:background .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}.process-track button.is-done{border-color:#75642a47;background:#eef3e5}.process-track button.is-active{border-color:#c6b46e8c;background:var(--home-forest);box-shadow:0 10px 26px #0a14092e}.process-track__top{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}.process-track__top>span,.process-track__top em{color:var(--home-brass-text);font-family:IBM Plex Mono,monospace;font-size:11.5px;font-style:normal;letter-spacing:.12em;text-transform:uppercase}.process-track__top svg{color:var(--home-brass-text)}.process-track button.is-active .process-track__top>span,.process-track button.is-active .process-track__top em{color:var(--home-brass)}.process-track strong{display:block;margin-top:8px;color:var(--home-ink);font-size:16px;font-weight:400}.process-track small{display:block;margin-top:4px;color:var(--home-muted);font-size:14px;line-height:1.35}.process-track button.is-active strong{color:var(--home-cream)}.process-track button.is-active small{color:#f7f6ecd9}.crm-delivery{margin-top:32px;padding-top:24px;border-top:1px solid rgba(22,36,15,.12)}.crm-delivery__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:4px 24px}.crm-delivery__head h3{margin:0;color:var(--home-ink);font-size:16px;font-weight:600}.crm-delivery__head p{margin:0;color:var(--home-muted);font-size:14px}.crm-delivery ul{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:14px 0 0;padding:0;list-style:none}.crm-delivery li{min-height:52px;display:flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--home-line);border-radius:4px;background:var(--home-parchment);box-shadow:inset 0 1px #c6b46e2e}.crm-delivery li.is-dark{border-color:#0a140940;background:var(--home-forest);box-shadow:none}.crm-delivery li img{width:auto;object-fit:contain}.crm-delivery__note{margin:10px 0 0;color:var(--home-muted);font-size:12px;line-height:1.4}.sample-section{padding:56px 0;color:var(--home-cream);background:var(--home-forest);border-block:1px solid rgba(247,246,236,.1)}.sample-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:center}.sample-section__copy h2{max-width:34ch;margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.7rem,2.5vw,2.25rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.sample-section__copy>p{max-width:62ch;margin:18px 0 0;color:#f7f6eccc;font-size:16px;line-height:1.62}.sample-section__note{color:#f7f6ec80!important;font-size:15px!important}.sample-section__actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:24px}.sample-section__actions button{min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:0 20px;border:0;border-radius:4px;color:var(--home-forest);background:var(--home-brass);font-size:14px;font-weight:600}.home-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sample-section__form{display:flex;align-items:center;gap:8px}.sample-section__field{min-width:210px;min-height:48px;display:flex;align-items:center;gap:9px;padding:0 13px;border-radius:4px;color:var(--home-ink);background:var(--home-cream)}.sample-section__field svg{flex:0 0 auto;color:var(--home-muted)}.sample-section__field input{min-width:0;flex:1;border:0;outline:0;color:var(--home-ink);background:transparent;font:inherit;font-size:15px}.sample-section__field input::placeholder{color:#8d9382}.sample-section__sent{display:inline-flex;align-items:center;gap:9px;margin:0;color:var(--home-lime);font-size:15px;font-weight:600}.sample-section__error{margin:12px 0 0;color:#ffb5a5;font-size:13px}.sample-section__actions button:disabled{opacity:.7;cursor:default}.sample-section__actions a{display:inline-flex;align-items:center;gap:8px;color:#f7f6ec9e;font-size:14px;text-decoration:none;white-space:nowrap}.sample-record{border-radius:8px;color:var(--home-ink);background:var(--home-parchment);overflow:hidden}.sample-record__head{min-height:49px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;background:#f7f4e9;border-bottom:1px solid var(--home-line);color:var(--home-brass-text);font-family:IBM Plex Mono,monospace;font-size:11.5px;text-transform:uppercase;letter-spacing:.12em}.sample-record__head span{display:inline-flex;align-items:center;gap:9px}.sample-record__head i{width:7px;height:7px;border-radius:50%;background:var(--home-brass-text)}.sample-record dl{margin:0}.sample-record dl div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:12px;padding:8px 20px;border-bottom:1px solid var(--home-line)}.sample-record dl div:last-child{border-bottom:0}.sample-record dt{color:var(--home-muted);font-size:14px}.sample-record dd{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0;font-size:14px;font-weight:500;text-align:right}.sample-record dd svg{color:#4a7c1f}.sample-record__checks{margin:0;padding:10px 20px;border-top:1px solid var(--home-line);background:#f7f4e9;color:var(--home-muted);font-size:12px;line-height:1.6}.sample-section__lock{display:flex;align-items:center;gap:9px;margin:14px 0 0;color:#f7f6ec80;font-size:12px;line-height:1.6}.sample-section__lock svg{flex:0 0 auto}.builder-section .home-section-heading{max-width:680px}.builder-section .home-section-heading h2{font-size:clamp(1.6rem,2.25vw,2rem);line-height:1.12}.builder-section .home-section-heading p{max-width:none;margin-top:12px;font-size:15px}.builder-section{padding:52px 0;background:var(--home-mist);border-block:1px solid var(--home-line)}.lead-builder{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:14px;margin-top:16px;align-items:start}.lead-builder__form{padding:16px;border-radius:10px}.lead-builder__summary{padding:0;border-radius:10px;overflow:hidden}.lead-builder__contact{padding:12px;border-radius:10px}.lead-builder__form{border:1px solid var(--home-line);background:var(--home-parchment)}.lead-builder__form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.lead-builder__form-row+.lead-builder__form-row{margin-top:14px}.lead-builder__group{min-width:0;margin:0;padding:0;border:0}.lead-builder__group-head{display:flex;align-items:center;gap:10px;width:100%;padding:0;margin-bottom:8px;border:0;background:transparent;color:var(--home-ink);text-align:left;cursor:default}.lead-builder__group-label{flex:0 0 auto;font-size:14px;font-weight:600}.lead-builder__group-head:after{content:"";flex:1;height:1px;background:var(--home-line)}.lead-builder__group-value,.lead-builder__group-head>svg{display:none}.lead-builder__hint{margin:0 0 10px;color:var(--home-muted);font-size:13px;line-height:1.4}.lead-builder__choices{display:flex;flex-wrap:wrap;gap:6px}.lead-builder__choices button{min-height:44px;padding:0 14px;border:1px solid var(--home-line);border-radius:4px;color:var(--home-ink);background:#fbfaf3;font-size:14px;font-weight:500}.lead-builder__choices button:hover{border-color:#75642a80}.lead-builder__choices button.is-selected{color:var(--home-ink);border-color:#75642a99;background:#e6e0c9}.lead-builder__range-labels{display:flex;justify-content:space-between;gap:12px;color:var(--home-brass-text);font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase}.lead-builder__ranges{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px}.lead-builder__ranges input{width:100%;accent-color:#8d7c2e}.lead-builder__group--wide{margin-top:14px}.lead-builder__group textarea{width:100%;min-height:76px;resize:vertical;padding:14px;border:1px solid var(--home-line);border-radius:4px;color:var(--home-ink);background:#fbfaf3;font:inherit;font-weight:400;line-height:1.5}.lead-builder__aside{display:grid;gap:8px;position:sticky;top:100px}.lead-builder__summary{color:var(--home-cream);background:var(--home-green-black)}.lead-builder__summary-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border-bottom:1px solid rgba(247,246,236,.14)}.lead-builder__summary-head span{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase}.lead-builder__summary-head strong{color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.lead-builder__summary dl{margin:0}.lead-builder__summary dl div{display:grid;grid-template-columns:1fr auto;gap:18px;padding:4px 14px;border-bottom:1px solid rgba(247,246,236,.08)}.lead-builder__summary dt{color:#f7f6ec8c;font-size:14px;line-height:1.5}.lead-builder__summary dd{display:flex;align-items:center;gap:6px;margin:0;font-size:14px;font-weight:500;line-height:1.5;text-align:right}.lead-builder__summary dd svg{color:var(--home-lime)}.lead-builder__rate{display:grid;gap:4px;margin:12px 14px 14px;padding:14px;border:1px solid rgba(198,180,110,.35);border-radius:6px;background:#c6b46e0f}.lead-builder__rate span{display:flex;align-items:center;gap:7px;color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:11.5px;text-transform:uppercase;letter-spacing:.12em}.lead-builder__rate strong{color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:22px;font-weight:400;letter-spacing:.12em}.lead-builder__rate p{margin:6px 0 0;color:#f7f6ec8c;font-size:13px;line-height:1.55}.lead-builder__contact{color:var(--home-cream);background:var(--home-green-black)}.lead-builder__contact label{display:block;margin-bottom:8px;font-size:14px;font-weight:600}.lead-builder__email{min-height:48px;display:flex;align-items:center;gap:9px;padding:0 13px;border-radius:4px;background:var(--home-cream)}.lead-builder__email svg{color:var(--home-muted)}.lead-builder__email input{min-width:0;flex:1;border:0;outline:0;color:var(--home-ink);background:transparent;font-size:16px}.lead-builder__email input::placeholder{color:#8d9382}.lead-builder__error{margin:8px 0 0;color:#ffb5a5;font-size:13px}@keyframes home-spin{to{transform:rotate(360deg)}}.lead-builder__spin{animation:home-spin .9s linear infinite}.lead-builder__contact>button:disabled{opacity:.75;cursor:default}.lead-builder__contact>button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;border:0;border-radius:4px;color:var(--home-forest);background:var(--home-brass);font-size:14px;font-weight:600}.lead-builder__contact small{display:block;margin-top:12px;color:#f7f6ec7a;font-size:13px}.lead-builder__contact>p:not(.lead-builder__error){margin:10px 0 0;color:#f7f6ecad;font-size:14px;line-height:1.5}.proof-section{position:relative;padding:56px 0;color:var(--home-cream);background:var(--home-forest);border-block:1px solid rgba(247,246,236,.1)}.proof-section>.home-container{position:relative;z-index:1}.proof-section .home-section-heading p{max-width:62ch;color:#f7f6eccc;font-size:14px}.proof-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;align-items:start}.proof-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.proof-range{display:grid;align-content:start;padding:22px;border-radius:8px;color:var(--home-ink);background:var(--home-parchment)}.proof-range>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.proof-range span{max-width:20ch;color:var(--home-muted);font-size:15px;line-height:1.35}.proof-range strong{color:var(--home-brass-text);font-size:26px;font-weight:700;white-space:nowrap}.proof-range i{position:relative;height:8px;margin-top:20px;border-radius:999px;background:#e2ded0}.proof-range i:after{content:"";position:absolute;top:0;bottom:0;left:var(--proof-from);right:calc(100% - var(--proof-to));border-radius:999px;background:#2c3f22}.proof-range__scale{display:flex;justify-content:space-between;margin-top:10px}.proof-range__scale span{color:var(--home-muted);font-size:12.5px}.proof-fact{display:grid;align-content:start;gap:6px;padding:22px;border-radius:8px;color:var(--home-ink);background:var(--home-parchment)}.proof-fact strong{color:var(--home-brass-text);font-family:IBM Plex Mono,monospace;font-size:25px;font-weight:400;letter-spacing:.01em}.proof-fact span{color:var(--home-muted);font-size:15px}.partner-quote{margin:0;padding:26px;border-radius:10px;color:var(--home-ink);background:#ded6ae}.partner-quote__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.partner-quote .home-eyebrow{color:#16240f99;margin-bottom:10px}.partner-quote h3{margin:0;font-size:27px;font-weight:700;letter-spacing:-.01em}.partner-quote__nav{display:flex;gap:8px}.partner-quote__nav button{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(22,36,15,.14);border-radius:6px;color:var(--home-ink);background:#fbfaf3}.partner-quote__nav button:hover{background:#fff}.partner-quote__intro{max-width:46ch;margin:16px 0 0;color:#16240fa8;font-size:16px;line-height:1.55}.partner-quote__card{margin-top:20px;padding:24px;border-radius:8px;background:#fbfaf3}.partner-quote__card>svg{color:#16240f59}.partner-quote blockquote{margin:14px 0 0;font-family:Archivo,sans-serif;font-size:21px;font-weight:400;line-height:1.4}.partner-quote figcaption{margin-top:20px;padding-top:18px;border-top:1px solid rgba(22,36,15,.12);color:#16240f99;font-family:IBM Plex Mono,monospace;font-size:11.5px;text-transform:uppercase;letter-spacing:.12em}.partner-quote__dots{display:flex;gap:7px;margin-top:18px}.partner-quote__dots button{width:26px;height:7px;padding:0;border:0;border-radius:999px;background:#16240f47}.partner-quote__dots button.is-active{background:#16240f}.proof-section__note{margin:26px 0 0;color:#f7f6ec85;font-size:14px}.test-section{position:relative;padding:56px 0;background:var(--home-mist);border-block:1px solid var(--home-green)}.test-console{position:relative;padding:28px;border-radius:4px;border:1px solid rgba(198,180,110,.3);color:var(--home-cream);background:var(--home-forest);overflow:hidden}.test-console:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(140,198,63,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(140,198,63,.07) 1px,transparent 1px);background-size:64px 64px}.test-console>*{position:relative;z-index:1}.test-console__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;align-items:end}.test-console__header h2{margin:0;font-family:Archivo,sans-serif;font-size:clamp(1.7rem,2.5vw,2.25rem);font-weight:700;line-height:1.12;letter-spacing:-.02em;text-wrap:balance}.test-console__header>p{margin:0;color:#f7f6eca8;font-size:16px;line-height:1.6}.test-console__label{margin:16px 0 8px;color:#f7f6ec8c;font-family:IBM Plex Mono,monospace;font-size:11.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.test-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:0;list-style:none}.test-steps li{min-height:58px;padding:11px 14px;border:1px solid rgba(247,246,236,.13);border-left:2px solid var(--home-brass);border-radius:0 4px 4px 0}.test-steps span{display:inline;color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.08em}.test-steps strong{display:inline;margin-left:7px;font-family:IBM Plex Mono,monospace;font-size:12.5px;font-weight:600}.test-steps p{margin:6px 0 0;color:#f7f6ec94;font-size:12.5px;line-height:1.35}.test-cost{display:grid;grid-template-columns:auto 1fr auto;gap:20px 28px;align-items:center;margin-top:16px;padding:16px 18px;border:1px solid rgba(247,246,236,.13);border-radius:6px}.test-cost__fixed{display:flex;align-items:center;gap:10px}.test-cost__fixed span{display:inline-flex;align-items:center;gap:8px;color:#f7f6ec99;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.test-cost__fixed span svg{color:var(--home-brass)}.test-cost__fixed strong{font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500}.test-cost__control label{display:block;margin-bottom:12px;font-size:17px;font-weight:600}.test-cost__row{display:flex;align-items:center;gap:16px}.test-cost__field{min-width:130px;min-height:48px;display:flex;align-items:center;border-radius:4px;color:var(--home-ink);background:var(--home-cream);overflow:hidden}.test-cost__field span{padding:0 12px;color:var(--home-muted)}.test-cost__field input{width:100%;height:48px;padding:0 12px 0 0;border:0;outline:0;color:var(--home-ink);background:transparent;font-size:17px}.test-cost__slider{flex:1;min-width:120px;accent-color:var(--home-brass)}.test-cost__presets{display:flex;gap:10px}.test-cost__presets button{min-width:62px;min-height:44px;padding:0 12px;border:1px solid rgba(247,246,236,.2);border-radius:999px;color:#f7f6eccc;background:transparent;font-size:14px}.test-cost__presets button.is-active{color:var(--home-forest);border-color:var(--home-brass);background:var(--home-brass);font-weight:600}.test-cost__control p{margin:12px 0 0;color:#f7f6ec80;font-size:14px}.test-cost__total{display:grid;justify-items:end;gap:6px;text-align:right}.test-cost__total span{color:#f7f6ec99;font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.test-cost__total strong{color:var(--home-brass);font-size:27px;font-weight:700}.test-calculator{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:14px;margin-top:16px}.test-calculator__inputs,.test-calculator__result{min-width:0;padding:16px;border:1px solid rgba(247,246,236,.13);border-radius:6px;background:#060e0680}.test-calculator__tabs{width:fit-content;display:flex;gap:4px;padding:4px;border:1px solid rgba(247,246,236,.18);border-radius:999px}.test-calculator__tabs button{min-height:42px;padding:0 22px;border:0;border-radius:999px;color:#f7f6ec9e;background:transparent;font-size:15px;font-weight:500}.test-calculator__tabs button.is-active{color:var(--home-forest);background:var(--home-brass);font-weight:600}.test-calculator__input-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.test-calculator__input-grid label{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;color:#f7f6ecd9;font-size:14px;font-weight:600}.test-calculator__input-grid label svg{flex:0 0 auto;opacity:.5}.test-calculator__number-input{min-height:48px;display:flex;align-items:center;margin-top:7px;border-radius:4px;color:var(--home-ink);background:var(--home-cream);overflow:hidden}.test-calculator__number-input span{padding:0 13px;color:var(--home-muted)}.test-calculator__number-input input{width:100%;height:48px;padding:0 13px;border:0;outline:0;color:var(--home-ink);background:transparent;font-size:16px}.test-calculator__input-grid p{margin:7px 0 0;color:#f7f6ec75;font-size:12px;line-height:1.45}.test-calculator details{margin-top:16px;border:1px solid rgba(247,246,236,.13);border-radius:4px}.test-calculator summary{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 16px;color:#f7f6ecdb;cursor:pointer;font-size:16px;font-weight:600;list-style:none}.test-calculator summary::-webkit-details-marker{display:none}.test-calculator summary span{color:#f7f6ec80;font-weight:400;font-size:15px}.test-calculator details>p{margin:0;padding:0 16px 16px;color:#f7f6ec8c;font-size:13px;line-height:1.55}.test-calculator__result h3{margin:0 0 16px;font-size:16px;font-weight:600}.test-calculator__result dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.test-calculator__result dl div{min-width:0;padding:16px 14px;border:1px solid rgba(198,180,110,.4);border-radius:4px}.test-calculator__result dt{min-height:26px;display:flex;align-items:flex-start;justify-content:space-between;gap:6px;color:#f7f6ec8f;font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase}.test-calculator__result dd{margin:10px 0 0;color:var(--home-brass);font-family:Archivo,sans-serif;font-size:25px;font-weight:700;font-variant-numeric:tabular-nums}.test-calculator__empty{min-height:95px;margin:0;padding:22px;border:1px solid rgba(198,180,110,.35);border-radius:4px;color:#f7f6ec9e;font-size:15px;line-height:1.55}.test-calculator__payback{grid-column:1 / -1;margin:0!important}.test-calculator__actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;margin-top:2px}.test-calculator__actions button,.test-calculator__actions a{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600}.test-calculator__actions button{border:0;color:var(--home-forest);background:var(--home-brass)}.test-calculator__actions a{color:var(--home-cream);border:1px solid rgba(247,246,236,.28)}.test-calculator__disclaimer{grid-column:1 / -1;margin:-2px 0 0;color:#f7f6ec75;font-size:12px;line-height:1.55}.audience-section{position:relative;padding:56px 0;color:var(--home-cream);background:var(--home-forest);border-block:1px solid rgba(247,246,236,.1)}.audience-section>.home-container{position:relative;z-index:1}.audience-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.audience-list article{display:flex;flex-direction:column;border-radius:8px;color:var(--home-ink);background:#fbfaf3;overflow:hidden}.audience-list__media{position:relative;flex:none;aspect-ratio:381 / 176;overflow:hidden}.audience-list__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.audience-list__media span{position:absolute;inset:auto 0 0;padding:16px 20px;color:var(--home-cream);background:linear-gradient(0deg,#060e06d9,#060e061a);font-family:IBM Plex Mono,monospace;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;line-height:1.4}.audience-list__body{display:flex;flex-direction:column;flex:1;padding:22px}.audience-list__body>p{margin:0;color:var(--home-muted);font-size:16px;line-height:1.55}.audience-list h3{margin:18px 0 0;font-family:Archivo,sans-serif;font-size:18px;font-weight:700;line-height:1.35}.audience-list a{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding-top:20px;border-top:1px solid var(--home-line);color:var(--home-brass-text);font-size:15px;font-weight:500;text-decoration:none}.faq-section{padding:64px 0;background:var(--home-mist);border-block:1px solid var(--home-line)}.faq-section__grid{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;align-items:start}.faq-section .home-section-heading{max-width:none}.faq-section .home-section-heading h2{font-size:clamp(2.15rem,3.35vw,3rem);line-height:1}.faq-section .home-section-heading p{max-width:24rem;margin-top:24px;font-size:16.5px}.faq-section .home-action{margin-top:28px}.faq-list{border-top:1px solid var(--home-line)}.faq-item{border-bottom:1px solid var(--home-line)}.faq-item h3{margin:0}.faq-item button{width:100%;min-height:68px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border:0;color:var(--home-ink);background:transparent;text-align:left;font-size:18px;font-weight:600}.faq-item button svg{flex:0 0 auto;color:var(--home-muted);transition:transform .18s ease}.faq-item button[aria-expanded=true] svg{transform:rotate(180deg)}.faq-item__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.faq-item__answer p{min-height:0;overflow:hidden;margin:0;color:var(--home-muted);font-size:16px;line-height:1.65}.faq-item__answer.is-open{grid-template-rows:1fr}.faq-item__answer.is-open p{padding:0 40px 24px 0}.closing-section{position:relative;padding:80px 0;color:var(--home-cream);background:radial-gradient(120% 110% at 15% 0%,#12251a 0%,var(--home-forest) 62%)}.closing-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:72px;align-items:center}.closing-section h2{max-width:768px;margin:0;font-family:Archivo,sans-serif;font-size:clamp(2.15rem,3.35vw,3rem);font-weight:700;line-height:1;letter-spacing:-.025em;text-wrap:balance}.closing-section p{max-width:60ch;margin:24px 0 0;color:#f7f6ecad;font-size:18px;line-height:1.6}.closing-section__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.closing-section ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.closing-section li{padding:18px 20px;border:1px solid rgba(247,246,236,.13);border-radius:4px;background:#f7f6ec05;color:#f7f6ecd1;font-size:16px}.home-footer{padding:60px 0 22px;color:var(--home-cream);background:var(--home-green-black);border-top:1px solid rgba(247,246,236,.1)}.home-footer__grid{display:grid;grid-template-columns:4fr 5fr 3fr;gap:48px}.home-footer__brand>p{max-width:44ch;margin:22px 0 0;color:#f7f6ec8c;font-size:15px;line-height:1.6}.home-footer__label{display:flex;align-items:center;gap:8px;color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.home-footer__brand .home-footer__label{margin-top:26px}.home-footer__coverage{margin:12px 0 0!important;color:#f7f6ecd9!important;font-size:16px!important}.home-footer a{color:#f7f6ecb3;text-decoration:none;transition:color .16s ease}.home-footer a:hover{color:var(--home-brass)}.home-footer__brand>a{display:flex;gap:9px;align-items:center;margin-top:16px;font-size:15px}.home-footer__offices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.home-footer__offices p{margin:16px 0 0;color:#f7f6ec8c;line-height:1.6;font-size:15px}.home-footer__offices a{display:flex;align-items:center;gap:9px;margin-top:14px;font-size:15px}.home-footer__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-left:40px;border-left:1px solid rgba(247,246,236,.12)}.home-footer__links>div{display:grid;align-content:start;gap:34px}.home-footer__links h3{margin:0 0 14px;color:var(--home-brass);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.home-footer__links a{display:block;margin-top:11px;font-size:14px}.home-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:52px;padding-top:20px;border-top:1px solid rgba(247,246,236,.1);color:#f7f6ec73;font-size:13px}.home-footer__regions{color:#f7f6ec80;font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.12em}@keyframes home-globe-settle{0%{opacity:0;transform:scale(1.06) translate(30px);filter:blur(8px)}to{opacity:.6;transform:none;filter:blur(0)}}@media(max-width:1180px){.home-nav{display:none}.home-header__menu{display:grid}.home-mobile-nav{display:grid;grid-template-rows:0fr;overflow:hidden;background:var(--home-forest);transition:grid-template-rows .22s ease}.home-mobile-nav.is-open{grid-template-rows:1fr}.home-mobile-nav nav{min-height:0;overflow:hidden;display:grid}.home-mobile-nav a,.home-mobile-nav button{padding:16px 0;color:var(--home-cream);border:0;border-top:1px solid rgba(247,246,236,.1);background:transparent;text-align:left;text-decoration:none}.home-hero__body{grid-template-columns:1fr}.engine-card{max-width:680px}.buyer-network ul{grid-template-columns:repeat(5,1fr)}.quick-questions__grid,.exclusive-compare{grid-template-columns:1fr}.cost-section__grid,.sample-section__grid,.proof-section__grid{gap:40px}.proof-section__grid{grid-template-columns:1fr}.home-footer__grid{grid-template-columns:1fr 1fr}.home-footer__links{grid-column:1 / -1;padding-left:0;border-left:0}}@media(max-width:860px){.home-container{width:min(100% - 40px,1184px)}.home-header__book{display:none}.home-hero{padding:104px 0 52px}.home-hero__globe{top:74px;right:-35%;bottom:35%;left:-5%;opacity:.4;animation:none;background-position:right top}.home-hero h1{font-size:clamp(2.3rem,9.2vw,3.1rem)}.home-hero__actions{flex-direction:column;align-items:stretch}.home-hero__promises{grid-template-columns:1fr}.engine-card__brand{align-items:flex-start;flex-direction:column}.engine-card__steps{grid-template-columns:repeat(2,1fr)}.home-mist-band{padding:34px 0 40px}.buyer-network__head{align-items:flex-start;flex-direction:column}.buyer-network ul{grid-template-columns:repeat(2,1fr)}.quick-questions,.exclusive-section,.cost-section,.process-section,.sample-section,.builder-section,.test-section,.audience-section,.proof-section,.faq-section,.closing-section{padding:48px 0}.home-section-heading h2,.home-intro__copy h2,.quick-questions__chooser h2,.process-section__intro h2,.sample-section__copy h2{max-width:none;font-size:clamp(2rem,8.6vw,2.75rem)}.home-section-heading p{font-size:16px}.home-intro__grid,.cost-section__grid,.sample-section__grid,.faq-section__grid,.closing-section__grid,.process-section__header{grid-template-columns:1fr;gap:36px}.process-section__header{display:contents}.process-section__device{margin-top:24px;order:3}.process-stepper{order:2;margin-top:24px}.process-section>.home-container{display:flex;flex-direction:column}.process-section__intro{order:1}.crm-delivery{order:4}.home-intro__copy p{font-size:16px}.home-verification{grid-template-columns:1fr;gap:28px;padding:24px}.quick-questions__options{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-questions__answer{padding:22px}.exclusive-compare article{padding:20px}.compare-title{flex-wrap:wrap;gap:12px}.compare-title h3{font-size:19px}.market-route li{font-size:14px}.market-route ul{gap:8px}.providers span{padding:10px 14px;font-size:14px}.providers span svg{transform:rotate(90deg)}.proof-range,.proof-fact{padding:18px}.proof-range i{margin-top:16px}.partner-quote{padding:20px}.partner-quote h3{font-size:22px}.partner-quote__card{padding:18px}.partner-quote blockquote{font-size:19px}.exclusive-flow,.lgp-route ul,.cost-section__problems{grid-template-columns:1fr}.dead-dial-estimator{grid-template-columns:1fr;padding:22px}.dead-dial-estimator h3,.dead-dial-estimator>p{grid-column:auto}.dead-dial-estimator__result{justify-items:start;text-align:left}.process-track,.test-steps,.audience-list,.proof-stats{grid-template-columns:repeat(2,1fr)}.process-rail{display:none}.crm-delivery ul{grid-template-columns:repeat(3,1fr)}.sample-record dl div{grid-template-columns:1fr;gap:4px}.sample-record dd{text-align:left}.sample-section__actions{align-items:stretch;flex-direction:column}.lead-builder,.test-calculator,.test-console__header{grid-template-columns:1fr}.lead-builder__form-row{grid-template-columns:1fr;gap:0}.lead-builder__form-row+.lead-builder__form-row,.lead-builder__group--wide{margin-top:0}.lead-builder__group+.lead-builder__group,.lead-builder__form-row+.lead-builder__form-row .lead-builder__group:first-child{border-top:1px solid var(--home-line)}.lead-builder__group-head{align-items:flex-start;flex-wrap:wrap;gap:0 10px;margin:0;padding:14px 0;cursor:pointer}.lead-builder__group-head:after{display:none}.lead-builder__group-label{flex:1;font-size:17px}.lead-builder__group-value{flex-basis:100%;display:block;order:3;margin-top:2px;color:var(--home-muted);font-size:15px;font-weight:400}.lead-builder__group-head>svg{display:block;flex:0 0 auto;color:var(--home-muted);transition:transform .2s ease}.lead-builder__group.is-open .lead-builder__group-head>svg{transform:rotate(180deg)}.lead-builder__group-body{display:none;padding-bottom:16px}.lead-builder__group.is-open .lead-builder__group-body{display:block}.test-calculator__result dl{grid-template-columns:repeat(3,minmax(0,1fr))}.lead-builder__aside{position:static}.test-console{padding:22px}.test-console__header{gap:22px;align-items:start}.test-cost{grid-template-columns:1fr}.test-cost__total{justify-items:start;text-align:left}.lead-builder__form,.lead-builder__summary,.lead-builder__contact,.test-calculator__inputs,.test-calculator__result{padding:20px}.test-calculator__input-grid{grid-template-columns:1fr}.test-calculator__payback,.test-calculator__actions,.test-calculator__disclaimer{grid-column:auto}.home-footer__grid{grid-template-columns:1fr;gap:36px}.home-footer__links{grid-template-columns:repeat(2,1fr)}.home-footer__bottom{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.home-hero__signal{padding:0;border:0;background:transparent;align-items:flex-start}.home-hero__signal svg{margin-top:4px}.home-signal-line{width:128px;height:1px;background:currentColor}.home-signal-line path{display:none}}@media(max-width:560px){.test-steps,.audience-list,.proof-stats,.home-verification__list,.providers,.test-calculator__tabs{grid-template-columns:1fr}.crm-delivery ul{grid-template-columns:repeat(2,1fr)}.test-cost__row{flex-wrap:wrap}.test-calculator__tabs{width:100%;display:flex}.test-calculator__tabs button{flex:1;padding-inline:10px}.test-calculator__actions{display:grid}.home-footer__links{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.home-hero__globe{animation:none}.home-shell *,.home-shell *:before,.home-shell *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
