:root{
  --primary:#0A3766;
  --primary-bright:#155A9C;
  --primary-deep:#061F3A;
  --primary-soft:#DCEAF6;
  --canvas:#fff;
  --paper:#fff;
  --cloud:#f7f7f7;
  --fog:#e8e8e8;
  --steel:#c2c2c2;
  --hairline:#e8e8e8;
  --ink:#1a1a1a;
  --ink-deep:#000;
  --charcoal:#3d3d3d;
  --graphite:#636363;
  --on-ink:#fff;
  --shadow-soft:0 2px 8px rgba(26,26,26,.08);
  --shadow-modal:0 8px 24px rgba(26,26,26,.12);
  --font:"Manrope", sans-serif;
  --container:min(1366px,calc(100% - 48px));
  --section:80px;
  --header-h:76px;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.38;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:var(--primary);color:#fff}
.masthead{position:sticky;top:0;z-index:30;height:var(--header-h);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1366px)/2));background:var(--canvas);border-bottom:1px solid var(--hairline)}
.brand{display:flex;align-items:center;height:100%}.brand img{width:110px;height:auto;max-height:68px;object-fit:contain}.nav{justify-self:end;display:flex;align-items:center;gap:4px}.nav a{position:relative;display:flex;align-items:center;min-height:44px;padding:8px 14px;color:var(--ink);font-size:15px;font-weight:500}.nav a::after{content:"";position:absolute;left:14px;right:14px;bottom:7px;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .38s var(--ease)}.nav a:hover::after{transform:scaleX(1)}.menu{display:none;justify-self:end;width:auto}
.nav-cta,.btn,.order-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 24px;border-radius:4px;border:1px solid var(--primary);background:var(--primary);color:#fff;font:700 14px/1.4 var(--font);letter-spacing:.7px;text-transform:uppercase;cursor:pointer;transition:background .28s var(--ease),border-color .28s var(--ease),transform .28s var(--ease),box-shadow .28s var(--ease)}.nav-cta:hover,.btn:hover,.order-form button:hover{background:var(--primary-deep);border-color:var(--primary-deep);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.btn.light{background:var(--canvas);color:var(--primary);border-color:var(--primary)}.btn.light:hover{background:var(--primary-soft);color:var(--primary-deep)}
.nav-cta-group{display:flex;align-items:center;gap:10px}.nav-cta-group .nav-cta{white-space:nowrap}.masthead .nav-cta--emd{background:#0a3766;border-color:#0a3766;color:#fff}.masthead .nav-cta--emd:hover{background:#07294d;border-color:#07294d;color:#fff}
.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,560px) minmax(420px,680px) minmax(24px,1fr);grid-template-areas:". copy image .";gap:clamp(32px,5vw,72px);align-items:center;min-height:calc(100dvh - var(--header-h));padding:var(--section) 0;background:var(--cloud);overflow:hidden}.hero::before,.hero::after{content:"";position:absolute;z-index:-1;width:142px;height:72%;top:14%;background:var(--primary);transform:skewX(-18deg)}.hero::before{left:-128px}.hero::after{right:-84px}.hero-kicker{grid-area:copy;align-self:start;justify-self:start;display:flex;gap:16px;margin-bottom:24px;color:var(--graphite);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-copy{grid-area:copy}.hero-image{grid-area:image;position:relative;margin:0}.hero-image img{width:100%;height:min(620px,62vw);object-fit:cover;border-radius:16px;box-shadow:var(--shadow-soft)}.image-note{position:absolute;left:32px;bottom:32px;max-width:320px;padding:16px 20px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.image-note::before{content:"LOCAL OFFICE";display:block;margin-bottom:4px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.08em}.image-note strong,.image-note span{display:block}.image-note span{margin-top:3px;color:var(--charcoal);font-size:14px}
.eyebrow{margin:0 0 16px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:500;letter-spacing:-.018em;line-height:1}h1{max-width:760px;margin-bottom:24px;font-size:clamp(44px,6.2vw,72px)}h2{margin-bottom:20px;font-size:clamp(32px,4.5vw,56px)}h3{font-size:24px;line-height:1.17}.lede{max-width:600px;margin-bottom:32px;color:var(--charcoal);font-size:18px;line-height:1.45}.actions{display:flex;flex-wrap:wrap;gap:12px}
.block{width:var(--container);margin:0 auto;padding:var(--section) 0}.quick-cta{position:relative;z-index:4;width:var(--container);margin:24px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.quick-cta a{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft);transition:transform .32s var(--ease),box-shadow .32s var(--ease)}.quick-cta a:hover{transform:translateY(-2px);box-shadow:var(--shadow-modal)}.quick-cta span{color:var(--primary);font-size:14px;font-weight:700}.quick-cta strong{display:block;margin:16px 0 8px;font-size:24px;font-weight:500;line-height:1.17}.quick-cta small{display:block;color:var(--charcoal);font-size:14px;line-height:1.5}.image-band{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:24px}.image-band figure,.service-visual,.tools figure{position:relative;margin:0;overflow:hidden;border-radius:16px;background:var(--cloud);box-shadow:var(--shadow-soft)}.image-band img{width:100%;height:330px;object-fit:cover}.image-band figcaption,.service-visual::before,.tools figure::after{position:absolute;left:16px;bottom:16px;padding:6px 12px;border-radius:8px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.image-band figcaption{display:block}.statement{display:grid;grid-template-columns:90px 1.05fr .95fr;gap:32px;align-items:start;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.section-number{color:var(--primary);font-weight:700}.statement p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}
.clients{background:transparent}.intro{max-width:820px;margin-bottom:32px}.client-ledger{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.client-ledger article{display:flex;min-height:320px;flex-direction:column;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.client-ledger span{margin-bottom:20px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.client-ledger h3{margin-bottom:16px}.client-ledger p{color:var(--charcoal)}.client-ledger a,.service-stack a,.tool-links a{margin-top:auto;color:var(--primary);font-size:14px;font-weight:700}.mid-cta{width:100%;max-width:none;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,1060px) auto minmax(24px,1fr);gap:32px;align-items:center;padding:64px 0;background:var(--ink);color:#fff}.mid-cta>div{grid-column:2}.mid-cta>.btn{grid-column:3}.mid-cta .eyebrow{color:var(--primary-soft)}.mid-cta h2{max-width:780px;margin:0}.mid-cta .btn.dark{background:#fff;color:var(--ink);border-color:#fff}.mid-cta .btn.dark:hover{background:var(--fog)}
.services{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}.service-visual::before{content:"SEARCH · CLEAR · CLOSE";top:16px;bottom:auto}.service-visual img{width:100%;height:610px;object-fit:cover}.service-stack{display:grid;gap:16px;margin-top:32px}.service-stack div{display:grid;grid-template-columns:150px 1fr 140px;gap:20px;align-items:start;padding:20px;background:var(--cloud);border-radius:16px}.service-stack b{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.service-stack p{margin:0;color:var(--charcoal)}.process{background:transparent}.timeline{counter-reset:item;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.timeline li{position:relative;min-height:260px;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.timeline li::before{counter-increment:item;content:"0" counter(item);display:block;margin-bottom:72px;color:var(--primary);font-weight:700}.timeline li::after{content:"";position:absolute;right:24px;top:24px;width:36px;height:54px;background:var(--primary);clip-path:polygon(35% 0,100% 0,65% 100%,0 100%)}.timeline span{display:block;margin-bottom:10px;font-size:24px;font-weight:500}.timeline p{color:var(--charcoal);font-size:14px}.section-cta{margin-top:24px}.inverse{background:transparent!important;color:#fff!important;border-color:#fff!important}.inverse:hover{background:#fff!important;color:var(--ink)!important}
.security{width:100%;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,520px) minmax(0,640px) minmax(24px,1fr);gap:48px;align-items:center;padding:var(--section) 0;background:var(--ink);color:#fff}.security>div:first-child{grid-column:2}.security-card{grid-column:3;padding:32px;background:#292929;border-radius:16px}.security .eyebrow{color:var(--primary-soft)}.security-card p{color:#fff}.security-card strong{display:block;font-size:24px;font-weight:500;line-height:1.17}.tools{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.tools figure::after{content:"INDIANAPOLIS"}.tools img{width:100%;height:510px;object-fit:cover}.tools p{color:var(--charcoal);font-size:18px}.tool-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.tool-links a{padding:12px 16px;border:1px solid var(--primary);border-radius:4px;background:var(--canvas)}
.order{display:grid;grid-template-columns:.78fr 1fr;gap:64px;align-items:start;border-top:1px solid var(--hairline)}.order-intro p:not(.eyebrow){color:var(--charcoal);font-size:18px}.order-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px;background:var(--cloud);border-radius:16px;box-shadow:var(--shadow-soft)}.order-form label{color:var(--charcoal);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-form input,.order-form select{width:100%;height:44px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);color:var(--ink);font:400 16px/1.38 var(--font)}.order-form input:focus,.order-form select:focus{outline:0;border-color:var(--ink)}.order-form button,.order-form p{grid-column:1/-1}.order-form p{margin:0;color:var(--graphite);font-size:12px}.location{display:flex;justify-content:space-between;gap:32px;align-items:end;padding:32px;background:var(--cloud);border-radius:16px}.location address{color:var(--charcoal);font-style:normal;font-size:18px}.location-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}footer{padding:64px 24px;background:var(--ink);color:#fff;text-align:center}footer img{width:145px;margin:0 auto 20px;filter:brightness(0) invert(1)}footer p{margin:0;color:var(--fog)}.site-footer{text-align:left}.footer-grid{width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}.footer-brand img{margin:0 0 20px;filter:brightness(0) invert(1)}.footer-grid strong{display:block;margin-bottom:14px;color:#fff;font-size:12px;letter-spacing:.11em;text-transform:uppercase}.footer-grid a{display:block;margin:9px 0;color:var(--fog);font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{width:var(--container);margin:36px auto 0!important;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);font-size:13px}.mobile-sticky{display:none}.reveal{opacity:1;transform:translateY(0)}.reveal.is-visible{animation:reveal .75s var(--ease) both}@keyframes reveal{from{opacity:.001;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.nav a.active{color:var(--primary)}.nav a.active::after{transform:scaleX(1)}.page-hero{position:relative;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,560px) minmax(420px,680px) minmax(24px,1fr);grid-template-areas:". copy image .";gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(64px,8vw,112px) 0;background:var(--cloud);overflow:hidden}.page-hero::before{content:"";position:absolute;right:-92px;top:16%;width:140px;height:68%;background:var(--primary);transform:skewX(-18deg)}.page-hero.alert{background:var(--ink);color:#fff}.page-hero.alert .lede{color:var(--fog)}.page-hero.alert .eyebrow{color:var(--primary-soft)}.page-hero-copy{grid-area:copy}.page-hero figure{grid-area:image;position:relative;margin:0;z-index:1}.page-hero img{width:100%;height:min(560px,52vw);object-fit:cover;border-radius:16px;box-shadow:var(--shadow-soft)}.page-intro{display:grid;grid-template-columns:90px 1fr 1fr;gap:32px;border-bottom:1px solid var(--hairline)}.page-intro h2{max-width:760px}.page-intro p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-directory article,.audience-router article,.resource-grid article,.tool-hub article,.customer-tool-grid article,.value-ledger article,.detail-list article,.audience-proof article{display:flex;min-height:240px;flex-direction:column;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.service-directory h3,.audience-router h3,.resource-grid h3,.tool-hub h3,.customer-tool-grid h3{margin-bottom:16px}.service-directory p,.audience-router p,.resource-grid p,.tool-hub p,.customer-tool-grid p,.value-ledger p,.detail-list p,.audience-proof p{color:var(--charcoal)}.service-directory a,.audience-router a,.resource-grid a,.tool-hub a,.customer-tool-grid a,.value-ledger a,.detail-list a,.audience-proof a{margin-top:auto;color:var(--primary);font-size:14px;font-weight:700}.detail-layout{display:grid;grid-template-columns:.78fr 1fr;gap:64px;align-items:start}.detail-layout>div:first-child p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.detail-list article{min-height:190px}.detail-list span,.tool-hub span,.value-ledger span,.audience-proof span{margin-bottom:18px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.wide-cta{display:flex;justify-content:space-between;gap:32px;align-items:center;padding:40px;background:var(--cloud);border-radius:16px}.wide-cta h2{max-width:820px;margin:0}.wide-cta .btn.light{align-self:center}.audience-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.audience-proof article{min-height:260px}.wire-warning{background:var(--primary);color:#fff;border-radius:16px;padding:48px}.wire-warning h2{max-width:980px}.wire-warning p{max-width:760px;color:#fff}.location-detail{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.location-detail figure{margin:0;overflow:hidden;border-radius:16px;box-shadow:var(--shadow-soft)}.location-detail img{width:100%;height:460px;object-fit:cover}.location-detail address{margin-bottom:20px;color:var(--charcoal);font-style:normal;font-size:20px}.utility-layout{display:grid;grid-template-columns:.72fr 1fr;gap:64px;align-items:start}.utility-layout>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.utility-form textarea{width:100%;min-height:120px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);font:400 16px/1.38 var(--font);resize:vertical}.utility-form .full{grid-column:1/-1}.utility-form input[type=file]{padding:9px 12px}.calc-output{grid-column:1/-1;display:block;min-height:64px;padding:18px 20px;border-left:4px solid var(--primary);border-radius:4px;background:#fff;color:var(--ink);font-weight:700;line-height:1.45}
@media(max-width:1050px){:root{--container:min(100% - 32px,1366px);--section:64px;--header-h:72px}.masthead{grid-template-columns:auto minmax(0,1fr) auto;gap:16px}.brand img{width:104px;max-height:64px}.nav,.nav-cta-group{display:none}.menu{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--ink);border-radius:4px;background:var(--canvas);font:700 14px/1 var(--font);letter-spacing:.7px;text-transform:uppercase}.nav.open{position:absolute;top:var(--header-h);left:16px;right:auto;width:calc(100vw - 32px);justify-self:stretch;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:16px;background:var(--canvas);border:1px solid var(--hairline);border-radius:16px;box-shadow:var(--shadow-modal)}.nav.open a{min-height:48px}.hero,.page-hero{grid-template-columns:16px 1fr 16px;grid-template-areas:". copy ." ". image .";padding:64px 0}.hero-kicker{display:none}.hero-image img,.page-hero img{height:520px}.quick-cta,.client-ledger,.timeline,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof{grid-template-columns:repeat(2,1fr)}.statement,.services,.security,.tools,.order,.page-intro,.detail-layout,.location-detail,.utility-layout{grid-template-columns:1fr}.security{padding:64px 24px}.security>div:first-child,.security-card{grid-column:auto}.mid-cta{grid-template-columns:24px 1fr 24px}.mid-cta>div,.mid-cta>.btn{grid-column:2}.mid-cta>.btn{justify-self:start}.service-stack div{grid-template-columns:1fr}.service-visual img{height:440px}.footer-grid{grid-template-columns:1fr 1fr}.wide-cta{align-items:flex-start;flex-direction:column}.page-hero::before{right:-118px}.page-intro{gap:12px}}
@media(max-width:640px){:root{--container:min(100% - 24px,1366px);--section:48px;--header-h:64px}.masthead{height:var(--header-h);padding:0 12px;gap:12px}.brand img{width:86px;max-height:56px}.menu{min-height:40px;padding:9px 14px}.nav.open{top:var(--header-h);left:12px;right:auto;width:calc(100vw - 24px)}.hero,.page-hero{min-height:auto;padding:48px 0}.hero::before,.hero::after,.page-hero::before{display:none}h1{font-size:38px;line-height:1.02}.lede{font-size:16px}.actions .btn{width:100%}.hero-image img,.page-hero img{height:360px;border-radius:16px}.image-note{position:relative;left:auto;bottom:auto;margin:-46px 16px 0}.quick-cta,.client-ledger,.timeline,.image-band,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.detail-list{grid-template-columns:1fr}.quick-cta a,.client-ledger article,.audience-proof article{min-height:0}.statement{grid-template-columns:1fr;gap:8px}.mid-cta{padding:48px 0}.services,.tools,.order,.detail-layout,.location-detail,.utility-layout{gap:32px}.service-visual img,.tools img,.location-detail img{height:330px}.security{gap:32px;padding:48px 16px}.security-card{padding:24px}.order-form{grid-template-columns:1fr;padding:16px}.utility-form .full{grid-column:auto}.location{display:block;padding:24px}.location-actions{justify-content:flex-start;margin-top:20px}.location .btn{width:100%;margin-top:8px}footer{padding:48px 16px}.footer-grid{grid-template-columns:1fr}.mobile-sticky{display:none!important}.wire-warning{padding:28px}.page-intro p:last-child,.detail-layout>div:first-child p:last-child,.utility-layout>div p:last-child{font-size:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}

/* Rich customer pages + dropdown navigation */
.nav{gap:2px}.nav-group{position:relative;display:flex;align-items:center}.nav-parent{gap:6px}.nav-group:has(.nav-dropdown)>.nav-parent::before{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);order:2;margin-left:2px;margin-top:-4px}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:50%;min-width:248px;padding:10px;background:var(--canvas);border:1px solid var(--hairline);border-radius:14px;box-shadow:var(--shadow-modal);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s var(--ease)}.nav-dropdown::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav .nav-dropdown a{display:flex;min-height:40px;padding:10px 12px;border-radius:8px;color:var(--charcoal);font-size:14px;line-height:1.25}.nav .nav-dropdown a::after{display:none}.nav .nav-dropdown a:hover{background:var(--cloud);color:var(--primary)}.menu{gap:6px}.menu span{display:block;width:16px;height:2px;background:currentColor}.menu b{font:700 13px/1 var(--font);letter-spacing:.08em;text-transform:uppercase}
.deep-intro{display:grid;grid-template-columns:90px minmax(0,1fr) 360px;gap:32px;align-items:start;border-bottom:1px solid var(--hairline)}.deep-intro h2{max-width:860px}.deep-intro p{color:var(--charcoal);font-size:18px;line-height:1.6}.deep-intro aside{padding:24px;border-left:4px solid var(--primary);border-radius:12px;background:var(--cloud)}.deep-intro aside strong{display:block;margin-bottom:10px;color:var(--primary);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.deep-intro aside span{display:block;color:var(--ink);font-size:15px;line-height:1.55}.rich-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rich-grid article{min-height:270px;padding:26px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(10,55,102,.06)}.rich-grid span{display:block;margin-bottom:22px;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rich-grid p{color:var(--charcoal);line-height:1.58}.check-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}.check-section>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.6}.check-section ol{counter-reset:check;display:grid;gap:14px;margin:0;padding:0;list-style:none}.check-section li{counter-increment:check;position:relative;display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px;background:var(--cloud);border-radius:14px}.check-section li::before{content:counter(check,decimal-leading-zero);grid-row:1/3;color:var(--primary);font-weight:800}.check-section li strong{grid-column:2;display:block;margin-bottom:6px;font-size:18px}.check-section li span{grid-column:2;display:block;color:var(--charcoal);line-height:1.52}.split-proof{display:grid;grid-template-columns:.75fr 1fr;gap:48px;align-items:start;padding:48px;border-radius:16px;background:var(--ink);color:#fff}.split-proof .eyebrow{color:var(--primary-soft)}.split-proof h2{margin:0}.proof-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.proof-list a{display:flex;align-items:center;min-height:74px;padding:18px 20px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-weight:700}.proof-list a:hover{background:#fff;color:var(--ink)}.faq-section{border-top:1px solid var(--hairline)}.faq-section>h2{max-width:860px}.faq-list{display:grid;gap:12px;max-width:980px}.faq-list details{padding:20px 22px;border-radius:14px;background:var(--cloud)}.faq-list summary{cursor:pointer;font-weight:800;color:var(--ink)}.faq-list p{margin:14px 0 0;color:var(--charcoal);line-height:1.58}.lead-capture{display:grid;grid-template-columns:.72fr 1fr;gap:64px;align-items:start;border-top:1px solid var(--hairline)}.lead-capture>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.58}.audience-form{position:relative}.audience-form::before{content:"Secure request";position:absolute;right:24px;top:-14px;padding:6px 10px;border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.audience-form input[type=hidden]{display:none}
@media(max-width:1050px){.masthead{grid-template-columns:auto minmax(0,1fr) auto}.nav-cta{display:none}.menu{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid var(--ink);border-radius:4px;background:var(--canvas);color:var(--ink)}.menu span{display:block}.nav{display:none}.nav.open{position:absolute;top:var(--header-h);left:16px;width:calc(100vw - 32px);max-height:calc(100dvh - var(--header-h) - 16px);overflow:auto;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:14px;background:var(--canvas);border:1px solid var(--hairline);border-radius:16px;box-shadow:var(--shadow-modal)}.nav.open .nav-group{display:block;border-bottom:1px solid var(--hairline);padding-bottom:8px}.nav.open .nav-group:last-child{border-bottom:0}.nav.open .nav-parent{min-height:42px;padding:8px 10px;font-weight:800}.nav.open .nav-parent::after{display:none}.nav.open .nav-dropdown{position:static;display:grid;gap:2px;min-width:0;padding:0 0 6px 12px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav.open .nav-dropdown::before{display:none}.nav.open .nav-dropdown a{min-height:34px;padding:8px 10px;background:transparent;color:var(--charcoal)}.nav.open .nav-dropdown a:hover{background:var(--cloud)}.deep-intro,.check-section,.split-proof,.lead-capture{grid-template-columns:1fr}.rich-grid{grid-template-columns:repeat(2,1fr)}.proof-list{grid-template-columns:1fr}.deep-intro aside{border-left:0;border-top:4px solid var(--primary)}}
@media(max-width:640px){.menu b{display:none}.menu{min-width:44px}.rich-grid{grid-template-columns:1fr}.rich-grid article{min-height:0;padding:22px}.deep-intro,.check-section,.lead-capture{gap:28px}.split-proof{padding:28px}.check-section li{grid-template-columns:1fr;gap:8px}.lead-capture>div p:last-child,.check-section>div p:last-child,.deep-intro p{font-size:16px}.audience-form::before{right:16px}.page-hero .actions{width:100%}}
.nav-group.is-current>.nav-parent{color:var(--primary)}.nav-group.is-current>.nav-parent::after{transform:scaleX(1)}
@media(max-width:640px){.check-section li strong,.check-section li span{grid-column:1}.check-section li::before{grid-row:auto}}

/* Header hardening after visual QA: dropdowns must never render expanded by default. */
@media(min-width:1051px){
  .masthead{isolation:isolate;overflow:visible}.nav{display:flex;align-items:center}.nav-group{position:relative}.nav-dropdown{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;z-index:50!important}.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown{display:block!important;visibility:visible!important;opacity:1!important;transform:translate(-50%,0)!important}.nav-dropdown a{white-space:nowrap}.menu{display:none!important}
}
@media(max-width:1050px){
  .masthead{isolation:isolate}.nav:not(.open){display:none!important}.nav.open{z-index:80}.nav.open .nav-dropdown{display:grid!important}.nav-cta{display:none!important}
}

/* Motion pass: restrained, trust-building interaction layer. */
:root{
  --ease-out-quart:cubic-bezier(.25,1,.5,1);
  --ease-out-quint:cubic-bezier(.22,1,.36,1);
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
}
@keyframes kt-hero-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes kt-image-in{from{opacity:0;transform:translate3d(18px,0,0) scale(.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes kt-menu-in{from{opacity:0;transform:translate3d(0,-8px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes kt-tap{0%{transform:translateY(-1px) scale(1)}45%{transform:translateY(0) scale(.985)}100%{transform:translateY(-1px) scale(1)}}
body.motion-ready .page-hero-copy,body.motion-ready .hero-copy{opacity:0;animation:kt-hero-in .62s var(--ease-out-expo) .06s forwards}
body.motion-ready .page-hero figure,body.motion-ready .hero-image{opacity:0;animation:kt-image-in .72s var(--ease-out-expo) .16s forwards}
body.motion-ready .masthead{transition:box-shadow .28s var(--ease-out-quart),background-color .28s var(--ease-out-quart),border-color .28s var(--ease-out-quart)}
body.scrolled .masthead{box-shadow:0 10px 28px rgba(10,55,102,.08);border-color:rgba(10,55,102,.12)}
.nav-parent::before{transition:transform .22s var(--ease-out-quart),margin-top .22s var(--ease-out-quart)}
.nav-group:hover>.nav-parent::before,.nav-group:focus-within>.nav-parent::before{transform:rotate(225deg);margin-top:2px}
.nav-dropdown{transform-origin:top center;will-change:opacity,transform}.nav-dropdown a{transition:background-color .18s var(--ease-out-quart),color .18s var(--ease-out-quart),transform .18s var(--ease-out-quart)}.nav-dropdown a:hover{transform:translateX(2px)}
@media(min-width:1051px){.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown{animation:kt-menu-in .2s var(--ease-out-quart) both}}
.menu{transition:background-color .2s var(--ease-out-quart),color .2s var(--ease-out-quart),transform .16s var(--ease-out-quart)}.menu:hover{background:var(--cloud)}.menu:active{transform:scale(.98)}.menu span{transition:transform .22s var(--ease-out-quart),opacity .16s var(--ease-out-quart)}.menu[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu[aria-expanded="true"] span:nth-child(2){opacity:0}.menu[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.nav.open{animation:kt-menu-in .24s var(--ease-out-quart) both}.nav.open .nav-parent,.nav.open .nav-dropdown a{animation:kt-hero-in .28s var(--ease-out-quart) both;animation-delay:var(--stagger,0ms)}
.btn,.nav-cta,.order-form button,.proof-list a,.tool-links a,.location-actions a,.service-directory a,.audience-router a,.resource-grid a,.tool-hub a,.customer-tool-grid a{will-change:transform;transition:background-color .24s var(--ease-out-quart),border-color .24s var(--ease-out-quart),color .24s var(--ease-out-quart),box-shadow .24s var(--ease-out-quart),transform .24s var(--ease-out-quart)}
.btn:active,.nav-cta:active,.order-form button:active{animation:kt-tap .18s var(--ease-out-quart)}
.quick-cta a,.client-ledger article,.rich-grid article,.customer-tool-grid article,.tool-hub article,.service-directory article,.audience-router article,.resource-grid article,.value-ledger article,.detail-list article,.audience-proof article,.faq-list details{transition:transform .28s var(--ease-out-quart),box-shadow .28s var(--ease-out-quart),border-color .28s var(--ease-out-quart),background-color .28s var(--ease-out-quart)}
.rich-grid article:hover,.customer-tool-grid article:hover,.tool-hub article:hover,.service-directory article:hover,.audience-router article:hover,.resource-grid article:hover,.value-ledger article:hover,.detail-list article:hover,.audience-proof article:hover{transform:translateY(-3px);box-shadow:var(--shadow-modal)}
.reveal{opacity:0!important;transform:translate3d(0,18px,0)!important;transition:opacity .58s var(--ease-out-expo),transform .58s var(--ease-out-expo)!important;transition-delay:var(--reveal-delay,0ms)!important}.reveal.is-visible{opacity:1!important;transform:translate3d(0,0,0)!important}
.order-form input,.order-form select,.order-form textarea,.utility-form textarea{transition:border-color .18s var(--ease-out-quart),box-shadow .18s var(--ease-out-quart),background-color .18s var(--ease-out-quart),transform .18s var(--ease-out-quart)}.order-form input:focus,.order-form select:focus,.order-form textarea:focus,.utility-form textarea:focus{box-shadow:0 0 0 3px rgba(10,55,102,.11);transform:translateY(-1px)}
.order-form button.is-confirming{background:var(--primary-deep);border-color:var(--primary-deep)}.order-form button.is-confirmed{background:#0f5f46;border-color:#0f5f46}.calc-output{transition:background-color .24s var(--ease-out-quart),color .24s var(--ease-out-quart),transform .24s var(--ease-out-quart)}.calc-output.is-updated{transform:translateY(-1px);background:var(--primary-soft)}
.faq-list details[open]{background:#eef5fb}.faq-list summary{transition:color .18s var(--ease-out-quart)}.faq-list summary:hover{color:var(--primary)}.faq-list details p{animation:kt-hero-in .24s var(--ease-out-quart) both}
.deep-intro aside{border:1px solid rgba(10,55,102,.12);border-radius:12px;background:linear-gradient(180deg,var(--cloud),#fff)}
@media(max-width:1050px){.deep-intro aside{border:1px solid rgba(10,55,102,.12)}}
@media(max-width:640px){body.motion-ready .page-hero-copy,body.motion-ready .hero-copy,body.motion-ready .page-hero figure,body.motion-ready .hero-image{animation-duration:.42s}.reveal{transition-duration:.36s!important}.nav.open .nav-parent,.nav.open .nav-dropdown a{animation-duration:.18s}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}body.motion-ready .page-hero-copy,body.motion-ready .hero-copy,body.motion-ready .page-hero figure,body.motion-ready .hero-image,.nav.open,.nav.open .nav-parent,.nav.open .nav-dropdown a,.faq-list details p{animation:none!important;opacity:1!important;transform:none!important}.reveal,.reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}.menu span,.nav-parent::before,.nav-dropdown,.nav-dropdown a,.btn,.nav-cta,.order-form button,.quick-cta a,.rich-grid article,.order-form input,.order-form select,.order-form textarea{transition:none!important}}

/* Mobile menu hardening after visual QA: solid fixed drawer, never a translucent in-between panel. */
@media(max-width:1050px){
  .nav.open{position:fixed!important;top:calc(var(--header-h) + 8px)!important;left:16px!important;right:auto!important;width:calc(100vw - 32px)!important;max-height:calc(100dvh - var(--header-h) - 24px)!important;overflow:auto!important;z-index:999!important;background:var(--canvas)!important;border:1px solid var(--hairline)!important;box-shadow:0 18px 48px rgba(10,55,102,.16)!important;opacity:1!important;transform:none!important;animation:none!important;backdrop-filter:none!important}.nav.open .nav-parent,.nav.open .nav-dropdown a{opacity:1!important;transform:none!important;animation:none!important}.nav.open .nav-dropdown{background:transparent!important}.masthead{z-index:1000!important;overflow:visible!important}
}
@media(max-width:640px){.nav.open{left:12px!important;width:calc(100vw - 24px)!important}}

/* Hamburger icon geometry: stack lines instead of flex-row artifacts. */
@media(max-width:1050px){
  .menu{position:relative;min-width:92px;padding-left:38px!important}.menu span{position:absolute!important;left:14px!important;top:50%!important;margin:0!important;transform-origin:center!important}.menu span:nth-child(1){transform:translateY(-7px)!important}.menu span:nth-child(2){transform:translateY(0)!important}.menu span:nth-child(3){transform:translateY(7px)!important}.menu[aria-expanded="true"] span:nth-child(1){transform:translateY(0) rotate(45deg)!important}.menu[aria-expanded="true"] span:nth-child(2){opacity:0!important;transform:translateY(0) scaleX(.4)!important}.menu[aria-expanded="true"] span:nth-child(3){transform:translateY(0) rotate(-45deg)!important}
}
@media(max-width:640px){.menu{min-width:48px!important;width:48px!important;padding:9px 14px!important}.menu span{left:15px!important}}

/* CertifID security/payment integration */
.security-hero::after{content:"CERTIFID · VERIFY · PROTECT";position:absolute;left:max(24px,calc((100vw - 1366px)/2));bottom:22px;color:rgba(10,55,102,.18);font-size:12px;font-weight:800;letter-spacing:.18em}.security-system{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.security-system article{display:flex;min-height:310px;flex-direction:column;padding:26px;border:1px solid rgba(10,55,102,.08);border-radius:16px;background:var(--paper);box-shadow:var(--shadow-soft)}.security-system span{display:block;margin-bottom:26px;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.security-system p{color:var(--charcoal);line-height:1.58}.security-system a{margin-top:auto;color:var(--primary);font-weight:800}.certifid-proof .proof-list article{min-height:150px}.form-note{grid-column:1/-1;margin:0;padding:14px 16px;border-left:4px solid var(--primary);border-radius:10px;background:#fff;color:var(--charcoal)!important;font-size:13px!important;line-height:1.5!important;text-transform:none!important;letter-spacing:0!important;font-weight:600!important}.certifid-fit{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:42px;border-radius:18px;background:linear-gradient(135deg,var(--ink),#203548);color:#fff}.certifid-fit h2{max-width:900px;margin-bottom:16px;font-size:clamp(28px,3vw,44px)}.certifid-fit p:not(.eyebrow){max-width:920px;margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.6}.certifid-fit .eyebrow{color:var(--primary-soft)}.certifid-fit-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.security-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.security-card-grid>p{grid-column:1/-1;margin-bottom:8px}.security-card-grid div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.04)}.security-card-grid div strong{margin-bottom:8px;font-size:18px}.security-card-grid div span{display:block;color:rgba(255,255,255,.72);line-height:1.45}.wire-warning{width:100%;background:#fff2dc;border-top:1px solid rgba(173,103,27,.18);border-bottom:1px solid rgba(173,103,27,.18)}.wire-warning>div{width:var(--container);margin:0 auto;padding:42px 0}.wire-warning h2{max-width:900px;color:#7d3d00}.wire-warning p:not(.eyebrow){max-width:760px;color:#4c3a28;font-size:18px;line-height:1.55}@media(min-width:1051px){.masthead{gap:16px}.nav a{padding-left:10px;padding-right:10px;font-size:14px}.nav-cta{padding-left:18px;padding-right:18px}.nav-dropdown{min-width:238px}}@media(max-width:1050px){.security-system{grid-template-columns:repeat(2,1fr)}.certifid-fit{grid-template-columns:1fr}.certifid-fit-actions{justify-content:flex-start}.security-card-grid{grid-template-columns:1fr}}@media(max-width:640px){.security-system{grid-template-columns:1fr}.security-system article{min-height:0}.certifid-fit{padding:28px}.certifid-fit-actions .btn{width:100%}.form-note{font-size:12px!important}.security-hero::after{display:none}.wire-warning>div{width:var(--container);padding:32px 0}}
.certifid-proof .proof-list article{display:block;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05)}.certifid-proof .proof-list article strong{display:block;margin-bottom:8px;color:#fff;font-size:18px;line-height:1.2}.certifid-proof .proof-list article span{display:block;color:rgba(255,255,255,.78);line-height:1.45}

/* Strategic CertifID badge placement: visible trust proof, not a cheap logo strip. */
.certifid-badge{display:inline-flex;align-items:center;gap:13px;width:max-content;max-width:100%;margin:8px 0 24px;padding:10px 15px 10px 14px;border:1px solid rgba(10,55,102,.18);border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 14px 40px rgba(10,55,102,.08);color:var(--ink)}
.certifid-badge-logo,.page-hero .certifid-badge-logo{display:block;width:98px;height:auto;max-width:98px;flex:0 0 auto;object-fit:contain;border-radius:0;box-shadow:none}.certifid-badge span:last-child{display:grid;gap:1px;min-width:0;padding-left:12px;border-left:1px solid rgba(10,55,102,.14)}.certifid-badge strong{font-size:11px;line-height:1.05;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}.certifid-badge small{font-size:12px;line-height:1.2;color:var(--charcoal);font-weight:700}.certifid-badge-inverse{margin:10px 0 26px;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.92);box-shadow:none;color:var(--ink)}.certifid-badge-inverse .certifid-badge-logo{filter:none}.certifid-badge-inverse span:last-child{border-left-color:rgba(10,55,102,.16)}.certifid-badge-inverse strong{color:var(--ink)}.certifid-badge-inverse small{color:var(--charcoal)}
.page-hero-copy .certifid-badge+.actions{margin-top:2px}.security-home .certifid-badge{align-self:flex-start}
@media(max-width:640px){.certifid-badge{width:100%;justify-content:flex-start;margin:4px 0 20px;border-radius:14px}.certifid-badge-logo,.page-hero .certifid-badge-logo{width:92px;max-width:92px;height:auto;object-fit:contain;border-radius:0;box-shadow:none}.certifid-badge span:last-child{padding-left:10px}.certifid-badge strong{font-size:10px}.certifid-badge small{font-size:11px}.security-home .certifid-badge{width:100%}}


/* Internal pages buildout: deeper sitemap, resource articles, and production-like intake pages. */
.footer-grid-expanded{grid-template-columns:1.25fr repeat(4,1fr)}
.wide-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px;border-radius:18px;background:var(--cloud)}
.wide-cta p:not(.eyebrow){max-width:760px;color:var(--charcoal);font-size:17px;line-height:1.55}.wide-cta h2{max-width:900px;margin-bottom:12px}
.utility-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}.utility-layout>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.6}.utility-form textarea{width:100%;min-height:120px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);font:400 16px/1.38 var(--font);resize:vertical}.utility-form .full{grid-column:1/-1}
.faq-section{max-width:980px}.faq-list{display:grid;gap:12px}.faq-list details{padding:22px 24px;border:1px solid rgba(10,55,102,.1);border-radius:14px;background:var(--paper);box-shadow:var(--shadow-soft)}.faq-list summary{cursor:pointer;font-weight:800;color:var(--ink)}.faq-list p{margin:14px 0 0;color:var(--charcoal);line-height:1.6}.resource-grid article span,.service-directory article span,.tool-hub article span,.audience-router article span{display:none}.rich-grid article a,.resource-grid article a,.service-directory article a,.tool-hub article a,.audience-router article a{margin-top:auto;color:var(--primary);font-weight:800}.rich-grid article{display:flex;flex-direction:column}.rich-grid article span{min-height:0}.page-hero.alert .btn.light{background:#fff;color:var(--ink);border-color:#fff}.page-hero.alert .btn.light:hover{background:var(--fog)}
@media(max-width:1050px){.footer-grid-expanded{grid-template-columns:1fr 1fr}.utility-layout{grid-template-columns:1fr}.wide-cta{align-items:flex-start;flex-direction:column}.nav-dropdown{min-width:280px}}
@media(max-width:640px){.footer-grid-expanded{grid-template-columns:1fr}.wide-cta{padding:28px}.utility-layout{gap:28px}.faq-list details{padding:18px}.mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:25;display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.mobile-sticky a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;background:var(--primary);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;box-shadow:var(--shadow-modal)}body{padding-bottom:72px}}

/* Internal image pass: more real-world texture without adding new copy. */
.page-hero{background:linear-gradient(135deg,#f7f7f7 0%,#fff 48%,#eef5fb 100%)}
.page-hero .hero-photo{overflow:hidden;border-radius:18px;box-shadow:0 24px 70px rgba(10,55,102,.14)}
.page-hero .hero-photo img{transform:scale(1.002);filter:saturate(.96) contrast(1.02)}
.image-rail{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:18px;padding-top:28px;padding-bottom:28px}
.image-rail figure{position:relative;margin:0;overflow:hidden;border-radius:16px;background:var(--cloud);box-shadow:var(--shadow-soft)}
.image-rail figure:nth-child(2){transform:translateY(24px)}
.image-rail img{width:100%;height:clamp(180px,22vw,320px);object-fit:cover;filter:saturate(.94) contrast(1.03)}
.image-rail figure::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,55,102,0),rgba(10,55,102,.12));pointer-events:none}
.footer-brand p{display:none!important}
@media(max-width:1050px){.image-rail{grid-template-columns:1fr 1fr}.image-rail figure:nth-child(2){transform:none}.image-rail figure:nth-child(3){grid-column:1/-1}.image-rail img{height:280px}}
@media(max-width:640px){.image-rail{grid-template-columns:1fr;gap:12px;padding-top:20px;padding-bottom:20px}.image-rail figure:nth-child(3){grid-column:auto}.image-rail img{height:210px}.page-hero .hero-photo{border-radius:16px}}

/* Audit pass fixes: cut cheap repetition, protect mobile forms, refine footer/form controls. */
@media(max-width:640px){
  body:has(form) .mobile-sticky{display:none!important}
  body:has(form){padding-bottom:0!important}
  .image-rail{display:none!important}
  .footer-brand img{width:104px!important;margin-bottom:6px!important}
  .site-footer{padding-top:36px!important}
  .page-hero{padding-top:38px!important;padding-bottom:34px!important}
  .page-hero img{height:300px!important}
}
.order-form input[type=file]{height:auto;min-height:48px;padding:13px 14px;border:1px dashed rgba(10,55,102,.34);background:#fff;color:var(--charcoal)}
.order-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--primary) 50%),linear-gradient(135deg,var(--primary) 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 12px) 19px;background-size:6px 6px;background-repeat:no-repeat;padding-right:36px}
.wire-warning{background:#f8f3ea!important;border-color:rgba(10,55,102,.1)!important}.wire-warning h2{color:var(--primary-deep)!important}.wire-warning p:not(.eyebrow){color:var(--charcoal)!important}
.image-rail{padding-top:18px;padding-bottom:18px}.image-rail img{height:clamp(150px,18vw,250px)}

/* Audit pass 2: simplify tablet/mobile geometry and make labels deliberate. */
@media(max-width:1050px){
  .page-hero::before{display:none!important}
  .menu b{display:none!important}
  .menu{min-width:48px!important;width:48px!important;padding:9px 14px!important}
  .footer-grid-expanded,.footer-grid{grid-template-columns:1fr 1fr!important;gap:28px 36px!important;align-items:start}.footer-brand{grid-column:1/-1}.footer-brand img{margin-bottom:0!important}
  .audience-form::before{position:static;display:inline-flex;width:max-content;margin:0 0 10px 0;border-radius:8px}.lead-capture{gap:38px}
}
@media(min-width:641px){.image-rail figure:nth-child(2){transform:none}.image-rail img{height:220px}.image-rail{margin-top:-8px}}
.detail-layout+.process,.image-rail+.detail-layout,.image-rail+.process{padding-top:42px!important}
@media(max-width:640px){.footer-grid-expanded,.footer-grid{grid-template-columns:1fr!important}.footer-brand{grid-column:auto}}

/* Internal hero rebuild: match homepage hero language instead of generic split-page blocks. */
main>.page-hero.split:first-child{position:relative;isolation:isolate;width:auto;min-height:660px;margin:8px;border-radius:28px;overflow:hidden;background:#111;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;align-items:end;padding:150px clamp(28px,7vw,96px) 78px;color:#fff}.page-hero.split:first-child::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,8,7,.74),rgba(9,8,7,.38) 52%,rgba(9,8,7,.18)),linear-gradient(180deg,rgba(0,0,0,.36),transparent 34%,rgba(0,0,0,.42))}.page-hero.split:first-child::after{content:"";position:absolute;inset:auto clamp(28px,7vw,96px) 42px auto;z-index:0;width:360px;height:190px;border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(38,31,24,.18);pointer-events:none}.page-hero.split:first-child .page-hero-copy{position:relative;z-index:2;max-width:760px}.page-hero.split:first-child .eyebrow{color:#fff;margin-bottom:16px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.page-hero.split:first-child h1{max-width:780px;margin:0 0 26px;color:#fff;font-size:clamp(48px,6.4vw,88px);line-height:.92;letter-spacing:-.07em;text-wrap:balance}.page-hero.split:first-child .lede{max-width:630px;color:rgba(255,255,255,.88);font-size:18px;line-height:1.75;margin-bottom:0}.page-hero.split:first-child .actions{position:relative;z-index:2;grid-column:2;align-self:end;display:grid;gap:12px;min-height:190px;padding:30px 28px}.page-hero.split:first-child .actions::before{content:"Start a Keystone Title file.";display:block;color:#171615;font-size:25px;font-weight:800;letter-spacing:-.04em;line-height:1.05}.page-hero.split:first-child .actions::after{content:"Send what you have. The details can follow.";display:block;order:1;color:#67615b;font-size:15px;line-height:1.55}.page-hero.split:first-child .actions .btn{order:2;border-radius:999px;background:#171615;border-color:#171615;color:#fff!important;text-transform:none;letter-spacing:0;font-weight:800}.page-hero.split:first-child .actions .btn.light{display:none}.page-hero.split:first-child figure{position:absolute;inset:0;z-index:-2;margin:0;border-radius:0!important;box-shadow:none!important}.page-hero.split:first-child figure img{width:100%;height:100%!important;object-fit:cover;border-radius:0!important;box-shadow:none!important;filter:saturate(.94);transform:none!important}.page-hero.split:first-child .certifid-badge{background:rgba(255,255,255,.96)}
@media(max-width:980px){main>.page-hero.split:first-child{min-height:720px;grid-template-columns:1fr;align-items:end;gap:24px;padding:150px 24px 30px}.page-hero.split:first-child::after{inset:auto 24px 30px 24px;width:auto;height:174px}.page-hero.split:first-child .actions{grid-column:auto;min-height:174px;padding:24px 24px}.page-hero.split:first-child h1{font-size:clamp(50px,8.5vw,76px)}}
@media(max-width:640px){main>.page-hero.split:first-child{min-height:820px;margin:8px;padding:120px 18px 22px}.page-hero.split:first-child h1{font-size:46px;max-width:340px}.page-hero.split:first-child .lede{font-size:14px;line-height:1.65}.page-hero.split:first-child::after{inset:auto 18px 22px 18px;height:168px;border-radius:22px}.page-hero.split:first-child .actions{min-height:168px;padding:20px}.page-hero.split:first-child .actions::before{font-size:23px}.page-hero.split:first-child .actions::after{font-size:14px}}

/* Alignment pass: internal pages use homepage-style transparent nav over image-led hero. */
body:not(.kt2-home) .masthead{position:absolute;top:8px;left:8px;right:8px;z-index:40;height:118px;padding:16px 30px;background:transparent;border-bottom:0;color:#fff;grid-template-columns:auto minmax(0,1fr) auto auto}body:not(.kt2-home) .brand img{width:255px;max-height:96px;filter:brightness(0) invert(1)}body:not(.kt2-home) .nav a{color:#fff}body:not(.kt2-home) .nav a::after{background:#fff}body:not(.kt2-home) .nav-cta{border-radius:999px;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff}body:not(.kt2-home) .nav-cta:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.68)}body:not(.kt2-home) .nav-dropdown{background:rgba(17,17,16,.82);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(18px)}body:not(.kt2-home) .nav-dropdown a{color:#fff!important}body:not(.kt2-home) .nav-dropdown a:hover{background:rgba(255,255,255,.12)}
main>.page-hero.split:first-child{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;align-items:end!important;background:#111!important}.page-hero.split:first-child figure{z-index:0!important}.page-hero.split:first-child::before{z-index:1!important}.page-hero.split:first-child::after{z-index:1!important}.page-hero.split:first-child .page-hero-copy,.page-hero.split:first-child .actions{z-index:2!important}.page-hero.split:first-child .page-hero-copy{grid-column:1!important;align-self:end!important}.page-hero.split:first-child .actions{grid-column:2!important}.page-hero.split:first-child .actions .btn.dark::after{content:" order"}.page-hero.split:first-child figure img{opacity:1!important;filter:saturate(.94) contrast(1.02)!important}.page-hero.split:first-child .hero-photo img{height:100%!important}
@media(max-width:1100px){body:not(.kt2-home) .masthead{height:auto;grid-template-columns:auto 1fr auto;padding:18px;align-items:flex-start;flex-wrap:wrap}body:not(.kt2-home) .brand img{width:210px;max-height:86px}body:not(.kt2-home) .menu{display:flex!important;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.12);color:#fff}body:not(.kt2-home) .menu span{background:#fff}body:not(.kt2-home) .nav{position:absolute;left:18px;right:18px;top:92px;display:none;max-height:70vh;overflow:auto;padding:12px;border-radius:20px;background:rgba(17,17,16,.9);backdrop-filter:blur(18px)}body:not(.kt2-home) .nav.is-open{display:grid}body:not(.kt2-home) .nav-group{display:block}body:not(.kt2-home) .nav-dropdown{position:static;display:grid;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:0;padding:0 0 10px 12px}body:not(.kt2-home) .nav-cta{display:none}}@media(max-width:980px){main>.page-hero.split:first-child{grid-template-columns:1fr!important}.page-hero.split:first-child .actions{grid-column:1!important}.page-hero.split:first-child::after{z-index:1!important}}@media(max-width:640px){body:not(.kt2-home) .masthead{top:8px;left:8px;right:8px;padding:14px 14px 0}body:not(.kt2-home) .brand img{width:205px;max-height:80px}body:not(.kt2-home) .nav{top:86px;left:14px;right:14px}main>.page-hero.split:first-child{padding-top:138px!important}}

/* Hero card fix after moving action block out of copy. */
.page-hero.split:first-child::after{display:none!important}.page-hero.split:first-child .actions{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important;min-height:190px!important;padding:28px!important;border-radius:26px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 24px 70px rgba(38,31,24,.18)!important;color:#171615!important}.page-hero.split:first-child .actions::before{color:#171615!important}.page-hero.split:first-child .actions::after{color:#67615b!important}.page-hero.split:first-child .actions .btn.dark::after{content:""!important}.page-hero.split:first-child .actions .btn{margin-top:auto!important}.page-hero.split:first-child .actions .btn.dark{background:#171615!important;border-color:#171615!important;color:#fff!important}
@media(max-width:980px){.page-hero.split:first-child .actions{width:100%;min-height:174px!important}.page-hero.split:first-child .actions .btn{margin-top:4px!important}}
@media(max-width:640px){.page-hero.split:first-child .actions{min-height:0!important;padding:20px!important}}

/* Homepage now uses the same masthead/dropdown system as internal pages. */
.kt2-home .masthead{position:absolute;top:8px;left:8px;right:8px;z-index:40;height:118px;padding:16px 30px;background:transparent;border-bottom:0;color:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:24px}.kt2-home .brand img{width:255px;max-height:96px;filter:brightness(0) invert(1)}.kt2-home .nav{justify-self:end;display:flex;align-items:center;gap:4px}.kt2-home .nav a{color:#fff}.kt2-home .nav a::after{background:#fff}.kt2-home .nav-cta{border-radius:999px;border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff}.kt2-home .nav-cta:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.68)}.kt2-home .nav-dropdown{background:rgba(17,17,16,.82);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.kt2-home .nav-dropdown a{color:#fff!important}.kt2-home .nav-dropdown a:hover{background:rgba(255,255,255,.12)}
@media(max-width:1100px){.kt2-home .masthead{height:auto;grid-template-columns:auto 1fr auto;padding:18px;align-items:flex-start;flex-wrap:wrap}.kt2-home .brand img{width:210px;max-height:86px}.kt2-home .menu{display:flex!important;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.12);color:#fff}.kt2-home .menu span{background:#fff}.kt2-home .nav{position:absolute;left:18px;right:18px;top:92px;display:none;max-height:70vh;overflow:auto;padding:12px;border-radius:20px;background:rgba(17,17,16,.9);backdrop-filter:blur(18px)}.kt2-home .nav.is-open{display:grid}.kt2-home .nav-group{display:block}.kt2-home .nav-dropdown{position:static;display:grid;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;border:0;padding:0 0 10px 12px}.kt2-home .nav-cta{display:none}}
@media(max-width:640px){.kt2-home .masthead{top:8px;left:8px;right:8px;padding:14px 14px 0}.kt2-home .brand img{width:205px;max-height:80px}.kt2-home .nav{top:86px;left:14px;right:14px}}

/* Keep homepage mobile nav using the same JS state class as internal pages. */
@media(max-width:1100px){.kt2-home .nav.open{display:grid!important}}

/* Internal hero image visibility pass: use wide supplied imagery as the actual hero canvas. */
.page-hero.split:first-child .hero-photo-wide img{object-position:center center!important}.page-hero.split:first-child .hero-photo-wide img[src*="street-corner"]{object-position:center 48%!important}.page-hero.split:first-child .hero-photo-wide img[src*="courtyard-entry"]{object-position:center 44%!important}.page-hero.split:first-child .hero-photo-wide img[src*="city-building"]{object-position:center 46%!important}.page-hero.split:first-child .hero-photo-wide img[src*="keys-detail"]{object-position:center 52%!important}.page-hero.split:first-child .hero-photo-wide img[src*="title-desk"]{object-position:center 50%!important}
main>.page-hero.split:first-child::before{background:linear-gradient(90deg,rgba(9,8,7,.68),rgba(9,8,7,.32) 50%,rgba(9,8,7,.12)),linear-gradient(180deg,rgba(0,0,0,.34),transparent 34%,rgba(0,0,0,.34))!important}.page-hero.split:first-child .hero-photo-wide::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(255,255,255,.13),transparent 34%);pointer-events:none}
@media(max-width:640px){main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(9,8,7,.48),rgba(9,8,7,.26) 38%,rgba(9,8,7,.72))!important}.page-hero.split:first-child .hero-photo-wide img{object-position:center center!important}}

/* Fix absolute hero image grid containment: image must span the whole hero, not the old image column. */
.page-hero.split:first-child figure.hero-photo-wide{grid-area:1 / 1 / -1 / -1!important;left:0!important;right:0!important;top:0!important;bottom:0!important;width:100%!important;height:100%!important}.page-hero.split:first-child figure.hero-photo-wide img{width:100%!important;height:100%!important}
.page-hero.split:first-child figure.hero-photo-wide{grid-area:auto!important;grid-column:auto!important;grid-row:auto!important;inset:0!important;width:auto!important;height:auto!important}

/* Final hero readability: make wide photos obvious without sacrificing white header/text contrast. */
main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 26%,rgba(0,0,0,.28) 56%,rgba(0,0,0,.58) 100%),linear-gradient(90deg,rgba(9,8,7,.72),rgba(9,8,7,.32) 48%,rgba(9,8,7,.08))!important}.page-hero.split:first-child .lede{text-shadow:0 2px 20px rgba(0,0,0,.5)}.page-hero.split:first-child h1{text-shadow:0 3px 28px rgba(0,0,0,.38)}
@media(max-width:640px){main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.34) 32%,rgba(0,0,0,.78) 100%)!important}.page-hero.split:first-child .lede{color:rgba(255,255,255,.94)!important}}

/* User request: add a slight dark veil to internal hero images for steadier text contrast. */
body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.28) 34%,rgba(0,0,0,.36) 66%,rgba(0,0,0,.52) 100%),linear-gradient(90deg,rgba(9,8,7,.58),rgba(9,8,7,.24) 50%,rgba(9,8,7,.1))!important}
@media(max-width:640px){body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.28) 36%,rgba(0,0,0,.7) 100%)!important}}

/* Stronger internal hero overlay: text and white nav must read first. */
body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.52) 28%,rgba(0,0,0,.5) 62%,rgba(0,0,0,.74) 100%),linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.48) 48%,rgba(0,0,0,.28))!important}.page-hero.split:first-child .hero-photo-wide img{filter:saturate(.92) contrast(1.02) brightness(.86)!important}.page-hero.split:first-child h1,.page-hero.split:first-child .lede{text-shadow:0 4px 32px rgba(0,0,0,.72)!important}@media(max-width:640px){body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(180deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.5) 36%,rgba(0,0,0,.84) 100%)!important}.page-hero.split:first-child .hero-photo-wide img{filter:saturate(.9) contrast(1.02) brightness(.8)!important}}

