html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}.section{padding:92px 0;position:relative}h1,h2,h3{line-height:1.03;letter-spacing:-.045em;margin:0;color:var(--ink)}h1{font-size:clamp(3rem,5.35vw,5.15rem);max-width:760px}h2{font-size:clamp(2.15rem,3.7vw,4rem);max-width:900px}h3{font-size:clamp(1.25rem,1.7vw,1.65rem);letter-spacing:-.035em}p{margin:0 0 18px;color:var(--slate);font-size:1.04rem}.lead{font-size:clamp(1.12rem,1.5vw,1.28rem);line-height:1.62;color:#35455b;max-width:760px}.small{font-size:.92rem;color:var(--muted)}.nav a:hover:after{transform:scaleX(1)}.btn-primary{background:linear-gradient(135deg,var(--blue),#1742c9);color:#fff;box-shadow:0 16px 34px rgba(36,87,230,.28)}.btn-secondary{background:rgba(255,255,255,.92);border-color:var(--line);color:var(--ink);box-shadow:0 6px 18px rgba(7,17,31,.04)}.btn-secondary:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.btn-dark{background:var(--navy);color:#fff;box-shadow:0 16px 34px rgba(7,17,31,.18)}.btn-dark:hover{transform:translateY(-2px);background:#0a1728}.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(55,197,255,.22),transparent 27%),radial-gradient(circle at 80% 10%,rgba(36,87,230,.16),transparent 30%)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:90px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}.hero h1,.hero h2{color:#fff;text-wrap:balance}.hero .eyebrow{color:#83d9ff}.hero p:not(.lead):not(.eyebrow){color:#c6d7ea}.score-card{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.86);border-radius:34px;padding:30px;box-shadow:0 34px 90px rgba(7,17,31,.22);backdrop-filter:blur(18px);overflow:hidden}.score-card>*{position:relative;z-index:1}.score-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}.score-title{font-size:.78rem;font-weight:950;text-transform:uppercase;letter-spacing:.17em;color:#6b7b91}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.soft{background:linear-gradient(180deg,#f7faff 0%,#fff 100%)}.section-head{max-width:820px;margin-bottom:38px}.center{text-align:center;margin-left:auto;margin-right:auto}.center p{margin-left:auto;margin-right:auto}.card{position:relative;background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow-soft);overflow:hidden}.card h3{margin-bottom:13px}.card p:last-child{margin-bottom:0}.service-card .btn{margin-top:auto;align-self:flex-start}.split-card{background:#fff;border-radius:30px;padding:28px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}ul.clean{list-style:none;padding:0;margin:0;display:grid;gap:11px}ul.clean li{position:relative;padding-left:29px;color:var(--slate);font-weight:650}ul.clean li:before{content:"";position:absolute;left:1px;top:.48em;width:10px;height:10px;border-radius:999px;background:var(--blue);box-shadow:0 0 0 5px rgba(36,87,230,.1)}.navy-band{background:radial-gradient(circle at 80% 20%,rgba(55,197,255,.18),transparent 35%),linear-gradient(135deg,#07111f,#122b49);color:#fff;overflow:hidden}.navy-band h2,.navy-band h3{color:#fff}.navy-band p,.navy-band .lead,.navy-band li{color:#d8e7f6}.navy-band .eyebrow{color:#83d9ff}.navy-band .card{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:none;backdrop-filter:blur(10px)}.navy-band .btn-secondary{background:#fff;color:var(--ink)}.cta-panel{border-radius:36px;padding:50px;background:radial-gradient(circle at top right,rgba(55,197,255,.18),transparent 32%),linear-gradient(135deg,#f4f8ff,#fff);border:1px solid var(--line);box-shadow:var(--shadow)}.platform-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:22px}.page-hero{background:radial-gradient(circle at 80% 10%,rgba(55,197,255,.12),transparent 28%),linear-gradient(180deg,#f8fbff,#fff);padding:82px 0 58px;border-bottom:1px solid var(--line)}.page-hero .lead{margin-top:20px;max-width:820px}.content-block{max-width:860px}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{display:flex;flex-direction:column}.case-meta{color:var(--blue);font-size:.8rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.faq{display:grid;gap:14px;max-width:900px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;box-shadow:0 8px 22px rgba(7,17,31,.04)}.faq-item h3{font-size:1.1rem;margin-bottom:8px}.site-footer p,.site-footer a{color:#cbd5e1}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#94a3b8;font-size:.92rem}@media(max-width:1080px){.header-cta .btn-secondary{display:none}.hero{background:linear-gradient(180deg,#07111f 0%,#0d2440 66%,#fff 66%,#fff 100%)}}@media(max-width:980px){.grid-2{grid-template-columns:1fr}.grid-3,.grid-4,.case-grid,.footer-grid{grid-template-columns:1fr 1fr}.hero h1,.hero .lead{max-width:760px}}@media(max-width:640px){.grid-3,.grid-4,.case-grid,.footer-grid,.compare{grid-template-columns:1fr}.cta-panel{padding:30px 22px;border-radius:26px}.button-row .btn{width:100%}.site-header.open .nav{top:70px}.brand{min-width:auto}.hero h1{font-size:3rem}.hero .button-row{margin-top:24px}}.free-pill{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:rgba(34,197,94,.12);color:#15803d;font-size:.72em;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.trust-stat:last-child{border-right:0}.page-level-section .audit-card h3{margin-bottom:18px}.gap-grid .card h3{font-size:1.25rem}.gap-grid .card p{font-size:.98rem}.proof-section{background:linear-gradient(180deg,#fff,#f7faff)}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.metric-grid div{border:1px solid #d8e6fb;border-radius:18px;background:#f8fbff;padding:16px}.metric-grid strong{display:block;color:#07111f;font-size:1.45rem;font-weight:950;letter-spacing:-.04em}.metric-grid span{display:block;color:#627188;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-top:4px}.featured-result{box-shadow:0 30px 80px rgba(36,87,230,.16)}.seo-frustration{background:linear-gradient(180deg,#f0f5ff,#fff);border-top:1px solid #dce6f2;border-bottom:1px solid #dce6f2}.frustration-panel{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1060px}.frustration-panel h2{font-size:clamp(1.85rem,3vw,2.8rem)}.frustration-panel p{font-size:1.05rem}.scan-panel{align-items:center}.scan-checklist{background:#fff;border:1px solid #d8e6fb;border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(7,17,31,.08)}.check-list{display:grid;gap:12px;margin-top:24px}.check-list div{display:flex;align-items:center;gap:12px;color:#27364a;font-size:.95rem;font-weight:850}.check-list span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#eef5ff;color:#2457e6;font-weight:950}.about-preview{background:#fff}.final-cta .btn-secondary{background:#fff;color:var(--ink)}.card-icon svg{display:block}.service-card ul.clean{margin:18px 0 24px}@media(max-width:980px){.trust-stat{border-right:0}.frustration-panel{grid-template-columns:1fr}}@media(max-width:640px){.metric-grid{grid-template-columns:1fr}.frustration-panel{gap:28px}.scan-checklist{padding:22px}}:root{--navy:#07111f;--navy-2:#0d1b2f;--ink:#0f172a;--slate:#46566b;--muted:#718197;--line:#dce6f2;--soft:#f5f8fc;--soft-2:#edf4ff;--white:#ffffff;--blue:#2457e6;--blue-2:#3b82f6;--cyan:#37c5ff;--green:#22c55e;--gold:#fbbf24;--radius:26px;--shadow:0 24px 80px rgba(7,17,31,.13);--shadow-soft:0 14px 40px rgba(7,17,31,.08);--max:1280px;--navy:#06101e;--navy-3:#0f2540;--blue:#1a4fd6;--blue-2:#2d66f0;--cyan:#00cfe8;--cyan-2:#45daf7}h1,h2,h3,.brand{font-family:'Sora','Inter',ui-sans-serif,system-ui,sans-serif;font-weight:800}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,230,242,.85);background:rgba(6,16,30,.93);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(20px)}.brand-logo{display:block;width:230px;max-width:100%;height:auto;width:250px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.22))}.header-cta .btn-secondary:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);color:#fff}.mobile-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:1.45rem;line-height:1;padding:10px 12px;cursor:pointer;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.hero,.hero-v4{position:relative;overflow:hidden;padding:100px 0 110px;background:#06101e!important}.hero:before,.hero-v4:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 55% 60% at 8% 55%,rgba(26,79,214,.42) 0%,transparent 70%),radial-gradient(ellipse 40% 50% at 92% 15%,rgba(0,207,232,.22) 0%,transparent 65%),radial-gradient(ellipse 30% 40% at 65% 90%,rgba(13,59,171,.35) 0%,transparent 60%),radial-gradient(ellipse 20% 30% at 50% 10%,rgba(0,207,232,.10) 0%,transparent 55%)}.hero:after,.hero-v4:after{content:"";position:absolute;inset:0;z-index:1;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;pointer-events:none}.hero .container{z-index:2;position:relative;z-index:3}.hero h1,.hero-v4 h1{font-family:'Sora','Inter',sans-serif;font-size:clamp(3rem,5.3vw,5.15rem);line-height:.96;letter-spacing:-.055em;max-width:740px;color:#fff}.hero .lead{margin-top:24px;color:#dcecff;max-width:680px;color:rgba(255,255,255,.68);font-weight:400;line-height:1.65}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.73rem;font-weight:900;color:var(--blue);margin:0 0 14px;display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:22px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--blue-2));border-radius:2px;flex-shrink:0}.hero .eyebrow,.navy-band .eyebrow{background:linear-gradient(90deg,#83d9ff,#00cfe8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.hero .btn-secondary,.final-cta .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}.hero .btn-secondary:hover,.final-cta .btn-secondary:hover{background:rgba(255,255,255,.14);color:#fff}.score-card:before{content:"";position:absolute;right:-70px;top:-80px;width:220px;height:220px;background:radial-gradient(circle,rgba(55,197,255,.32),transparent 67%);background:radial-gradient(circle,rgba(0,207,232,.28),transparent 66%)}.score-badge{border:1px solid #d8e6fb;padding:8px 12px;font-size:.75rem;font-weight:950;color:var(--blue);background:#eef5ff;border-radius:999px;padding:7px 12px;color:#1a4fd6;background:#f0f5ff}@keyframes ews-bar-fill{from{width:0%}to{width:var(--bar-w)}}.card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:.82;display:none}.service-card:before{content:"";display:block;position:absolute;left:0;top:22px;bottom:22px;width:3px;height:auto;background:linear-gradient(180deg,var(--blue),var(--cyan));border-radius:0 2px 2px 0;opacity:1}.gap-card:before{display:none}.service-card{display:flex;flex-direction:column;min-height:100%;background:#fff}.card-icon{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#eef5ff,#e0f7ff);font-weight:950;margin-bottom:20px;border:1px solid #dbeafe;background:linear-gradient(135deg,#e8f0ff,#d8f0ff);color:var(--blue)}.result-card{border-top:3px solid transparent;border-image:linear-gradient(90deg,var(--blue),var(--cyan)) 1}.result-card:before{display:none}.result-number{font-family:'Sora','Inter',sans-serif;font-size:clamp(2.2rem,2.8vw,3rem);font-weight:800;letter-spacing:-.06em;color:var(--blue);line-height:1;margin-bottom:4px}.result-card h3{font-size:clamp(1.8rem,2.3vw,2.35rem);letter-spacing:-.045em;color:var(--blue);font-size:clamp(1.15rem,1.6vw,1.45rem);color:var(--ink)}.process-track{position:relative}.process-track:before{content:"";position:absolute;top:19px;left:calc(12.5% + 16px);right:calc(12.5% + 16px);height:2px;background:linear-gradient(90deg,#1a4fd6,#00cfe8);z-index:0}.process-step{min-height:230px;position:relative;z-index:1;min-height:200px;padding-top:0;background:transparent!important;border:none!important;box-shadow:none!important}.step-circle{width:38px;height:38px;border-radius:50%;margin-bottom:16px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:900;font-size:.8rem;display:grid;place-items:center;box-shadow:0 0 0 4px #fff,0 8px 20px rgba(26,79,214,.3)}.step-time{display:inline-block;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);background:#eef5ff;border:1px solid #d0e4ff;border-radius:4px;padding:3px 8px;margin-bottom:10px}.process-step h3{font-size:1.1rem;margin-bottom:10px}.process-step p{font-size:.9rem;color:var(--muted)}.platform-pill{border:1px solid #d8e6fb;border-radius:999px;padding:10px 14px;font-size:.9rem;font-weight:900;color:#223249;background:#fff;box-shadow:0 6px 16px rgba(7,17,31,.04);display:flex;align-items:center;gap:7px}.pdot{width:6px;height:6px;border-radius:50%;flex-shrink:0;display:inline-block}.site-footer{background:#07111f;color:#fff;padding:58px 0 24px;background:#06101e}@media(max-width:1080px){.hero,.hero-v4{background:#06101e!important}.brand-logo{width:210px;width:220px}.brand{min-width:210px;min-width:220px}}@media(max-width:980px){.site-header.open .nav{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column;align-items:flex-start;background:#06101e;border-bottom:1px solid rgba(255,255,255,.1)}.site-header.open .header-cta{display:flex;position:absolute;top:350px;left:24px;right:24px;background:#fff;padding-bottom:18px;background:#06101e}.nav a{color:rgba(255,255,255,.8)}.header-cta .btn-secondary{display:flex}}@media(max-width:640px){.brand-logo{width:190px}.trust-stat:last-child{border-bottom:0}}.site-header .container{width:min(1480px,calc(100% - 56px))}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:84px}.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}.site-header .brand-logo{display:block;width:190px;max-width:190px;height:auto;max-height:60px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}.nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.88rem;font-weight:850;color:rgba(255,255,255,.78);flex:1 1 auto}.nav a{position:relative;padding:30px 0;transition:color .18s ease,text-shadow .18s ease;white-space:nowrap}.nav a:hover{color:var(--blue);color:#fff;text-shadow:0 0 18px rgba(0,207,232,.45)}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:.18s ease;background:linear-gradient(90deg,var(--cyan),var(--blue-2));height:3px;bottom:15px;border-radius:999px;box-shadow:0 0 14px rgba(0,207,232,.55)}.header-cta{display:flex;align-items:center;gap:12px;flex:0 0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;font-size:.95rem;font-weight:900;border:1px solid transparent;transition:.18s ease;text-align:center;line-height:1.2;white-space:normal;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.header-cta .btn{min-height:44px;padding:12px 20px;font-size:.84rem}.header-cta .btn-primary{min-width:220px}.header-cta .btn-secondary{min-width:190px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff;box-shadow:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(36,87,230,.33);transform:translateY(-3px) scale(1.025);box-shadow:0 24px 54px rgba(36,87,230,.45),0 0 0 1px rgba(255,255,255,.18) inset}.btn-secondary:hover,.btn-dark:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 42px rgba(7,17,31,.16)}.btn-primary .free-pill{background:#fff;color:#0a8f48;border:1px solid rgba(255,255,255,.45);box-shadow:0 0 0 3px rgba(255,255,255,.16)}.hero .btn-secondary .free-pill,.final-cta .btn-secondary .free-pill{background:#fff;color:#0a8f48}.footer-logo{display:block;width:260px;max-width:100%;height:auto;margin:0 0 18px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.25))}.site-footer h3{font-size:1rem;margin-bottom:13px;color:#fff;color:rgba(255,255,255,.82)}.trust-bar{background:#f7faff;border-top:1px solid #dce6f2;border-bottom:1px solid #dce6f2;padding:24px 0;background:#06101e;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:28px 0;background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%)!important;border-top:1px solid #dce6f2!important;border-bottom:1px solid #dce6f2!important;padding:34px 0!important;box-shadow:0 18px 60px rgba(6,16,30,.08)}.trust-stat-grid{gap:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-stat{text-align:center;padding:4px 24px;border-right:1px solid #dce6f2;border-right:1px solid rgba(255,255,255,.09);background:#fff;border:1px solid #dce6f2!important;border-radius:20px;padding:22px 18px!important;box-shadow:0 12px 34px rgba(6,16,30,.07)}.trust-stat strong{display:block;color:#07111f;font-size:1.7rem;line-height:1;font-weight:950;letter-spacing:-.05em;margin-bottom:7px;color:#fff;font-family:'Sora','Inter',sans-serif;font-size:2.2rem;font-weight:800;color:#07111f!important;font-size:2.05rem!important;letter-spacing:-.045em}.trust-stat span{display:block;color:#627188;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:rgba(255,255,255,.48);color:#596a81!important;font-size:.73rem!important}.hero{position:relative;overflow:hidden;padding:90px 0 96px;background:linear-gradient(135deg,#07111f 0%,#0d2440 52%,#f8fbff 52%,#fff 100%);padding-top:92px;padding-bottom:104px}.hero h1{max-width:720px}.about-preview .paul-photo{margin:auto}.about-photo{aspect-ratio:1/1}.page-hero.inner-hero{position:relative;overflow:hidden;padding:86px 0 92px;background:radial-gradient(ellipse at 82% 20%,rgba(0,207,232,.12),transparent 40%),linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);border-bottom:1px solid #dce6f2}.page-hero.inner-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,79,214,.06),transparent 45%);pointer-events:none}.page-hero.inner-hero .container{position:relative;z-index:1}.page-hero.inner-hero h1{font-size:clamp(3.1rem,5vw,5.3rem);line-height:1;max-width:850px}.page-hero.inner-hero .lead{max-width:760px;margin-top:20px}.inner-hero-card{background:#fff;border:1px solid #dce6f2;border-radius:30px;padding:32px;box-shadow:0 26px 80px rgba(6,16,30,.11)}.inner-hero-card h3{font-size:1.55rem;margin:10px 0 18px}.mini-label{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#eef5ff;color:#1a4fd6;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.mini-metrics div{background:#f6f9ff;border:1px solid #dce6f2;border-radius:16px;padding:14px}.mini-metrics strong{display:block;color:#07111f;font-family:'Sora','Inter',sans-serif;font-size:1.15rem;letter-spacing:-.04em}.mini-metrics span{display:block;color:#6b7f96;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}.question-card{box-shadow:0 24px 70px rgba(6,16,30,.10)}.navy-band .scan-checklist{background:rgba(255,255,255,.96)}.navy-band .scan-checklist p,.navy-band .scan-checklist .check-list div{color:#243348}.case-study-detail{display:grid;gap:32px}.case-detail-card{background:#fff;border:1px solid #dce6f2;border-radius:32px;padding:38px;box-shadow:0 20px 60px rgba(6,16,30,.08)}.case-detail-card h2{font-size:clamp(2rem,3vw,3.2rem);margin-bottom:14px}.case-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0}.case-metrics-row div{background:linear-gradient(180deg,#f6f9ff,#fff);border:1px solid #dce6f2;border-radius:18px;padding:18px}.case-metrics-row strong{display:block;font-family:'Sora','Inter',sans-serif;font-size:2rem;color:#1a4fd6;letter-spacing:-.06em;line-height:1}.case-metrics-row span{display:block;color:#6b7f96;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-top:6px}.before-after-table{display:grid;border:1px solid #dce6f2;border-radius:22px;overflow:hidden;margin:28px 0;background:#fff}.before-after-table>div{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:0;border-bottom:1px solid #dce6f2}.before-after-table>div:last-child{border-bottom:0}.before-after-table span,.before-after-table strong{padding:14px 16px;border-right:1px solid #dce6f2}.before-after-table span:last-child,.before-after-table strong:last-child{border-right:0}.before-after-table>div:first-child{background:#06101e;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.before-after-table strong{color:#07111f}.before-after-table strong:last-child{color:#1a4fd6}.scan-checklist .btn{width:100%}.scan-checklist .free-pill{margin-left:2px}.check-list div span{background:#eef5ff;color:#1a4fd6;border-radius:6px;width:22px;height:22px;display:inline-grid;place-items:center;font-weight:950}@media(max-width:1220px){.site-header .container{width:min(100% - 36px,1360px)}.site-header .brand-logo{width:164px;max-width:164px}.header-inner{gap:20px}.nav{gap:16px;font-size:.82rem}.header-cta{gap:8px}.header-cta .btn{padding:11px 15px;font-size:.8rem}.header-cta .btn-primary{min-width:190px}.header-cta .btn-secondary{min-width:164px}}@media(max-width:1080px){.site-header .brand-logo{width:156px;max-width:156px}.header-cta .btn-primary{min-width:auto}.btn{white-space:normal}.header-cta .btn{white-space:nowrap}.nav{gap:14px;font-size:.82rem}.trust-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.site-header .container{width:min(var(--max),calc(100% - 40px))}.header-cta .btn{white-space:normal}.site-header.open .brand-logo{max-width:190px}.mini-metrics,.case-metrics-row{grid-template-columns:1fr}.before-after-table>div{grid-template-columns:1fr 1fr}.trust-stat-grid{grid-template-columns:repeat(2,1fr);gap:18px;grid-template-columns:1fr 1fr}.page-hero.inner-hero{padding:70px 0}.case-detail-card{padding:28px}}@media(max-width:640px){.before-after-table span,.before-after-table strong{font-size:.88rem;padding:12px}.header-cta .btn-primary,.header-cta .btn-secondary{min-width:0}}.navy-band .audit-card{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.24)!important;box-shadow:0 24px 70px rgba(0,0,0,.16)!important}.navy-band .audit-card h3{color:#ffffff!important}.navy-band .audit-card ul.clean li{color:#f4f8ff!important;opacity:1!important;font-weight:800}.navy-band .audit-card ul.clean li:before{background:#37c5ff!important;box-shadow:0 0 0 5px rgba(55,197,255,.18)!important}@media(min-width:1180px){.container{width:min(var(--max),calc(100% - 64px))}.section-head,.lead{max-width:820px}.hero .lead{max-width:680px}}@media(min-width:1380px){.site-header .container{width:min(1480px,calc(100% - 72px))}}.paul-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:14px}.photo-caption strong{display:block;color:#07111f;font-size:1rem;font-weight:950;letter-spacing:-.02em}.photo-caption span{display:block;color:#627188;font-size:.87rem;font-weight:850;margin-top:3px;line-height:1.45}.about-photo-wrap{align-items:flex-start}.about-photo-wrap .photo-caption{max-width:430px}@media(max-width:980px){.about-photo-wrap{align-items:center}.photo-caption{text-align:center}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)!important;opacity:.92;transition:transform .08s ease,opacity .08s ease}.btn:focus-visible,.nav a:focus-visible,.mobile-drawer a:focus-visible,.mobile-toggle:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.nav a:active,.footer-links a:active,.mobile-drawer a:active{opacity:.65}.toggle-close{display:none}.site-header.open .toggle-open{display:none}.site-header.open .toggle-close{display:inline}.mobile-drawer{display:none}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:30px;margin-bottom:38px;grid-template-columns:1.15fr 2.25fr;align-items:start}.footer-links-group{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1500;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(7,17,31,.96);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12);gap:10px;align-items:center;transform:translateY(100%);transition:transform .3s ease}.mobile-cta-bar .btn{flex:1;justify-content:center;font-size:.88rem;padding:13px 14px;min-height:46px;white-space:nowrap}.mobile-cta-bar .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}@media(max-width:980px){.nav,.header-cta{display:none;display:none!important}.site-header.open .nav,.site-header.open .header-cta{display:none!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;padding:0!important;background:transparent!important}.site-header.open .mobile-drawer{display:flex}.mobile-drawer .nav-link:last-of-type{border-bottom:0}.mobile-drawer .drawer-ctas{display:flex;flex-direction:column;gap:10px;margin-top:20px}.mobile-drawer .drawer-ctas .btn{width:100%;justify-content:center;white-space:nowrap}.hero{padding-top:72px;padding-top:64px!important;padding-bottom:72px!important}.hero .lead{margin-top:16px}.services-grid{grid-template-columns:1fr!important}.proof-results-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important}.gap-grid{grid-template-columns:1fr 1fr!important}.process-track:before{display:none;display:none!important}.process-step{background:#fff!important;box-shadow:var(--shadow-soft)!important;border-radius:var(--radius);background:rgba(255,255,255,.95)!important;border:1px solid var(--line)!important;box-shadow:0 8px 32px rgba(6,16,30,.06)!important;padding:24px!important;border-radius:var(--radius)!important;min-height:auto!important}.paul-photo{max-width:360px;max-width:360px!important;margin-left:auto;margin-right:auto}.site-footer{padding-bottom:calc(58px + 76px)!important}}@media(max-width:640px){.hero{padding:56px 0 70px;padding-top:74px;padding-top:48px!important;padding-bottom:60px!important}.hero .lead{font-size:1rem!important;margin-top:14px!important}.trust-stat-grid{grid-template-columns:1fr;grid-template-columns:1fr 1fr!important;gap:0!important}.trust-stat:nth-child(2n){border-right:0!important}.trust-stat:nth-child(3),.trust-stat:nth-child(4){border-bottom:0!important}.service-card .btn{width:100%!important;justify-content:center!important;align-self:stretch!important}.gap-grid,.proof-results-grid,.grid-4,.case-grid{grid-template-columns:1fr!important}.platform-row{gap:9px}.seo-frustration{padding:44px 0}.proof-section{padding:56px 0}.about-preview{padding:60px 0}.final-cta{padding:64px 0}}@media(max-width:980px){.brand{min-width:0!important}.hero .eyebrow{margin-bottom:12px!important;font-size:.68rem!important;letter-spacing:.14em!important}.hero .eyebrow:before{width:18px!important}.hero h1,.hero-v4 h1{font-size:clamp(2.15rem,8.7vw,2.75rem)!important;line-height:.98!important;letter-spacing:-.055em!important;max-width:560px!important}.score-card{max-width:680px;margin-top:2px!important}}@media(max-width:640px){.score-card .small{font-size:.86rem;line-height:1.5;display:none!important}}@media(max-width:980px){:root{--radius:20px}.container{width:min(100% - 32px,var(--max))!important}.section{padding:48px 0!important}.section-head{margin-bottom:22px!important}.section-head.center{max-width:620px!important}.eyebrow{font-size:.62rem!important;letter-spacing:.13em!important;margin-bottom:9px!important}h2{font-size:clamp(1.75rem,6.3vw,2.35rem)!important;line-height:1.02!important;letter-spacing:-.045em!important}h3{font-size:clamp(1.06rem,4.4vw,1.28rem)!important;line-height:1.12!important}p{font-size:.94rem!important;line-height:1.55!important;margin-bottom:13px!important}.lead{font-size:1rem!important;line-height:1.5!important;max-width:560px!important}.small{font-size:.82rem!important;line-height:1.45!important}.mobile-drawer{flex-direction:column;background:#fff;border-top:1px solid var(--line);padding:18px 24px 26px;gap:0;box-shadow:0 22px 60px rgba(7,17,31,.16);padding:16px 22px 24px!important;padding:14px 20px 22px!important}.mobile-drawer .nav-link{display:block;padding:14px 0;font-size:1rem;font-weight:900;color:var(--ink);border-bottom:1px solid var(--line);font-size:.95rem!important;padding:12px 0!important}.card,.split-card,.scan-checklist,.cta-panel,.case-detail-card{padding:22px!important;border-radius:20px!important}.grid-3,.grid-4,.case-grid{gap:16px!important}.card-icon{width:42px!important;height:42px!important;border-radius:12px!important;margin-bottom:14px!important}ul.clean{gap:8px!important}ul.clean li{font-size:.9rem!important;line-height:1.45!important;padding-left:22px!important}ul.clean li:before{width:7px!important;height:7px!important;top:.55em!important}.section-head.center h2{max-width:560px!important;margin-left:auto!important;margin-right:auto!important}.section-head.center .lead{max-width:560px!important;margin-left:auto!important;margin-right:auto!important}.service-card{padding:22px!important}.service-card ul.clean{margin:12px 0 18px!important}.result-number{font-size:2.15rem!important}.metric-grid{gap:8px!important;margin:12px 0!important}.mobile-cta-bar{display:flex;padding:9px 12px calc(9px + env(safe-area-inset-bottom))!important;gap:8px!important}.mobile-cta-bar .btn{min-height:42px!important;padding:10px 12px!important;font-size:.9rem!important;border-radius:999px!important}}@media(max-width:640px){.container{width:min(100% - 30px,var(--max));width:min(100% - 26px,var(--max))!important}.section{padding:60px 0;padding:52px 0;padding:40px 0!important}.section-head{margin-bottom:28px;margin-bottom:18px!important}.eyebrow{font-size:.58rem!important;letter-spacing:.12em!important;margin-bottom:8px!important}.eyebrow:before{width:18px!important}h2{font-size:clamp(1.55rem,7.2vw,2rem)!important;line-height:1.04!important}.section-head.center h2{font-size:clamp(1.6rem,7.6vw,2.05rem)!important}h3{font-size:1.08rem!important}p{font-size:.9rem!important;line-height:1.48!important;margin-bottom:11px!important}.lead{font-size:.94rem!important;line-height:1.46!important}.site-header .container{width:min(100% - 28px,var(--max))!important;width:min(100% - 24px,var(--max))!important}.mobile-toggle{min-width:38px!important;min-height:38px!important;padding:5px 8px!important}.score-card{padding:23px;border-radius:26px;padding:20px!important;border-radius:22px!important;padding:18px 20px!important;border-radius:20px!important;padding:15px 16px!important;border-radius:18px!important}.score-top{align-items:flex-start;flex-direction:column;margin-bottom:14px!important;margin-bottom:10px!important;margin-bottom:8px!important;gap:6px!important}.score-title{font-size:.68rem!important;letter-spacing:.15em!important;font-size:.58rem!important;letter-spacing:.13em!important}.score-badge{font-size:.68rem!important;padding:5px 9px!important;font-size:.58rem!important;padding:4px 7px!important}.card,.split-card,.scan-checklist,.cta-panel,.case-detail-card{padding:18px!important;border-radius:18px!important}.service-card{padding:18px!important}.service-card:before{top:18px!important;bottom:18px!important}.card-icon{width:38px!important;height:38px!important;margin-bottom:12px!important}.grid-3,.grid-4,.case-grid,.gap-grid,.proof-results-grid{gap:14px!important}.section-head.center .lead br{display:none!important}.compare{display:flex!important;flex-direction:column!important;gap:10px!important}.trust-bar{padding:20px 0!important;padding:14px 0!important}.trust-stat{border-bottom:1px solid #dce6f2;padding:16px 8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09);border-bottom:0!important;border-radius:0!important;box-shadow:none!important;border:0!important;border-right:1px solid #dce6f2!important;border-bottom:1px solid #dce6f2!important;padding:18px 12px!important;background:#fff!important;padding:13px 8px!important}.trust-stat strong{font-size:1.45rem!important;font-size:1.18rem!important;margin-bottom:4px!important}.trust-stat span{font-size:.65rem!important;line-height:1.25;font-size:.56rem!important;letter-spacing:.08em!important}.page-hero.inner-hero{padding:42px 0!important}.page-hero.inner-hero h1{font-size:2.75rem;font-size:clamp(1.9rem,8vw,2.25rem)!important}.page-hero.inner-hero .lead{font-size:.96rem!important}.photo-caption strong{font-size:.88rem!important}.photo-caption span{font-size:.7rem!important;line-height:1.35!important}.btn{padding:11px 16px!important;font-size:.88rem!important;min-height:42px!important}.platform-pill{padding:13px 16px!important;min-height:44px;align-items:center;font-size:.88rem!important;padding:10px 13px!important;min-height:40px!important;font-size:.78rem!important}}@media(max-width:400px){.container{width:min(100% - 24px,var(--max))!important}h2,.section-head.center h2{font-size:1.52rem!important}p{font-size:.88rem!important}.lead{font-size:.92rem!important}}@media(max-width:640px){.score-card .score-badge{display:none!important}.score-card .score-top{margin-bottom:8px!important}.score-card .score-title{font-size:.62rem!important;letter-spacing:.13em!important}}@media(max-width:400px){.mobile-cta-bar .btn{font-size:.82rem;padding-left:10px;padding-right:10px;font-size:.82rem!important;padding-left:8px!important;padding-right:8px!important;font-size:.78rem!important;padding-left:7px!important;padding-right:7px!important}}@media(max-width:640px){.home .services-section{padding-top:34px!important;padding-bottom:42px!important}.home .services-section .section-head{margin-bottom:22px!important}.home .services-section .eyebrow{font-size:.62rem!important;letter-spacing:.16em!important;margin-bottom:10px!important}.home .services-section h2{font-size:1.58rem!important;line-height:1.02!important;letter-spacing:-.045em!important;max-width:330px!important;margin-left:auto!important;margin-right:auto!important}.home .services-section .lead{font-size:.91rem!important;line-height:1.42!important;max-width:330px!important;margin-top:10px!important;margin-left:auto!important;margin-right:auto!important}.home .services-section .grid-3{gap:16px!important}.home .services-section .card{padding:20px!important;border-radius:18px!important}.home .services-section .card-icon{width:38px!important;height:38px!important;border-radius:12px!important;margin-bottom:12px!important}.home .services-section h3{font-size:1.08rem!important;margin-bottom:8px!important}.home .services-section p{font-size:.88rem!important;line-height:1.48!important;margin-bottom:12px!important}.home .services-section ul.clean{gap:8px!important;margin:10px 0 16px!important}.home .services-section ul.clean li{font-size:.84rem!important;line-height:1.4!important;padding-left:20px!important}.home .services-section ul.clean li:before{width:7px!important;height:7px!important;top:.55em!important}}@media(max-width:400px){.home .services-section{padding-top:28px!important;padding-bottom:36px!important}.home .services-section h2{font-size:1.46rem!important;max-width:310px!important}.home .services-section .lead{font-size:.86rem!important;line-height:1.4!important;max-width:310px!important}}.scan-page-hero h1{max-width:760px;overflow-wrap:normal;word-break:normal}.scan-page-hero .lead{max-width:700px}.scan-page-hero .scan-microcopy{margin-top:14px}@media(max-width:980px){.scan-page-hero h1{font-size:clamp(2.15rem,8vw,3.2rem)!important;line-height:1.02!important;letter-spacing:-.055em!important;max-width:100%!important}.scan-page-hero .lead{font-size:1rem!important;line-height:1.48!important;max-width:620px!important;margin-top:14px!important}.scan-page-hero .button-row{margin-top:20px!important;gap:10px!important}.scan-page-hero .button-row .btn{white-space:normal!important}.scan-includes-card{max-width:620px!important}}@media(max-width:640px){.scan-page-hero h1{font-size:clamp(2rem,10.2vw,2.55rem)!important;line-height:1.03!important;letter-spacing:-.052em!important;max-width:11ch!important}}@media(max-width:400px){.scan-page-hero h1{font-size:1.92rem!important;max-width:11ch!important}}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;font-family:'Inter',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;overflow-x:hidden}.scan-page-hero .scan-hero-title span{display:inline}@media(max-width:640px){.scan-page-hero .scan-hero-title span{display:block!important;white-space:normal!important}.scan-page-hero .lead{font-size:.92rem!important;max-width:32ch!important;max-width:330px!important;font-size:.9rem!important;line-height:1.42!important;margin-top:12px!important}.scan-page-hero .button-row{margin-top:18px!important;max-width:330px!important;margin-top:16px!important}.scan-page-hero .button-row .btn{justify-content:center!important;width:100%!important;max-width:330px!important;min-height:42px!important;font-size:.86rem!important;padding:11px 14px!important}}@media(max-width:400px){.scan-page-hero .lead{font-size:.86rem!important;max-width:300px!important;font-size:.84rem!important}.scan-page-hero .button-row{max-width:300px!important}}.scan-page-hero,.scan-page-hero *{box-sizing:border-box}.scan-page-hero{overflow-x:hidden!important}.scan-page-hero .container{max-width:1280px!important;min-width:0!important;overflow:visible!important}.scan-hero-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);gap:42px;align-items:center}.scan-hero-copy,.scan-includes-card{min-width:0!important;max-width:100%!important}.scan-page-hero .scan-hero-title{max-width:720px!important;display:block!important;width:100%!important;max-width:760px!important;font-size:clamp(2.6rem,4.6vw,5rem)!important;line-height:1!important;letter-spacing:-.055em!important;overflow:visible!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}.scan-page-hero .scan-hero-lead{max-width:680px!important}.scan-page-hero .scan-hero-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:12px;max-width:100%!important}.scan-page-hero .scan-hero-buttons .btn{max-width:100%!important;white-space:normal!important}@media(max-width:980px){.scan-page-hero{padding:46px 0 44px!important;overflow:hidden;padding:42px 0 42px!important}.scan-hero-layout{grid-template-columns:1fr!important;gap:22px!important}.scan-page-hero .scan-hero-title{font-size:clamp(2.1rem,6.3vw,2.85rem)!important;line-height:1.03!important;max-width:520px!important}.scan-page-hero .scan-hero-lead{font-size:.98rem!important;line-height:1.45!important;max-width:520px!important;margin-top:12px!important}.scan-page-hero .scan-hero-buttons{max-width:520px!important;margin-top:18px!important}}@media(max-width:640px){html,body{max-width:100%;overflow-x:hidden!important}.scan-page-hero{padding:34px 0 36px!important;padding:32px 0 34px!important;overflow:hidden!important;padding:30px 0 32px!important}.scan-page-hero .container{width:min(100% - 28px,var(--max))!important;width:min(100% - 30px,var(--max))!important;overflow:hidden!important;width:calc(100% - 32px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.scan-hero-layout{display:block!important}.scan-page-hero .eyebrow{font-size:.62rem!important;letter-spacing:.13em!important;margin-bottom:12px!important}.scan-page-hero .scan-hero-title{display:block!important;max-width:330px!important;font-size:clamp(1.72rem,7.4vw,2.05rem)!important;line-height:1.04!important;text-align:left!important;font-size:2.18rem!important;line-height:1.03!important;letter-spacing:-.045em!important;max-width:100%!important;width:100%!important;margin:0!important}.scan-page-hero .scan-hero-lead{font-size:.92rem!important;line-height:1.42!important;max-width:100%!important;margin-top:12px!important}.scan-page-hero .scan-hero-buttons{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:16px!important;max-width:100%!important;width:100%!important}.scan-page-hero .scan-hero-buttons .btn{width:100%!important;min-width:0!important;max-width:100%!important;justify-content:center!important;min-height:42px!important;font-size:.86rem!important;padding:11px 14px!important}.scan-page-hero .scan-microcopy{max-width:330px!important;overflow-wrap:normal!important;font-size:.76rem!important;line-height:1.35!important;max-width:100%!important;margin-top:10px!important;white-space:normal!important}.scan-includes-card{display:block!important;margin-top:22px!important;width:100%!important;max-width:100%!important;padding:16px!important;border-radius:18px!important}.scan-includes-card .score-top{margin-bottom:12px!important}.scan-includes-card ul.clean{gap:8px!important}.scan-includes-card ul.clean li{font-size:.84rem!important;line-height:1.35!important;padding-left:20px!important}}@media(max-width:400px){.scan-page-hero .container{width:calc(100% - 28px)!important}.scan-page-hero .scan-hero-title{max-width:300px!important;font-size:1.62rem!important;font-size:1.95rem!important;line-height:1.04!important}.scan-page-hero .scan-hero-lead{font-size:.86rem!important}}@media(max-width:640px){.footer-links-group>div:last-child{grid-column:1 / -1;grid-column:1 / -1!important}.footer-links a{display:block!important;font-size:.84rem!important;line-height:1.22!important;padding:3px 0!important;margin:0!important;letter-spacing:0!important}.footer-links-group>div:last-child .footer-links{grid-template-columns:1fr!important;gap:2px!important}.mobile-cta-bar{gap:7px!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom))!important;gap:8px!important}.mobile-cta-bar .btn{border-radius:999px!important;min-height:38px!important;padding:8px 10px!important;font-size:.8rem!important}}@media(min-width:981px){.site-header{background:rgba(7,17,31,.96)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.nav a:hover{color:#fff!important}.nav a:after{background:linear-gradient(90deg,var(--cyan),var(--blue-2))!important}.header-cta .btn-secondary{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important;box-shadow:none!important}.header-inner{min-height:82px!important}.site-header .brand-logo{width:188px!important;max-width:188px!important;max-height:58px!important;object-fit:contain!important}.nav{color:rgba(255,255,255,.82)!important;gap:24px!important;font-size:.88rem!important}.header-cta{gap:12px!important}.header-cta .btn{min-height:44px!important;padding:12px 20px!important;font-size:.84rem!important}.header-cta .btn-primary{min-width:220px!important}.header-cta .btn-secondary{min-width:190px!important}.hero .eyebrow{margin-bottom:10px!important;font-size:.68rem!important}.hero h1{font-size:clamp(3.35rem,4.7vw,5rem)!important;line-height:1.02!important;max-width:650px!important;font-size:clamp(3.1rem,4.3vw,4.55rem)!important;line-height:1!important;max-width:610px!important}.trust-bar{padding:18px 0!important}.trust-stat{padding:10px 18px!important}.trust-stat strong{font-size:1.85rem!important}.trust-stat span{font-size:.68rem!important;line-height:1.25!important}}@media(min-width:981px) and (max-height:820px){.hero h1{font-size:clamp(2.9rem,4vw,4.15rem)!important}.trust-bar{padding:14px 0!important}}@media(min-width:981px){.hero{padding:92px 0 72px!important;padding:56px 0 42px!important;padding:46px 0 32px!important}}@media(min-width:981px) and (max-height:820px){.hero{padding-top:44px!important;padding-bottom:34px!important;padding-top:38px!important;padding-bottom:26px!important}}@media(max-width:400px){.header-inner{min-height:44px!important}.site-header .brand-logo{max-width:150px!important;max-width:116px!important;width:116px!important;max-width:96px!important;max-height:36px!important;max-width:88px!important;max-height:30px!important}.hero,.hero-v4{padding-top:8px!important;padding-bottom:28px!important}.hero h1,.hero-v4 h1{font-size:1.86rem!important;font-size:1.92rem!important;font-size:1.62rem!important;font-size:1.58rem!important}}@media(max-width:980px){.header-inner{min-height:60px!important;min-height:52px!important;min-height:48px!important;min-height:44px!important}.site-header .brand-logo{max-width:132px!important;width:132px!important;display:block;max-width:112px!important;max-height:42px!important;object-fit:contain!important;max-width:100px!important;max-height:34px!important;max-width:92px!important;max-height:30px!important;width:auto!important}.mobile-toggle{display:block;display:inline-flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;min-width:44px!important;min-height:44px!important;padding:7px 10px!important;font-size:1.2rem!important;border-radius:16px!important;min-width:40px!important;min-height:40px!important;padding:6px 9px!important;border-radius:14px!important;font-size:1.05rem!important;min-width:36px!important;min-height:36px!important;padding:5px 8px!important;border-radius:13px!important;font-size:1rem!important}}@media(max-width:640px){.header-inner{min-height:70px;min-height:58px!important;min-height:50px!important;min-height:46px!important;min-height:42px!important}.site-header .brand-logo{max-height:52px;max-width:190px;max-width:168px;max-width:124px!important;width:124px!important;max-width:104px!important;max-height:38px!important;max-width:92px!important;max-height:32px!important;max-width:88px!important;max-height:29px!important}}@media(max-width:640px){.home .trust-bar{padding-bottom:4px!important}}.paul-photo{display:block;width:100%;max-width:430px;aspect-ratio:1/1;object-fit:cover;border-radius:30px;box-shadow:0 28px 78px rgba(7,17,31,.20);border:1px solid rgba(255,255,255,.18);aspect-ratio:auto!important;object-fit:contain!important;object-position:center center!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center 34%!important;width:100%!important;max-width:340px!important}.photo-caption{width:100%;max-width:430px;padding:16px 18px;border-top:1px solid #dce6f2;text-align:left;max-width:340px!important}@media(min-width:981px){.paul-photo{max-width:340px!important}.photo-caption{max-width:340px!important}}@media(max-width:640px){.paul-photo{max-width:320px!important;width:100%!important;border-radius:22px!important;max-width:280px!important;border-radius:18px!important;max-width:260px!important;aspect-ratio:2/3!important}.photo-caption{max-width:320px!important;padding:14px 6px!important;max-width:280px!important;padding:10px 4px!important;max-width:260px!important}}@media(max-width:980px){.hero,.hero-v4{padding-bottom:46px!important;padding-top:16px!important;padding-bottom:34px!important;padding-top:6px!important;padding-bottom:28px!important;padding-top:34px!important;padding-bottom:42px!important}.home .trust-bar{padding-bottom:8px!important;display:none!important}.home .problem-section{padding-top:24px!important;padding-top:44px!important}}@media(max-width:640px){.hero h1,.hero-v4 h1{font-size:2.72rem;font-size:2.1rem!important;letter-spacing:-.05em!important;font-size:clamp(2rem,9.2vw,2.45rem)!important;font-size:clamp(1.74rem,8.2vw,2.05rem)!important;font-size:clamp(1.7rem,7.9vw,2rem)!important;line-height:.98!important;font-size:clamp(1.58rem,7.2vw,1.92rem)!important;line-height:1!important;font-size:clamp(2.05rem,9vw,2.55rem)!important;line-height:1.02!important}.hero,.hero-v4{padding-top:28px!important;padding-top:24px!important;padding-bottom:34px!important;padding-top:10px!important;padding-bottom:30px!important;padding-top:4px!important;padding-bottom:24px!important;padding-top:30px!important;padding-bottom:42px!important}.site-footer p{font-size:.82rem!important;line-height:1.42!important;margin:0 0 14px!important;max-width:32ch!important;max-width:340px!important;font-size:.78rem!important;line-height:1.35!important;margin:0!important;color:rgba(203,213,225,.82)!important}}@media(max-width:400px){.footer-logo{width:134px!important}.site-footer p{font-size:.74rem!important;line-height:1.32!important}.site-footer a{font-size:.76rem!important}.footer-links-group{gap:12px 16px!important}}@media(max-width:640px){.site-footer .container{width:min(100% - 28px,var(--max))!important;width:min(100% - 26px,var(--max))!important}.footer-grid{gap:26px!important;gap:20px!important;margin-bottom:14px!important;gap:14px!important;margin-bottom:16px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:10px!important}.footer-grid>div:first-child{display:grid!important;gap:6px!important;display:flex!important;align-items:center!important;gap:12px!important;margin:0!important}.footer-logo{width:220px;width:175px!important;width:135px!important;max-width:135px!important;margin:0 0 8px!important;width:145px!important;margin:0 0 6px!important;width:118px!important;min-width:118px!important;margin:0!important}.footer-grid>div:first-child p{display:none!important}.footer-links-group{display:grid;grid-template-columns:1fr 1fr;gap:26px;grid-column:1 / -1;gap:18px!important;column-gap:20px!important;row-gap:14px!important;gap:14px 20px!important;margin-top:4px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px 18px!important;margin-top:2px!important}.site-footer h3{font-size:.9rem!important;letter-spacing:-.02em!important;font-size:.82rem!important;line-height:1.1!important;margin:0 0 7px!important;font-size:.72rem!important;line-height:1!important;margin:0 0 5px!important}.footer-links{display:grid!important;gap:2px!important;gap:5px!important;gap:3px!important}.site-footer a{font-size:.8rem!important;line-height:1.28!important;letter-spacing:0!important;font-size:.7rem!important;line-height:1.22!important}.footer-links-group>div:last-child{grid-column:1 / -1!important;margin-top:0!important}.footer-links-group>div:last-child .footer-links{grid-template-columns:1fr 1fr!important;gap:5px 16px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:4px 16px!important;align-items:center!important}.footer-links-group>div:last-child .footer-links a:first-child{grid-column:1 / -1!important;display:none!important}}@media(max-width:390px){.footer-logo{width:108px!important;min-width:108px!important}.footer-links-group{gap:10px 14px!important}.site-footer a{font-size:.68rem!important}.site-footer h3{font-size:.7rem!important}}@media(max-width:640px){.site-footer{padding-top:40px!important;padding-bottom:calc(48px + env(safe-area-inset-bottom))!important;padding:26px 0 calc(54px + env(safe-area-inset-bottom))!important;padding-top:24px!important;padding-bottom:calc(50px + env(safe-area-inset-bottom))!important;padding-top:16px!important;padding-bottom:calc(44px + env(safe-area-inset-bottom))!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}.footer-bottom{font-size:.8rem;padding-top:10px!important;margin-top:8px!important;padding-top:12px!important;gap:4px!important;display:grid!important;grid-template-columns:1fr!important;font-size:.72rem!important;line-height:1.35!important;border-top:1px solid rgba(255,255,255,.10)!important;margin-top:2px!important;line-height:1.22!important;display:block!important;padding-top:8px!important;padding-bottom:0!important;margin-top:4px!important;margin-bottom:0!important;font-size:.66rem!important;line-height:1.25!important}.footer-bottom span:first-child{display:block!important}.footer-bottom span:last-child{display:none!important}}.form-alert{border-radius:14px;font-weight:800;line-height:1.45;margin:0 0 18px;padding:16px 18px}.form-alert-success{background:#eaf8ef;border:1px solid #93d9a8;color:#166534}.form-alert-error{background:#fef2f2;border:1px solid #f5b1b1;color:#991b1b}.screen-reader-field{height:0 !important;left:-9999px !important;overflow:hidden !important;position:absolute !important;width:0 !important}@media(max-width:640px){.home .problem-section{padding-bottom:30px!important;padding-top:18px!important;padding-top:42px!important;padding-top:34px!important;padding-bottom:24px!important}.home .problem-section .grid-2{gap:20px!important;align-items:start!important}.home .problem-section .eyebrow{margin-bottom:10px!important}.home .problem-section h2{margin-bottom:12px!important;text-wrap:balance}.home .problem-section .lead{display:block!important;margin-top:0!important;margin-bottom:16px!important;line-height:1.48!important}.home .problem-section p:not(.eyebrow):not(.lead){margin-bottom:0!important}.home .problem-section .compare-visual{margin-top:0!important;padding:16px!important;border-radius:18px!important}}@media(max-width:400px){.home .problem-section{padding-top:30px!important;padding-bottom:20px!important}.home .problem-section .grid-2{gap:16px!important}.home .problem-section h2{margin-bottom:10px!important}.home .problem-section .lead{margin-bottom:14px!important}}.home .home-hero-reference-fold,body.home .home-hero-reference-fold{position:relative !important;overflow:hidden !important;padding:16px 0 6px !important;background:radial-gradient(circle at 78% 18%,rgba(0,212,255,.16) 0%,rgba(0,212,255,.08) 22%,transparent 44%),radial-gradient(circle at 71% 60%,rgba(0,255,157,.09) 0%,transparent 36%),linear-gradient(90deg,#061027 0%,#061126 50%,#08283a 100%) !important;border-bottom:0 !important}.home .home-hero-reference-fold .home-hero-shell,body.home .home-hero-reference-fold .home-hero-shell{width:min(1180px,calc(100% - 48px)) !important;margin:0 auto !important;display:grid !important;grid-template-columns:minmax(0,470px) minmax(390px,1fr) !important;gap:24px !important;align-items:start !important}.home .home-hero-reference-fold .home-hero-left,body.home .home-hero-reference-fold .home-hero-left{max-width:470px !important;padding-top:8px !important;position:relative !important;z-index:3 !important}.home .home-hero-reference-fold .eyebrow,body.home .home-hero-reference-fold .eyebrow{display:flex !important;align-items:center !important;gap:18px !important;margin:0 0 16px !important;color:#5fdcff !important;font-size:.82rem !important;font-weight:900 !important;letter-spacing:.18em !important;line-height:1 !important;text-transform:uppercase !important}.home .home-hero-reference-fold .eyebrow:before,body.home .home-hero-reference-fold .eyebrow:before{content:"" !important;display:block !important;width:28px !important;height:2px !important;border-radius:999px !important;background:#5fdcff !important;flex:0 0 28px !important}.home .home-hero-reference-fold .mobile-hero-intel,.home .home-hero-reference-fold .mobile-hero-pill,body.home .home-hero-reference-fold .mobile-hero-intel,body.home .home-hero-reference-fold .mobile-hero-pill{display:none !important}.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .home-hero-title,.home .home-hero-reference-fold .hero-headline,body.home .home-hero-reference-fold .hero-headline{margin:0 !important;max-width:470px !important;overflow:visible !important;color:#fff !important;font-family:'Sora','Inter',sans-serif !important;font-size:clamp(2.52rem,3.25vw,3.28rem) !important;font-weight:900 !important;letter-spacing:-.055em !important;line-height:.94 !important;word-break:keep-all !important;overflow-wrap:normal !important}.home .home-hero-reference-fold .home-hero-title .desktop-title-line,body.home .home-hero-reference-fold .home-hero-title .desktop-title-line{display:block !important;width:max-content !important;max-width:none !important;overflow:visible !important;visibility:visible !important;white-space:nowrap !important;word-break:keep-all !important;overflow-wrap:normal !important}.home .home-hero-reference-fold .home-hero-title .mobile-title-line,body.home .home-hero-reference-fold .home-hero-title .mobile-title-line{display:none !important;visibility:hidden !important;height:0 !important;overflow:hidden !important}.home .home-hero-reference-fold .home-gradient-line,body.home .home-hero-reference-fold .home-gradient-line{display:block !important;width:max-content !important;max-width:none !important;overflow:visible !important;padding-right:.08em !important;color:transparent !important;background:linear-gradient(180deg,#7ce0ff 0%,#60c9ff 42%,#7ceaff 100%) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important}.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-copy{max-width:450px !important;margin:10px 0 0 !important;color:rgba(239,245,255,.94) !important;font-size:.95rem !important;font-weight:600 !important;line-height:1.34 !important}.home .home-hero-reference-fold .mobile-hero-copy-text,body.home .home-hero-reference-fold .mobile-hero-copy-text{display:none !important}.home .home-hero-reference-fold .home-hero-form-col,body.home .home-hero-reference-fold .home-hero-form-col{width:100% !important;max-width:450px !important;margin:12px 0 0 !important;position:relative !important;z-index:4 !important}.home .home-hero-reference-fold .home-hero-scan-form,body.home .home-hero-reference-fold .home-hero-scan-form{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:0 !important;width:100% !important;padding:4px !important;border-radius:20px !important;border:1px solid rgba(116,144,214,.30) !important;background:linear-gradient(180deg,rgba(26,44,93,.70),rgba(13,25,54,.78)) !important;box-shadow:0 16px 34px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.04) !important}.home .home-hero-reference-fold .mobile-form-title,body.home .home-hero-reference-fold .mobile-form-title{display:none !important}.home .home-hero-reference-fold .home-hero-scan-form input,body.home .home-hero-reference-fold .home-hero-scan-form input{width:100% !important;height:54px !important;min-height:54px !important;padding:0 20px !important;border:0 !important;border-radius:16px !important;background:transparent !important;box-shadow:none !important;color:#fff !important;font-size:.96rem !important;font-weight:800 !important;outline:none !important}.home .home-hero-reference-fold .home-hero-scan-form input::placeholder,body.home .home-hero-reference-fold .home-hero-scan-form input::placeholder{color:rgba(255,255,255,.72) !important}.home .home-hero-reference-fold .home-hero-scan-form .btn,body.home .home-hero-reference-fold .home-hero-scan-form .btn{min-width:192px !important;height:54px !important;min-height:54px !important;padding:0 20px !important;border-radius:16px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:.96rem !important;font-weight:900 !important;letter-spacing:-.01em !important;white-space:nowrap !important;box-shadow:0 10px 22px rgba(36,87,230,.28) !important}.home .home-hero-reference-fold .home-hero-trust,body.home .home-hero-reference-fold .home-hero-trust{display:flex !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:wrap !important;gap:10px !important;margin:12px 0 0 !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip,body.home .home-hero-reference-fold .home-hero-trust .trust-chip{display:inline-flex !important;align-items:center !important;gap:8px !important;padding:8px 12px !important;border-radius:999px !important;border:1px solid rgba(255,255,255,.14) !important;background:rgba(255,255,255,.06) !important;color:rgba(255,255,255,.95) !important;box-shadow:0 8px 20px rgba(5,15,40,.18) !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;white-space:nowrap !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon,body.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon{width:20px !important;height:20px !important;min-width:20px !important;border-radius:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background:rgba(126,215,255,.16) !important;color:#8fe5ff !important;box-shadow:0 0 12px rgba(77,183,255,.18) !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip-text,body.home .home-hero-reference-fold .home-hero-trust .trust-chip-text{font-size:.76rem !important;font-weight:800 !important;line-height:1 !important;letter-spacing:.01em !important;color:rgba(255,255,255,.94) !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon svg,body.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon svg{display:block !important}.home .home-hero-reference-fold .home-hero-right,body.home .home-hero-reference-fold .home-hero-right{position:relative !important;z-index:2 !important;min-height:425px !important;display:flex !important;align-items:flex-start !important;justify-content:center !important;overflow:visible !important;padding-top:0 !important;background:transparent !important}.home .home-hero-reference-fold .home-hero-right:before,.home .home-hero-reference-fold .home-hero-right:after,body.home .home-hero-reference-fold .home-hero-right:before,body.home .home-hero-reference-fold .home-hero-right:after{display:none !important;content:none !important}.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold .phone-hero-picture{position:relative !important;z-index:2 !important;display:block !important;width:292px !important;max-width:292px !important;overflow:visible !important;line-height:0 !important}.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold img.phone-hero-img,.home .home-hero-reference-fold .phone-hero-picture img,body.home .home-hero-reference-fold .phone-hero-picture img{display:block !important;width:292px !important;max-width:292px !important;height:auto !important;margin:0 auto !important;object-fit:contain !important;background:transparent !important;transform:none !important;filter:none !important;box-shadow:none !important;mix-blend-mode:normal !important;image-rendering:auto !important}.home .home-hero-reference-fold .phone-callout,body.home .home-hero-reference-fold .phone-callout{position:absolute !important;z-index:3 !important;display:flex !important;align-items:center !important;gap:13px !important;min-width:218px !important;padding:13px 15px !important;border-radius:18px !important;border:1px solid rgba(122,146,198,.24) !important;background:linear-gradient(180deg,rgba(20,38,78,.92),rgba(14,25,54,.96)) !important;box-shadow:0 18px 34px rgba(0,0,0,.24) !important;color:#fff !important}.home .home-hero-reference-fold .phone-callout span,body.home .home-hero-reference-fold .phone-callout span{width:34px !important;height:34px !important;flex:0 0 34px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:12px !important;background:linear-gradient(180deg,#4b73ff,#3f5fe7) !important;color:#fff !important;font-size:.95rem !important}.home .home-hero-reference-fold .phone-callout strong,body.home .home-hero-reference-fold .phone-callout strong{font-size:.89rem !important;line-height:1.18 !important;font-weight:900 !important}.home .home-hero-reference-fold .callout-one,body.home .home-hero-reference-fold .callout-one{top:54px !important;right:6px !important}.home .home-hero-reference-fold .callout-two,body.home .home-hero-reference-fold .callout-two{top:184px !important;right:14px !important}.home .home-hero-reference-fold .callout-three,body.home .home-hero-reference-fold .callout-three{top:310px !important;right:0 !important}.home .home-trust-bar,body.home .home-trust-bar{position:relative !important;z-index:4 !important;margin:0 !important;padding:6px 0 0 !important;background:transparent !important;border:0 !important;box-shadow:none !important}.home .home-trust-bar:before,body.home .home-trust-bar:before{display:none !important;content:none !important}.home .home-trust-grid,body.home .home-trust-grid{width:min(1140px,calc(100% - 20px)) !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:0 !important;border-radius:18px !important;border:1px solid rgba(140,170,220,.20) !important;background:rgba(10,18,38,.38) !important;box-shadow:0 10px 26px rgba(0,0,0,.12) !important;overflow:hidden !important}.home .home-trust-stat,body.home .home-trust-stat{min-height:72px !important;display:flex !important;align-items:center !important;gap:10px !important;padding:12px 14px !important;border-right:1px solid rgba(255,255,255,.08) !important;background:transparent !important;text-align:left !important}.home .home-trust-stat:last-child,body.home .home-trust-stat:last-child{border-right:0 !important}.home .home-trust-stat .trust-stat-icon,body.home .home-trust-stat .trust-stat-icon{width:34px !important;height:34px !important;flex:0 0 34px !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:50% !important;background:#eef6ff !important;color:#2457e6 !important}.home .home-trust-stat:nth-child(2) .trust-stat-icon,body.home .home-trust-stat:nth-child(2) .trust-stat-icon{background:#eaf8ef !important;color:#22a05c !important}.home .home-trust-stat:nth-child(3) .trust-stat-icon,body.home .home-trust-stat:nth-child(3) .trust-stat-icon{background:#f3efff !important;color:#7c4dff !important}.home .home-trust-stat:nth-child(4) .trust-stat-icon,body.home .home-trust-stat:nth-child(4) .trust-stat-icon{background:#fff4db !important;color:#f59e0b !important}.home .home-trust-stat strong,body.home .home-trust-stat strong{display:block !important;margin:0 !important;color:#fff !important;font-size:1.04rem !important;font-weight:950 !important;line-height:1.04 !important;letter-spacing:-.04em !important}.home .home-trust-stat:nth-child(3) strong,body.home .home-trust-stat:nth-child(3) strong,.home .home-trust-stat:nth-child(4) strong,body.home .home-trust-stat:nth-child(4) strong{font-size:.90rem !important}.home .home-trust-stat span:not(.trust-stat-icon),body.home .home-trust-stat span:not(.trust-stat-icon){display:block !important;margin-top:3px !important;color:rgba(233,240,255,.82) !important;font-size:.50rem !important;font-weight:900 !important;line-height:1.16 !important;letter-spacing:.09em !important;text-transform:uppercase !important}@media (max-width:1220px){.home .home-hero-reference-fold .home-hero-shell,body.home .home-hero-reference-fold .home-hero-shell{width:min(1060px,calc(100% - 42px)) !important;grid-template-columns:minmax(0,440px) minmax(360px,1fr) !important;gap:22px !important}.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .home-hero-title{font-size:clamp(2.20rem,2.90vw,2.86rem) !important;max-width:440px !important}.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-copy,.home .home-hero-reference-fold .home-hero-form-col,body.home .home-hero-reference-fold .home-hero-form-col{max-width:404px !important}.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold .phone-hero-picture,.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold img.phone-hero-img{width:270px !important;max-width:270px !important}.home .home-hero-reference-fold .home-hero-right,body.home .home-hero-reference-fold .home-hero-right{min-height:395px !important}.home .home-hero-reference-fold .callout-one,body.home .home-hero-reference-fold .callout-one{top:48px !important}.home .home-hero-reference-fold .callout-two,body.home .home-hero-reference-fold .callout-two{top:168px !important}.home .home-hero-reference-fold .callout-three,body.home .home-hero-reference-fold .callout-three{top:286px !important}}@media (max-width:900px){.home .home-hero-reference-fold,body.home .home-hero-reference-fold{padding:18px 0 24px !important}.home .home-hero-reference-fold .home-hero-shell,body.home .home-hero-reference-fold .home-hero-shell{width:calc(100% - 28px) !important;grid-template-columns:1fr !important;gap:16px !important;align-items:start !important;text-align:left !important}.home .home-hero-reference-fold .home-hero-left,body.home .home-hero-reference-fold .home-hero-left{max-width:none !important;padding-top:0 !important}.home .home-hero-reference-fold .eyebrow,body.home .home-hero-reference-fold .eyebrow{display:none !important}.home .home-hero-reference-fold .mobile-hero-intel,body.home .home-hero-reference-fold .mobile-hero-intel{display:block !important;margin:0 0 8px !important}.home .home-hero-reference-fold .mobile-hero-intel span,body.home .home-hero-reference-fold .mobile-hero-intel span{display:block !important;color:rgba(255,255,255,.58) !important;font-size:.74rem !important;letter-spacing:.16em !important;line-height:1.1 !important;text-transform:uppercase !important}.home .home-hero-reference-fold .mobile-hero-intel strong,body.home .home-hero-reference-fold .mobile-hero-intel strong{display:block !important;color:#00ff9d !important;font-size:1.12rem !important;letter-spacing:.07em !important;line-height:1.15 !important;text-transform:uppercase !important}.home .home-hero-reference-fold .mobile-hero-pill,body.home .home-hero-reference-fold .mobile-hero-pill{display:inline-flex !important;align-items:center !important;margin:0 0 12px !important;padding:7px 13px !important;border-radius:999px !important;border:1px solid rgba(0,255,157,.28) !important;background:rgba(0,255,157,.07) !important;color:#00ff9d !important;font-size:.68rem !important;font-weight:900 !important;letter-spacing:.10em !important;line-height:1 !important;text-transform:uppercase !important;white-space:nowrap !important}.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .home-hero-title{max-width:none !important;font-size:clamp(2.3rem,9.4vw,3.2rem) !important;line-height:.96 !important;letter-spacing:-.05em !important}.home .home-hero-reference-fold .home-hero-title .desktop-title-line,body.home .home-hero-reference-fold .home-hero-title .desktop-title-line{display:none !important}.home .home-hero-reference-fold .home-hero-title .mobile-title-line,body.home .home-hero-reference-fold .home-hero-title .mobile-title-line{display:block !important;width:auto !important;height:auto !important;visibility:visible !important;overflow:visible !important;white-space:normal !important}.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-copy{max-width:none !important;margin:14px 0 0 !important;font-size:1rem !important;line-height:1.46 !important}.home .home-hero-reference-fold .desktop-hero-copy,body.home .home-hero-reference-fold .desktop-hero-copy{display:none !important}.home .home-hero-reference-fold .mobile-hero-copy-text,body.home .home-hero-reference-fold .mobile-hero-copy-text{display:inline !important}.home .home-hero-reference-fold .home-hero-form-col,body.home .home-hero-reference-fold .home-hero-form-col{max-width:none !important;margin:18px 0 0 !important}.home .home-hero-reference-fold .home-hero-scan-form,body.home .home-hero-reference-fold .home-hero-scan-form{grid-template-columns:1fr !important;gap:10px !important;padding:18px 16px 14px !important;border-radius:20px !important}.home .home-hero-reference-fold .mobile-form-title,body.home .home-hero-reference-fold .mobile-form-title{display:block !important;color:#00ff9d !important;font-size:.92rem !important;font-weight:900 !important;letter-spacing:.14em !important;text-transform:uppercase !important}.home .home-hero-reference-fold .home-hero-scan-form input,body.home .home-hero-reference-fold .home-hero-scan-form input{height:54px !important;min-height:54px !important;padding:0 18px !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:15px !important;background:rgba(10,18,38,.64) !important;font-size:1rem !important}.home .home-hero-reference-fold .home-hero-scan-form .btn,body.home .home-hero-reference-fold .home-hero-scan-form .btn{width:100% !important;min-width:0 !important;height:56px !important;min-height:56px !important;border-radius:15px !important;font-size:1rem !important}.home .home-hero-reference-fold .home-hero-trust,body.home .home-hero-reference-fold .home-hero-trust{justify-content:center !important;margin:12px 0 0 !important;gap:8px !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip,body.home .home-hero-reference-fold .home-hero-trust .trust-chip{padding:8px 11px !important}.home .home-hero-reference-fold .home-hero-trust .trust-chip-text,body.home .home-hero-reference-fold .home-hero-trust .trust-chip-text{font-size:.74rem !important}.home .home-hero-reference-fold .home-hero-right,body.home .home-hero-reference-fold .home-hero-right{order:2 !important;min-height:auto !important;justify-content:flex-end !important;padding:6px 0 0 !important}.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold .phone-hero-picture,.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold img.phone-hero-img{width:222px !important;max-width:222px !important}.home .home-hero-reference-fold .phone-callout,body.home .home-hero-reference-fold .phone-callout{display:none !important}.home .home-trust-bar,body.home .home-trust-bar{margin-top:10px !important;padding-top:0 !important}.home .home-trust-grid,body.home .home-trust-grid{width:calc(100% - 28px) !important;grid-template-columns:1fr 1fr !important;border-radius:14px !important}.home .home-trust-stat,body.home .home-trust-stat{min-height:74px !important;padding:14px 13px !important;border-right:1px solid rgba(255,255,255,.08) !important;border-bottom:1px solid rgba(255,255,255,.08) !important}.home .home-trust-stat:nth-child(2n),body.home .home-trust-stat:nth-child(2n){border-right:0 !important}.home .home-trust-stat:nth-child(3),.home .home-trust-stat:nth-child(4),body.home .home-trust-stat:nth-child(3),body.home .home-trust-stat:nth-child(4){border-bottom:0 !important}}@media (max-width:420px){.home .home-hero-reference-fold .home-hero-shell,body.home .home-hero-reference-fold .home-hero-shell{width:calc(100% - 24px) !important}.home .home-hero-reference-fold .mobile-hero-pill,body.home .home-hero-reference-fold .mobile-hero-pill{padding:6px 10px !important;font-size:.61rem !important}.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .home-hero-title{font-size:clamp(2rem,10.6vw,2.6rem) !important}.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold .phone-hero-picture,.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold img.phone-hero-img{width:206px !important;max-width:206px !important}}@media (min-width:981px){.home .fit-section,.home .inspect-section,.home .review-start-section{background:#fff}.home .fit-section{padding-top:82px;padding-bottom:82px;border-top:1px solid #dce6f2}.fit-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.fit-intro-card,.fit-list-card,.review-check-card,.signal-stack-card{position:relative;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 55px rgba(7,17,31,.08);padding:30px;overflow:hidden}.fit-intro-card:before,.fit-list-card:before,.review-check-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.fit-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#eef5ff;border:1px solid #d0e4ff;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:950;margin-bottom:16px}.fit-intro-card h3{font-size:clamp(1.45rem,2.1vw,2rem);margin-bottom:16px}.fit-list-card{display:grid;gap:12px;background:linear-gradient(180deg,#ffffff,#f8fbff)}.fit-list-item,.inspect-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:14px;border:1px solid #d8e6fb;border-radius:18px;background:#fff}.fit-list-item span,.inspect-item span{display:grid;place-items:center;width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-size:.72rem;font-weight:950;box-shadow:0 8px 20px rgba(26,79,214,.2)}.fit-list-item p,.inspect-item p{margin:0;color:#27364a;font-size:.96rem;font-weight:800;line-height:1.42}.service-outcome{margin:0 0 18px;padding:13px 14px;border-radius:16px;background:#eef7ff;border:1px solid #d5e8ff;color:#27364a;font-size:.91rem;line-height:1.45}.service-outcome strong{color:var(--blue)}.inspect-section{background:linear-gradient(180deg,#fff,#f7faff);border-top:1px solid #dce6f2;border-bottom:1px solid #dce6f2}.inspect-grid{display:grid;gap:12px}.inspect-item{box-shadow:0 8px 28px rgba(7,17,31,.04)}.signal-section .signal-stack-card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);box-shadow:0 24px 70px rgba(0,0,0,.16);backdrop-filter:blur(12px)}.signal-stack-card h3{color:#fff;margin-bottom:14px}.signal-stack-card p{color:#d8e7f6;margin-top:20px}.signal-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.signal-chip-grid span{display:inline-flex;align-items:center;border-radius:999px;padding:10px 13px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#f4f8ff;font-size:.84rem;font-weight:850}.review-start-section{background:linear-gradient(180deg,#f7faff,#fff);border-bottom:1px solid #dce6f2}.review-start-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:42px;border-radius:34px;background:radial-gradient(circle at 88% 12%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#ffffff,#eef5ff);border:1px solid #d8e6fb;box-shadow:0 24px 70px rgba(7,17,31,.08)}.review-start-panel h2{max-width:820px}.review-check-card{background:#fff}.review-check-card h3{margin-bottom:18px}.review-check-card .check-list{margin-top:0}.about-preview h2{max-width:760px}.strategic-seo-page .strategic-question-card,.strategic-seo-page .strategic-fit-card{position:relative;overflow:hidden}.strategic-seo-page .strategic-question-card:before,.strategic-seo-page .strategic-fit-card:before{content:"";display:block;position:absolute;left:0;top:24px;bottom:24px;width:3px;background:linear-gradient(180deg,var(--blue),var(--cyan));border-radius:0 2px 2px 0}.strategic-seo-page .strategic-card-note{margin-top:22px;padding:16px 18px;border-radius:18px;background:#eef5ff;border:1px solid #d8e6fb;color:#27364a;font-weight:850}.strategic-seo-page .strategic-fix-grid{gap:22px}.strategic-seo-page .strategic-fix-grid .service-card{min-height:100%}.strategic-seo-page .strategic-evidence-section p:not(.eyebrow):not(.lead){color:#d8e7f6}.strategic-seo-page .strategic-include-card .two-column-list{display:grid;grid-template-columns:1fr 1fr;column-gap:18px;row-gap:12px}.strategic-seo-page .strategic-ai-connection-section{border-top:1px solid #dce6f2;border-bottom:1px solid #dce6f2}.strategic-seo-page .strategic-final-cta p:not(.eyebrow):not(.lead){color:#d8e7f6;margin-bottom:22px}.ai-visibility-page .ai-meaning-section{border-bottom:1px solid #dce6f2}.ai-visibility-page .ai-card-note{margin-top:22px;padding:16px 18px;border-radius:18px;background:#eef5ff;border:1px solid #d8e6fb;color:#27364a;font-weight:850}.ai-visibility-page .ai-clarity-card,.ai-visibility-page .ai-analysis-card,.ai-visibility-page .ai-seo-card{position:relative;overflow:hidden}.ai-visibility-page .ai-clarity-card:before,.ai-visibility-page .ai-analysis-card:before,.ai-visibility-page .ai-seo-card:before{content:"";display:block;position:absolute;left:0;top:22px;bottom:22px;width:3px;background:linear-gradient(180deg,var(--blue),var(--cyan));border-radius:0 2px 2px 0}.ai-visibility-page .ai-clarity-card h3{margin-bottom:10px}.ai-visibility-page .ai-clarity-card>p{color:#52647b;margin-bottom:20px}.ai-visibility-page .ai-clarity-list{display:grid;gap:12px}.ai-visibility-page .ai-clarity-list div{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start;padding:14px;border:1px solid #d8e6fb;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff)}.ai-visibility-page .ai-clarity-list span{display:grid;place-items:center;width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-size:.72rem;font-weight:950;box-shadow:0 8px 20px rgba(26,79,214,.2)}.ai-visibility-page .ai-clarity-list p{margin:0;color:#33445a;line-height:1.48;font-size:.94rem}.ai-visibility-page .ai-clarity-list strong{display:block;color:var(--ink);margin-bottom:3px}.ai-visibility-page .ai-analysis-section{background:#fff}.ai-visibility-page .ai-analysis-grid{grid-template-columns:repeat(3,1fr)}.ai-visibility-page .ai-analysis-card{background:linear-gradient(180deg,#ffffff,#f8fbff);min-height:100%}.ai-visibility-page .ai-analysis-card h3{margin-bottom:10px}.ai-visibility-page .ai-competitor-section p:not(.eyebrow):not(.lead),.ai-visibility-page .ai-scan-section p:not(.eyebrow):not(.lead){color:#d8e7f6}.ai-visibility-page .ai-proof-card h3{margin-bottom:18px}.ai-visibility-page .ai-platforms-section{border-top:1px solid #dce6f2;border-bottom:1px solid #dce6f2}.ai-visibility-page .ai-platform-row{max-width:860px;margin:0 auto}.ai-visibility-page .ai-seo-connection-section{background:linear-gradient(180deg,#fff,#f7faff);border-bottom:1px solid #dce6f2}.ai-visibility-page .ai-seo-card{background:#fff}.ai-visibility-page .ai-scan-checklist p{margin:16px 0 0;color:#52647b!important;font-weight:800}.ai-visibility-page .ai-next-step-section{background:linear-gradient(180deg,#f7faff,#fff)}.ai-visibility-page .ai-next-step-panel .review-check-card .btn{margin-top:22px;width:100%;justify-content:center}.ai-visibility-page .ai-next-step-panel p:not(.eyebrow):not(.lead){color:#40516a}.site-footer .footer-links a{position:relative;display:inline-block;width:max-content;max-width:100%;text-decoration:none!important;transition:color .18s ease,text-shadow .18s ease}.site-footer .footer-links a:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--blue-2));transform:scaleX(0);transform-origin:left;transition:transform .18s ease;box-shadow:0 0 14px rgba(0,207,232,.45)}.site-footer .footer-links a:hover{color:#fff!important;text-shadow:0 0 16px rgba(0,207,232,.35)}.site-footer .footer-links a:hover:after{transform:scaleX(1)}.case-overview-section{background:linear-gradient(180deg,#f7faff,#ffffff);border-top:1px solid #e3edf8;border-bottom:1px solid #e3edf8}.case-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}.case-overview-card{position:relative;overflow:hidden}.case-overview-card:after{content:"";position:absolute;right:-36px;top:-36px;width:110px;height:110px;border-radius:50%;background:rgba(0,207,232,.12)}.case-overview-card .metric-grid{grid-template-columns:repeat(2,1fr)}.case-overview-card:nth-child(2) .metric-grid{grid-template-columns:repeat(3,1fr)}.case-detail-section{background:#fff}.case-detail-feature{position:relative;overflow:hidden;border-left:4px solid #1a4fd6}.case-detail-feature:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 94% 0%,rgba(0,207,232,.13),transparent 34%);pointer-events:none}.case-detail-feature>*{position:relative;z-index:1}.case-detail-feature.alt{border-left-color:#00a8bf}.case-detail-feature.local{border-left-color:#22c55e}.case-metrics-row.three{grid-template-columns:repeat(3,1fr)}.case-takeaway{margin-top:24px;padding:24px;border-radius:22px;background:linear-gradient(180deg,#f7faff,#eef5ff);border:1px solid #d8e6fb}.case-takeaway h3{font-size:1.15rem;margin-bottom:8px}.case-takeaway p:last-child{margin-bottom:0}.enhanced-table{box-shadow:0 18px 50px rgba(7,17,31,.07)}.enhanced-table>div:first-child{background:linear-gradient(135deg,#06101e,#142b49)}.case-common-section{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.case-signal-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:30px;backdrop-filter:blur(10px);box-shadow:0 24px 80px rgba(0,0,0,.12)}.case-signal-card h3{color:#fff;margin-bottom:20px}.case-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.case-signal-grid span{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.09);color:#e8f3ff;font-weight:850;font-size:.95rem;line-height:1.35}.case-signal-grid span:before{content:"";flex:0 0 8px;width:8px;height:8px;border-radius:50%;margin-top:6px;background:#83d9ff;box-shadow:0 0 0 4px rgba(131,217,255,.16)}.case-why-section{background:linear-gradient(180deg,#ffffff,#f7faff)}.case-why-card{background:linear-gradient(135deg,#ffffff,#f3f8ff);border:1px solid #d8e6fb;box-shadow:0 24px 70px rgba(7,17,31,.08)}.case-question-list{background:#fff;border:1px solid #dce6f2;border-radius:24px;padding:28px;box-shadow:0 20px 55px rgba(7,17,31,.06)}.case-question-list h3{font-size:1.25rem;margin-bottom:18px}.case-question-list div{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid #edf2f7;color:#243348;font-weight:850;line-height:1.45}.case-question-list div:last-child{border-bottom:0}.case-question-list div span{flex:0 0 18px;width:18px;height:18px;border-radius:50%;margin-top:2px;background:linear-gradient(135deg,#1a4fd6,#00cfe8);box-shadow:0 0 0 4px #eef5ff}.case-final-cta{background:radial-gradient(circle at 16% 18%,rgba(0,207,232,.16),transparent 32%),linear-gradient(135deg,#07111f,#132f54)}.case-final-cta p:not(.eyebrow){color:#d8e7f6}.about-note{display:inline-flex;margin-top:8px;padding:12px 16px;border-radius:16px;background:#eef5ff;color:#163f9f!important;font-weight:900!important;border:1px solid #d8e6fb}.about-work-card{background:linear-gradient(180deg,#ffffff,#f7fbff)}.about-work-card .mini-label{margin-bottom:14px}.about-check-list li{color:#243449!important;line-height:1.45;font-weight:800!important}.about-baseline-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center;background:radial-gradient(circle at 100% 0%,rgba(0,207,232,.13),transparent 34%),linear-gradient(135deg,#f8fbff,#ffffff);border:1px solid #d8e6fb;border-radius:34px;padding:38px;box-shadow:0 28px 80px rgba(7,17,31,.08)}.about-baseline-panel h3{font-size:clamp(1.45rem,2vw,2.1rem)}.about-baseline-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-baseline-grid span{position:relative;display:flex;align-items:flex-start;min-height:76px;padding:16px 16px 16px 42px;border:1px solid #e1ebf8;border-radius:18px;background:#fff;color:#243449;font-weight:850;line-height:1.35;box-shadow:0 10px 24px rgba(7,17,31,.04)}.about-baseline-grid span:before{content:"";position:absolute;left:18px;top:22px;width:9px;height:9px;border-radius:999px;background:#2457e6;box-shadow:0 0 0 5px rgba(36,87,230,.10)}.about-different-section{padding:96px 0!important}.about-different-section .section-head{max-width:920px}.about-difference-grid{align-items:stretch}.about-difference-card{min-height:100%}.about-difference-card h3{color:#fff!important}.about-difference-card p{color:#d8e7f6!important}.about-search-section{background:radial-gradient(circle at 14% 10%,rgba(36,87,230,.07),transparent 30%),linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-bottom:1px solid #e1ebf8}.about-search-card{background:#07111f;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:32px;box-shadow:0 30px 90px rgba(7,17,31,.18);background-image:radial-gradient(circle at 100% 0%,rgba(0,207,232,.22),transparent 34%),linear-gradient(135deg,#07111f,#132f54)}.about-search-card h3{color:#fff;margin-bottom:22px;font-size:clamp(1.35rem,2vw,2rem)}.about-proof-stack{display:grid;gap:12px}.about-proof-stack span{position:relative;padding:14px 16px 14px 42px;border-radius:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);color:#e8f3ff;font-weight:900;line-height:1.35}.about-proof-stack span:before{content:"";position:absolute;left:17px;top:20px;width:9px;height:9px;border-radius:999px;background:#83d9ff;box-shadow:0 0 0 5px rgba(131,217,255,.16)}.about-fit-section{background:#ffffff;padding:96px 0!important}.about-fit-panel{background:radial-gradient(circle at 94% 10%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#f8fbff,#eef6ff);border:1px solid #d8e6fb;border-radius:34px;padding:46px;box-shadow:0 30px 90px rgba(7,17,31,.09)}.about-fit-card{background:#fff!important}.about-fit-card h3{margin-bottom:18px}.about-final-cta{background:radial-gradient(circle at 18% 16%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#07111f,#132f54)}.about-final-cta .cta-panel{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.17)!important;box-shadow:0 30px 90px rgba(0,0,0,.18)!important;backdrop-filter:blur(10px)}.about-final-cta h2{color:#fff!important}.about-final-cta .eyebrow{color:#83d9ff!important;-webkit-text-fill-color:#83d9ff!important}.about-final-cta p,.about-final-cta .lead{color:#d8e7f6!important}.about-pov-section{background:#fff;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;padding:90px 0!important}.about-pov-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:58px;align-items:center}.about-pov-copy{max-width:520px}.about-pov-copy h2{font-size:clamp(3.1rem,5vw,5.1rem);line-height:.92;letter-spacing:-.075em;margin-bottom:18px}.about-pov-copy .lead{font-size:clamp(1.15rem,1.45vw,1.38rem);line-height:1.42;font-weight:800;color:#243449;margin-bottom:18px}.about-pov-copy p:not(.eyebrow):not(.lead){color:#4b5b70;font-weight:650;line-height:1.7}.about-pov-section .about-baseline-panel{grid-template-columns:1fr!important;gap:24px!important;padding:34px!important;border-radius:34px!important;background:radial-gradient(circle at 100% 0%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#ffffff,#f2f7ff)!important}.about-pov-section .about-baseline-panel h3{font-size:clamp(1.55rem,2.2vw,2.35rem)!important;line-height:1.04;letter-spacing:-.055em;margin-bottom:10px}.about-pov-section .about-baseline-grid{grid-template-columns:1fr 1fr!important;gap:14px!important}.about-pov-section .about-baseline-grid span{min-height:88px!important;padding:18px 18px 18px 46px!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(7,17,31,.05)!important}.about-pov-section .about-baseline-grid span:before{left:20px!important;top:24px!important}}@media (max-width:980px){.fit-section,.inspect-section,.review-start-section,.strategic-ai-connection-section,.ai-analysis-section,.ai-platforms-section,.ai-seo-connection-section,.ai-next-step-section,.case-overview-section,.case-detail-section,.case-common-section,.case-why-section,.case-final-cta,.about-pov-section,.about-different-section,.about-search-section,.about-fit-section,.about-final-cta{padding-top:58px!important;padding-bottom:58px!important}.fit-panel,.review-start-panel,.case-overview-grid,.about-pov-layout,.about-baseline-panel,.about-fit-panel,.strategic-seo-page .strategic-fix-grid,.ai-visibility-page .ai-analysis-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px!important}.fit-intro-card,.fit-list-card,.review-check-card,.signal-stack-card,.strategic-question-card,.strategic-fit-card,.ai-clarity-card,.ai-analysis-card,.ai-seo-card,.case-overview-card,.case-detail-feature,.case-signal-card,.case-why-card,.case-question-list,.about-work-card,.about-search-card,.about-difference-card,.about-fit-card{border-radius:22px!important;padding:22px!important;box-shadow:0 16px 44px rgba(7,17,31,.08)!important}.fit-intro-card:before,.fit-list-card:before,.review-check-card:before,.strategic-question-card:before,.strategic-fit-card:before,.ai-clarity-card:before,.ai-analysis-card:before,.ai-seo-card:before{top:18px!important;bottom:18px!important}.fit-list-item,.inspect-item,.ai-clarity-list div{grid-template-columns:auto 1fr!important;gap:12px!important;padding:13px!important;border-radius:16px!important}.fit-list-item p,.inspect-item p,.ai-clarity-list p{font-size:.92rem!important;line-height:1.45!important}.signal-chip-grid,.ai-platform-row{display:flex!important;flex-wrap:wrap!important;gap:9px!important}.signal-chip-grid span,.ai-platform-row span,.case-signal-grid span{font-size:.84rem!important;line-height:1.35!important}.strategic-seo-page .strategic-include-card .two-column-list,.case-signal-grid,.about-baseline-grid,.case-overview-card .metric-grid,.case-overview-card:nth-child(2) .metric-grid,.case-metrics-row.three{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.review-start-panel,.about-baseline-panel,.about-fit-panel{padding:24px!important;border-radius:24px!important}.review-start-panel h2,.about-pov-copy h2{font-size:clamp(2.1rem,9vw,3rem)!important;line-height:.98!important;letter-spacing:-.06em!important}.signal-section .signal-stack-card,.case-signal-card,.about-search-card{background:rgba(255,255,255,.09)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important}.signal-stack-card h3,.case-signal-card h3,.about-search-card h3,.about-difference-card h3{color:#fff!important}.signal-stack-card p,.case-common-section p:not(.eyebrow),.case-final-cta p:not(.eyebrow),.about-search-card p,.about-final-cta p,.about-final-cta .lead,.about-difference-card p{color:#d8e7f6!important}.case-why-card,.about-fit-panel{background:linear-gradient(135deg,#f8fbff,#eef6ff)!important;border:1px solid #d8e6fb!important}.case-overview-section,.case-why-section,.about-search-section{background:linear-gradient(180deg,#ffffff,#f7fbff)!important;border-top:1px solid #e3edf8!important;border-bottom:1px solid #e3edf8!important}.case-detail-feature{border-left-width:3px!important}.enhanced-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.case-question-list div{gap:10px!important;padding:10px 0!important}.about-pov-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important}.about-baseline-panel{background:radial-gradient(circle at 100% 0%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#ffffff,#f2f7ff)!important}.about-baseline-grid span{min-height:auto!important;padding:16px 16px 16px 42px!important;border-radius:16px!important}.about-baseline-grid span:before{left:17px!important;top:21px!important}.about-final-cta{background:radial-gradient(circle at 18% 16%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#07111f,#132f54)!important}.about-final-cta .cta-panel{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.17)!important}.site-footer .footer-links a{position:relative;display:inline-block;width:max-content;max-width:100%;text-decoration:none!important}.site-footer .footer-links a:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--cyan),var(--blue-2));transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-footer .footer-links a:hover:after{transform:scaleX(1)}}@media (max-width:640px){.fit-section,.inspect-section,.review-start-section,.strategic-ai-connection-section,.ai-analysis-section,.ai-platforms-section,.ai-seo-connection-section,.ai-next-step-section,.case-overview-section,.case-detail-section,.case-common-section,.case-why-section,.case-final-cta,.about-pov-section,.about-different-section,.about-search-section,.about-fit-section,.about-final-cta{padding-top:46px!important;padding-bottom:46px!important}.fit-intro-card,.fit-list-card,.review-check-card,.signal-stack-card,.strategic-question-card,.strategic-fit-card,.ai-clarity-card,.ai-analysis-card,.ai-seo-card,.case-overview-card,.case-detail-feature,.case-signal-card,.case-why-card,.case-question-list,.about-work-card,.about-search-card,.about-fit-card,.review-start-panel,.about-baseline-panel,.about-fit-panel{padding:18px!important;border-radius:20px!important}.case-signal-grid span,.about-proof-stack span{padding:12px 12px 12px 38px!important}.case-signal-grid span:before,.about-proof-stack span:before{left:15px!important}}@media (max-width:980px){.fit-section,.inspect-section,.review-start-section,.strategic-fall-short-section,.strategic-fixes-section,.strategic-evidence-section,.strategic-fit-section,.strategic-ai-connection-section,.strategic-final-cta,.ai-meaning-section,.ai-analysis-section,.ai-competitor-section,.ai-platforms-section,.ai-seo-connection-section,.ai-scan-section,.ai-next-step-section,.case-overview-section,.case-detail-section,.case-common-section,.case-why-section,.case-final-cta,.about-founder-section,.about-pov-section,.about-different-section,.about-search-section,.about-fit-section,.about-final-cta{padding-top:56px!important;padding-bottom:56px!important;overflow:hidden}.fit-panel,.review-start-panel,.strategic-fix-grid,.ai-analysis-grid,.case-overview-grid,.about-pov-layout,.about-fit-panel,.about-difference-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.fit-intro-card,.fit-list-card,.review-check-card,.signal-stack-card,.strategic-question-card,.strategic-fit-card,.strategic-include-card,.ai-clarity-card,.ai-analysis-card,.ai-proof-card,.ai-seo-card,.ai-next-step-panel,.case-overview-card,.case-detail-feature,.case-signal-card,.case-why-card,.case-question-list,.about-work-card,.about-baseline-panel,.about-search-card,.about-difference-card,.about-fit-card,.cta-panel{background:#fff!important;border:1px solid #dce8f5!important;border-radius:22px!important;box-shadow:0 16px 42px rgba(7,17,31,.08)!important;padding:22px!important;overflow:hidden!important}.fit-list-card,.inspect-grid,.ai-clarity-list,.signal-chip-grid,.case-signal-grid,.about-proof-stack,.about-baseline-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.fit-list-item,.inspect-item,.ai-clarity-list div,.case-question-list div,.case-signal-grid span,.about-proof-stack span,.about-baseline-grid span{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start!important;gap:12px!important;padding:13px 14px!important;border-radius:16px!important;border:1px solid #dce8f5!important;background:#f8fbff!important;color:#1f3148!important;position:relative!important;min-height:0!important}.fit-list-item span,.inspect-item span,.ai-clarity-list span,.case-question-list span,.case-signal-grid span:before,.about-proof-stack span:before,.about-baseline-grid span:before{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--blue),var(--cyan))!important;color:#fff!important;font-size:.68rem!important;font-weight:950!important;line-height:1!important;box-shadow:0 8px 18px rgba(26,79,214,.18)!important;position:static!important}.case-signal-grid span,.about-proof-stack span,.about-baseline-grid span{padding-left:14px!important}.case-signal-grid span:before,.about-proof-stack span:before,.about-baseline-grid span:before{content:""!important;width:10px!important;height:10px!important;border-radius:999px!important;margin-top:5px!important}.fit-list-item p,.inspect-item p,.ai-clarity-list p,.case-question-list div,.case-signal-grid span,.about-proof-stack span,.about-baseline-grid span{margin:0!important;font-size:.95rem!important;line-height:1.45!important;font-weight:800!important;color:#26374d!important}.ai-clarity-list strong{display:block!important;color:#0f172a!important;margin-bottom:3px!important;font-weight:950!important}.two-column-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.two-column-list ul{display:grid!important;gap:10px!important;margin:0!important}.service-outcome,.strategic-card-note,.ai-card-note,.case-takeaway,.about-note{padding:16px!important;border-radius:16px!important;padding:14px!important;font-size:.9rem!important;line-height:1.45!important}.about-fit-panel,.review-start-panel,.case-why-card{background:linear-gradient(135deg,#ffffff,#f1f7ff)!important;border:1px solid #d8e6fb!important;border-radius:24px!important;box-shadow:0 18px 48px rgba(7,17,31,.08)!important;padding:22px!important}.about-different-section,.case-common-section,.about-final-cta{background:linear-gradient(135deg,#08111f 0%,#0b1b33 55%,#102d5d 100%)!important}.about-different-section h2,.case-common-section h2,.about-final-cta h2,.about-different-section .eyebrow,.case-common-section .eyebrow,.about-final-cta .eyebrow{color:#fff!important;-webkit-text-fill-color:#fff!important}.about-different-section p:not(.eyebrow),.case-common-section p:not(.eyebrow),.about-final-cta p:not(.eyebrow){color:#d8e7f6!important}.about-different-section .about-difference-card,.case-common-section .case-signal-card,.about-final-cta .cta-panel{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:none!important}.about-different-section .about-difference-card h3,.case-common-section .case-signal-card h3,.about-final-cta .cta-panel h2,.about-final-cta .cta-panel h3{color:#fff!important;-webkit-text-fill-color:#fff!important}.about-pov-section .section-head,.case-overview-section .section-head{text-align:left!important;margin-left:0!important;margin-right:0!important}.about-pov-copy h2,.about-pov-section h2{font-size:clamp(2.35rem,8vw,3.5rem)!important;line-height:.98!important;letter-spacing:-.065em!important}.enhanced-table,.before-after-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;display:block!important;width:100%!important}.enhanced-table table,.before-after-table table{min-width:560px!important}}@media (max-width:640px){.fit-section,.inspect-section,.review-start-section,.strategic-fall-short-section,.strategic-fixes-section,.strategic-evidence-section,.strategic-fit-section,.strategic-ai-connection-section,.strategic-final-cta,.ai-meaning-section,.ai-analysis-section,.ai-competitor-section,.ai-platforms-section,.ai-seo-connection-section,.ai-scan-section,.ai-next-step-section,.case-overview-section,.case-detail-section,.case-common-section,.case-why-section,.case-final-cta,.about-founder-section,.about-pov-section,.about-different-section,.about-search-section,.about-fit-section,.about-final-cta{padding-top:44px!important;padding-bottom:44px!important}.fit-intro-card,.fit-list-card,.review-check-card,.signal-stack-card,.strategic-question-card,.strategic-fit-card,.strategic-include-card,.ai-clarity-card,.ai-analysis-card,.ai-proof-card,.ai-seo-card,.ai-next-step-panel,.case-overview-card,.case-detail-feature,.case-signal-card,.case-why-card,.case-question-list,.about-work-card,.about-baseline-panel,.about-search-card,.about-difference-card,.about-fit-card,.cta-panel{padding:18px!important;border-radius:20px!important}.fit-list-item,.inspect-item,.ai-clarity-list div,.case-question-list div,.case-signal-grid span,.about-proof-stack span,.about-baseline-grid span{padding:12px!important;gap:10px!important}.fit-list-item span,.inspect-item span,.ai-clarity-list span{width:28px!important;height:28px!important;border-radius:10px!important;width:26px!important;height:26px!important;font-size:.64rem!important}.fit-list-item p,.inspect-item p,.ai-clarity-list p,.case-question-list div,.case-signal-grid span,.about-proof-stack span,.about-baseline-grid span{font-size:.9rem!important}}@media (max-width:980px){body .fit-section,body .inspect-section,body .review-start-section,body .strategic-fall-short-section,body .strategic-fixes-section,body .strategic-evidence-section,body .strategic-fit-section,body .strategic-ai-connection-section,body .strategic-final-cta,body .ai-meaning-section,body .ai-analysis-section,body .ai-competitor-section,body .ai-platforms-section,body .ai-seo-connection-section,body .ai-scan-section,body .ai-next-step-section,body .case-overview-section,body .case-detail-section,body .case-common-section,body .case-why-section,body .case-final-cta,body .about-founder-section,body .about-pov-section,body .about-different-section,body .about-search-section,body .about-fit-section,body .about-final-cta{padding-top:42px!important;padding-bottom:42px!important}body .fit-section .container,body .inspect-section .container,body .review-start-section .container,body .strategic-seo-page section:not(.page-hero) .container,body .ai-visibility-page section:not(.page-hero) .container,body .website-authority-page section:not(.page-hero) .container,body .about-page section:not(.page-hero) .container{width:calc(100% - 32px)!important}body .fit-panel,body .review-start-panel,body .strategic-fix-grid,body .ai-analysis-grid,body .case-overview-grid,body .about-pov-layout,body .about-difference-grid,body .about-fit-panel,body .grid-2,body .grid-3,body .grid-4{grid-template-columns:1fr!important;gap:18px!important}body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .strategic-question-card,body .strategic-fit-card,body .strategic-include-card,body .ai-clarity-card,body .ai-analysis-card,body .ai-proof-card,body .ai-seo-card,body .ai-next-step-panel,body .case-overview-card,body .case-detail-feature,body .case-signal-card,body .case-why-card,body .case-question-list,body .about-work-card,body .about-baseline-panel,body .about-search-card,body .about-difference-card,body .about-fit-card,body .cta-panel{border-radius:22px!important;padding:22px!important}body .fit-list-card,body .inspect-grid,body .ai-clarity-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}body .fit-list-card .fit-list-item,body .inspect-grid .inspect-item,body .ai-clarity-list>div{display:grid!important;grid-template-columns:42px 1fr!important;gap:12px!important;align-items:start!important;padding:14px!important;border-radius:18px!important;border:1px solid #d9e7f8!important;background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%)!important;box-shadow:0 10px 24px rgba(7,17,31,.06)!important;min-height:0!important}body .fit-list-card .fit-list-item>span,body .inspect-grid .inspect-item>span,body .ai-clarity-list>div>span{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border-radius:14px!important;background:linear-gradient(135deg,var(--blue),var(--cyan))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.72rem!important;line-height:1!important;font-weight:950!important;letter-spacing:.03em!important;box-shadow:0 8px 20px rgba(26,79,214,.22)!important;margin:0!important;position:relative!important}body .fit-list-card .fit-list-item>p,body .inspect-grid .inspect-item>p,body .ai-clarity-list>div>p{margin:0!important;color:#26374d!important;-webkit-text-fill-color:#26374d!important;font-size:1rem!important;line-height:1.42!important;font-weight:780!important}body .ai-clarity-list>div>p strong{display:block!important;margin:0 0 4px!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;font-weight:950!important}body ul.clean,body .about-check-list,body .two-column-list ul{display:grid!important;gap:10px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important}body ul.clean li,body .two-column-list li{display:grid!important;grid-template-columns:18px 1fr!important;gap:10px!important;align-items:start!important;padding:11px 12px!important;border-radius:15px!important;border:1px solid #e0eaf6!important;background:#f8fbff!important;color:#27364a!important;-webkit-text-fill-color:#27364a!important;font-size:.94rem!important;line-height:1.35!important;font-weight:800!important}body ul.clean li:before,body .two-column-list li:before{content:""!important;display:block!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--blue)!important;box-shadow:0 0 0 6px rgba(36,87,230,.10)!important;margin-top:.45em!important;position:static!important}body .signal-chip-grid,body .case-signal-grid,body .about-proof-stack,body .about-baseline-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}body .signal-chip-grid>span,body .case-signal-grid>span,body .about-proof-stack>span,body .about-baseline-grid>span{display:grid!important;grid-template-columns:18px 1fr!important;gap:10px!important;align-items:start!important;margin:0!important;padding:11px 12px!important;border-radius:15px!important;font-size:.94rem!important;line-height:1.35!important;font-weight:820!important;text-align:left!important;position:relative!important}body .signal-chip-grid>span:before,body .case-signal-grid>span:before,body .about-proof-stack>span:before,body .about-baseline-grid>span:before{content:""!important;display:block!important;width:9px!important;height:9px!important;border-radius:50%!important;margin-top:.45em!important;background:var(--cyan)!important;box-shadow:0 0 0 6px rgba(0,207,232,.13)!important;position:static!important}body .navy-band .signal-chip-grid>span,body .navy-band .case-signal-grid>span,body .about-different-section .about-proof-stack>span,body .about-final-cta .about-proof-stack>span{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;color:#f8fbff!important;-webkit-text-fill-color:#f8fbff!important}body section:not(.navy-band) .case-signal-grid>span,body section:not(.navy-band) .about-proof-stack>span,body .about-baseline-grid>span{background:#f8fbff!important;border:1px solid #e0eaf6!important;color:#27364a!important;-webkit-text-fill-color:#27364a!important}body .case-question-list>div{display:grid!important;grid-template-columns:18px 1fr!important;gap:10px!important;align-items:start!important;padding:12px!important;border-radius:15px!important;border:1px solid #e0eaf6!important;background:#f8fbff!important;color:#1f3148!important;-webkit-text-fill-color:#1f3148!important;font-size:.98rem!important;line-height:1.36!important;font-weight:800!important;text-align:left!important}body .case-question-list>div>span{display:block!important;width:9px!important;height:9px!important;border-radius:50%!important;background:var(--blue)!important;box-shadow:0 0 0 6px rgba(36,87,230,.10)!important;margin-top:.45em!important}body .before-after-table.enhanced-table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;border-radius:22px!important;background:#fff!important;border:1px solid #dce6f2!important;box-shadow:0 14px 38px rgba(7,17,31,.08)!important;width:100%!important}body .before-after-table.enhanced-table>div{display:grid!important;grid-template-columns:180px 130px 130px 120px!important;min-width:560px!important;border-bottom:1px solid #dce6f2!important}body .before-after-table.enhanced-table>div:first-child{background:linear-gradient(135deg,#06101e,#142b49)!important}body .before-after-table.enhanced-table span,body .before-after-table.enhanced-table strong{padding:13px 14px!important;font-size:.92rem!important;line-height:1.25!important;display:flex!important;align-items:center!important}body .before-after-table.enhanced-table>div:first-child span{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.74rem!important;letter-spacing:.08em!important}body .section-head.center{text-align:left!important}body section:not(.page-hero) h2{font-size:clamp(2.05rem,8vw,3rem)!important;line-height:.99!important;letter-spacing:-.055em!important}body section:not(.page-hero) h3{font-size:1.22rem!important;line-height:1.08!important;letter-spacing:-.035em!important}body section:not(.page-hero) p,body section:not(.page-hero) .lead{font-size:1rem!important;line-height:1.55!important}body .card p:last-child,body .case-detail-feature p:last-child,body .about-work-card p:last-child{margin-bottom:0!important}}@media (max-width:640px){body .fit-section,body .inspect-section,body .review-start-section,body .strategic-fall-short-section,body .strategic-fixes-section,body .strategic-evidence-section,body .strategic-fit-section,body .strategic-ai-connection-section,body .strategic-final-cta,body .ai-meaning-section,body .ai-analysis-section,body .ai-competitor-section,body .ai-platforms-section,body .ai-seo-connection-section,body .ai-scan-section,body .ai-next-step-section,body .case-overview-section,body .case-detail-section,body .case-common-section,body .case-why-section,body .case-final-cta,body .about-founder-section,body .about-pov-section,body .about-different-section,body .about-search-section,body .about-fit-section,body .about-final-cta{padding-top:34px!important;padding-bottom:34px!important}body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .strategic-question-card,body .strategic-fit-card,body .strategic-include-card,body .ai-clarity-card,body .ai-analysis-card,body .ai-proof-card,body .ai-seo-card,body .ai-next-step-panel,body .case-overview-card,body .case-detail-feature,body .case-signal-card,body .case-why-card,body .case-question-list,body .about-work-card,body .about-baseline-panel,body .about-search-card,body .about-difference-card,body .about-fit-card,body .cta-panel{padding:18px!important;border-radius:20px!important}body .fit-list-card .fit-list-item,body .inspect-grid .inspect-item,body .ai-clarity-list>div{grid-template-columns:36px 1fr!important;padding:12px!important}body .fit-list-card .fit-list-item>span,body .inspect-grid .inspect-item>span,body .ai-clarity-list>div>span{width:32px!important;height:32px!important;border-radius:12px!important;font-size:.66rem!important}body section:not(.page-hero) h2{font-size:clamp(1.85rem,8.6vw,2.55rem)!important}body section:not(.page-hero) p,body section:not(.page-hero) .lead{font-size:.98rem!important}}@media (max-width:768px){body .section:not(.page-hero):not(.hero){padding-top:38px !important;padding-bottom:38px !important}body .section.soft:not(.page-hero):not(.hero){padding-top:36px !important;padding-bottom:36px !important}body .container{padding-left:24px !important;padding-right:24px !important}body .fit-list-card,body .inspect-grid,body .ai-clarity-list,body .about-baseline-grid{display:grid !important;grid-template-columns:1fr !important;gap:12px !important}body .fit-list-card .fit-list-item,body .inspect-grid .inspect-item,body .ai-clarity-list>div,body .about-baseline-grid>span{display:grid !important;grid-template-columns:44px 1fr !important;align-items:start !important;column-gap:14px !important;padding:16px !important;margin:0 !important;border-radius:20px !important;background:#fff !important;border:1px solid #dce8f7 !important;box-shadow:0 12px 34px rgba(7,17,31,.07) !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;text-align:left !important;font-weight:800 !important;line-height:1.32 !important}body .about-baseline-grid>span{grid-template-columns:18px 1fr !important;font-size:1rem !important}body .about-baseline-grid>span::before{content:"" !important;width:10px !important;height:10px !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 7px rgba(36,87,230,.10) !important;margin-top:.35em !important}body .fit-list-card .fit-list-item>span,body .inspect-grid .inspect-item>span,body .ai-clarity-list>div>span{display:grid !important;place-items:center !important;width:40px !important;height:40px !important;border-radius:14px !important;background:linear-gradient(135deg,#eef6ff,#eaf0ff) !important;border:1px solid #d8e6fb !important;color:#2457e6 !important;-webkit-text-fill-color:#2457e6 !important;font-size:.76rem !important;font-weight:950 !important;letter-spacing:.05em !important;line-height:1 !important}body .fit-list-card .fit-list-item p,body .inspect-grid .inspect-item p,body .ai-clarity-list>div p{margin:0 !important;color:#27364a !important;-webkit-text-fill-color:#27364a !important;font-size:1rem !important;line-height:1.42 !important;font-weight:750 !important}body .ai-clarity-list>div p strong{display:block !important;margin:0 0 5px !important;color:#07111f !important;-webkit-text-fill-color:#07111f !important;font-size:1.05rem !important;line-height:1.15 !important;font-weight:950 !important}body .fit-panel,body .review-start-panel,body .about-pov-layout,body .about-fit-panel,body .case-why-card{display:grid !important;grid-template-columns:1fr !important;gap:16px !important}body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel{border-radius:24px !important;padding:22px !important;border:1px solid #dce8f7 !important;background:linear-gradient(180deg,#fff,#f8fbff) !important;box-shadow:0 18px 44px rgba(7,17,31,.08) !important}body .navy-band,body .about-final-cta,body .case-final-cta,body .strategic-final-cta{background:radial-gradient(circle at 15% 8%,rgba(0,207,232,.14),transparent 32%),linear-gradient(135deg,#07111f,#122a4a) !important;color:#fff !important;-webkit-text-fill-color:initial !important}body .navy-band h2,body .navy-band h3:not(.home-choice-title),body .navy-band .lead,body .navy-band p,body .about-final-cta h2,body .about-final-cta h3,body .about-final-cta .lead,body .about-final-cta p,body .case-final-cta h2,body .case-final-cta h3,body .case-final-cta .lead,body .case-final-cta p,body .strategic-final-cta h2,body .strategic-final-cta .lead,body .strategic-final-cta p{color:#f7fbff !important;-webkit-text-fill-color:#f7fbff !important}body .navy-band p:not(.eyebrow),body .about-final-cta p:not(.eyebrow),body .case-final-cta p:not(.eyebrow){color:#dbe8f7 !important;-webkit-text-fill-color:#dbe8f7 !important}body .navy-band .signal-stack-card,body .navy-band .ai-proof-card,body .navy-band .case-signal-card,body .about-final-cta .cta-panel,body .case-final-cta .cta-panel,body .strategic-final-cta .cta-panel{background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.20) !important;box-shadow:0 22px 54px rgba(0,0,0,.18) !important}body .navy-band .signal-stack-card h3,body .navy-band .ai-proof-card h3,body .navy-band .case-signal-card h3,body .about-final-cta .cta-panel h2{color:#fff !important;-webkit-text-fill-color:#fff !important}body .about-search-card,body .about-search-card h3,body .about-search-card .about-proof-stack>span,body .about-baseline-panel,body .about-baseline-panel h3,body .about-baseline-panel p{color:#172238 !important;-webkit-text-fill-color:#172238 !important}body .about-search-card .about-proof-stack{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin-top:14px !important}body .about-search-card .about-proof-stack>span{display:grid !important;grid-template-columns:18px 1fr !important;align-items:start !important;gap:10px !important;padding:12px !important;background:#f8fbff !important;border:1px solid #dce8f7 !important;border-radius:16px !important;font-size:.98rem !important;line-height:1.35 !important;font-weight:850 !important;text-align:left !important}body .about-search-card .about-proof-stack>span:before{content:"" !important;display:block !important;width:9px !important;height:9px !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 6px rgba(36,87,230,.10) !important;margin-top:.45em !important}body .signal-chip-grid,body .case-signal-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important}body .signal-chip-grid>span,body .case-signal-grid>span{display:grid !important;grid-template-columns:18px 1fr !important;gap:10px !important;align-items:start !important;padding:12px !important;margin:0 !important;border-radius:16px !important;background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.18) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;text-align:left !important;font-size:.98rem !important;line-height:1.35 !important;font-weight:820 !important}body .signal-chip-grid>span:before,body .case-signal-grid>span:before{content:"" !important;width:9px !important;height:9px !important;border-radius:999px !important;background:#39d5ff !important;box-shadow:0 0 0 6px rgba(57,213,255,.12) !important;margin-top:.45em !important}body .before-after-table.enhanced-table{display:grid !important;gap:10px !important;overflow:visible !important;background:transparent !important;border:0 !important;box-shadow:none !important}body .before-after-table.enhanced-table>div:first-child{display:none !important}body .before-after-table.enhanced-table>div:not(:first-child){min-width:0 !important;display:grid !important;grid-template-columns:1fr 1fr !important;gap:0 !important;background:#fff !important;border:1px solid #dce8f7 !important;border-radius:20px !important;overflow:hidden !important;box-shadow:0 12px 32px rgba(7,17,31,.06) !important}body .before-after-table.enhanced-table>div:not(:first-child) span,body .before-after-table.enhanced-table>div:not(:first-child) strong{display:block !important;padding:12px 14px !important;font-size:.98rem !important;line-height:1.25 !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;border-bottom:1px solid #e3ecf7 !important}body .before-after-table.enhanced-table>div:not(:first-child) span{grid-column:1 / -1 !important;background:#07111f !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-weight:950 !important}body .before-after-table.enhanced-table>div:not(:first-child) strong:nth-child(2)::before{content:"Before";display:block;color:#687991;-webkit-text-fill-color:#687991;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}body .before-after-table.enhanced-table>div:not(:first-child) strong:nth-child(3)::before{content:"After";display:block;color:#687991;-webkit-text-fill-color:#687991;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}body .before-after-table.enhanced-table>div:not(:first-child) strong:nth-child(4){grid-column:1 / -1 !important;color:#2457e6 !important;-webkit-text-fill-color:#2457e6 !important}body .before-after-table.enhanced-table>div:not(:first-child) strong:nth-child(4)::before{content:"Increase";display:block;color:#687991;-webkit-text-fill-color:#687991;font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}body .case-question-list>div{display:grid !important;grid-template-columns:18px 1fr !important;gap:10px !important;align-items:start !important;padding:12px !important;margin:0 0 9px !important;border-radius:16px !important;background:#f8fbff !important;border:1px solid #dce8f7 !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;font-size:1rem !important;line-height:1.38 !important;font-weight:780 !important;text-align:left !important}body .case-question-list>div>span{display:block !important;width:9px !important;height:9px !important;margin-top:.45em !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 6px rgba(36,87,230,.10) !important}}@media (max-width:420px){body .section:not(.page-hero):not(.hero){padding-top:32px !important;padding-bottom:32px !important}body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel{padding:18px !important;border-radius:22px !important}}@media (max-width:767px){body .section.soft:not(.hero):not(.page-hero){padding-top:30px !important;padding-bottom:30px !important}body .section + .section:not(.hero):not(.page-hero){margin-top:0 !important}body .section:not(.hero):not(.page-hero) p,body .section:not(.hero):not(.page-hero) .lead{font-size:1.02rem !important;line-height:1.55 !important;margin-bottom:12px !important}body .fit-panel,body .review-start-panel,body .about-pov-layout,body .about-fit-panel,body .case-why-card,body .grid-2,body .grid-3,body .grid-4{grid-template-columns:1fr !important;gap:16px !important}body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card,body .card{padding:18px !important;border-radius:22px !important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div,body .about-baseline-grid>span{display:grid !important;grid-template-columns:42px 1fr !important;gap:12px !important;align-items:start !important;padding:13px 14px !important;margin:0 !important;border-radius:16px !important;background:#ffffff !important;border:1px solid #dce8f7 !important;box-shadow:0 10px 24px rgba(7,17,31,.055) !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;text-align:left !important}body .signal-chip-grid>span,body .case-signal-grid>span,body .about-proof-stack>span{display:inline-flex !important;align-items:center !important;gap:8px !important;width:auto !important;min-width:0 !important;max-width:100% !important;padding:9px 11px !important;border-radius:999px !important;font-size:.88rem !important;line-height:1.18 !important;font-weight:850 !important;text-align:left !important;margin:0 !important}body .signal-chip-grid>span:before,body .case-signal-grid>span:before,body .about-proof-stack>span:before{content:"" !important;display:block !important;flex:0 0 auto !important;width:8px !important;height:8px !important;border-radius:999px !important;margin:0 !important}body .about-search-card,body .about-search-card h3,body .about-search-card p,body .about-proof-stack>span{background:#fff !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important}body .about-final-cta .cta-panel h2,body .case-final-cta .cta-panel h2,body .strategic-final-cta .cta-panel h2,body .about-final-cta .cta-panel p,body .case-final-cta .cta-panel p,body .strategic-final-cta .cta-panel p{color:#f7fbff !important;-webkit-text-fill-color:#f7fbff !important}body .about-final-cta .btn,body .case-final-cta .btn,body .strategic-final-cta .btn{width:100% !important;min-height:48px !important;padding:13px 16px !important;font-size:.95rem !important}body .before-after-table.enhanced-table>div:first-child{display:none !important}body .before-after-table.enhanced-table>div:not(:first-child) span{grid-column:1 / -1 !important;background:#07111f !important;color:#fff !important;-webkit-text-fill-color:#fff !important}body .before-after-table.enhanced-table>div:not(:first-child) strong:nth-child(4){grid-column:1 / -1 !important}}@media (max-width:420px){body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .card{padding:16px !important;border-radius:20px !important}body .signal-chip-grid>span,body .case-signal-grid>span,body .about-proof-stack>span{font-size:.84rem !important;padding:8px 10px !important}}@media (max-width:767px){body .section.soft:not(.hero):not(.page-hero),body .section.navy-band:not(.hero):not(.page-hero){padding-top:28px !important;padding-bottom:28px !important}body .container{padding-left:22px !important;padding-right:22px !important;padding-left:20px !important;padding-right:20px !important}body .section-head{margin-bottom:18px !important;margin-bottom:14px !important}body .section-head.center{text-align:left !important;max-width:none !important}body .section-head.center .eyebrow{justify-content:flex-start !important}body .eyebrow,body .mini-label,body .fit-badge{font-size:.72rem !important;letter-spacing:.14em !important;font-size:.66rem !important;letter-spacing:.13em !important}body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card{padding:16px !important;border-radius:18px !important}body .grid-2,body .grid-3,body .grid-4,body .fit-panel,body .review-start-panel,body .about-pov-layout,body .about-fit-panel{grid-template-columns:1fr !important;gap:14px !important}body .about-baseline-grid{gap:8px !important}body .signal-chip-grid,body .case-signal-grid,body .about-proof-stack{display:flex !important;flex-wrap:wrap !important;margin-top:12px !important;display:grid !important;grid-template-columns:1fr !important;gap:8px !important;margin-top:10px !important}body .about-search-card{background:#fff !important;border:1px solid #dce8f7 !important}body .about-search-card h3,body .about-search-card p{color:#172238 !important;-webkit-text-fill-color:#172238 !important}body .about-proof-stack>span{box-shadow:0 8px 20px rgba(7,17,31,.045) !important;display:grid !important;grid-template-columns:12px 1fr !important;gap:9px !important;align-items:center !important;width:100% !important;padding:9px 10px !important;border-radius:13px !important;background:#f8fbff !important;border:1px solid #dce8f7 !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;font-size:.9rem !important;line-height:1.25 !important;font-weight:750 !important}body .about-proof-stack>span:before{content:"" !important;width:7px !important;height:7px !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 5px rgba(36,87,230,.10) !important}body .about-final-cta .cta-panel p,body .case-final-cta .cta-panel p,body .strategic-final-cta .cta-panel p{color:rgba(255,255,255,.82) !important;-webkit-text-fill-color:rgba(255,255,255,.82) !important;font-size:.95rem !important}body .before-after-table.enhanced-table{display:grid !important;gap:9px !important;overflow:visible !important;border:0 !important;background:transparent !important;gap:8px !important}body .before-after-table.enhanced-table>div:not(:first-child){display:grid !important;grid-template-columns:1fr 1fr !important;border:1px solid #dce8f7 !important;border-radius:16px !important;overflow:hidden !important;background:#fff !important;box-shadow:0 8px 22px rgba(7,17,31,.055) !important;border-radius:14px !important}}@media (max-width:420px){body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card{padding:14px !important;border-radius:17px !important}}@media (max-width:767px){body .section:not(.hero):not(.page-hero){padding-top:30px !important;padding-bottom:30px !important;padding-top:24px !important;padding-bottom:24px !important;padding-top:18px !important;padding-bottom:18px !important}body .section:not(.hero):not(.page-hero) .container{padding-left:18px !important;padding-right:18px !important}body .section:not(.hero):not(.page-hero) .section-head,body .section:not(.hero):not(.page-hero) .section-head.center{margin-bottom:14px !important;text-align:left !important}body .section:not(.hero):not(.page-hero) .eyebrow{font-size:.68rem !important;letter-spacing:.14em !important;margin-bottom:7px !important}body .section:not(.hero):not(.page-hero) h2{font-size:clamp(2rem,9vw,2.7rem) !important;line-height:.98 !important;margin-bottom:10px !important;font-size:clamp(1.65rem,7.2vw,2.15rem) !important;line-height:1.03 !important;letter-spacing:-.045em !important;font-size:clamp(1.38rem,5.7vw,1.82rem) !important;line-height:1.08 !important;letter-spacing:-.055em !important;margin-bottom:8px !important}body .section:not(.hero):not(.page-hero) h3{font-size:clamp(1.28rem,5.2vw,1.65rem) !important;line-height:1.08 !important;letter-spacing:-.04em !important;font-size:clamp(1.08rem,4.7vw,1.34rem) !important;line-height:1.12 !important;margin-bottom:8px !important;font-size:1rem !important;line-height:1.15 !important;letter-spacing:-.035em !important;margin-bottom:7px !important}body .section:not(.hero):not(.page-hero) p,body .section:not(.hero):not(.page-hero) .lead,body .section:not(.hero):not(.page-hero) li{font-size:.96rem !important;line-height:1.48 !important;margin-bottom:10px !important;font-size:.86rem !important;line-height:1.4 !important;letter-spacing:-.01em !important}body .grid-2,body .grid-3,body .grid-4,body .fit-panel,body .review-start-panel,body .about-pov-layout,body .about-fit-panel,body .case-overview-grid{gap:12px !important}body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card,body .home-search-card{padding:13px !important;border-radius:16px !important}body .home-search-card h3{font-size:1.35rem !important;margin-bottom:6px !important;font-size:1.15rem !important;line-height:1.12 !important;margin-bottom:5px !important}body .home-search-card>p{font-size:1rem !important;margin-bottom:12px !important;font-size:.9rem !important;line-height:1.35 !important;margin-bottom:9px !important}body .search-everywhere-grid{gap:9px !important;margin-top:10px !important;display:grid !important;grid-template-columns:1fr !important;gap:7px !important;margin-top:8px !important}body .search-everywhere-grid>div{display:grid !important;grid-template-columns:28px 1fr !important;grid-template-rows:auto auto !important;column-gap:9px !important;row-gap:2px !important;align-items:start !important;padding:11px 12px !important;border-radius:15px !important;background:#f8fbff !important;border:1px solid #dce8f7 !important;grid-template-columns:24px 1fr !important;column-gap:8px !important;row-gap:1px !important;padding:8px 9px !important;border-radius:12px !important}body .search-everywhere-grid .search-icon{grid-row:1 / span 2 !important;display:flex !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;margin:0 !important;font-size:.86rem !important;line-height:1 !important;width:20px !important;height:20px !important;font-size:.72rem !important;margin-top:1px !important}body .search-everywhere-grid strong{display:block !important;margin:0 !important;font-size:.98rem !important;line-height:1.15 !important;font-size:.86rem !important;line-height:1.12 !important}body .search-everywhere-grid p{margin:0 !important;font-size:.92rem !important;line-height:1.36 !important;font-size:.8rem !important;line-height:1.32 !important}body .fit-list-card,body .inspect-grid,body .ai-clarity-list,body .about-baseline-grid{gap:10px !important;display:grid !important;grid-template-columns:1fr !important;gap:9px !important;gap:7px !important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div{display:grid !important;grid-template-columns:34px 1fr !important;gap:10px !important;align-items:start !important;padding:11px 12px !important;margin:0 !important;border-radius:15px !important;background:#fff !important;border:1px solid #dce8f7 !important;box-shadow:0 8px 18px rgba(7,17,31,.045) !important;grid-template-columns:30px 1fr !important;gap:9px !important;padding:9px 10px !important;border-radius:13px !important;min-height:0 !important;box-shadow:0 5px 14px rgba(7,17,31,.035) !important}body .fit-list-item>span,body .inspect-item>span,body .ai-clarity-list>div>span{width:36px !important;height:36px !important;border-radius:12px !important;background:linear-gradient(135deg,#e8f1ff,#f7fbff) !important;font-size:.78rem !important;font-weight:950 !important;letter-spacing:.04em !important;width:30px !important;height:30px !important;border-radius:10px !important;font-size:.68rem !important;font-weight:900 !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#eef5ff !important;color:#2457e6 !important;-webkit-text-fill-color:#2457e6 !important;box-shadow:inset 0 0 0 1px rgba(36,87,230,.14) !important;width:27px !important;height:27px !important;border-radius:8px !important;font-size:.62rem !important;box-shadow:inset 0 0 0 1px rgba(36,87,230,.12) !important}body .fit-list-item p,body .inspect-item p,body .ai-clarity-list>div p{font-size:1rem !important;line-height:1.42 !important;margin:0 !important;font-size:.94rem !important;line-height:1.38 !important;color:#43536a !important;-webkit-text-fill-color:#43536a !important;font-size:.82rem !important;line-height:1.3 !important;font-weight:650 !important;letter-spacing:-.015em !important}body .ai-clarity-list>div p strong{margin:0 0 3px !important;font-size:1rem !important;line-height:1.1 !important;font-weight:950 !important;font-size:.96rem !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;display:block !important;margin:0 0 2px !important;font-size:.84rem !important;line-height:1.12 !important}body .signal-stack-card,body .case-signal-card{padding:18px !important;padding:16px !important;padding:13px !important}body .signal-stack-card h3,body .case-signal-card h3{color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:1.25rem !important;font-size:1.05rem !important;line-height:1.14 !important;margin-bottom:9px !important}body .signal-stack-card .signal-chip-grid{grid-template-columns:1fr 1fr !important;gap:6px !important}body .signal-chip-grid>span,body .case-signal-grid>span{background:rgba(255,255,255,.11) !important;border:1px solid rgba(255,255,255,.18) !important;display:grid !important;grid-template-columns:16px 1fr !important;gap:8px !important;align-items:center !important;width:100% !important;padding:8px 10px !important;min-height:0 !important;border-radius:13px !important;font-size:.9rem !important;line-height:1.22 !important;font-weight:750 !important;background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.16) !important;color:#fff !important;-webkit-text-fill-color:#fff !important;box-shadow:none !important;grid-template-columns:12px 1fr !important;gap:6px !important;padding:6px 7px !important;border-radius:10px !important;font-size:.75rem !important;line-height:1.18 !important;font-weight:700 !important}body .signal-chip-grid>span:before,body .case-signal-grid>span:before{content:"" !important;width:7px !important;height:7px !important;border-radius:999px !important;background:#35d7ff !important;box-shadow:0 0 0 5px rgba(53,215,255,.12) !important;width:6px !important;height:6px !important;box-shadow:0 0 0 4px rgba(53,215,255,.10) !important}body .signal-stack-card>p,body .case-signal-card>p{margin-top:12px !important;font-size:.94rem !important;line-height:1.45 !important;margin-top:10px !important;margin-bottom:0 !important;font-size:.83rem !important;line-height:1.36 !important;margin-top:9px !important}body .about-baseline-panel{padding:16px !important;padding:13px !important}body .about-baseline-grid>span{grid-template-columns:14px 1fr !important;font-size:1rem !important;line-height:1.35 !important;font-weight:800 !important;display:grid !important;grid-template-columns:12px 1fr !important;gap:9px !important;align-items:start !important;padding:10px 11px !important;border-radius:14px !important;background:#fff !important;border:1px solid #dce8f7 !important;box-shadow:0 7px 16px rgba(7,17,31,.04) !important;font-size:.93rem !important;line-height:1.34 !important;font-weight:720 !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important;text-align:left !important;grid-template-columns:10px 1fr !important;gap:7px !important;padding:8px 9px !important;border-radius:12px !important;font-size:.8rem !important;line-height:1.28 !important;font-weight:650 !important;box-shadow:0 5px 14px rgba(7,17,31,.035) !important}body .about-baseline-grid>span:before{width:9px !important;height:9px !important;box-shadow:0 0 0 6px rgba(36,87,230,.10) !important;margin-top:.44em !important;content:"" !important;display:block !important;width:7px !important;height:7px !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 5px rgba(36,87,230,.10) !important;margin-top:.42em !important;width:6px !important;height:6px !important;box-shadow:0 0 0 4px rgba(36,87,230,.10) !important}body .check-list,body .about-check-list,body .scan-checklist .check-list{gap:7px !important}body .check-list li,body .about-check-list li,body .scan-checklist .check-list li{padding:7px 0 7px 24px !important;font-size:.82rem !important;line-height:1.32 !important}body .about-final-cta .cta-panel,body .case-final-cta .cta-panel,body .strategic-final-cta .cta-panel{padding:20px !important;border-radius:22px !important;padding:18px !important;border-radius:20px !important;background:rgba(255,255,255,.09) !important;border:1px solid rgba(255,255,255,.18) !important;padding:14px !important;border-radius:17px !important}body .about-final-cta .cta-panel h2,body .case-final-cta .cta-panel h2,body .strategic-final-cta .cta-panel h2{color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:1.55rem !important;line-height:1.05 !important;font-size:1.28rem !important;line-height:1.08 !important}body .section:not(.hero):not(.page-hero) .btn{min-height:48px !important;padding:13px 16px !important;font-size:.95rem !important;min-height:44px !important;padding:11px 15px !important;font-size:.9rem !important;min-height:40px !important;padding:9px 13px !important;font-size:.82rem !important;border-radius:999px !important}body .before-after-table.enhanced-table>div:not(:first-child) span,body .before-after-table.enhanced-table>div:not(:first-child) strong{padding:10px 12px !important;font-size:.95rem !important;line-height:1.22 !important;padding:9px 10px !important;font-size:.9rem !important;line-height:1.2 !important;padding:7px 8px !important;font-size:.78rem !important;line-height:1.18 !important}body .mini-metrics div,body .metric-grid div{padding:9px !important;border-radius:12px !important}body .mini-metrics strong,body .metric-grid strong{font-size:1.25rem !important}}@media (max-width:420px){body .section:not(.hero):not(.page-hero) h3{font-size:1.12rem !important;font-size:.96rem !important}body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card,body .home-search-card{padding:12px !important;border-radius:15px !important}body .signal-stack-card .signal-chip-grid{grid-template-columns:1fr 1fr !important;gap:5px !important}body .signal-chip-grid>span{padding:6px !important;font-size:.7rem !important}body .home-search-card h3{font-size:1.05rem !important}}@media (max-width:640px){body .container{width:min(100% - 22px,var(--max)) !important}body .section:not(.hero):not(.page-hero){padding-top:14px !important;padding-bottom:14px !important}body .section-head{margin-bottom:10px !important}body .section-head.center{gap:6px !important}body .section:not(.hero):not(.page-hero) h2{font-size:clamp(1.28rem,5.8vw,1.72rem) !important;line-height:1.04 !important;letter-spacing:-.03em !important}body .section:not(.hero):not(.page-hero) h3{font-size:1rem !important;line-height:1.12 !important}body .section:not(.hero):not(.page-hero) p,body .section:not(.hero):not(.page-hero) .lead,body .section:not(.hero):not(.page-hero) li{font-size:.84rem !important;line-height:1.34 !important}body .grid-2,body .grid-3,body .grid-4,body .fit-panel,body .about-fit-panel,body .review-start-panel,body .about-pov-layout{gap:12px !important}body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card,body .home-search-card,body .strategic-question-card{padding:12px !important;border-radius:16px !important}body .fit-list-card,body .inspect-grid,body .ai-clarity-list,body .about-baseline-grid{gap:6px !important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div{grid-template-columns:28px 1fr !important;gap:8px !important;padding:8px 9px !important;border-radius:11px !important;min-height:0 !important;box-shadow:0 4px 12px rgba(7,17,31,.03) !important}body .fit-list-item p,body .inspect-item p,body .ai-clarity-list>div p{font-size:.78rem !important;line-height:1.24 !important;font-weight:600 !important;letter-spacing:-.01em !important}body .ai-clarity-list>div p strong{display:block !important;margin:0 0 2px !important;font-size:.79rem !important;line-height:1.08 !important}body .about-baseline-panel{padding:12px !important}body .about-baseline-grid>span{padding:8px 9px !important;border-radius:11px !important;font-size:.78rem !important;line-height:1.23 !important;font-weight:600 !important}body .about-baseline-grid>span:before{width:5px !important;height:5px !important;box-shadow:0 0 0 3px rgba(36,87,230,.10) !important}body .home-search-card h3,body .about-search-card h3,body .signal-stack-card h3{font-size:1rem !important;line-height:1.08 !important;margin-bottom:8px !important}body .home-search-card>p{font-size:.84rem !important;line-height:1.3 !important;margin-bottom:8px !important}body .search-everywhere-grid{gap:6px !important;margin-top:8px !important}body .search-everywhere-grid>div{grid-template-columns:18px 1fr !important;column-gap:7px !important;row-gap:1px !important;padding:8px 9px !important;border-radius:11px !important}body .search-everywhere-grid .search-icon{width:14px !important;height:14px !important;margin-top:3px !important;border-radius:999px !important;background:rgba(36,87,230,.10) !important;box-shadow:none !important;font-size:0 !important}body .search-everywhere-grid .search-icon::before{content:"";display:block;width:6px;height:6px;border-radius:999px;background:#2457e6}body .search-everywhere-grid .google-icon::before{background:#2563eb}body .search-everywhere-grid .ai-icon::before{background:#06b6d4}body .search-everywhere-grid .business-icon::before{background:#14b8a6}body .search-everywhere-grid strong{font-size:.8rem !important;line-height:1.14 !important;margin:0 !important}body .search-everywhere-grid p{font-size:.75rem !important;line-height:1.28 !important}body .about-search-card{background:#f8fbff !important;border:1px solid #dce8f7 !important}body .about-search-card h3,body .about-search-card p,body .about-search-card .about-proof-stack>span{color:var(--ink) !important}body .about-proof-stack{gap:6px !important}body .signal-stack-card .signal-chip-grid,body .case-signal-card .case-signal-grid{grid-template-columns:1fr 1fr !important;gap:5px !important}body .signal-stack-card>p,body .case-signal-card>p{font-size:.8rem !important;line-height:1.32 !important;margin-top:8px !important}body .check-list,body .about-check-list,body .scan-checklist .check-list{gap:6px !important}body .check-list li,body .about-check-list li,body .scan-checklist .check-list li{padding:6px 0 6px 22px !important;font-size:.8rem !important;line-height:1.28 !important}}@media (max-width:420px){body .container{padding-left:22px !important;padding-right:22px !important;padding-left:20px !important;padding-right:20px !important;padding-left:18px !important;padding-right:18px !important;padding-left:16px !important;padding-right:16px !important;padding-left:14px !important;padding-right:14px !important}body .section:not(.hero):not(.page-hero){padding-top:26px !important;padding-bottom:26px !important;padding-top:22px !important;padding-bottom:22px !important;padding-top:16px !important;padding-bottom:16px !important;padding-top:12px !important;padding-bottom:12px !important}body .section:not(.hero):not(.page-hero) h2{font-size:clamp(1.5rem,6.6vw,1.95rem) !important;font-size:clamp(1.3rem,5.35vw,1.68rem) !important;font-size:clamp(1.22rem,5.8vw,1.58rem) !important}body .section:not(.hero):not(.page-hero) p,body .section:not(.hero):not(.page-hero) .lead,body .section:not(.hero):not(.page-hero) li{font-size:.91rem !important;line-height:1.44 !important;font-size:.82rem !important;line-height:1.36 !important;font-size:.8rem !important;line-height:1.32 !important}body .card,body .split-card,body .fit-intro-card,body .fit-list-card,body .review-check-card,body .signal-stack-card,body .about-baseline-panel,body .about-search-card,body .about-fit-card,body .case-signal-card,body .case-question-list,body .case-why-card,body .cta-panel,body .ai-clarity-card,body .ai-proof-card,body .home-search-card,body .strategic-question-card{padding:11px !important;border-radius:15px !important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div{grid-template-columns:38px 1fr !important;gap:10px !important;padding:12px !important;border-radius:15px !important;grid-template-columns:30px 1fr !important;padding:10px !important;gap:9px !important;grid-template-columns:28px 1fr !important;padding:8px 9px !important;gap:8px !important;border-radius:12px !important;grid-template-columns:26px 1fr !important;gap:7px !important;padding:7px 8px !important}body .fit-list-item>span,body .inspect-item>span,body .ai-clarity-list>div>span{width:32px !important;height:32px !important;border-radius:11px !important;font-size:.72rem !important;width:27px !important;height:27px !important;font-size:.64rem !important;border-radius:9px !important;width:25px !important;height:25px !important;font-size:.58rem !important;width:22px !important;height:22px !important;font-size:.55rem !important}body .fit-list-item p,body .inspect-item p,body .ai-clarity-list>div p{font-size:.88rem !important;line-height:1.34 !important;font-size:.78rem !important;line-height:1.28 !important;font-weight:650 !important;font-size:.75rem !important;line-height:1.22 !important}body .about-baseline-grid>span{padding:7px 8px !important;font-size:.75rem !important}body .search-everywhere-grid>div{padding:10px !important;grid-template-columns:16px 1fr !important;padding:7px 8px !important}body .search-everywhere-grid strong{font-size:.77rem !important}body .search-everywhere-grid p{font-size:.72rem !important}body .signal-chip-grid>span,body .case-signal-grid>span{font-size:.68rem !important;padding:5px 6px !important}}@media (max-width:640px){body .process-track{gap:10px !important}body .process-step{display:grid !important;grid-template-columns:42px 1fr !important;grid-template-areas:"circle badge" "circle title" ". text" !important;column-gap:10px !important;row-gap:5px !important;align-items:start !important;padding:12px !important;border-radius:16px !important;min-height:0 !important}body .process-step .step-circle{grid-area:circle !important;width:36px !important;height:36px !important;margin:0 !important;font-size:.78rem !important;box-shadow:0 0 0 3px #fff,0 6px 16px rgba(26,79,214,.18) !important}body .process-step .step-time{grid-area:badge !important;align-self:center !important;justify-self:start !important;margin:0 !important;padding:4px 8px !important;border-radius:7px !important;font-size:.62rem !important;line-height:1 !important;letter-spacing:.08em !important}body .process-step h3{grid-area:title !important;margin:0 !important;font-size:1rem !important;line-height:1.08 !important}body .process-step p{grid-area:text !important;margin:0 !important;font-size:.78rem !important;line-height:1.28 !important}}@media (max-width:420px){body .process-track{gap:8px !important}body .process-step{grid-template-columns:38px 1fr !important;column-gap:9px !important;row-gap:4px !important;padding:10px !important;border-radius:15px !important}body .process-step .step-circle{width:32px !important;height:32px !important;font-size:.72rem !important;box-shadow:0 0 0 2px #fff,0 5px 14px rgba(26,79,214,.16) !important}body .process-step .step-time{padding:3px 7px !important;font-size:.58rem !important;border-radius:6px !important}body .process-step h3{font-size:.92rem !important}body .process-step p{font-size:.74rem !important;line-height:1.24 !important}}@media (max-width:640px){body.about-page .page-hero.about-hero .container.grid-2{gap:14px !important}body.about-page .page-hero.about-hero .about-photo-wrap,body.about-page .page-hero.about-hero .paul-photo-wrap{width:min(100%,248px) !important;padding:10px !important;border-radius:22px !important;margin:0 auto !important;box-shadow:0 12px 32px rgba(7,17,31,.08) !important}body.about-page .page-hero.about-hero .about-photo,body.about-page .page-hero.about-hero .paul-photo{max-width:100% !important;width:100% !important;aspect-ratio:4/5 !important;object-fit:cover !important;object-position:center 28% !important;border-radius:16px !important;box-shadow:none !important}body.about-page .page-hero.about-hero .photo-caption{margin-top:8px !important;padding:10px 8px !important;border-radius:14px !important;text-align:center !important;background:linear-gradient(180deg,#f9fbff,#ffffff) !important}body.about-page .page-hero.about-hero .photo-caption strong{font-size:1rem !important;line-height:1.08 !important;margin-bottom:4px !important;display:block !important}body.about-page .page-hero.about-hero .photo-caption span{font-size:.76rem !important;line-height:1.25 !important;font-weight:800 !important}}@media (max-width:420px){body.about-page .page-hero.about-hero .about-photo-wrap,body.about-page .page-hero.about-hero .paul-photo-wrap{width:min(100%,226px) !important;padding:9px !important;border-radius:20px !important}body.about-page .page-hero.about-hero .about-photo,body.about-page .page-hero.about-hero .paul-photo{border-radius:14px !important}body.about-page .page-hero.about-hero .photo-caption{padding:8px 7px !important;border-radius:12px !important}body.about-page .page-hero.about-hero .photo-caption strong{font-size:.94rem !important}body.about-page .page-hero.about-hero .photo-caption span{font-size:.72rem !important;line-height:1.22 !important}}@media(max-width:640px){.inner-hero-card p{font-size:.82rem;line-height:1.35}}@media (min-width:981px){body.home .home-search-card h3,body.home .fit-intro-card h3,body.home .review-check-card h3,body.home .signal-stack-card h3{font-size:clamp(1.18rem,1.55vw,1.55rem) !important;line-height:1.12 !important}body:not(.home) .inner-hero-card{padding:26px !important;border-radius:24px !important}body .section-head.center h2{max-width:760px !important}body.home .section:not(.hero):not(.page-hero) h2{font-size:clamp(2.05rem,2.65vw,3.15rem) !important;line-height:1.08 !important;letter-spacing:-.055em !important;max-width:780px !important;font-size:clamp(1.35rem,1.85vw,2.05rem) !important;line-height:1.14 !important;letter-spacing:-.035em !important;max-width:680px !important}body.home .problem-section h2{font-size:clamp(2.25rem,3vw,3.35rem) !important;max-width:650px !important;font-size:clamp(1.55rem,2.05vw,2.25rem) !important;line-height:1.12 !important;max-width:610px !important}body.home .section-head.center h2,body.home .fit-section .section-head.center h2{font-size:clamp(2rem,2.55vw,3rem) !important;line-height:1.08 !important;max-width:760px !important;margin-left:auto !important;margin-right:auto !important;font-size:clamp(1.35rem,1.75vw,2rem) !important;line-height:1.14 !important;letter-spacing:-.035em !important;max-width:660px !important}body.home .section:not(.hero):not(.page-hero) .lead{font-size:clamp(1.02rem,1.15vw,1.17rem) !important;line-height:1.55 !important;font-size:.95rem !important;line-height:1.48 !important;max-width:700px !important}body.home .section-head.center{margin-bottom:34px !important;margin-bottom:24px !important}body.home .problem-section,body.home .fit-section,body.home .services-section,body.home .inspect-section,body.home .review-start-section,body.home .signal-section,body.home .proof-section,body.home .seo-frustration,body.home .about-preview{padding-top:70px !important;padding-bottom:70px !important;padding-top:54px !important;padding-bottom:54px !important}body:not(.home) .page-hero.inner-hero h1{font-size:clamp(2.05rem,2.65vw,2.85rem) !important;line-height:1.08 !important;letter-spacing:-.045em !important;max-width:760px !important;font-size:clamp(1.6rem,2vw,2.25rem) !important;line-height:1.12 !important;letter-spacing:-.035em !important;max-width:640px !important}body:not(.home) .page-hero.inner-hero .lead{font-size:1rem !important;line-height:1.55 !important;max-width:680px !important;margin-top:16px !important;font-size:.95rem !important;line-height:1.48 !important;max-width:620px !important}body:not(.home) .page-hero.inner-hero{padding:72px 0 76px !important;padding:60px 0 64px !important}body:not(.home) .inner-hero-card h3{font-size:1.08rem !important;margin:8px 0 14px !important;font-size:1rem !important;line-height:1.18 !important}body .section:not(.hero):not(.page-hero) h2{font-size:clamp(1.75rem,2.65vw,2.85rem) !important;line-height:1.08 !important;letter-spacing:-.045em !important;font-size:clamp(1.35rem,1.85vw,2.05rem) !important;line-height:1.14 !important;letter-spacing:-.035em !important}body .section:not(.hero):not(.page-hero) h3{font-size:clamp(1rem,1.25vw,1.25rem) !important;line-height:1.18 !important}body .section:not(.hero):not(.page-hero) .lead{font-size:1rem !important;line-height:1.55 !important;font-size:.96rem !important;line-height:1.5 !important}body.home .home-problem-section .home-search-card{position:relative !important;overflow:hidden !important;padding:30px 32px !important;border-radius:28px !important;background:radial-gradient(circle at 92% 8%,rgba(53,215,255,.18),transparent 36%),linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;border:1px solid #d8e6fb !important;box-shadow:0 24px 70px rgba(7,17,31,.10) !important}body.home .home-problem-section .home-search-card:before{content:"3 places buyers now check";display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(36,87,230,.08);color:#2457e6;font-size:.68rem;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.11em}body.home .home-problem-section .home-search-card h3{font-size:1.22rem !important;line-height:1.12 !important;letter-spacing:-.03em !important;margin:0 0 4px !important;max-width:420px}body.home .home-problem-section .home-search-card>p{font-size:.9rem !important;line-height:1.35 !important;margin:0 0 18px !important;color:#526176 !important}body.home .home-problem-section .search-everywhere-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin:0 !important}body.home .home-problem-section .search-everywhere-grid>div{display:grid !important;grid-template-columns:44px 1fr !important;grid-template-rows:auto auto !important;align-items:start !important;column-gap:12px !important;row-gap:3px !important;padding:14px 15px !important;border-radius:17px !important;background:rgba(255,255,255,.82) !important;border:1px solid #dde9f7 !important;box-shadow:0 10px 28px rgba(7,17,31,.045) !important}body.home .home-problem-section .search-everywhere-grid .search-icon{grid-row:1 / span 2 !important;width:38px !important;height:38px !important;border-radius:14px !important;display:grid !important;place-items:center !important;margin:0 !important;background:linear-gradient(135deg,rgba(36,87,230,.10),rgba(53,215,255,.12)) !important;box-shadow:inset 0 0 0 1px rgba(36,87,230,.14) !important}body.home .home-problem-section .search-everywhere-grid .search-icon:before{content:"" !important;display:block !important;width:14px !important;height:14px !important;border-radius:999px !important;background:#2457e6 !important;box-shadow:0 0 0 5px rgba(36,87,230,.10) !important}body.home .home-problem-section .search-everywhere-grid .google-icon:before{background:#2563eb !important}body.home .home-problem-section .search-everywhere-grid .ai-icon:before{background:#06b6d4 !important}body.home .home-problem-section .search-everywhere-grid .business-icon:before{background:#14b8a6 !important}body.home .home-problem-section .search-everywhere-grid strong{display:block !important;margin:0 !important;font-size:.88rem !important;line-height:1.16 !important;letter-spacing:-.01em !important;color:#07111f !important}body.home .home-problem-section .search-everywhere-grid p{margin:0 !important;font-size:.82rem !important;line-height:1.34 !important;color:#56667d !important}}@media (max-width:640px){body.home .home-problem-section .home-search-card:before{content:"3 places buyers now check";display:inline-flex;width:max-content;max-width:100%;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:rgba(36,87,230,.08);color:#2457e6;font-size:.58rem;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.09em}}@media (min-width:981px){html body:not(.home) .page-hero.inner-hero h1,html body:not(.home) main .page-hero.inner-hero h1,html body:not(.home) section.page-hero.inner-hero h1,html body:not(.home) .strategic-hero h1,html body:not(.home) .ai-hero h1,html body:not(.home) .case-hero h1,html body:not(.home) .about-hero h1{font-size:clamp(1.45rem,1.9vw,2rem) !important;line-height:1.14 !important;letter-spacing:-.035em !important;max-width:620px !important;text-wrap:balance !important}html body:not(.home) .page-hero.inner-hero .lead,html body:not(.home) .strategic-hero .lead,html body:not(.home) .ai-hero .lead,html body:not(.home) .case-hero .lead,html body:not(.home) .about-hero .lead{font-size:.9rem !important;line-height:1.48 !important;max-width:620px !important}html body:not(.home) .page-hero.inner-hero{padding-top:48px !important;padding-bottom:50px !important}html body:not(.home) .inner-hero-card h3{font-size:.95rem !important;line-height:1.18 !important;letter-spacing:-.02em !important}html body .section:not(.hero):not(.page-hero) h2,html body .section-head h2,html body .section-head.center h2,html body.home .section:not(.hero):not(.page-hero) h2,html body.home .section-head h2,html body.home .section-head.center h2{font-size:clamp(1.25rem,1.65vw,1.8rem) !important;line-height:1.16 !important;letter-spacing:-.032em !important;max-width:720px !important;text-wrap:balance !important}html body .section:not(.hero):not(.page-hero) h3,html body .card h3,html body .service-card h3,html body .gap-card h3,html body .result-card h3{font-size:clamp(.92rem,1.05vw,1.12rem) !important;line-height:1.2 !important;letter-spacing:-.018em !important}html body .section:not(.hero):not(.page-hero) .lead,html body .section-head .lead,html body .section:not(.hero):not(.page-hero) p,html body .section:not(.hero):not(.page-hero) li{font-size:.9rem !important;line-height:1.5 !important}html body .section-head.center{margin-bottom:22px !important}html body .section:not(.hero):not(.page-hero){padding-top:46px !important;padding-bottom:46px !important}html body.home .fit-section .section-head.center h2,html body.home .fit-section h2,html body.home .problem-section h2{font-size:clamp(1.22rem,1.55vw,1.65rem) !important;line-height:1.18 !important;max-width:650px !important}body .strategic-seo-page .strategic-fit-section,body .strategic-seo-page .strategic-ai-connection-section{padding-top:34px !important;padding-bottom:34px !important}body .strategic-seo-page .strategic-fit-section h2,body .strategic-seo-page .strategic-ai-connection-section h2{font-size:clamp(1.15rem,1.35vw,1.48rem) !important;line-height:1.16 !important;max-width:420px !important;margin-bottom:8px !important}body .strategic-seo-page .strategic-fit-section p:not(.eyebrow),body .strategic-seo-page .strategic-ai-connection-section p:not(.eyebrow){font-size:.82rem !important;line-height:1.45 !important;max-width:470px !important}body .strategic-seo-page .strategic-fit-card:before{top:18px !important;bottom:18px !important;width:2px !important;opacity:.55 !important}body .strategic-seo-page .strategic-fit-card h3{font-size:.95rem !important;margin-bottom:12px !important}body .strategic-seo-page .strategic-fit-card ul{display:grid !important;grid-template-columns:1fr 1fr !important;column-gap:16px !important;row-gap:7px !important}body .strategic-seo-page .strategic-fit-card li{font-size:.78rem !important;line-height:1.32 !important;padding-left:18px !important}body .strategic-seo-page .strategic-fit-card li:before{width:6px !important;height:6px !important;top:.42em !important}body .strategic-seo-page .strategic-final-cta .container,body .strategic-seo-page .strategic-final-cta .cta-panel{max-width:980px !important;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr) !important;gap:36px !important;align-items:center !important}body .strategic-seo-page .strategic-final-cta h2{font-size:clamp(1.1rem,1.28vw,1.38rem) !important;line-height:1.16 !important;max-width:360px !important}body .strategic-seo-page .strategic-final-cta p{font-size:.82rem !important;line-height:1.44 !important;margin-bottom:12px !important}body .strategic-seo-page .strategic-final-cta .btn{padding:10px 18px !important;font-size:.78rem !important;min-height:0 !important}body .strategic-seo-page{background:#ffffff}body .strategic-seo-page .page-hero.inner-hero{padding-top:92px !important;padding-bottom:88px !important;background:radial-gradient(circle at 82% 14%,rgba(0,207,232,.16),transparent 32%),radial-gradient(circle at 8% 10%,rgba(36,87,230,.08),transparent 32%),linear-gradient(180deg,#f7fbff 0%,#ffffff 100%) !important;border-bottom:1px solid #e4edf8}body .strategic-seo-page .page-hero.inner-hero .container{max-width:1120px !important;grid-template-columns:minmax(0,.95fr) minmax(430px,.82fr) !important;gap:64px !important;align-items:center !important}body .strategic-seo-page .strategic-hero h1{max-width:620px !important;font-size:clamp(2rem,3vw,3.05rem) !important;line-height:1.02 !important;letter-spacing:-.055em !important;margin-bottom:20px !important}body .strategic-seo-page .strategic-hero .lead{max-width:610px !important;font-size:1.02rem !important;line-height:1.55 !important;margin-bottom:14px !important}body .strategic-seo-page .strategic-hero p:not(.eyebrow):not(.lead){max-width:610px !important;font-size:.95rem !important;line-height:1.6 !important}body .strategic-seo-page .strategic-hero .inner-hero-card{padding:32px !important;border-radius:28px !important;box-shadow:0 24px 70px rgba(7,17,31,.09) !important;border:1px solid #dce8f7 !important;background:rgba(255,255,255,.88) !important;backdrop-filter:blur(10px)}body .strategic-seo-page .strategic-hero .inner-hero-card h3{font-size:1.12rem !important;line-height:1.15 !important;max-width:360px}body .strategic-seo-page .strategic-hero .mini-metrics{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;margin-top:20px !important}body .strategic-seo-page .strategic-hero .mini-metrics div{min-height:84px !important;padding:16px !important;border-radius:16px !important;background:linear-gradient(180deg,#f7fbff,#f1f6ff) !important;border:1px solid #dce8f7 !important}body .strategic-seo-page .strategic-hero .mini-metrics div:nth-child(5){grid-column:1 / -1}body .strategic-seo-page .strategic-hero .mini-metrics strong{font-size:.98rem !important;line-height:1.1 !important}body .strategic-seo-page .strategic-hero .mini-metrics span{font-size:.64rem !important;line-height:1.35 !important;letter-spacing:.12em !important}body .strategic-seo-page section:not(.page-hero){position:relative}body .strategic-seo-page .strategic-fall-short-section{padding-top:70px !important;padding-bottom:70px !important;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;border-bottom:1px solid #e5edf7}body .strategic-seo-page .strategic-fall-short-section .container{max-width:1120px !important;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr) !important;gap:58px !important;align-items:center !important}body .strategic-seo-page .strategic-fall-short-section h2{font-size:clamp(1.55rem,2vw,2.15rem) !important;line-height:1.08 !important;max-width:520px !important}body .strategic-seo-page .strategic-fall-short-section p:not(.eyebrow){font-size:.95rem !important;line-height:1.58 !important;max-width:540px !important}body .strategic-seo-page .strategic-question-card{padding:30px 34px !important;border-radius:26px !important;box-shadow:0 22px 64px rgba(7,17,31,.075) !important;background:rgba(255,255,255,.92) !important}body .strategic-seo-page .strategic-question-card ul{display:grid !important;gap:12px !important}body .strategic-seo-page .strategic-question-card li{font-size:.88rem !important;line-height:1.35 !important;padding-left:24px !important;font-weight:850 !important}body .strategic-seo-page .strategic-question-card li:before{width:7px !important;height:7px !important;top:.45em !important;box-shadow:0 0 0 5px rgba(36,87,230,.10)}body .strategic-seo-page .strategic-card-note{margin-top:18px !important;padding:14px 16px !important;border-radius:16px !important;font-size:.84rem !important}body .strategic-seo-page .strategic-fixes-section{padding-top:72px !important;padding-bottom:78px !important;background:#fff !important}body .strategic-seo-page .strategic-fixes-section .container{max-width:1120px !important}body .strategic-seo-page .strategic-fixes-section .section-head{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;margin-bottom:34px !important}body .strategic-seo-page .strategic-fixes-section h2{font-size:clamp(1.6rem,2vw,2.1rem) !important;line-height:1.08 !important}body .strategic-seo-page .strategic-fix-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important;counter-reset:fixstep}body .strategic-seo-page .strategic-fix-grid .service-card{position:relative;padding:26px 22px 24px !important;border-radius:24px !important;background:linear-gradient(180deg,#fff,#f9fcff) !important;box-shadow:0 18px 52px rgba(7,17,31,.06) !important;border:1px solid #dce8f7 !important;overflow:hidden}body .strategic-seo-page .strategic-fix-grid .service-card:before{counter-increment:fixstep;content:"0" counter(fixstep);display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;margin-bottom:16px;color:#2457e6;font-size:.72rem;font-weight:950;background:#eef5ff;border:1px solid #d7e7ff}body .strategic-seo-page .strategic-fix-grid .service-card:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--cyan))}body .strategic-seo-page .strategic-fix-grid .service-card h3{font-size:.98rem !important;line-height:1.15 !important;margin-bottom:10px !important}body .strategic-seo-page .strategic-fix-grid .service-card p{font-size:.82rem !important;line-height:1.48 !important}body .strategic-seo-page .strategic-evidence-section{padding-top:76px !important;padding-bottom:76px !important;background:radial-gradient(circle at 82% 20%,rgba(0,207,232,.16),transparent 34%),linear-gradient(135deg,#06101e,#0d2745 58%,#103f65) !important}body .strategic-seo-page .strategic-evidence-section .container{max-width:1120px !important;gap:70px !important;align-items:center !important}body .strategic-seo-page .strategic-evidence-section h2{font-size:clamp(1.6rem,2vw,2.15rem) !important;line-height:1.08 !important}body .strategic-seo-page .strategic-include-card{padding:30px !important;border-radius:26px !important;background:rgba(255,255,255,.11) !important;border:1px solid rgba(255,255,255,.20) !important;box-shadow:0 20px 56px rgba(0,0,0,.18) !important}body .strategic-seo-page .strategic-include-card h3{font-size:1rem !important;margin-bottom:18px !important}body .strategic-seo-page .strategic-include-card .two-column-list{column-gap:24px !important;row-gap:12px !important}body .strategic-seo-page .strategic-include-card li{font-size:.8rem !important;line-height:1.34 !important}body .strategic-seo-page .strategic-fit-section{padding-top:64px !important;padding-bottom:62px !important;background:linear-gradient(180deg,#ffffff,#f8fbff) !important}body .strategic-seo-page .strategic-fit-section .container,body .strategic-seo-page .strategic-ai-connection-section .container{max-width:980px !important;grid-template-columns:minmax(0,.9fr) minmax(0,1.05fr) !important;gap:38px !important;align-items:center !important;max-width:1040px !important;gap:52px !important}body .strategic-seo-page .strategic-fit-card{padding:22px 24px !important;border-radius:20px !important;box-shadow:0 12px 34px rgba(7,17,31,.06) !important;border:1px solid #dce8f7 !important;background:rgba(255,255,255,.86) !important;background:#fff !important;border-radius:24px !important;padding:28px !important}body .strategic-seo-page .strategic-ai-connection-section{background:linear-gradient(180deg,#f8fbff,#fff) !important;padding-top:66px !important;padding-bottom:66px !important;background:linear-gradient(180deg,#f8fbff,#ffffff) !important}body .strategic-seo-page .strategic-final-cta{padding-top:34px !important;padding-bottom:34px !important;padding-top:56px !important;padding-bottom:56px !important;background:linear-gradient(135deg,#07111f,#0c2744 62%,#0f4164) !important}body .strategic-seo-page .strategic-final-cta .container{max-width:1040px !important}body.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-form-col{max-width:510px !important}body.home .home-trust-stat .trust-stat-icon svg{width:18px !important;height:18px !important}body.home .home-trust-stat strong{font-size:.9rem !important;line-height:1.05 !important;letter-spacing:-.035em !important;white-space:normal !important}body.home .home-trust-stat:nth-child(3) strong,body.home .home-trust-stat:nth-child(4) strong{font-size:.78rem !important;line-height:1.08 !important}}@media (min-width:981px) and (max-width:1520px){body.home .home-hero-reference-fold .home-hero-left{max-width:500px !important}body.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-form-col{max-width:440px !important}body.home .home-hero-reference-fold .home-hero-scan-form .btn{min-width:180px !important}body.home .home-trust-stat{padding:9px 10px !important}body.home .home-trust-stat strong{font-size:.82rem !important}body.home .home-trust-stat:nth-child(3) strong,body.home .home-trust-stat:nth-child(4) strong{font-size:.70rem !important}body.home .home-trust-stat span:not(.trust-stat-icon){font-size:.42rem !important}}@media (min-width:1521px) and (max-width:1919px){body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(430px,100%) !important;max-width:430px !important}}@media (min-width:1521px){body.home .home-hero-reference-fold .home-hero-left,body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{max-width:535px !important}body.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-form-col{max-width:500px !important}body.home .home-hero-reference-fold .home-hero-copy{font-size:.95rem !important;line-height:1.35 !important}body.home .home-hero-reference-fold .phone-callout{min-width:190px !important;max-width:215px !important;padding:10px 12px !important;border-radius:14px !important;gap:10px !important}body.home .home-hero-reference-fold .phone-callout span{width:28px !important;height:28px !important;flex-basis:28px !important;border-radius:10px !important;font-size:.8rem !important}body.home .home-hero-reference-fold .phone-callout strong{font-size:.74rem !important;line-height:1.12 !important}body.home .home-hero-reference-fold .callout-one{top:70px !important;right:20px !important}body.home .home-hero-reference-fold .callout-two{top:210px !important;right:6px !important}body.home .home-hero-reference-fold .callout-three{top:350px !important;right:20px !important}body.home .home-trust-bar{padding-top:10px !important}body.home .home-trust-stat{min-height:56px !important;padding:8px 10px !important;gap:8px !important}}@media (min-width:1920px){body.home .home-hero-reference-fold .home-hero-left,body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{max-width:640px !important;max-width:560px !important}}@media (min-width:2560px){body.home .home-hero-reference-fold .home-hero-left,body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{max-width:700px !important;max-width:590px !important}body.home .home-hero-reference-fold .home-hero-copy,body.home .home-hero-reference-fold .home-hero-form-col{max-width:600px !important;max-width:520px !important}}@media (min-width:981px){body.home .home-trust-stat>div{min-width:0 !important}}@media (min-width:1521px){body.home .home-trust-grid{width:min(1120px,calc(100% - 120px)) !important;width:min(1060px,calc(100% - 120px)) !important;max-width:1060px !important;gap:10px !important;width:min(1120px,calc(100% - 180px)) !important;max-width:1120px !important;gap:28px !important}}@media (min-width:2560px){body.home .home-trust-stat{min-height:54px !important;padding:8px 11px !important;min-height:50px !important;padding:8px 12px !important}body.home .home-trust-stat strong,body.home .home-trust-stat:nth-child(3) strong,body.home .home-trust-stat:nth-child(4) strong{font-size:.96rem !important;font-size:.88rem !important}body.home .home-trust-stat span:not(.trust-stat-icon){font-size:.55rem !important;font-size:.50rem !important}}@media (min-width:981px) and (max-width:1180px){body.home .home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;width:min(720px,calc(100% - 72px)) !important;gap:16px !important}}@media (min-width:2560px){body.home .home-trust-bar{padding-top:18px !important;padding-bottom:24px !important}}@media (min-width:981px){body.home .home-hero-reference-fold:before{content:"" !important;position:absolute !important;inset:0 !important;pointer-events:none !important;background:radial-gradient(circle at 28% 42%,rgba(36,87,230,.18),transparent 30%),radial-gradient(circle at 63% 45%,rgba(53,215,255,.13),transparent 32%) !important;opacity:.9 !important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{max-width:560px !important;font-size:clamp(2.85rem,3.15vw,4.15rem) !important;line-height:.96 !important;max-width:520px !important;font-size:clamp(3.05rem,2.65vw,3.95rem) !important;line-height:.98 !important;letter-spacing:-.055em !important}body.home .home-hero-reference-fold .home-hero-copy{font-size:clamp(.92rem,.82vw,1.06rem) !important;line-height:1.42 !important;max-width:490px !important;margin-top:14px !important;font-size:clamp(.93rem,.78vw,1.02rem) !important;line-height:1.45 !important}body.home .home-hero-reference-fold .home-hero-form-col{max-width:500px !important;margin-top:18px !important}body.home .home-hero-reference-fold .home-hero-scan-form{width:min(500px,100%) !important;height:58px !important;padding:5px !important;border:1px solid rgba(255,255,255,.20) !important;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045)) !important;box-shadow:0 20px 50px rgba(20,68,214,.22),inset 0 1px 0 rgba(255,255,255,.12) !important}body.home .home-hero-reference-fold .home-hero-scan-form input{height:48px !important;font-size:.92rem !important;padding-left:18px !important}body.home .home-hero-reference-fold .home-hero-scan-form .btn{height:48px !important;min-width:190px !important;font-size:.86rem !important;box-shadow:0 10px 24px rgba(36,87,230,.30) !important}body.home .home-hero-reference-fold .home-hero-trust{width:min(520px,100%) !important;margin-top:12px !important;gap:8px !important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip{padding:7px 10px !important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip-text{font-size:.68rem !important}body.home .home-hero-reference-fold .home-hero-right:before{content:"" !important;position:absolute !important;width:500px !important;height:500px !important;border-radius:999px !important;background:radial-gradient(circle,rgba(39,218,159,.22),rgba(53,215,255,.10) 35%,transparent 68%) !important;filter:blur(4px) !important;opacity:.85 !important;z-index:0 !important}body.home .home-hero-reference-fold .phone-callout span{width:28px !important;height:28px !important;flex:0 0 28px !important;border-radius:10px !important}body.home .home-trust-bar{padding-top:clamp(10px,1.2vw,20px) !important;padding-top:12px !important;padding-bottom:12px !important;padding-top:16px !important;padding-bottom:20px !important;position:relative !important;z-index:3 !important;margin-top:12px !important;padding:0 0 2px !important;overflow:visible !important}body.home .home-trust-grid{width:min(1120px,calc(100% - 88px)) !important;max-width:1120px !important;border-radius:16px !important;overflow:hidden !important;gap:10px !important;width:min(1040px,calc(100% - 96px)) !important;max-width:1040px !important;margin-left:auto !important;margin-right:auto !important;width:min(1080px,calc(100% - 140px)) !important;gap:24px !important;align-items:stretch !important;box-sizing:border-box !important;width:min(1080px,calc(100% - 120px)) !important;max-width:1080px !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;overflow:visible !important;padding:2px !important}body.home .home-trust-stat{min-height:62px !important;padding:10px 12px !important;min-width:0 !important;width:auto !important;padding:8px 10px !important;gap:8px !important;overflow:hidden !important;min-height:50px !important;gap:9px !important;border-radius:14px !important;overflow:visible !important;box-sizing:border-box !important;border:1px solid rgba(255,255,255,.64) !important;background:rgba(8,23,48,.62) !important;min-height:52px !important;padding:8px 12px !important;border-radius:15px !important;border:1px solid rgba(255,255,255,.42) !important;background:rgba(8,23,48,.68) !important;backdrop-filter:blur(12px) !important;box-shadow:0 12px 26px rgba(5,11,31,.14),inset 0 1px 0 rgba(255,255,255,.08) !important}body.home .home-trust-stat .trust-stat-icon{width:30px !important;height:30px !important;min-width:30px !important;flex:0 0 30px !important;flex-basis:28px !important;width:28px !important;height:28px !important;min-width:28px !important;flex:0 0 28px !important}body.home .home-trust-stat strong,body.home .home-trust-stat:nth-child(3) strong,body.home .home-trust-stat:nth-child(4) strong{display:block !important;font-size:.92rem !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;font-size:.86rem !important;font-size:.84rem !important;line-height:1.04 !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}body.home .home-trust-stat span:not(.trust-stat-icon){font-size:.46rem !important;line-height:1.12 !important;letter-spacing:.075em !important;overflow-wrap:normal !important;display:block !important;font-size:.54rem !important;line-height:1.1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;font-size:.49rem !important;letter-spacing:.05em !important;font-size:.48rem !important;line-height:1.08 !important;letter-spacing:.055em !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}}@media (min-width:981px) and (max-width:1520px){body.home .home-trust-grid{width:min(1080px,calc(100% - 68px)) !important;width:min(1000px,calc(100% - 72px)) !important;gap:16px !important}}@media (min-width:1521px){body.home .home-hero-reference-fold{padding-top:28px !important;padding-bottom:18px !important;padding-top:42px !important;padding-bottom:34px !important}body.home .home-hero-reference-fold .home-hero-shell{width:min(1220px,calc(100% - 120px)) !important;max-width:1220px !important;grid-template-columns:minmax(0,535px) minmax(0,535px) !important;gap:54px !important;align-items:center !important;width:min(1220px,calc(100% - 140px)) !important;grid-template-columns:minmax(0,530px) minmax(0,540px) !important;gap:64px !important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(3.05rem,2.65vw,3.9rem) !important;line-height:.96 !important;font-size:clamp(3.18rem,2.2vw,3.95rem) !important}body.home .home-hero-reference-fold .home-hero-right{min-height:500px !important;align-items:center !important;min-height:510px !important}body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(405px,100%) !important;max-width:405px !important;width:min(410px,100%) !important;max-width:410px !important}}@media (min-width:1920px){body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(3.65rem,3.0vw,4.85rem) !important;font-size:clamp(3.35rem,2.25vw,4.2rem) !important;max-width:545px !important;font-size:clamp(3.35rem,1.95vw,4.15rem) !important}body.home .home-trust-grid{width:min(1260px,calc(100% - 120px)) !important;max-width:1260px !important;width:min(1120px,calc(100% - 160px)) !important;max-width:1120px !important;gap:26px !important}}@media (min-width:2560px){body.home .home-trust-grid{width:min(1440px,calc(100% - 180px)) !important;max-width:1440px !important;width:min(1180px,calc(100% - 180px)) !important;width:min(1100px,calc(100% - 180px)) !important;max-width:1100px !important;gap:12px !important;width:min(1180px,calc(100% - 240px)) !important;max-width:1180px !important;gap:34px !important;gap:36px !important;padding:3px !important;width:min(1160px,calc(100% - 220px)) !important;max-width:1160px !important;gap:30px !important}}@media (min-width:981px){body.home .home-hero-reference-fold .callout-icon-score:before,body.home .home-hero-reference-fold .callout-icon-score:after{content:"" !important;position:absolute !important;bottom:10px !important;width:5px !important;border-radius:4px !important;background:#fff !important;opacity:.95 !important}body.home .home-hero-reference-fold .callout-icon-score:before{height:11px !important;left:12px !important;box-shadow:8px -6px 0 #fff,16px -12px 0 #fff !important}body.home .home-hero-reference-fold .callout-icon-score:after{display:none !important}body.home .home-hero-reference-fold .callout-icon-compare:before{content:"" !important;width:8px !important;height:8px !important;border-radius:999px !important;background:#fff !important;box-shadow:10px 0 0 rgba(255,255,255,.85),5px 10px 0 -1px rgba(255,255,255,.95) !important}body.home .home-hero-reference-fold .callout-icon-compare:after{content:"" !important;position:absolute !important;width:22px !important;height:8px !important;border:2px solid rgba(255,255,255,.95) !important;border-top:0 !important;border-radius:0 0 12px 12px !important;bottom:8px !important;left:8px !important;opacity:.95 !important}body.home .home-hero-reference-fold .callout-icon-insight:before{content:"" !important;width:14px !important;height:14px !important;background:#fff !important;clip-path:polygon(50% 0,62% 35%,100% 50%,62% 65%,50% 100%,38% 65%,0 50%,38% 35%) !important}}@media (min-width:981px){body.home .fit-section{padding-top:50px !important;padding-bottom:56px !important}body.home .fit-section .section-head.center{margin-bottom:22px !important}body.home .fit-section .section-head.center h2{font-size:clamp(1.55rem,1.75vw,2.1rem) !important;line-height:1.13 !important;letter-spacing:-.04em !important;max-width:920px !important}body.home .fit-section .section-head.center .lead{font-size:.94rem !important;line-height:1.35 !important;margin-top:8px !important}body.home .fit-panel{max-width:1060px !important;margin:0 auto !important;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr) !important;gap:18px !important;align-items:start !important}body.home .fit-intro-card,body.home .fit-list-card{padding:20px !important;border-radius:22px !important;box-shadow:0 12px 32px rgba(7,17,31,.06) !important}body.home .fit-badge{padding:5px 9px !important;font-size:.58rem !important;margin-bottom:12px !important}body.home .fit-intro-card h3{font-size:clamp(1rem,1.15vw,1.25rem) !important;line-height:1.16 !important;margin-bottom:10px !important;letter-spacing:-.025em !important}body.home .fit-intro-card p{font-size:.88rem !important;line-height:1.45 !important}body.home .fit-list-card{gap:8px !important}body.home .fit-list-item{padding:10px 12px !important;border-radius:14px !important;gap:10px !important;align-items:center !important}body.home .fit-list-item span{width:26px !important;height:26px !important;border-radius:9px !important;font-size:.64rem !important}body.home .fit-list-item p{font-size:.84rem !important;line-height:1.28 !important;font-weight:850 !important}body.home .home-hero-reference-fold{padding-top:clamp(18px,2.2vw,46px) !important;padding-bottom:clamp(10px,1.6vw,28px) !important;overflow:visible !important;position:relative !important;padding-top:clamp(34px,3vw,54px) !important;padding-bottom:clamp(24px,2.4vw,42px) !important;padding-top:34px !important;padding-bottom:24px !important;padding-top:42px !important;padding-bottom:32px !important;overflow:hidden !important}body.home .home-hero-reference-fold .home-hero-shell{width:min(1320px,calc(100% - 88px)) !important;max-width:1320px !important;grid-template-columns:minmax(0,560px) minmax(0,590px) !important;gap:clamp(34px,4.8vw,76px) !important;position:relative !important;z-index:2 !important;width:min(1200px,calc(100% - 110px)) !important;max-width:1200px !important;grid-template-columns:minmax(0,520px) minmax(0,520px) !important;gap:clamp(46px,5vw,72px) !important;width:min(1260px,calc(100% - 96px)) !important;max-width:1260px !important;grid-template-columns:minmax(0,530px) minmax(0,610px) !important;gap:62px !important;width:min(1280px,calc(100% - 96px)) !important;max-width:1280px !important;grid-template-columns:minmax(0,540px) minmax(0,640px) !important;gap:66px !important;align-items:center !important}body.home .home-hero-reference-fold .home-hero-left{max-width:560px !important;padding-top:0 !important;max-width:520px !important;transform:translateY(-4px) !important;align-self:center !important}body.home .home-hero-reference-fold .home-hero-right{min-height:clamp(430px,37vw,590px) !important;min-height:500px !important;transform:translateX(-18px) !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative !important;min-height:520px !important;display:block !important;isolation:isolate !important;padding:0 !important;min-height:610px !important;height:610px !important;overflow:visible !important}body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{position:relative !important;z-index:1 !important;display:block !important;width:410px !important;max-width:410px !important;margin:0 !important;filter:drop-shadow(0 18px 30px rgba(0,0,0,.30)) !important;background:transparent !important;width:360px !important;max-width:360px !important;height:auto !important}body.home .home-hero-reference-fold .phone-hero-picture:before{content:"" !important;position:absolute !important;z-index:-2 !important;inset:9% -3% 7% -3% !important;border-radius:42% !important;background:radial-gradient(circle at 47% 48%,rgba(98,255,184,.48) 0%,rgba(68,218,255,.30) 34%,rgba(38,86,255,.18) 56%,rgba(38,86,255,0) 76%) !important;filter:blur(34px) !important;transform:scale(1.10) rotate(-2deg) !important;opacity:.95 !important;pointer-events:none !important;inset:10% -9% 8% -9% !important;filter:blur(38px) !important;transform:scale(1.08) rotate(-2deg) !important;opacity:.92 !important}body.home .home-hero-reference-fold .phone-hero-picture:after{content:"" !important;position:absolute !important;z-index:-1 !important;left:18% !important;right:18% !important;bottom:1% !important;height:22px !important;border-radius:50% !important;background:radial-gradient(ellipse at center,rgba(95,255,190,.36),rgba(95,255,190,0) 70%) !important;filter:blur(10px) !important;pointer-events:none !important;bottom:2% !important;left:16% !important;right:16% !important;height:24px !important;filter:blur(12px) !important}body.home .home-hero-reference-fold .phone-callout span.callout-icon{width:38px !important;height:38px !important;flex:0 0 38px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:13px !important;background:linear-gradient(180deg,#536cff,#3154d9) !important;box-shadow:0 10px 20px rgba(49,84,217,.28),inset 0 1px 0 rgba(255,255,255,.20) !important;color:#fff !important;font-size:0 !important;position:relative !important;width:42px !important;height:42px !important;flex-basis:42px !important;border-radius:14px !important}body.home .home-hero-reference-fold .phone-callout strong{font-size:.84rem !important;line-height:1.16 !important;font-size:.76rem !important;line-height:1.12 !important;font-weight:900 !important;letter-spacing:-.015em !important;font-size:.86rem !important;line-height:1.14 !important;letter-spacing:-.01em !important}body.home .home-hero-reference-fold .phone-callout:before{content:"" !important;position:absolute !important;width:44px !important;height:1px !important;left:-52px !important;top:50% !important;transform:translateY(-50%) !important;background:repeating-linear-gradient(90deg,rgba(76,224,255,.70) 0 7px,transparent 7px 13px) !important;opacity:.9 !important;width:50px !important;left:-60px !important;background:repeating-linear-gradient(90deg,rgba(74,226,255,.72) 0 8px,transparent 8px 14px) !important}body.home .home-hero-reference-fold .phone-callout:after{content:"" !important;position:absolute !important;width:8px !important;height:8px !important;left:-59px !important;top:50% !important;transform:translateY(-50%) !important;border-radius:999px !important;background:#4ee6ff !important;box-shadow:0 0 0 4px rgba(78,230,255,.12),0 0 14px rgba(78,230,255,.78) !important;left:-68px !important}}@media (min-width:981px) and (max-width:1520px){body.home .home-hero-reference-fold{padding-top:34px !important;padding-bottom:28px !important}body.home .home-hero-reference-fold .home-hero-shell{width:min(1080px,calc(100% - 68px)) !important;grid-template-columns:minmax(0,500px) minmax(0,500px) !important;gap:38px !important;width:min(1060px,calc(100% - 72px)) !important;grid-template-columns:minmax(0,485px) minmax(0,475px) !important;gap:46px !important;width:min(1120px,calc(100% - 72px)) !important;grid-template-columns:minmax(0,500px) minmax(0,540px) !important;gap:42px !important}body.home .home-hero-reference-fold .home-hero-right{min-height:455px !important;min-height:440px !important;transform:translateX(-8px) !important;min-height:480px !important;min-height:560px !important;height:560px !important}body.home .home-hero-reference-fold .phone-callout span.callout-icon{width:34px !important;height:34px !important;width:36px !important;height:36px !important;flex-basis:36px !important;border-radius:12px !important}body.home .home-hero-reference-fold .phone-callout strong{font-size:.78rem !important;line-height:1.14 !important}body.home .home-hero-reference-fold .phone-callout:before{width:40px !important;left:-48px !important}body.home .home-hero-reference-fold .phone-callout:after{left:-56px !important}}@media (min-width:1920px){body.home .home-hero-reference-fold{padding-top:32px !important;padding-bottom:18px !important;padding-top:46px !important;padding-bottom:34px !important}body.home .home-hero-reference-fold .home-hero-shell{width:min(1440px,calc(100% - 120px)) !important;max-width:1440px !important;grid-template-columns:minmax(0,640px) minmax(0,650px) !important;gap:70px !important;width:min(1280px,calc(100% - 140px)) !important;max-width:1280px !important;grid-template-columns:minmax(0,560px) minmax(0,565px) !important;gap:64px !important;width:min(1280px,calc(100% - 160px)) !important;grid-template-columns:minmax(0,545px) minmax(0,560px) !important;gap:72px !important;grid-template-columns:minmax(0,560px) minmax(0,660px) !important;width:min(1360px,calc(100% - 140px)) !important;max-width:1360px !important;grid-template-columns:minmax(0,575px) minmax(0,700px) !important;gap:80px !important}body.home .home-hero-reference-fold .home-hero-right{min-height:660px !important;min-height:535px !important;min-height:520px !important;min-height:550px !important;min-height:650px !important;height:650px !important}}@media (min-width:2560px){body.home .home-hero-reference-fold{padding-top:72px !important;padding-top:40px !important;padding-bottom:22px !important;padding-bottom:38px !important;padding-top:48px !important;padding-bottom:36px !important}body.home .home-hero-reference-fold .home-hero-shell{width:min(1600px,calc(100% - 180px)) !important;max-width:1600px !important;grid-template-columns:minmax(0,700px) minmax(0,740px) !important;width:min(1360px,calc(100% - 180px)) !important;max-width:1360px !important;grid-template-columns:minmax(0,590px) minmax(0,610px) !important;gap:76px !important;width:min(1320px,calc(100% - 200px)) !important;max-width:1320px !important;grid-template-columns:minmax(0,565px) minmax(0,590px) !important;gap:82px !important;grid-template-columns:minmax(0,600px) minmax(0,700px) !important;gap:90px !important;width:min(1420px,calc(100% - 180px)) !important;max-width:1420px !important;grid-template-columns:minmax(0,600px) minmax(0,720px) !important;gap:92px !important}body.home .home-hero-reference-fold .home-hero-right{min-height:760px !important;min-height:570px !important;min-height:535px !important;min-height:575px !important;min-height:675px !important;height:675px !important}}@media (min-width:981px){body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(440px,100%) !important;max-width:440px !important;position:relative !important;z-index:2 !important;width:min(410px,100%) !important;max-width:410px !important;width:330px !important;max-width:330px !important}body.home .home-hero-reference-fold .phone-hero-picture{transform:translate(-10px,10px) rotate(4deg) !important;position:absolute !important;z-index:2 !important;left:40px !important;top:50% !important;width:410px !important;max-width:410px !important;display:block !important;overflow:visible !important;line-height:0 !important;width:360px !important;max-width:360px !important;left:64px !important;transform:translateY(-50%) !important;left:78px !important;top:51% !important}body.home .home-hero-reference-fold .phone-callout{min-width:205px !important;max-width:230px !important;padding:12px 14px !important;border-radius:16px !important;z-index:4 !important;min-width:190px !important;max-width:210px !important;padding:11px 13px !important;border-radius:14px !important;background:linear-gradient(180deg,rgba(32,50,120,.92),rgba(18,30,82,.96)) !important;box-shadow:0 18px 38px rgba(5,11,31,.22),inset 0 1px 0 rgba(255,255,255,.11) !important;position:absolute !important;z-index:5 !important;left:390px !important;right:auto !important;width:218px !important;min-width:218px !important;max-width:218px !important;display:grid !important;grid-template-columns:38px 1fr !important;align-items:center !important;gap:12px !important;padding:13px 15px !important;border-radius:17px !important;border:1px solid rgba(140,188,230,.35) !important;background:linear-gradient(180deg,rgba(22,45,86,.82),rgba(13,29,61,.88)) !important;box-shadow:0 18px 34px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.08) !important;color:#fff !important;backdrop-filter:blur(10px) !important;left:414px !important;width:246px !important;min-width:246px !important;max-width:246px !important;grid-template-columns:42px 1fr !important;gap:13px !important;padding:14px 16px !important;border-radius:18px !important;background:linear-gradient(180deg,rgba(24,48,91,.84),rgba(13,29,61,.90)) !important;border:1px solid rgba(157,204,243,.36) !important;box-shadow:0 18px 36px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.10) !important;left:420px !important}body.home .home-hero-reference-fold .callout-one{top:17% !important;right:3% !important;top:108px !important;right:4px !important;top:82px !important;top:126px !important;right:auto !important;top:112px !important}body.home .home-hero-reference-fold .callout-two{top:43% !important;right:0 !important;top:250px !important;right:-2px !important;top:235px !important;top:284px !important;right:auto !important;top:266px !important}body.home .home-hero-reference-fold .callout-three{top:69% !important;right:3% !important;display:none !important;top:388px !important;top:442px !important;right:auto !important;top:420px !important}}@media (min-width:981px) and (max-width:1520px){body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(350px,100%) !important;max-width:350px !important;width:370px !important;max-width:370px !important;width:330px !important;max-width:330px !important;width:300px !important;max-width:300px !important}body.home .home-hero-reference-fold .phone-hero-picture{left:28px !important;left:54px !important;left:58px !important;top:51% !important}body.home .home-hero-reference-fold .phone-callout{min-width:195px !important;max-width:215px !important;left:350px !important;width:204px !important;min-width:204px !important;max-width:204px !important;grid-template-columns:34px 1fr !important;left:378px !important;width:210px !important;min-width:210px !important;max-width:210px !important;grid-template-columns:36px 1fr !important;gap:10px !important;padding:11px 13px !important;left:358px !important}}@media (min-width:1920px){body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(520px,100%) !important;max-width:520px !important;width:min(440px,100%) !important;max-width:440px !important;width:min(425px,100%) !important;max-width:425px !important;width:430px !important;max-width:430px !important;width:382px !important;max-width:382px !important;width:350px !important;max-width:350px !important}body.home .home-hero-reference-fold .phone-hero-picture{left:44px !important;left:82px !important;left:94px !important;top:51% !important}body.home .home-hero-reference-fold .phone-callout{left:415px !important;width:224px !important;min-width:224px !important;max-width:224px !important;left:458px !important;width:258px !important;min-width:258px !important;max-width:258px !important;left:456px !important}body.home .home-hero-reference-fold .callout-one{top:78px !important;right:18px !important;top:92px !important;top:138px !important;top:126px !important}body.home .home-hero-reference-fold .callout-two{top:225px !important;right:0 !important;top:250px !important;top:304px !important;top:290px !important}body.home .home-hero-reference-fold .callout-three{top:374px !important;right:18px !important;top:408px !important;top:470px !important;top:454px !important}}@media (min-width:2560px){body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(610px,100%) !important;max-width:610px !important;width:min(475px,100%) !important;max-width:475px !important;width:min(440px,100%) !important;max-width:440px !important;width:450px !important;max-width:450px !important;width:398px !important;max-width:398px !important;width:364px !important;max-width:364px !important}body.home .home-hero-reference-fold .phone-hero-picture{left:52px !important;left:90px !important;left:102px !important;top:51% !important}body.home .home-hero-reference-fold .phone-callout{left:450px !important;width:235px !important;min-width:235px !important;max-width:235px !important;left:488px !important;width:266px !important;min-width:266px !important;max-width:266px !important;left:482px !important}}@media (min-width:981px) and (max-width:1520px){body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{max-width:500px !important;font-size:clamp(2.65rem,3.55vw,3.55rem) !important;max-width:485px !important;font-size:clamp(2.72rem,3.2vw,3.35rem) !important;font-size:clamp(2.82rem,3.78vw,3.82rem) !important}body.home .home-hero-reference-fold .callout-one{top:78px !important;right:-2px !important;top:75px !important;top:112px !important;top:96px !important;top:16% !important;right:0 !important}body.home .home-hero-reference-fold .callout-two{top:222px !important;right:-4px !important;top:215px !important;top:254px !important;top:236px !important;top:42% !important;right:5% !important}body.home .home-hero-reference-fold .callout-three{top:355px !important;top:396px !important;top:376px !important;top:62% !important;right:2% !important}}@media (min-width:1521px) and (max-width:1919px){body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(3.25rem,2.84vw,4.15rem) !important}body.home .home-hero-reference-fold .callout-one{top:70px !important;right:8px !important}body.home .home-hero-reference-fold .callout-two{top:210px !important;right:26px !important}body.home .home-hero-reference-fold .callout-three{top:320px !important;right:16px !important}}@media (min-width:1920px) and (max-width:2559px){body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(3.55rem,2.4vw,4.45rem) !important}body.home .home-hero-reference-fold .callout-one{top:78px !important;right:8px !important}body.home .home-hero-reference-fold .callout-two{top:225px !important;right:26px !important}body.home .home-hero-reference-fold .callout-three{top:344px !important;right:16px !important}}@media (min-width:2560px){body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(4.35rem,2.7vw,5.8rem) !important;font-size:clamp(3.75rem,1.6vw,4.55rem) !important;max-width:565px !important;font-size:clamp(3.65rem,1.35vw,4.35rem) !important;font-size:clamp(4rem,1.72vw,4.85rem) !important}body.home .home-hero-reference-fold .callout-one{right:24px !important;top:96px !important;right:10px !important;top:92px !important;top:146px !important;top:132px !important;top:88px !important;right:12px !important}body.home .home-hero-reference-fold .callout-two{right:4px !important;top:258px !important;right:0 !important;top:255px !important;top:318px !important;top:304px !important;top:245px !important;right:30px !important}body.home .home-hero-reference-fold .callout-three{top:402px !important;right:24px !important;top:418px !important;top:490px !important;top:476px !important;top:372px !important;right:20px !important}}.review-booking-hero h1{max-width:620px !important;font-size:clamp(2.45rem,3.1vw,3.55rem) !important;line-height:1.04 !important;letter-spacing:-.055em !important}.review-booking-hero .lead{max-width:610px !important;font-size:1.05rem !important;line-height:1.55 !important}.review-booking-hero .card{align-self:center !important}@media(max-width:980px){.review-booking-hero h1{font-size:clamp(2rem,7vw,2.65rem) !important;max-width:100% !important}.review-booking-hero .lead{font-size:.98rem !important;max-width:100% !important}}@media(max-width:640px){.review-booking-hero h1{font-size:clamp(1.85rem,8vw,2.25rem) !important;line-height:1.04 !important}}@media (max-width:900px){body .site-header{background:rgba(6,16,30,.96)!important;border-bottom:1px solid rgba(255,255,255,.10)!important}body .header-inner{min-height:58px!important}body .site-header .brand-logo{max-width:138px!important;width:138px!important;max-height:none!important}body .mobile-toggle{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;border-radius:14px!important;min-width:42px!important;min-height:42px!important}body .mobile-drawer{background:#07111f!important;border-top:1px solid rgba(255,255,255,.10)!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}body .mobile-drawer .nav-link{color:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(255,255,255,.10)!important}body .mobile-drawer .drawer-ctas .btn{min-height:46px!important}body .page-hero.inner-hero,body .page-hero.scan-page-hero,body .page-hero.review-booking-hero,body .page-hero:not(.home-hero-reference-fold){padding-top:46px!important;padding-bottom:46px!important}body .page-hero.inner-hero .container,body .page-hero.scan-page-hero .container,body .page-hero.review-booking-hero .container{grid-template-columns:1fr!important;gap:20px!important}body .page-hero h1,body .inner-hero h1,body .scan-page-hero h1,body .review-booking-hero h1{font-size:clamp(2.02rem,8vw,2.72rem)!important;line-height:1.02!important;letter-spacing:-.055em!important;max-width:100%!important;text-wrap:balance}body .page-hero .lead,body .inner-hero .lead,body .scan-page-hero .lead,body .review-booking-hero .lead{font-size:1rem!important;line-height:1.48!important;margin-top:12px!important;max-width:100%!important}body .page-hero p:not(.eyebrow):not(.lead),body .inner-hero p:not(.eyebrow):not(.lead){font-size:.95rem!important;line-height:1.5!important}body .page-hero .button-row,body .inner-hero .button-row,body .scan-page-hero .button-row,body .review-booking-hero .button-row{margin-top:18px!important;gap:10px!important;display:grid!important;grid-template-columns:1fr!important}body .page-hero .button-row .btn,body .inner-hero .button-row .btn,body .scan-page-hero .button-row .btn,body .review-booking-hero .button-row .btn{width:100%!important;min-height:48px!important}body .inner-hero-card,body .scan-includes-card,body .review-booking-hero .card{padding:18px!important;border-radius:20px!important}}@media (max-width:767px){body.home .home-hero-reference-fold .mobile-hero-intel{display:none!important}body.home .home-hero-reference-fold .home-hero-title{font-size:clamp(2.12rem,10vw,2.85rem)!important;line-height:.98!important}body.home .home-hero-reference-fold .trust-chip-fast{display:none!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip-text{font-size:.7rem!important}body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img{width:176px!important;max-width:176px!important}body.home .home-trust-bar{display:none!important}body.home .home-problem-section{padding-top:30px!important}body.home .home-search-card{padding:15px!important}body.home .search-everywhere-grid{grid-template-columns:1fr!important;gap:8px!important}body.home .search-everywhere-grid>div{display:grid!important;grid-template-columns:34px 1fr!important;gap:10px!important;align-items:start!important;padding:11px!important;border-radius:14px!important}body.home .search-everywhere-grid>div p{grid-column:2!important;margin:0!important;font-size:.84rem!important;line-height:1.36!important}body.home .search-everywhere-grid>div strong{display:block!important;font-size:.92rem!important;line-height:1.15!important}body.home .search-icon{width:30px!important;height:30px!important;grid-row:1 / span 2!important}body.strategic-seo-page .strategic-hero p:not(.eyebrow):not(.lead),body .strategic-seo-page .strategic-hero p:not(.eyebrow):not(.lead),body .about-page .about-hero p:not(.eyebrow):not(.lead){display:none!important}body .scan-page-hero{padding-top:34px!important;padding-bottom:34px!important}body .scan-page-hero .scan-hero-buttons .btn-secondary{display:none!important}body .scan-page-hero .scan-includes-card{display:none!important}body .scan-page-hero .scan-microcopy{display:block!important;font-size:.78rem!important;line-height:1.42!important;text-align:left!important;color:#5f7086!important;margin-top:12px!important;opacity:1!important}body .scan-page-hero + .section .grid-3 .card{padding:12px 14px!important}body .scan-page-hero + .section .grid-3 .card p{display:none!important}body .review-booking-hero .button-row .btn-primary{order:-1!important}body .review-booking-hero .card ul.clean li{font-size:.9rem!important}body .review-booking-hero + .section .grid-3 .card p{font-size:.86rem!important}body .case-grid{grid-template-columns:1fr!important;gap:12px!important}body .case-card .btn{width:100%!important}body .case-card p{font-size:.88rem!important}body .case-overview-card .result-number{font-size:2.2rem!important}body .case-metrics-row,body .case-metrics-row.three,body .metric-grid{grid-template-columns:1fr!important;gap:8px!important}body .strategic-fix-grid,body .ai-analysis-grid{grid-template-columns:1fr!important;gap:10px!important}body .strategic-fix-grid .card,body .ai-analysis-grid .card{padding:13px!important;min-height:0!important}body .strategic-evidence-section:before,body .ai-competitor-section:before{content:""!important;display:block!important;position:absolute!important;left:18px!important;right:18px!important;top:0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(55,197,255,.55),transparent)!important}body .strategic-include-card ul.clean li,body .ai-proof-card .signal-chip-grid span{font-size:.88rem!important}body .about-page .about-hero .grid-2{gap:18px!important}body .about-page .about-photo-wrap{max-width:230px!important;margin:0 auto!important}body .about-page .about-photo{max-width:230px!important}body .about-page .photo-caption{max-width:230px!important;font-size:.78rem!important;padding:11px!important}body .about-difference-card p:nth-of-type(2){display:none!important}body .about-final-cta .lead{display:none!important}body .final-cta .grid-2,body .cta-panel.grid-2{grid-template-columns:1fr!important;gap:14px!important}body .final-cta .btn,body .cta-panel .btn{width:100%!important}body .mobile-cta-bar{padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;gap:8px!important}body .mobile-cta-bar .btn{min-height:40px!important;font-size:.78rem!important;padding:9px 10px!important}}@media (max-width:420px){body.home .home-hero-reference-fold .home-hero-title{font-size:clamp(1.92rem,9.6vw,2.36rem)!important}body.home .home-hero-reference-fold .phone-hero-picture,body.home .home-hero-reference-fold img.phone-hero-img{width:154px!important;max-width:154px!important}body .page-hero h1,body .inner-hero h1,body .scan-page-hero h1,body .review-booking-hero h1{font-size:clamp(1.72rem,8.4vw,2.12rem)!important}body .page-hero.inner-hero,body .page-hero.scan-page-hero,body .page-hero.review-booking-hero,body .page-hero:not(.home-hero-reference-fold){padding-top:34px!important;padding-bottom:34px!important}}@media (max-width:980px){body{padding-top:70px!important}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2200!important;background:rgba(7,17,31,.96)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;box-shadow:0 10px 28px rgba(7,17,31,.18)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.site-header .header-inner{min-height:70px!important}.site-header.open .mobile-drawer{max-height:calc(100vh - 70px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}}@media (max-width:640px){body{padding-top:62px!important}.site-header .header-inner{min-height:62px!important}.site-header.open .mobile-drawer{max-height:calc(100vh - 62px)!important}}@media (max-width:420px){body{padding-top:58px!important}.site-header .header-inner{min-height:58px!important}.site-header.open .mobile-drawer{max-height:calc(100vh - 58px)!important}}@media (max-width:767px){body.home .home-hero-reference-fold .home-hero-right:after,body.home .home-hero-reference-fold .phone-callout{display:none!important}}@media (max-width:360px){body.home .home-hero-reference-fold .home-hero-shell{grid-template-columns:minmax(0,1fr) minmax(96px,35vw)!important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:1.68rem!important}body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:150px!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip{font-size:.64rem!important}}@media (max-width:767px){body.home .home-hero-reference-fold .home-hero-right:before{content:""!important;display:block!important;position:absolute!important;z-index:-1!important;width:190px!important;height:190px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;border-radius:999px!important;background:radial-gradient(circle,rgba(34,197,94,.28),rgba(55,197,255,.13) 42%,transparent 70%)!important;filter:blur(12px)!important;opacity:1!important;width:178px!important;height:178px!important;opacity:.9!important;filter:blur(13px)!important}body.home .home-hero-reference-fold .phone-hero-picture{width:100%!important;max-width:100%!important;transform:none!important;display:block!important;width:auto!important;max-width:none!important;margin:0!important}body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{display:block!important;width:min(188px,48vw)!important;margin:0!important;transform:none!important;filter:drop-shadow(0 18px 26px rgba(0,0,0,.30)) drop-shadow(0 0 12px rgba(34,197,94,.20))!important;width:180px!important;max-width:none!important;height:auto!important;transform:rotate(0deg)!important;object-fit:contain!important;filter:drop-shadow(0 18px 26px rgba(0,0,0,.32)) drop-shadow(0 0 12px rgba(34,197,94,.22))!important}}@media (max-width:420px){body.home .home-hero-reference-fold .home-hero-right{margin:-6px -30px 0 -8px!important}body.home .home-hero-reference-fold .home-hero-right:before{width:156px!important;height:156px!important}body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:min(168px,46vw)!important;width:160px!important}}@media (max-width:370px){body.home .home-hero-reference-fold .home-hero-shell{grid-template-columns:minmax(0,1fr) minmax(96px,34vw)!important;column-gap:7px!important}body.home .home-hero-reference-fold .home-hero-right{margin:-4px -24px 0 -8px!important}body.home .home-hero-reference-fold img.phone-hero-img,body.home .home-hero-reference-fold .phone-hero-picture img{width:142px!important}}.mobile-hero-phone{display:none}@media (max-width:767px){body.home{padding-top:62px!important}body.home .home-hero-reference-fold .home-hero-shell{width:calc(100% - 28px)!important;gap:12px!important;grid-template-columns:minmax(0,1fr) minmax(128px,39vw)!important;align-items:center!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(132px,38vw)!important;grid-template-areas:"pill pill" "title phone" "copy phone" "form form"!important;column-gap:10px!important;row-gap:12px!important;align-items:start!important;display:block!important;width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}body.home .home-hero-reference-fold .home-hero-right{display:flex!important;justify-content:flex-end!important;margin-top:-6px!important;padding-right:8px!important;grid-column:2 / 3!important;align-self:center!important;width:100%!important;min-width:0!important;min-height:0!important;margin:0 -20px 0 -10px!important;transform:none!important;overflow:visible!important;z-index:1!important;grid-area:phone!important;align-self:start!important;justify-self:end!important;position:relative!important;margin:-8px -32px 0 -8px!important;padding:0!important;width:auto!important;max-width:none!important;z-index:2!important;pointer-events:none!important;display:none!important}body.home .home-hero-reference-fold .mobile-hero-phone{display:flex!important;grid-area:phone!important;align-self:start!important;justify-self:end!important;position:relative!important;width:auto!important;max-width:none!important;margin:-10px -34px 0 -6px!important;padding:0!important;z-index:0!important;pointer-events:none!important}body.home .home-hero-reference-fold .mobile-hero-phone:before{content:""!important;position:absolute!important;z-index:-1!important;width:160px!important;height:230px!important;left:52%!important;top:48%!important;transform:translate(-50%,-50%) rotate(5deg)!important;border-radius:999px!important;background:radial-gradient(ellipse at center,rgba(34,197,94,.40) 0%,rgba(55,197,255,.18) 36%,rgba(34,197,94,.10) 52%,transparent 72%)!important;filter:blur(14px)!important;opacity:.98!important}body.home .home-hero-reference-fold .mobile-phone-hero-picture{display:block!important;width:auto!important;max-width:none!important;margin:0!important}body.home .home-hero-reference-fold .mobile-phone-hero-img{display:block!important;width:176px!important;max-width:none!important;height:auto!important;margin:0!important;transform:none!important;object-fit:contain!important;filter:drop-shadow(0 18px 26px rgba(0,0,0,.34))!important}body.home .home-hero-reference-fold .eyebrow,body.home .home-hero-reference-fold .mobile-hero-intel{display:none!important}body.home .home-hero-reference-fold .mobile-hero-pill{margin-bottom:10px!important;font-size:.62rem!important;grid-column:1 / -1!important;grid-row:auto!important;margin:0 0 2px!important;align-self:start!important;margin:0 0 4px!important;display:inline-flex!important;grid-area:pill!important;justify-self:start!important;align-items:center!important;width:auto!important;max-width:100%!important;margin:0 0 3px!important;padding:7px 14px!important;border-radius:999px!important;background:rgba(34,197,94,.10)!important;border:1px solid rgba(34,197,94,.28)!important;color:#86efac!important;font-size:.66rem!important;line-height:1!important;letter-spacing:.13em!important;text-transform:uppercase!important;white-space:nowrap!important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{grid-column:1 / 2!important;justify-self:stretch!important;align-self:center!important;font-size:clamp(2rem,9.6vw,2.75rem)!important;padding-top:4px!important;grid-area:title!important;align-self:start!important;justify-self:start!important;text-align:left!important;width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)!important;margin:0!important;padding-top:3px!important;font-size:clamp(2.04rem,9.8vw,2.64rem)!important;line-height:.98!important;letter-spacing:-.07em!important;overflow:visible!important;word-break:normal!important;overflow-wrap:normal!important;position:relative!important;z-index:10!important}body.home .home-hero-reference-fold .home-hero-title .desktop-title-line{display:none!important}body.home .home-hero-reference-fold .home-hero-title .mobile-title-line{display:block!important;white-space:nowrap!important;line-height:.98!important}body.home .home-hero-reference-fold .home-gradient-line{display:block!important;white-space:nowrap!important;width:calc(100vw - 32px)!important;max-width:none!important;overflow:visible!important;position:relative!important;z-index:11!important}body.home .home-hero-reference-fold .home-hero-copy{font-size:.96rem!important;margin-top:12px!important;grid-column:1 / -1!important;margin:0!important;font-size:.95rem!important;line-height:1.45!important;align-self:start!important;grid-column:auto!important;margin:4px 0 0!important;font-size:.94rem!important;line-height:1.44!important;grid-area:copy!important;width:100%!important;max-width:100%!important;margin:3px 0 0!important;padding:0!important;text-align:left!important;font-size:.91rem!important;line-height:1.42!important;color:rgba(226,232,240,.88)!important;font-weight:650!important}body.home .home-hero-reference-fold .desktop-hero-copy{display:none!important}body.home .home-hero-reference-fold .mobile-hero-copy-text{display:inline!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip-fast{display:none!important}body.home .home-hero-reference-fold .home-trust-bar{margin-top:26px!important}}@media (max-width:420px){body.home .home-hero-reference-fold .home-hero-shell{width:calc(100% - 24px)!important;grid-template-columns:minmax(0,1fr) minmax(108px,37vw)!important;grid-template-columns:minmax(0,1fr) minmax(118px,36vw)!important;column-gap:8px!important;row-gap:11px!important;padding-left:16px!important;padding-right:16px!important}body.home .home-hero-reference-fold .home-hero-left{grid-template-columns:minmax(0,1fr) minmax(112px,35vw)!important;column-gap:8px!important;row-gap:11px!important}body.home .home-hero-reference-fold .mobile-hero-pill{font-size:.6rem!important;padding:6px 12px!important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:clamp(1.78rem,9.2vw,2.22rem)!important;letter-spacing:-.065em!important}body.home .home-hero-reference-fold .mobile-hero-phone{margin:-7px -30px 0 -6px!important}body.home .home-hero-reference-fold .mobile-hero-phone:before{width:142px!important;height:210px!important}body.home .home-hero-reference-fold .mobile-phone-hero-img{width:156px!important}body.home .home-hero-reference-fold .home-hero-copy{font-size:.9rem!important;font-size:.88rem!important;line-height:1.42!important;margin-top:2px!important;font-size:.86rem!important;line-height:1.4!important}body.home .home-hero-reference-fold .home-hero-trust{gap:7px!important}}@media (max-width:370px){body.home .home-hero-reference-fold .home-hero-left{grid-template-columns:minmax(0,1fr) minmax(94px,33vw)!important;column-gap:7px!important}body.home .home-hero-reference-fold .home-hero-title,body.home .home-hero-reference-fold .hero-headline{font-size:1.66rem!important}body.home .home-hero-reference-fold .mobile-hero-phone{margin:-5px -24px 0 -6px!important}body.home .home-hero-reference-fold .mobile-phone-hero-img{width:140px!important}body.home .home-hero-reference-fold .mobile-hero-phone:before{width:126px!important;height:188px!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip{font-size:.64rem!important}}@media (max-width:767px){body.home .home-hero-reference-fold{padding:18px 0 22px!important;padding-top:20px!important;padding-bottom:34px!important;padding-top:18px!important;padding-bottom:30px!important;overflow:hidden!important;padding-bottom:42px!important}body.home .home-hero-reference-fold .home-hero-left{display:contents!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(126px,36vw)!important;grid-template-areas:"pill pill" "title phone" "copy phone" "form form"!important;column-gap:10px!important;row-gap:12px!important;align-items:start!important;width:100%!important;max-width:100%!important;position:relative!important;isolation:isolate!important;overflow:visible!important;row-gap:10px!important}body.home .home-hero-reference-fold .home-hero-form-col{margin-top:14px!important;grid-column:1 / -1!important;grid-column:auto!important;grid-area:form!important;width:100%!important;max-width:100%!important;margin:2px 0 0!important;padding:0!important;z-index:3!important;margin-top:0!important}body.home .home-hero-reference-fold .mobile-form-title{letter-spacing:.12em!important;display:block!important;margin:0 0 10px!important;color:#e2e8f0!important;font-size:.78rem!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:800!important;margin:0 0 8px!important;font-size:.68rem!important;line-height:1.15!important;letter-spacing:.07em!important}body.home .home-hero-reference-fold .home-hero-scan-form input{font-size:.92rem!important;border-radius:13px!important;height:48px!important;min-height:48px!important;padding:0 14px!important;border-radius:12px!important;font-size:1rem!important;height:43px!important;min-height:43px!important;padding:0 13px!important;border-radius:11px!important;font-size:.94rem!important}body.home .home-hero-reference-fold .home-hero-scan-form input::placeholder{color:rgba(255,255,255,.58)!important;opacity:1!important;font-size:.94rem!important}body.home .home-hero-reference-fold .home-hero-scan-form .btn{min-height:50px!important;font-size:.94rem!important;border-radius:13px!important;width:100%!important;height:50px!important;margin-top:10px!important;padding:0 14px!important;border-radius:12px!important;font-size:.92rem!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;height:46px!important;min-height:46px!important;margin-top:8px!important;border-radius:11px!important;font-size:.88rem!important;letter-spacing:-.01em!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip{padding:7px 10px!important;width:100%!important;justify-content:center!important;min-height:34px!important;padding:7px 8px!important;font-size:.72rem!important;line-height:1.1!important;white-space:nowrap!important;min-height:30px!important;padding:5px 7px!important;border-radius:999px!important;font-size:.66rem!important;line-height:1!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon{width:18px!important;height:18px!important;min-width:18px!important;width:20px!important;height:20px!important;flex:0 0 20px!important;margin-right:5px!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip-icon svg{width:12px!important;height:12px!important}}@media (max-width:420px){body.home .home-hero-reference-fold{padding-bottom:44px!important}body.home .home-hero-reference-fold .home-hero-scan-form{padding:14px!important;border-radius:16px!important;padding:12px!important}body.home .home-hero-reference-fold .mobile-form-title{font-size:.64rem!important}body.home .home-hero-reference-fold .home-hero-scan-form input{height:41px!important;min-height:41px!important;font-size:.9rem!important}body.home .home-hero-reference-fold .home-hero-scan-form input::placeholder{font-size:.9rem!important}body.home .home-hero-reference-fold .home-hero-scan-form .btn{height:44px!important;min-height:44px!important;font-size:.84rem!important}body.home .home-hero-reference-fold .home-hero-trust .trust-chip{min-height:32px!important;padding-left:6px!important;padding-right:6px!important;font-size:.68rem!important;min-height:29px!important;font-size:.62rem!important}}.home-hero-proofline{display:none}@media (max-width:767px){body.home .home-hero-reference-fold .home-hero-proofline{display:block!important;margin:8px 0 0!important;text-align:center!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:.78rem!important;line-height:1.35!important;font-weight:800!important;color:rgba(226,232,240,.86)!important;letter-spacing:-.01em!important}body.home .home-hero-reference-fold .home-hero-trust{justify-content:flex-start!important;margin-top:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important;max-width:100%!important;margin:10px 0 0!important;gap:7px!important;margin-top:8px!important;display:none!important}body.home .home-hero-reference-fold .home-hero-scan-form{padding:14px!important;gap:9px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:16px!important;border-radius:18px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 16px 40px rgba(7,17,31,.16)!important;padding:13px!important;border-radius:16px!important;background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.14)!important;margin-bottom:0!important}}@media (max-width:420px){body.home .home-hero-reference-fold .home-hero-proofline{margin-top:7px!important;font-size:.72rem!important}}@media (max-width:370px){body.home .home-hero-reference-fold .home-hero-proofline{font-size:.68rem!important}}.footer-logo-link{display:inline-block;line-height:0}.footer-logo-link:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:8px}@media (max-width:640px){.service-card p,.case-card p{font-size:.96rem !important;line-height:1.55 !important}}.testimonials-section{position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;left:50%;top:0;width:min(900px,90vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(26,79,214,.22),rgba(0,207,232,.2),transparent)}.testimonial-grid{align-items:stretch}.testimonial-card{position:relative;display:flex;flex-direction:column;min-height:100%;background:rgba(255,255,255,.96);border:1px solid rgba(220,230,242,.95);border-radius:26px;padding:30px;box-shadow:0 18px 46px rgba(7,17,31,.08);overflow:hidden}.testimonial-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan));opacity:.9}.testimonial-card.featured-testimonial{box-shadow:0 26px 70px rgba(26,79,214,.14);border-color:#cfe0fb}.testimonial-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;margin-bottom:18px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--cyan));font-family:Georgia,serif;font-size:2.4rem;line-height:1;box-shadow:0 14px 28px rgba(26,79,214,.18)}.testimonial-card p{font-size:1.02rem;line-height:1.62;color:#334155;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid #e3ebf6}.testimonial-avatar{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:#eef5ff;color:var(--blue);font-size:.78rem;font-weight:950;letter-spacing:.02em;border:1px solid #d8e6fb}.testimonial-author strong{display:block;color:#07111f;font-size:.98rem;line-height:1.2;letter-spacing:-.02em}.testimonial-author span:not(.testimonial-avatar){display:block;color:#64748b;font-size:.82rem;line-height:1.3;font-weight:800;margin-top:3px}.testimonial-tag{display:inline-flex;align-self:flex-start;margin-top:16px;padding:7px 11px;border-radius:999px;background:rgba(34,197,94,.1);color:#15803d;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.testimonial-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.testimonial-intro h2{max-width:620px}.testimonial-stack{display:grid;gap:18px}.compact-testimonial{min-height:auto}.compact-testimonial p{margin-bottom:18px}@media (max-width:980px){.testimonial-split{grid-template-columns:1fr}}@media (max-width:767px){.testimonials-section{padding-top:64px!important;padding-bottom:64px!important}.testimonials-section .section-head{margin-bottom:24px!important}.testimonials-section .section-head h2,.testimonial-intro h2{font-size:clamp(1.82rem,8vw,2.35rem)!important;line-height:1.08!important;letter-spacing:-.045em!important}.testimonials-section .lead,.testimonial-intro .lead{font-size:.98rem!important;line-height:1.55!important}.testimonial-grid{grid-template-columns:1fr!important;gap:16px!important}.testimonial-card{padding:22px!important;border-radius:22px!important}.testimonial-mark{width:38px!important;height:38px!important;border-radius:14px!important;margin-bottom:14px!important;font-size:2.05rem!important}.testimonial-card p{font-size:.96rem!important;line-height:1.56!important;margin-bottom:18px!important}.testimonial-author{padding-top:14px!important;gap:10px!important}.testimonial-avatar{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:13px!important;font-size:.72rem!important}.testimonial-author strong{font-size:.92rem!important}.testimonial-author span:not(.testimonial-avatar){font-size:.77rem!important}.testimonial-tag{margin-top:13px!important;font-size:.66rem!important;padding:6px 9px!important}.testimonial-split{gap:24px!important}.testimonial-stack{gap:16px!important}.home-testimonials-section{padding-top:52px!important;padding-bottom:52px!important}.home-testimonials-section .section-head{margin-bottom:20px!important}.home-testimonials-section .section-head h2{font-size:31px!important;line-height:1.08!important;letter-spacing:-.045em!important;max-width:340px!important;margin-left:auto!important;margin-right:auto!important}.home-testimonials-section .section-head .lead{font-size:16px!important;line-height:1.5!important;max-width:340px!important;margin-left:auto!important;margin-right:auto!important}.home-testimonials-section .testimonial-grid{gap:14px!important}.home-testimonials-section .testimonial-card{padding:19px 18px 18px!important;border-radius:20px!important;box-shadow:0 14px 34px rgba(7,17,31,.07)!important}.home-testimonials-section .testimonial-card:before{height:3px!important}.home-testimonials-section .testimonial-mark{width:34px!important;height:34px!important;border-radius:12px!important;margin-bottom:14px!important;font-size:30px!important;box-shadow:0 10px 20px rgba(26,79,214,.14)!important}.home-testimonials-section .testimonial-card p{font-size:16px!important;line-height:1.46!important;letter-spacing:-.01em!important;margin-bottom:16px!important}.home-testimonials-section .testimonial-author{padding-top:13px!important;gap:10px!important;align-items:center!important}.home-testimonials-section .testimonial-avatar{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:12px!important;font-size:12px!important}.home-testimonials-section .testimonial-author strong{font-size:17px!important;line-height:1.12!important;letter-spacing:-.025em!important}.home-testimonials-section .testimonial-author span:not(.testimonial-avatar){font-size:14px!important;line-height:1.25!important;margin-top:3px!important}.home-testimonials-section .testimonial-tag{margin-top:12px!important;padding:6px 9px!important;font-size:11px!important;line-height:1!important;letter-spacing:.055em!important}}@media (max-width:390px){.home-testimonials-section .testimonial-card{padding:18px 16px 17px!important}.home-testimonials-section .testimonial-card p{font-size:15.5px!important}.home-testimonials-section .section-head h2{font-size:29px!important}}@media (max-width:640px){body ul.clean,body .about-check-list,body .two-column-list ul,body .check-list,body .scan-checklist .check-list,body .fit-list-card,body .inspect-grid,body .ai-clarity-list,body .about-baseline-grid,body .search-everywhere-grid,body .case-question-list{gap:8px!important}body ul.clean li,body .about-check-list li,body .two-column-list li{display:grid!important;grid-template-columns:16px 1fr!important;align-items:start!important;column-gap:9px!important;min-height:0!important;padding:9px 10px!important;border-radius:13px!important;font-size:14px!important;line-height:1.28!important;font-weight:780!important;letter-spacing:-.01em!important}body ul.clean li:before,body .about-check-list li:before,body .two-column-list li:before{width:7px!important;height:7px!important;min-width:7px!important;box-shadow:0 0 0 4px rgba(36,87,230,.10)!important;margin-top:.42em!important}body .check-list div,body .scan-checklist .check-list div{gap:9px!important;min-height:0!important;padding:7px 0!important;font-size:14px!important;line-height:1.28!important}body .check-list div span,body .check-list span,body .scan-checklist .check-list span{width:21px!important;height:21px!important;min-width:21px!important;border-radius:7px!important;font-size:11px!important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div,body .search-everywhere-grid>div{grid-template-columns:24px 1fr!important;gap:8px!important;min-height:0!important;padding:9px 10px!important;border-radius:13px!important}body .fit-list-item>span,body .inspect-item>span,body .ai-clarity-list>div>span{width:24px !important;height:24px !important;border-radius:7px !important;font-size:.58rem !important;box-shadow:inset 0 0 0 1px rgba(36,87,230,.10) !important;width:22px!important;height:22px!important;min-width:22px!important;border-radius:8px!important;font-size:11px!important}body .fit-list-item p,body .inspect-item p,body .ai-clarity-list>div p,body .search-everywhere-grid p{font-size:14px!important;line-height:1.27!important;margin:0!important;font-weight:720!important;letter-spacing:-.01em!important}body .ai-clarity-list>div p strong,body .search-everywhere-grid strong{font-size:14px!important;line-height:1.15!important;margin-bottom:2px!important}body .card ul.clean,body .split-card ul.clean,body .about-work-card ul.clean,body .about-fit-card ul.clean,body .strategic-include-card ul.clean{margin-top:10px!important}}@media (max-width:390px){body ul.clean li,body .about-check-list li,body .two-column-list li{padding:8px 9px!important;font-size:13.5px!important;line-height:1.24!important;border-radius:12px!important}body .fit-list-item,body .inspect-item,body .ai-clarity-list>div,body .search-everywhere-grid>div{padding:8px 9px!important;grid-template-columns:22px 1fr!important;gap:7px!important;border-radius:12px!important}body .fit-list-item>span,body .inspect-item>span,body .ai-clarity-list>div>span{width:20px!important;height:20px!important;min-width:20px!important;font-size:10px!important}body .fit-list-item p,body .inspect-item p,body .ai-clarity-list>div p,body .search-everywhere-grid p,body .check-list div,body .scan-checklist .check-list div{font-size:13.5px!important;line-height:1.23!important}}@media (max-width:640px){body .about-search-card,body .ai-proof-card,body .signal-stack-card,body .case-signal-card{padding:16px !important;border-radius:18px !important}body .about-search-card h3,body .ai-proof-card h3,body .signal-stack-card h3,body .case-signal-card h3{font-size:20px !important;line-height:1.12 !important;margin:0 0 12px !important;letter-spacing:-.035em !important}body .about-proof-stack,body .signal-chip-grid,body .case-signal-grid{display:grid !important;grid-template-columns:1fr !important;gap:7px !important;margin-top:10px !important}body .about-proof-stack>span,body .signal-chip-grid>span,body .case-signal-grid>span{display:grid !important;grid-template-columns:14px 1fr !important;align-items:center !important;column-gap:8px !important;min-height:0 !important;width:100% !important;max-width:100% !important;padding:8px 10px !important;border-radius:12px !important;font-size:14px !important;line-height:1.22 !important;font-weight:760 !important;letter-spacing:-.012em !important;text-align:left !important;box-shadow:0 5px 14px rgba(7,17,31,.035) !important}body .about-proof-stack>span:before,body .signal-chip-grid>span:before,body .case-signal-grid>span:before{content:"" !important;display:block !important;width:7px !important;height:7px !important;min-width:7px !important;border-radius:999px !important;margin:0 !important;box-shadow:0 0 0 4px rgba(36,87,230,.10) !important}body .about-proof-stack>span{padding:7px 9px 7px 24px !important;border-radius:11px !important;background:#fff !important;font-size:.77rem !important;line-height:1.22 !important;position:relative !important;box-shadow:0 4px 12px rgba(7,17,31,.03) !important;background:#f8fbff !important;border:1px solid #dce8f7 !important;color:#172238 !important;-webkit-text-fill-color:#172238 !important}body .about-proof-stack>span:before{left:10px !important;top:50% !important;transform:translateY(-50%) !important;width:5px !important;height:5px !important;box-shadow:0 0 0 3px rgba(36,87,230,.10) !important;background:#2457e6 !important}body .signal-chip-grid>span,body .case-signal-grid>span{padding:6px 7px !important;border-radius:10px !important;font-size:.71rem !important;line-height:1.14 !important;font-weight:700 !important;background:rgba(255,255,255,.10) !important;border:1px solid rgba(255,255,255,.16) !important;color:#fff !important;-webkit-text-fill-color:#fff !important}body .signal-chip-grid>span:before,body .case-signal-grid>span:before{width:5px !important;height:5px !important;box-shadow:0 0 0 3px rgba(53,215,255,.10) !important;background:#35d7ff !important;box-shadow:0 0 0 4px rgba(53,215,255,.12) !important}body .about-search-card p,body .ai-proof-card p,body .signal-stack-card p,body .case-signal-card p{font-size:14px !important;line-height:1.38 !important;margin-top:10px !important}}@media (max-width:390px){body .about-proof-stack>span:before,body .signal-chip-grid>span:before,body .case-signal-grid>span:before{width:6px !important;height:6px !important;min-width:6px !important;box-shadow:0 0 0 3px rgba(36,87,230,.10) !important}}@media (max-width:767px){body .about-search-card,body .ai-proof-card,body .signal-stack-card,body .case-signal-card{padding:14px !important;border-radius:16px !important}body .about-search-card h3,body .ai-proof-card h3,body .signal-stack-card h3,body .case-signal-card h3{font-size:19px !important;line-height:1.08 !important;margin:0 0 10px !important;letter-spacing:-.04em !important}body .about-proof-stack,body .signal-chip-grid,body .case-signal-grid{gap:7px !important;margin-top:8px !important}body .about-proof-stack>span,body .signal-chip-grid>span,body .case-signal-grid>span{display:flex !important;align-items:center !important;gap:9px !important;min-height:0 !important;height:auto !important;padding:9px 11px !important;border-radius:12px !important;font-size:14px !important;line-height:1.18 !important;font-weight:760 !important;letter-spacing:-.02em !important}body .about-proof-stack>span:before,body .signal-chip-grid>span:before,body .case-signal-grid>span:before{width:8px !important;height:8px !important;min-width:8px !important;flex:0 0 8px !important;box-shadow:0 0 0 4px rgba(36,87,230,.10) !important}body .about-page .about-search-card{padding:13px 13px 14px !important}body .about-page .about-search-card h3{font-size:18px !important;line-height:1.08 !important;margin-bottom:9px !important}body .about-page .about-proof-stack{gap:7px !important}body .about-page .about-proof-stack>span{padding:8px 10px !important;border-radius:11px !important;font-size:13.5px !important;line-height:1.16 !important;font-weight:760 !important}body .about-page .about-proof-stack>span:before{width:7px !important;height:7px !important;min-width:7px !important;flex-basis:7px !important;box-shadow:0 0 0 3px rgba(36,87,230,.10) !important}}@media (max-width:390px){body .about-search-card,body .ai-proof-card,body .signal-stack-card,body .case-signal-card{padding:14px !important;border-radius:16px !important;padding:12px !important;border-radius:15px !important}body .about-search-card h3,body .ai-proof-card h3,body .signal-stack-card h3,body .case-signal-card h3{font-size:18px !important;line-height:1.1 !important;margin-bottom:10px !important;font-size:17px !important;line-height:1.07 !important;margin-bottom:8px !important}body .about-proof-stack,body .signal-chip-grid,body .case-signal-grid{gap:6px !important}body .about-proof-stack>span,body .signal-chip-grid>span,body .case-signal-grid>span{grid-template-columns:12px 1fr !important;column-gap:7px !important;border-radius:11px !important;line-height:1.2 !important;font-weight:740 !important;padding:7px 9px !important;border-radius:10px !important;font-size:13px !important;line-height:1.15 !important;gap:8px !important}}@media (max-width:767px){body .about-founder-section p{font-size:1rem !important;line-height:1.48 !important;margin-bottom:13px !important}body .about-work-card h3{font-size:1.42rem !important;line-height:1.12 !important}}@media (max-width:390px){body .about-founder-section p{font-size:.96rem !important;line-height:1.45 !important}body .about-founder-section .lead{font-size:1.02rem !important}}@media (max-width:767px){body .about-founder-section{padding-top:34px !important;padding-bottom:34px !important;padding-top:28px !important;padding-bottom:28px !important}body .about-founder-section .grid-2{gap:18px !important;gap:14px !important}body .about-founder-section .eyebrow{margin-bottom:8px !important;font-size:.78rem !important;letter-spacing:.16em !important}body .about-founder-section h2{font-size:1.85rem !important;margin-bottom:14px !important;font-size:1.62rem !important;line-height:1.05 !important;margin:0 0 10px !important}body .about-founder-section p,body .about-founder-section .lead{font-size:.95rem !important;line-height:1.42 !important;margin:0 0 10px !important}body .about-founder-section .lead{font-size:1.08rem !important;line-height:1.42 !important;font-size:1rem !important;line-height:1.38 !important;margin-bottom:10px !important}body .about-founder-section .about-note{margin-top:16px !important;padding:12px 14px !important;border-radius:14px !important;font-size:.96rem !important;line-height:1.35 !important;display:block !important;margin:8px 0 0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;color:#07111f !important;font-size:.98rem !important;line-height:1.34 !important;font-weight:800 !important}body .about-work-card{padding:18px !important;border-radius:20px !important;margin-top:2px !important}}@media (max-width:390px){body .about-founder-section p,body .about-founder-section .lead{font-size:.92rem !important;line-height:1.38 !important}body .about-founder-section h2{font-size:1.5rem !important}}.insights-page .insights-hero{background:radial-gradient(circle at 80% 10%,rgba(55,197,255,.16),transparent 32%),linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)}.insights-hero-card .mini-label,.insights-feature-card .insight-tag,.insights-topic-card .insight-tag{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#eef5ff;color:#1d4ed8;padding:8px 13px;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.insights-mini-metrics div{border-left:3px solid var(--cyan);padding-left:14px}.insights-featured-section .grid-2,.insights-decision-section .grid-2{align-items:center}.insights-feature-card{border-top:4px solid var(--blue)}.insights-feature-card ul{margin:18px 0 20px}.grid-5.insights-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.insights-category-card{text-decoration:none;color:inherit;min-height:100%;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.insights-category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(36,87,230,.28)}.insights-category-card span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-weight:900;margin-bottom:18px}.insights-category-card h3,.insights-topic-card h3{margin-top:0}.insights-topic-card{display:flex;flex-direction:column;gap:12px}.insights-topic-card .insight-tag{background:#ecfdf5;color:#047857}.insights-decision-card{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-top:4px solid var(--cyan)}.insights-decision-card .lead{color:var(--ink);font-weight:800}.insights-final-cta .btn-secondary{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}@media (max-width:980px){.grid-5.insights-category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.insights-page .section{padding-top:54px;padding-bottom:54px}.insights-page .inner-hero{padding-top:48px;padding-bottom:54px}.insights-page h1{font-size:clamp(2.05rem,10vw,3rem);line-height:1.02}.insights-page h2{font-size:clamp(1.75rem,7.5vw,2.35rem);line-height:1.08}.insights-page .lead{font-size:1.02rem;line-height:1.5}.grid-5.insights-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.insights-topic-grid{grid-template-columns:1fr;gap:14px}.insights-hero-card,.insights-category-card,.insights-topic-card,.insights-feature-card,.insights-decision-card{padding:20px;border-radius:20px}.insights-mini-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.insights-mini-metrics div{padding:12px 12px 12px 14px;border-radius:16px}.insights-mini-metrics strong{font-size:1rem;line-height:1.1}.insights-mini-metrics span{font-size:.69rem;line-height:1.35;letter-spacing:.06em;margin-top:4px}.insights-category-card span{width:34px;height:34px;border-radius:11px;margin-bottom:10px;font-size:.82rem}.insights-category-card h3,.insights-topic-card h3,.insights-feature-card h3,.insights-hero-card h3{font-size:1.06rem;line-height:1.15;margin-bottom:7px}.insights-category-card p,.insights-topic-card p,.insights-feature-card p,.insights-decision-card p,.insights-hero-card p{font-size:.9rem;line-height:1.42}.insights-feature-card ul.clean li{font-size:.92rem;line-height:1.4;padding-top:7px;padding-bottom:7px}.insights-hero-card .mini-label,.insights-feature-card .insight-tag,.insights-topic-card .insight-tag{padding:6px 10px;font-size:.66rem;letter-spacing:.07em}}@media (max-width:390px){.insights-page .section{padding-top:44px;padding-bottom:44px}.insights-hero-card,.insights-category-card,.insights-topic-card,.insights-feature-card,.insights-decision-card{padding:16px}.grid-5.insights-category-grid{gap:10px}.insights-mini-metrics{gap:8px}}.insights-context-link{margin-top:22px;padding:20px 22px;border:1px solid rgba(9,47,73,0.12);border-radius:20px;background:rgba(255,255,255,0.72);box-shadow:0 14px 34px rgba(9,47,73,0.08)}.navy-band .insights-context-link{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.18);box-shadow:none}.insights-context-link.compact{margin-top:20px;padding:18px 20px}.insights-context-link h4{margin:8px 0 8px;font-size:1.08rem;line-height:1.25;color:var(--navy)}.navy-band .insights-context-link h4{color:#fff}.insights-context-link p{margin:0 0 12px;font-size:.96rem;line-height:1.55;color:var(--muted)}.navy-band .insights-context-link p,.navy-band .insights-context-link .mini-label{color:rgba(255,255,255,0.78)}@media (max-width:767px){.insights-context-link,.insights-context-link.compact{margin-top:16px;padding:15px 16px;border-radius:16px}.insights-context-link h4{font-size:.98rem;margin:6px 0 6px}.insights-context-link p{font-size:.88rem;line-height:1.45;margin-bottom:10px}}.insights-context-link .text-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;margin-top:2px;padding:10px 15px;border-radius:999px;background:linear-gradient(135deg,#1f4fff 0%,#0fbde9 100%);color:#fff !important;font-weight:800;font-size:.88rem;line-height:1;text-decoration:none !important;box-shadow:0 12px 24px rgba(31,79,255,.20)}.insights-context-link .text-link::after{content:'→';font-size:1rem;line-height:1;transform:translateY(-1px)}.insights-context-link .text-link:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(31,79,255,.26)}.navy-band .insights-context-link .text-link{color:#fff;background:#fff;color:#07111f !important;box-shadow:0 14px 28px rgba(0,0,0,.20)}@media (max-width:767px){.insights-context-link .text-link{width:100%;padding:12px 14px;font-size:.86rem}}.page-identity-band{position:relative;z-index:1;background:radial-gradient(circle at 80% 20%,rgba(55,197,255,.11),transparent 34%),linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);border-bottom:1px solid rgba(220,230,242,.78);padding:28px 0 24px}.page-identity-inner{max-width:1120px}.breadcrumb-trail{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:0 0 10px;font-size:.72rem;line-height:1.2;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.breadcrumb-trail a{color:var(--blue);text-decoration:none}.breadcrumb-trail a:hover{text-decoration:underline}.breadcrumb-trail span[aria-current="page"]{color:var(--ink)}.breadcrumb-separator{color:#9aadbf;font-weight:800}.page-identity-title{margin:0;color:var(--ink);font-family:'Sora','Inter',sans-serif;font-size:clamp(2rem,2.8vw,2.65rem);line-height:.98;letter-spacing:-.055em;font-weight:900}.page-identity-description{max-width:780px;margin:10px 0 0;color:var(--slate);font-size:1rem;line-height:1.55}.footer-sitemap-link{color:#cfe0ff;text-decoration:none;margin-left:12px;font-weight:700}.footer-sitemap-link:hover{color:#fff;text-decoration:underline}.sitemap-hero{padding-bottom:66px}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.sitemap-list-card h2{font-size:1.45rem;margin:0 0 18px}.sitemap-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.sitemap-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:#f8fbff;color:var(--ink);text-decoration:none;font-weight:800}.sitemap-list a:after{content:'→';color:var(--blue);font-weight:900}.sitemap-list a:hover{border-color:rgba(36,87,230,.35);box-shadow:0 12px 26px rgba(16,24,40,.07);transform:translateY(-1px)}@media (max-width:980px){.page-identity-band{padding:24px 0 20px}.page-identity-title{font-size:clamp(1.8rem,6vw,2.15rem);letter-spacing:-.05em}.page-identity-description{font-size:.95rem}.sitemap-grid{grid-template-columns:1fr}}@media (max-width:640px){.page-identity-band{padding:20px 0 18px}.breadcrumb-trail{font-size:.64rem;letter-spacing:.1em;margin-bottom:8px}.page-identity-title{font-size:2.05rem;line-height:1.02}.page-identity-description{font-size:.9rem;line-height:1.5}.footer-sitemap-link{display:inline-block;margin-left:8px}.sitemap-list a{padding:12px 13px}}.form-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:rgba(37,99,235,.08);color:#2354d8;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.contact-turnstile-wrap{margin:4px 0 2px;min-height:65px;display:flex;align-items:center}.contact-turnstile-wrap .cf-turnstile{max-width:100%}@media (max-width:640px){.contact-turnstile-wrap{justify-content:center;overflow:hidden}}.contact-v2-hero{position:relative;overflow:hidden;padding:68px 0 64px;background:radial-gradient(circle at 90% 22%,rgba(55,197,255,.18),transparent 28%),radial-gradient(circle at 2% 92%,rgba(36,87,230,.10),transparent 31%),linear-gradient(135deg,#f6f9ff 0%,#ffffff 53%,#eff8ff 100%);border-bottom:1px solid rgba(203,213,225,.72);isolation:isolate}.contact-v2-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(36,87,230,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(36,87,230,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 92%)}.contact-v2-hero:after{content:"";position:absolute;right:-170px;top:-210px;width:580px;height:580px;border-radius:50%;z-index:-1;border:1px solid rgba(36,87,230,.10);box-shadow:0 0 0 42px rgba(36,87,230,.025),0 0 0 86px rgba(55,197,255,.025)}.contact-v2-hero-inner{position:relative;z-index:1;max-width:1260px!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);gap:54px;align-items:center}.contact-v2-hero h1{max-width:820px!important;font-size:clamp(2.5rem,3.1vw,3.25rem)!important;line-height:1.04!important;letter-spacing:-.045em!important;margin:0!important;text-wrap:balance}.contact-v2-hero .lead{max-width:720px!important;margin:18px 0 0!important;font-size:1.08rem!important;line-height:1.58!important;color:#46566b!important}.contact-v2-hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.contact-v2-hero-trust span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(36,87,230,.12);border-radius:999px;background:rgba(255,255,255,.78);color:#34445a;font-size:.76rem;font-weight:800;box-shadow:0 8px 24px rgba(17,56,117,.05)}.contact-v2-hero-trust span:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#2457e6,#37c5ff);box-shadow:0 0 0 4px rgba(36,87,230,.08)}.contact-v2-hero-visual{position:relative;padding:22px;border-radius:28px;background:linear-gradient(160deg,#111f36,#071426);color:#fff;border:1px solid rgba(55,197,255,.18);box-shadow:0 30px 74px rgba(7,17,31,.24);overflow:hidden}.contact-v2-hero-visual:before{content:"";position:absolute;inset:-90px -80px auto auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(55,197,255,.24),transparent 68%)}.contact-v2-visual-top{position:relative;display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.09);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900}.contact-v2-visual-top span{display:flex;align-items:center;gap:8px}.contact-v2-visual-top span:before{content:"";width:8px;height:8px;border-radius:50%;background:#37c5ff;box-shadow:0 0 0 5px rgba(55,197,255,.12)}.contact-v2-visual-top b{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.07);color:#a9c7ff;font-size:.59rem}.contact-v2-visual-core{position:relative;width:126px;height:126px;margin:20px auto 18px;border-radius:50%;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at center,#101f37 55%,transparent 56%),conic-gradient(#37c5ff 0 34%,#2457e6 34% 72%,rgba(255,255,255,.12) 72%);box-shadow:0 20px 44px rgba(0,0,0,.22)}.contact-v2-visual-core:before{content:"";position:absolute;inset:11px;border-radius:50%;background:#0b182b}.contact-v2-visual-core strong,.contact-v2-visual-core span{position:relative;z-index:1}.contact-v2-visual-core strong{font-size:2.35rem;line-height:.9}.contact-v2-visual-core span{margin-top:5px;color:#9fb0c8;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;font-weight:850}.contact-v2-signal-list{position:relative;display:grid;gap:8px}.contact-v2-signal-list>div{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(255,255,255,.045)}.contact-v2-signal-list i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(55,197,255,.11);color:#75dbff;font-size:.61rem;font-style:normal;font-weight:900}.contact-v2-signal-list strong{display:block;color:#fff;font-size:.82rem;line-height:1.15}.contact-v2-signal-list small{display:block;margin-top:3px;color:#9aabc0;font-size:.67rem;line-height:1.25}.contact-v2-expect{position:relative;padding:0;background:#071426;border-bottom:0}.contact-v2-expect .container{max-width:1180px!important;padding:40px 0 42px}.contact-v2-expect-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:25px}.contact-v2-expect-head .eyebrow{margin:0;color:#78dfff!important}.contact-v2-expect-head h2{max-width:690px!important;margin:0!important;color:#fff!important;font-size:clamp(1.8rem,2.3vw,2.65rem)!important;line-height:1.04!important;letter-spacing:-.045em!important}.contact-v2-expect-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border:0}.contact-v2-expect-grid article{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;min-height:132px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))}.contact-v2-expect-grid article:first-child,.contact-v2-expect-grid article:last-child{padding-left:18px;padding-right:18px}.contact-v2-expect-grid article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(55,197,255,.11);color:#75dbff;font-size:.65rem;font-weight:950;border:1px solid rgba(55,197,255,.10)}.contact-v2-expect-grid h3{margin:1px 0 7px!important;color:#fff!important;font-size:.94rem!important;line-height:1.15!important;letter-spacing:-.02em!important}.contact-v2-expect-grid p{margin:0!important;color:#aab8ca!important;font-size:.81rem!important;line-height:1.45!important}.contact-v2-page{position:relative;background:linear-gradient(180deg,#f7fbff 0%,#ffffff 78%);padding:62px 0 86px}.contact-v2-page:before{content:"";position:absolute;left:50%;top:0;width:min(1180px,calc(100% - 48px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(36,87,230,.16),transparent)}.contact-v2-grid{display:grid;grid-template-columns:minmax(0,500px) minmax(0,560px);gap:clamp(48px,6vw,78px);align-items:start;max-width:1180px!important}.contact-v2-guidance{padding:18px 0 0;position:sticky;top:110px}.contact-v2-guidance h2{font-size:clamp(1.85rem,2.45vw,2.65rem)!important;line-height:1.03!important;letter-spacing:-.045em!important;margin:0 0 12px!important}.contact-v2-intro{max-width:480px;color:#526173!important;font-size:.98rem!important;line-height:1.55!important;margin:0 0 24px!important}.contact-v2-choice-list{display:grid;gap:12px;max-width:500px}.contact-v2-choice{position:relative;display:grid;grid-template-columns:50px 1fr 20px;gap:16px;align-items:center;min-height:102px;padding:18px;border-radius:18px;background:#fff;border:1px solid rgba(203,213,225,.78);box-shadow:0 10px 28px rgba(7,17,31,.05);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.contact-v2-choice:hover{transform:translateY(-3px);border-color:rgba(36,87,230,.35);box-shadow:0 24px 64px rgba(36,87,230,.14)}.contact-v2-choice-primary{color:#fff!important;border-color:rgba(55,197,255,.42)!important;background:radial-gradient(circle at 84% 12%,rgba(55,197,255,.24),transparent 34%),linear-gradient(135deg,#2457e6 0%,#173ebc 58%,#071b44 100%)!important;box-shadow:0 18px 44px rgba(36,87,230,.20)!important}.contact-v2-choice-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:#eef5ff;color:#2457e6;font-size:1.28rem;font-weight:900;box-shadow:inset 0 0 0 1px rgba(36,87,230,.08)}.contact-v2-choice-primary .contact-v2-choice-icon{background:rgba(255,255,255,.14);color:#fff}.contact-v2-choice-copy strong{display:block;font-size:1.13rem;line-height:1.12;letter-spacing:-.03em;color:#07111f;margin:0 0 5px}.contact-v2-choice-primary .contact-v2-choice-copy strong{color:#fff}.contact-v2-choice-copy em{display:block;color:#536377;font-size:.87rem;line-height:1.42;font-style:normal;font-weight:650}.contact-v2-choice-primary .contact-v2-choice-copy em{color:rgba(255,255,255,.84)}.contact-v2-choice-copy b{display:inline-flex;margin-top:9px;padding:5px 9px;border-radius:999px;background:#edf4ff;color:#2457e6;font-size:.57rem;letter-spacing:.1em;text-transform:uppercase;font-weight:950}.contact-v2-choice-primary .contact-v2-choice-copy b{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);color:#dff7ff}.contact-v2-arrow{color:#2457e6;font-size:1.9rem;font-weight:300}.contact-v2-choice-primary .contact-v2-arrow{color:#fff}.contact-v2-form-card{position:relative;overflow:hidden;background:rgba(255,255,255,.98);border:1px solid rgba(203,213,225,.82);border-radius:26px;padding:28px;box-shadow:0 24px 70px rgba(7,17,31,.11)}.contact-v2-form-card:before{content:"";position:absolute;left:0;top:0;right:0;height:5px;background:linear-gradient(90deg,#2457e6,#37c5ff)}.contact-v2-form-head{position:relative;margin-bottom:20px;padding-left:18px}.contact-v2-form-head:before{content:"";position:absolute;left:0;top:2px;width:3px;height:48px;border-radius:999px;background:linear-gradient(180deg,#2457e6,#37c5ff)}.contact-v2-form-card .form-kicker{display:inline-flex;margin:0 0 8px;padding:5px 10px;border-radius:999px;background:#eef5ff;color:#2457e6;font-size:.66rem;line-height:1;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.contact-v2-form-card h2{font-size:clamp(1.8rem,2.25vw,2.38rem)!important;line-height:1.01!important;letter-spacing:-.05em!important;margin:0 0 8px!important}.contact-v2-form-card p{margin:0!important;color:#526173!important;font-size:.92rem!important;line-height:1.46!important}.contact-v2-form{display:grid;gap:13px}.contact-v2-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-v2-form label{display:grid;gap:6px;color:#0f172a;font-size:.75rem;line-height:1.2;font-weight:850}.contact-v2-form input,.contact-v2-form select,.contact-v2-form textarea{width:100%;min-height:46px;padding:12px 14px;border-radius:11px;border:1px solid #dce6f2;background:#fff;color:#0f172a;font-family:inherit;font-size:.94rem;font-weight:600;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-v2-form input::placeholder,.contact-v2-form textarea::placeholder{color:#7b899b}.contact-v2-form textarea{min-height:96px;resize:vertical}.contact-v2-form input:focus,.contact-v2-form select:focus,.contact-v2-form textarea:focus{border-color:#2457e6;box-shadow:0 0 0 4px rgba(36,87,230,.10)}.contact-v2-turnstile{margin:2px 0 0!important;min-height:60px!important}.contact-v2-submit{width:100%;min-height:48px!important;justify-content:center;font-size:.94rem!important;box-shadow:0 18px 42px rgba(36,87,230,.24)}.contact-v2-submit:before{content:"➤";margin-right:8px;font-size:.86rem}.contact-v2-response-time{text-align:center;color:#66758a!important;font-size:.82rem!important;line-height:1.35!important;font-weight:750}.contact-v2-response-time:before{content:"◇";color:#2457e6;margin-right:7px;font-weight:900}.contact-v2-next{margin-top:18px;padding:16px 0 0;border-top:1px solid rgba(203,213,225,.82)}.contact-v2-next h3{margin:0 0 13px!important;font-size:1rem!important}.contact-v2-next ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr)}.contact-v2-next li{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:center;padding:0 11px;min-height:48px;border-right:1px solid rgba(203,213,225,.9);color:#334155}.contact-v2-next li:first-child{padding-left:0}.contact-v2-next li:last-child{border-right:0;padding-right:0}.contact-v2-next li span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#eef5ff;color:#2457e6;font-size:.66rem;font-weight:950}.contact-v2-next li strong{display:block;color:#334155;font-size:.75rem;line-height:1.33;font-weight:800}.contact-v2-next p{text-align:center;margin:14px 0 0!important;color:#748397!important;font-size:.77rem!important;font-weight:700}@media(max-width:1100px){.contact-v2-hero-inner{grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);gap:42px}.contact-v2-expect-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-v2-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.06fr);gap:34px}.contact-v2-guidance{position:static}.contact-v2-choice{grid-template-columns:46px 1fr 18px}}@media(max-width:900px){.contact-v2-hero{padding:48px 0}.contact-v2-hero-inner{grid-template-columns:1fr}.contact-v2-hero-copy{max-width:760px}.contact-v2-hero-visual{max-width:560px}.contact-v2-grid{grid-template-columns:1fr;max-width:720px!important;gap:28px}.contact-v2-form-card{order:1}.contact-v2-guidance{order:2}.contact-v2-expect-head{display:block}.contact-v2-expect-head .eyebrow{margin-bottom:10px}.contact-v2-next ol{grid-template-columns:1fr;gap:9px}.contact-v2-next li,.contact-v2-next li:first-child,.contact-v2-next li:last-child{padding:0;border-right:0}}@media(max-width:640px){.contact-v2-hero{padding:34px 0 38px}.contact-v2-hero:after{display:none}.contact-v2-hero h1{font-size:clamp(2.05rem,8vw,2.25rem)!important;line-height:1.07!important}.contact-v2-hero .lead{font-size:.96rem!important;line-height:1.48!important;margin-top:13px!important}.contact-v2-hero-trust{gap:7px;margin-top:18px}.contact-v2-hero-trust span{font-size:.68rem;padding:7px 9px}.contact-v2-hero-visual{padding:17px;border-radius:22px}.contact-v2-visual-core{width:106px;height:106px;margin:16px auto}.contact-v2-expect .container{padding:30px 0}.contact-v2-expect-head h2{font-size:1.75rem!important}.contact-v2-expect-grid{grid-template-columns:1fr;gap:8px}.contact-v2-expect-grid article{min-height:0;padding:15px!important}.contact-v2-page{padding:34px 0 92px}.contact-v2-grid{width:min(100% - 28px,720px)!important;gap:22px}.contact-v2-form-card{padding:20px;border-radius:22px}.contact-v2-form-head{margin-bottom:14px;padding-left:14px}.contact-v2-form-head:before{height:42px}.contact-v2-form-card h2{font-size:1.78rem!important}.contact-v2-form-card p{font-size:.88rem!important}.contact-v2-field-row{grid-template-columns:1fr;gap:12px}.contact-v2-form input,.contact-v2-form select,.contact-v2-form textarea{min-height:44px;font-size:.9rem}.contact-v2-form textarea{min-height:86px}.contact-v2-guidance h2{font-size:1.86rem!important}.contact-v2-intro{font-size:.92rem!important;margin-bottom:16px!important}.contact-v2-choice{grid-template-columns:42px 1fr 16px;gap:13px;min-height:0;padding:16px;border-radius:18px}.contact-v2-choice-icon{width:42px;height:42px;font-size:1.08rem}.contact-v2-choice-copy strong{font-size:1rem}.contact-v2-choice-copy em{font-size:.82rem}.contact-v2-choice-copy b{font-size:.56rem;padding:5px 8px}.contact-v2-arrow{font-size:1.6rem}}.nav-services{position:relative;display:flex;align-items:stretch}.nav-services-toggle{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.84);font:inherit;font-weight:850;padding:26px 0;cursor:pointer;display:inline-flex;align-items:center;gap:9px;white-space:nowrap;position:relative}.nav-services-toggle:after{content:"";position:absolute;left:0;bottom:13px;width:58px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left;transition:transform .18s ease;box-shadow:0 0 14px rgba(0,207,232,.55)}.nav-services-toggle:hover,.nav-services-toggle:focus-visible,.nav-services.is-open .nav-services-toggle{color:#fff}.nav-services-toggle:hover:after,.nav-services-toggle:focus-visible:after,.nav-services.is-open .nav-services-toggle:after{transform:scaleX(1)}.nav-services-label{display:inline-block;font-size:.92rem}.nav-services-chevron{display:inline-block;width:7px;height:7px;margin-top:-4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,margin-top .18s ease;opacity:.9}.nav-services.is-open .nav-services-chevron{margin-top:4px;transform:rotate(225deg)}.nav-services.is-open .services-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.services-dropdown{position:absolute;top:calc(100% - 8px);left:-30px;width:610px;max-width:min(610px,calc(100vw - 32px));padding:16px;background:#fff;border:1px solid #dce6f2;border-radius:20px;box-shadow:0 24px 70px rgba(6,16,30,.2);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:2000;overflow:hidden}.services-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 4px 12px;border-bottom:1px solid #e7edf5}.services-dropdown-head>span{color:#64748b;font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.services-dropdown-head>a{padding:0!important;color:#1a4fd6!important;font-size:.76rem!important;font-weight:850!important;white-space:nowrap!important}.services-dropdown-head>a:after{display:none!important}.services-dropdown-featured{display:block;margin:12px 0;padding:14px 16px!important;border:1px solid #d8e6ff;border-radius:14px;background:linear-gradient(135deg,#f3f7ff,#f8fdff)}.services-dropdown-kicker{display:block!important;margin:0 0 5px!important;color:#1a4fd6!important;font-size:.62rem!important;font-weight:900!important;letter-spacing:.13em;text-transform:uppercase}.services-dropdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px 8px}.services-dropdown-grid>a{display:block;padding:11px 12px!important;border-radius:12px;min-width:0}.services-dropdown a{position:relative;text-decoration:none;white-space:normal;transition:background .16s ease,transform .16s ease}.services-dropdown a:after,.services-dropdown a:hover:after,.services-dropdown a:focus-visible:after{content:none!important;display:none!important}.services-dropdown a:hover,.services-dropdown a:focus-visible{background:#f3f7ff;transform:translateY(-1px);outline:none;text-decoration:none!important}.services-dropdown strong{display:block;color:#0f172a;font-size:.88rem;font-weight:900;line-height:1.22}.services-dropdown a>span:not(.services-dropdown-kicker){display:block;color:#64748b;font-size:.7rem;font-weight:700;line-height:1.35;margin-top:3px}.mobile-services{border-bottom:1px solid var(--line)}.mobile-services-toggle{width:100%;appearance:none;border:0;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:space-between;padding:14px 0;font:inherit;font-size:1rem;font-weight:800;text-align:left;cursor:pointer}.mobile-services-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#eef5ff;color:var(--blue);font-size:1.15rem;font-weight:900}.mobile-services-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.mobile-services-panel>*{overflow:hidden}.mobile-services.is-open .mobile-services-panel{grid-template-rows:1fr}.mobile-services-panel .sub-link{padding-left:16px!important;font-size:.92rem!important;color:#304158!important;border-bottom:1px solid #edf2f8!important}.mobile-services-panel .sub-link:last-child{border-bottom:0!important}@media(max-width:1220px){.services-dropdown{left:auto;right:-26px;width:570px}}@media(max-width:980px){.nav-services{display:none}}.ppc-page{overflow:hidden}.ppc-hero{background:radial-gradient(circle at 82% 14%,rgba(55,197,255,.14),transparent 30%),linear-gradient(180deg,#f7fbff 0%,#fff 100%)}.ppc-hero-card{position:relative;overflow:hidden}.ppc-hero-card:after{content:"";position:absolute;right:-80px;bottom:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(55,197,255,.16),transparent 68%);pointer-events:none}.ppc-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.ppc-hero-metrics div{position:relative;z-index:1;background:linear-gradient(180deg,#f7faff,#fff);border:1px solid #dce6f2;border-radius:18px;padding:16px}.ppc-hero-metrics strong{display:block;color:#1a4fd6;font-family:'Sora','Inter',sans-serif;font-size:1rem;letter-spacing:-.03em}.ppc-hero-metrics span{display:block;color:#65768d;font-size:.78rem;font-weight:750;line-height:1.42;margin-top:5px}.ppc-warning-card,.ppc-fit-card{border-top:4px solid var(--blue)}.ppc-warning-card h3,.ppc-fit-card h3,.ppc-principles-card h3{margin-bottom:18px}.ppc-warning-card .clean,.ppc-fit-card .clean{gap:13px}.ppc-service-grid{align-items:stretch}.ppc-service-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding-top:28px;overflow:hidden}.ppc-service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.ppc-card-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#eef5ff;color:var(--blue);font-family:'Sora','Inter',sans-serif;font-weight:900;font-size:.88rem;margin-bottom:18px}.ppc-service-card h3{font-size:1.25rem;margin-bottom:10px}.ppc-service-card p{margin:0}.ppc-difference-section{position:relative}.ppc-principles-card{background:rgba(255,255,255,.96)!important}.ppc-principles-card .clean li{color:#27364a}.ppc-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.ppc-process-step{background:#fff;border:1px solid #dce6f2;border-radius:24px;padding:25px;box-shadow:0 14px 38px rgba(6,16,30,.07);position:relative}.ppc-process-step>span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;background:linear-gradient(135deg,var(--blue),#1b43b8);color:#fff;font-family:'Sora','Inter',sans-serif;font-size:.82rem;font-weight:900;box-shadow:0 10px 24px rgba(36,87,230,.25);margin-bottom:18px}.ppc-process-step h3{font-size:1.15rem;margin-bottom:9px}.ppc-process-step p{font-size:.9rem;line-height:1.55;margin:0}.ppc-final-cta .btn{margin-top:14px}@media(max-width:980px){.ppc-hero-metrics{grid-template-columns:1fr 1fr}.ppc-process-grid{grid-template-columns:1fr 1fr}.ppc-service-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){.ppc-hero .lead{font-size:.98rem!important;line-height:1.5!important}.ppc-hero .button-row .btn{width:100%!important;justify-content:center!important}}body .navy-band .ppc-principles-card{background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;border:1px solid #d8e6f5!important;border-top:4px solid var(--blue)!important;box-shadow:0 18px 50px rgba(0,0,0,.16)!important;backdrop-filter:none!important}body .navy-band .ppc-principles-card h3{color:#0b1426!important}body .navy-band .ppc-principles-card .clean li{color:#334155!important;opacity:1!important}body .navy-band .ppc-principles-card .clean li:before{background:var(--blue)!important;box-shadow:0 0 0 5px rgba(36,87,230,.10)!important}@media(max-width:640px){body .navy-band .ppc-principles-card{padding:20px!important;border-radius:20px!important}body .navy-band .ppc-principles-card h3{font-size:1.08rem!important;margin-bottom:14px!important}body .navy-band .ppc-principles-card .clean{gap:11px!important}body .navy-band .ppc-principles-card .clean li{font-size:.86rem!important;line-height:1.45!important}}@media (max-width:900px){.mobile-services{width:100%!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.mobile-services-toggle{width:100%!important;min-height:56px!important;margin:0!important;padding:14px 0!important;box-sizing:border-box!important;background:transparent!important;color:rgba(255,255,255,.94)!important;border:0!important;border-radius:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:1rem!important;font-weight:900!important;line-height:1.2!important;text-align:left!important;box-shadow:none!important}.mobile-services-toggle>span:first-child{display:block!important;min-width:0!important;overflow:visible!important}.mobile-services-icon{flex:0 0 32px!important;width:32px!important;height:32px!important;margin-left:16px!important;border-radius:999px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;color:#6fd7ff!important;font-size:1.2rem!important;line-height:1!important}.mobile-services-panel{display:none!important;width:100%!important;margin:0!important;padding:0!important}.mobile-services.is-open .mobile-services-panel{display:block!important}.mobile-services-panel>*{overflow:visible!important}.mobile-services-panel .sub-link{display:block!important;width:100%!important;box-sizing:border-box!important;padding:14px 0 14px 18px!important;margin:0!important;color:rgba(255,255,255,.86)!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.10)!important;font-size:.95rem!important;font-weight:800!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important}.mobile-services-panel .sub-link:hover,.mobile-services-panel .sub-link:focus-visible{color:#fff!important;background:rgba(255,255,255,.06)!important;padding-left:22px!important}.mobile-services-panel .sub-link:last-child{border-bottom:0!important}}@media (max-width:640px){.ppc-page .section{padding-top:36px!important;padding-bottom:36px!important}.ppc-page .grid-2{gap:18px!important}.ppc-page .section-head h2,.ppc-page section h2{margin-bottom:10px!important}.ppc-page p{margin-top:0!important;margin-bottom:12px!important}.ppc-page .lead{margin-bottom:12px!important}.ppc-hero .grid-2{gap:24px!important;gap:18px!important}.ppc-hero-card{padding:22px!important;border-radius:22px!important;padding:18px!important;border-radius:18px!important}.ppc-hero-card h3{font-size:1.25rem!important;margin-bottom:8px!important}.ppc-hero-metrics span{font-size:.74rem;margin-top:3px!important;line-height:1.35!important}.ppc-problem-section,.ppc-management-section,.ppc-difference-section,.ppc-fit-section,.ppc-process-section,.ppc-final-cta{padding-top:34px!important;padding-bottom:34px!important}.ppc-warning-card,.ppc-fit-card,.ppc-principles-card{padding:21px!important;border-radius:20px!important;padding:17px!important;border-radius:17px!important}.ppc-warning-card h3,.ppc-fit-card h3,.ppc-principles-card h3{margin-bottom:12px!important}.ppc-warning-card .clean,.ppc-fit-card .clean,.ppc-principles-card .clean{gap:8px!important}.ppc-page .clean li{line-height:1.4!important}.ppc-service-grid,.ppc-process-grid{grid-template-columns:1fr!important;gap:13px;gap:10px!important}.ppc-service-card,.ppc-process-step{padding:20px!important;border-radius:20px!important;padding:16px!important;border-radius:17px!important}.ppc-service-card h3,.ppc-process-step h3{font-size:1.1rem!important;margin-bottom:6px!important}.ppc-service-card p,.ppc-process-step p{font-size:.86rem!important;line-height:1.48!important;margin-bottom:0!important;line-height:1.42!important}}.ppc-principles-card h3{color:#0b1530!important;opacity:1!important}@media (max-width:640px){.ppc-page .section,.ppc-page .page-hero{padding-top:24px!important;padding-bottom:24px!important}.ppc-page .container{padding-left:20px!important;padding-right:20px!important;padding-left:16px!important;padding-right:16px!important}.ppc-page .grid-2,.ppc-service-grid,.ppc-process-grid{gap:10px!important}.ppc-page .section-head{margin-bottom:22px!important;margin-bottom:14px!important}.ppc-page .eyebrow{margin-bottom:7px!important}.ppc-page section h2,.ppc-page .section-head h2{font-size:clamp(1.55rem,7vw,1.9rem)!important;line-height:1.06!important;margin-bottom:7px!important}.ppc-page .lead,.ppc-page p{font-size:.9rem!important;line-height:1.42!important;margin-bottom:8px!important}.ppc-hero{padding-top:44px!important;padding-bottom:48px!important;padding-top:28px!important;padding-bottom:32px!important;padding-top:22px!important;padding-bottom:24px!important}.ppc-hero h1{font-size:clamp(2rem,9vw,2.55rem)!important;line-height:1.01!important;margin-bottom:12px!important;font-size:clamp(1.9rem,8.5vw,2.3rem)!important;margin-bottom:9px!important}.ppc-hero .button-row{display:grid!important;gap:10px!important;margin-top:18px!important;gap:8px!important;margin-top:13px!important;gap:7px!important}.ppc-hero-card,.ppc-warning-card,.ppc-fit-card,.ppc-principles-card,.ppc-service-card,.ppc-process-step{padding:14px!important;border-radius:15px!important}.ppc-hero-metrics{grid-template-columns:1fr;gap:9px;margin-top:16px;gap:7px!important;margin-top:12px!important;margin-top:10px!important;gap:6px!important}.ppc-hero-metrics div{padding:14px;border-radius:15px;padding:11px 12px!important;border-radius:13px!important;padding:9px 10px!important;border-radius:11px!important}.ppc-card-number,.ppc-process-step>span{width:40px;height:40px;margin-bottom:14px;width:34px!important;height:34px!important;margin-bottom:10px!important;border-radius:11px!important;width:30px!important;height:30px!important;margin-bottom:8px!important;border-radius:9px!important;font-size:.74rem!important}.ppc-service-card h3,.ppc-process-step h3,.ppc-warning-card h3,.ppc-fit-card h3,.ppc-principles-card h3{font-size:1rem!important;line-height:1.2!important;margin-bottom:8px!important}.ppc-difference-section .grid-2{gap:12px!important}.ppc-principles-card{border-top:3px solid var(--blue)!important}.ppc-principles-card h3{color:#0b1530!important;opacity:1!important;visibility:visible!important}.ppc-principles-card ul.clean{gap:4px!important;margin:0!important}.ppc-principles-card ul.clean li{display:block!important;position:relative!important;padding:6px 4px 6px 22px!important;min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#27364a!important;font-size:.84rem!important;font-weight:760!important;line-height:1.32!important}.ppc-principles-card ul.clean li:before{position:absolute!important;left:4px!important;top:.76em!important;width:6px!important;height:6px!important;margin:0!important;box-shadow:0 0 0 3px rgba(36,87,230,.10)!important}.ppc-final-cta .grid-2{gap:20px!important;gap:12px!important;gap:9px!important}.ppc-final-cta .btn{width:100%!important;justify-content:center!important;margin-top:8px!important;margin-top:5px!important}body .ppc-page .ppc-difference-section{padding-top:20px!important;padding-bottom:20px!important}body .ppc-page .ppc-difference-section .grid-2{gap:10px!important}body .ppc-page .ppc-difference-section .ppc-principles-card{padding:14px!important;margin:0!important;border-radius:16px!important;min-height:0!important;height:auto!important;background:#fff!important;border:1px solid #d8e6f5!important;border-top:3px solid var(--blue)!important}body .ppc-page .ppc-difference-section .ppc-principles-card h3{display:block!important;color:#0b1530!important;-webkit-text-fill-color:#0b1530!important;opacity:1!important;visibility:visible!important;font-size:1rem!important;line-height:1.2!important;font-weight:900!important;margin:0 0 9px!important;padding:0!important}body .ppc-page .ppc-difference-section .ppc-principles-card ul.clean.two-column-list{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:0!important}body .ppc-page .ppc-difference-section .ppc-principles-card ul.clean.two-column-list li{display:block!important;position:relative!important;min-height:0!important;height:auto!important;margin:0!important;padding:7px 4px 7px 20px!important;border:0!important;border-bottom:1px solid #e6edf5!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#26364a!important;-webkit-text-fill-color:#26364a!important;font-size:.82rem!important;line-height:1.28!important;font-weight:760!important}body .ppc-page .ppc-difference-section .ppc-principles-card ul.clean.two-column-list li:last-child{border-bottom:0!important}body .ppc-page .ppc-difference-section .ppc-principles-card ul.clean.two-column-list li:before{content:""!important;position:absolute!important;left:4px!important;top:12px!important;width:6px!important;height:6px!important;min-width:6px!important;margin:0!important;border-radius:50%!important;background:var(--blue)!important;box-shadow:0 0 0 3px rgba(36,87,230,.10)!important}body .ppc-page .ppc-service-card,body .ppc-page .ppc-process-step,body .ppc-page .ppc-warning-card,body .ppc-page .ppc-fit-card,body .ppc-page .ppc-hero-card{min-height:0!important;height:auto!important;padding:11px 12px!important;margin:0!important;border-radius:14px!important}body .ppc-page .ppc-service-grid,body .ppc-page .ppc-process-grid{gap:6px!important}body .ppc-page .ppc-service-card h3,body .ppc-page .ppc-process-step h3{margin:0 0 4px!important;font-size:.94rem!important;line-height:1.16!important}body .ppc-page .ppc-service-card p,body .ppc-page .ppc-process-step p{margin:0!important;font-size:.8rem!important;line-height:1.32!important}body .ppc-page .ppc-card-number,body .ppc-page .ppc-process-step>span{width:26px!important;height:26px!important;margin:0 0 6px!important;font-size:.68rem!important}}.faq-answer a{color:var(--blue);font-weight:900;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.faq-answer a:hover{color:#123cb0}.faq-layout{display:grid;grid-template-columns:minmax(250px,340px) minmax(0,1fr);gap:28px;align-items:start}.faq-side-card{position:sticky;top:112px;border:1px solid var(--line);border-radius:28px;padding:28px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 22px 70px rgba(7,17,31,.07)}.faq-side-card h2{font-size:1.5rem;margin:8px 0 10px}.faq-side-list{margin-top:18px;display:grid;gap:10px}.faq-side-list li{font-weight:800;color:#25364b;line-height:1.38}.faq-list{display:grid;gap:14px}.faq-detail{border:1px solid #dbe7f5;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(7,17,31,.055);overflow:hidden}.faq-detail summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:22px 24px;font-weight:900;color:#07111f}.faq-detail summary::-webkit-details-marker{display:none}.faq-detail summary:after{content:"+";grid-column:3;justify-self:end;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:var(--blue);font-size:1.25rem;font-weight:950;margin-left:10px}.faq-detail[open] summary:after{content:"−";background:var(--blue);color:#fff}.faq-number{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#1a4fd6,#00cfe8);color:#fff;font-size:.74rem;letter-spacing:.08em;box-shadow:0 10px 24px rgba(36,87,230,.20)}.faq-question{font-size:1.06rem;line-height:1.3}.faq-answer{padding:0 24px 24px 82px;color:#35465c;font-weight:650;line-height:1.65}.faq-answer p{margin:0}.faq-cta-panel{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.faq-cta-panel .button-row{justify-content:flex-end}@media(max-width:980px){.faq-layout{grid-template-columns:1fr}.faq-side-card{position:relative;top:auto}.faq-cta-panel{grid-template-columns:1fr}.faq-cta-panel .button-row{justify-content:flex-start}}@media(max-width:640px){.faq-cta-panel .button-row{width:100%}.faq-detail summary{grid-template-columns:36px 1fr;gap:11px;padding:18px 16px}.faq-detail summary:after{width:26px;height:26px;font-size:1rem}.faq-number{width:32px;height:32px;font-size:.68rem}.faq-question{font-size:.95rem}.faq-answer{padding:0 16px 18px 63px;font-size:.9rem;line-height:1.55}.faq-side-card{padding:18px;border-radius:20px}.faq-side-card h2{font-size:1.36rem;margin:6px 0 8px}.faq-side-card p{max-width:none;font-size:.9rem;line-height:1.42}.faq-side-list{margin-top:14px;grid-template-columns:1fr 1fr;gap:10px}.faq-side-list li{position:relative;display:flex;align-items:center;min-height:0;padding:12px 12px 12px 34px;border:1px solid #dbe7f5;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(7,17,31,.04);font-size:.94rem;line-height:1.2}.faq-side-list li:before{content:"";position:absolute;left:14px;top:50%;width:9px;height:9px;border-radius:50%;transform:translateY(-50%);background:var(--blue);box-shadow:0 0 0 5px rgba(36,87,230,.08)}}.inline-link{color:#2755d9;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(39,85,217,.28)}.inline-link:hover{color:#173aa5;border-bottom-color:rgba(23,58,165,.75)}.navy-band .inline-link{color:#8fd3ff;border-bottom-color:rgba(143,211,255,.38)}.navy-band .inline-link:hover{color:#ffffff;border-bottom-color:rgba(255,255,255,.85)}.faq-more{margin-top:28px;text-align:center}.faq-more p{margin:0;color:var(--muted);font-weight:700}.faq-category-heading{margin:26px 0 12px}.faq-category-heading:first-child{margin-top:0}.faq-category-heading span{display:inline-flex;align-items:center;border-radius:999px;padding:8px 13px;background:rgba(55,92,255,0.08);color:var(--brand-blue);font-size:0.78rem;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}@media (max-width:760px){.faq-more{text-align:left}.faq-category-heading{margin-top:20px}}.faq-main-section{padding-top:72px}.faq-page .page-identity-band + .faq-main-section{border-top:1px solid rgba(220,230,242,.7)}.faq-side-card p{max-width:260px}@media(max-width:640px){.faq-main-section{padding-top:44px}}body .strategic-seo-page .strategic-fix-grid .service-card:before{position:relative !important;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;display:flex !important;flex:0 0 34px !important;width:34px !important;height:34px !important;margin:0 0 16px 0 !important;border-radius:12px !important}body .strategic-seo-page .strategic-fix-grid .service-card h3{clear:both !important}@media (max-width:900px){body .strategic-seo-page .strategic-fix-grid .service-card:before{width:32px !important;height:32px !important;flex-basis:32px !important;margin-bottom:12px !important}}.wa-redesign{--wa-green:#00ff9d;--wa-navy:#07071a;--wa-blue:#2457e6;--wa-soft:#f5f9ff;overflow:hidden}.wa-redesign .section{padding:96px 0}.wa-redesign a:not(.btn){color:inherit;text-decoration:none;font-weight:900;border-bottom:2px solid rgba(0,255,157,.55)}.wa-redesign a:not(.btn):hover{color:#00a86b;border-bottom-color:#00ff9d}.wa-hero{position:relative;isolation:isolate;background:radial-gradient(circle at 72% 20%,rgba(0,255,157,.16),transparent 30%),radial-gradient(circle at 15% 15%,rgba(55,197,255,.12),transparent 32%),linear-gradient(135deg,#07071a 0%,#0c1830 100%);color:#fff;padding:76px 0 82px}.wa-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,26,.96),rgba(7,7,26,.78) 52%,rgba(7,7,26,.94));z-index:-1}.wa-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);gap:68px;align-items:center}.wa-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#b9ffdf;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:950}.wa-kicker:before{content:"";width:38px;height:2px;background:#00ff9d;box-shadow:0 0 18px rgba(0,255,157,.8)}.wa-hero h1{color:#fff;font-size:clamp(2.15rem,3.1vw,3.2rem);line-height:1.04;max-width:690px;letter-spacing:-.055em}.wa-hero h1 strong{color:#00ff9d}.wa-hero p{color:rgba(239,247,255,.84);font-size:1rem;max-width:650px}.wa-hero .wa-lead{color:#fff;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.56;margin-top:20px}.wa-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:32px}.btn-ghost-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.2)}.btn-ghost-light:hover{background:rgba(255,255,255,.14);border-color:rgba(0,255,157,.55);transform:translateY(-2px)}.wa-signal-grid span:before{content:"";width:10px;height:10px;border-radius:999px;background:#00ff9d;box-shadow:0 0 16px rgba(0,255,157,.75);flex:0 0 auto}.wa-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);gap:72px;align-items:center}.wa-intro{background:#fff}.wa-intro h2,.wa-framework h2,.wa-gaps h2,.wa-signals h2,.wa-seo-ai h2,.wa-fit h2,.wa-final h2{font-size:clamp(2.4rem,4.2vw,4.65rem);letter-spacing:-.06em}.wa-proof-card,.wa-fit-panel,.wa-final-panel{border:1px solid rgba(220,230,242,.95);border-radius:32px;background:#fff;box-shadow:0 28px 80px rgba(7,17,31,.1);padding:34px}.wa-proof-card{position:relative;overflow:hidden}.wa-proof-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#00ff9d,#2457e6)}.wa-proof-card h3{font-size:clamp(1.7rem,2.2vw,2.35rem)}.wa-framework{background:linear-gradient(180deg,#f8fbff,#fff)}.wa-question-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.wa-question-tiles div{position:relative;min-height:190px;padding:28px;border:1px solid rgba(220,230,242,.95);border-radius:26px;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 22px 58px rgba(7,17,31,.08);transition:.18s ease}.wa-question-tiles div:hover{transform:translateY(-4px);box-shadow:0 30px 70px rgba(7,17,31,.12);border-color:rgba(0,255,157,.45)}.wa-question-tiles span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;margin-bottom:18px;background:linear-gradient(135deg,#00ff9d,#37c5ff);color:#07111f;font-size:.82rem;font-weight:1000}.wa-question-tiles strong{display:block;color:#07111f;font-size:1.4rem;line-height:1.08;letter-spacing:-.04em;margin-bottom:10px}.wa-question-tiles p{font-size:.98rem;margin:0;color:#55657a}.wa-dark{background:radial-gradient(circle at 76% 20%,rgba(0,255,157,.12),transparent 32%),linear-gradient(135deg,#07071a,#0c2039);color:#fff}.wa-dark h2,.wa-dark h3,.wa-final h2{color:#fff}.wa-dark p{color:rgba(239,247,255,.82)}.wa-dark .lead{color:#fff}.wa-dark .eyebrow,.wa-final .eyebrow{color:#a8ffdb}.wa-dark-card{border:1px solid rgba(255,255,255,.14);border-radius:32px;background:rgba(255,255,255,.08);box-shadow:0 26px 70px rgba(0,0,0,.25);padding:32px}.wa-dark-card ul,.wa-diagnostic-card ul{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.wa-dark-card li,.wa-diagnostic-card li,.wa-fit-list div{position:relative;padding-left:32px;color:rgba(255,255,255,.86);font-weight:750;line-height:1.45}.wa-dark-card li:before,.wa-diagnostic-card li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:#00ff9d;color:#07111f;display:grid;place-items:center;font-size:.72rem;font-weight:1000}.wa-gaps{background:#fff}.wa-diagnostic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.wa-diagnostic-card{border-radius:30px;padding:30px;background:#07111a;border:1px solid rgba(7,17,26,.1);box-shadow:0 28px 80px rgba(7,17,31,.14)}.wa-diagnostic-card:nth-child(2){background:#0b1d33}.wa-diagnostic-card:nth-child(3){background:#0d263c}.wa-diagnostic-card h3{color:#fff;font-size:1.65rem}.wa-diagnostic-card li{color:rgba(239,247,255,.88)}.wa-signals{background:linear-gradient(135deg,#f5f9ff,#fff)}.wa-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wa-signal-grid span{display:flex;align-items:center;gap:10px;min-height:58px;border-radius:16px;background:#07111a;color:#fff;border:1px solid rgba(0,255,157,.14);padding:14px 16px;font-weight:900;box-shadow:0 18px 48px rgba(7,17,31,.08)}.wa-seo-ai{background:#fff}.wa-fit{background:linear-gradient(135deg,#eef6ff,#fff)}.wa-fit-panel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(330px,1fr);gap:48px;align-items:center;background:rgba(255,255,255,.9)}.wa-fit-list{display:grid;gap:12px}.wa-fit-list div{color:#1d2d44;background:#fff;border:1px solid #dce6f2;border-radius:16px;padding:14px 16px 14px 46px;box-shadow:0 10px 26px rgba(7,17,31,.05)}.wa-fit-list span{position:absolute;left:16px;top:14px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#00ff9d;color:#07111f;font-size:.75rem;font-weight:1000}.wa-final{background:radial-gradient(circle at 20% 20%,rgba(0,255,157,.15),transparent 28%),linear-gradient(135deg,#07111a,#0a1d34)}.wa-final-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:56px;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border-color:rgba(255,255,255,.14);box-shadow:0 36px 100px rgba(0,0,0,.26)}.wa-final p{color:rgba(239,247,255,.84)}.wa-final .lead{color:#fff}@media(max-width:980px){.wa-hero-grid,.wa-split,.wa-fit-panel,.wa-final-panel{grid-template-columns:1fr;gap:34px}.wa-question-tiles,.wa-diagnostic-grid{grid-template-columns:1fr 1fr}.wa-hero{padding:70px 0 76px}}@media(max-width:640px){.wa-redesign .section{padding:58px 0}.wa-hero{padding:54px 0 62px}.wa-hero h1{font-size:clamp(2.05rem,10vw,2.85rem)}.wa-hero .wa-lead{font-size:1.06rem}.wa-proof-card,.wa-dark-card,.wa-diagnostic-card,.wa-fit-panel,.wa-final-panel{border-radius:22px;padding:22px}.wa-question-tiles,.wa-diagnostic-grid,.wa-signal-grid{grid-template-columns:1fr}.wa-question-tiles div{min-height:auto;padding:22px}.wa-actions .btn{width:100%}}.ai-phone-visual{position:relative;min-height:620px;display:grid;place-items:center;isolation:isolate}.ai-phone-visual:before{content:"";position:absolute;width:min(470px,88%);height:min(470px,88%);border-radius:999px;background:radial-gradient(circle,rgba(0,255,157,.22),rgba(55,197,255,.14) 38%,transparent 70%);filter:blur(6px);z-index:-2}.ai-phone-orbit{position:absolute;width:min(520px,94%);height:min(520px,94%);border-radius:999px;border:1px solid rgba(36,87,230,.12);background:radial-gradient(circle at 65% 28%,rgba(0,255,157,.12),transparent 28%);box-shadow:0 40px 120px rgba(7,17,31,.12);z-index:-1}.ai-phone-picture{display:block;width:min(330px,58vw);transform:rotate(5deg);animation:ewsPhoneFloat 7s ease-in-out infinite;filter:drop-shadow(0 34px 52px rgba(7,17,31,.28))}.ai-phone-picture img{display:block;width:100%;height:auto}.ai-phone-callout{position:absolute;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:start;width:255px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(220,230,242,.95);box-shadow:0 24px 65px rgba(7,17,31,.14);backdrop-filter:blur(14px);animation:ewsCalloutFloat 6.5s ease-in-out infinite}.ai-phone-callout span{width:10px;height:10px;border-radius:999px;background:#00ff9d;box-shadow:0 0 18px rgba(0,255,157,.75);margin-top:5px}.ai-phone-callout strong{color:#07111f;font-size:.92rem;line-height:1.15;letter-spacing:-.02em}.ai-phone-callout em{grid-column:2;margin-top:4px;color:#52647b;font-style:normal;font-size:.78rem;line-height:1.35;font-weight:750}.ai-phone-callout-score{top:84px;left:0}.ai-phone-callout-gap{right:0;bottom:92px;animation-delay:-1.8s}@keyframes ewsPhoneFloat{0%,100%{transform:translateY(0) rotate(5deg)}50%{transform:translateY(-12px) rotate(5deg)}}@keyframes ewsCalloutFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(max-width:980px){.ai-phone-visual{min-height:560px}.ai-phone-picture{width:min(300px,70vw)}.ai-phone-callout-score{left:6%;top:62px}.ai-phone-callout-gap{right:5%;bottom:58px}}@media(max-width:640px){.ai-phone-visual{min-height:480px;margin-top:18px}.ai-phone-picture{width:min(245px,72vw)}.ai-phone-orbit{width:92%;height:92%}.ai-phone-callout{width:min(235px,78vw);padding:12px 14px;border-radius:16px}.ai-phone-callout strong{font-size:.84rem}.ai-phone-callout em{font-size:.72rem}.ai-phone-callout-score{left:0;top:32px}.ai-phone-callout-gap{right:0;bottom:34px}}@media(prefers-reduced-motion:reduce){.ai-phone-picture,.ai-phone-callout{animation:none!important}}@media(max-width:980px){.ai-visibility-page .ai-hero .grid-2{gap:34px;gap:28px}.ai-visibility-page .ai-phone-visual{min-height:430px}.ai-visibility-page .ai-phone-picture{width:min(220px,44vw)}.ai-visibility-page .ai-phone-orbit{width:min(360px,84%);height:min(360px,84%)}.ai-visibility-page .ai-phone-callout{width:210px}.ai-visibility-page .ai-phone-callout-score{top:52px;left:2%}.ai-visibility-page .ai-phone-callout-gap{right:2%;bottom:52px}}@media(max-width:720px){.ai-visibility-page .ai-phone-visual{display:none!important}.ai-visibility-page .ai-hero .grid-2{display:block}}.wa-redesign .wa-signals{background:linear-gradient(135deg,#f7fbff 0%,#ffffff 100%)!important}.wa-redesign .wa-signals .wa-split{gap:54px!important;align-items:center!important}.wa-redesign .wa-signal-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.wa-redesign .wa-signal-grid span{min-height:48px!important;padding:11px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.88)!important;color:#152237!important;border:1px solid rgba(205,220,238,.95)!important;box-shadow:0 10px 24px rgba(7,17,31,.05)!important;font-size:.94rem!important;font-weight:850!important}.wa-redesign .wa-signal-grid span:before{width:9px!important;height:9px!important;background:#00ff9d!important;box-shadow:0 0 12px rgba(0,255,157,.5)!important}@media(max-width:900px){.wa-redesign .wa-signal-grid{grid-template-columns:1fr!important}.wa-redesign .wa-signal-grid span{border-radius:16px!important}}.ai-visibility-page .ai-hero .grid-2{align-items:center;gap:72px;gap:56px;gap:44px!important}.ai-visibility-page .ai-phone-visual{min-height:500px;min-height:410px!important;transform:scale(.86)!important;transform-origin:center center!important}.ai-visibility-page .ai-phone-visual:before{width:min(390px,78%);height:min(390px,78%);width:min(320px,70%)!important;height:min(320px,70%)!important}.ai-visibility-page .ai-phone-orbit{width:min(420px,82%);height:min(420px,82%);width:min(340px,76%)!important;height:min(340px,76%)!important}.ai-visibility-page .ai-phone-picture{width:min(260px,46vw);width:min(205px,34vw)!important}.ai-visibility-page .ai-phone-callout{width:235px;padding:12px 14px;width:205px!important;padding:11px 13px!important;border-radius:16px!important}.ai-visibility-page .ai-phone-callout strong{font-size:.82rem!important}.ai-visibility-page .ai-phone-callout em{font-size:.7rem!important}.ai-visibility-page .ai-phone-callout-score{top:86px;left:5%;top:58px!important;left:2%!important}.ai-visibility-page .ai-phone-callout-gap{right:4%;bottom:86px;right:2%!important;bottom:58px!important}@media(max-width:1100px){.ai-visibility-page .ai-phone-visual{min-height:360px!important;transform:scale(.78)!important}.ai-visibility-page .ai-phone-picture{width:min(185px,32vw)!important}}@media(max-width:820px){.ai-visibility-page .ai-phone-visual{display:none!important}.ai-visibility-page .ai-hero .grid-2{display:block!important}}body .strategic-seo-page .seo-ai-bridge-section{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(0,255,157,.16),transparent 34%),linear-gradient(135deg,#07111f 0%,#0b1b32 58%,#0e3554 100%) !important;color:#ffffff}body .strategic-seo-page .seo-ai-bridge-section .container{position:relative;z-index:1}body .strategic-seo-page .seo-ai-bridge-section .grid-2{align-items:center;gap:clamp(46px,6vw,92px)}body .strategic-seo-page .seo-ai-bridge-section .eyebrow{color:#6ee7ff !important}body .strategic-seo-page .seo-ai-bridge-section h2{color:#ffffff !important;max-width:620px}body .strategic-seo-page .seo-ai-bridge-section p{color:rgba(255,255,255,.78) !important}body .strategic-seo-page .seo-ai-card,body .strategic-seo-page .seo-ai-bridge-section .card{border-radius:28px !important;border:1px solid rgba(255,255,255,.13) !important;background:rgba(255,255,255,.08) !important;box-shadow:0 28px 80px rgba(0,0,0,.26) !important;backdrop-filter:blur(16px);color:#ffffff !important;padding:clamp(26px,3vw,38px) !important}body .strategic-seo-page .seo-ai-card h3,body .strategic-seo-page .seo-ai-bridge-section .card h3{color:#ffffff !important}body .strategic-seo-page .seo-ai-bridge-list{display:grid;gap:12px;margin:22px 0 24px}body .strategic-seo-page .seo-ai-bridge-list div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.88);font-weight:850}body .strategic-seo-page .seo-ai-bridge-list span{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,255,157,.13);color:#8ef7c7;font-weight:950;box-shadow:0 0 20px rgba(0,255,157,.20)}body .strategic-seo-page .seo-ai-card .text-link,body .strategic-seo-page .seo-ai-bridge-section .text-link{color:#8ef7c7 !important;font-weight:950}.website-authority-page .wa-signals,.website-authority-page .wa-signals.section{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.website-authority-page .wa-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.website-authority-page .wa-signal-grid>*{display:flex;align-items:center;gap:12px;min-height:58px;padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(18,35,64,.10);box-shadow:0 12px 35px rgba(7,17,31,.06);color:#07111f;font-weight:900;line-height:1.25}.website-authority-page .wa-signal-grid>*:before{content:"";flex:0 0 9px;width:9px;height:9px;border-radius:999px;background:#79ffad;box-shadow:0 0 14px rgba(0,255,157,.45)}@media (max-width:760px){.website-authority-page .wa-signal-grid{grid-template-columns:1fr;gap:10px}.website-authority-page .wa-signal-grid>*{min-height:48px;padding:12px 15px;border-radius:18px;font-size:.92rem}}.home-faq-accordion{display:grid;gap:18px}.home-faq-item summary{list-style:none;cursor:pointer;position:relative;padding-right:52px;font-weight:900;color:#07111f}.home-faq-item summary::-webkit-details-marker{display:none}.home-faq-item summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(36,87,255,.10);color:#2457ff;font-weight:950;font-size:1.25rem}.home-faq-item[open] summary:after{content:"–";background:rgba(0,255,157,.16);color:#049b68}.home-faq-item .faq-answer{margin-top:18px}@media (max-width:760px){.home-faq-item{padding:22px;border-radius:24px}.home-faq-item summary{font-size:1.18rem;line-height:1.15;padding-right:42px}.home-faq-item summary:after{width:30px;height:30px;font-size:1.12rem}.home-faq-item .faq-answer{font-size:1rem;line-height:1.55}}body .ai-visibility-page .ai-hero .grid-2{gap:52px!important;align-items:center!important}body .ai-visibility-page .ai-phone-visual{min-height:510px!important;max-width:560px!important;margin:0 auto!important;transform:none!important}body .ai-visibility-page .ai-phone-visual:before{width:380px!important;height:380px!important}body .ai-visibility-page .ai-phone-orbit{width:410px!important;height:410px!important}body .ai-visibility-page .ai-phone-picture{width:264px!important;max-width:264px!important;transform:rotate(5deg)!important}body .ai-visibility-page .ai-phone-picture img{width:264px!important;max-width:264px!important;height:auto!important}body .ai-visibility-page .ai-phone-callout{width:172px!important;padding:11px 12px!important;border-radius:16px!important}body .ai-visibility-page .ai-phone-callout strong{font-size:.84rem!important}body .ai-visibility-page .ai-phone-callout em{font-size:.72rem!important}body .ai-visibility-page .ai-phone-callout-score{top:88px!important;left:-62px!important}body .ai-visibility-page .ai-phone-callout-gap{right:-68px!important;bottom:90px!important}@media (min-width:1200px){body .ai-visibility-page .ai-phone-callout-score{left:-84px!important}body .ai-visibility-page .ai-phone-callout-gap{right:-92px!important}}@media (max-width:960px){body .ai-visibility-page .ai-phone-visual{display:none!important}body .ai-visibility-page .ai-hero .grid-2{display:block!important}}.website-authority-page .wa-hero-browser-visual{width:min(100%,620px);margin-left:auto}.website-authority-page .wa-browser-shell{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,rgba(21,22,45,.96),rgba(10,10,31,.96));border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 90px rgba(0,0,0,.32)}.website-authority-page .wa-browser-top{display:grid;grid-template-columns:14px 14px 14px 1fr;align-items:center;gap:10px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.10)}.website-authority-page .wa-dot{width:12px;height:12px;border-radius:999px}.website-authority-page .wa-red{background:#ff615c}.website-authority-page .wa-yellow{background:#ffbd44}.website-authority-page .wa-green{background:#28c840}.website-authority-page .wa-browser-address{min-height:34px;display:flex;align-items:center;padding:0 16px;border-radius:8px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.10);color:rgba(255,255,255,.45);font-weight:850}.website-authority-page .wa-browser-body{position:relative;min-height:230px;padding:34px 32px 28px}.website-authority-page .wa-browser-main{width:47%;padding-top:10px}.website-authority-page .wa-browser-main span,.website-authority-page .wa-browser-main em,.website-authority-page .wa-browser-page>span{display:block;height:10px;border-radius:999px;background:rgba(255,255,255,.28);margin-bottom:10px}.website-authority-page .wa-browser-main span:nth-child(1){width:94%}.website-authority-page .wa-browser-main span:nth-child(2){width:72%}.website-authority-page .wa-browser-main span:nth-child(3){width:82%}.website-authority-page .wa-browser-main em{width:96%;height:5px;opacity:.55}.website-authority-page .wa-browser-main em:nth-of-type(2){width:74%}.website-authority-page .wa-browser-cta,.website-authority-page .wa-browser-mini-cta{width:104px;height:24px;border-radius:8px;background:linear-gradient(90deg,#00e08a,#4cffaa);margin-top:22px}.website-authority-page .wa-browser-page{position:absolute;right:28px;bottom:28px;width:48%;min-height:158px;border-radius:14px;background:rgba(9,10,28,.84);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);padding:20px 18px}.website-authority-page .wa-browser-mini-nav{display:flex;gap:10px;margin-bottom:22px}.website-authority-page .wa-browser-mini-nav span{height:6px;border-radius:999px;background:rgba(255,255,255,.16)}.website-authority-page .wa-browser-mini-nav span:first-child{width:28px;background:#00ff9d}.website-authority-page .wa-browser-mini-nav span:nth-child(2),.website-authority-page .wa-browser-mini-nav span:nth-child(3){width:40px}.website-authority-page .wa-browser-page>span{width:86%;height:7px;opacity:.7}.website-authority-page .wa-browser-page>span:nth-of-type(2){width:68%}.website-authority-page .wa-browser-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.website-authority-page .wa-browser-mini-grid i{height:36px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.website-authority-page .wa-authority-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 24px 24px}.website-authority-page .wa-authority-card{display:grid;grid-template-columns:13px 1fr;gap:11px;align-items:start;min-height:94px;padding:18px 18px;border-radius:16px;background:#ffffff;color:#07111f;box-shadow:0 16px 42px rgba(0,0,0,.16)}.website-authority-page .wa-authority-card span{width:11px;height:11px;border-radius:999px;margin-top:3px;background:#00df92}.website-authority-page .wa-trust-card span{background:#5a8df7}.website-authority-page .wa-authority-card strong,.website-authority-page .wa-authority-card small{display:block}.website-authority-page .wa-authority-card strong{margin-bottom:5px;font-size:1rem;line-height:1.08;font-weight:950}.website-authority-page .wa-authority-card small{color:#6b7487;font-size:.9rem;line-height:1.22;font-weight:700}.website-authority-page .wa-ready-build{display:flex;align-items:center;justify-content:center;gap:14px;width:max-content;max-width:92%;margin:28px auto 0;padding:14px 22px;border-radius:16px;background:#ffffff;color:#07111f;box-shadow:0 20px 55px rgba(0,0,0,.18)}.website-authority-page .wa-ready-build strong{font-size:1rem;font-weight:950}.website-authority-page .wa-ready-build span{padding:7px 14px;border-radius:999px;font-size:.82rem;line-height:1;font-weight:950}.website-authority-page .wa-ready-build span:nth-child(2){color:#049b68;background:rgba(0,255,157,.18)}.website-authority-page .wa-ready-build span:nth-child(3){color:#2457ff;background:rgba(36,87,255,.13)}.website-authority-page .wa-ready-build span:nth-child(4){color:#7147ff;background:rgba(113,71,255,.13)}@media (max-width:960px){.website-authority-page .wa-hero-browser-visual{margin:38px auto 0;width:min(100%,560px)}}@media (max-width:760px){.website-authority-page .wa-browser-shell{border-radius:22px}.website-authority-page .wa-browser-top{grid-template-columns:10px 10px 10px 1fr;gap:7px;padding:14px}.website-authority-page .wa-dot{width:9px;height:9px}.website-authority-page .wa-browser-address{min-height:28px;font-size:.78rem;padding:0 10px}.website-authority-page .wa-browser-body{min-height:190px;padding:22px 18px 20px}.website-authority-page .wa-browser-main{width:52%}.website-authority-page .wa-browser-main span,.website-authority-page .wa-browser-main em{height:7px;margin-bottom:8px}.website-authority-page .wa-browser-page{right:14px;bottom:20px;width:50%;min-height:120px;padding:14px 12px}.website-authority-page .wa-authority-cards{grid-template-columns:1fr;gap:10px;padding:0 16px 16px}.website-authority-page .wa-authority-card{min-height:0;padding:14px 15px;border-radius:14px}.website-authority-page .wa-authority-card strong{font-size:.9rem}.website-authority-page .wa-authority-card small{font-size:.78rem}.website-authority-page .wa-ready-build{width:100%;gap:7px;padding:12px 10px;margin-top:22px;border-radius:14px}.website-authority-page .wa-ready-build strong{font-size:.82rem}.website-authority-page .wa-ready-build span{padding:6px 8px;font-size:.68rem}}@media (max-width:420px){.website-authority-page .wa-browser-body{min-height:170px}.website-authority-page .wa-browser-page{width:52%}.website-authority-page .wa-ready-build{flex-wrap:wrap}}.website-authority-page .wa-signals-section{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 76% 18%,rgba(36,87,255,.06),transparent 28%),linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);border-top:1px solid rgba(18,35,64,.06);border-bottom:1px solid rgba(18,35,64,.08);padding-top:clamp(82px,7vw,118px);padding-bottom:clamp(92px,8vw,128px)}.website-authority-page .wa-signals-section:before{content:"";position:absolute;left:50%;bottom:0;width:min(1040px,calc(100% - 48px));height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(36,87,255,.22),rgba(0,255,157,.26),transparent)}.website-authority-page .wa-signals-section .container{position:relative;z-index:1}.website-authority-page .wa-signals-section .wa-split{align-items:center;gap:clamp(64px,7vw,116px)}.website-authority-page .wa-signals-section .wa-signal-grid{position:relative;padding:28px;border-radius:30px;background:rgba(255,255,255,.72);border:1px solid rgba(18,35,64,.08);box-shadow:0 28px 80px rgba(7,17,31,.08)}.website-authority-page .wa-contrast-band{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 18% 14%,rgba(0,255,157,.10),transparent 28%),radial-gradient(circle at 86% 28%,rgba(36,87,255,.14),transparent 34%),linear-gradient(135deg,#07111f 0%,#0b1d34 52%,#0f3556 100%);color:#ffffff;padding-top:clamp(92px,8vw,136px);padding-bottom:clamp(96px,8vw,140px)}.website-authority-page .wa-contrast-band:before{content:"";position:absolute;inset:0;opacity:.32;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:42px 42px}.website-authority-page .wa-contrast-band .container{position:relative;z-index:1}.website-authority-page .wa-contrast-band .wa-split{align-items:center;gap:clamp(64px,7vw,116px)}.website-authority-page .wa-contrast-band .eyebrow{color:#78e8ff}.website-authority-page .wa-contrast-band h2{color:#ffffff;max-width:680px}.website-authority-page .wa-contrast-band p{color:rgba(255,255,255,.76)}.website-authority-page .wa-ai-foundation-panel{position:relative;overflow:hidden;border-radius:32px;padding:30px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);box-shadow:0 34px 90px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.website-authority-page .wa-ai-foundation-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 4%,rgba(0,255,157,.20),transparent 34%);pointer-events:none}.website-authority-page .wa-ai-foundation-panel>*{position:relative;z-index:1}.website-authority-page .wa-ai-foundation-head{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}.website-authority-page .wa-ai-foundation-head span{display:inline-flex;margin-bottom:8px;padding:7px 11px;border-radius:999px;background:rgba(0,255,157,.12);color:#94ffd1;font-size:.72rem;line-height:1;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.website-authority-page .wa-ai-foundation-head h3{margin:0;color:#ffffff;font-size:clamp(1.2rem,1.8vw,1.55rem);line-height:1.1;font-weight:950}.website-authority-page .wa-ai-foundation-list{display:grid;gap:14px}.website-authority-page .wa-ai-foundation-item{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:flex-start;padding:18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.website-authority-page .wa-ai-foundation-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,255,157,.14);color:#94ffd1;font-weight:950;box-shadow:0 0 24px rgba(0,255,157,.16)}.website-authority-page .wa-ai-foundation-item:nth-child(2) .wa-ai-foundation-icon{background:rgba(36,87,255,.18);color:#9db5ff}.website-authority-page .wa-ai-foundation-item strong{display:block;margin-bottom:6px;color:#ffffff;font-size:1.05rem;font-weight:950}.website-authority-page .wa-ai-foundation-item p{margin:0;color:rgba(255,255,255,.72);line-height:1.48}@media (max-width:900px){.website-authority-page .wa-signals-section{padding-top:44px;padding-bottom:48px}.website-authority-page .wa-signals-section .wa-split{align-items:start;gap:18px}.website-authority-page .wa-signals-section .wa-signal-grid{padding:14px;border-radius:22px;margin-top:0}.website-authority-page .wa-contrast-band{padding-top:66px;padding-bottom:74px}.website-authority-page .wa-ai-foundation-panel{padding:22px;border-radius:26px}.website-authority-page .wa-ai-foundation-item{grid-template-columns:42px 1fr;padding:16px}.website-authority-page .wa-ai-foundation-icon{width:42px;height:42px;border-radius:14px}}.wd-page-v143{overflow:hidden;background:#fff}.wd-page-v143 .wd-hero{position:relative;padding:clamp(72px,8vw,118px) 0;background:radial-gradient(circle at 78% 20%,rgba(0,255,157,.16),transparent 30%),radial-gradient(circle at 12% 0%,rgba(36,87,230,.25),transparent 32%),linear-gradient(135deg,#050817 0%,#07111f 48%,#0b2b47 100%);color:#fff}.wd-page-v143 .wd-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 92%);pointer-events:none}.wd-page-v143 .wd-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);gap:clamp(44px,6vw,90px);align-items:center}.wd-page-v143 .wd-hero-copy{min-width:0}.wd-page-v143 .wd-hero .eyebrow{color:#8ef7c7}.wd-page-v143 .wd-hero h1{max-width:620px;margin:0 0 24px;color:#fff;font-size:clamp(2.5rem,3vw,3.5rem);line-height:1.04;letter-spacing:-.05em}.wd-page-v143 .wd-hero .lead{max-width:700px;color:rgba(255,255,255,.84);font-size:clamp(1.08rem,1.35vw,1.22rem);line-height:1.65}.wd-page-v143 .wd-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.wd-page-v143 .wd-hero-points span{display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.065);color:rgba(255,255,255,.86);font-size:.82rem;font-weight:850;backdrop-filter:blur(12px)}.wd-page-v143 .wd-hero-points span:before{content:"";width:8px;height:8px;border-radius:50%;background:#00ff9d;box-shadow:0 0 15px rgba(0,255,157,.65)}.wd-page-v143 .wd-hero .btn-ghost{border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.07);color:#fff;box-shadow:none}.wd-page-v143 .wd-hero-stage{position:relative;min-width:0;padding:28px 0 54px}.wd-page-v143 .wd-browser-card{position:relative;width:100%;border:1px solid rgba(255,255,255,.15);border-radius:28px;overflow:hidden;background:#080b28;box-shadow:0 38px 100px rgba(0,0,0,.42)}.wd-page-v143 .wd-browser-top{display:flex;align-items:center;gap:8px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.wd-page-v143 .wd-browser-top>span{width:11px;height:11px;border-radius:50%;background:#ff6b57}.wd-page-v143 .wd-browser-top>span:nth-child(2){background:#ffbf3f}.wd-page-v143 .wd-browser-top>span:nth-child(3){background:#47d764}.wd-page-v143 .wd-browser-top>div{min-width:0;flex:1;margin-left:9px;padding:9px 14px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:rgba(255,255,255,.045);color:rgba(255,255,255,.42);font-size:.78rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wd-page-v143 .wd-browser-body{background:radial-gradient(circle at 78% 24%,rgba(0,255,157,.09),transparent 28%),linear-gradient(145deg,#0d1035,#080a24)}.wd-page-v143 .wd-browser-nav{display:flex;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.07)}.wd-page-v143 .wd-browser-nav b{margin-right:auto;color:#fff;font-size:.82rem;letter-spacing:.06em}.wd-page-v143 .wd-browser-nav i{width:34px;height:5px;border-radius:99px;background:rgba(255,255,255,.16)}.wd-page-v143 .wd-browser-nav em{width:76px;height:27px;border-radius:8px;background:#00ff9d}.wd-page-v143 .wd-browser-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center;padding:34px 30px 28px}.wd-page-v143 .wd-browser-copy small{display:block;margin-bottom:13px;color:#00ff9d;font-size:.68rem;font-weight:950;letter-spacing:.13em}.wd-page-v143 .wd-browser-copy>strong{display:block;max-width:250px;margin-bottom:18px;color:#fff;font-size:clamp(1.5rem,2.25vw,2.2rem);line-height:1.05;letter-spacing:-.045em}.wd-page-v143 .wd-browser-copy>p{height:6px;margin:0 0 8px;border-radius:99px;background:rgba(255,255,255,.13)}.wd-page-v143 .wd-browser-copy>p:nth-of-type(1){width:92%}.wd-page-v143 .wd-browser-copy>p:nth-of-type(2){width:68%}.wd-page-v143 .wd-browser-copy>div{display:flex;gap:10px;margin-top:20px}.wd-page-v143 .wd-browser-copy>div b,.wd-page-v143 .wd-browser-copy>div i{display:block;height:29px;border-radius:8px}.wd-page-v143 .wd-browser-copy>div b{width:94px;background:#00ff9d}.wd-page-v143 .wd-browser-copy>div i{width:72px;border:1px solid rgba(255,255,255,.15)}.wd-page-v143 .wd-browser-art{position:relative;min-height:220px;display:grid;place-items:center}.wd-page-v143 .wd-browser-orb{position:absolute;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle at 38% 35%,#5ef7bd 0,#2457e6 48%,#151b55 73%);filter:saturate(1.15);box-shadow:0 22px 60px rgba(36,87,230,.32)}.wd-page-v143 .wd-browser-panel{position:relative;width:76%;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(6,9,35,.72);box-shadow:0 22px 60px rgba(0,0,0,.3);backdrop-filter:blur(14px)}.wd-page-v143 .wd-browser-panel span{display:block;width:42px;height:6px;margin-bottom:14px;border-radius:99px;background:#00ff9d}.wd-page-v143 .wd-browser-panel strong{display:block;width:78%;height:13px;margin-bottom:16px;border-radius:99px;background:rgba(255,255,255,.42)}.wd-page-v143 .wd-browser-panel i{display:block;height:7px;margin-bottom:9px;border-radius:99px;background:rgba(255,255,255,.12)}.wd-page-v143 .wd-browser-panel i:nth-of-type(2){width:72%}.wd-page-v143 .wd-browser-panel i:nth-of-type(3){width:88%}.wd-page-v143 .wd-browser-proof{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.wd-page-v143 .wd-browser-proof>div{padding:15px 10px;text-align:center}.wd-page-v143 .wd-browser-proof>div+div{border-left:1px solid rgba(255,255,255,.07)}.wd-page-v143 .wd-browser-proof strong{display:block;color:#8ef7c7;font-size:.9rem}.wd-page-v143 .wd-browser-proof span{display:block;margin-top:3px;color:rgba(255,255,255,.42);font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.wd-page-v143 .wd-float-card{position:absolute;z-index:3;display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;width:230px;padding:13px 15px;border:1px solid rgba(255,255,255,.6);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 20px 55px rgba(0,0,0,.27)}.wd-page-v143 .wd-float-card>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eaf2ff;color:#2457e6;font-size:.72rem;font-weight:950}.wd-page-v143 .wd-float-card strong,.wd-page-v143 .wd-float-card small{display:block}.wd-page-v143 .wd-float-card strong{color:#07111f;font-size:.85rem}.wd-page-v143 .wd-float-card small{margin-top:2px;color:#65738a;font-size:.68rem;font-weight:750}.wd-page-v143 .wd-float-message{left:-22px;top:2px}.wd-page-v143 .wd-float-convert{right:-18px;bottom:0}.wd-page-v143 .wd-intro{padding:clamp(78px,8vw,118px) 0;background:linear-gradient(180deg,#f6f9ff,#fff)}.wd-page-v143 .wd-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(42px,7vw,100px);align-items:end}.wd-page-v143 .wd-intro h2{max-width:720px}.wd-page-v143 .wd-intro-copy .lead{color:#1b2a42}.wd-page-v143 .wd-value-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:64px;border:1px solid #dce7f3;border-radius:26px;background:#fff;box-shadow:0 26px 70px rgba(7,17,31,.07);overflow:hidden}.wd-page-v143 .wd-value-strip article{padding:28px 24px}.wd-page-v143 .wd-value-strip article+article{border-left:1px solid #e4edf7}.wd-page-v143 .wd-value-strip span{display:block;margin-bottom:22px;color:#2457e6;font-size:.76rem;font-weight:950}.wd-page-v143 .wd-value-strip strong{display:block;margin-bottom:8px;color:#07111f;font-size:1.18rem}.wd-page-v143 .wd-value-strip p{margin:0;font-size:.92rem;line-height:1.55}.wd-page-v143 .wd-transformation,.wd-page-v143 .wd-process,.wd-page-v143 .wd-proof,.wd-page-v143 .wd-fit{padding:clamp(78px,8vw,112px) 0}.wd-page-v143 .wd-section-heading{max-width:850px;margin-bottom:44px}.wd-page-v143 .wd-section-heading.center{margin-left:auto;margin-right:auto;text-align:center}.wd-page-v143 .wd-section-heading.center .lead{max-width:720px;margin-left:auto;margin-right:auto}.wd-page-v143 .wd-compare-grid{display:grid;grid-template-columns:minmax(0,1fr) 62px minmax(0,1fr);gap:22px;align-items:stretch}.wd-page-v143 .wd-compare-card{position:relative;padding:clamp(28px,3.3vw,44px);border-radius:28px;overflow:hidden}.wd-page-v143 .wd-before-card{border:1px solid #dce6f2;background:#f7f9fc}.wd-page-v143 .wd-after-card{border:1px solid rgba(0,255,157,.25);background:radial-gradient(circle at 90% 8%,rgba(0,255,157,.13),transparent 28%),linear-gradient(135deg,#07111f,#0b2943);color:#fff;box-shadow:0 28px 80px rgba(7,17,31,.18)}.wd-page-v143 .wd-card-label{display:inline-flex;margin-bottom:22px;padding:7px 10px;border-radius:999px;background:#e8eef7;color:#52647b;font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.wd-page-v143 .wd-after-card .wd-card-label{background:rgba(0,255,157,.12);color:#8ef7c7}.wd-page-v143 .wd-compare-card h3{font-size:1.55rem}.wd-page-v143 .wd-after-card h3{color:#fff}.wd-page-v143 .wd-compare-card ul{display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}.wd-page-v143 .wd-compare-card li{position:relative;padding-left:28px;line-height:1.5}.wd-page-v143 .wd-compare-card li:before{content:"×";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#e8eef7;color:#718197;font-size:.72rem;font-weight:950}.wd-page-v143 .wd-after-card li{color:rgba(255,255,255,.82)}.wd-page-v143 .wd-after-card li:before{content:"✓";background:rgba(0,255,157,.14);color:#8ef7c7}.wd-page-v143 .wd-compare-arrow{display:grid;place-items:center;color:#2457e6;font-size:2rem;font-weight:900}.wd-page-v143 .wd-process{background:#f7faff}.wd-page-v143 .wd-process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.wd-page-v143 .wd-process-grid article{position:relative;min-width:0;padding:26px 21px;border:1px solid #dce8f5;border-radius:24px;background:#fff;box-shadow:0 16px 44px rgba(7,17,31,.055)}.wd-page-v143 .wd-process-grid article>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:34px;border-radius:50%;background:#edf3ff;color:#2457e6;font-size:.74rem;font-weight:950}.wd-page-v143 .wd-process-grid article:not(:last-child):after{content:"";position:absolute;top:44px;left:calc(100% + 1px);width:14px;height:1px;background:#b8c8dc}.wd-page-v143 .wd-process-grid small{color:#2457e6;font-size:.68rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.wd-page-v143 .wd-process-grid h3{margin:8px 0 10px;font-size:1.08rem}.wd-page-v143 .wd-process-grid p{margin:0;font-size:.87rem;line-height:1.55}.wd-page-v143 .wd-includes{padding:clamp(82px,9vw,124px) 0;background:#fff}.wd-page-v143 .wd-includes-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,110px);align-items:start}.wd-page-v143 .wd-includes-copy{position:sticky;top:120px}.wd-page-v143 .wd-includes-copy h2{max-width:580px}.wd-page-v143 .wd-includes-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.wd-page-v143 .wd-includes-list article{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:23px;border:1px solid #dfe9f4;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff)}.wd-page-v143 .wd-includes-list article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ebf2ff;color:#2457e6;font-size:.72rem;font-weight:950}.wd-page-v143 .wd-includes-list h3{margin:2px 0 7px;font-size:1.02rem}.wd-page-v143 .wd-includes-list p{margin:0;font-size:.86rem;line-height:1.5}.wd-page-v143 .wd-ai-band{padding:clamp(80px,8vw,112px) 0;background:radial-gradient(circle at 80% 12%,rgba(0,255,157,.15),transparent 31%),linear-gradient(135deg,#07111f,#0b2943);color:#fff}.wd-page-v143 .wd-ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(44px,7vw,95px);align-items:center}.wd-page-v143 .wd-ai-band h2{color:#fff}.wd-page-v143 .wd-ai-band p{color:rgba(255,255,255,.75)}.wd-page-v143 .wd-ai-band .eyebrow{color:#8ef7c7}.wd-page-v143 .wd-ai-card{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.075);box-shadow:0 28px 80px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.wd-page-v143 .wd-ai-card h3{margin-bottom:18px;color:#fff}.wd-page-v143 .wd-ai-card>div{display:grid;grid-template-columns:30px 1fr;gap:11px;align-items:center;padding:13px 14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.84);font-weight:800}.wd-page-v143 .wd-ai-card>div+div{margin-top:9px}.wd-page-v143 .wd-ai-card span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(0,255,157,.12);color:#8ef7c7}.wd-page-v143 .wd-proof{background:linear-gradient(180deg,#f8fbff,#fff)}.wd-page-v143 .wd-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wd-page-v143 .wd-testimonial-grid article{position:relative;padding:30px;border:1px solid #dce7f3;border-radius:24px;background:#fff;box-shadow:0 18px 52px rgba(7,17,31,.065)}.wd-page-v143 .wd-testimonial-grid .testimonial-mark{margin-bottom:16px;color:#2457e6;font-size:3rem;line-height:.7}.wd-page-v143 .wd-testimonial-grid p{font-size:1rem;line-height:1.7;color:#33445b}.wd-page-v143 .wd-testimonial-grid strong{display:block;margin-top:22px;color:#07111f;font-size:.88rem}.wd-page-v143 .wd-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,8vw,105px);align-items:center}.wd-page-v143 .wd-fit-card{padding:28px;border:1px solid #dce7f3;border-radius:28px;background:#fff;box-shadow:0 28px 80px rgba(7,17,31,.09)}.wd-page-v143 .wd-fit-card>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center;padding:14px 0;color:#17263c;font-weight:850}.wd-page-v143 .wd-fit-card>div+div{border-top:1px solid #e8eef6}.wd-page-v143 .wd-fit-card span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e9fff4;color:#079766}.wd-page-v143 .wd-cta-section{padding:0 0 clamp(78px,8vw,112px)}.wd-page-v143 .wd-final-cta{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:center;padding:clamp(34px,5vw,64px);border:1px solid rgba(255,255,255,.12);border-radius:32px;background:radial-gradient(circle at 84% 15%,rgba(0,255,157,.17),transparent 30%),linear-gradient(135deg,#07111f,#0c3451);box-shadow:0 30px 90px rgba(7,17,31,.2);color:#fff}.wd-page-v143 .wd-final-cta h2{max-width:850px;color:#fff}.wd-page-v143 .wd-final-cta p{max-width:780px;color:rgba(255,255,255,.76)}.wd-page-v143 .wd-final-cta .eyebrow{color:#8ef7c7}.wd-page-v143 .wd-final-cta .btn{white-space:nowrap}@media(max-width:1120px){.wd-page-v143 .wd-hero-grid{grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:40px}.wd-page-v143 .wd-process-grid{grid-template-columns:repeat(3,1fr)}.wd-page-v143 .wd-process-grid article:not(:last-child):after{display:none}.wd-page-v143 .wd-process-grid article:nth-child(4),.wd-page-v143 .wd-process-grid article:nth-child(5){grid-column:span 1}.wd-page-v143 .wd-value-strip{grid-template-columns:repeat(2,1fr)}.wd-page-v143 .wd-value-strip article:nth-child(3){border-left:0;border-top:1px solid #e4edf7}.wd-page-v143 .wd-value-strip article:nth-child(4){border-top:1px solid #e4edf7}}@media(max-width:900px){.wd-page-v143 .wd-hero-grid,.wd-page-v143 .wd-intro-grid,.wd-page-v143 .wd-includes-grid,.wd-page-v143 .wd-ai-grid,.wd-page-v143 .wd-fit-grid{grid-template-columns:1fr}.wd-page-v143 .wd-hero-copy{max-width:760px}.wd-page-v143 .wd-hero-stage{width:100%;max-width:720px;margin:4px auto 0}.wd-page-v143 .wd-includes-copy{position:static}.wd-page-v143 .wd-testimonial-grid{grid-template-columns:1fr}.wd-page-v143 .wd-final-cta{grid-template-columns:1fr}.wd-page-v143 .wd-final-cta .btn{justify-self:start}.wd-page-v143 .wd-compare-grid{grid-template-columns:1fr}.wd-page-v143 .wd-compare-arrow{transform:rotate(90deg);min-height:34px}}@media(max-width:700px){.wd-page-v143{width:100%;max-width:100vw;overflow-x:hidden}.wd-page-v143 .container{width:min(100% - 28px,var(--container,1200px));max-width:100%}.wd-page-v143 .section{padding-top:48px;padding-bottom:48px}.wd-page-v143 .eyebrow{margin-bottom:10px;font-size:.7rem;letter-spacing:.11em}.wd-page-v143 h2{font-size:clamp(1.75rem,8vw,2.25rem);line-height:1.08}.wd-page-v143 .lead{font-size:.98rem;line-height:1.55}.wd-page-v143 .wd-hero{padding:38px 0 46px}.wd-page-v143 .wd-hero-grid{gap:24px}.wd-page-v143 .wd-hero h1{margin-bottom:16px;font-size:clamp(2rem,9.2vw,2.55rem);line-height:1.01;letter-spacing:-.05em}.wd-page-v143 .wd-hero .lead{font-size:.98rem;line-height:1.55}.wd-page-v143 .wd-hero-points{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.wd-page-v143 .wd-hero-points span{width:100%;min-height:44px;padding:9px 10px;border-radius:12px;font-size:.74rem;line-height:1.2}.wd-page-v143 .wd-hero-points span:last-child{grid-column:1/-1}.wd-page-v143 .button-row{display:grid;grid-template-columns:1fr;gap:8px}.wd-page-v143 .button-row .btn{width:100%;min-height:48px;justify-content:center;padding:13px 18px;text-align:center}.wd-page-v143 .wd-hero-stage{padding:2px 0 0}.wd-page-v143 .wd-browser-card{border-radius:17px}.wd-page-v143 .wd-browser-top{padding:8px 10px;gap:6px}.wd-page-v143 .wd-browser-top>span{width:7px;height:7px}.wd-page-v143 .wd-browser-top>div{margin-left:4px;padding:5px 8px;font-size:.56rem}.wd-page-v143 .wd-browser-nav{padding:10px 12px;gap:8px}.wd-page-v143 .wd-browser-nav b{font-size:.65rem}.wd-page-v143 .wd-browser-nav i{display:none}.wd-page-v143 .wd-browser-nav em{width:48px;height:18px}.wd-page-v143 .wd-browser-layout{grid-template-columns:1.08fr .92fr;gap:10px;padding:17px 14px}.wd-page-v143 .wd-browser-copy small{margin-bottom:7px;font-size:.5rem}.wd-page-v143 .wd-browser-copy>strong{max-width:145px;margin-bottom:10px;font-size:1.2rem}.wd-page-v143 .wd-browser-copy>p{height:4px;margin-bottom:5px}.wd-page-v143 .wd-browser-copy>div{gap:6px;margin-top:11px}.wd-page-v143 .wd-browser-copy>div b,.wd-page-v143 .wd-browser-copy>div i{height:21px}.wd-page-v143 .wd-browser-copy>div b{width:62px}.wd-page-v143 .wd-browser-copy>div i{width:46px}.wd-page-v143 .wd-browser-art{min-height:112px}.wd-page-v143 .wd-browser-orb{width:96px;height:96px}.wd-page-v143 .wd-browser-panel{width:90%;padding:10px;border-radius:12px}.wd-page-v143 .wd-browser-panel span{width:28px;height:4px;margin-bottom:8px}.wd-page-v143 .wd-browser-panel strong{height:8px;margin-bottom:9px}.wd-page-v143 .wd-browser-panel i{height:4px;margin-bottom:5px}.wd-page-v143 .wd-browser-proof>div{padding:8px 3px}.wd-page-v143 .wd-browser-proof strong{font-size:.64rem}.wd-page-v143 .wd-browser-proof span{font-size:.44rem}.wd-page-v143 .wd-float-card{display:none}.wd-page-v143 .wd-intro{padding:48px 0}.wd-page-v143 .wd-intro-grid{gap:16px}.wd-page-v143 .wd-intro-copy p:not(.lead){display:none}.wd-page-v143 .wd-value-strip{grid-template-columns:1fr 1fr;margin-top:26px;border-radius:18px}.wd-page-v143 .wd-value-strip article{padding:17px 15px}.wd-page-v143 .wd-value-strip article+article{border-left:1px solid #e4edf7;border-top:0}.wd-page-v143 .wd-value-strip article:nth-child(3),.wd-page-v143 .wd-value-strip article:nth-child(4){border-top:1px solid #e4edf7}.wd-page-v143 .wd-value-strip article:nth-child(3){border-left:0}.wd-page-v143 .wd-value-strip span{margin-bottom:8px;font-size:.66rem}.wd-page-v143 .wd-value-strip strong{margin-bottom:4px;font-size:1rem}.wd-page-v143 .wd-value-strip p{font-size:.77rem;line-height:1.38}.wd-page-v143 .wd-section-heading{margin-bottom:24px}.wd-page-v143 .wd-section-heading.center{text-align:left}.wd-page-v143 .wd-compare-grid{gap:10px}.wd-page-v143 .wd-compare-arrow{min-height:24px;font-size:1.35rem}.wd-page-v143 .wd-compare-card{padding:20px 18px;border-radius:20px}.wd-page-v143 .wd-card-label{margin-bottom:12px;padding:5px 8px;font-size:.62rem}.wd-page-v143 .wd-compare-card h3{font-size:1.25rem}.wd-page-v143 .wd-compare-card ul{gap:9px;margin-top:14px}.wd-page-v143 .wd-compare-card li{padding-left:24px;font-size:.86rem;line-height:1.4}.wd-page-v143 .wd-compare-card li:nth-child(n+4){display:none}.wd-page-v143 .wd-process-grid{grid-template-columns:1fr;gap:9px}.wd-page-v143 .wd-process-grid article{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:14px 15px;border-radius:17px;box-shadow:none}.wd-page-v143 .wd-process-grid article>span{width:34px;height:34px;margin:0}.wd-page-v143 .wd-process-grid small{font-size:.6rem}.wd-page-v143 .wd-process-grid h3{margin:3px 0 0;font-size:.98rem}.wd-page-v143 .wd-process-grid p{display:none}.wd-page-v143 .wd-includes{padding:48px 0}.wd-page-v143 .wd-includes-grid{gap:24px}.wd-page-v143 .wd-includes-copy .lead{display:none}.wd-page-v143 .wd-includes-copy .text-link{font-size:.88rem}.wd-page-v143 .wd-includes-list{grid-template-columns:1fr;gap:9px}.wd-page-v143 .wd-includes-list article{grid-template-columns:32px 1fr;gap:11px;padding:14px 15px;border-radius:17px}.wd-page-v143 .wd-includes-list article>span{width:32px;height:32px;border-radius:10px}.wd-page-v143 .wd-includes-list h3{margin:1px 0 3px;font-size:.96rem}.wd-page-v143 .wd-includes-list p{font-size:.78rem;line-height:1.38}.wd-page-v143 .wd-ai-band{padding:48px 0}.wd-page-v143 .wd-ai-grid{gap:22px}.wd-page-v143 .wd-ai-band .lead{font-size:.92rem}.wd-page-v143 .wd-ai-card{padding:18px 16px;border-radius:20px}.wd-page-v143 .wd-ai-card h3{margin-bottom:12px;font-size:1.1rem}.wd-page-v143 .wd-ai-card>div{grid-template-columns:26px 1fr;gap:9px;padding:10px 11px;border-radius:12px;font-size:.8rem;line-height:1.3}.wd-page-v143 .wd-ai-card>div:nth-of-type(n+5){display:none}.wd-page-v143 .wd-ai-card span{width:26px;height:26px}.wd-page-v143 .wd-proof{padding:48px 0}.wd-page-v143 .wd-testimonial-grid{grid-template-columns:1fr;gap:0}.wd-page-v143 .wd-testimonial-grid article{padding:22px 20px;border-radius:20px}.wd-page-v143 .wd-testimonial-grid article:nth-child(n+2){display:none}.wd-page-v143 .wd-testimonial-grid .testimonial-mark{margin-bottom:10px;font-size:2.4rem}.wd-page-v143 .wd-testimonial-grid p{font-size:.92rem;line-height:1.55}.wd-page-v143 .wd-testimonial-grid strong{margin-top:14px}.wd-page-v143 .wd-fit{padding:48px 0}.wd-page-v143 .wd-fit-grid{gap:22px}.wd-page-v143 .wd-fit-grid .lead{font-size:.92rem}.wd-page-v143 .wd-fit-card{padding:10px 17px;border-radius:20px}.wd-page-v143 .wd-fit-card>div{grid-template-columns:28px 1fr;gap:10px;padding:11px 0;font-size:.82rem;line-height:1.35}.wd-page-v143 .wd-fit-card span{width:28px;height:28px}.wd-page-v143 .wd-cta-section{padding:0 0 48px}.wd-page-v143 .wd-final-cta{gap:20px;padding:25px 20px;border-radius:22px}.wd-page-v143 .wd-final-cta p:not(.eyebrow){font-size:.9rem;line-height:1.5}.wd-page-v143 .wd-final-cta .btn{width:100%;min-height:48px;justify-content:center;text-align:center}}.about-page-enhanced .about-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 76% 8%,rgba(0,255,157,.13),transparent 28%),radial-gradient(circle at 90% 22%,rgba(57,183,255,.18),transparent 34%),linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border-bottom:1px solid rgba(18,35,64,.06)}.about-page-enhanced .about-hero .grid-2,.about-page-enhanced .about-founder-section .grid-2,.about-page-enhanced .about-pov-layout,.about-page-enhanced .about-search-section .grid-2{align-items:center;gap:clamp(54px,7vw,110px)}.about-page-enhanced .about-hero h1{max-width:760px;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1;letter-spacing:-0.058em}.about-page-enhanced .about-hero .lead{max-width:680px;font-size:clamp(1.06rem,1.3vw,1.24rem);line-height:1.55}.about-page-enhanced .paul-photo-wrap,.about-page-enhanced .about-photo-wrap{max-width:420px;margin-left:auto}.about-page-enhanced .paul-photo,.about-page-enhanced .about-photo{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:26px;box-shadow:0 30px 80px rgba(7,17,31,.16)}.about-page-enhanced .photo-caption{margin-top:16px}.about-page-enhanced .photo-caption strong,.about-page-enhanced .photo-caption span{display:block}.about-page-enhanced .about-founder-section,.about-page-enhanced .about-pov-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.about-page-enhanced .about-founder-section [class*="copy"]{max-width:660px}.about-page-enhanced .about-different-section{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 16%,rgba(0,255,157,.12),transparent 30%),linear-gradient(135deg,#07111f 0%,#0b1d34 54%,#103a5f 100%);color:#ffffff}.about-page-enhanced .about-different-section .eyebrow{color:#78e8ff}.about-page-enhanced .about-different-section h2,.about-page-enhanced .about-different-section h3{color:#ffffff}.about-page-enhanced .about-difference-grid{gap:18px}.about-page-enhanced .about-difference-card,.about-page-enhanced .about-difference-grid .card{min-height:250px;padding:28px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);box-shadow:none}.about-page-enhanced .about-difference-card p,.about-page-enhanced .about-different-section p{color:rgba(255,255,255,.75)}.about-page-enhanced .about-search-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.about-page-enhanced .about-fit-section{background:#ffffff}.about-page-enhanced .about-fit-panel{border:1px solid rgba(18,35,64,.09);background:rgba(255,255,255,.88);box-shadow:0 28px 80px rgba(7,17,31,.08);border-radius:34px;padding:clamp(34px,5vw,70px);background:radial-gradient(circle at 88% 8%,rgba(0,255,157,.18),transparent 30%),linear-gradient(135deg,#f8fbff,#ffffff)}.about-page-enhanced .about-fit-card{padding:28px;border-radius:24px;background:#ffffff;border:1px solid rgba(18,35,64,.08);box-shadow:0 22px 65px rgba(7,17,31,.08)}.about-page-enhanced .about-final-cta{background:linear-gradient(135deg,#07111f,#103a5f)}@media (max-width:980px){.about-page-enhanced .about-hero .grid-2,.about-page-enhanced .about-founder-section .grid-2,.about-page-enhanced .about-pov-layout,.about-page-enhanced .about-search-section .grid-2{grid-template-columns:1fr}.about-page-enhanced .paul-photo-wrap,.about-page-enhanced .about-photo-wrap{margin:0 auto}.about-page-enhanced .about-hero h1{font-size:clamp(2.2rem,8vw,3.8rem)}}@media (max-width:680px){.about-page-enhanced .about-hero{padding-top:48px;padding-bottom:64px}.about-page-enhanced .about-difference-grid{grid-template-columns:1fr}.about-page-enhanced .about-difference-card,.about-page-enhanced .about-difference-grid .card{min-height:0}.about-page-enhanced .about-hero .btn{width:100%}}@media (max-width:767px){body.mobile-menu-open{overflow:hidden}body:not(.home) .section,body:not(.home) section.section,.home .section:not(.hero){padding-top:34px;padding-bottom:34px}body:not(.home) .section-head,body:not(.home) .wd-section-heading,.home .section-head{margin-bottom:16px}body:not(.home) section h2,body:not(.home) .section-head h2,.home .section-head h2{font-size:clamp(1.65rem,7vw,2.15rem);line-height:1.04;letter-spacing:-.045em}body:not(.home) section h3{font-size:1.08rem;line-height:1.18}body:not(.home) .lead{font-size:.94rem;line-height:1.48}body:not(.home) .grid-2,body:not(.home) .grid-3,body:not(.home) .grid-4,body:not(.home) .grid-5{gap:10px}body:not(.home) .card,body:not(.home) .split-card,body:not(.home) .cta-panel{min-height:0;padding:16px;border-radius:17px}body:not(.home) .button-row{gap:9px}body:not(.home) .button-row .btn{min-height:46px}.home-faq-accordion{gap:10px}.home-faq-item{padding:15px 16px;border-radius:18px}.home-faq-item summary{padding-right:38px;font-size:.98rem;line-height:1.2;letter-spacing:-.015em}.home-faq-item summary:after{width:28px;height:28px;font-size:1rem}.home-faq-item .faq-answer{margin-top:11px;font-size:.86rem;line-height:1.5}.home .faq-more{margin-top:14px}.wd-page-v143 .wd-process{padding:34px 0}.wd-page-v143 .wd-process-grid{position:relative;gap:0}.wd-page-v143 .wd-process-grid:before{content:"";position:absolute;left:15px;top:17px;bottom:17px;width:2px;background:linear-gradient(#2457e6,rgba(36,87,230,.12))}.wd-page-v143 .wd-process-grid article{position:relative;display:grid;grid-template-columns:32px 1fr;gap:10px;min-height:0;padding:8px 0;border:0;border-radius:0;background:transparent;box-shadow:none}.wd-page-v143 .wd-process-grid article>span{position:relative;z-index:1;width:32px;height:32px;margin:0;border:4px solid #f6f9ff;font-size:.73rem}.wd-page-v143 .wd-process-grid small{margin:0 0 1px;font-size:.55rem}.wd-page-v143 .wd-process-grid h3{margin:0;font-size:.92rem}.wd-page-v143 .wd-process-grid p{margin:3px 0 0;font-size:.78rem;line-height:1.38}.wd-page-v143 .wd-includes-grid{gap:14px}.wd-page-v143 .wd-includes-list{gap:0;border-top:1px solid #e4edf7}.wd-page-v143 .wd-includes-list article{grid-template-columns:28px 1fr;gap:9px;padding:10px 0;border:0;border-bottom:1px solid #e4edf7;border-radius:0;background:transparent;box-shadow:none}.wd-page-v143 .wd-includes-list article>span{width:28px;height:28px;border-radius:8px}.wd-page-v143 .wd-includes-list h3{margin:0;font-size:.91rem}.wd-page-v143 .wd-includes-list p{margin:3px 0 0;font-size:.76rem;line-height:1.36}.wd-page-v143 .wd-compare-grid{gap:8px}.wd-page-v143 .wd-compare-card{padding:15px;border-radius:16px}.wd-page-v143 .wd-compare-arrow{min-height:18px;font-size:1rem}.wd-page-v143 .wd-value-strip article{min-height:0;padding:14px 11px}.wd-page-v143 .wd-value-strip article p{margin-top:4px;font-size:.72rem}.wd-page-v143 .wd-ai-card{padding:14px}.wd-page-v143 .wd-ai-card>div{padding:8px 0;border:0;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;background:transparent}.wd-page-v143 .wd-fit-card{padding:4px 14px}.home .services-grid,.home .gap-grid,.home .proof-results-grid,.home .testimonial-grid,.home .process-track,.home .search-everywhere-grid{gap:10px}.home .service-card,.home .gap-card,.home .result-card,.home .testimonial-card,.home .process-step,.home .inspect-item,.home .review-check-card{min-height:0;padding:16px;border-radius:17px}.home .process-track{grid-template-columns:1fr}.home .process-step{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start}.home .process-step .step-circle{margin:0}.home .process-step p{margin-bottom:0}.home .signal-chip-grid{gap:7px}.strategic-seo-page .strategic-hero .inner-hero-card{padding:18px 16px;border-radius:20px}.strategic-seo-page .strategic-hero .inner-hero-card h3{margin:10px 0 12px;font-size:1.32rem;line-height:1.08}.strategic-seo-page .strategic-hero .mini-metrics{display:grid;gap:0;border-top:1px solid #dce6f2}.strategic-seo-page .strategic-hero .mini-metrics div{min-height:0;padding:10px 0;border:0;border-bottom:1px solid #dce6f2;border-radius:0;background:transparent}.strategic-seo-page .strategic-hero .mini-metrics strong{display:block;font-size:.98rem;line-height:1.1}.strategic-seo-page .strategic-hero .mini-metrics span{display:block;margin-top:2px;font-size:.69rem;line-height:1.28;letter-spacing:.05em}.strategic-seo-page .strategic-fix-grid{grid-template-columns:1fr;gap:0;border-top:1px solid #dfe8f3}.strategic-seo-page .strategic-fix-grid .service-card{position:relative;min-height:0;padding:13px 0 13px 42px;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;box-shadow:none}.strategic-seo-page .strategic-fix-grid .service-card:before{content:"";position:absolute;left:0;top:14px;width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,var(--blue),var(--cyan))}.strategic-seo-page .strategic-fix-grid .service-card h3{margin:0 0 4px;font-size:1rem}.strategic-seo-page .strategic-fix-grid .service-card p{margin:0;font-size:.82rem;line-height:1.4}.strategic-seo-page .strategic-question-card,.strategic-seo-page .strategic-fit-card,.strategic-seo-page .strategic-include-card,.strategic-seo-page .seo-ai-card{min-height:0;padding:15px}.strategic-seo-page .two-column-list{columns:1}.strategic-seo-page .seo-ai-bridge-list{display:grid;gap:0}.strategic-seo-page .seo-ai-bridge-list>div{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:center;min-height:0;padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.13);border-radius:0;background:transparent;font-size:.9rem;line-height:1.28}.strategic-seo-page .seo-ai-bridge-list>div span{width:30px;height:30px;font-size:.72rem}.ai-visibility-page .ai-clarity-card,.ai-visibility-page .ai-proof-card,.ai-visibility-page .ai-seo-card,.ai-visibility-page .review-check-card{min-height:0;padding:15px}.ai-visibility-page .ai-clarity-list{gap:0;border-top:1px solid #d8e6fb}.ai-visibility-page .ai-clarity-list span{display:none}.ai-visibility-page .ai-clarity-list strong{margin:0 0 3px;font-size:.98rem}.ai-visibility-page .ai-analysis-card:before{display:none}.ai-visibility-page .ai-analysis-card h3{margin:0 0 3px;font-size:1rem}.ai-visibility-page .ai-analysis-card p{margin:0;font-size:.82rem;line-height:1.4}.ai-visibility-page .ai-platform-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ai-visibility-page .platform-pill{justify-content:center;min-height:39px;padding:8px;text-align:center;font-size:.72rem}.free-scan-page .page-hero,.visibility-review-page .page-hero{padding-top:34px;padding-bottom:34px}.free-scan-page .card,.visibility-review-page .card{padding:15px;border-radius:17px}.free-scan-page .grid-3,.visibility-review-page .grid-3{grid-template-columns:1fr;gap:0;border-top:1px solid #dfe8f3}.free-scan-page .grid-3>.card,.visibility-review-page .grid-3>.card{padding:12px 0;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;box-shadow:none}.free-scan-page .grid-3>.card h3,.visibility-review-page .grid-3>.card h3{margin:0 0 3px;font-size:1rem}.free-scan-page .grid-3>.card p,.visibility-review-page .grid-3>.card p{margin:0;font-size:.82rem;line-height:1.4}.free-scan-page .clean li,.visibility-review-page .clean li,.ai-visibility-page .review-check-card .clean li,.ai-visibility-page .check-list li{min-height:0;padding-top:8px;padding-bottom:8px;font-size:.9rem;line-height:1.3}.free-scan-page .navy-band .card,.ai-visibility-page .ai-scan-section .card,.ai-visibility-page .ai-next-step-panel .review-check-card,.visibility-review-page .review-check-card{padding:16px}.website-authority-page .wa-framework,.website-authority-page .wa-gaps,.website-authority-page .wa-signals,.website-authority-page .wa-fit{padding-top:34px;padding-bottom:34px}.website-authority-page .wa-authority-cards,.website-authority-page .wa-diagnostic-grid,.website-authority-page .wa-question-tiles{gap:8px}.website-authority-page .wa-question-tiles div{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-areas:'badge title' 'badge copy';align-items:start;column-gap:12px;row-gap:4px;min-height:0;padding:16px;border-radius:18px}.website-authority-page .wa-question-tiles div>span{grid-area:badge;width:42px;height:42px;margin:0;font-size:.9rem;border-radius:14px}.website-authority-page .wa-question-tiles div>strong{grid-area:title;margin:1px 0 0;font-size:1rem;line-height:1.1}.website-authority-page .wa-question-tiles div>p{grid-area:copy;margin:0;font-size:.82rem;line-height:1.35}.website-authority-page .wa-authority-card,.website-authority-page .wa-diagnostic-card,.website-authority-page .wa-dark-card,.website-authority-page .wa-proof-card{min-height:0;padding:15px;border-radius:17px}.website-authority-page .wa-signal-grid>*{min-height:0;padding:10px;border-radius:11px;font-size:.74rem}.website-authority-page .wa-ai-foundation-list{gap:0}.website-authority-page .wa-ai-foundation-icon{width:30px;height:30px;border-radius:9px}.website-authority-page .wa-browser-shell{max-height:390px;overflow:hidden}.ppc-page .ppc-service-grid{grid-template-columns:1fr;gap:0;border-top:1px solid #dfe8f3}.ppc-page .ppc-process-grid{gap:0}.ppc-page .ppc-fit-card,.ppc-page .ppc-principles-card{min-height:0;padding:15px}.about-page-enhanced .about-difference-card,.about-page-enhanced .about-fit-card{min-height:0;padding:15px}.contact-v2-page,.contact-v2-hero,.review-booking-hero{padding-top:34px;padding-bottom:34px}.contact-v2-form-card{padding:17px 14px;border-radius:18px}.contact-v2-field-row{grid-template-columns:1fr;gap:10px}.contact-v2-form input,.contact-v2-form select,.contact-v2-form textarea{min-height:47px;font-size:16px}.contact-v2-choice-list{gap:8px}.contact-v2-choice{padding:13px;border-radius:14px}.contact-turnstile-wrap,.contact-v2-turnstile{max-width:100%;overflow:hidden}.faq-page .faq-layout{gap:16px}.faq-page .faq-side-card{padding:16px;border-radius:17px}.faq-page .faq-side-list{display:flex;flex-wrap:wrap;gap:6px}.faq-page .faq-side-list li{padding:6px 9px;border-radius:999px;background:#f2f6fb;font-size:.72rem}.faq-page .faq-category-heading{margin:16px 0 7px}.faq-page .faq-detail{border-radius:14px}.faq-page .faq-detail summary{grid-template-columns:28px 1fr;gap:9px;min-height:52px;padding:10px 11px}.faq-page .faq-number{width:28px;height:28px;font-size:.66rem}.faq-page .faq-question{font-size:.86rem;line-height:1.25}.faq-page .faq-answer{padding:0 12px 12px 48px;font-size:.82rem}.insights-page .insights-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.insights-page .insights-category-card,.insights-page .insights-topic-card,.insights-page .insights-feature-card,.insights-page .insights-decision-card{min-height:0;padding:15px;border-radius:16px}.insights-page .insights-topic-card p,.insights-page .insights-feature-card p{margin-bottom:0}.case-overview-grid,.case-signal-grid{gap:8px}.case-overview-card,.case-detail-card,.case-signal-card,.case-why-card,.content-block,.single-case_study .card,.single-post .card{min-height:0;padding:15px;border-radius:16px}.case-metrics-row>*,.metric-grid>*{min-height:0;padding:11px}.before-after-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.site-footer{padding-top:34px}.site-footer .footer-grid{gap:20px}.site-footer .footer-logo{max-width:210px}.site-footer .footer-links-group{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}.site-footer .footer-link-column{min-width:0}.site-footer .footer-action-column{grid-column:1 / -1;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.site-footer .footer-link-column h3{margin:0 0 11px;color:#fff;font-size:.9rem;line-height:1.2}.site-footer .footer-links{display:grid;gap:8px}.site-footer .footer-links a{font-size:.78rem;line-height:1.35}.site-footer .footer-links-group>.footer-action-column .footer-links{grid-template-columns:1fr !important;gap:8px !important}.site-footer .footer-links-group>.footer-action-column .footer-links a:first-child{display:block !important}.site-footer .footer-bottom{gap:7px;padding-top:16px;font-size:.7rem}.site-header.open .mobile-nav,.mobile-nav{max-height:calc(100dvh - 88px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}html,body{max-width:100%;overflow-x:clip}body:not(.home) main,body:not(.home) main>section,body:not(.home) .container,body:not(.home) .grid-2,body:not(.home) .grid-3,body:not(.home) .grid-4,body:not(.home) .grid-5{min-width:0}.page-identity-band{padding:14px 0 15px}.page-identity-inner{gap:5px}.breadcrumb-trail{gap:6px;font-size:.63rem;line-height:1.2;letter-spacing:.07em}.page-identity-title{margin:3px 0 0;font-size:1rem;line-height:1.15}.page-identity-description{margin:3px 0 0;max-width:34ch;font-size:.78rem;line-height:1.38}body:not(.home) .page-hero.inner-hero{padding-top:28px;padding-bottom:30px}body:not(.home) .page-hero.inner-hero h1{font-size:clamp(2rem,9.5vw,2.75rem);line-height:.98}body:not(.home) .page-hero.inner-hero p{margin-top:10px;margin-bottom:0}body:not(.home) .page-hero.inner-hero .button-row{margin-top:16px}.case-hero .container{gap:16px}.case-hero h1{font-size:clamp(1.75rem,8.6vw,2.35rem);line-height:.98}.case-hero .lead,.case-hero p{font-size:.95rem;line-height:1.45}.case-hero .inner-hero-card{padding:16px;border-radius:18px}.case-hero .mini-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.case-hero .mini-metrics div{padding:11px}.case-overview-grid{grid-template-columns:1fr;gap:10px}.case-overview-card{padding:15px}.case-overview-card .result-number{font-size:2.35rem}.case-metrics-row,.case-metrics-row.three,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:14px 0}.case-metrics-row div,.metric-grid div{padding:10px 11px;border-radius:13px}.case-metrics-row strong,.metric-grid strong{font-size:1.45rem}.case-metrics-row span,.metric-grid span{margin-top:4px;font-size:.62rem}.case-question-list{padding:15px;border-radius:17px}.case-question-list h3{margin-bottom:8px;font-size:1rem}.case-question-list div{display:grid;grid-template-columns:15px 1fr;gap:9px;align-items:start;min-height:0;padding:9px 0;border-radius:0;font-size:.88rem;line-height:1.3}.case-question-list div span{width:10px;height:10px;margin-top:3px;box-shadow:0 0 0 3px #eef5ff}.case-question-list>p{margin:10px 0 0;font-size:.8rem;line-height:1.4}.ai-visibility-page .ai-clarity-card{padding:14px}.ai-visibility-page .ai-clarity-card>p{font-size:.82rem}.ai-visibility-page .ai-clarity-list div{display:block;min-height:0;padding:11px 0;border:0;border-bottom:1px solid #d8e6fb;border-radius:0;background:transparent;padding:9px 0}.ai-visibility-page .ai-clarity-list p{font-size:.82rem;line-height:1.4;margin:0;font-size:.79rem;line-height:1.35}.ai-visibility-page .ai-analysis-section .section-head{margin-bottom:10px}.ai-visibility-page .ai-analysis-grid{grid-template-columns:1fr;border-top:1px solid #dfe8f3;gap:0}.ai-visibility-page .ai-analysis-card{min-height:0;padding:12px 0;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;box-shadow:none;padding:9px 0}.ai-visibility-page .ai-scan-section .container{gap:14px}.ai-visibility-page .ai-scan-checklist{padding:14px;border-radius:17px;max-width:none;width:100%}.ai-visibility-page .ai-scan-checklist .btn{min-height:44px;padding:10px 12px;font-size:.86rem}.ai-visibility-page .ai-scan-checklist>p{display:inline-flex;align-items:center;margin:10px 0 12px;padding:8px 12px;border-radius:999px;background:#eef5ff;border:1px solid #d7e6fb;font-size:.78rem;line-height:1.2;font-weight:900;color:#1f3f86}.ai-visibility-page .ai-scan-checklist .check-list{gap:0}.ai-visibility-page .ai-scan-checklist .check-list div{min-height:0;padding:8px 0;font-size:.82rem;line-height:1.25;border-bottom:1px solid #e5edf7}.ai-visibility-page .ai-next-step-panel{padding:15px;gap:12px;border-radius:18px}.ai-visibility-page .ai-next-step-panel .review-check-card{padding:12px}.website-authority-page .wa-diagnostic-grid{grid-template-columns:1fr;gap:9px}.website-authority-page .wa-diagnostic-card{padding:16px}.website-authority-page .wa-diagnostic-card h3{font-size:1.25rem;margin-bottom:12px}.website-authority-page .wa-diagnostic-card ul{gap:10px;margin-top:0}.website-authority-page .wa-diagnostic-card li{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;column-gap:10px;padding:0;font-size:.85rem;line-height:1.32}.website-authority-page .wa-diagnostic-card li:before{position:static;width:22px;height:22px;font-size:.78rem}.website-authority-page .wa-split{gap:10px;align-items:start}.website-authority-page .wa-signals-section{padding-top:30px;padding-bottom:34px}.website-authority-page .wa-signals-section .wa-split{gap:8px}.website-authority-page .wa-signals-section p:last-child{margin-bottom:0}.website-authority-page .wa-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px;border-radius:16px;grid-template-columns:1fr;gap:0;padding:8px 14px;border-radius:17px;margin-top:0}.website-authority-page .wa-signal-grid>span{position:relative;min-height:0;padding:10px 0 10px 24px;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;font-size:.84rem;line-height:1.24}.website-authority-page .wa-signal-grid>span:before{content:'';position:absolute;left:2px;top:14px;width:8px;height:8px;border-radius:50%;background:#00e6a8;box-shadow:0 0 0 4px rgba(0,230,168,.1)}.website-authority-page .wa-ai-foundation-panel{padding:14px;border-radius:18px;padding:13px}.website-authority-page .wa-ai-foundation-head h3{font-size:1.05rem}.website-authority-page .wa-ai-foundation-item{gap:9px;border:0;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;grid-template-columns:30px 1fr;padding:10px 0}.website-authority-page .wa-ai-foundation-item strong{font-size:.92rem}.website-authority-page .wa-ai-foundation-item p{font-size:.78rem;margin-top:3px;font-size:.76rem;line-height:1.38}.website-authority-page .wa-fit-panel,.website-authority-page .wa-final-panel{padding:16px}.ppc-page .ppc-service-grid,.ppc-page .ppc-process-grid{display:grid;grid-template-columns:1fr;gap:0}.ppc-page .ppc-process-step{grid-template-columns:32px 1fr;gap:10px;min-height:0;padding:11px 0;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:'num title' 'num copy';column-gap:10px;row-gap:3px;width:100%;min-width:0;padding:12px 0}.ppc-page .ppc-process-step>span{grid-area:num;width:38px;height:38px;margin:0}.ppc-page .ppc-process-step>h3{grid-area:title;margin:0;font-size:.98rem}.ppc-page .ppc-process-step>p{grid-area:copy;width:auto;min-width:0;margin:0;font-size:.8rem;line-height:1.38;overflow-wrap:anywhere;word-break:normal}.ppc-page .ppc-service-card{min-height:0;padding:12px 0;border:0;border-bottom:1px solid #dfe8f3;border-radius:0;background:transparent;box-shadow:none;padding:10px 0}.ppc-page .ppc-service-card h3{font-size:.96rem}.ppc-page .ppc-service-card p{margin:0;font-size:.82rem;line-height:1.4;font-size:.79rem}.about-page-enhanced .about-hero .grid-2{gap:18px}.about-page-enhanced .about-photo-wrap{width:min(100%,245px);margin:0 auto}.about-page-enhanced .about-photo-wrap .about-photo{display:block;width:100%;height:278px;max-height:278px;aspect-ratio:auto;object-fit:cover;object-position:center 25%;border-radius:18px}.about-page-enhanced .about-photo-wrap .photo-caption{margin:8px 0 0;padding:0;border:0;text-align:center}.about-page-enhanced .about-photo-wrap .photo-caption strong{font-size:1rem}.about-page-enhanced .about-photo-wrap .photo-caption span{margin-top:2px;font-size:.72rem;line-height:1.3}.about-page-enhanced .about-founder-section{padding-top:26px}body:not(.home) .section>.container>:first-child{margin-top:0}body:not(.home) .section>.container>:last-child{margin-bottom:0}.strategic-seo-page .card,.ai-visibility-page .card,.website-authority-page .card,.ppc-page .card{min-height:0}}@media (max-width:369px){.site-footer .footer-links-group{grid-template-columns:1fr;gap:16px}}@media (min-width:768px){.site-footer .footer-link-column h3{margin:0 0 13px;color:rgba(255,255,255,.82);font-size:1rem;font-weight:800;line-height:1.2}}.home-below-fold{overflow:hidden}.home-below-fold .home-section-head-narrow{max-width:820px;margin-left:auto;margin-right:auto}.home-category-intro{position:relative;padding-top:76px;padding-bottom:76px;background:linear-gradient(135deg,#f8fbff 0%,#fff 52%,#f3f8ff 100%);border-bottom:1px solid var(--border);overflow:hidden}.home-category-intro:before{content:'';position:absolute;right:-130px;top:-170px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(65,135,255,.15),rgba(65,135,255,0) 68%);pointer-events:none}.home-category-intro:after{content:'';position:absolute;left:0;bottom:0;width:42%;height:3px;background:linear-gradient(90deg,var(--primary),#65b9ff,transparent)}.home-category-intro .grid-2{position:relative;z-index:1;align-items:center;padding:34px 38px;border:1px solid rgba(70,112,180,.14);border-radius:26px;background:rgba(255,255,255,.82);box-shadow:0 24px 70px rgba(18,45,84,.08);backdrop-filter:blur(8px)}.home-category-intro h2{margin-bottom:0}.home-category-intro .text-link{display:inline-flex;align-items:center;gap:8px;margin-top:4px;font-weight:800}.home-category-intro .text-link:after{content:'→';transition:transform .2s ease}.home-category-intro .text-link:hover:after{transform:translateX(4px)}.home-owner-recognition{position:relative;background:#fff}.home-owner-recognition:before{content:'';position:absolute;left:-180px;top:18%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(43,91,214,.08),rgba(43,91,214,0) 70%);pointer-events:none}.home-owner-grid,.home-competitor-grid,.home-diagnosis-grid,.home-final-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(44px,6vw,88px);align-items:center}.home-owner-copy,.home-diagnosis-copy{max-width:660px}.home-owner-signs{position:relative;border:1px solid rgba(75,110,165,.17);border-radius:24px;background:linear-gradient(145deg,#fff,#f8fbff);box-shadow:0 28px 70px rgba(18,45,84,.11);overflow:hidden}.home-owner-signs:before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--primary),#57b8ff)}.home-sign-row{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:22px 24px 22px 28px;border-bottom:1px solid var(--border);transition:background .2s ease,transform .2s ease}.home-sign-row:hover{background:#f6faff;transform:translateX(3px)}.home-sign-row:last-child{border-bottom:0}.home-sign-row>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid #dceaff;border-radius:50%;background:linear-gradient(145deg,#f5f9ff,#e8f2ff);color:var(--primary);font-size:.78rem;font-weight:800;box-shadow:0 8px 18px rgba(42,91,210,.1)}.home-sign-row strong{display:block;margin-bottom:5px;color:var(--navy);font-size:1.03rem}.home-sign-row p{margin:0;color:var(--text-light);font-size:.94rem;line-height:1.5}.home-demand-journey{position:relative;background:linear-gradient(180deg,#f3f8ff 0%,#f9fbfe 55%,#fff 100%);overflow:hidden}.home-demand-journey:before{content:'';position:absolute;left:50%;top:0;width:680px;height:260px;transform:translateX(-50%);background:radial-gradient(ellipse at top,rgba(56,117,226,.12),rgba(56,117,226,0) 72%);pointer-events:none}.home-demand-journey .container{position:relative;z-index:1}.home-journey-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:42px;border:0;background:transparent;overflow:visible;box-shadow:none}.home-journey-grid:before{content:'';position:absolute;left:11%;right:11%;top:54px;height:2px;background:linear-gradient(90deg,rgba(43,91,214,.18),rgba(43,91,214,.48),rgba(43,91,214,.18));z-index:0}.home-journey-step{position:relative;z-index:1;padding:28px 24px 26px;min-height:242px;border:1px solid rgba(73,111,170,.16);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 22px 52px rgba(18,45,84,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-journey-step:hover{transform:translateY(-5px);border-color:rgba(43,91,214,.3);box-shadow:0 28px 64px rgba(18,45,84,.13)}.home-journey-step:last-child{border-right:1px solid rgba(73,111,170,.16)}.home-journey-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 0 22px;border:1px solid #dce9ff;border-radius:17px;background:linear-gradient(145deg,#f7faff,#eaf3ff);color:var(--primary);box-shadow:0 10px 25px rgba(43,91,214,.12)}.home-journey-icon svg{width:25px;height:25px}.home-journey-number{position:absolute;right:20px;top:20px;display:grid;place-items:center;width:32px;height:32px;margin:0;border-radius:999px;background:#eef4ff;color:var(--primary);font-size:.7rem;font-weight:850;letter-spacing:.06em}.home-journey-step h3{font-size:1.38rem;margin-bottom:10px}.home-journey-step p{margin:0;color:var(--text-light);line-height:1.6}.home-journey-close{position:relative;max-width:780px;margin:32px auto 0;padding:16px 24px;text-align:center;font-weight:750;color:var(--navy);border:1px solid rgba(73,111,170,.14);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 30px rgba(18,45,84,.05)}.home-competitor-section{position:relative;background:linear-gradient(145deg,#fff 0%,#fff 62%,#f5f9ff 100%)}.home-competitor-section:after{content:'';position:absolute;right:0;bottom:0;width:36%;height:3px;background:linear-gradient(90deg,transparent,#68b8ff,var(--primary))}.home-clarity-panel{position:relative;padding:36px;border:1px solid rgba(73,111,170,.16);border-radius:24px;background:linear-gradient(145deg,#f7fbff,#fff);box-shadow:0 26px 68px rgba(18,45,84,.1);overflow:hidden}.home-clarity-panel:before{content:'';position:absolute;right:-70px;top:-80px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(69,143,255,.13),rgba(69,143,255,0) 70%)}.home-clarity-panel h3{position:relative;margin-bottom:22px}.home-clarity-list{position:relative;display:grid;gap:0}.home-clarity-list>div{display:grid;grid-template-columns:28px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.home-clarity-list>div:last-child{border-bottom:0}.home-clarity-list span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e7f8ef;color:#11804a;font-size:.78rem;font-weight:900;box-shadow:0 6px 14px rgba(17,128,74,.1)}.home-clarity-list p{margin:0;color:var(--navy);font-weight:650}.home-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:40px}.home-system-card{padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.07)}.home-system-label{display:inline-block;margin-bottom:20px;padding:7px 11px;border-radius:999px;background:rgba(71,200,127,.15);color:#87e3ad;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.home-system-card h3{color:#fff;font-size:1.45rem}.home-system-card p{color:rgba(255,255,255,.78)}.home-system-card .inline-link{color:#fff}.home-supporting-services{max-width:880px;margin:28px auto 0;text-align:center;color:rgba(255,255,255,.76)}.home-system-section .home-supporting-services .inline-link{color:#fff}.home-report-compare{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(18,45,84,.08)}.home-compare-column{padding:30px}.home-compare-muted{background:#f6f8fb}.home-compare-focus{background:#eef7ff}.home-compare-title{display:block;margin-bottom:20px;color:var(--navy);font-size:.82rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.home-compare-column ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.home-compare-column li{position:relative;padding-left:24px;line-height:1.5;color:var(--text)}.home-compare-muted li:before{content:'–';position:absolute;left:0;color:#8b96a7;font-weight:800}.home-compare-focus li:before{content:'✓';position:absolute;left:0;color:#11804a;font-weight:900}.home-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:40px}.home-proof-stat{padding:28px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(18,45,84,.06)}.home-proof-stat>strong{display:block;margin:18px 0 2px;color:var(--primary);font-size:clamp(2.5rem,4vw,4rem);line-height:1;font-weight:850;letter-spacing:-.05em}.home-proof-stat h3{font-size:1.15rem;margin-bottom:12px}.home-proof-stat p{margin:0;color:var(--text-light)}.home-proof-actions{text-align:center;margin-top:28px}.home-founder-panel{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(34px,5vw,70px);align-items:center;margin-top:64px;padding:clamp(28px,4vw,54px);border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(18,45,84,.08)}.home-founder-photo-wrap{max-width:380px;margin:auto}.home-founder-photo{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:22px}.home-founder-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:24px 0}.home-founder-points span{position:relative;padding-left:24px;color:var(--navy);font-weight:650}.home-founder-points span:before{content:'✓';position:absolute;left:0;color:#11804a;font-weight:900}.home-founder-quote{margin:26px 0 18px;padding:22px 24px;border-left:4px solid var(--primary);background:#f6f9fc;border-radius:0 16px 16px 0;color:var(--navy);font-size:1.02rem;line-height:1.65;font-style:italic}.home-founder-quote cite{display:block;margin-top:12px;color:var(--text-light);font-size:.86rem;font-style:normal;font-weight:700}.home-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:40px}.home-process-grid article{padding:26px 22px;border-top:3px solid var(--primary);background:#fff;border-radius:0 0 18px 18px;box-shadow:0 18px 42px rgba(18,45,84,.06)}.home-process-grid span{display:block;margin-bottom:22px;color:var(--primary);font-size:.78rem;font-weight:850;letter-spacing:.08em}.home-process-grid h3{font-size:1.22rem;margin-bottom:10px}.home-process-grid p{margin:0;color:var(--text-light)}.home-final-grid{align-items:center}.home-response-note{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.68);font-size:.92rem}.home-choice-stack{display:grid;gap:16px}.home-choice-card{padding:28px;border-radius:22px}.home-choice-card>span,.home-choice-kicker{display:block;margin-bottom:12px;font-size:.77rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.home-choice-card h3{font-size:1.35rem;margin-bottom:10px}.home-choice-card p,.home-choice-description{line-height:1.6}.home-choice-primary{background:#fff;color:var(--text)}.home-choice-primary .home-choice-kicker{color:#2457df;-webkit-text-fill-color:#2457df}.home-choice-primary .home-choice-title{color:#07111f;-webkit-text-fill-color:#07111f}.home-choice-primary .home-choice-description{margin:0 0 16px;color:var(--slate);-webkit-text-fill-color:var(--slate)}.home-choice-secondary{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:rgba(255,255,255,.78)}.home-choice-secondary h3{color:#fff}.home-choice-secondary>span{color:#87e3ad}.home-choice-card .btn{width:100%;justify-content:center;text-align:center}@media (min-width:981px){.home-final-decision{padding-top:76px;padding-bottom:76px}.home-final-grid{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(56px,6vw,92px)}.home-final-grid>div:first-child{max-width:640px}.home-final-grid h2{font-size:clamp(2.25rem,2.7vw,3.2rem);line-height:1.05}.home-final-grid .lead{max-width:610px}.home-choice-card{padding:24px 28px}.home-choice-card>span,.home-choice-kicker{margin-bottom:8px}.home-choice-card h3{font-size:1.3rem;margin-bottom:8px}.home-choice-card p,.home-choice-description{margin:0 0 16px;line-height:1.5}}.mobile-home-content{display:none}@media (max-width:700px){body.home .desktop-home-content{display:none!important}body.home .mobile-home-content{display:block;background:#fff}body.home .mobile-home-section{padding:23px 0}body.home .mobile-home-section .container{width:min(100% - 20px,1160px)}body.home .mobile-home-section .eyebrow{margin:0 0 6px;font-size:.66rem;letter-spacing:.075em}body.home .mobile-home-section h2{margin:0 0 9px;font-size:clamp(1.24rem,5.5vw,1.46rem);line-height:1.1;letter-spacing:-.025em}body.home .mobile-home-lead{margin:0;font-size:.82rem;line-height:1.42;color:var(--slate)}body.home .mobile-demand-list{display:grid;gap:0;margin-top:15px;border-top:1px solid rgba(38,73,127,.14);border-bottom:1px solid rgba(38,73,127,.14);background:#fff}body.home .mobile-demand-list article{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:10px 2px;border-bottom:1px solid rgba(38,73,127,.1)}body.home .mobile-demand-list article:last-child{border-bottom:0}body.home .mobile-demand-list span,.mobile-method-steps span{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:#edf3ff;color:#2457df;font-size:.58rem;font-weight:850}body.home .mobile-demand-list h3,.mobile-method-steps h3{margin:0 0 2px;font-size:.91rem;line-height:1.2}body.home .mobile-demand-list p,.mobile-method-steps p{margin:0;font-size:.79rem;line-height:1.35;color:var(--slate)}body.home .mobile-home-system{background:#071b3a;color:#fff}body.home .mobile-home-system h2{color:#fff}body.home .mobile-home-system .mobile-home-lead{color:rgba(255,255,255,.76)}body.home .mobile-service-list{display:grid;gap:0;margin-top:15px;border-top:1px solid rgba(255,255,255,.14)}body.home .mobile-service-list a{display:block;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14);text-decoration:none;color:#fff}body.home .mobile-service-label{display:block;margin-bottom:3px;color:#87e3ad;font-size:.61rem;font-weight:850;letter-spacing:.065em;text-transform:uppercase}body.home .mobile-service-list strong{display:block;margin-bottom:3px;font-size:1rem}body.home .mobile-service-list p{margin:0 0 5px;color:rgba(255,255,255,.72);font-size:.79rem;line-height:1.36}body.home .mobile-service-list em{font-style:normal;font-size:.77rem;font-weight:800;color:#fff}body.home .mobile-method-steps{display:grid;gap:0;margin-top:15px;border-top:1px solid rgba(38,73,127,.12)}body.home .mobile-method-steps article{display:grid;grid-template-columns:28px 1fr;gap:9px;padding:10px 2px;border-bottom:1px solid rgba(38,73,127,.1)}body.home .mobile-full-button{width:100%;justify-content:center;text-align:center;white-space:normal;line-height:1.2;margin-top:15px;padding:11px 14px;font-size:.84rem}body.home .mobile-home-proof{background:#f3f6fa}body.home .mobile-featured-result{padding:13px 12px;border:1px solid rgba(38,73,127,.1);border-radius:14px;background:#fff}body.home .mobile-featured-result>span{display:block;margin-bottom:5px;color:#66758a;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.055em}body.home .mobile-featured-result>strong{display:block;margin-bottom:2px;font-size:2.05rem;line-height:1;color:#2457df;letter-spacing:-.045em}body.home .mobile-featured-result h2{margin-bottom:6px;font-size:1.16rem}body.home .mobile-featured-result p{margin:0 0 8px;font-size:.81rem;line-height:1.38;color:var(--slate)}body.home .mobile-founder-card{display:grid;grid-template-columns:62px 1fr;gap:12px;align-items:start}body.home .mobile-founder-card img{width:62px;height:62px;object-fit:cover;border-radius:13px}body.home .mobile-founder-card h2{font-size:1.2rem}body.home .mobile-founder-card p:not(.eyebrow){margin:0 0 8px;font-size:.81rem;line-height:1.4;color:var(--slate)}body.home .mobile-founder-proof{margin:0 0 8px;padding-top:8px;border-top:1px solid rgba(38,73,127,.12);font-size:.7rem;font-weight:750;line-height:1.35;color:#263951}body.home .mobile-home-final{background:#071b3a;color:#fff;padding-top:24px;padding-bottom:24px}body.home .mobile-home-final h2{color:#fff}body.home .mobile-home-final .mobile-home-lead{color:rgba(255,255,255,.76)}body.home .mobile-fit-note{margin:10px 0 0;padding-top:10px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.66);font-size:.74rem;line-height:1.38}body.home .mobile-secondary-link{display:block;margin-top:10px;text-align:center;color:#fff;font-size:.78rem;font-weight:750}}@media (max-width:980px){.home-owner-grid,.home-competitor-grid,.home-diagnosis-grid,.home-final-grid{grid-template-columns:1fr;gap:36px}.home-owner-copy,.home-diagnosis-copy{max-width:none}.home-journey-grid,.home-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-journey-grid:before{display:none}.home-system-grid,.home-proof-grid{grid-template-columns:1fr}.home-founder-panel{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr)}}@media (max-width:700px){.home-below-fold .section{padding-top:42px;padding-bottom:42px}.home-category-intro{padding-top:42px;padding-bottom:42px}.home-category-intro .grid-2{padding:22px 18px;border-radius:20px}.home-below-fold .section-head{margin-bottom:0}.home-below-fold .section-head p:last-child{margin-bottom:0}.home-below-fold .eyebrow{margin-bottom:10px}.home-below-fold h2{font-size:clamp(1.7rem,7.3vw,2.08rem);line-height:1.08;margin-bottom:14px}.home-below-fold .lead{font-size:.98rem;line-height:1.5;margin-bottom:14px}.home-below-fold p{line-height:1.5}.home-owner-grid,.home-competitor-grid,.home-diagnosis-grid,.home-final-grid{gap:20px}.home-owner-copy p:last-child,.home-diagnosis-copy p:last-child{margin-bottom:0}.home-owner-signs{border-radius:18px}.home-sign-row{grid-template-columns:32px 1fr;gap:10px;padding:13px 14px}.home-sign-row>span{width:30px;height:30px;font-size:.66rem}.home-sign-row strong{font-size:.97rem;line-height:1.25;margin-bottom:3px}.home-sign-row p{font-size:.84rem;line-height:1.42}.home-journey-grid,.home-process-grid{grid-template-columns:1fr;margin-top:20px;border-radius:18px}.home-journey-step{min-height:0;padding:18px 16px;border:1px solid rgba(73,111,170,.16)}.home-journey-step:last-child{border:1px solid rgba(73,111,170,.16)}.home-journey-icon{width:42px;height:42px;margin-bottom:12px;border-radius:14px}.home-journey-icon svg{width:21px;height:21px}.home-journey-number{right:14px;top:14px;width:28px;height:28px;font-size:.64rem}.home-journey-step h3{font-size:1.14rem;margin-bottom:4px}.home-journey-step p{font-size:.88rem;line-height:1.42}.home-journey-close{text-align:left;margin-top:16px;padding:14px 16px;border-radius:16px;font-size:.93rem;line-height:1.45}.home-clarity-panel{padding:18px 16px;border-radius:18px}.home-clarity-panel h3{font-size:1.14rem;margin-bottom:10px}.home-clarity-list>div{padding:9px 0;gap:10px}.home-clarity-list p{font-size:.9rem;line-height:1.4}.home-system-grid{gap:10px;margin-top:20px}.home-system-card{padding:18px 16px;border-radius:18px}.home-system-label{margin-bottom:10px;padding:5px 9px;font-size:.68rem}.home-system-card h3{font-size:1.18rem;margin-bottom:6px}.home-system-card p{font-size:.88rem;line-height:1.45;margin-bottom:10px}.home-supporting-services{text-align:left;margin-top:16px;font-size:.9rem;line-height:1.45}.home-report-compare{grid-template-columns:1fr;border-radius:18px}.home-compare-column{padding:17px 16px}.home-compare-title{margin-bottom:10px;font-size:.72rem}.home-compare-column ul{gap:8px}.home-compare-column li{padding-left:20px;font-size:.88rem;line-height:1.4}.home-proof-grid{gap:10px;margin-top:20px}.home-proof-stat{padding:18px 16px;border-radius:18px}.home-proof-stat>strong{margin:10px 0 0;font-size:2.35rem}.home-proof-stat h3{font-size:1.02rem;margin-bottom:6px}.home-proof-stat p{font-size:.86rem;line-height:1.42}.home-proof-actions{margin-top:18px}.home-founder-panel{grid-template-columns:1fr;margin-top:28px;padding:18px 16px;gap:18px;border-radius:20px}.home-founder-photo-wrap{max-width:190px}.home-founder-points{grid-template-columns:1fr;gap:7px;margin:16px 0}.home-founder-points span{font-size:.88rem}.home-founder-quote{padding:14px 14px;margin:16px 0 14px;font-size:.9rem;line-height:1.5}.home-process-grid{gap:9px;margin-top:20px}.home-process-grid article{padding:16px 16px}.home-process-grid span{margin-bottom:6px;font-size:.68rem}.home-process-grid h3{font-size:1.08rem;margin-bottom:4px}.home-process-grid p{font-size:.86rem;line-height:1.42}.home-response-note{margin-top:14px;padding-top:14px;font-size:.84rem}.home-choice-stack{gap:10px}.home-choice-card{padding:17px 16px;border-radius:18px}.home-choice-card>span,.home-choice-kicker{margin-bottom:7px;font-size:.68rem}.home-choice-card h3{font-size:1.15rem;margin-bottom:6px}.home-choice-card p,.home-choice-description{font-size:.87rem;line-height:1.42;margin-bottom:12px}.home-choice-card .btn{white-space:normal;line-height:1.25;padding:12px 14px}}.faq-side-list a{position:relative;display:block;padding-left:22px;color:#25364b;font-weight:800;line-height:1.38;text-decoration:none;transition:color .2s ease,transform .2s ease}.faq-side-list a:before{content:"";position:absolute;left:0;top:.48em;width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px rgba(36,87,230,.08)}.faq-side-list a:hover,.faq-side-list a:focus-visible{color:var(--blue);transform:translateX(3px)}.faq-side-list a:focus-visible{outline:3px solid rgba(36,87,230,.2);outline-offset:4px;border-radius:4px}.faq-category-heading{scroll-margin-top:118px}html{scroll-behavior:smooth}@media(max-width:980px){.faq-side-list a{height:100%}}@media(max-width:640px){.faq-side-list li{padding:0!important}.faq-side-list li:before{display:none!important}.faq-side-list a{display:flex;align-items:center;min-height:100%;padding:12px 12px 12px 34px;font-size:.94rem;line-height:1.2}.faq-side-list a:before{left:14px;top:50%;transform:translateY(-50%)}.faq-category-heading{scroll-margin-top:88px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.faq-side-list a{transition:none}}.seo-category-intro{background:#fff;border-bottom:1px solid rgba(11,28,51,.08)}.seo-category-intro .grid-2{align-items:center}.local-service-hero .inner-hero-card{align-self:stretch}.related-services-section{background:#f5f8fc}.compact-faq{max-width:920px;margin:0 auto;display:grid;gap:12px}.compact-faq details{background:#fff;border:1px solid rgba(11,28,51,.12);border-radius:14px;padding:0 20px;box-shadow:0 12px 30px rgba(10,28,54,.05)}.compact-faq summary{cursor:pointer;font-weight:800;padding:19px 30px 19px 0;position:relative;color:var(--navy)}.compact-faq summary::marker{content:""}.compact-faq summary:after{content:"+";position:absolute;right:0;top:16px;font-size:1.35rem;color:var(--blue)}.compact-faq details[open] summary:after{content:"−"}.compact-faq details p{padding:0 0 20px;margin:0;color:var(--muted)}.center-buttons{justify-content:center}.form-privacy-note{font-size:.82rem;line-height:1.45;color:var(--muted);margin:0 0 12px}@media(max-width:760px){.seo-category-intro .grid-2{gap:18px}.local-service-hero .grid-2{gap:24px}.compact-faq details{padding:0 16px}}.contact-v2-founder-card{display:grid;grid-template-columns:58px 1px minmax(0,1fr);gap:16px;align-items:center;margin-top:24px;padding:22px 4px 2px;border:0;border-top:1px solid rgba(14,27,53,.12);background:transparent;box-shadow:none}.contact-v2-founder-photo-wrap{position:relative;width:58px;height:58px;border-radius:18px;overflow:hidden;background:#e7eef9;box-shadow:0 8px 22px rgba(17,56,117,.12)}.contact-v2-founder-photo{width:100%;height:100%;object-fit:cover;display:block}.contact-v2-founder-divider{width:1px;height:48px;background:linear-gradient(180deg,rgba(36,87,230,.12),rgba(36,87,230,.45),rgba(36,87,230,.12))}.contact-v2-founder-copy .mini-label{display:inline-flex;align-items:center;gap:7px;margin:0 0 6px;color:var(--blue);background:transparent;padding:0;border-radius:0}.contact-v2-founder-check{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(36,87,230,.10);color:var(--blue);font-size:.72rem;font-weight:900}.contact-v2-founder-copy h3{margin:0 0 4px;font-size:clamp(1.06rem,1.5vw,1.24rem);line-height:1.14;letter-spacing:-.025em}.contact-v2-founder-copy p{margin:0;color:#526174;font-size:.92rem;line-height:1.45}.review-founder-photo-wrap{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:1/1;background:#e7eef9}.review-founder-photo{width:100%;height:100%;object-fit:cover;display:block}.review-founder-copy h3{margin:8px 0 8px}.review-founder-copy p{margin:0;color:#526174}.review-guidance-card{border:1px solid rgba(14,27,53,.08);background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);border-radius:22px;padding:18px 18px 16px;box-shadow:0 14px 32px rgba(17,56,117,.06)}.review-guidance-card h3{margin:0 0 8px;font-size:1.02rem}.review-guidance-card p{margin:0;color:#556476}.review-hero-stack{display:grid;gap:18px}.review-focus-card{padding:28px;border-radius:28px}.review-founder-card{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center;padding:20px;border-radius:28px;border:1px solid rgba(14,27,53,.08);background:linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);box-shadow:0 18px 46px rgba(17,56,117,.07)}.review-guidance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.review-after-booking{margin-top:22px;padding:24px 26px;border-radius:28px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);border:1px solid #dbe7f5}.review-after-booking h3{margin:0 0 14px}.review-after-booking ol{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0}.review-after-booking li{display:flex;gap:12px;align-items:flex-start}.review-after-booking li span{width:42px;height:42px;min-width:42px;border-radius:999px;background:#0b62ff;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;box-shadow:0 10px 24px rgba(11,98,255,.25)}.review-after-booking li strong{display:block;font-size:.98rem;line-height:1.4;color:#0e1b35}.service-visual-section{padding-top:24px}.service-visual-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:36px;align-items:center}.service-visual-grid-reverse{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.service-visual-frame{position:relative;padding:16px;border-radius:32px;background:linear-gradient(135deg,#ffffff 0%,#eef5ff 100%);border:1px solid rgba(12,39,89,.08);box-shadow:0 28px 60px rgba(17,56,117,.1)}.service-visual-frame img{display:block;width:100%;height:auto;border-radius:24px}.service-visual-copy .lead{max-width:54ch}.service-visual-list{margin-top:18px}.service-visual-list li{margin-bottom:12px}.service-visual-copy h2{margin-bottom:14px}@media (max-width:1100px){.review-guidance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-after-booking ol{grid-template-columns:1fr}.service-visual-grid,.service-visual-grid-reverse{grid-template-columns:1fr}}@media (max-width:820px){.contact-v2-founder-card{grid-template-columns:56px 1px minmax(0,1fr);gap:14px}.review-founder-card{grid-template-columns:1fr}.contact-v2-founder-photo-wrap{width:56px;height:56px}.review-founder-photo-wrap{max-width:220px}}@media (max-width:640px){.review-guidance-grid{grid-template-columns:1fr}.contact-v2-founder-card{grid-template-columns:50px minmax(0,1fr);gap:13px;padding:18px 0 0}.contact-v2-founder-divider{display:none}.contact-v2-founder-photo-wrap{width:50px;height:50px;border-radius:15px}.review-founder-card{padding:16px;border-radius:22px}.review-focus-card{padding:20px;border-radius:22px}.review-after-booking{padding:18px;border-radius:22px}.review-after-booking li span{width:38px;height:38px;min-width:38px;font-size:.76rem}.service-visual-frame{padding:10px;border-radius:22px}.service-visual-frame img{border-radius:16px}}.vr-page{overflow:hidden;background:#fff}.vr-page .eyebrow{letter-spacing:.16em}.vr-hero{position:relative;padding:86px 0 72px;background:linear-gradient(135deg,#f7faff 0%,#fff 54%,#eef7ff 100%);border-bottom:1px solid #dfe8f3;isolation:isolate}.vr-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(33,77,146,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(33,77,146,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 88%);z-index:-2}.vr-orb{position:absolute;border-radius:999px;filter:blur(2px);z-index:-1;pointer-events:none}.vr-orb-one{width:430px;height:430px;right:-140px;top:-170px;background:radial-gradient(circle,rgba(55,197,255,.22),rgba(55,197,255,0) 70%)}.vr-orb-two{width:340px;height:340px;left:-170px;bottom:-180px;background:radial-gradient(circle,rgba(36,87,230,.14),rgba(36,87,230,0) 72%)}.vr-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:78px;align-items:center}.vr-hero-copy{position:relative;z-index:2}.vr-hero-copy h1{font-size:clamp(3.15rem,4.6vw,5.15rem);max-width:790px;line-height:.98;letter-spacing:-.065em;text-wrap:balance}.vr-hero-copy .lead{max-width:680px;margin-top:24px;font-size:clamp(1.08rem,1.35vw,1.24rem);line-height:1.62}.vr-hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px}.vr-text-link{font-size:.92rem;font-weight:800;color:#34465e;transition:.2s ease}.vr-text-link span{display:inline-block;margin-left:5px;color:var(--blue);transition:transform .2s ease}.vr-text-link:hover{color:var(--blue)}.vr-text-link:hover span{transform:translateX(4px)}.vr-proof-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px;padding-top:24px;border-top:1px solid rgba(41,78,134,.12)}.vr-proof-row span{display:inline-flex;align-items:center;gap:5px;padding:9px 12px;border:1px solid #dce7f4;border-radius:999px;background:rgba(255,255,255,.78);font-size:.77rem;color:#5a6879;box-shadow:0 8px 22px rgba(21,55,108,.05)}.vr-proof-row span:before{content:"";width:7px;height:7px;border-radius:50%;background:#2b65f3;box-shadow:0 0 0 4px rgba(43,101,243,.1);margin-right:3px}.vr-proof-row b{color:#13213a}.vr-hero-visual{position:relative;min-height:590px;display:flex;flex-direction:column;align-items:center;justify-content:center}.vr-diagnostic-card{position:relative;width:min(100%,500px);padding:24px;border-radius:32px;background:rgba(8,23,43,.97);box-shadow:0 38px 90px rgba(8,31,72,.23);border:1px solid rgba(255,255,255,.12);overflow:hidden}.vr-diagnostic-card:before{content:"";position:absolute;inset:auto -80px -100px auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(55,197,255,.22),transparent 68%)}.vr-diagnostic-top{position:relative;display:flex;align-items:center;gap:9px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12);font-size:.76rem;font-weight:800;color:#d7e6f8;text-transform:uppercase;letter-spacing:.1em}.vr-live-dot{width:8px;height:8px;border-radius:50%;background:#47d7ff;box-shadow:0 0 0 5px rgba(71,215,255,.12)}.vr-mini-status{margin-left:auto;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.62rem;color:#9fc9ff}.vr-score-ring{width:185px;height:185px;margin:24px auto 22px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#37c5ff 0 31%,#2d61f0 31% 69%,rgba(255,255,255,.12) 69% 100%);position:relative;box-shadow:0 0 50px rgba(55,197,255,.12)}.vr-score-ring:before{content:"";position:absolute;inset:13px;border-radius:50%;background:#0b1d35;border:1px solid rgba(255,255,255,.08)}.vr-score-center{position:relative;text-align:center;color:#fff;display:grid}.vr-score-center strong{font-family:Sora,sans-serif;font-size:3.7rem;line-height:.95;letter-spacing:-.08em}.vr-score-center span{max-width:90px;font-size:.68rem;line-height:1.25;color:#9eb3ca;text-transform:uppercase;letter-spacing:.1em}.vr-signal-list{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px}.vr-signal-list>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:12px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.05);border-radius:16px}.vr-signal-list>div>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(55,197,255,.12);color:#71d9ff;font-size:.66rem;font-weight:900}.vr-signal-list p{margin:0;color:#fff;font-size:.78rem;line-height:1.25}.vr-signal-list strong{display:block;color:#fff;margin-bottom:3px}.vr-signal-list small{display:block;color:#93a9c1;font-size:.67rem;line-height:1.35}.vr-founder-float{position:relative;width:min(100%,500px);display:grid;grid-template-columns:56px 1fr;gap:13px;align-items:center;margin-top:14px;padding:12px 16px;border-radius:18px;background:#fff;border:1px solid #dbe7f4;box-shadow:0 16px 34px rgba(16,55,111,.12)}.vr-founder-float img{width:56px;height:56px;object-fit:cover;border-radius:13px}.vr-founder-float span{display:block;margin-bottom:4px;color:#2b65f3;font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.vr-founder-float strong{display:block;font-size:.83rem;line-height:1.3;color:#12213b}.vr-intro-strip{padding:46px 0;background:#071425;color:#fff;position:relative;overflow:hidden}.vr-intro-strip:after{content:"";position:absolute;right:0;top:0;width:36%;height:100%;background:radial-gradient(circle at 70% 50%,rgba(55,197,255,.15),transparent 62%)}.vr-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;position:relative;z-index:1}.vr-intro-strip h2{color:#fff;font-size:clamp(2rem,3vw,3.15rem);max-width:620px}.vr-intro-strip .eyebrow{color:#71d9ff}.vr-intro-copy{margin:0;color:#c9d8e9;font-size:1.08rem;line-height:1.68;max-width:760px}.vr-intro-copy a{color:#8dddff}.vr-guidance-section{padding-top:96px;background:#fff}.vr-section-head{margin-bottom:46px}.vr-section-head .lead{margin-top:16px}.vr-guidance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vr-guidance-card{position:relative;min-height:290px;padding:28px 24px 24px;border-radius:26px;border:1px solid #dfe8f3;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 42px rgba(13,48,101,.07);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.vr-guidance-card:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(13,48,101,.11)}.vr-card-number{position:absolute;right:19px;top:18px;color:#a6b6ca;font-size:.7rem;font-weight:900;letter-spacing:.12em}.vr-card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:34px;border-radius:15px;background:#edf4ff;color:#2457e6;font-size:1.35rem;font-weight:900}.vr-guidance-card h3{margin-bottom:12px;font-size:1.25rem}.vr-guidance-card p{margin:0;font-size:.93rem;line-height:1.58}.vr-card-blue{background:linear-gradient(145deg,#eef6ff,#fff);border-color:#cfe0fa}.vr-card-blue:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-74px;bottom:-76px;background:radial-gradient(circle,rgba(36,87,230,.16),transparent 68%)}.vr-card-dark{background:#0a1a30;border-color:#0a1a30}.vr-card-dark h3{color:#fff}.vr-card-dark p{color:#c2d0e1}.vr-card-dark .vr-card-number{color:#64809e}.vr-card-dark .vr-card-icon{background:rgba(255,255,255,.1);color:#7bddff}.vr-process-section{background:linear-gradient(180deg,#f6f9fe 0%,#eef5ff 100%);border-top:1px solid #e0e9f4;border-bottom:1px solid #e0e9f4}.vr-process-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:start}.vr-process-copy{position:sticky;top:120px}.vr-process-copy h2{font-size:clamp(2.3rem,3.4vw,3.85rem)}.vr-process-copy .lead{margin-top:20px}.vr-founder-quote{display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:center;margin-top:30px;padding:17px;border-radius:20px;background:rgba(255,255,255,.78);border:1px solid #dae6f4}.vr-founder-quote img{width:58px;height:58px;object-fit:cover;border-radius:15px}.vr-founder-quote p{margin:0;font-size:.86rem;line-height:1.5;font-weight:650;color:#34475f}.vr-process-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;counter-reset:none}.vr-process-list li{display:grid;grid-template-columns:72px 1fr;gap:22px;align-items:center;padding:25px 26px;border:1px solid #d9e5f3;border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 12px 32px rgba(13,48,101,.055);position:relative;overflow:hidden}.vr-process-list li:after{content:"";position:absolute;left:35px;bottom:-18px;width:1px;height:35px;background:#bdd0e8}.vr-process-list li:last-child:after{display:none}.vr-process-list li>span{width:58px;height:58px;border-radius:18px;background:#0d203a;color:#fff;display:grid;place-items:center;font-size:.76rem;font-weight:900;letter-spacing:.1em;box-shadow:0 10px 24px rgba(13,32,58,.16)}.vr-process-list h3{font-size:1.18rem;margin-bottom:7px}.vr-process-list p{margin:0;font-size:.9rem;line-height:1.5}.vr-fit-section{background:#fff}.vr-fit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.vr-fit-card{display:flex;flex-direction:column;min-height:330px;padding:30px;border:1px solid #dfe8f3;border-radius:28px;background:#fff;box-shadow:0 17px 44px rgba(12,43,91,.07);position:relative;overflow:hidden}.vr-fit-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#2457e6,#37c5ff);opacity:.25}.vr-fit-label{align-self:flex-start;padding:7px 10px;border-radius:999px;background:#edf4ff;color:#2457e6;font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.vr-fit-card h3{font-size:1.36rem;line-height:1.12;margin-bottom:14px}.vr-fit-card p{font-size:.92rem;line-height:1.58;margin-bottom:24px}.vr-fit-card a{margin-top:auto;font-size:.82rem;font-weight:900;color:#2457e6}.vr-fit-card a span{display:inline-block;margin-left:5px;transition:transform .2s ease}.vr-fit-card a:hover span{transform:translateX(4px)}.vr-fit-featured{background:linear-gradient(145deg,#0a1a30,#102a4b);border-color:#17385f;transform:translateY(-10px);box-shadow:0 28px 60px rgba(8,31,72,.2)}.vr-fit-featured:before{opacity:1}.vr-fit-featured .vr-fit-label{background:rgba(55,197,255,.13);color:#7cddff}.vr-fit-featured h3{color:#fff}.vr-fit-featured p{color:#bfd0e3}.vr-fit-featured a{color:#7cddff}.vr-final-section{padding-top:30px;background:#fff}.vr-final-panel{position:relative;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;padding:54px 58px;border-radius:36px;background:radial-gradient(circle at 90% 15%,rgba(55,197,255,.18),transparent 30%),linear-gradient(135deg,#071425,#102d50);overflow:hidden;box-shadow:0 30px 75px rgba(8,31,72,.2)}.vr-final-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px}.vr-final-panel>*{position:relative;z-index:1}.vr-final-panel .eyebrow{color:#7cddff}.vr-final-panel h2{color:#fff;font-size:clamp(2.4rem,3.7vw,4rem)}.vr-final-panel .lead{color:#c6d5e6;margin-top:16px;max-width:690px}.vr-final-action{display:grid;gap:14px;justify-items:center;min-width:230px}.vr-final-action .btn{width:100%}.vr-final-action small{max-width:230px;text-align:center;color:#9eb1c7;font-size:.72rem;line-height:1.45}@media(max-width:1120px){.vr-hero-grid{grid-template-columns:1fr 440px;gap:42px}.vr-guidance-grid{grid-template-columns:repeat(2,1fr)}.vr-process-layout{gap:44px}}@media(max-width:900px){.vr-hero{padding:58px 0 54px}.vr-hero-grid,.vr-intro-grid,.vr-process-layout,.vr-final-panel{grid-template-columns:1fr}.vr-hero-copy h1{font-size:clamp(2.65rem,8vw,4rem);max-width:760px}.vr-hero-visual{min-height:auto;padding-top:12px}.vr-diagnostic-card{width:100%}.vr-founder-float{margin:14px auto 0;width:100%}.vr-intro-grid{gap:20px}.vr-process-copy{position:relative;top:auto}.vr-fit-grid{grid-template-columns:1fr}.vr-fit-featured{transform:none}.vr-final-panel{gap:30px;padding:44px 34px}.vr-final-action{justify-items:start;min-width:0;width:min(100%,320px)}.vr-final-action small{text-align:left}}@media(max-width:640px){.vr-hero{padding:42px 0 38px}.vr-hero-copy h1{font-size:clamp(2.22rem,10vw,3.05rem);line-height:1}.vr-hero-copy .lead{font-size:1rem;line-height:1.5;margin-top:16px}.vr-hero-actions{display:grid;gap:14px;margin-top:22px}.vr-hero-actions .btn{width:100%}.vr-text-link{text-align:center}.vr-proof-row{display:grid;gap:8px;margin-top:24px;padding-top:18px}.vr-proof-row span{justify-content:flex-start;width:100%}.vr-diagnostic-card{padding:16px;border-radius:24px}.vr-score-ring{width:152px;height:152px}.vr-score-center strong{font-size:3rem}.vr-signal-list{grid-template-columns:1fr}.vr-founder-float{grid-template-columns:56px 1fr}.vr-founder-float img{width:56px;height:56px}.vr-intro-strip{padding:36px 0}.vr-intro-copy{font-size:.96rem}.vr-guidance-section{padding-top:62px}.vr-guidance-grid{grid-template-columns:1fr}.vr-guidance-card{min-height:0;padding:22px}.vr-card-icon{margin-bottom:24px}.vr-process-list li{grid-template-columns:50px 1fr;gap:15px;padding:19px 17px}.vr-process-list li>span{width:46px;height:46px;border-radius:14px}.vr-founder-quote{grid-template-columns:48px 1fr}.vr-founder-quote img{width:48px;height:48px}.vr-fit-card{min-height:0;padding:24px}.vr-final-panel{padding:34px 24px;border-radius:27px}.vr-final-action{width:100%}.vr-final-action .btn{width:100%}}body.home .home-hero-reference-fold .home-hero-title,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .scan-page-hero h1,body:not(.home) .strategic-hero h1,body:not(.home) .ai-hero h1,body:not(.home) .case-hero h1,body:not(.home) .about-hero h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1,body:not(.home) .service-hero h1,body:not(.home) .local-service-hero h1{font-size:clamp(2.5rem,3.1vw,3.25rem) !important;line-height:1.04 !important;letter-spacing:-.045em !important;text-wrap:balance}.vr-diagnostic-image-wrap{width:min(100%,470px);margin:0 auto;border-radius:28px;overflow:hidden;box-shadow:0 28px 62px rgba(8,31,72,.22);background:#07152b}.vr-diagnostic-image{display:block;width:100%;height:auto}@media (max-width:900px){body.home .home-hero-reference-fold .home-hero-title,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .scan-page-hero h1,body:not(.home) .strategic-hero h1,body:not(.home) .ai-hero h1,body:not(.home) .case-hero h1,body:not(.home) .about-hero h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1,body:not(.home) .service-hero h1,body:not(.home) .local-service-hero h1{font-size:clamp(2.25rem,6.2vw,3rem) !important}}@media (max-width:640px){body.home .home-hero-reference-fold .home-hero-title,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .scan-page-hero h1,body:not(.home) .strategic-hero h1,body:not(.home) .ai-hero h1,body:not(.home) .case-hero h1,body:not(.home) .about-hero h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1,body:not(.home) .service-hero h1,body:not(.home) .local-service-hero h1{font-size:clamp(2.05rem,8vw,2.25rem) !important;line-height:1.07 !important}.vr-diagnostic-image-wrap{border-radius:22px}}.contact-v2-hero-visual-image{width:100%;max-width:560px;justify-self:end;padding:0;overflow:hidden;background:transparent;border:0;box-shadow:none}.contact-v2-hero-visual-image img{display:block;width:100%;height:auto;border-radius:28px;filter:drop-shadow(0 24px 45px rgba(7,17,31,.18))}@media (max-width:767px){:root{--radius:17px}.container{width:min(100% - 20px,var(--max))!important}body:not(.home) h1,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .hero h1,body:not(.home) .hero-v4 h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1,body:not(.home) .wd-hero-copy h1,body:not(.home) .wa-hero-copy h1{font-size:clamp(1.62rem,7.4vw,1.94rem)!important;line-height:1.04!important;letter-spacing:-.048em!important;max-width:100%!important}body h2,body .section-head h2,body .contact-v2-expect-head h2,body .contact-v2-guidance h2,body .contact-v2-form-card h2,body .vr-section-head h2,body .wd-section-heading h2{font-size:clamp(1.22rem,5.7vw,1.48rem)!important;line-height:1.08!important;letter-spacing:-.04em!important}body h3{font-size:.94rem!important;line-height:1.16!important;letter-spacing:-.028em!important}body p{font-size:.82rem!important;line-height:1.43!important;margin-bottom:8px!important}body .lead{font-size:.87rem!important;line-height:1.43!important;margin-top:9px!important}body .small{font-size:.74rem!important;line-height:1.38!important}body .eyebrow{font-size:.56rem!important;letter-spacing:.12em!important;margin-bottom:7px!important}body .section{padding:27px 0!important}body .page-hero,body .page-hero.inner-hero{padding:25px 0 26px!important}body .section-head{margin-bottom:12px!important}body .section-head p,body .section-head .lead{margin-top:9px!important}body .grid-2,body .grid-3,body .grid-4,body .case-grid{gap:10px!important}body .button-row{gap:8px!important;margin-top:14px!important}body .btn{min-height:41px!important;padding:10px 14px!important;font-size:.8rem!important}body .card,body .split-card,body .scan-checklist,body .cta-panel,body .case-detail-card{padding:14px!important;border-radius:15px!important}body .card h3{margin-bottom:8px!important}body ul.clean{gap:7px!important}body ul.clean li{font-size:.86rem!important;line-height:1.42!important}body .navy-band{padding-top:29px!important;padding-bottom:29px!important}body .final-cta{padding-top:30px!important;padding-bottom:30px!important}body .local-service-hero .grid-2,body .services-overview-hero .grid-2,body .ppc-hero .grid-2,body .strategic-hero .grid-2,body .about-hero .grid-2{gap:15px!important}body .inner-hero-card{padding:14px!important;border-radius:15px!important}body .mini-metrics,body .ppc-hero-metrics{gap:8px!important;margin-top:12px!important}body .mini-metrics>*,body .ppc-hero-metrics>*{padding:10px!important;border-radius:13px!important}body .service-visual-section{padding:30px 0!important}body .service-visual-grid{gap:15px!important}body .service-visual-copy .eyebrow{margin-bottom:6px!important}body .service-visual-frame{border-radius:15px!important;padding:12px!important}body .service-visual-frame img,body .service-visual-frame svg{max-height:280px!important;object-fit:contain!important}body .related-services-section{padding:26px 0!important}body .local-service-hero{padding-bottom:30px!important}body .local-service-hero .button-row{margin-top:16px!important}body .seo-category-intro .grid-2{gap:12px!important}body .compact-faq{gap:9px!important}body .compact-faq details{padding:0 14px!important;border-radius:15px!important}body .compact-faq summary{padding:14px 34px 14px 0!important;font-size:.92rem!important}body .compact-faq .faq-answer{padding-bottom:13px!important}body .services-overview-hero{padding-bottom:28px!important}body .services-overview-hero+.section{padding-top:30px!important}body .services-overview-hero .inner-hero-card{margin-top:0!important}body .services-overview-hero~.section .service-card{min-height:0!important}body .ppc-page .section{padding:27px 0!important}body .ppc-problem-section .grid-2,body .ppc-difference-section .grid-2,body .ppc-fit-section .grid-2{gap:12px!important}body .ppc-service-grid{gap:12px!important}body .ppc-process-grid{gap:10px!important}body .ppc-process-step{padding:15px!important;border-radius:16px!important;min-height:0!important}body .ppc-process-step .step-number{margin-bottom:10px!important}body .case-hero{padding-bottom:30px!important}body .case-overview-section{padding:26px 0!important}body .case-overview-grid{gap:12px!important}body .case-overview-grid article{padding:14px!important;border-radius:15px!important}body .case-detail-section{padding:26px 0!important}body .case-study-detail{gap:12px!important}body .case-detail-card{margin:0!important}body .case-metrics-row,body .case-metrics-row.three{gap:8px!important;margin:14px 0!important}body .case-metrics-row>*{padding:11px!important;border-radius:13px!important}body .case-takeaway{margin-top:14px!important;padding:13px!important;border-radius:14px!important}body .case-common-section,body .case-why-section,body .case-final-cta{padding:29px 0!important}body .contact-v2-hero{padding:24px 0 25px!important}body .contact-v2-hero-inner{gap:19px!important}body .contact-v2-hero-trust{gap:6px!important;margin-top:15px!important}body .contact-v2-hero-trust span{font-size:.63rem!important;padding:6px 8px!important}body .contact-v2-hero-visual-image{width:min(100%,360px)!important;margin:0 auto!important}body .contact-v2-hero-visual-image img{border-radius:15px!important;filter:drop-shadow(0 15px 28px rgba(7,17,31,.16))}body .contact-v2-expect .container{padding:27px 0!important}body .contact-v2-expect-head{gap:8px!important;margin-bottom:15px!important}body .contact-v2-expect-grid{gap:7px!important}body .contact-v2-expect-grid article{padding:13px!important;border-radius:14px!important}body .contact-v2-page{padding:25px 0 70px!important}body .contact-v2-grid{gap:15px!important}body .contact-v2-intro{margin-bottom:14px!important}body .contact-v2-choice-list{gap:9px!important}body .contact-v2-choice{padding:14px!important;border-radius:16px!important}body .contact-v2-founder-card{margin-top:16px!important;padding-top:16px!important}body .contact-v2-form-card{padding:14px!important;border-radius:15px!important}body .contact-v2-form-head{margin-bottom:12px!important}body .contact-v2-next{margin-top:16px!important;padding-top:14px!important}body .vr-hero{padding:25px 0 26px!important}body .vr-hero-grid{gap:15px!important}body .vr-hero-actions{gap:9px!important;margin-top:17px!important}body .vr-proof-row{gap:6px!important;margin-top:17px!important;padding-top:14px!important}body .vr-diagnostic-image-wrap img{border-radius:15px!important}body .vr-founder-float{margin-top:9px!important;padding:10px!important;border-radius:14px!important}body .vr-intro-strip{padding:28px 0!important}body .vr-guidance-section,body .vr-process-section,body .vr-fit-section,body .vr-final-section{padding:27px 0!important}body .vr-guidance-grid,body .vr-fit-grid{gap:11px!important}body .vr-guidance-card,body .vr-fit-card{padding:14px!important;border-radius:15px!important}body .vr-process-layout{gap:15px!important}body .vr-process-list{gap:9px!important}body .vr-process-list li{padding:14px!important;border-radius:15px!important}body .vr-final-panel{padding:22px 18px!important;border-radius:20px!important}body .home-below-fold .section{padding:27px 0!important}body .home-owner-grid,body .home-competitor-grid,body .home-system-grid{gap:15px!important}body .home-journey-grid{gap:10px!important}body .home-sign-row{padding:12px!important;border-radius:14px!important}body .about-page .section{padding:27px 0!important}body .about-pov-layout,body .testimonial-split{gap:15px!important}body .about-difference-grid,body .about-baseline-grid{gap:10px!important}body .testimonials-section .testimonial-stack{gap:10px!important}body .testimonial-stack article{padding:14px!important;border-radius:15px!important}body .ai-visibility-page .section,body .strategic-seo-page .section,body .website-authority-page .section,body .web-design-page .section{padding:27px 0!important}body .wd-hero{padding:25px 0 27px!important}body .wd-hero-grid,body .wd-intro-grid,body .wd-includes-grid,body .wd-ai-grid{gap:15px!important}body .wd-value-strip{margin-top:18px!important;padding:14px!important;border-radius:16px!important}body .wd-process-grid,body .wd-compare-grid{gap:10px!important}body .wa-hero{padding:25px 0 27px!important}body .wa-hero-grid,body .wa-split{gap:15px!important}body .wa-question-tiles,body .wa-diagnostic-grid{gap:10px!important}body .wa-signals-section,body .wa-contrast-band{padding-top:35px!important;padding-bottom:35px!important}body .wa-signals-section .wa-signal-grid{padding:14px!important;border-radius:15px!important}body .card,body .split-card,body .scan-checklist,body .cta-panel,body .case-detail-card,body .service-card,body .ppc-process-step,body .case-overview-grid article,body .contact-v2-choice,body .contact-v2-form-card,body .vr-guidance-card,body .vr-fit-card,body .testimonial-stack article{width:100%!important;max-width:none!important;box-sizing:border-box!important}body .site-footer{padding-top:34px!important}body .footer-grid{gap:15px!important;margin-bottom:24px!important}body .footer-links-group{gap:18px!important}body .footer-bottom{padding-top:15px!important;gap:9px!important;font-size:.78rem!important}}@media (max-width:390px){.container{width:min(100% - 16px,var(--max))!important}body:not(.home) h1,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .hero h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1{font-size:1.58rem!important}body h2{font-size:1.2rem!important}body .section{padding:24px 0!important}}@media (max-width:767px){body:not(.home) h1,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .hero h1,body:not(.home) .contact-v2-hero h1,body:not(.home) .vr-hero-copy h1,body:not(.home) .wd-hero h1,body:not(.home) .wa-hero h1{font-size:clamp(1.8rem,8vw,2.15rem)!important;line-height:1.05!important;letter-spacing:-.045em!important;text-wrap:balance}body h2,body .section-head h2,body .contact-v2-expect-head h2,body .contact-v2-guidance h2,body .contact-v2-form-card h2,body .vr-section-head h2,body .wd-section-heading h2,body .wa-section-head h2{font-size:clamp(1.45rem,6.5vw,1.75rem)!important;line-height:1.1!important;letter-spacing:-.035em!important;max-width:100%!important;text-wrap:balance}body h3,body .card h3,body .service-card h3{font-size:1.05rem!important;line-height:1.2!important;letter-spacing:-.022em!important}body p,body li,body .lead,body .small{font-size:.94rem!important;line-height:1.48!important}body .lead{font-size:1rem!important;line-height:1.48!important}body .eyebrow{font-size:.66rem!important;line-height:1.25!important;letter-spacing:.105em!important;margin-bottom:7px!important;gap:7px!important}body .eyebrow:before{width:17px!important}.container,body .mobile-home-section .container,body .contact-v2-grid{width:min(100% - 24px,var(--max))!important;max-width:none!important}body .section,body .mobile-home-section,body .navy-band,body .final-cta{padding-top:26px!important;padding-bottom:26px!important}body .section-head{margin-bottom:12px!important}body .grid-2,body .grid-3,body .grid-4,body .case-grid,body .service-grid,body .ppc-service-grid,body .ppc-process-grid{gap:10px!important}body .card,body .split-card,body .scan-checklist,body .cta-panel,body .case-detail-card,body .service-card,body .ppc-process-step,body .case-overview-grid article,body .contact-v2-choice,body .contact-v2-form-card,body .vr-guidance-card,body .vr-fit-card,body .testimonial-stack article{width:100%!important;max-width:none!important;padding:14px!important;border-radius:15px!important;box-sizing:border-box!important;min-height:0!important}body .button-row{margin-top:14px!important;gap:8px!important}body .btn{min-height:42px!important;padding:10px 14px!important;font-size:.82rem!important}body{padding-top:64px!important}body .site-header .container{width:calc(100% - 24px)!important}body .site-header .header-inner{min-height:64px!important;height:64px!important;padding:0!important}body .site-header .brand-logo{width:178px!important;max-width:178px!important;max-height:50px!important}body .mobile-toggle{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:13px!important;font-size:1.35rem!important}body .site-header.open .mobile-drawer{max-height:calc(100vh - 64px)!important}body.home .mobile-home-section{padding:24px 0!important}body.home .mobile-home-section .container{width:calc(100% - 24px)!important}body.home .mobile-home-section .eyebrow{display:flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;font-size:.65rem!important;line-height:1.2!important;letter-spacing:.09em!important;margin:0 0 8px!important}body.home .mobile-home-section h2{margin:0 0 10px!important;font-size:clamp(1.68rem,7.4vw,1.95rem)!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:100%!important;text-wrap:balance}body.home .mobile-home-lead{margin:0!important;font-size:.96rem!important;line-height:1.48!important}body.home .mobile-demand-list,body.home .mobile-method-steps,body.home .mobile-service-list{margin-top:14px!important}body.home .mobile-demand-list article,body.home .mobile-method-steps article{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:11px 2px!important}body.home .mobile-demand-list span,body.home .mobile-method-steps span{width:28px!important;height:28px!important;font-size:.62rem!important;border-radius:8px!important}body.home .mobile-demand-list h3,body.home .mobile-method-steps h3{margin:0 0 3px!important;font-size:1.02rem!important;line-height:1.16!important}body.home .mobile-demand-list p,body.home .mobile-method-steps p,body.home .mobile-service-list p,body.home .mobile-featured-result p,body.home .mobile-founder-card p:not(.eyebrow){font-size:.9rem!important;line-height:1.42!important}body.home .mobile-service-list a{padding:12px 0!important}body.home .mobile-service-list strong{font-size:1.02rem!important}body.home .mobile-featured-result{padding:14px!important;border-radius:15px!important}body.home .mobile-featured-result>strong{font-size:2rem!important}body.home .mobile-featured-result h2{font-size:1.35rem!important}body.home .mobile-founder-card{grid-template-columns:58px minmax(0,1fr)!important;gap:11px!important}body.home .mobile-founder-card img{width:58px!important;height:58px!important}body.home .mobile-founder-card h2{font-size:1.45rem!important}}@media (max-width:390px){.container,body .mobile-home-section .container,body .site-header .container{width:calc(100% - 18px)!important}body.home .mobile-home-section h2{font-size:1.62rem!important}body:not(.home) h1,body:not(.home) .page-hero h1,body:not(.home) .inner-hero h1,body:not(.home) .hero h1{font-size:1.76rem!important}body h2{font-size:1.42rem!important}body p,body li{font-size:.91rem!important}body .site-header .brand-logo{width:166px!important;max-width:166px!important}}@media (max-width:767px){.mobile-redundant-eyebrow{display:none!important}body .card,body .service-card,body .inner-hero-card,body .mini-metrics>div,body .ppc-service-card,body .ppc-process-step,body .strategic-fix-grid>.card,body .wa-signal-grid>*,body .wa-question-tiles>*,body .wd-process-grid>*,body .wd-compare-grid>*,body .case-overview-grid>*,body .review-guidance-card,body .vr-guidance-card,body .vr-fit-card,body .contact-v2-choice,body .testimonial-stack article{min-height:0!important;height:auto!important;padding:13px 14px!important;border-radius:14px!important}body .grid-2,body .grid-3,body .grid-4,body .service-grid,body .ppc-service-grid,body .ppc-process-grid,body .strategic-fix-grid,body .mini-metrics,body .wa-question-tiles,body .wd-process-grid,body .wd-compare-grid{gap:9px!important}body .card h3,body .service-card h3,body .inner-hero-card h3,body .mini-metrics strong,body .ppc-service-card h3,body .ppc-process-step h3{margin:0 0 5px!important;font-size:1rem!important;line-height:1.18!important}body .card p,body .service-card p,body .inner-hero-card p,body .mini-metrics span,body .ppc-service-card p,body .ppc-process-step p{margin:0!important;font-size:.88rem!important;line-height:1.38!important}body .mini-metrics>div{padding:11px 12px!important}body .mini-metrics strong{font-size:1.05rem!important}body .mini-metrics span{text-transform:none!important;letter-spacing:0!important;font-weight:600!important}body .text-link,body a.text-link,body .service-card .text-link,body .card .text-link{display:inline-flex!important;align-items:center!important;gap:5px!important;margin-top:9px!important;color:#125fe8!important;font-family:inherit!important;font-size:.88rem!important;line-height:1.2!important;font-weight:800!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}body .text-link:after{content:"→";font-size:1em;line-height:1;transition:transform .18s ease}body a:hover .text-link:after,body .text-link:hover:after{transform:translateX(2px)}body a:focus-visible .text-link,body .text-link:focus-visible{outline:2px solid #125fe8;outline-offset:3px;border-radius:3px}body .service-visual-section{padding:24px 0!important}body .service-visual-grid,body .service-visual-grid-reverse{gap:14px!important}body .service-visual-frame{padding:7px!important;border-radius:16px!important}body .service-visual-frame img{border-radius:11px!important;aspect-ratio:7/5;object-fit:cover}body .service-visual-copy h2{margin-bottom:8px!important}body .service-visual-list{margin-top:10px!important}body .service-visual-list li{margin-bottom:5px!important}}@media (max-width:767px){.page-identity-digital-marketing-agency-san-diego,.page-identity-local-seo-san-diego{padding:12px 0!important}.page-identity-digital-marketing-agency-san-diego .page-identity-title,.page-identity-digital-marketing-agency-san-diego .page-identity-description,.page-identity-local-seo-san-diego .page-identity-title,.page-identity-local-seo-san-diego .page-identity-description{display:none!important}.page-identity-digital-marketing-agency-san-diego .breadcrumb-trail,.page-identity-local-seo-san-diego .breadcrumb-trail{margin:0!important}}@media (max-width:640px){.about-page-enhanced .about-hero .grid-2{gap:14px!important}.about-page-enhanced .about-photo-wrap{width:min(68vw,245px)!important;margin:0 auto!important}.about-page-enhanced .about-photo-wrap .about-photo{height:auto!important;max-height:none!important;aspect-ratio:4/5!important;object-fit:cover!important;object-position:center 25%!important;border-radius:18px!important}.about-page-enhanced .about-photo-wrap .photo-caption{margin-top:7px!important}}.wa-hero-image-visual,.wd-hero-image-stage{position:relative;width:min(100%,680px);margin-left:auto;padding:16px;border-radius:32px;background:linear-gradient(135deg,#ffffff 0%,#eef5ff 100%);border:1px solid rgba(12,39,89,.08);box-shadow:0 28px 60px rgba(17,56,117,.10)}.wa-hero-image-visual img,.wd-hero-image-stage img{display:block;width:100%;height:auto;border-radius:24px}.wd-page-v143 .wd-hero-image-stage{padding:18px;max-width:760px}@media (max-width:900px){.wa-hero-image-visual,.wd-hero-image-stage{margin:0 auto}}@media (max-width:640px){.wa-hero-image-visual,.wd-hero-image-stage{padding:8px;border-radius:18px}.wa-hero-image-visual img,.wd-hero-image-stage img{border-radius:12px}}.service-visual-frame picture{display:block;width:100%}.service-visual-frame picture img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}@media (max-width:767px){.service-visual-frame picture img{aspect-ratio:auto;object-fit:contain}}.service-hero-visual{position:relative;width:100%;padding:14px;border-radius:28px;background:linear-gradient(135deg,#fff 0%,#eef5ff 100%);border:1px solid rgba(12,39,89,.08);box-shadow:0 24px 54px rgba(17,56,117,.10)}.service-hero-visual picture,.service-hero-visual img{display:block;width:100%;height:auto}.service-hero-visual img{border-radius:20px}.service-visual-copy-section .service-visual-copy{max-width:900px;margin:0 auto}.service-visual-copy-section .service-visual-copy h2{max-width:820px}@media(max-width:767px){.service-hero-visual{order:2;margin-top:4px;padding:7px;border-radius:17px}.service-hero-visual img{border-radius:11px}.local-service-hero .grid-2,.strategic-hero .grid-2,.ppc-hero .grid-2{gap:14px!important}.service-visual-copy-section{padding-top:22px!important}}.integrated-service-hero{position:relative;overflow:hidden;padding:30px 0 66px;background:linear-gradient(135deg,#ffffff 0%,#f7faff 55%,#eef8ff 100%);border-bottom:1px solid #dfe8f3}.integrated-service-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 30%,rgba(55,197,255,.13),transparent 34%),radial-gradient(circle at 8% 95%,rgba(36,87,230,.08),transparent 30%)}.integrated-service-hero>.container{position:relative;z-index:1}.integrated-breadcrumb{margin:0 0 32px}.integrated-service-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);gap:clamp(48px,6vw,90px);align-items:center}.integrated-service-copy{min-width:0}.integrated-service-copy .eyebrow{margin-bottom:13px;color:#155bd8}.integrated-service-copy h1{max-width:780px;font-size:clamp(2.9rem,4.5vw,4.8rem);line-height:.98;letter-spacing:-.06em;text-wrap:balance}.integrated-service-copy .lead{max-width:700px;margin-top:22px;font-size:clamp(1.08rem,1.35vw,1.24rem);line-height:1.58}.integrated-service-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 20px;margin:26px 0 0;padding:0;list-style:none}.integrated-service-benefits li{position:relative;min-width:0;padding-left:28px;color:#34465e;font-size:.94rem;line-height:1.42}.integrated-service-benefits li:before{content:"✓";position:absolute;left:0;top:1px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#0b56b8;color:#fff;font-size:.72rem;font-weight:950}.integrated-service-benefits strong{display:block;color:#0b1730;font-size:1rem;line-height:1.25}.integrated-service-benefits span{display:block;margin-top:3px}.integrated-service-actions{margin-top:28px}.integrated-service-visual{position:relative;width:100%;padding:13px;overflow:hidden;border-radius:28px;background:#fff;border:1px solid rgba(12,39,89,.10);box-shadow:0 28px 70px rgba(17,56,117,.14)}.integrated-service-visual img{display:block;width:100%;aspect-ratio:8/5;object-fit:cover;object-position:center;border-radius:20px}.integrated-service-visual-contain img{aspect-ratio:auto;object-fit:contain;background:#fff}@media(max-width:1000px){.integrated-service-grid{grid-template-columns:1fr;gap:34px}.integrated-service-copy{max-width:780px}.integrated-service-visual{max-width:760px;margin:0 auto}}@media(max-width:767px){.integrated-service-hero{padding:18px 0 28px}.integrated-service-hero .container{width:min(100% - 20px,var(--max))}.integrated-breadcrumb{margin-bottom:18px;white-space:normal;gap:7px;font-size:.72rem;line-height:1.35}.integrated-service-grid{gap:22px}.integrated-service-copy .eyebrow{font-size:.72rem!important;letter-spacing:.12em!important;margin-bottom:8px!important}.integrated-service-copy h1{font-size:clamp(2.05rem,8vw,2.25rem)!important;line-height:1.07!important;letter-spacing:-.045em!important}.integrated-service-copy .lead{margin-top:14px!important;font-size:1rem!important;line-height:1.5!important}.integrated-service-benefits{grid-template-columns:1fr;gap:10px;margin-top:18px}.integrated-service-benefits li{padding-left:27px;font-size:.87rem;line-height:1.36}.integrated-service-benefits strong{font-size:.94rem;display:inline}.integrated-service-benefits span{display:inline;margin:0 0 0 4px}.integrated-service-actions{display:none!important}.integrated-service-visual{padding:7px;border-radius:18px;box-shadow:0 16px 38px rgba(17,56,117,.12)}.integrated-service-visual img{border-radius:12px;aspect-ratio:8/5}.integrated-service-visual-contain img{aspect-ratio:auto}}@media(max-width:390px){.integrated-service-copy h1{font-size:2rem!important}.integrated-service-benefits li{font-size:.84rem}}.contact-v2-founder-photo,.review-founder-photo,.vr-founder-float img,.vr-founder-quote img,body.home .mobile-founder-card img{object-position:center 24% !important}@media (min-width:901px){.about-page-enhanced .paul-photo-wrap,.about-page-enhanced .about-photo-wrap{max-width:310px !important}.home-founder-panel{grid-template-columns:minmax(220px,.56fr) minmax(0,1.44fr);gap:clamp(30px,4vw,54px)}.home-founder-photo-wrap{max-width:285px !important}}@media (min-width:901px){.about-page-enhanced .paul-photo-wrap,.about-page-enhanced .about-photo-wrap{width:217px !important;max-width:217px !important;margin-left:auto !important;margin-right:auto !important}.home-founder-panel{grid-template-columns:minmax(170px,.38fr) minmax(0,1.62fr) !important;gap:clamp(24px,3vw,42px) !important}.home-founder-photo-wrap{width:200px !important;max-width:200px !important}}@media (min-width:901px){.about-page-enhanced .paul-photo-wrap,.about-page-enhanced .about-photo-wrap{width:260px !important;max-width:260px !important}.about-page-enhanced .about-photo-wrap .photo-caption{width:100% !important;max-width:none !important;margin-top:14px !important;padding:0 4px !important;text-align:left !important}.about-page-enhanced .about-photo-wrap .photo-caption strong{display:block !important;margin-bottom:4px !important;font-size:1rem !important;line-height:1.2 !important;color:#0e1b35 !important}.about-page-enhanced .about-photo-wrap .photo-caption .photo-role{display:block !important;margin:0 0 2px !important;font-size:.78rem !important;line-height:1.35 !important;font-weight:800 !important;color:#465872 !important;white-space:nowrap !important}.about-page-enhanced .about-photo-wrap .photo-caption .photo-meta{display:block !important;margin:0 !important;font-size:.74rem !important;line-height:1.35 !important;font-weight:700 !important;color:#64748b !important;white-space:nowrap !important}}@media (min-width:901px){.about-page-enhanced .about-hero .lead{font-size:1.08rem !important;line-height:1.58 !important;margin-bottom:18px !important;max-width:690px !important}.about-page-enhanced .about-hero p:not(.eyebrow):not(.lead){display:block !important;font-size:1rem !important;line-height:1.58 !important;margin-bottom:17px !important;max-width:690px !important;color:#465872 !important}.about-page-enhanced .about-hero .button-row{margin-top:24px !important}}.about-page-enhanced .about-hero .about-hero-copy-only{width:min(100% - 48px,980px)}.about-page-enhanced .about-hero .about-hero-copy-only>div{max-width:780px}.about-page-enhanced .about-founder-section .grid-2{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(44px,5vw,78px);align-items:start}.about-page-enhanced .about-founder-profile{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:start}.about-page-enhanced .about-founder-profile-image{width:220px;border-radius:22px;overflow:hidden;box-shadow:0 18px 46px rgba(17,56,117,.13);background:#e7eef9}.about-page-enhanced .about-founder-profile-image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 24%}.about-page-enhanced .about-founder-profile-copy .eyebrow{margin-bottom:7px}.about-page-enhanced .about-founder-profile-copy h2{margin-bottom:4px}.about-page-enhanced .about-founder-role{margin:0 0 15px;color:#526174;font-size:.9rem;font-weight:800;line-height:1.35}.about-page-enhanced .about-founder-profile-copy .lead{margin-bottom:12px}@media (max-width:980px){.about-page-enhanced .about-founder-section .grid-2{grid-template-columns:1fr}.about-page-enhanced .about-founder-profile{max-width:760px}}@media (max-width:640px){.about-page-enhanced .about-hero .about-hero-copy-only{width:calc(100% - 20px)}.about-page-enhanced .about-founder-profile{grid-template-columns:1fr;gap:15px}.about-page-enhanced .about-founder-profile-image{width:min(58vw,220px);margin:0 auto;border-radius:18px}.about-page-enhanced .about-founder-profile-copy{text-align:left}}.integrated-service-hero-seo .integrated-service-visual{max-width:560px}.integrated-service-hero-seo .integrated-service-visual img{object-fit:contain;background:transparent}@media (max-width:900px){.integrated-service-hero-seo .integrated-service-visual{max-width:520px}}@media (min-width:901px){.integrated-service-copy h1{font-size:clamp(2.5rem,3.1vw,3.25rem) !important;line-height:1.04 !important;letter-spacing:-.045em !important;max-width:720px !important}.integrated-service-visual{max-width:570px;justify-self:end}}.integrated-service-visual-contain img{aspect-ratio:auto !important;object-fit:contain !important;background:#fff}@media (max-width:900px){.integrated-service-visual{max-width:620px}}@media (min-width:901px){body:not(.home) .integrated-service-copy h1,body:not(.home) .ai-hero h1,body:not(.home) .wd-hero h1,body:not(.home) .wa-hero h1{font-size:clamp(2.5rem,3.1vw,3.25rem) !important;line-height:1.04 !important;letter-spacing:-.045em !important}}@media (max-width:640px){body:not(.home) .integrated-service-copy h1,body:not(.home) .ai-hero h1,body:not(.home) .wd-hero h1,body:not(.home) .wa-hero h1{font-size:clamp(2.05rem,8vw,2.25rem) !important;line-height:1.07 !important;letter-spacing:-.045em !important}}@media (min-width:901px){.integrated-service-hero-authority .integrated-service-grid{grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:center}.integrated-service-hero-authority .integrated-service-visual{max-width:640px;padding:8px;border-radius:22px}.integrated-service-hero-authority .integrated-service-visual img{border-radius:16px}}@media (max-width:900px){.integrated-service-hero-authority .integrated-service-visual{padding:6px;border-radius:16px}}@media (min-width:901px){.integrated-service-hero-web-design .integrated-service-grid,.integrated-service-hero-ppc .integrated-service-grid{grid-template-columns:minmax(0,1fr) minmax(520px,.98fr);align-items:center;gap:36px}.integrated-service-hero-web-design .integrated-service-visual,.integrated-service-hero-ppc .integrated-service-visual{max-width:680px;padding:8px;border-radius:22px;justify-self:end}.integrated-service-hero-web-design .integrated-service-visual img,.integrated-service-hero-ppc .integrated-service-visual img{border-radius:16px}}@media (max-width:900px){.integrated-service-hero-web-design .integrated-service-visual,.integrated-service-hero-ppc .integrated-service-visual{max-width:100%;padding:6px;border-radius:16px}}@media (min-width:901px){.integrated-service-hero-authority .integrated-service-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr) !important;gap:clamp(28px,3vw,46px) !important}.integrated-service-hero-authority .integrated-service-visual{width:100% !important;max-width:760px !important;padding:2px !important;border-radius:18px !important;justify-self:end !important;background:transparent !important;border-color:rgba(12,39,89,.06) !important;box-shadow:0 20px 50px rgba(17,56,117,.10) !important}.integrated-service-hero-authority .integrated-service-visual img{width:100% !important;border-radius:16px !important}}@media (max-width:900px){.integrated-service-hero-authority .integrated-service-visual{width:100% !important;max-width:700px !important;padding:2px !important}}@media (max-width:767px){body .strategic-seo-page .strategic-question-card{padding:14px !important;border-radius:18px !important}body .strategic-seo-page .strategic-card-note{margin:14px 0 0 !important;padding:11px 12px !important;border-radius:13px !important;font-size:.82rem !important;line-height:1.38 !important}body .strategic-seo-page .insights-context-link{margin:12px 0 0 !important;padding:14px !important;border-radius:16px !important;background:#fff !important;box-shadow:0 8px 22px rgba(9,47,73,.07) !important}body .strategic-seo-page .insights-context-link .mini-label{display:inline-flex !important;width:auto !important;padding:7px 11px !important;border-radius:999px !important;font-size:.7rem !important;line-height:1 !important;letter-spacing:.1em !important}body .strategic-seo-page .insights-context-link h4{margin:10px 0 6px !important;font-size:1.08rem !important;line-height:1.18 !important}body .strategic-seo-page .insights-context-link p{margin:0 0 12px !important;font-size:.84rem !important;line-height:1.38 !important}body .strategic-seo-page .insights-context-link a.text-link{display:inline-flex !important;width:auto !important;min-height:42px !important;margin:0 !important;padding:11px 16px !important;border-radius:999px !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-family:'Inter',sans-serif !important;font-size:.82rem !important;font-weight:850 !important;line-height:1.1 !important;text-decoration:none !important;background:linear-gradient(135deg,#2457e6 0%,#11b8e7 100%) !important;box-shadow:0 8px 18px rgba(36,87,230,.18) !important}body .strategic-seo-page .insights-context-link a.text-link::after{color:#fff !important}}@media (max-width:767px){.integrated-service-hero .integrated-service-visual,.ai-visibility-page .ai-phone-visual{display:none !important}.integrated-service-hero .integrated-service-grid,.ai-visibility-page .ai-hero .grid-2{display:block !important}}@media (max-width:767px){body .strategic-seo-page .strategic-fixes-section{padding:30px 0 34px !important}body .strategic-seo-page .strategic-fixes-section .section-head{margin:0 0 18px !important;text-align:left !important}body .strategic-seo-page .strategic-fixes-section .section-head h2{margin:0 0 8px !important;font-size:1.62rem !important;line-height:1.08 !important}body .strategic-seo-page .strategic-fixes-section .section-head .lead{margin:0 !important;font-size:.92rem !important;line-height:1.42 !important}body .strategic-seo-page .strategic-fix-grid{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;border:0 !important}body .strategic-seo-page .strategic-fix-grid .service-card{display:grid !important;grid-template-columns:34px minmax(0,1fr) !important;column-gap:11px !important;row-gap:2px !important;align-items:start !important;min-height:0 !important;padding:14px !important;margin:0 !important;border:1px solid #dfe8f3 !important;border-radius:15px !important;background:#fff !important;box-shadow:0 7px 20px rgba(15,40,80,.045) !important}body .strategic-seo-page .strategic-fix-grid .service-card:before{position:static !important;grid-column:1 !important;grid-row:1 / span 2 !important;width:30px !important;height:30px !important;margin:1px 0 0 !important;border:0 !important;border-radius:9px !important;background:linear-gradient(135deg,var(--blue),var(--cyan)) !important;color:transparent !important;content:"" !important}body .strategic-seo-page .strategic-fix-grid .service-card:after{display:none !important}body .strategic-seo-page .strategic-fix-grid .service-card h3{grid-column:2 !important;margin:0 0 4px !important;font-size:1rem !important;line-height:1.16 !important}body .strategic-seo-page .strategic-fix-grid .service-card p{grid-column:2 !important;margin:0 !important;font-size:.84rem !important;line-height:1.38 !important}}@media (max-width:767px){body:not(.home) .integrated-service-hero{padding:14px 0 24px !important}body:not(.home) .integrated-service-hero .integrated-breadcrumb{margin-bottom:14px !important;font-size:.66rem !important;line-height:1.28 !important;letter-spacing:.035em !important}body:not(.home) .integrated-service-copy .eyebrow{margin-bottom:7px !important;font-size:.65rem !important;line-height:1.25 !important;letter-spacing:.11em !important}body:not(.home) .integrated-service-copy h1{max-width:100% !important;margin:0 !important;font-size:clamp(1.72rem,7vw,1.95rem) !important;line-height:1.06 !important;letter-spacing:-.042em !important}body:not(.home) .integrated-service-copy .lead{margin-top:11px !important;font-size:.92rem !important;line-height:1.43 !important}body:not(.home) .integrated-service-benefits{gap:8px !important;margin-top:14px !important}body:not(.home) .integrated-service-benefits li{padding-left:24px !important;font-size:.81rem !important;line-height:1.32 !important}body:not(.home) .integrated-service-benefits li:before{width:17px !important;height:17px !important;font-size:.62rem !important}body:not(.home) .integrated-service-benefits strong{font-size:.86rem !important}}@media (max-width:390px){body:not(.home) .integrated-service-copy h1{font-size:1.68rem !important}}@media (max-width:767px){.integrated-service-hero-digital .integrated-service-copy>.eyebrow{display:none !important}}@media (max-width:767px){body .ai-visibility-page .ai-seo-card{padding:14px !important;border-radius:18px !important}body .ai-visibility-page .ai-seo-card>h3{margin-bottom:10px !important;font-size:1.08rem !important;line-height:1.2 !important}body .ai-visibility-page .ai-seo-card>ul.clean{gap:8px !important;margin-bottom:0 !important}body .ai-visibility-page .insights-context-link{margin:12px 0 0 !important;padding:14px !important;border-radius:16px !important;background:#fff !important;box-shadow:0 8px 22px rgba(9,47,73,.07) !important}body .ai-visibility-page .insights-context-link .mini-label{display:inline-flex !important;width:auto !important;padding:7px 11px !important;border-radius:999px !important;font-size:.7rem !important;line-height:1 !important;letter-spacing:.1em !important}body .ai-visibility-page .insights-context-link h4{margin:10px 0 6px !important;font-size:1.08rem !important;line-height:1.18 !important}body .ai-visibility-page .insights-context-link p{margin:0 0 12px !important;font-size:.84rem !important;line-height:1.38 !important}body .ai-visibility-page .insights-context-link a.text-link{display:inline-flex !important;width:auto !important;min-height:42px !important;margin:0 !important;padding:11px 16px !important;border-radius:999px !important;color:#fff !important;-webkit-text-fill-color:#fff !important;font-family:'Inter',sans-serif !important;font-size:.82rem !important;font-weight:850 !important;line-height:1.1 !important;text-decoration:none !important;background:linear-gradient(135deg,#2457e6 0%,#11b8e7 100%) !important;box-shadow:0 8px 18px rgba(36,87,230,.18) !important}body .ai-visibility-page .insights-context-link a.text-link::after{color:#fff !important}}.related-services-mobile-toggle{display:none}@media (max-width:767px){.related-services-section{padding:18px 0 22px !important}.related-services-section .section-head{display:none !important}.related-services-section .container{width:min(100% - 24px,var(--max))}.related-services-mobile-toggle{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #d6e2f0;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(16,48,95,.08);color:#0b1730;font-family:'Sora','Inter',sans-serif;font-size:1rem;font-weight:850;line-height:1.2;text-align:left;cursor:pointer}.related-services-toggle-icon{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#eef5ff;color:#1657d8;font-size:1.3rem;line-height:1}.related-services-section .grid-3{display:none !important;grid-template-columns:1fr !important;gap:8px !important;margin-top:10px !important}.related-services-section.is-open .grid-3{display:grid !important}.related-services-section .service-card{min-height:0 !important;padding:13px 14px !important;border-radius:14px !important;box-shadow:none !important}.related-services-section .service-card h3{margin:0 0 4px !important;font-size:.98rem !important;line-height:1.2 !important}.related-services-section .service-card p{margin:0 0 7px !important;font-size:.79rem !important;line-height:1.38 !important}.related-services-section .service-card .text-link{font-size:.82rem !important;line-height:1.25 !important}}@media (max-width:767px){.website-authority-page.wa-redesign .section{padding-top:28px;padding-bottom:28px}.website-authority-page .wa-intro,.website-authority-page .wa-framework,.website-authority-page .wa-source,.website-authority-page .wa-gaps,.website-authority-page .wa-signals,.website-authority-page .wa-seo-ai,.website-authority-page .wa-fit,.website-authority-page .wa-final{padding-top:28px !important;padding-bottom:28px !important}.website-authority-page .wa-split,.website-authority-page .wa-fit-panel,.website-authority-page .wa-final-panel,.website-authority-page .wa-signals-section .wa-split,.website-authority-page .wa-contrast-band .wa-split{gap:18px}.website-authority-page .section-head,.website-authority-page .section-head.center{text-align:left;align-items:flex-start;margin-bottom:12px}.website-authority-page .section-head h2,.website-authority-page .wa-intro h2,.website-authority-page .wa-dark h2,.website-authority-page .wa-signals h2,.website-authority-page .wa-seo-ai h2,.website-authority-page .wa-fit h2,.website-authority-page .wa-final h2{font-size:1.78rem !important;line-height:1.08 !important;letter-spacing:-.04em !important;text-wrap:balance}.website-authority-page .wa-proof-card h3,.website-authority-page .wa-dark-card h3,.website-authority-page .wa-diagnostic-card h3,.website-authority-page .wa-ai-foundation-head h3{font-size:1.2rem !important;line-height:1.12 !important}.website-authority-page .wa-intro .lead,.website-authority-page .wa-dark .lead,.website-authority-page .wa-gaps .lead,.website-authority-page .wa-final .lead,.website-authority-page .wa-seo-ai p,.website-authority-page .wa-fit p,.website-authority-page .wa-proof-card p,.website-authority-page .wa-dark-card p,.website-authority-page .wa-ai-foundation-item p{font-size:.95rem !important;line-height:1.48 !important}.website-authority-page .wa-intro .wa-split>div:first-child>p:nth-of-type(4){display:none}.website-authority-page .wa-source .wa-split>div:first-child>p:last-of-type{margin-bottom:0}.website-authority-page .wa-proof-card,.website-authority-page .wa-dark-card,.website-authority-page .wa-diagnostic-card,.website-authority-page .wa-fit-panel,.website-authority-page .wa-final-panel,.website-authority-page .wa-ai-foundation-panel{box-shadow:0 14px 34px rgba(7,17,31,.08);border-radius:18px}.website-authority-page .wa-question-tiles{gap:10px;margin-top:18px}.website-authority-page .wa-question-tiles div{padding:14px;column-gap:10px;row-gap:3px;border-radius:16px}.website-authority-page .wa-question-tiles div>span{width:38px;height:38px;border-radius:12px;font-size:.82rem}.website-authority-page .wa-question-tiles div>strong{font-size:.96rem}.website-authority-page .wa-question-tiles div>p{font-size:.8rem;line-height:1.34}.website-authority-page .wa-diagnostic-grid{gap:10px;margin-top:18px}.website-authority-page .wa-diagnostic-card{padding:16px}.website-authority-page .wa-diagnostic-card ul,.website-authority-page .wa-dark-card ul{margin-top:14px;gap:9px}.website-authority-page .wa-diagnostic-card li,.website-authority-page .wa-dark-card li{font-size:.87rem;line-height:1.38;padding-left:28px}.website-authority-page .wa-signals-section{display:none}.website-authority-page .wa-ai-foundation-panel{padding:16px}.website-authority-page .wa-ai-foundation-head span{font-size:.7rem;letter-spacing:.16em}.website-authority-page .wa-ai-foundation-list{gap:10px}.website-authority-page .wa-ai-foundation-item{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px;border-radius:14px}.website-authority-page .wa-ai-foundation-icon{width:34px;height:34px;border-radius:10px;font-size:.82rem}.website-authority-page .wa-fit-list{gap:8px}.website-authority-page .wa-fit-list div{font-size:.87rem;line-height:1.36;padding:11px 12px 11px 38px;border-radius:14px}.website-authority-page .wa-fit-list span{left:12px;top:11px}.website-authority-page .wa-final .wa-actions,.website-authority-page .wa-final .button-row{gap:10px;margin-top:18px}}.case-study-single .case-story-section{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid var(--line)}.case-study-single .case-story-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.case-study-single .case-kicker{margin:0 0 10px;color:var(--blue);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.case-study-single .case-story-section h2{font-size:clamp(1.7rem,2.5vw,2.45rem);margin-bottom:16px;max-width:760px}.case-study-single .case-story-section p{max-width:820px;line-height:1.72}.case-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;margin:24px 0 0;padding:0;list-style:none}.case-action-list li{position:relative;padding:15px 16px 15px 42px;border:1px solid var(--line);border-radius:14px;background:#f8fbff;color:var(--ink);font-weight:650;line-height:1.4}.case-action-list li:before{content:"✓";position:absolute;left:16px;top:14px;color:var(--blue);font-weight:900}.social-imprints-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.social-imprints-metrics>div{min-height:145px;padding:24px}.social-imprints-metrics strong{font-size:clamp(2rem,3vw,3rem)}.social-imprints-metrics small{display:block;margin-top:10px;color:var(--muted);font-size:.86rem;font-weight:650}.case-results-note{margin-top:20px!important;padding:17px 20px;border-left:4px solid var(--blue);background:#f5f8ff;border-radius:0 12px 12px 0;color:var(--ink)!important;font-weight:650}.case-at-glance{position:sticky;top:110px}.case-at-glance dl{margin:20px 0 26px}.case-at-glance dl>div{padding:13px 0;border-bottom:1px solid var(--line)}.case-at-glance dt{font-size:.76rem;color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.case-at-glance dd{margin:0;color:var(--ink);font-weight:700;line-height:1.4}.case-at-glance .result-highlight{padding:18px;border-radius:15px;background:linear-gradient(135deg,#eef4ff,#f8fbff);margin-bottom:22px}.case-at-glance .result-highlight strong{display:block;color:var(--blue);font-size:2.15rem;letter-spacing:-.05em}.case-at-glance .result-highlight span{font-weight:750;color:var(--ink)}@media(max-width:780px){.case-action-list,.social-imprints-metrics{grid-template-columns:1fr}.case-at-glance{position:static}.case-study-single .case-story-section{padding-bottom:30px;margin-bottom:30px}}.case-study-single{padding:76px 0 96px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}.case-study-single .case-study-layout{width:min(1460px,calc(100% - 64px));grid-template-columns:minmax(0,1.65fr) minmax(330px,.72fr);gap:72px;align-items:start}.case-study-single .content-block{max-width:none;min-width:0}.case-study-single .case-story-section{padding:0 0 48px;margin:0 0 48px}.case-study-single .case-story-section:first-child{padding:34px 38px 38px;margin-bottom:50px;border:1px solid #dce6f2;border-radius:26px;background:linear-gradient(135deg,#f7faff 0%,#fff 78%);box-shadow:0 18px 55px rgba(6,16,30,.07)}.case-study-single .case-story-section h2{font-size:clamp(1.9rem,2.45vw,2.8rem);max-width:900px;margin-bottom:18px}.case-study-single .case-story-section p{max-width:940px;font-size:1.075rem;line-height:1.78}.case-study-single .case-kicker{font-size:.76rem;margin-bottom:12px}.case-study-single .case-action-list{gap:14px;margin-top:28px}.case-study-single .case-action-list li{min-height:74px;display:flex;align-items:center;padding:17px 18px 17px 45px;background:#fff;box-shadow:0 9px 25px rgba(6,16,30,.045)}.case-study-single .social-imprints-metrics{gap:16px;margin-top:28px}.case-study-single .social-imprints-metrics>div{min-height:158px;padding:26px;border-radius:20px;box-shadow:0 10px 30px rgba(6,16,30,.045)}.case-study-single .social-imprints-metrics strong{font-size:clamp(2.25rem,3.2vw,3.35rem)}.case-study-single .case-results-note{margin-top:22px!important;padding:19px 22px;font-size:1rem}.case-study-single .case-at-glance{position:sticky;top:112px;padding:34px;border-radius:28px;box-shadow:0 28px 75px rgba(6,16,30,.12);overflow:visible}.case-study-single .case-at-glance:before{content:"";position:absolute;inset:-1px;border-radius:28px;padding:1px;background:linear-gradient(145deg,rgba(36,87,230,.38),rgba(55,197,255,.1),rgba(220,230,242,.75));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.case-study-single .case-at-glance h3{font-size:1.55rem;margin-bottom:16px}.case-study-single .case-at-glance .result-highlight{padding:22px;margin:0 0 22px;background:linear-gradient(135deg,#eaf1ff,#f8fbff)}.case-study-single .case-at-glance .result-highlight strong{font-size:2.6rem}.case-study-single .case-at-glance dl{margin:18px 0 24px}.case-study-single .case-at-glance dl>div{padding:12px 0}.case-study-single .case-at-glance p{font-size:.94rem;line-height:1.6}.case-study-single .case-at-glance .btn{width:100%;margin-top:4px}@media(max-width:1100px){.case-study-single .case-study-layout{width:min(100% - 48px,1180px);grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:44px}.case-study-single .case-story-section:first-child{padding:30px}}@media(max-width:980px){.case-study-single{padding:62px 0 78px}.case-study-single .case-study-layout{width:min(var(--max),calc(100% - 40px));grid-template-columns:1fr;gap:34px}.case-study-single .case-at-glance{position:static;order:-1}.case-study-single .case-story-section:first-child{margin-bottom:38px}.case-study-single .case-story-section{padding-bottom:36px;margin-bottom:36px}}@media(max-width:640px){.case-study-single{padding:46px 0 62px}.case-study-single .case-study-layout{width:calc(100% - 28px)}.case-study-single .case-story-section:first-child{padding:24px 20px;border-radius:22px}.case-study-single .case-story-section h2{font-size:1.75rem}.case-study-single .case-story-section p{font-size:1rem;line-height:1.7}.case-study-single .case-at-glance{padding:25px 21px;border-radius:23px}.case-study-single .case-at-glance:before{border-radius:23px}.case-study-single .social-imprints-metrics>div{min-height:0;padding:22px}.case-study-single .case-action-list li{min-height:0}}@media (min-width:981px){body.single-case_study .case-study-single .case-study-layout.container{width:calc(100% - 96px)!important;max-width:1500px!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:48px!important}body.single-case_study .case-study-single .content-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}body.single-case_study .case-story-section{margin:0!important;padding:34px!important;border:1px solid #dce6f2!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 44px rgba(6,16,30,.07)!important}body.single-case_study .case-story-section:first-child,body.single-case_study .case-story-section:nth-child(3),body.single-case_study .case-story-section:nth-child(4),body.single-case_study .case-story-section:last-child{grid-column:1 / -1}body.single-case_study .case-story-section:first-child{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:48px;row-gap:8px;padding:42px 46px!important;background:linear-gradient(125deg,#eef4ff 0%,#fff 70%)!important;border-color:#cfdcf0!important}body.single-case_study .case-story-section:first-child .case-kicker,body.single-case_study .case-story-section:first-child h2{grid-column:1}body.single-case_study .case-story-section:first-child p:not(.case-kicker){grid-column:2}body.single-case_study .case-story-section:first-child h2{font-size:clamp(2.2rem,3vw,3.35rem)!important;line-height:1.02!important;align-self:end;margin:0!important}body.single-case_study .case-story-section:nth-child(2),body.single-case_study .case-story-section:nth-child(5){min-height:100%}body.single-case_study .case-story-section:nth-child(3){background:#0b1729!important;color:#fff;border-color:#0b1729!important}body.single-case_study .case-story-section:nth-child(3) h2,body.single-case_study .case-story-section:nth-child(3) p{color:#fff!important}body.single-case_study .case-story-section:nth-child(3) .case-kicker{color:#78a7ff!important}body.single-case_study .case-story-section:nth-child(3) .case-action-list{grid-template-columns:repeat(3,minmax(0,1fr))}body.single-case_study .case-story-section:nth-child(3) .case-action-list li{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important;box-shadow:none!important}body.single-case_study .case-results-section{padding:40px 44px!important;background:linear-gradient(135deg,#f7faff,#eef4ff)!important}body.single-case_study .social-imprints-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important}body.single-case_study .social-imprints-metrics>div{min-height:170px!important;background:#fff}body.single-case_study .case-at-glance{top:96px!important;padding:30px!important;background:#0d1a2d!important;color:#fff!important;border:0!important;box-shadow:0 28px 70px rgba(6,16,30,.22)!important}body.single-case_study .case-at-glance h3,body.single-case_study .case-at-glance dd,body.single-case_study .case-at-glance p,body.single-case_study .case-at-glance .result-highlight span{color:#fff!important}body.single-case_study .case-at-glance dt{color:#9fb2cc!important}body.single-case_study .case-at-glance dl>div{border-color:rgba(255,255,255,.14)!important}body.single-case_study .case-at-glance .result-highlight{background:linear-gradient(135deg,#2457e6,#1745bf)!important}body.single-case_study .case-at-glance .result-highlight strong{color:#fff!important}body.single-case_study .case-at-glance .inline-link{color:#8db2ff!important}body.single-case_study .case-at-glance:before{display:none!important}}@media (max-width:980px){body.single-case_study .case-study-single .case-study-layout.container{max-width:none!important}body.single-case_study .case-at-glance{order:0!important}}.case-action-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.case-action-stats>div{padding:22px 18px;border:1px solid #dce6f2;border-radius:18px;background:linear-gradient(135deg,#f7faff,#fff);text-align:center}.case-action-stats strong{display:block;color:var(--blue);font-size:clamp(1.8rem,2.5vw,2.7rem);letter-spacing:-.05em;line-height:1}.case-action-stats span{display:block;margin-top:8px;color:var(--ink);font-weight:750;font-size:.88rem}.case-method-note{margin-top:22px!important;padding:18px 20px;border-left:4px solid var(--blue);border-radius:0 14px 14px 0;background:#f4f7fb;font-size:.94rem!important}.turnt-up-glance .result-highlight{background:linear-gradient(135deg,#2457e6,#163ea9)!important}@media(max-width:780px){.case-action-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.case-action-stats{grid-template-columns:1fr 1fr;gap:10px}.case-action-stats>div{padding:18px 12px}.case-action-stats strong{font-size:1.75rem}}.case-hero .case-hero-panel h2{font-size:clamp(2rem,2.55vw,2.7rem) !important;line-height:1.07 !important;letter-spacing:-.045em !important;max-width:500px !important;text-wrap:balance}@media (max-width:980px){.case-hero .case-hero-panel h2{font-size:clamp(1.75rem,5.4vw,2.25rem) !important;line-height:1.09 !important}}@media (max-width:640px){.case-hero .case-hero-panel h2{font-size:1.65rem !important;line-height:1.12 !important}}@media (min-width:981px){body.single-case_study .turnt-up-case-study .case-study-layout.container{width:min(1360px,calc(100% - 72px))!important;max-width:1360px!important;display:grid!important;grid-template-columns:1fr!important;gap:34px!important}body.single-case_study .turnt-up-case-study .turnt-up-glance{position:relative!important;top:auto!important;order:-1;display:grid;grid-template-columns:1.05fr .9fr 2fr auto;gap:26px 34px;align-items:center;padding:28px 32px!important;border-radius:24px!important;background:linear-gradient(120deg,#0b1729 0%,#102442 100%)!important}body.single-case_study .turnt-up-case-study .turnt-up-glance>.eyebrow{grid-column:1 / -1;margin:0 0 -10px!important}body.single-case_study .turnt-up-case-study .turnt-up-glance h3{margin:0!important;font-size:1.55rem!important}body.single-case_study .turnt-up-case-study .turnt-up-glance .result-highlight{margin:0!important;min-height:126px;display:flex;flex-direction:column;justify-content:center;border-radius:18px!important;padding:20px 24px!important}body.single-case_study .turnt-up-case-study .turnt-up-glance .result-highlight strong{font-size:2.85rem!important}body.single-case_study .turnt-up-case-study .turnt-up-glance dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px;margin:0!important}body.single-case_study .turnt-up-case-study .turnt-up-glance dl>div{padding:8px 0!important;border-bottom:0!important}body.single-case_study .turnt-up-case-study .turnt-up-glance>p:not(.eyebrow){display:none}body.single-case_study .turnt-up-case-study .turnt-up-glance .btn{width:auto!important;white-space:nowrap;margin:0!important;align-self:center}body.single-case_study .turnt-up-case-study .content-block{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:24px!important}body.single-case_study .turnt-up-case-study .case-story-section{padding:36px 38px!important;border-radius:24px!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(1){grid-column:1 / span 7!important;display:block!important;padding:42px!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(1) .case-kicker,body.single-case_study .turnt-up-case-study .case-story-section:nth-child(1) h2,body.single-case_study .turnt-up-case-study .case-story-section:nth-child(1) p:not(.case-kicker){grid-column:auto!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(1) h2{font-size:clamp(2.15rem,2.8vw,3.1rem)!important;max-width:700px;margin-bottom:18px!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(2){grid-column:8 / -1!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(3){grid-column:1 / -1!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(4){grid-column:1 / -1!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(5){grid-column:1 / span 6!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(6){grid-column:7 / -1!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(7){grid-column:1 / -1!important}body.single-case_study .turnt-up-case-study .case-story-section p{font-size:1rem!important;line-height:1.72!important}body.single-case_study .turnt-up-case-study .case-story-section:nth-child(3) .case-action-list li{min-height:82px!important}body.single-case_study .turnt-up-case-study .case-results-section{padding:42px!important}body.single-case_study .turnt-up-case-study .social-imprints-metrics>div{min-height:150px!important}body.single-case_study .turnt-up-case-study .case-action-stats{gap:12px}body.single-case_study .turnt-up-case-study .case-action-stats>div{padding:20px 12px}}@media (max-width:1100px) and (min-width:981px){body.single-case_study .turnt-up-case-study .turnt-up-glance{grid-template-columns:.8fr .85fr 1.65fr}body.single-case_study .turnt-up-case-study .turnt-up-glance .btn{grid-column:1 / -1;justify-self:start}}@media (max-width:980px){body.single-case_study .turnt-up-case-study .turnt-up-glance{order:-1!important}}.case-keyword-movement{display:grid;grid-template-columns:1.5fr .85fr .85fr;gap:12px;margin:24px 0}.case-keyword-movement>div{padding:22px;border:1px solid #dce6f2;border-radius:18px;background:linear-gradient(135deg,#f7faff,#fff)}.case-keyword-movement span{display:block;margin-bottom:8px;color:#6b7d95;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.case-keyword-movement strong{display:block;color:var(--ink);font-size:1.05rem;line-height:1.3}@media (min-width:981px){body.single-case_study .new-maxims-case-study .case-study-layout.container{width:min(1360px,calc(100% - 72px))!important;max-width:1360px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:42px!important;align-items:start}body.single-case_study .new-maxims-case-study .content-block{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:24px!important}body.single-case_study .new-maxims-case-study .case-story-section{padding:38px 40px!important;border-radius:24px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){grid-column:1 / -1!important;display:grid!important;grid-template-columns:.9fr 1.25fr!important;gap:34px!important;background:linear-gradient(135deg,#f4f9ff,#fff)!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) .case-kicker{grid-column:1 / -1!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{grid-column:1!important;font-size:clamp(2.2rem,3vw,3.25rem)!important;align-self:start;margin:0!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker){grid-column:2!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(2){grid-column:1 / span 5!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3){grid-column:6 / -1!important;background:#0b1729!important;color:#fff!important;border-color:#0b1729!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3) h2,body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3) p{color:#fff!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3) .case-kicker{color:#78a7ff!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3) .case-action-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3) .case-action-list li{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important;box-shadow:none!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(4){grid-column:1 / -1!important;background:linear-gradient(135deg,#eef5ff,#f8fbff)!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(5){grid-column:1 / span 7!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(6){grid-column:8 / -1!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(7){grid-column:1 / -1!important;background:linear-gradient(135deg,#f7faff,#fff)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance{position:sticky!important;top:96px!important;background:linear-gradient(155deg,#0b1729,#122b4c)!important;color:#fff!important;border:0!important;box-shadow:0 28px 70px rgba(6,16,30,.22)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance h3,body.single-case_study .new-maxims-case-study .new-maxims-glance dd,body.single-case_study .new-maxims-case-study .new-maxims-glance p,body.single-case_study .new-maxims-case-study .new-maxims-glance .result-highlight span{color:#fff!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dt{color:#9fb2cc!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dl>div{border-color:rgba(255,255,255,.14)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance .result-highlight{background:linear-gradient(135deg,#2457e6,#1745bf)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance .result-highlight strong{color:#fff!important}body.single-case_study .new-maxims-case-study .new-maxims-glance .inline-link{color:#8db2ff!important}}@media(max-width:980px){.case-keyword-movement{grid-template-columns:1fr}.new-maxims-glance{order:0!important}}@media (min-width:981px){body.single-case_study .new-maxims-case-study{padding-top:64px!important}body.single-case_study .new-maxims-case-study .case-study-layout.container{width:min(1440px,calc(100% - 80px))!important;max-width:1440px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:34px!important}body.single-case_study .new-maxims-case-study .new-maxims-glance{grid-row:1!important;position:relative!important;top:auto!important;display:grid!important;grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr) auto!important;column-gap:42px!important;row-gap:12px!important;align-items:center!important;padding:30px 34px!important;border-radius:24px!important;background:linear-gradient(125deg,#0b1729 0%,#102747 58%,#17396a 100%)!important;box-shadow:0 22px 55px rgba(6,16,30,.18)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>.eyebrow{grid-column:1!important;margin:0 0 4px!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>h3{grid-column:1!important;font-size:1.65rem!important;margin:0!important}body.single-case_study .new-maxims-case-study .new-maxims-glance .result-highlight{grid-column:1!important;margin:10px 0 0!important;padding:18px 20px!important;min-height:0!important}body.single-case_study .new-maxims-case-study .new-maxims-glance .result-highlight strong{font-size:2.55rem!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dl{grid-column:2!important;grid-row:1 / span 3!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dl>div{padding:12px 20px!important;border-bottom:0!important;border-left:1px solid rgba(255,255,255,.13)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dl>div:nth-child(3n+1){border-left:0!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dt{font-size:.68rem!important;letter-spacing:.1em!important}body.single-case_study .new-maxims-case-study .new-maxims-glance dd{font-size:.91rem!important;line-height:1.35!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>p:not(.eyebrow){grid-column:3!important;grid-row:1!important;max-width:250px!important;margin:0!important;font-size:.9rem!important;line-height:1.55!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>.btn{grid-column:3!important;grid-row:2 / span 2!important;align-self:center!important;white-space:nowrap!important}body.single-case_study .new-maxims-case-study .content-block{grid-row:2!important;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:26px!important}body.single-case_study .new-maxims-case-study .case-story-section{padding:38px 40px!important;border-radius:24px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){grid-column:1 / -1!important;grid-template-columns:minmax(290px,.82fr) minmax(0,1.4fr)!important;gap:56px!important;align-items:center!important;padding:48px 54px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{font-size:clamp(1.85rem,2.05vw,2.25rem)!important;line-height:1.08!important;max-width:410px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker){font-size:1.03rem!important;line-height:1.72!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(2){grid-column:1 / span 5!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(3){grid-column:6 / -1!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(4){grid-column:1 / -1!important;padding:44px 46px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(4) .case-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(5),body.single-case_study .new-maxims-case-study .case-story-section:nth-child(6){padding:40px 42px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(5){grid-column:1 / span 6!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(6){grid-column:7 / -1!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(7){grid-column:1 / -1!important;padding:44px 50px!important}body.single-case_study .new-maxims-case-study .case-story-section h2{font-size:clamp(1.75rem,2.1vw,2.45rem)!important}}@media (max-width:1180px) and (min-width:981px){body.single-case_study .new-maxims-case-study .new-maxims-glance{grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr)!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>p:not(.eyebrow),body.single-case_study .new-maxims-case-study .new-maxims-glance>.btn{grid-column:1 / -1!important;grid-row:auto!important;max-width:none!important}body.single-case_study .new-maxims-case-study .new-maxims-glance>.btn{justify-self:start!important}}@media (max-width:980px){body.single-case_study .new-maxims-case-study .case-study-layout.container{display:flex!important;flex-direction:column!important}body.single-case_study .new-maxims-case-study .new-maxims-glance{order:-1!important;position:relative!important;top:auto!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){display:block!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{font-size:clamp(1.75rem,6.2vw,2.15rem)!important;line-height:1.1!important;margin-bottom:20px!important}}@media (min-width:981px){body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1.45fr)!important;grid-template-rows:auto auto!important;gap:18px 58px!important;align-items:start!important;padding:42px 48px!important;min-height:0!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) .case-kicker{grid-column:1 / -1!important;margin:0 0 8px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{grid-column:1!important;grid-row:2!important;font-size:clamp(1.65rem,1.75vw,2rem)!important;line-height:1.08!important;max-width:330px!important;margin:0!important;align-self:start!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker){grid-column:2!important;font-size:1rem!important;line-height:1.68!important;max-width:760px!important;margin:0!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker):first-of-type{grid-row:2!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker):last-of-type{grid-row:3!important;margin-top:-2px!important}}@media (max-width:980px){body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){padding:28px 24px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{font-size:clamp(1.55rem,6vw,1.9rem)!important;line-height:1.1!important;max-width:none!important;margin-bottom:18px!important}}@media (min-width:981px){body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1){grid-template-rows:auto auto auto!important;row-gap:10px!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) h2{grid-row:2 / span 2!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker):first-of-type{grid-row:2!important;margin-bottom:0!important}body.single-case_study .new-maxims-case-study .case-story-section:nth-child(1) p:not(.case-kicker):last-of-type{grid-row:3!important;margin-top:0!important}}body.post-type-archive-case_study .case-archive-hero h1{font-size:clamp(2.65rem,4.35vw,4.45rem);max-width:820px}body.post-type-archive-case_study .case-hero-panel h2{font-size:clamp(1.8rem,2.45vw,2.7rem);line-height:1.08}body.post-type-archive-case_study .case-archive-results .centered-heading{max-width:900px;margin-inline:auto}body.post-type-archive-case_study .case-client-card{display:flex;flex-direction:column;padding:30px;min-height:100%;border-radius:26px}body.post-type-archive-case_study .case-client-card h3{font-size:1.65rem;margin-top:10px}body.post-type-archive-case_study .case-client-context{font-size:.92rem;margin:8px 0 0;color:#66758a}body.post-type-archive-case_study .case-primary-result{margin:24px 0 18px;padding:20px;border-radius:18px;background:linear-gradient(135deg,#eef3ff,#f8fbff)}body.post-type-archive-case_study .case-primary-result .result-number{font-size:clamp(2.5rem,3.8vw,4rem);line-height:.95;color:#2852d8}body.post-type-archive-case_study .case-primary-result>strong{display:block;margin-top:9px;font-size:1rem;color:#111827}body.post-type-archive-case_study .case-client-card .metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}body.post-type-archive-case_study .case-client-card .metric-grid>div{padding:14px 10px;border:1px solid #e1e8f2;border-radius:14px;background:#fff}body.post-type-archive-case_study .case-client-card .metric-grid strong{font-size:1.25rem}body.post-type-archive-case_study .case-client-card .metric-grid span{font-size:.72rem;line-height:1.25}body.post-type-archive-case_study .case-period{font-size:.83rem;color:#6d7888;margin-top:auto;padding-top:8px}body.post-type-archive-case_study .case-card-links{display:flex;flex-direction:column;gap:8px;margin-top:14px}body.post-type-archive-case_study .case-card-links .secondary{font-size:.88rem;color:#516078}body.post-type-archive-case_study .case-archive-proof-section{background:#fff}body.post-type-archive-case_study .case-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}body.post-type-archive-case_study .case-proof-card{padding:30px;border:1px solid #dce6f2;border-radius:26px;background:#f9fbff;box-shadow:0 18px 50px rgba(8,28,56,.06)}body.post-type-archive-case_study .case-proof-card.dark{background:#0f1b31;border-color:#0f1b31}body.post-type-archive-case_study .case-proof-card>span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:#e7edff;color:#2852d8;font-weight:800;font-size:.8rem}body.post-type-archive-case_study .case-proof-card h3{font-size:1.7rem;margin:18px 0 12px}body.post-type-archive-case_study .case-proof-card p{font-size:.98rem;line-height:1.65}body.post-type-archive-case_study .case-proof-card.dark h3,body.post-type-archive-case_study .case-proof-card.dark p,body.post-type-archive-case_study .case-proof-card.dark .text-link{color:#fff}body.post-type-archive-case_study .case-proof-card.dark>span{background:#2b50d8;color:#fff}@media(max-width:980px){body.post-type-archive-case_study .case-overview-grid,body.post-type-archive-case_study .case-proof-grid{grid-template-columns:1fr}body.post-type-archive-case_study .case-client-card{min-height:0}}@media(max-width:640px){body.post-type-archive-case_study .case-client-card{padding:20px}body.post-type-archive-case_study .case-client-card .metric-grid{grid-template-columns:1fr}body.post-type-archive-case_study .case-proof-card{padding:22px}}.privacy-page{background:#fff}.privacy-hero{padding:52px 0 56px;background:linear-gradient(135deg,#f8fbff 0%,#fff 58%,#eef5ff 100%);border-bottom:1px solid var(--line)}.privacy-hero-inner{max-width:1120px}.privacy-breadcrumb{margin-bottom:28px}.privacy-hero .eyebrow{margin-bottom:14px}.privacy-hero h1{font-size:clamp(2.8rem,5vw,4.7rem);max-width:760px}.privacy-hero .lead{max-width:780px;margin-top:20px}.privacy-meta{display:flex;gap:12px 28px;flex-wrap:wrap;margin-top:26px;padding-top:20px;border-top:1px solid rgba(125,148,177,.22);font-size:.92rem;color:var(--muted)}.privacy-meta strong{color:var(--ink)}.privacy-section{padding:72px 0 96px}.privacy-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:72px;align-items:start;max-width:1132px}.privacy-content{min-width:0}.privacy-content>h2:first-child,.privacy-content>h1:first-child{display:none}.privacy-content h2{font-size:clamp(1.55rem,2.2vw,2rem);line-height:1.15;letter-spacing:-.028em;margin:52px 0 16px;padding-top:6px}.privacy-content h2:first-of-type{margin-top:0}.privacy-content h3{font-size:1.18rem;line-height:1.25;margin:30px 0 12px;letter-spacing:-.018em}.privacy-content p,.privacy-content li{font-size:1.02rem;line-height:1.78;color:#435269}.privacy-content p{margin-bottom:18px}.privacy-content ul,.privacy-content ol{margin:4px 0 24px;padding-left:24px}.privacy-content li{margin:8px 0;padding-left:3px}.privacy-content a{color:var(--blue);font-weight:650;text-decoration:underline;text-underline-offset:3px}.privacy-content strong{color:var(--ink)}.privacy-side{position:sticky;top:112px;display:grid;gap:18px}.privacy-side-card,.privacy-side-note{border:1px solid var(--line);border-radius:22px;background:#fff;padding:26px;box-shadow:0 18px 48px rgba(7,17,31,.07)}.privacy-side-card h2{font-size:1.45rem;line-height:1.18;letter-spacing:-.03em;margin:10px 0 12px}.privacy-side-card p{font-size:.95rem;line-height:1.62;margin-bottom:18px}.privacy-side-card .btn{width:100%;justify-content:center}.privacy-side-note{box-shadow:none;background:#f7faff}.privacy-side-note strong{display:block;margin-bottom:10px;color:var(--ink)}.privacy-side-note ul{margin:0;padding-left:18px}.privacy-side-note li{font-size:.9rem;line-height:1.5;color:var(--slate);margin:7px 0}@media(max-width:900px){.privacy-layout{grid-template-columns:1fr;gap:40px}.privacy-side{position:static;grid-template-columns:1fr 1fr;order:-1}.privacy-section{padding-top:52px}.privacy-content h2{margin-top:42px}}@media(max-width:640px){.privacy-hero{padding:38px 0 42px}.privacy-breadcrumb{margin-bottom:22px}.privacy-meta{display:grid;gap:8px}.privacy-section{padding:42px 0 70px}.privacy-side{grid-template-columns:1fr}.privacy-side-card,.privacy-side-note{padding:22px}.privacy-content p,.privacy-content li{font-size:.98rem;line-height:1.72}.privacy-content h2{font-size:1.5rem;margin-top:38px}}