:root{--ink:#1f1919;--muted:#625d5d;--line:#e7e7e7;--surface:#f7f8fa;--blue:#0574dd;--blue-dark:#002852;--cyan:#02d3f1;--purple:#642669;--green:#a3f84c;--red:#ef4444;--white:#fff;--radius:1.5rem;--shadow:0 24px 70px #141c2d1f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}img,svg{max-width:100%;display:block}button,input{font:inherit}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;line-height:1.12}h1{letter-spacing:-.055em;margin-bottom:1.5rem;font-size:clamp(2.55rem,5.8vw,4.8rem)}h2{letter-spacing:-.045em;margin-bottom:1.5rem;font-size:clamp(2rem,4.3vw,3.45rem)}h3{letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.35rem}.container{width:min(100% - 2rem,75rem);margin-inline:auto}.narrow{max-width:48rem}.center{text-align:center;margin-inline:auto}.section{padding-block:clamp(4.5rem,0vw,8rem)}.skip-link{z-index:1000;color:var(--white);background:var(--ink);border-radius:.65rem;padding:.7rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #1f191914;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:5rem;display:flex}.brand{display:inline-flex}.brand img,.site-footer img{width:9.5rem;height:auto}.button{text-align:center;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:3.25rem;padding:.8rem 1.5rem;font-weight:750;line-height:1.2;text-decoration:none;transition:transform .18s,background-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button:disabled{cursor:wait;opacity:.65;transform:none}.button-dark{color:var(--white);background:var(--ink)}.button-dark:hover{background:#352e2e}.button-green{color:var(--ink);background:var(--green);box-shadow:0 10px 30px #a3f84c3d}.button-green:hover{background:#b3ff66}.button-small{min-height:2.75rem;padding-inline:1.45rem;font-size:.92rem}.button-full{width:100%;margin-top:.25rem}.hero{background:radial-gradient(circle at 92% 20%, #02d3f11c, transparent 28rem), radial-gradient(circle at 5% 90%, #a3f84c1f, transparent 24rem), var(--white);overflow:hidden}.hero-grid,.contact-grid{align-items:center;gap:clamp(2.75rem,7vw,6.5rem);display:grid}.hero-copy{max-width:44rem;margin-top:-170px}.hero h1 span{color:var(--blue)}.eyebrow,.section-kicker{width:fit-content;color:var(--ink);letter-spacing:.11em;text-transform:uppercase;margin-bottom:1.15rem;font-size:.78rem;font-weight:850}.eyebrow{background:var(--green);border-radius:999px;padding:.45rem .85rem}.section-kicker{color:#075fae;margin-inline:auto}.lead{max-width:40rem;color:var(--muted);margin-bottom:.5rem;font-size:clamp(1.05rem,2vw,1.22rem)}.lead strong{color:var(--ink)}.hero-publisher-showcase{max-width:44rem;margin-top:35px}.hero-publisher-showcase>p{color:var(--ink);margin-bottom:.85rem;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:800;line-height:1.3}.hero-publisher-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:.4rem .6rem;display:grid}.hero-publisher-grid span{border-radius:.5rem;justify-content:center;align-items:center;min-height:3.4rem;padding:.35rem .5rem;transition:transform .18s;display:flex}.hero-publisher-grid span:hover{transform:translateY(-2px)}.hero-publisher-grid img{object-fit:contain;max-width:100%;height:auto;max-height:30px}.hero-points{gap:.6rem;margin:1.7rem 0 0;padding:0;list-style:none;display:grid}.hero-points li{padding-left:1.75rem;font-weight:650;position:relative}.hero-points li:before{width:1.2rem;height:1.2rem;color:var(--blue-dark);background:var(--green);content:"✓";text-align:center;border-radius:50%;font-size:.75rem;font-weight:900;line-height:1.2rem;position:absolute;left:0}.form-card{border-radius:var(--radius);background:var(--white);width:100%;max-width:31rem;box-shadow:var(--shadow);color:var(--ink);border:1px solid #1f191914;margin-inline:auto;padding:clamp(1.5rem,4vw,2.5rem)}.form-card h2,.form-card h3{margin-bottom:.3rem;font-size:1.65rem}.form-intro{color:var(--muted);margin-bottom:1.4rem;font-size:.93rem}.lead-form{gap:1rem;display:grid}.field{gap:.35rem;display:grid}.field label{font-size:.88rem;font-weight:750}.field input{width:100%;min-height:3.1rem;color:var(--ink);background:var(--white);border:1px solid #cfd2d7;border-radius:.8rem;padding:.7rem .9rem}.field input:hover{border-color:#9ea4ad}.field input[aria-invalid=true]{border-color:var(--red)}.field-error{color:#b42318;min-height:0;font-size:.78rem}.field-error:not(:empty){min-height:1.1rem}.consent{color:var(--muted);grid-template-columns:auto 1fr;align-items:start;gap:.65rem;font-size:.77rem;line-height:1.45;display:grid}.consent input{width:1.1rem;height:1.1rem;accent-color:var(--blue);margin:.1rem 0 0}.consent a{color:var(--blue-dark);font-weight:700}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.form-status{text-align:center;min-height:1.5rem;margin:0;font-size:.85rem;font-weight:650}.form-status[data-state=success]{color:#157347}.form-status[data-state=error]{color:#b42318}.section-dark{color:var(--white);background:var(--ink)}.section-dark .section-kicker{color:var(--green)}.section-dark .narrow>p:not(.section-kicker){color:#c9c6c6;font-size:1.08rem}.comparison{align-items:center;gap:1.6rem;max-width:48rem;margin-top:3.5rem;display:grid}.comparison-card{text-align:center}.comparison-card h3{border-radius:999px;width:fit-content;margin:1.2rem auto .4rem;padding:.4rem .8rem;font-size:.9rem}.comparison-bad h3{color:#fca5a5;background:#ef44442e}.comparison-good h3{color:var(--green);background:#a3f84c24}.comparison-card p{color:#a8a4a4;font-size:.82rem}.versus{color:#aaa5a5;letter-spacing:.15em;text-align:center;font-size:.75rem;font-weight:850}.mock-browser{background:#f3f4f6;border:.6rem solid #343030;border-radius:1.7rem;width:min(100%,16rem);height:18rem;margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 24px 40px #00000047}.mock-browser>i{background:#d1d5db;border-radius:1rem;width:calc(100% - 2rem);height:.6rem;margin:1rem 1rem 0;display:block}.mock-browser>i:nth-child(2){width:65%;margin-top:.45rem}.mock-browser>i:nth-child(3){height:5rem;margin-top:.9rem}.mock-copy{background:repeating-linear-gradient(#d1d5db 0 .4rem,#0000 .4rem .85rem);border-radius:.4rem;height:2.5rem;margin:.8rem 1rem}.interrupt-ad{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#c92a2a;border-radius:.75rem;height:8rem;padding-top:2.8rem;font-size:.75rem;font-weight:800;position:absolute;inset:5rem 1.2rem auto;box-shadow:0 15px 40px #0000004d}.interrupt-ad b{background:#292525;border-radius:50%;place-items:center;width:1.7rem;height:1.7rem;display:grid;position:absolute;top:-.5rem;right:-.5rem}.native-ad{border:2px solid var(--green);color:#4b5563;text-align:left;background:#fff;border-radius:.6rem;grid-template-columns:3.6rem 1fr;align-items:center;gap:.65rem;margin:.8rem 1rem;padding:.45rem;font-size:.6rem;display:grid}.native-ad span{background:linear-gradient(135deg, var(--cyan), var(--blue));border-radius:.4rem;height:3.2rem}.section-heading{margin-bottom:3.2rem}.benefit-grid{gap:1.75rem;max-width:64rem;margin-inline:auto;display:grid}.benefit-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden;box-shadow:0 12px 40px #141c2d12}.publisher-visual,.chart-visual{min-height:14rem;color:var(--white);background:linear-gradient(145deg, var(--blue-dark), var(--blue));align-items:end;padding:2rem;display:grid}.publisher-visual{grid-template-columns:repeat(3,1fr);gap:.65rem}.publisher-visual span{border-radius:.7rem;place-items:center;min-height:3.3rem;font-weight:900;display:grid;box-shadow:0 8px 20px #00000026}.publisher-visual strong,.chart-visual strong{letter-spacing:.08em;text-align:center;text-transform:uppercase;grid-column:1/-1;margin-top:.7rem;font-size:.75rem}.uol{background:#b83b0b}.g1{background:#c91f1f}.r7{background:#7a480b}.terra{background:#16803b}.msn{background:#2563eb}.ig{background:#7e22ce}.chart-visual{background:linear-gradient(145deg, var(--purple), var(--blue));grid-template-columns:repeat(7,1fr);gap:.55rem}.chart-visual span{height:var(--h);background:#ffffff54;border-radius:.35rem .35rem 0 0;min-height:2rem}.chart-visual strong{color:var(--ink);background:var(--green);letter-spacing:0;text-transform:none;border-radius:999px;padding:.45rem .7rem}.benefit-copy{padding:2rem}.benefit-copy p,.proof-grid p{color:var(--muted);margin-bottom:0}.icon{width:3rem;height:3rem;color:var(--white);background:var(--blue-dark);border-radius:.9rem;place-items:center;margin-bottom:1.2rem;font-size:1.5rem;font-weight:800;display:grid}.icon-purple{background:var(--purple)}.proof{background:var(--surface)}.proof-grid{gap:1.25rem;display:grid}.proof-grid article{border-radius:var(--radius);background:var(--white);text-align:center;border:1px solid #eceef1;padding:2rem}.proof-grid article>span{width:3.5rem;height:3.5rem;color:var(--blue-dark);background:#02d3f121;border-radius:50%;place-items:center;margin:0 auto 1.2rem;font-size:1.2rem;font-weight:850;display:grid}.section-blue{color:var(--white);background:radial-gradient(circle at 92% 0, #a3f84c29, transparent 28rem), radial-gradient(circle at 0 100%, #02d3f12b, transparent 30rem), var(--blue-dark);position:relative;overflow:hidden}.section-blue h2{max-width:38rem}.section-blue .section-kicker-light{color:var(--green);margin-inline:0}.section-blue .contact-grid>div:first-child>p:last-child{color:#dbe7f0;max-width:36rem;font-size:1.2rem}.site-footer{padding-block:2.5rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.3rem;display:flex}.footer-inner p,.footer-inner a{color:var(--muted);margin:0;font-size:.85rem}@media (min-width:48rem){.comparison{grid-template-columns:1fr auto 1fr}.benefit-grid,.proof-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:row;justify-content:space-between}}@media (min-width:64rem){.hero-grid,.contact-grid{grid-template-columns:minmax(0,1.1fr) minmax(24rem,.75fr)}}@media (max-width:960px){.hero-copy{margin-top:-50px}}@media (max-width:35rem){.header-inner{min-height:4.5rem}.hero-copy{margin-top:-50px}.brand img{width:7.5rem}.button-small{min-height:2.6rem;padding-inline:1rem;font-size:.82rem}.hero-publisher-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem .5rem}.hero-publisher-grid span{min-height:3rem;padding:.25rem .35rem}.publisher-visual,.chart-visual{padding:1.25rem}}@media (max-width:25rem){.hero-publisher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}@media print{.site-header,.lead-form,.skip-link{display:none}.section{padding-block:2rem}}