/* QA fixes: active nav must stay white on image heroes; sticky mobile CTAs cannot cover content. */
body:not(.kt2-home) .masthead .nav-group.is-current>.nav-parent,body:not(.kt2-home) .masthead .nav a.active,.kt2-home .masthead .nav-group.is-current>.nav-parent,.kt2-home .masthead .nav a.active{color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.5)}body:not(.kt2-home) .masthead .nav-group.is-current>.nav-parent::after,.kt2-home .masthead .nav-group.is-current>.nav-parent::after{transform:scaleX(1);background:#fff!important}
@media(max-width:640px){body:not(.kt2-home):has(.mobile-sticky) main{padding-bottom:88px}.mobile-sticky{bottom:16px!important}.page-hero.split:first-child+.image-rail,.page-hero.split:first-child+.utility-layout,.page-hero.split:first-child+.detail-layout,.page-hero.split:first-child+.page-intro,.page-hero.split:first-child+.deep-intro{margin-top:18px!important}}

/* Mobile sticky CTA caused content overlap in QA captures; remove on internal pages. */
@media(max-width:640px){body:not(.kt2-home) .mobile-sticky{display:none!important}body:not(.kt2-home){padding-bottom:0!important}body:not(.kt2-home) main{padding-bottom:0!important}}

/* Replace lazy post-hero image strips with integrated editorial visuals inside content sections. */
.section-visual{position:relative;margin:0;overflow:hidden;border-radius:22px;background:var(--cloud);box-shadow:0 22px 58px rgba(10,55,102,.13);min-height:260px;align-self:stretch}.section-visual img{width:100%;height:100%;min-height:260px;object-fit:cover;filter:saturate(.95) contrast(1.02)}.section-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,55,102,0),rgba(10,55,102,.14));pointer-events:none}.page-intro.has-visual{grid-template-columns:90px minmax(0,1fr) minmax(280px,.72fr);align-items:stretch}.page-intro.has-visual>p:not(.section-number){color:var(--charcoal);font-size:18px;line-height:1.55}.detail-layout.has-visual{grid-template-columns:.68fr minmax(0,1fr) minmax(260px,.58fr);align-items:stretch}.detail-layout.has-visual .section-visual{min-height:100%}.deep-intro.has-visual{grid-template-columns:90px minmax(0,1fr) minmax(260px,.6fr);align-items:stretch}.utility-layout.has-visual{grid-template-columns:.62fr minmax(0,1fr) minmax(240px,.5fr);gap:32px}.utility-layout.has-visual .section-visual{min-height:360px}
@media(max-width:1100px){.page-intro.has-visual,.detail-layout.has-visual,.deep-intro.has-visual,.utility-layout.has-visual{grid-template-columns:1fr!important}.section-visual{min-height:300px;order:3}.utility-layout.has-visual .section-visual{min-height:280px}}
@media(max-width:640px){.section-visual{min-height:220px;border-radius:18px}.section-visual img{min-height:220px}.utility-layout.has-visual .section-visual{min-height:220px}}

/* Section visuals should feel editorial and intentional, not thumbnail-like. */
.page-intro.has-visual{grid-template-columns:90px minmax(0,.92fr) minmax(380px,.86fr)!important;gap:36px}.page-intro.has-visual .section-visual{min-height:340px}.page-intro.has-visual .section-visual img{min-height:340px}.detail-layout.has-visual{grid-template-columns:.68fr minmax(0,1fr) minmax(340px,.72fr)!important}.detail-layout.has-visual .section-visual{min-height:360px}.detail-layout.has-visual .section-visual img{min-height:360px}.rich-grid.has-visual .section-visual,.customer-tool-grid.has-visual .section-visual,.tool-hub.has-visual .section-visual,.service-directory.has-visual .section-visual,.audience-router.has-visual .section-visual,.resource-grid.has-visual .section-visual,.value-ledger.has-visual .section-visual,.audience-proof.has-visual .section-visual{grid-column:span 2;min-height:320px}.rich-grid.has-visual .section-visual img,.customer-tool-grid.has-visual .section-visual img,.tool-hub.has-visual .section-visual img,.service-directory.has-visual .section-visual img,.audience-router.has-visual .section-visual img,.resource-grid.has-visual .section-visual img,.value-ledger.has-visual .section-visual img,.audience-proof.has-visual .section-visual img{min-height:320px}.section-visual img[src*="commercial-real-estate"],.section-visual img[src*="lending"],.section-visual img[src*="investors"],.section-visual img[src*="attorneys"],.section-visual img[src*="street-corner"],.section-visual img[src*="title-desk"],.section-visual img[src*="keys-detail"],.section-visual img[src*="city-building"]{object-position:center center}
@media(max-width:1100px){.page-intro.has-visual,.detail-layout.has-visual{grid-template-columns:1fr!important}.rich-grid.has-visual .section-visual,.customer-tool-grid.has-visual .section-visual,.tool-hub.has-visual .section-visual,.service-directory.has-visual .section-visual,.audience-router.has-visual .section-visual,.resource-grid.has-visual .section-visual,.value-ledger.has-visual .section-visual,.audience-proof.has-visual .section-visual{grid-column:1/-1}}

/* Explicit placement for page-intro visuals: never let the figure wrap into the 90px number column. */
.page-intro.has-visual{grid-template-areas:"num title visual" "num copy visual"!important}.page-intro.has-visual>.section-number{grid-area:num}.page-intro.has-visual>h2{grid-area:title}.page-intro.has-visual>p:not(.section-number){grid-area:copy}.page-intro.has-visual>.section-visual{grid-area:visual;width:100%}
@media(max-width:1100px){.page-intro.has-visual{grid-template-areas:"num" "title" "copy" "visual"!important}.page-intro.has-visual>.section-visual{width:100%}}

/* Removed visible section numbering; tighten layouts so no empty number column remains. */
.statement{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}
.page-intro{grid-template-columns:minmax(0,.9fr) minmax(0,1fr)}
.page-intro.has-visual{grid-template-columns:minmax(0,.92fr) minmax(380px,.86fr)!important;grid-template-areas:"title visual" "copy visual"!important}
.page-intro.has-visual>h2{grid-area:title}.page-intro.has-visual>p{grid-area:copy}.page-intro.has-visual>.section-visual{grid-area:visual;width:100%}
.deep-intro{grid-template-columns:minmax(0,1fr) 360px}.deep-intro.has-visual{grid-template-columns:minmax(0,1fr) 360px minmax(300px,.62fr)!important}
@media(max-width:1100px){.statement,.page-intro,.page-intro.has-visual,.deep-intro,.deep-intro.has-visual{grid-template-columns:1fr!important}.page-intro.has-visual{grid-template-areas:"title" "copy" "visual"!important}}

/* Kill residual card/process numbering on internal sections. */
.timeline li{min-height:210px}.timeline li::before,.check-section li::before{display:none!important;content:none!important}.timeline li::after{top:24px;opacity:.9}.timeline span{margin-top:64px}.check-section li{grid-template-columns:1fr}.check-section li strong,.check-section li span{grid-column:auto}
@media(max-width:640px){.timeline span{margin-top:48px}.timeline li{min-height:0}}

/* Security/deep intro support cards should hug their content, not stretch into empty slabs. */
.deep-intro.has-visual{align-items:start!important}.deep-intro.has-visual aside{align-self:start}

/* Image crop tuning after uniqueness pass. */
.section-visual img[src*="signature-table"],.section-visual img[src*="document-review"],.section-visual img[src*="advisor-meeting"],.section-visual img[src*="closing-room"]{object-position:center center}.section-visual img[src*="keys-detail"]{object-position:center 58%}

/* /layout pass: stronger rhythm and less template-like internal audience pages. */
body:not(.kt2-home) main>.page-hero.split:first-child{min-height:clamp(640px,72vh,820px);align-items:end;padding-top:clamp(132px,13vw,190px);padding-bottom:clamp(58px,8vw,104px)}
body:not(.kt2-home) .page-hero-copy{max-width:720px;align-self:end;padding-bottom:clamp(10px,2vw,28px)}
body:not(.kt2-home) .page-hero-copy h1{max-width:12.8ch;font-size:clamp(46px,6.2vw,86px);line-height:.95;text-wrap:balance}
body:not(.kt2-home) .page-hero-copy .lede{max-width:56ch;font-size:clamp(17px,1.45vw,21px)}
body:not(.kt2-home) .page-hero.split:first-child>.actions{align-self:end;margin-bottom:clamp(6px,2vw,28px);max-width:360px;border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 24px 80px rgba(0,0,0,.26);backdrop-filter:blur(12px)}
body:not(.kt2-home) .page-hero.split:first-child>.actions::before{content:"Recommended next step";display:block;width:100%;margin:0 0 8px;color:#0a3766;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body:not(.kt2-home) .page-hero.split:first-child>.actions .btn{width:100%;justify-content:center}.page-hero.split:first-child>.actions .btn+.btn{margin-top:10px}
.page-intro.block{padding-top:clamp(72px,8vw,118px);padding-bottom:clamp(72px,8vw,118px)}
.page-intro.has-visual{grid-template-columns:minmax(0,.78fr) minmax(460px,.88fr)!important;column-gap:clamp(56px,7vw,112px);row-gap:18px;align-items:center;border-bottom:0!important}
.page-intro.has-visual h2{max-width:620px;font-size:clamp(34px,3.7vw,58px);line-height:1.02;text-wrap:balance}.page-intro.has-visual p{max-width:620px}.page-intro.has-visual .section-visual{min-height:clamp(420px,42vw,610px);border-radius:28px;box-shadow:0 34px 90px rgba(10,55,102,.16)}.page-intro.has-visual .section-visual img{min-height:clamp(420px,42vw,610px)}
.audience-proof.block{padding-top:0;display:grid;grid-template-columns:1.12fr .88fr .88fr;gap:18px;align-items:stretch}.audience-proof article{min-height:220px;border:1px solid rgba(10,55,102,.08);box-shadow:none;background:linear-gradient(180deg,#fff,rgba(245,247,250,.82));transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.audience-proof article:first-child{grid-row:span 2;min-height:458px;padding:34px;background:#0a3766;color:#fff;box-shadow:0 28px 80px rgba(10,55,102,.24)}.audience-proof article:first-child span,.audience-proof article:first-child p,.audience-proof article:first-child a{color:#fff}.audience-proof article:first-child h3{font-size:30px}.audience-proof article:hover{transform:translateY(-2px);border-color:rgba(10,55,102,.18);box-shadow:0 20px 52px rgba(10,55,102,.12)}.audience-proof span{margin-bottom:22px}.audience-proof p{font-size:15.5px;line-height:1.58}.audience-proof a{font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.rich-grid.block{gap:18px}.rich-grid article{box-shadow:none;border:1px solid rgba(10,55,102,.08);background:linear-gradient(180deg,#fff,rgba(245,247,250,.78))}.rich-grid article:first-child{grid-column:span 2;background:#f0f5fa}.rich-grid article:first-child h3{max-width:720px;font-size:30px;line-height:1.12}.rich-grid span{margin-bottom:16px}.rich-grid p{max-width:66ch}
.wide-cta.block{margin-top:clamp(18px,3vw,48px);padding:clamp(34px,5vw,62px);border-radius:28px;background:#0a3766;color:#fff;box-shadow:0 30px 90px rgba(10,55,102,.2)}.wide-cta .eyebrow{color:rgba(255,255,255,.68)}.wide-cta h2{color:#fff;font-size:clamp(30px,3.2vw,50px);line-height:1.04;text-wrap:balance}.wide-cta .btn.dark{background:#fff!important;color:#0a3766!important}.wide-cta .btn.light{border-color:rgba(255,255,255,.5)!important;color:#fff!important;background:rgba(255,255,255,.08)!important}
.security-system.block{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.security-system article{min-height:210px;box-shadow:none;border:1px solid rgba(10,55,102,.08)}.security-system article:first-child{grid-row:span 2;min-height:438px;padding:34px;background:#0a3766;color:#fff}.security-system article:first-child p,.security-system article:first-child a{color:#fff}.split-proof.certifid-proof{border-radius:28px;box-shadow:0 30px 90px rgba(9,8,7,.22)}.lead-capture.block{padding-top:clamp(78px,8vw,120px)}.lead-capture .order-form{border-radius:24px;box-shadow:0 28px 80px rgba(10,55,102,.12)}
@media(max-width:1050px){body:not(.kt2-home) main>.page-hero.split:first-child{min-height:auto;padding-top:112px}.audience-proof.block,.security-system.block{grid-template-columns:1fr 1fr}.audience-proof article:first-child,.security-system article:first-child{grid-row:auto;grid-column:1/-1;min-height:260px}.rich-grid article:first-child{grid-column:auto}.page-intro.has-visual{grid-template-columns:1fr!important}.page-intro.has-visual .section-visual,.page-intro.has-visual .section-visual img{min-height:360px}}
@media(max-width:640px){body:not(.kt2-home) main>.page-hero.split:first-child{min-height:auto;padding-top:104px;padding-bottom:36px}.page-hero-copy h1{max-width:11.5ch!important}.page-hero.split:first-child>.actions{max-width:none;margin-top:22px;border-radius:20px}.page-intro.block{padding-top:54px;padding-bottom:58px}.page-intro.has-visual{gap:20px}.page-intro.has-visual h2{font-size:32px}.page-intro.has-visual .section-visual,.page-intro.has-visual .section-visual img{min-height:260px}.audience-proof.block,.security-system.block{grid-template-columns:1fr;gap:14px}.audience-proof article:first-child,.security-system article:first-child{min-height:0;padding:26px}.wide-cta.block{border-radius:22px;padding:28px}.rich-grid.block{grid-template-columns:1fr}}

/* /layout refinement: remove mechanical hero CTA card; let hero breathe without blocking imagery. */
body:not(.kt2-home) .page-hero.split:first-child>.actions{grid-column:2!important;grid-row:auto!important;align-self:start;justify-self:start;display:flex;flex-wrap:wrap;gap:12px;max-width:none;margin:22px 0 0!important;padding:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;border-radius:0!important}
body:not(.kt2-home) .page-hero.split:first-child>.actions::before{display:none!important;content:none!important}.page-hero.split:first-child>.actions .btn{width:auto!important;min-width:150px}.page-hero.split:first-child>.actions .btn+.btn{margin-top:0!important}
body:not(.kt2-home) .page-hero-copy h1{max-width:13.8ch;font-size:clamp(43px,5.45vw,78px)}
body:not(.kt2-home) .page-hero-copy{padding-bottom:0}.page-intro.block{padding-top:clamp(58px,6.2vw,88px);padding-bottom:clamp(66px,7vw,96px)}
/* Better balance for odd card counts after the primary feature card. */
.rich-grid article:last-child:nth-child(odd),.audience-proof article:last-child:nth-child(odd){grid-column:span 2}.security-system article:last-child:nth-child(odd){grid-column:span 2}
.wide-cta p:not(.eyebrow),.wide-cta small{color:rgba(255,255,255,.78)!important}.wide-cta a:not(.btn){color:#fff!important}
/* Security polish: keep verification badge secondary and make the form feel like a controlled workflow. */
.security-hero .certifid-badge{display:inline-flex;max-width:max-content;margin:18px 0 0;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);box-shadow:none;backdrop-filter:blur(12px)}.security-hero .certifid-badge small{color:rgba(255,255,255,.78)}
.lead-capture .order-form{background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid rgba(10,55,102,.1);padding:clamp(22px,3vw,34px)}.lead-capture .order-form label{font-weight:800;color:#0a3766;letter-spacing:.01em}.lead-capture .order-form input,.lead-capture .order-form select,.lead-capture .order-form textarea{border:1px solid rgba(10,55,102,.18)!important;background:#fff!important;border-radius:12px!important;box-shadow:inset 0 1px 0 rgba(10,55,102,.04)}.lead-capture .form-note{grid-column:1/-1;padding:16px 18px;border-radius:14px;background:#eef5fb;color:#40546a!important;line-height:1.55}.audience-form::before{right:28px;top:-12px;border-radius:999px;box-shadow:0 12px 30px rgba(10,55,102,.18)}
@media(max-width:1050px){.rich-grid article:last-child:nth-child(odd),.audience-proof article:last-child:nth-child(odd),.security-system article:last-child:nth-child(odd){grid-column:auto}body:not(.kt2-home) .page-hero.split:first-child>.actions{grid-column:2!important}}
@media(max-width:640px){body:not(.kt2-home) .page-hero-copy h1{font-size:clamp(36px,11vw,48px);max-width:12.5ch}.page-hero.split:first-child>.actions .btn{width:100%!important}.page-intro.block{padding-top:44px;padding-bottom:54px}}

/* Security-specific cleanup: no floating CTA card or competing pills in hero/form. */
.security-hero .page-hero-copy .actions{display:flex!important;flex-wrap:wrap;gap:12px;margin-top:24px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;border-radius:0!important}.security-hero .page-hero-copy .actions::before{display:none!important;content:none!important}.security-hero .page-hero-copy .actions .btn{width:auto!important;min-width:180px}.security-hero .certifid-badge{margin-top:16px!important;transform:none!important}.security-hero .certifid-badge-logo{max-width:78px}.security-hero .certifid-badge span{gap:0}.security-hero .certifid-badge strong{font-size:11px}.security-hero .certifid-badge small{font-size:11px}
body:not(.kt2-home) .masthead .nav-cta{background:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.62)!important;color:#fff!important;box-shadow:0 14px 34px rgba(0,0,0,.18);backdrop-filter:blur(12px)}body:not(.kt2-home) .masthead .nav-cta:hover{background:#fff!important;color:#0a3766!important}
.lead-capture.block{grid-template-columns:minmax(320px,.62fr) minmax(0,1fr);gap:clamp(40px,6vw,84px);align-items:start}.lead-capture .order-form{gap:18px 18px}.lead-capture .order-form label{font-size:13px}.lead-capture .order-form input,.lead-capture .order-form select{min-height:48px}.lead-capture .form-note{font-size:13px}.audience-form::before{display:none!important;content:none!important}.security .lead-capture>div,.lead-capture>div{padding-top:10px}.lead-capture>div h2{font-size:clamp(34px,3.4vw,52px);line-height:1.04;text-wrap:balance}
.section-visual img{object-position:center center}.section-visual img[src*="city-building"],.section-visual img[src*="commercial-real-estate"]{object-position:center 45%}.section-visual img[src*="document-review"],.section-visual img[src*="signature-table"]{object-position:center 52%}
@media(max-width:900px){.lead-capture.block{grid-template-columns:1fr}.security-hero .page-hero-copy .actions .btn{width:100%!important}}

/* Remove old generated hero card copy globally; it was leaking into non-security heroes. */
body:not(.kt2-home) .page-hero.split:first-child .actions::before,body:not(.kt2-home) .page-hero.split:first-child .actions::after{display:none!important;content:none!important}.page-hero.split:first-child::after{display:none!important;content:none!important}
@media(max-width:640px){.security-hero .certifid-badge{display:inline-flex!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:280px!important;border-radius:999px!important;padding:8px 10px!important;gap:8px!important}.security-hero .certifid-badge-logo{width:64px!important;height:auto!important;max-width:64px!important;border-radius:0!important}.security-hero .certifid-badge span{display:block!important}.security-hero .certifid-badge strong,.security-hero .certifid-badge small{white-space:nowrap}}
@media(max-width:640px){.security-hero .certifid-badge span{display:none!important}.security-hero .certifid-badge{max-width:max-content!important;padding:8px 12px!important}.security-hero .certifid-badge-logo{width:72px!important;max-width:72px!important}}

/* Mobile hero CTA containment fix: buttons must never clip off canvas. */
@media(max-width:640px){body:not(.kt2-home) .page-hero.split:first-child>.actions,body:not(.kt2-home) .page-hero.split:first-child .page-hero-copy .actions{grid-column:1/-1!important;width:100%!important;max-width:100%!important;justify-self:stretch!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:22px 0 0!important;overflow:visible!important}body:not(.kt2-home) .page-hero.split:first-child>.actions .btn,body:not(.kt2-home) .page-hero.split:first-child .page-hero-copy .actions .btn{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;text-align:center!important;justify-content:center!important}}

/* Functional calculator pass — title rate and refinance tools. */
.calculator-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(34px,5vw,72px);align-items:start}.calc-copy ul{margin:18px 0 0;padding-left:20px;color:var(--charcoal);line-height:1.65}.calc-panel{padding:28px;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(10,55,102,.13);border:1px solid rgba(10,55,102,.08)}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.calc-panel label{display:grid;gap:7px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-deep)}.calc-panel input,.calc-panel select{width:100%;min-height:48px;border:1px solid rgba(10,55,102,.16);border-radius:10px;background:#f8fafc;color:var(--ink);padding:12px 13px;font:inherit}.calc-panel .btn{margin-top:18px;width:100%;justify-content:center}.calc-results{margin-top:18px;border-radius:18px;background:#f7f4ed;border:1px solid rgba(10,55,102,.1);padding:18px}.calc-empty{margin:0;color:var(--charcoal)}.calc-total{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid rgba(10,55,102,.12)}.calc-total span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.calc-total strong{font-size:clamp(30px,4vw,48px);line-height:1;color:var(--ink);letter-spacing:-.05em}.calc-breakdown{display:grid;gap:9px;margin:0}.calc-row{display:flex;justify-content:space-between;gap:18px;color:var(--charcoal);line-height:1.35}.calc-row strong{color:var(--ink);font-variant-numeric:tabular-nums}.calc-note{margin:14px 0 0;color:#6e655b;font-size:13px;line-height:1.55}.calc-warning{margin:12px 0 0;padding:11px 12px;border-radius:12px;background:#fff;color:#604016;font-size:13px;line-height:1.45}.calc-results.is-updated{animation:calcPulse .42s ease}@keyframes calcPulse{from{transform:translateY(3px);box-shadow:0 0 0 rgba(10,55,102,0)}50%{box-shadow:0 12px 34px rgba(10,55,102,.12)}to{transform:none;box-shadow:none}}@media(max-width:900px){.calculator-section{grid-template-columns:1fr}.calc-grid{grid-template-columns:1fr}}@media(max-width:640px){.calc-panel{padding:20px}.calc-total{display:block}.calc-total strong{display:block;margin-top:8px}.calc-row{display:grid;grid-template-columns:1fr;gap:3px}}

/* Production QA pass: form status and mobile navigation focus states */
.form-status{grid-column:1/-1;margin:.35rem 0 0;padding:.85rem 1rem;border-radius:14px;background:#f4efe6;color:#31271f;font-weight:700;line-height:1.45}.form-status[data-state="success"]{background:#eaf4ec;color:#183923}.form-status[data-state="error"]{background:#fae9e6;color:#76291d}.order-form button:disabled,.utility-form button:disabled,.audience-form button:disabled,.kt2-full-form button:disabled{opacity:.68;cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(158,111,62,.72);outline-offset:3px}.nav-is-open{overflow:hidden}@media (max-width:900px){.nav.open{outline:none}.nav.open a{min-height:44px}.menu[aria-expanded="true"]{box-shadow:0 0 0 3px rgba(158,111,62,.24)}}


/* Production QA pass: prevent oversized internal heroes */
.page-hero.split{min-height:auto!important;padding-top:clamp(52px,6vw,86px)!important;padding-bottom:clamp(52px,6vw,86px)!important}.page-hero.split .hero-photo img,.page-hero.split figure img{max-height:clamp(300px,34vw,460px)!important}@media(max-width:1050px){.page-hero.split{padding-top:46px!important;padding-bottom:46px!important}.page-hero.split .hero-photo img,.page-hero.split figure img{height:360px!important;max-height:360px!important}}@media(max-width:640px){.page-hero.split .hero-photo img,.page-hero.split figure img{height:260px!important;max-height:260px!important}}

/* Max correction 2026-05-20: internal heroes are full-page, with homepage-style CTA card. Do not collapse these again. */
body:not(.kt2-home) main>.page-hero.split:first-child{
  position:relative!important;
  isolation:isolate!important;
  min-height:calc(100svh - 16px)!important;
  min-height:calc(100dvh - 16px)!important;
  margin:8px!important;
  padding:clamp(132px,13vh,190px) clamp(28px,7vw,96px) clamp(42px,7vh,78px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;
  gap:clamp(28px,4vw,52px)!important;
  align-items:end!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#111!important;
  color:#fff!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child figure,
body:not(.kt2-home) main>.page-hero.split:first-child .hero-photo,
body:not(.kt2-home) main>.page-hero.split:first-child .hero-photo-wide{
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  margin:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child figure img,
body:not(.kt2-home) main>.page-hero.split:first-child .hero-photo img,
body:not(.kt2-home) main>.page-hero.split:first-child .hero-photo-wide img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  min-height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:saturate(.92) contrast(1.02) brightness(.84)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.38) 30%,rgba(0,0,0,.44) 66%,rgba(0,0,0,.7) 100%),linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.42) 48%,rgba(0,0,0,.16))!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::after{display:none!important;content:none!important}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{
  grid-column:1!important;
  align-self:end!important;
  max-width:780px!important;
  padding-bottom:0!important;
  position:relative!important;
  z-index:2!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child h1{
  max-width:780px!important;
  margin:0 0 26px!important;
  color:#fff!important;
  font-size:clamp(48px,6.4vw,88px)!important;
  line-height:.92!important;
  letter-spacing:-.07em!important;
  text-wrap:balance!important;
  text-shadow:0 4px 32px rgba(0,0,0,.72)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .lede{
  max-width:640px!important;
  color:rgba(255,255,255,.9)!important;
  font-size:clamp(17px,1.25vw,20px)!important;
  line-height:1.72!important;
  text-shadow:0 2px 20px rgba(0,0,0,.5)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{
  grid-column:2!important;
  align-self:end!important;
  justify-self:stretch!important;
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  max-width:380px!important;
  min-height:0!important;
  margin:0!important;
  padding:28px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 24px 70px rgba(38,31,24,.18)!important;
  color:#171615!important;
  backdrop-filter:blur(12px)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child>.actions::before,
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions::before{
  content:"Start a Keystone Title file."!important;
  display:block!important;
  color:#171615!important;
  font-size:25px!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  line-height:1.05!important;
  margin:0 0 2px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child>.actions::after,
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions::after{
  content:"Send what you have. The details can follow."!important;
  display:block!important;
  order:1!important;
  color:#67615b!important;
  font-size:15px!important;
  line-height:1.55!important;
  margin:0 0 8px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn{
  order:2!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  justify-content:center!important;
  margin:0!important;
  border-radius:999px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:800!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn.dark{background:#171615!important;border-color:#171615!important;color:#fff!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn.dark::after{content:""!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn.light{display:flex!important;background:#fff!important;border-color:rgba(23,22,21,.22)!important;color:#171615!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn+.btn{margin-top:0!important}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{grid-template-columns:1fr!important;min-height:calc(100svh - 16px)!important;min-height:calc(100dvh - 16px)!important;padding:140px 24px 28px!important;gap:24px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-column:1!important;max-width:420px!important;justify-self:start!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:calc(100svh - 16px)!important;min-height:calc(100dvh - 16px)!important;padding:122px 18px 22px!important;border-radius:24px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(40px,12vw,52px)!important;max-width:12.5ch!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .lede{font-size:15px!important;line-height:1.62!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{max-width:none!important;width:100%!important;padding:20px!important;border-radius:22px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{font-size:22px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions::after{font-size:14px!important}
}

/* Max correction 2026-05-20: kill post-hero dead space and lock image proportions on every internal page. */
body:not(.kt2-home) main>.page-hero:first-child + .block,
body:not(.kt2-home) main>.page-hero:first-child + section{
  margin-top:0!important;
  padding-top:clamp(34px,4.2vw,58px)!important;
  padding-bottom:clamp(42px,4.8vw,68px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{
  display:grid!important;
  grid-template-columns:minmax(0,.88fr) minmax(320px,.62fr)!important;
  column-gap:clamp(28px,4vw,58px)!important;
  row-gap:22px!important;
  align-items:center!important;
  min-height:0!important;
  border-bottom:0!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual h2{
  max-width:680px!important;
  font-size:clamp(30px,3vw,46px)!important;
  line-height:1.04!important;
  margin-bottom:14px!important;
  text-wrap:balance!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual p,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual p,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual p,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual p{
  max-width:650px!important;
  font-size:clamp(16px,1.2vw,18px)!important;
  line-height:1.58!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .block > figure{
  min-height:0!important;
  height:clamp(260px,29vw,420px)!important;
  max-height:420px!important;
  aspect-ratio:4/3!important;
  align-self:center!important;
  overflow:hidden!important;
  border-radius:22px!important;
  box-shadow:0 22px 58px rgba(10,55,102,.14)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual img,
body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual img,
body:not(.kt2-home) main>.page-hero:first-child + .block > figure img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .rich-grid.block,
body:not(.kt2-home) main>.page-hero:first-child + .resource-grid.block,
body:not(.kt2-home) main>.page-hero:first-child + .service-directory.block,
body:not(.kt2-home) main>.page-hero:first-child + .tool-hub.block,
body:not(.kt2-home) main>.page-hero:first-child + .audience-router.block,
body:not(.kt2-home) main>.page-hero:first-child + .customer-tool-grid.block,
body:not(.kt2-home) main>.page-hero:first-child + .value-ledger.block{
  gap:18px!important;
  align-items:stretch!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .rich-grid.block article,
body:not(.kt2-home) main>.page-hero:first-child + .resource-grid.block article,
body:not(.kt2-home) main>.page-hero:first-child + .service-directory.block article,
body:not(.kt2-home) main>.page-hero:first-child + .tool-hub.block article,
body:not(.kt2-home) main>.page-hero:first-child + .audience-router.block article,
body:not(.kt2-home) main>.page-hero:first-child + .customer-tool-grid.block article,
body:not(.kt2-home) main>.page-hero:first-child + .value-ledger.block article{
  min-height:0!important;
  padding:clamp(20px,2vw,28px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual),
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout:not(.has-visual),
body:not(.kt2-home) main>.page-hero:first-child + .lead-capture{
  gap:clamp(24px,3.4vw,48px)!important;
  align-items:start!important;
}
@media(max-width:1050px){
  body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{grid-template-columns:1fr!important;gap:20px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block > figure{height:clamp(240px,40vw,360px)!important;max-height:360px!important;width:100%!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero:first-child + .block,
  body:not(.kt2-home) main>.page-hero:first-child + section{padding-top:32px!important;padding-bottom:44px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block > figure{height:240px!important;max-height:240px!important;border-radius:18px!important}
}

/* Max correction 2026-05-20, pass 2: tighter post-hero sections. First section after a full hero must not feel like a blank landing pad. */
body:not(.kt2-home) main>.page-hero:first-child + .block,
body:not(.kt2-home) main>.page-hero:first-child + section{
  padding-top:clamp(26px,3vw,42px)!important;
  padding-bottom:clamp(34px,3.8vw,54px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{
  grid-template-columns:minmax(0,1fr) minmax(280px,.46fr)!important;
  column-gap:clamp(24px,3.2vw,46px)!important;
  align-items:start!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .block > figure{
  height:clamp(230px,23vw,340px)!important;
  max-height:340px!important;
  aspect-ratio:16/11!important;
  margin-top:4px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual h2,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual h2{
  font-size:clamp(28px,2.7vw,42px)!important;
  margin-bottom:10px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .rich-grid.block,
body:not(.kt2-home) main>.page-hero:first-child + .resource-grid.block,
body:not(.kt2-home) main>.page-hero:first-child + .service-directory.block,
body:not(.kt2-home) main>.page-hero:first-child + .tool-hub.block,
body:not(.kt2-home) main>.page-hero:first-child + .audience-router.block{
  gap:16px!important;
}
@media(max-width:1050px){
  body:not(.kt2-home) main>.page-hero:first-child + .page-intro.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{grid-template-columns:1fr!important}
  body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block > figure{height:300px!important;max-height:300px!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero:first-child + .block,
  body:not(.kt2-home) main>.page-hero:first-child + section{padding-top:26px!important;padding-bottom:36px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .block .section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block figure.section-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .block > figure{height:220px!important;max-height:220px!important}
}

/* Max correction 2026-05-20: security imagery needs a heavier hero overlay so white hero copy stays readable. */
body.security-overlay-hero main>.page-hero.split:first-child::before{
  background:linear-gradient(180deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.62) 34%,rgba(0,0,0,.66) 68%,rgba(0,0,0,.86) 100%),linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.58) 48%,rgba(0,0,0,.28))!important;
}
body.security-overlay-hero main>.page-hero.split:first-child figure img,
body.security-overlay-hero main>.page-hero.split:first-child .hero-photo img{
  filter:saturate(.84) contrast(1.08) brightness(.66)!important;
}
body.security-overlay-hero main>.page-hero.split:first-child h1,
body.security-overlay-hero main>.page-hero.split:first-child .lede{
  text-shadow:0 4px 38px rgba(0,0,0,.86)!important;
}
body.security-overlay-hero .certifid-badge strong{white-space:nowrap}


/* Legal footer hardening */
.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:14px auto 0;max-width:var(--container);color:rgba(255,255,255,.72);font-size:13px;line-height:1.45}.footer-legal a{color:rgba(255,255,255,.82);text-decoration:none}.footer-legal a:hover,.footer-legal a:focus-visible{color:#fff;text-decoration:underline}.legal-content{max-width:920px}.legal-content h2{margin-top:34px}.legal-content p,.legal-content li{color:var(--charcoal);line-height:1.7}.legal-content ul{padding-left:22px}.legal-note{padding:18px 20px;border-radius:16px;background:#eef5fb;color:var(--ink)!important;font-weight:700}


/* Footer legal links inline with address */
.footer-bottom-row{display:flex;align-items:center;justify-content:center;gap:18px 28px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-row .footer-bottom{margin:0!important;padding:0!important;border:0!important}
.footer-bottom-row .footer-legal{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin:0!important;max-width:none!important;font-size:13px;line-height:1.45}
.footer-bottom-row .footer-legal a{white-space:nowrap}
@media(max-width:720px){.footer-bottom-row{align-items:flex-start;justify-content:flex-start;gap:12px}.footer-bottom-row .footer-legal{justify-content:flex-start}}

/* Final targeted internal-page formatting pass: remove empty side gutters under heroes. */
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{
  grid-template-columns:minmax(0,.9fr) minmax(300px,.48fr)!important;
  grid-template-areas:"copy visual" "form form"!important;
  align-items:start!important;
  gap:clamp(20px,2.6vw,36px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>div:first-child{grid-area:copy!important;align-self:center!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form{grid-area:form!important;margin-top:clamp(4px,1vw,12px)!important;width:100%!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>figure{grid-area:visual!important;align-self:center!important}

body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual{
  grid-template-columns:minmax(0,.9fr) minmax(300px,.48fr)!important;
  grid-template-areas:"copy visual" "list list"!important;
  align-items:start!important;
  gap:clamp(20px,2.6vw,36px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>div:first-child{grid-area:copy!important;align-self:center!important}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-area:list!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:0!important}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>figure{grid-area:visual!important;align-self:center!important}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual .detail-list article{min-height:0!important;padding:22px!important}

body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{
  grid-template-columns:minmax(0,.9fr) minmax(260px,.42fr)!important;
  grid-template-areas:"copy visual" "aside aside"!important;
  align-items:start!important;
  gap:clamp(18px,2.4vw,32px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>div:first-child{grid-area:copy!important;align-self:center!important}
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>aside{grid-area:aside!important;max-width:none!important;margin:0!important;padding:20px 22px!important}
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>figure{grid-area:visual!important;align-self:center!important}

body:not(.kt2-home) main>.page-hero:first-child + .calculator-section{
  grid-template-columns:minmax(0,.58fr) minmax(0,.72fr)!important;
  gap:clamp(24px,3vw,42px)!important;
  align-items:start!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .calculator-section .calc-copy{align-self:start!important;padding-top:6px!important}

body:not(.kt2-home) main>.page-hero:first-child + .wire-warning{
  min-height:0!important;padding:clamp(30px,4vw,48px)!important;display:grid!important;align-items:center!important
}
body:not(.kt2-home) main>.page-hero:first-child + .wire-warning h2{margin-bottom:12px!important}

@media(max-width:1100px){
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:900px){
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .calculator-section{grid-template-columns:1fr!important;grid-template-areas:"copy" "visual" "form"!important;gap:20px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual{grid-template-areas:"copy" "visual" "list"!important}
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{grid-template-areas:"copy" "visual" "aside"!important}
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:1fr 1fr!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:1fr!important}
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form{margin-top:0!important}
}

/* Optical correction: first content blocks must start tight under hero, not float mid-card. */
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>figure,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>figure,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>figure{align-self:start!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual){padding-top:clamp(30px,3.5vw,42px)!important;padding-bottom:clamp(42px,4.5vw,56px)!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual){grid-template-columns:minmax(0,.82fr) minmax(360px,.68fr)!important;align-items:start!important;gap:clamp(22px,3vw,42px)!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual)>div:first-child{padding-top:0!important}
@media(max-width:900px){body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual){grid-template-columns:1fr!important}}

/* WireSafe rule block: stop the warning panel from drifting vertically. */
body:not(.kt2-home) main>.page-hero:first-child + .wire-warning{padding:0!important;min-height:0!important;display:block!important}
body:not(.kt2-home) main>.page-hero:first-child + .wire-warning>div{padding:clamp(30px,3.8vw,42px) 0!important}
body:not(.kt2-home) main>.page-hero:first-child + .wire-warning h2{margin-bottom:12px!important}

/* Security hero crop repair: remove washed-out empty side and keep text/card readable. */
main>.page-hero.split.alert:first-child::before{background:linear-gradient(90deg,rgba(5,8,12,.86),rgba(5,8,12,.62) 50%,rgba(5,8,12,.34)),linear-gradient(180deg,rgba(0,0,0,.42),transparent 28%,rgba(0,0,0,.50))!important}
main>.page-hero.split.alert:first-child figure img{object-position:center center!important;filter:saturate(.9) contrast(1.05) brightness(.82)!important}

/* Taste rescue: Keystone 2 internal hero + first-section composition. */
body:not(.kt2-home) main>.page-hero.split:first-child{
  min-height:88svh!important;
  padding:clamp(92px,10vh,132px) 0 clamp(78px,9vh,116px)!important;
  grid-template-columns:minmax(28px,1fr) minmax(0,620px) minmax(300px,430px) minmax(28px,1fr)!important;
  grid-template-areas:". copy actions ."!important;
  column-gap:clamp(44px,6vw,88px)!important;
  align-items:center!important;
  background:#101316!important;
  isolation:isolate!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  width:auto!important;height:auto!important;transform:none!important;
  background:
    linear-gradient(90deg,rgba(7,10,13,.90) 0%,rgba(7,10,13,.72) 39%,rgba(7,10,13,.42) 67%,rgba(7,10,13,.30) 100%),
    linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.04) 34%,rgba(0,0,0,.58))!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::after{
  content:""!important;
  position:absolute!important;
  right:clamp(24px,5vw,82px)!important;top:18%!important;bottom:18%!important;left:auto!important;
  z-index:0!important;width:clamp(52px,6vw,84px)!important;height:auto!important;
  border-radius:0!important;background:rgba(255,255,255,.11)!important;
  transform:skewX(-14deg)!important;box-shadow:none!important;pointer-events:none!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{
  grid-area:copy!important;align-self:center!important;max-width:620px!important;transform:translateY(-2vh)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .eyebrow{
  margin:0 0 14px!important;color:rgba(255,255,255,.74)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.16em!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child h1{
  max-width:650px!important;margin:0 0 22px!important;color:#fff!important;
  font-size:clamp(43px,5.15vw,72px)!important;line-height:.97!important;letter-spacing:-.058em!important;text-wrap:balance!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .lede{
  max-width:570px!important;margin:0!important;color:rgba(255,255,255,.82)!important;font-size:clamp(16px,1.15vw,18px)!important;line-height:1.68!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions{
  grid-area:actions!important;grid-column:auto!important;align-self:center!important;justify-self:end!important;
  width:min(100%,360px)!important;min-height:0!important;display:grid!important;gap:12px!important;
  padding:28px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:22px!important;
  background:rgba(255,255,255,.92)!important;box-shadow:0 28px 70px rgba(0,0,0,.22)!important;backdrop-filter:blur(12px)!important;
  transform:translateY(3vh)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{
  content:"Start with the right Keystone path."!important;color:#151413!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.035em!important;line-height:1.06!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::after{
  content:"Order, quote, verify, or send the file into the correct workflow."!important;color:#6b645d!important;font-size:14px!important;line-height:1.5!important;order:1!important;margin-bottom:4px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn{
  order:2!important;border-radius:999px!important;min-height:46px!important;justify-content:center!important;font-size:13px!important;font-weight:850!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn.light{
  display:flex!important;background:transparent!important;color:#171615!important;border-color:rgba(23,22,21,.22)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child figure{position:absolute!important;inset:0!important;z-index:-2!important;margin:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
body:not(.kt2-home) main>.page-hero.split:first-child figure img{width:100%!important;height:100%!important;border-radius:0!important;box-shadow:none!important;object-fit:cover!important;filter:saturate(.88) contrast(1.03) brightness(.86)!important;transform:none!important}
body:not(.kt2-home) main>.page-hero.split:first-child + section.block{margin-top:0!important;border-top:0!important;position:relative!important}
body:not(.kt2-home) main>.page-hero.split:first-child + section.block::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(10,55,102,.16),transparent)}

/* Make first content sections feel editorial, not like dumped widgets. */
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual){
  padding-top:clamp(46px,5vw,70px)!important;padding-bottom:clamp(56px,6vw,82px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>div:first-child,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual)>div:first-child{
  max-width:660px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + section h2{
  font-size:clamp(30px,3.3vw,48px)!important;line-height:1.03!important;letter-spacing:-.045em!important;text-wrap:balance!important;margin-bottom:18px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + section p:not(.eyebrow):not(.section-number),
body:not(.kt2-home) main>.page-hero:first-child + section li,
body:not(.kt2-home) main>.page-hero:first-child + section label{
  font-size:16px!important;line-height:1.62!important;
}
body:not(.kt2-home) main>.page-hero:first-child + section .section-visual{border-radius:18px!important;box-shadow:0 18px 44px rgba(10,55,102,.12)!important;min-height:300px!important;max-height:360px!important}
body:not(.kt2-home) main>.page-hero:first-child + section .section-visual img{min-height:300px!important;max-height:360px!important}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list article{background:#fff!important;border:1px solid rgba(10,55,102,.08)!important;box-shadow:0 12px 34px rgba(10,55,102,.07)!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout:not(.has-visual)>form{border:1px solid rgba(10,55,102,.08)!important;box-shadow:0 18px 50px rgba(10,55,102,.10)!important;background:#f7f9fb!important}

@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:86svh!important;grid-template-columns:minmax(22px,1fr) minmax(0,720px) minmax(22px,1fr)!important;grid-template-areas:". copy ." ". actions ."!important;row-gap:28px!important;align-content:center!important;padding:96px 0 76px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{transform:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{justify-self:start!important;transform:none!important;width:min(100%,390px)!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(42px,8vw,64px)!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:82svh!important;padding:86px 0 58px!important;row-gap:22px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(36px,12vw,48px)!important;letter-spacing:-.052em!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .lede{font-size:15px!important;line-height:1.58!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{padding:20px!important;border-radius:18px!important}
  body:not(.kt2-home) main>.page-hero:first-child + section h2{font-size:clamp(27px,9vw,36px)!important}
}

/* Critical correction: CTA panel must sit in the hero grid, not collapse into a clipped rail. */
html,body{margin:0!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions{
  grid-column:3!important;grid-row:1!important;grid-area:auto!important;
  width:360px!important;max-width:100%!important;min-width:320px!important;
  justify-self:end!important;align-self:center!important;transform:translateY(18px)!important;
  overflow:visible!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child + section.block{padding-top:clamp(64px,6.5vw,96px)!important}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-column:2!important;grid-row:2!important;width:min(100%,390px)!important;min-width:0!important;justify-self:start!important;transform:none!important}
}

/* Ordering fix: grid-area shorthand was resetting the CTA column. */
body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-area:auto!important;grid-column:3!important;grid-row:1!important;width:360px!important;min-width:320px!important;max-width:360px!important;justify-self:end!important;align-self:center!important;transform:translateY(18px)!important}
@media(max-width:980px){body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-area:auto!important;grid-column:2!important;grid-row:2!important;width:min(100%,390px)!important;max-width:390px!important;min-width:0!important;justify-self:start!important;transform:none!important}}

/* Trust badge must read cleanly on dark image heroes. */
body:not(.kt2-home) main>.page-hero.split:first-child .certifid-badge{
  display:inline-flex!important;align-items:center!important;gap:12px!important;margin-top:24px!important;
  max-width:min(100%,420px)!important;padding:12px 14px!important;border-radius:14px!important;
  background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.26)!important;box-shadow:0 16px 42px rgba(0,0,0,.20)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .certifid-badge span{display:grid!important;gap:2px!important;color:#171615!important}
body:not(.kt2-home) main>.page-hero.split:first-child .certifid-badge strong{color:#171615!important;font-size:13px!important;line-height:1.1!important;font-weight:850!important}
body:not(.kt2-home) main>.page-hero.split:first-child .certifid-badge small{color:#514c47!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;opacity:1!important}
body:not(.kt2-home) main>.page-hero.split:first-child .certifid-badge img{width:82px!important;height:auto!important;min-height:0!important;filter:none!important;object-fit:contain!important}

/* Final polish: calmer display scale, cleaner hero ownership of first viewport, less muddy imagery. */
body:not(.kt2-home) main>.page-hero.split:first-child{min-height:96svh!important;padding-top:clamp(104px,11vh,144px)!important;padding-bottom:clamp(92px,10vh,132px)!important}
body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(38px,4.65vw,64px)!important;line-height:1.01!important;max-width:610px!important;letter-spacing:-.052em!important}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{max-width:610px!important;transform:translateY(-1vh)!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions{transform:none!important}
body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(90deg,rgba(7,10,13,.82) 0%,rgba(7,10,13,.62) 40%,rgba(7,10,13,.34) 68%,rgba(7,10,13,.22) 100%),linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.02) 34%,rgba(0,0,0,.46))!important}
body:not(.kt2-home) main>.page-hero.split:first-child figure img{filter:saturate(.95) contrast(1.04) brightness(.93)!important}
body:not(.kt2-home) main>.page-hero.split.alert:first-child::before{background:linear-gradient(90deg,rgba(5,8,12,.86),rgba(5,8,12,.62) 50%,rgba(5,8,12,.30)),linear-gradient(180deg,rgba(0,0,0,.40),transparent 28%,rgba(0,0,0,.48))!important}
@media(max-width:980px){body:not(.kt2-home) main>.page-hero.split:first-child{min-height:92svh!important}.page-hero.split:first-child .page-hero-copy{transform:none!important}}
@media(max-width:640px){body:not(.kt2-home) main>.page-hero.split:first-child{min-height:88svh!important}body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(34px,10.5vw,44px)!important;line-height:1.03!important}}

/* Mobile hero contrast: keep white type readable over bright building crops. */
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(90deg,rgba(5,8,12,.91),rgba(5,8,12,.76) 58%,rgba(5,8,12,.48)),linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.20) 34%,rgba(0,0,0,.70))!important}
  body:not(.kt2-home) main>.page-hero.split:first-child figure img{filter:saturate(.9) contrast(1.04) brightness(.72)!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .lede{color:rgba(255,255,255,.90)!important;text-shadow:0 2px 18px rgba(0,0,0,.42)!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{text-shadow:0 2px 22px rgba(0,0,0,.36)!important}
}

/* Keystone 2 rescue pass 2026-05-20: editorial internal-page system. */
body:not(.kt2-home) .masthead{height:96px!important;padding:14px 28px!important;align-items:center!important}
body:not(.kt2-home) .brand img{width:188px!important;max-height:74px!important}
body:not(.kt2-home) .nav{gap:2px!important;align-items:center!important}
body:not(.kt2-home) .nav a{font-size:13px!important;letter-spacing:.01em!important}
body:not(.kt2-home) main>.page-hero.split:first-child{
  min-height:clamp(680px,82svh,820px)!important;
  padding:118px 0 78px!important;
  grid-template-columns:minmax(42px,1fr) minmax(0,680px) minmax(300px,348px) minmax(42px,1fr)!important;
  column-gap:clamp(44px,6vw,86px)!important;
  border-radius:0 0 34px 34px!important;
  box-shadow:inset 0 -1px rgba(255,255,255,.08)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::before{
  background:
    linear-gradient(90deg,rgba(6,9,12,.88) 0%,rgba(6,9,12,.70) 42%,rgba(6,9,12,.38) 70%,rgba(6,9,12,.24) 100%),
    linear-gradient(180deg,rgba(0,0,0,.48),rgba(0,0,0,.10) 32%,rgba(0,0,0,.44))!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child::after{display:none!important}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{transform:none!important;max-width:680px!important}
body:not(.kt2-home) main>.page-hero.split:first-child h1{
  max-width:680px!important;font-size:clamp(42px,4.45vw,62px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin-bottom:18px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .lede{max-width:610px!important;color:rgba(255,255,255,.88)!important;font-size:17px!important;line-height:1.62!important;text-shadow:0 2px 24px rgba(0,0,0,.28)!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions{
  width:348px!important;min-width:0!important;max-width:348px!important;padding:24px!important;border-radius:18px!important;
  background:rgba(255,255,255,.955)!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:0 24px 62px rgba(0,0,0,.24)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{content:attr(data-kt-title)!important;font-size:20px!important;line-height:1.06!important;letter-spacing:-.04em!important}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::after{content:attr(data-kt-note)!important;color:#5a554f!important;font-size:13px!important;line-height:1.48!important}
body:not(.kt2-home) main>.page-hero.split:first-child figure img{object-position:center center!important;filter:saturate(.94) contrast(1.06) brightness(.88)!important}
body:not(.kt2-home) main>.page-hero.split:first-child::marker{display:none!important}
body:not(.kt2-home) main>.page-hero.split:first-child .eyebrow{color:rgba(255,255,255,.78)!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{
  padding-top:clamp(54px,5.2vw,82px)!important;padding-bottom:clamp(58px,5.6vw,88px)!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{grid-template-columns:minmax(0,.74fr) minmax(320px,.46fr)!important;grid-template-areas:"copy visual" "form form"!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form{margin-top:12px!important;padding:clamp(22px,2.4vw,34px)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 20px 56px rgba(10,55,102,.11)!important}
body:not(.kt2-home) main>.page-hero:first-child + section .section-visual{border-radius:20px!important;height:clamp(250px,24vw,340px)!important;max-height:340px!important}
body:not(.kt2-home) main>.page-hero:first-child + section h2{font-size:clamp(31px,3vw,44px)!important;line-height:1.05!important;max-width:760px!important}
body:not(.kt2-home) .detail-list article,.rich-grid article,.resource-grid article,.tool-hub article,.service-directory article,.audience-router article,.value-ledger article,.security-system article{border:1px solid rgba(10,55,102,.08)!important;box-shadow:0 14px 36px rgba(10,55,102,.07)!important}
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:1100px){
  body:not(.kt2-home) .masthead{height:auto!important}.body:not(.kt2-home) .brand img{width:180px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:auto!important;padding:124px 0 62px!important;grid-template-columns:minmax(22px,1fr) minmax(0,720px) minmax(22px,1fr)!important;grid-template-areas:". copy ." ". actions ."!important;border-radius:0 0 26px 26px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-column:2!important;grid-row:2!important;width:min(100%,380px)!important;max-width:380px!important;justify-self:start!important}
}
@media(max-width:640px){
  body:not(.kt2-home) .masthead{padding:12px 12px 0!important}body:not(.kt2-home) .brand img{width:168px!important;max-height:66px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child{padding:104px 0 38px!important;border-radius:0 0 22px 22px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(34px,10.2vw,43px)!important;max-width:12.8ch!important;line-height:1.04!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .lede{font-size:15px!important;line-height:1.56!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{width:100%!important;max-width:none!important;padding:18px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{font-size:19px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{grid-template-columns:1fr!important;grid-template-areas:"copy" "visual" "form"!important;padding-top:36px!important;padding-bottom:46px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual{grid-template-areas:"copy" "visual" "list"!important}
  body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual{grid-template-areas:"copy" "visual" "aside"!important}
  body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual>.detail-list{grid-template-columns:1fr!important}
}

/* Keystone 2 rescue follow-up: mobile hero must not compress into a skinny rail. */
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{
    grid-template-columns:18px minmax(0,1fr) 18px!important;
    padding-top:100px!important;padding-bottom:48px!important;row-gap:20px!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-column:2!important;width:100%!important;max-width:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{max-width:9.8em!important;font-size:clamp(32px,9.4vw,39px)!important;letter-spacing:-.047em!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .lede{max-width:100%!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{
    grid-column:2!important;width:100%!important;max-width:none!important;min-width:0!important;justify-self:stretch!important;box-sizing:border-box!important;
    padding:20px!important;border-radius:20px!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn{width:100%!important;box-sizing:border-box!important}
  body:not(.kt2-home) main>.page-hero.split:first-child::before{background:linear-gradient(90deg,rgba(5,8,12,.92),rgba(5,8,12,.76) 58%,rgba(5,8,12,.52)),linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.22) 34%,rgba(0,0,0,.70))!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{
    width:calc(100vw - 36px)!important;max-width:339px!important;min-width:0!important;
    justify-self:start!important;transform:none!important;margin-left:0!important;margin-right:0!important;
  }
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{
    width:calc(100vw - 48px)!important;max-width:327px!important;transform:translateX(-46px)!important;
    overflow:hidden!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn{min-width:0!important;white-space:normal!important;padding-left:14px!important;padding-right:14px!important}
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{word-spacing:.08em!important;white-space:normal!important}

/* Max correction 2026-05-20: forms belong beside content, not as full-width slabs; internal heroes need stronger left-led editorial scale. */
body:not(.kt2-home) main>.page-hero.split:first-child{
  min-height:clamp(560px,68svh,700px)!important;
  padding:clamp(88px,9vh,116px) 0 clamp(54px,7vh,78px)!important;
  grid-template-columns:minmax(42px,1fr) minmax(0,760px) minmax(280px,340px) minmax(42px,1fr)!important;
  align-items:end!important;
  border-radius:0 0 28px 28px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{
  align-self:end!important;
  max-width:760px!important;
  padding-bottom:6px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child h1{
  max-width:760px!important;
  font-size:clamp(54px,5.8vw,82px)!important;
  line-height:.94!important;
  letter-spacing:-.067em!important;
  margin-bottom:22px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .lede{
  max-width:660px!important;
  font-size:clamp(18px,1.25vw,21px)!important;
  line-height:1.56!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions{
  align-self:end!important;
  width:340px!important;
  max-width:340px!important;
  padding:22px!important;
  border-radius:18px!important;
  text-align:left!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions .btn{
  justify-content:flex-start!important;
  padding-left:20px!important;
  padding-right:20px!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .actions::before{font-size:21px!important}

body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{
  grid-template-columns:minmax(0,.50fr) minmax(420px,.50fr)!important;
  grid-template-areas:"copy form" "visual form"!important;
  column-gap:clamp(34px,5vw,76px)!important;
  row-gap:22px!important;
  align-items:start!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>div:first-child{grid-area:copy!important;max-width:560px!important}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form{
  grid-area:form!important;
  width:100%!important;
  max-width:620px!important;
  justify-self:end!important;
  margin-top:0!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>figure{
  grid-area:visual!important;
  width:100%!important;
  max-width:560px!important;
  height:clamp(210px,20vw,300px)!important;
  min-height:210px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block{
  grid-template-columns:minmax(0,.48fr) minmax(420px,.52fr)!important;
  column-gap:clamp(34px,5vw,76px)!important;
  align-items:start!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block>div{max-width:560px!important}
body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block .order-form,
body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block form{max-width:640px!important;justify-self:end!important;width:100%!important}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:auto!important;align-items:start!important;padding:112px 0 56px!important;grid-template-columns:minmax(22px,1fr) minmax(0,760px) minmax(22px,1fr)!important;grid-template-areas:". copy ." ". actions ."!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(44px,8.5vw,66px)!important;max-width:720px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-column:2!important;grid-row:2!important;justify-self:start!important;width:min(100%,420px)!important;max-width:420px!important}
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual,
  body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block{grid-template-columns:1fr!important;grid-template-areas:"copy" "form" "visual"!important}
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form,
  body:not(.kt2-home) main>.page-hero:first-child + .lead-capture.block form{justify-self:stretch!important;max-width:none!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{padding:96px 0 42px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{font-size:clamp(38px,11vw,50px)!important;max-width:11.5ch!important;line-height:.98!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{width:100%!important;max-width:none!important;transform:none!important;overflow:visible!important}
}

/* Mobile correction after visual QA: stop skinny centered internal heroes. */
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{
    grid-template-columns:18px minmax(0,calc(100% - 36px)) 18px!important;
    grid-template-areas:". copy ." ". actions ."!important;
    width:auto!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy,
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-column:2!important;width:100%!important;max-width:none!important;justify-self:stretch!important;transform:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child h1{max-width:none!important;font-size:clamp(40px,11.5vw,52px)!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"copy" "actions"!important;padding-left:18px!important;padding-right:18px!important;box-sizing:border-box!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy,
  body:not(.kt2-home) main>.page-hero.split:first-child .actions{grid-column:1!important;width:100%!important;max-width:none!important}
}

/* Lead-capture correction: security/payment forms must stay visually half-width beside the copy. */
body:not(.kt2-home) .lead-capture.block{
  grid-template-columns:minmax(0,.52fr) minmax(360px,.48fr)!important;
  column-gap:clamp(34px,5vw,76px)!important;
}
body:not(.kt2-home) .lead-capture.block .order-form,
body:not(.kt2-home) .lead-capture.block form{
  width:100%!important;
  max-width:580px!important;
  justify-self:end!important;
}
@media(max-width:1100px) and (min-width:901px){
  body:not(.kt2-home) .lead-capture.block .order-form,
  body:not(.kt2-home) .lead-capture.block form{max-width:500px!important}
}
@media(max-width:900px){body:not(.kt2-home) .lead-capture.block{grid-template-columns:1fr!important}body:not(.kt2-home) .lead-capture.block .order-form,body:not(.kt2-home) .lead-capture.block form{max-width:none!important;justify-self:stretch!important}}

/* Max correction 2026-05-20: form-page left rail should be image first, then copy, with no dead vertical moat. */
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{
  grid-template-areas:"visual form" "copy form"!important;
  row-gap:clamp(18px,2vw,28px)!important;
  align-items:start!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>.section-visual,
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>figure{
  grid-area:visual!important;
  margin:0!important;
  align-self:start!important;
  height:clamp(250px,22vw,330px)!important;
  min-height:250px!important;
  max-height:330px!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>div:first-child{
  grid-area:copy!important;
  align-self:start!important;
  padding-top:0!important;
}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{grid-template-areas:"visual" "copy" "form"!important;row-gap:20px!important}
}
body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{
  align-content:start!important;
  grid-template-rows:auto auto!important;
}

/* Hard fix: remove the form from row sizing so it cannot force a dead gap between the image and copy. */
@media(min-width:981px){
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,.50fr) minmax(420px,.50fr)!important;
    grid-template-areas:"visual ." "copy ."!important;
    grid-template-rows:auto auto!important;
    row-gap:clamp(18px,2vw,28px)!important;
    min-height:calc(var(--kt-form-height, 900px) + clamp(90px,7vw,120px))!important;
  }
  body:not(.kt2-home) main>.page-hero:first-child + .utility-layout.has-visual>form{
    position:absolute!important;
    top:clamp(54px,5.2vw,82px)!important;
    right:0!important;
    width:min(45.5%,620px)!important;
    max-width:620px!important;
  }
}

/* Max correction 2026-05-20: heroes are full-screen and interior padding must match homepage hero exactly. */
.kt2-home .kt2-hero,
body:not(.kt2-home) main>.page-hero.split:first-child{
  min-height:calc(100svh - 16px)!important;
  min-height:calc(100dvh - 16px)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child{
  grid-template-columns:clamp(24px,6.7vw,96px) minmax(0,760px) minmax(48px,1fr) 360px clamp(24px,6.7vw,96px)!important;
  grid-template-areas:". copy . actions ."!important;
  padding-left:0!important;
  padding-right:0!important;
  padding-top:clamp(118px,13vh,170px)!important;
  padding-bottom:clamp(78px,10vh,114px)!important;
}
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-area:copy!important;grid-column:auto!important;max-width:760px!important}
body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{
  grid-area:actions!important;
  grid-column:auto!important;
  width:360px!important;
  max-width:360px!important;
  justify-self:stretch!important;
}
@media(max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{
    grid-template-columns:clamp(24px,6.7vw,64px) minmax(0,1fr) clamp(24px,6.7vw,64px)!important;
    grid-template-areas:". copy ." ". actions ."!important;
    padding-top:clamp(124px,14vh,160px)!important;
    padding-bottom:clamp(42px,7vh,70px)!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-area:actions!important;width:min(100%,420px)!important;max-width:420px!important;justify-self:start!important}
}
@media(max-width:640px){
  .kt2-home .kt2-hero,
  body:not(.kt2-home) main>.page-hero.split:first-child{min-height:calc(100svh - 16px)!important;min-height:calc(100dvh - 16px)!important}
  body:not(.kt2-home) main>.page-hero.split:first-child{grid-template-columns:18px minmax(0,1fr) 18px!important;grid-template-areas:". copy ." ". actions ."!important;padding-left:0!important;padding-right:0!important;padding-top:118px!important;padding-bottom:34px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{width:100%!important;max-width:none!important;justify-self:stretch!important}
}

/* Repair cascade conflict from earlier mobile rail fix: desktop interior hero copy/card must occupy homepage-matched columns. */
@media(min-width:981px){
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-column:2 / 3!important;grid-row:1!important;grid-area:auto!important;width:100%!important;max-width:760px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-column:4 / 5!important;grid-row:1!important;grid-area:auto!important;width:360px!important;max-width:360px!important}
}

/* Final hero alignment lock: match homepage x positions at desktop. */
@media(min-width:981px){
  body:not(.kt2-home) main>.page-hero.split:first-child{
    grid-template-columns:clamp(24px,6.7vw,96px) 760px minmax(48px,1fr) 360px clamp(24px,6.7vw,96px)!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-area:auto!important;grid-column:2 / 3!important;grid-row:1!important;width:100%!important;max-width:760px!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-area:auto!important;grid-column:4 / 5!important;grid-row:1!important;width:360px!important;max-width:360px!important}
}
@media(min-width:981px){body:not(.kt2-home) main>.page-hero.split:first-child{column-gap:0!important;gap:0!important}}
@media(min-width:981px){
  body:not(.kt2-home) main>.page-hero.split:first-child{align-items:center!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy,
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions{align-self:center!important;transform:translateY(-94px)!important}
}
@media(max-width:640px){
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-area:auto!important;grid-column:2 / 3!important;grid-row:1!important;width:100%!important;max-width:none!important;transform:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-area:auto!important;grid-column:2 / 3!important;grid-row:2!important;width:100%!important;max-width:none!important;transform:none!important}
}
@media(max-width:640px){body:not(.kt2-home) main>.page-hero.split:first-child{gap:20px!important;column-gap:0!important;row-gap:20px!important}}
@media(min-width:641px) and (max-width:980px){
  body:not(.kt2-home) main>.page-hero.split:first-child{gap:24px!important;column-gap:0!important;row-gap:24px!important;grid-template-columns:clamp(24px,6.7vw,64px) minmax(0,1fr) clamp(24px,6.7vw,64px)!important;grid-template-areas:". copy ." ". actions ."!important;min-height:calc(100svh - 16px)!important;min-height:calc(100dvh - 16px)!important}
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-area:auto!important;grid-column:2 / 3!important;grid-row:1!important;width:100%!important;max-width:none!important;transform:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-area:auto!important;grid-column:2 / 3!important;grid-row:2!important;width:min(100%,420px)!important;max-width:420px!important;justify-self:start!important;transform:none!important}
}

/* Max correction 2026-05-20: interior hero content should sit optically centered vertically, not tucked high under the masthead. */
@media(min-width:981px){
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy,
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions{
    align-self:center!important;
    transform:none!important;
  }
}

/* Tablet correction: do not force desktop two-column hero into 1024px. Keep it centered and full-screen. */
@media(min-width:981px) and (max-width:1199px){
  body:not(.kt2-home) main>.page-hero.split:first-child{
    grid-template-columns:clamp(32px,6.7vw,72px) minmax(0,1fr) clamp(32px,6.7vw,72px)!important;
    grid-template-areas:". copy ." ". actions ."!important;
    gap:24px!important;
    column-gap:0!important;
    row-gap:24px!important;
  }
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy{grid-area:auto!important;grid-column:2 / 3!important;grid-row:1!important;width:100%!important;max-width:760px!important;align-self:end!important;transform:none!important}
  body:not(.kt2-home) main>.page-hero.split:first-child>.actions,
  body:not(.kt2-home) main>.page-hero.split:first-child .page-hero-copy>.actions{grid-area:auto!important;grid-column:2 / 3!important;grid-row:2!important;width:min(100%,420px)!important;max-width:420px!important;justify-self:start!important;align-self:start!important;transform:none!important}
}

/* Page-specific spacing correction: commercial-title intro title/body needs breathing room. */
body.page-commercial-title main>.page-hero:first-child + .detail-layout.has-visual>div:first-child h2,
body:not(.kt2-home) main>.page-hero:first-child + .detail-layout.has-visual h2:has(+ p){
  margin-bottom:clamp(24px,2.4vw,34px)!important;
}

/* Inline next-step note: remove separate boxed aside on lender page and keep guidance with body copy. */
.inline-next-step{
  margin-top:clamp(22px,2.2vw,32px)!important;
  max-width:650px!important;
  color:var(--charcoal)!important;
}
.inline-next-step strong{
  color:var(--ink)!important;
  font-weight:850!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual>div:first-child .inline-next-step{
  font-size:clamp(16px,1.15vw,18px)!important;
  line-height:1.62!important;
}
body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual:not(:has(>aside)){
  grid-template-areas:"copy visual"!important;
}
@media(max-width:640px){body:not(.kt2-home) main>.page-hero:first-child + .deep-intro.has-visual:not(:has(>aside)){grid-template-areas:"copy" "visual"!important}}

/* Page-specific spacing correction: open-order intro title/body needs more breathing room. */
body.page-open-order main>.page-hero:first-child + .utility-layout.has-visual>div:first-child h2{
  margin-bottom:clamp(24px,2.4vw,34px)!important;
}

/* Get quote page: use shorter section rhythm so the compact form does not leave a blank landing pad before footer. */
@media(min-width:981px){
  body.page-get-quote main>.page-hero:first-child + .utility-layout.has-visual{
    min-height:clamp(560px,56vh,660px)!important;
    padding-bottom:clamp(58px,5vw,82px)!important;
  }
}

/* Tool request pages: compact the first form section so it doesn't leave a dead blank middle band. */
@media(min-width:981px){
  body.page-tool-request main>.page-hero:first-child + .utility-layout.has-visual{
    min-height:auto!important;
    padding-top:clamp(54px,5vw,76px)!important;
    padding-bottom:clamp(54px,5vw,76px)!important;
  }
}

/* Final tool-page gap trim: reduce bottom padding after the left copy and compact cards directly below. */
@media(min-width:981px){
  body.page-tool-request main>.page-hero:first-child + .utility-layout.has-visual{
    padding-bottom:clamp(26px,3vw,42px)!important;
  }
  body.page-tool-request main>.page-hero:first-child + .utility-layout.has-visual + .rich-grid.block{
    padding-top:clamp(26px,3vw,42px)!important;
  }
}

/* CFPB calendar notes: image left, tightened text block right. */
body.page-cfpb-calendar .cfpb-notes{
  display:grid!important;
  grid-template-columns:minmax(360px,.92fr) minmax(0,.78fr)!important;
  grid-template-areas:"visual copy"!important;
  gap:clamp(34px,5vw,72px)!important;
  align-items:center!important;
}
body.page-cfpb-calendar .cfpb-notes>.section-visual{grid-area:visual!important;width:100%!important;min-height:clamp(320px,30vw,460px)!important;height:clamp(320px,30vw,460px)!important}
body.page-cfpb-calendar .cfpb-notes>div{grid-area:copy!important;max-width:560px!important}
body.page-cfpb-calendar .cfpb-notes h2{max-width:520px!important;margin-bottom:clamp(18px,1.8vw,26px)!important}
body.page-cfpb-calendar .cfpb-notes p{max-width:540px!important;line-height:1.52!important}
@media(max-width:900px){body.page-cfpb-calendar .cfpb-notes{grid-template-columns:1fr!important;grid-template-areas:"visual" "copy"!important}.body.page-cfpb-calendar .cfpb-notes>div{max-width:none!important}}

/* Footer correction: address and legal links must sit on one baseline on internal pages. */
.footer-bottom-row{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:10px 18px!important;
}
.footer-bottom-row .footer-bottom{
  width:auto!important;
  max-width:none!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  line-height:1.45!important;
}
.footer-bottom-row .footer-legal{
  flex:0 1 auto!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  margin:0!important;
  line-height:1.45!important;
}
.footer-bottom-row .footer-legal a{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  line-height:1.45!important;
}
@media(max-width:900px){
  .footer-bottom-row{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important}
  .footer-bottom-row .footer-bottom{white-space:normal!important}
  .footer-bottom-row .footer-legal{flex-wrap:wrap!important;justify-content:flex-start!important}
}

/* Fix open-order form/footer collision and contact-page dead vertical gap. */
@media(min-width:981px){
  body.page-open-order main>.page-hero:first-child + .utility-layout.has-visual{
    min-height:calc(1026px + clamp(90px,7vw,120px))!important;
    padding-bottom:clamp(72px,6vw,96px)!important;
  }
  body.page-contact main>.page-hero:first-child + .utility-layout.has-visual{
    min-height:clamp(620px,62vh,720px)!important;
    padding-bottom:clamp(46px,4vw,64px)!important;
  }
}

/* CertifID badge copy correction: only show the single approved label. */
.certifid-badge small{display:none!important}
.certifid-badge span:last-child{align-items:center!important;gap:0!important}

/* Keystone 2 production scroll reveal + contextual lead popup */
.reveal{opacity:.01!important;transition:opacity 1.08s var(--ease-out-quart),transform 1.08s var(--ease-out-quart)!important;transition-delay:var(--reveal-delay,0ms)!important;animation:none!important;will-change:opacity,transform;backface-visibility:hidden}.reveal-from-bottom{transform:translate3d(0,34px,0)!important}.reveal-from-left{transform:translate3d(-38px,0,0)!important}.reveal-from-right{transform:translate3d(38px,0,0)!important}.reveal.is-visible{opacity:1!important;transform:translate3d(0,0,0)!important;animation:none!important;will-change:auto}
.kt2-lead-pop{position:fixed;right:22px;bottom:22px;z-index:900;width:min(390px,calc(100vw - 32px));display:none;background:#fff;border:1px solid rgba(10,55,102,.1);border-radius:24px;overflow:hidden;box-shadow:0 28px 80px rgba(10,55,102,.24)}.kt2-lead-pop.is-open{display:block;animation:ktPop .34s var(--ease-out-quart) both}.kt2-lead-pop img{width:100%;height:150px;object-fit:cover;filter:saturate(.94) contrast(1.03)}.kt2-lead-pop__body{padding:20px}.kt2-lead-pop .eyebrow{margin:0 0 8px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.kt2-lead-pop h3{margin:0 0 8px;color:var(--ink);font-size:24px;line-height:1.05;letter-spacing:-.035em}.kt2-lead-pop p{margin:0 0 14px;color:var(--charcoal);line-height:1.5}.kt2-lead-pop__actions{display:flex;gap:10px;flex-wrap:wrap}.kt2-lead-pop__actions .btn{min-height:40px;padding:10px 15px;font-size:12px}.kt2-lead-pop__close{position:absolute;right:12px;top:12px;z-index:2;width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(0,0,0,.14);font-size:20px;line-height:1;cursor:pointer}@keyframes ktPop{from{opacity:0;transform:translate3d(0,16px,0) scale(.98)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@media(max-width:640px){.reveal{transition-duration:.92s!important}.reveal-from-left,.reveal-from-right,.reveal-from-bottom{transform:translate3d(0,28px,0)!important}.reveal.is-visible{transform:translate3d(0,0,0)!important}.kt2-lead-pop{left:12px;right:12px;bottom:12px;width:auto;border-radius:20px}.kt2-lead-pop img{height:118px}.kt2-lead-pop__body{padding:18px}.kt2-lead-pop h3{font-size:22px}.kt2-lead-pop__actions .btn{flex:1 1 auto}}
@media(prefers-reduced-motion:reduce){.kt2-lead-pop.is-open{animation:none!important}.reveal,.reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}}

/* Hotfix: make Keystone 2 scroll reveals visibly trigger during real scrolling, and fix popup CTA pills. */
.reveal{opacity:0!important;transition:opacity 1.08s var(--ease-out-quart),transform 1.08s var(--ease-out-quart),filter 1.08s var(--ease-out-quart)!important;transition-delay:var(--reveal-delay,0ms)!important;animation:none!important;will-change:opacity,transform,filter;backface-visibility:hidden;filter:blur(2px)}
.reveal-from-bottom{transform:translate3d(0,72px,0)!important}.reveal-from-left{transform:translate3d(-76px,0,0)!important}.reveal-from-right{transform:translate3d(76px,0,0)!important}.reveal.is-visible{opacity:1!important;transform:translate3d(0,0,0)!important;filter:blur(0);animation:none!important}.has-revealed{opacity:1!important;transform:none!important;filter:none!important;will-change:auto!important}
.kt2-lead-pop__actions .btn,.kt2-lead-pop__actions .btn.dark,.kt2-lead-pop__actions .btn.light{border-radius:999px!important;min-height:44px!important;padding:11px 18px!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important}.kt2-lead-pop__actions .btn.dark{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.kt2-lead-pop__actions .btn.dark:visited{color:#fff!important}.kt2-lead-pop__actions .btn.dark:hover{background:var(--primary-deep)!important;border-color:var(--primary-deep)!important;color:#fff!important}.kt2-lead-pop__actions .btn.light{background:#fff!important;border-color:var(--primary)!important;color:var(--primary)!important}
@media(max-width:640px){.reveal{transition-duration:.92s!important;filter:blur(1px)}.reveal-from-left,.reveal-from-right,.reveal-from-bottom{transform:translate3d(0,54px,0)!important}.reveal.is-visible{transform:translate3d(0,0,0)!important}.kt2-lead-pop__actions .btn,.kt2-lead-pop__actions .btn.dark,.kt2-lead-pop__actions .btn.light{border-radius:999px!important}}
@media(prefers-reduced-motion:reduce){.reveal,.reveal.is-visible,.has-revealed{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}

/* Homepage-only Keystone logo preloader with curtain pull-up exit */
.kt-logo-preloader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#fff;overflow:hidden;isolation:isolate}.kt-logo-preloader::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff 0%,#f5f8fb 58%,#e7eef6 100%);transform:translate3d(0,0,0);will-change:transform}.kt-logo-preloader::after{content:"";position:absolute;left:50%;bottom:-18vh;width:120vw;height:34vh;transform:translateX(-50%);border-radius:50% 50% 0 0;background:rgba(10,55,102,.08);filter:blur(26px)}.kt-logo-preloader__mark{position:relative;z-index:2;display:grid;place-items:center;width:min(330px,68vw);padding:34px 38px;border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 28px 90px rgba(10,55,102,.16);animation:ktLogoFloat 1.45s var(--ease-out-quart, cubic-bezier(.25,1,.5,1)) infinite alternate}.kt-logo-preloader__mark::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(10,55,102,.18),rgba(255,255,255,.28),rgba(10,55,102,.1));z-index:-1}.kt-logo-preloader img{width:100%;height:auto;filter:drop-shadow(0 10px 28px rgba(10,55,102,.12))}.kt-preloader-ready .kt-logo-preloader{pointer-events:none}.kt-preloader-ready .kt-logo-preloader::before{animation:ktCurtainPullUp 1.05s cubic-bezier(.76,0,.24,1) forwards}.kt-preloader-ready .kt-logo-preloader__mark{animation:ktLogoExit .72s cubic-bezier(.76,0,.24,1) forwards}.kt-preloader-ready .kt-logo-preloader::after{animation:ktGlowExit .85s cubic-bezier(.76,0,.24,1) forwards}.kt-preloader-gone .kt-logo-preloader{display:none}@keyframes ktLogoFloat{from{transform:translate3d(0,6px,0) scale(.985)}to{transform:translate3d(0,-6px,0) scale(1)}}@keyframes ktCurtainPullUp{0%{transform:translate3d(0,0,0);border-radius:0}70%{transform:translate3d(0,-86%,0);border-radius:0 0 48% 48%}100%{transform:translate3d(0,-110%,0);border-radius:0 0 50% 50%}}@keyframes ktLogoExit{0%{opacity:1;transform:translate3d(0,0,0) scale(1)}45%{opacity:1;transform:translate3d(0,-10px,0) scale(1.025)}100%{opacity:0;transform:translate3d(0,-92px,0) scale(.94)}}@keyframes ktGlowExit{to{opacity:0;transform:translateX(-50%) translateY(-130px) scale(1.1)}}@media(max-width:640px){.kt-logo-preloader__mark{width:min(285px,74vw);padding:28px 30px;border-radius:24px}}@media(prefers-reduced-motion:reduce){.kt-logo-preloader__mark{animation:none}.kt-preloader-ready .kt-logo-preloader{display:none}}


/* Hotfix: blue full-screen preloader with white logo, no card */
.kt-logo-preloader{background:var(--primary)!important}.kt-logo-preloader::before{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-bright) 58%,var(--primary-deep) 100%)!important}.kt-logo-preloader::after{background:rgba(255,255,255,.14)!important}.kt-logo-preloader__mark{width:min(360px,70vw)!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.kt-logo-preloader__mark::before{display:none!important}.kt-logo-preloader img{filter:drop-shadow(0 18px 34px rgba(0,0,0,.18))!important}
@media(max-width:640px){.kt-logo-preloader__mark{width:min(300px,74vw)!important;padding:0!important}}


/* Emergency correction: force the original blue logo to render as true white on the blue preloader. */
.kt-logo-preloader img{filter:brightness(0) invert(1) drop-shadow(0 18px 34px rgba(0,0,0,.18))!important;mix-blend-mode:normal!important}.kt-logo-preloader{background:#0A3766!important}.kt-logo-preloader::before{background:linear-gradient(180deg,#0A3766 0%,#155A9C 58%,#061F3A 100%)!important}.kt-logo-preloader__mark{background:transparent!important;box-shadow:none!important;border:0!important}.kt-logo-preloader__mark::before{display:none!important}


/* Final simplified Keystone preloader: exact logo navy, white logo, simple fade out. */
.kt-logo-preloader{background:#113157!important;transition:opacity .42s ease,transform .42s ease!important}
.kt-logo-preloader::before,.kt-logo-preloader::after{display:none!important;content:none!important;animation:none!important}
.kt-logo-preloader__mark{width:min(340px,68vw)!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;animation:none!important;transform:none!important}
.kt-logo-preloader__mark::before{display:none!important;content:none!important}
.kt-logo-preloader img{filter:brightness(0) invert(1)!important;box-shadow:none!important;mix-blend-mode:normal!important}
.kt-preloader-ready .kt-logo-preloader{opacity:0!important;transform:translate3d(0,-10px,0)!important;pointer-events:none!important}
.kt-preloader-ready .kt-logo-preloader__mark,.kt-preloader-ready .kt-logo-preloader::before,.kt-preloader-ready .kt-logo-preloader::after{animation:none!important}
@media(max-width:640px){.kt-logo-preloader__mark{width:min(285px,74vw)!important}}
@media(prefers-reduced-motion:reduce){.kt-logo-preloader{transition:none!important}.kt-preloader-ready .kt-logo-preloader{display:none!important}}


/* Final exit: simple blue preloader pulls upward like a rug, revealing the homepage. */
.kt-logo-preloader{background:#113157!important;transition:transform .82s cubic-bezier(.76,0,.24,1),opacity .82s cubic-bezier(.76,0,.24,1)!important;will-change:transform!important}
.kt-preloader-ready .kt-logo-preloader{opacity:1!important;transform:translate3d(0,-105%,0)!important;pointer-events:none!important}
.kt-preloader-ready .kt-logo-preloader img{opacity:1!important;transform:none!important}
@media(prefers-reduced-motion:reduce){.kt-logo-preloader{transition:none!important}.kt-preloader-ready .kt-logo-preloader{display:none!important;transform:none!important}}
/* Header payment CTA: mirrors Open Order while using Keystone blue. */
.masthead .nav-cta-group{display:flex;align-items:center;gap:10px}
.masthead .nav-cta-group .nav-cta{white-space:nowrap}
.kt2-home .masthead .nav-cta--emd,
body:not(.kt2-home) .masthead .nav-cta--emd{background:#0a3766!important;border-color:#0a3766!important;color:#fff!important;box-shadow:0 14px 34px rgba(0,0,0,.18)}
.kt2-home .masthead .nav-cta--emd:hover,
body:not(.kt2-home) .masthead .nav-cta--emd:hover{background:#07294d!important;border-color:#07294d!important;color:#fff!important}
@media(max-width:1100px){.masthead .nav-cta-group{display:none!important}}
.secure-upload-note a{color:var(--primary);font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:1100px){.kt2-home .nav.open,body:not(.kt2-home) .nav.open{background:rgba(17,17,16,.96)!important;border-color:rgba(255,255,255,.18)!important}.kt2-home .nav.open .nav-group,body:not(.kt2-home) .nav.open .nav-group{border-color:rgba(255,255,255,.16)!important}}
