:root{--navy:#071a33;--navy-2:#0d294b;--ink:#10233d;--muted:#5c6c7e;--line:#dce3eb;--paper:#fff;--soft:#f3f6f9;--accent:#f4a51c;--accent-strong:#dc7908;--accent-soft:#fff4d6;--shadow:0 24px 70px #05172d24;--radius:5px;--radius-sm:5px;--radius-md:5px;--radius-lg:5px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#f6f8fb;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}.site-root{isolation:isolate;background:0 0;min-height:100vh;position:relative;overflow:clip}.site-root>main,.site-root>.site-footer{z-index:1;position:relative}.site-ambient{z-index:0;pointer-events:none;background:radial-gradient(circle at 50% -12%,#fffffffa,#f6f8fbc2 54%,#f3f6faf0 100%);position:fixed;inset:0;overflow:hidden}.site-ambient__glow,.site-ambient__grid{pointer-events:none;position:absolute}.site-ambient__glow{filter:blur(110px);border-radius:999px;transform:translateZ(0)}.site-ambient__glow--primary{background:#4f46e521;width:min(72rem,88vw);height:42rem;top:-18rem;left:50%;transform:translate(-58%)translateZ(0)}.site-ambient__glow--accent{background:color-mix(in srgb, var(--accent) 18%, transparent);width:min(38rem,65vw);height:38rem;bottom:-15rem;right:-12rem}.site-ambient__grid{background-image:linear-gradient(90deg,#071a330e 1px,#0000 1px),linear-gradient(#071a330e 1px,#0000 1px);background-size:40px 40px;inset:0;-webkit-mask-image:radial-gradient(78% 68% at 50% 38%,#000 12%,#0000 82%);mask-image:radial-gradient(78% 68% at 50% 38%,#000 12%,#0000 82%)}a{color:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid var(--navy);outline-offset:3px;box-shadow:0 0 0 6px color-mix(in srgb, var(--accent) 55%, transparent);border-radius:var(--radius-sm)}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy);letter-spacing:-.035em;font-weight:800;line-height:1.08}h1{font-size:clamp(2.4rem,7vw,5rem)}h2{font-size:clamp(1.85rem,4vw,3.15rem)}h3{font-size:1.22rem}p{color:var(--muted)}.container{width:min(1160px,100% - 2rem);margin-inline:auto}.skip-link{z-index:100;border-radius:var(--radius-md);background:var(--paper);color:var(--navy);padding:.7rem 1rem;font-weight:800;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.eyebrow{color:var(--accent-ink);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:850}.eyebrow--light{color:var(--accent)}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #dce3ebd9;position:sticky;top:0}.site-header__inner{align-items:center;gap:1.4rem;min-height:76px;display:flex}.brand{align-items:center;gap:.72rem;min-height:44px;text-decoration:none;display:inline-flex}.brand__mark{width:38px;height:38px;color:var(--accent);flex:none;place-items:center;display:grid}.brand__mark svg{width:100%;height:100%}.brand strong,.brand small{display:block}.brand strong{color:var(--navy);font-size:.98rem;line-height:1.15}.brand small{color:var(--muted);margin-top:.15rem;font-size:.69rem;line-height:1.2}.desktop-nav{align-items:center;gap:.15rem;margin-left:auto;display:flex}.nav-group{position:relative}.nav-group__trigger{color:#415269;white-space:nowrap;align-items:center;gap:.38rem;min-height:48px;padding:.7rem .62rem;font-size:.88rem;font-weight:720;text-decoration:none;display:inline-flex;position:relative}.nav-group__trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:10px;height:7px;transition:transform .18s}.nav-group__trigger:after{background:var(--accent);content:"";height:2px;transition:transform .18s;position:absolute;bottom:0;left:.62rem;right:.62rem;transform:scaleX(0)}.nav-group:hover .nav-group__trigger:after,.nav-group:focus-within .nav-group__trigger:after,.nav-group.is-active .nav-group__trigger:after{transform:scaleX(1)}.nav-group:hover .nav-group__trigger svg,.nav-group:focus-within .nav-group__trigger svg{transform:rotate(180deg)}.nav-dropdown{z-index:100;border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--paper);opacity:0;pointer-events:none;visibility:hidden;width:max-content;min-width:255px;padding:.65rem;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% - 1px);left:0;transform:translateY(8px);box-shadow:0 22px 48px #071a3329}.nav-group:last-child .nav-dropdown{left:auto;right:0}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.nav-dropdown a{min-height:48px;color:var(--navy);border-radius:5px;align-items:center;padding:.72rem .85rem;font-size:.86rem;font-weight:750;line-height:1.25;text-decoration:none;display:flex}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:var(--soft)}.nav-dropdown__action{color:var(--accent-ink)!important}.nav-dropdown__action:after{content:"→";margin-left:auto}.header-actions{align-items:center;gap:.5rem;margin-left:.4rem;display:flex}.header-cta{white-space:nowrap}.mobile-nav{margin-left:auto;display:none}.mobile-nav>summary{cursor:pointer;min-width:44px;min-height:44px;color:var(--navy);place-items:center;font-size:.85rem;font-weight:800;list-style:none;display:grid}.mobile-nav>summary::-webkit-details-marker{display:none}.mobile-nav nav{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper);max-height:calc(100dvh - 120px);box-shadow:var(--shadow);gap:.25rem;padding:.8rem;display:grid;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;overflow-y:auto}.mobile-nav nav>a:not(.button){border-radius:var(--radius-md);padding:.8rem;font-weight:750;text-decoration:none}.mobile-nav nav>a:not(.button):hover{background:var(--soft)}.mobile-nav__group{border-bottom:1px solid var(--line)}.mobile-nav__group>summary{cursor:pointer;min-height:48px;color:var(--navy);align-items:center;padding:.7rem 2.2rem .7rem .7rem;font-size:.92rem;font-weight:800;list-style:none;display:flex;position:relative}.mobile-nav__group>summary::-webkit-details-marker{display:none}.mobile-nav__group>summary:after{content:"+";color:var(--accent-ink);font-size:1.15rem;position:absolute;right:.8rem}.mobile-nav__group[open]>summary:after{content:"−"}.mobile-nav__group>div{gap:.15rem;padding:0 0 .55rem .7rem;display:grid}.mobile-nav__group a{color:#415269;border-radius:5px;align-items:center;min-height:46px;padding:.65rem .8rem;font-size:.86rem;font-weight:700;text-decoration:none;display:flex}.mobile-nav__group a:hover,.mobile-nav__group a:focus-visible{background:var(--soft)}.mobile-nav__action{color:var(--accent-ink)!important;font-weight:850!important}.button{border-radius:var(--radius-md);text-align:center;border:0;justify-content:center;align-items:center;min-height:46px;padding:.72rem 1.15rem;font-weight:850;line-height:1.15;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#111a23;box-shadow:0 12px 30px color-mix(in srgb, var(--accent) 28%, transparent)}.button--small{min-height:42px;padding-inline:1rem;font-size:.84rem}.button--large{min-height:54px;padding:.95rem 1.35rem}.button--block{width:100%}.text-link{color:var(--navy);font-weight:850;text-decoration:none}.text-link:hover{text-underline-offset:.25rem;text-decoration:underline}.pricing-section{background:var(--paper)}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.pricing-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;flex-direction:column;min-height:300px;padding:1.45rem;display:flex}.pricing-card.is-primary{border-color:var(--line);box-shadow:none;background:#fff}.pricing-card__top{border-bottom:1px solid color-mix(in srgb, var(--line) 78%, transparent);justify-content:space-between;align-items:flex-end;gap:1rem;padding-bottom:1.1rem;display:flex}.pricing-card__top span{color:var(--navy);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:850}.pricing-card__top strong{color:var(--navy);letter-spacing:-.055em;font-size:2.15rem;line-height:1}.pricing-card h3{margin:1.25rem 0 .65rem}.pricing-card p{margin-bottom:1.25rem;font-size:.88rem}.pricing-card .text-link{margin-top:auto}.section{padding:clamp(4rem,8vw,7rem) 0}.section--soft{background:var(--soft)}.section-heading{text-align:center;max-width:760px;margin:0 auto 2.3rem}.section-heading--left{text-align:left;margin-inline:0}.container.section-heading--left{max-width:none;margin-inline:auto}.container.section-heading--left>p:not(.eyebrow){max-width:760px}.section-heading h2{margin-bottom:.9rem}.faq-layout{grid-template-columns:.72fr 1.28fr;align-items:start;gap:clamp(2rem,8vw,8rem);display:grid}.faq-list{gap:.65rem;display:grid}.faq-list details{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper)}.faq-list summary{cursor:pointer;min-height:62px;color:var(--navy);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{background:var(--accent-soft);width:28px;height:28px;color:var(--accent-ink);border-radius:50%;flex:none;place-items:center;font-size:1.15rem;transition:transform .18s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 1.15rem 1.15rem;font-size:.9rem}.final-cta{background:linear-gradient(135deg, var(--navy), var(--navy-2));padding:5rem 0}.final-cta__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.final-cta h2{color:#fff;max-width:700px;margin-bottom:.6rem}.final-cta p:not(.eyebrow){color:#c9d5e3;max-width:680px;margin-bottom:0}.final-cta--plain{background:0 0}.final-cta--plain h2{color:var(--navy)}.final-cta--plain p:not(.eyebrow){color:var(--muted)}.page-hero{background:radial-gradient(circle at 80% 0, color-mix(in srgb, var(--accent) 20%, transparent), transparent 34%), var(--navy);padding:0;overflow:hidden}.page-hero__inner,.microsite-hero__copy{max-width:780px}.page-hero h1{color:#fff;margin-bottom:1rem}.page-hero .microsite-hero__copy>p:not(.eyebrow){color:#c9d5e3;max-width:720px;margin-bottom:0;font-size:1.12rem}.guide-layout{grid-template-columns:1.25fr .75fr;align-items:start;gap:clamp(2rem,8vw,7rem);display:grid}.guide-content h2{margin:2.2rem 0 .65rem;font-size:1.55rem}.guide-content h2:first-child{margin-top:0}.guide-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:1.5rem;position:sticky;top:100px}.guide-card h2{font-size:1.55rem}.guide-card ul{color:var(--muted);gap:.7rem;padding-left:1.2rem;display:grid}.guide-card--inline{margin-top:clamp(2rem,5vw,4rem);position:static}.intake-proof{background:var(--soft);min-height:70vh}.intake-proof__shell{padding:5rem 0}.intake-proof__status{color:var(--muted);align-items:center;gap:.55rem;margin-bottom:1rem;font-size:.8rem;font-weight:800;display:inline-flex}.intake-proof__status span{background:#24b47e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #24b47e1f}.intake-proof__panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);max-width:820px;box-shadow:var(--shadow);padding:clamp(1.4rem,5vw,3rem)}.intake-proof__panel h1{font-size:clamp(2rem,5vw,3.7rem)}.intake-proof__panel dl{grid-template-columns:repeat(2,1fr);gap:.7rem;margin:2rem 0;display:grid}.intake-proof__panel dl div{border-radius:var(--radius-md);background:var(--soft);padding:1rem}.intake-proof__panel dt{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.intake-proof__panel dd{color:var(--navy);margin:.25rem 0 0;font-weight:850}.intake-proof__note{border-left:4px solid var(--accent);background:var(--accent-soft);color:var(--ink);padding:1rem;font-size:.84rem}.site-footer{color:#d8e3ef;background:#041225;padding:4rem 0 1.5rem}.footer-grid{grid-template-columns:1.4fr .7fr .9fr;gap:3rem;display:grid}.brand--footer strong{color:#fff}.brand--footer small{color:#9fb0c3}.footer-grid>div:first-child p{color:#9fb0c3;max-width:420px;margin:1.2rem 0 0;font-size:.85rem}.footer-grid h2{color:#fff;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.9rem;font-size:.78rem}.footer-grid>div:not(:first-child){flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.footer-grid>div:not(:first-child) a{color:#c4d1df;align-items:center;min-height:44px;font-size:.84rem;text-decoration:none;display:inline-flex}.footer-grid a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;gap:2rem;margin-top:3rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:#8498ae;margin:0;font-size:.72rem}.poc-index{background:var(--soft);place-items:center;min-height:100vh;padding:1rem;display:grid}.poc-index__card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);width:min(720px,100%);box-shadow:var(--shadow);padding:2rem}.poc-index__card h1{font-size:clamp(2rem,7vw,3.7rem)}.poc-index__card ul{gap:.75rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.poc-index__card li{border-radius:var(--radius-md);background:var(--soft);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.poc-index__card li a{color:var(--navy);font-weight:850}.poc-index__card li span{color:var(--muted);text-align:right;font-size:.75rem}@media (max-width:1100px){.desktop-nav,.header-cta{display:none}.mobile-nav{display:block}.pricing-grid,.faq-layout,.guide-layout{grid-template-columns:1fr}.guide-card{position:static}}@media (max-width:680px){.container{width:min(100% - 1.25rem,1160px)}.site-header__inner{min-height:68px}.brand__mark{width:34px;height:34px}.brand strong{max-width:195px;font-size:.84rem}.brand small{font-size:.62rem}.hero-actions .button{width:100%}.pricing-card{min-height:0}.final-cta__inner{flex-direction:column;align-items:stretch}.final-cta__inner .button{width:100%}.page-hero{padding:3.7rem 0}.intake-proof__panel dl{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.7rem}.poc-index__card li{flex-direction:column;align-items:flex-start}.poc-index__card li span{text-align:left}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.notice-types-section{background:#fff}.notice-types-layout{grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);align-items:start;gap:clamp(2.5rem,7vw,7rem);display:grid}.notice-types-intro{position:sticky;top:128px}.notice-types-intro h2{margin-bottom:.9rem}.notice-types-intro>p:not(.eyebrow){font-size:.96rem}.notice-types-intro>.button{margin-top:1rem}.notice-types-photo{border-radius:var(--radius-lg);background:var(--navy);min-height:260px;margin:1.6rem 0 .5rem;position:relative;overflow:hidden;box-shadow:0 18px 45px #071a3321}.notice-types-photo:after{content:"";background:linear-gradient(#0000 38%,#041225e0);position:absolute;inset:0}.notice-types-photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.notice-types-photo figcaption{z-index:1;color:#fff;font-size:.76rem;font-weight:800;position:absolute;bottom:.9rem;left:1rem;right:1rem}.notice-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.notice-type-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,#f8fafc);min-height:190px;padding:1.2rem;box-shadow:0 10px 28px #071a330b}.notice-type-card__top{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.notice-type-card__top span{color:var(--accent-ink);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:900}.notice-type-card__top b{color:var(--navy);font-size:.78rem}.notice-type-card h3{margin:1.55rem 0 .5rem;font-size:1.08rem}.notice-type-card p{margin:0;font-size:.8rem;line-height:1.55}.resource-card{padding:0;overflow:hidden}.resource-card>img{object-fit:cover;width:100%;height:158px;transition:transform .25s}.resource-card:hover>img{transform:scale(1.025)}.resource-card__body{flex-direction:column;flex:1;padding:1.2rem;display:flex}.resource-card__body>span{color:var(--accent-ink);letter-spacing:.11em;text-transform:uppercase;font-size:.67rem;font-weight:900}.resource-card__body b{color:var(--navy);align-items:center;gap:.4rem;margin-top:auto;font-size:.78rem;display:inline-flex}.page-hero__inner--photo{grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);align-items:center;gap:clamp(2.5rem,7vw,7rem);max-width:1160px;display:grid}.page-hero__photo{border-radius:var(--radius-lg);background:#061426;border:1px solid #ffffff2e;min-height:360px;margin:0;position:relative;overflow:hidden;box-shadow:0 26px 70px #0000004d}.page-hero__photo:after{content:"";background:linear-gradient(#0000 50%,#04122580);position:absolute;inset:0}.page-hero__photo img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.guide-step{border-bottom:1px solid var(--line);margin-bottom:1.6rem;padding:0 0 1.2rem}.guide-step:last-child{border-bottom:0}.guide-step h2{font-size:1.45rem}.popla-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);align-items:start;gap:clamp(2.5rem,7vw,7rem);display:grid}.popla-layout>div>h2{max-width:700px}.popla-checks{gap:.75rem;margin-top:2rem;display:grid}.popla-checks article{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;grid-template-columns:44px 1fr;column-gap:1rem;padding:1.1rem;display:grid}.popla-checks article>span{border-radius:var(--radius-md);background:var(--accent-soft);width:40px;height:40px;color:var(--accent-ink);grid-row:1/3;place-items:center;font-size:.7rem;font-weight:900;display:grid}.popla-checks h3{margin:.05rem 0 .25rem;font-size:1.04rem}.popla-checks p{margin:0;font-size:.82rem}.popla-service-card{position:sticky;top:128px}.popla-price{color:var(--navy);letter-spacing:-.055em;margin:.3rem 0 .9rem;font-size:2.9rem;line-height:1;display:block}.evidence-inline{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.evidence-inline span{border:1px solid var(--line);border-radius:var(--radius-lg);min-height:96px;color:var(--ink);background:#fff;align-items:center;padding:1rem;font-size:.8rem;font-weight:750;display:flex}@media (max-width:980px){.notice-types-layout,.page-hero__inner--photo,.popla-layout{grid-template-columns:1fr}.notice-types-intro,.popla-service-card{position:static}.notice-types-intro{max-width:760px}.notice-types-photo{min-height:340px}.page-hero__photo{min-height:410px}.evidence-inline{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.notice-type-grid,.evidence-inline{grid-template-columns:1fr}.notice-types-photo,.page-hero__photo{min-height:300px}.notice-type-card{min-height:0}.resource-card>img{height:190px}.popla-checks article{grid-template-columns:40px 1fr;padding:.95rem}}.provider-bar{color:#b8c7d8;background:#041225}.provider-bar__inner{letter-spacing:.02em;justify-content:space-between;align-items:center;gap:1rem;min-height:31px;font-size:.68rem;font-weight:700;display:flex}.provider-bar a{color:#fff;font-weight:850;text-decoration:none}.provider-bar a:hover{color:var(--accent);text-underline-offset:.2rem;text-decoration:underline}.site-header__inner{min-height:72px}.brand strong{max-width:260px}.button--outline{border:1px solid var(--line);background:var(--paper);color:var(--navy);box-shadow:0 8px 25px #071a3314}.button--outline:hover{border-color:var(--accent);background:var(--accent-soft)}.text-link{align-items:center;gap:.4rem;min-height:44px;display:inline-flex}.text-link svg{width:19px;height:19px;transition:transform .18s}.text-link:hover svg{transform:translate(3px)}.journey-section{background:#f4f7fa}.journey-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.journey-intro{position:sticky;top:135px}.journey-intro h2{margin-bottom:1rem}.journey-intro>p:not(.eyebrow){font-size:1rem}.journey-list{counter-reset:journey;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.journey-list li{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;grid-template-columns:72px 1fr;gap:1.35rem;padding:1.55rem;display:grid;box-shadow:0 12px 32px #071a330b}.journey-list li>span{border-radius:var(--radius-lg);background:var(--accent);width:58px;height:58px;color:var(--navy);place-items:center;font-size:.88rem;font-weight:950;display:grid}.journey-list h3{margin:.2rem 0 .45rem;font-size:1.35rem}.journey-list p{margin:0;font-size:.9rem}.evidence-section p:not(.eyebrow){color:#aebfd1}.guides-section{background:#fff}.section-heading--row{text-align:left;justify-content:space-between;align-items:end;gap:2rem;max-width:none;display:flex}.section-heading--row h2{margin-bottom:0}.guide-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.resource-card{border:1px solid var(--line);border-radius:var(--radius-lg);min-width:0;min-height:285px;color:inherit;background:linear-gradient(145deg,#fff,#f8fafc);flex-direction:column;padding:1.4rem;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;overflow:hidden}.resource-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 20px 45px #071a331a}.resource-card>span{color:var(--accent-ink);letter-spacing:.11em;text-transform:uppercase;font-size:.67rem;font-weight:900}.resource-card h3{margin:3.2rem 0 .65rem;font-size:1.35rem}.resource-card p{margin-bottom:1.5rem;font-size:.86rem}.resource-card b{color:var(--navy);align-items:center;gap:.4rem;margin-top:auto;font-size:.78rem;display:inline-flex}.resource-card svg{width:18px;height:18px}.faq-section{background:#f4f7fab8}.faq-section .section-heading{position:sticky;top:8.5rem}.faq-list details{box-shadow:0 8px 24px #071a3309}.faq-list summary{min-height:68px}.answer-lead{border-left:4px solid var(--accent);background:var(--accent-soft);color:var(--ink);padding:1.3rem;font-size:1.04rem}.guide-card>small{color:var(--muted);text-align:center;margin-top:.75rem;font-size:.7rem;display:block}.footer-provider{color:#b9c8d7;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.7rem;padding:0;font-size:.78rem;display:flex}.footer-provider>div:first-child{gap:.15rem;display:grid}.footer-provider strong{color:#fff}.footer-provider--inline{border-top:1px solid #ffffff1a;justify-content:stretch;align-items:start;gap:.85rem;margin-top:1.5rem;padding-top:1.25rem;display:grid}.footer-provider--inline .footer-registration{gap:.35rem;display:grid}.footer-registration{flex-wrap:wrap;gap:.4rem 1.6rem;margin:0;display:flex}.footer-registration div{align-items:baseline;gap:.4rem;display:flex}.footer-registration dt{color:#93a5b8}.footer-registration dd{color:#fff;font-variant-numeric:tabular-nums;margin:0;font-weight:700}.footer-bottom{justify-content:flex-start;margin-top:1rem}@media (max-width:980px){.guide-grid{grid-template-columns:1fr}.resource-card{min-height:240px}.journey-layout{grid-template-columns:1fr}.journey-intro{position:static}.price-panel .button{grid-column:1/-1}}@media (max-width:680px){.provider-bar__inner{text-align:center;justify-content:center;min-height:34px}.provider-bar__inner span:last-child{display:none}.brand strong{max-width:210px}.resource-card{min-height:0}.resource-card h3{margin-top:0}.journey-list li{grid-template-columns:48px 1fr;gap:1rem;padding:1rem}.journey-list li>span{border-radius:var(--radius-md);width:44px;height:44px}.section-heading--row{display:block}.section-heading--row .text-link{margin-top:1rem}.price-panel .button{grid-column:auto;width:100%}.footer-provider{flex-direction:column;align-items:flex-start}}body{font-size:16px;line-height:1.7}h1,.page-hero h1,.intake-proof__panel h1{letter-spacing:-.025em;text-wrap:balance;font-size:clamp(30px,6.4vw,48px);font-weight:700;line-height:1.15}h2,.guide-card h2{letter-spacing:-.025em;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.2}h3,.journey-list h3,.resource-card h3{letter-spacing:-.015em;font-size:21px;font-weight:600;line-height:1.3}.page-hero .microsite-hero__copy>p:not(.eyebrow){font-size:17px;line-height:1.7}.button{font-size:14px;font-weight:700;line-height:1.2}.desktop-nav a{font-size:16px;font-weight:600}.workspace-feature__copy>p:not(.eyebrow){font-size:1.02rem}.about-preview__copy>p:not(.eyebrow){font-size:1rem}.about-preview__copy .button{margin-top:.7rem}.about-hero{background:var(--navy);align-items:end;min-height:610px;display:grid;position:relative;overflow:hidden}.about-hero>img,.about-hero__overlay{width:100%;height:100%;position:absolute;inset:0}.about-hero>img{object-fit:cover;object-position:center 58%}.about-hero__overlay{background:linear-gradient(90deg,#041225f0 0%,#041225b8 48%,#0412252e 100%),linear-gradient(#0000 48%,#041225c7)}.about-hero__content{z-index:1;padding-bottom:clamp(3.5rem,8vw,6.5rem);position:relative}.about-hero h1{color:#fff;max-width:760px;margin-bottom:1rem}.about-hero__content>p:not(.eyebrow){color:#d1ddea;max-width:680px;margin:0;font-size:17px}.about-story__grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.about-story__copy p:not(.eyebrow),.about-provider p:not(.eyebrow),.about-company p:not(.eyebrow){font-size:1rem}.editorial-photo{border-radius:var(--radius-lg);background:var(--soft);margin:0;overflow:hidden;box-shadow:0 20px 55px #071a3321}.editorial-photo img{object-fit:cover;width:100%;height:100%;display:block}.editorial-photo figcaption{color:var(--muted);background:#fff;padding:.85rem 1rem;font-size:.72rem;font-weight:700}.editorial-photo--wide img{aspect-ratio:16/10}.about-provider__grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(3rem,9vw,9rem);display:grid}.editorial-photo--portrait{max-height:680px}.editorial-photo--portrait img{aspect-ratio:3/4;object-position:center 38%}.about-checklist{gap:.65rem;margin:1.6rem 0 2rem;padding:0;list-style:none;display:grid}.about-checklist li{color:var(--ink);padding-left:2rem;font-weight:650;position:relative}.about-checklist li:before{background:var(--accent);width:22px;height:22px;color:var(--navy);content:"✓";border-radius:50%;place-items:center;font-size:.7rem;font-weight:950;display:grid;position:absolute;left:0}.about-company__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.about-company .editorial-photo img{aspect-ratio:4/3}@media (max-width:980px){.about-story__grid,.about-provider__grid,.about-company__grid{grid-template-columns:1fr}.about-provider .editorial-photo--portrait{width:min(520px,100%);margin-inline:auto}}@media (max-width:680px){.about-hero{min-height:570px}.about-hero__overlay{background:linear-gradient(#0412253d 0%,#041225a6 36%,#041225f5 100%)}.about-hero__content{padding-bottom:3.2rem}.editorial-photo{border-radius:var(--radius-lg)}}.resource-card{padding:0}.resource-card__body h3{margin:1.2rem 0 .55rem}.resource-card__body p{margin-bottom:1.2rem}@media (max-width:680px){.resource-card__body h3{margin-top:1.2rem}}.reference-home{background:0 0}.reference-home .section{padding-block:clamp(4.3rem,7vw,6.4rem)}.kc-hero{background:var(--navy);align-items:stretch;min-height:610px;display:grid;position:relative;overflow:hidden}.kc-hero__background,.kc-hero__overlay{width:100%;height:100%;position:absolute;inset:0}.kc-hero__background{object-fit:cover;object-position:center 55%}.kc-hero__overlay{background:linear-gradient(90deg,#041225f5 0%,#041225de 49%,#0412258c 73%,#0412257a 100%)}.home-dark-hero{isolation:isolate;min-height:700px;position:relative}.home-dark-hero .kc-hero__background{object-position:center 48%}.home-dark-hero__scrim,.home-dark-hero__effects,.home-dark-hero__grid{pointer-events:none;position:absolute;inset:0}.home-dark-hero__scrim{z-index:0;background:linear-gradient(90deg,#031022fa 0%,#031022e8 48%,#031022a3 75%,#0310228a 100%),linear-gradient(#03102214,#03102280)}.home-dark-hero__effects{z-index:0;overflow:hidden}.home-dark-hero__glow{filter:blur(110px);mix-blend-mode:screen;opacity:.34;border-radius:50%;display:block;position:absolute}.home-dark-hero__glow--primary{background:#4958d670;width:min(1200px,92vw);height:760px;top:-48%;left:50%;transform:translate(-50%)}.home-dark-hero__glow--accent{background:color-mix(in srgb, var(--accent) 42%, transparent);opacity:.42;width:560px;height:560px;bottom:-38%;right:-12%}.home-dark-hero__grid{background-image:linear-gradient(90deg,#ffffff12 1px,#0000 1px),linear-gradient(#ffffff12 1px,#0000 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(at 52% 45%,#000 0%,#0000 78%);mask-image:radial-gradient(at 52% 45%,#000 0%,#0000 78%)}.home-dark-hero__content{z-index:1;align-items:center;min-height:700px;padding-block:clamp(2.75rem,4vw,3.75rem);display:grid;position:relative}.home-dark-hero .kc-hero__copy{max-width:780px;padding:0}.home-dark-hero .kc-hero__copy h1{max-width:none;font-size:clamp(2.65rem,4.35vw,3.75rem)}.home-dark-hero .kc-hero__trustline{color:#e8eef5;width:fit-content;max-width:100%;margin-top:1.25rem;font-size:.82rem;font-weight:750;line-height:1.55}.home-dark-hero .kc-hero__trustline a{color:#fff;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:.22rem;font-weight:900;text-decoration-thickness:2px}.home-dark-hero .kc-hero__trustline a:hover{color:var(--accent)}.home-dark-hero .hero-quick-answer{background:#fff3c7f5;margin-top:1rem;padding:1rem 1.15rem;box-shadow:0 20px 55px #0003}.home-dark-hero .hero-quick-answer p{font-size:.84rem!important;line-height:1.5!important}.home-dark-hero .hero-quick-answer .text-link{margin-top:.55rem}.microsite-hero,.microsite-hero__content{min-height:700px}.kc-hero__grid{z-index:1;grid-template-columns:minmax(0,.95fr) minmax(400px,.65fr);align-items:center;gap:clamp(2rem,6vw,6rem);padding-block:3rem;display:grid;position:relative}.kc-hero__copy{align-self:center;padding:2rem 0 4.5rem}.kc-hero__copy h1{color:#fff;max-width:720px;margin-bottom:1.2rem}.kc-hero__copy>p:not(.eyebrow){color:#d5e0eb;max-width:660px;font-size:17px}.kc-hero__price{color:#fff;background:0 0;border:0;align-items:center;gap:.75rem;width:fit-content;margin-top:1.2rem;padding:0;display:flex}.kc-hero__price strong{color:var(--accent);font-variant-numeric:tabular-nums;font-size:1.35rem}.kc-hero__price span{color:#dbe5ef;max-width:280px;font-size:.75rem;font-weight:750;line-height:1.35}.kc-typewriter span{max-width:100%;display:inline-block}.kc-typewriter--dark{border-left:3px solid var(--accent);background:var(--soft);width:fit-content;max-width:100%;color:var(--navy);margin:1.4rem 0;padding:.7rem .85rem;font-size:.78rem;font-weight:850;line-height:1.45}.kc-hero__actions,.kc-inline-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.7rem;display:flex}.button--ghost{color:#fff;box-shadow:none;background:#ffffff14;border:1px solid #ffffff7a}.button--ghost:hover{background:#ffffff29}.cloudflare-appeal-widget{border-radius:var(--radius-md);background:#fff;border:1px solid #ffffff6b;align-self:center;width:100%;scroll-margin-top:7rem;overflow:hidden;box-shadow:0 26px 70px #00000052}.cloudflare-appeal-widget iframe{background:#f5f1ea;border:0;width:100%;height:min(820px,100dvh - 140px);display:block}.cloudflare-appeal-widget>p{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin:0;padding:.65rem 1rem;font-size:.68rem}.cloudflare-appeal-widget>p a{color:var(--accent-ink);font-weight:850}.kc-proof{background:#fff}.kc-proof__grid{grid-template-columns:repeat(3,1fr);display:grid}.kc-proof__grid>div{text-align:center;justify-content:center;align-items:center;gap:.65rem;min-height:98px;padding:1rem;display:flex}.kc-proof__grid>div:first-child{border-left:0}.kc-proof__grid strong{color:var(--navy);font-size:1.22rem}.kc-proof__grid span{color:var(--muted);font-size:.75rem;font-weight:750}.kc-section-heading{max-width:780px;margin-bottom:2.2rem}.kc-section-heading h2{margin-bottom:.85rem}.kc-section-heading>p:last-child{margin-bottom:0}.kc-section-heading--center{text-align:center;margin-inline:auto}.kc-services{background:#fff}.kc-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.kc-home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;display:grid}.kc-home-service{border-radius:var(--radius-md);background:var(--soft);border:0;flex-direction:column;min-height:100%;padding:clamp(1.35rem,3vw,2rem);display:flex;box-shadow:0 12px 32px #071a330f}.kc-home-service:nth-child(2),.kc-home-service:nth-child(3){background:color-mix(in srgb, var(--accent-soft) 48%, #fff)}.kc-home-service__heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.kc-home-service__heading span{color:var(--accent-ink);letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:900}.kc-home-service__heading h3{margin:.45rem 0 0;font-size:clamp(1.2rem,2vw,1.6rem)}.kc-home-service__heading>strong{color:var(--navy);font-variant-numeric:tabular-nums;flex:none;font-size:1.35rem}.kc-home-service>p{color:var(--muted);margin-bottom:1rem;font-size:.86rem}.kc-home-service h4{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .65rem;font-size:.76rem}.kc-home-service ul{gap:.55rem;margin:0 0 1.35rem;padding:0;list-style:none;display:grid}.kc-home-service li{color:var(--ink);padding-left:1.25rem;font-size:.78rem;line-height:1.5;position:relative}.kc-home-service li:before{color:var(--accent-ink);content:"✓";font-weight:950;position:absolute;left:0}.kc-home-service .text-link{margin-top:auto}.kc-stage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:1.35rem;display:grid}.kc-stage-grid article{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--line));border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent-soft) 45%, #fff);grid-template-columns:minmax(0,1fr) auto;gap:.45rem .75rem;padding:1rem;display:grid}.kc-stage-grid span{color:var(--navy);font-size:.78rem;font-weight:900}.kc-stage-grid strong{color:var(--accent-ink);font-variant-numeric:tabular-nums;font-size:1rem}.kc-stage-grid p{color:var(--muted);grid-column:1/-1;margin:0;font-size:.72rem;line-height:1.5}.kc-service-card{border:1px solid var(--line);border-radius:var(--radius-md);color:inherit;background:#fff;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 8px 24px #071a330e}.kc-service-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 16px 35px #071a331f}.kc-service-card>img{object-fit:cover;width:100%;height:170px}.kc-service-card>div{flex-direction:column;min-height:235px;padding:1.05rem;display:flex}.kc-service-card span{color:var(--accent-ink);letter-spacing:.09em;text-transform:uppercase;font-size:.63rem;font-weight:900}.kc-service-card h3{margin:.65rem 0 .5rem;font-size:1.12rem}.kc-service-card p{margin-bottom:1rem;font-size:.8rem;line-height:1.55}.kc-service-card b{color:var(--navy);align-items:center;gap:.35rem;margin-top:auto;font-size:.74rem;display:inline-flex}.kc-service-card svg{width:17px;height:17px}.kc-two-col{background:var(--paper)}.kc-why,.kc-reviews,.reference-home .guides-section{background:var(--soft)}.kc-deliverable,.kc-process,.kc-map-section,.kc-about-final{background:var(--paper)}.kc-two-col__grid{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.kc-two-col__grid--reverse{grid-template-columns:minmax(340px,.9fr) minmax(0,1fr)}.kc-two-col h2{margin-bottom:1.25rem}.kc-side-photo{border-radius:var(--radius-sm);background:var(--navy);min-height:540px;margin:0;overflow:hidden;box-shadow:0 20px 50px #071a3326}.kc-side-photo img{object-fit:cover;width:100%;height:100%;min-height:540px;display:block}.kc-image-placeholder{border-radius:var(--radius-sm);background:linear-gradient(135deg, color-mix(in srgb, var(--accent-soft) 78%, #fff), #fff 65%);min-height:520px;box-shadow:none;border:0;flex-direction:column;margin:0;padding:.75rem;display:flex}.kc-image-placeholder__frame{border:1px dashed color-mix(in srgb, var(--accent-ink) 55%, var(--line));border-radius:calc(var(--radius-sm) - 4px);text-align:center;align-content:center;justify-items:center;min-height:460px;padding:clamp(1.5rem,5vw,3.5rem);display:grid}.kc-image-placeholder__frame:before{border:2px solid var(--accent-ink);background:linear-gradient(145deg, transparent 45%, var(--accent) 46% 58%, transparent 59%), radial-gradient(circle at 72% 28%, var(--accent-ink) 0 5px, transparent 6px);content:"";border-radius:6px;width:68px;height:52px;margin-bottom:1.2rem;display:block}.kc-image-placeholder__frame span{color:var(--accent-ink);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.65rem;font-size:.62rem;font-weight:950}.kc-image-placeholder__frame strong{max-width:420px;color:var(--navy);font-size:clamp(1.15rem,2vw,1.65rem);line-height:1.25}.kc-image-placeholder__frame p{max-width:440px;color:var(--muted);margin:.8rem 0 0;font-size:.8rem}.kc-image-placeholder figcaption{color:var(--muted);text-align:center;padding:.65rem .25rem .05rem;font-size:.65rem;font-weight:750}.kc-image-placeholder--document{background:#dce4ec}.kc-image-placeholder--document .kc-image-placeholder__frame{background:#fff;border:0;border-radius:3px;place-self:center;width:min(78%,430px);min-height:500px;box-shadow:0 18px 45px #071a3333}.kc-feature-list{gap:1.15rem;display:grid}.kc-feature-list article{border-left:3px solid var(--accent);padding-left:1.2rem}.kc-feature-list article>span{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--accent-ink);background:#fff;place-items:center;margin-bottom:.45rem;font-size:.65rem;font-weight:900;display:inline-grid}.kc-feature-list h3{margin-bottom:.3rem;font-size:1.02rem}.kc-feature-list p{margin:0;font-size:.84rem}.kc-process{border-top:0}.kc-steps{gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.kc-steps li{border-bottom:1px solid var(--line);grid-template-columns:52px 1fr;gap:1rem;padding-bottom:1rem;display:grid}.kc-steps li:last-child{border-bottom:0}.kc-steps>li>span{color:var(--accent-ink);font-size:1rem;font-weight:900}.kc-steps h3{margin:0 0 .3rem;font-size:1.03rem}.kc-steps p{margin:0;font-size:.82rem}.reference-home .pricing-section{background:var(--soft)}.reference-home .pricing-card{border-radius:var(--radius-md);min-height:260px}.reference-home .pricing-card.is-primary{box-shadow:0 15px 40px color-mix(in srgb, var(--accent) 22%, transparent);transform:none}.kc-three-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.kc-three-grid figure{border-radius:var(--radius-sm);background:var(--navy);color:#fff;flex-direction:column;min-height:270px;margin:0;padding:1.35rem;display:flex}.kc-three-grid figure>span{color:var(--accent);letter-spacing:.12em}.kc-three-grid blockquote{margin:1.1rem 0 1.4rem}.kc-three-grid blockquote p{color:#d6e0ea;font-size:.85rem}.kc-three-grid figcaption{align-items:baseline;gap:.45rem;margin-top:auto;display:flex}.kc-three-grid figcaption strong{font-size:.8rem}.kc-three-grid figcaption small{color:#9fb0c3}.kc-map-grid{grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.kc-map-grid h2{margin-bottom:1rem}.kc-region-tags{flex-wrap:wrap;gap:.45rem;margin:1.35rem 0 1.6rem;display:flex}.kc-region-tags span{border:1px solid color-mix(in srgb, var(--accent) 50%, var(--line));color:var(--ink);background:#fff;border-radius:999px;padding:.35rem .58rem;font-size:.68rem;font-weight:750}.kc-location-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1.4rem 0 1.65rem;display:grid}.kc-location-categories>div{border-left:3px solid var(--accent);background:color-mix(in srgb, var(--soft) 72%, #fff);padding:.72rem .8rem}.kc-location-categories strong,.kc-location-categories span{display:block}.kc-location-categories strong{color:var(--navy);margin-bottom:.18rem;font-size:.76rem}.kc-location-categories span{color:var(--muted);font-size:.68rem;line-height:1.45}.kc-map{border-radius:var(--radius-sm);background-color:#dbe6ee;background-image:linear-gradient(#ffffff47 1px,#0000 1px),linear-gradient(90deg,#ffffff47 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:0;min-height:520px;position:relative;overflow:hidden;box-shadow:0 18px 45px #071a331f}.kc-map>svg{width:100%;height:520px;padding:1.4rem 1.4rem 3.4rem;display:block}.kc-map__gb{fill:#fff;stroke:var(--navy);stroke-width:5px}.kc-map__ireland{fill:#c7d4df;stroke:#8397aa;stroke-width:3px}.kc-map__links path{fill:none;stroke:color-mix(in srgb, var(--accent) 65%, transparent);stroke-dasharray:8 10;stroke-linecap:round;stroke-width:3px}.kc-map__pins circle{fill:var(--navy);stroke:#fff;stroke-width:3px}.kc-map__pins .is-base{fill:var(--accent);stroke:var(--navy);stroke-width:4px}.kc-map__pins .is-ring{fill:none;stroke:var(--accent);stroke-width:3px;opacity:.35}.kc-map__labels text{fill:var(--navy);paint-order:stroke;stroke:#eef4f8;stroke-width:5px;font-size:14px;font-weight:800}.kc-map>span{border-radius:var(--radius-sm);color:#fff;text-align:center;background:#041225e6;padding:.72rem .85rem;font-size:.72rem;font-weight:800;position:absolute;bottom:.9rem;left:.9rem;right:.9rem}.kc-about-final{background:#fff}.kc-client-themes{background:var(--accent-soft)}.kc-client-list{gap:.7rem;margin:1.3rem 0 1.8rem;padding:0;list-style:none;display:grid}.kc-client-list li{color:var(--ink);padding-left:1.55rem;font-size:.86rem;font-weight:700;position:relative}.kc-client-list li:before{color:var(--accent-ink);content:"✓";font-weight:950;position:absolute;left:0}@media (max-width:1100px){.kc-hero{min-height:auto}.home-dark-hero__content{min-height:640px}.kc-hero__grid,.kc-two-col__grid,.kc-two-col__grid--reverse,.kc-map-grid{grid-template-columns:1fr}.kc-hero__copy{padding-bottom:1rem}.cloudflare-appeal-widget{justify-self:center;width:min(560px,100%)}.kc-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kc-stage-grid{grid-template-columns:1fr}.kc-side-photo,.kc-side-photo img,.kc-image-placeholder{min-height:460px}.kc-three-grid{grid-template-columns:1fr}.kc-three-grid figure{min-height:220px}}@media (max-width:680px){.home-dark-hero__content{min-height:auto;padding-block:3rem}.home-dark-hero .kc-hero__copy{padding:0;display:block}.home-dark-hero .kc-hero__copy h1{font-size:clamp(2.4rem,12vw,3.25rem)}.home-dark-hero .kc-hero__background{object-position:62% center}.home-dark-hero__scrim{background:linear-gradient(90deg,#031022f7,#031022d6)}.home-dark-hero__grid{background-size:32px 32px}.kc-hero__grid{padding-top:2.6rem}.kc-hero__copy{flex-direction:column;padding-bottom:.8rem;display:flex}.kc-hero__copy .eyebrow{order:1}.kc-hero__copy h1{order:2}.kc-hero__copy>p:not(.eyebrow):not(.kc-hero__reassurance){order:3}.kc-hero__price{order:4}.kc-hero__actions{order:5}.kc-hero__reassurance{order:6}.kc-hero__actions,.kc-inline-actions{flex-direction:column;align-items:stretch}.kc-hero__actions .button,.kc-inline-actions .button{width:100%}.cloudflare-appeal-widget iframe{height:clamp(560px,76dvh,660px)}.kc-proof__grid{grid-template-columns:1fr}.kc-proof__grid>div,.kc-proof__grid>div:first-child{border-bottom:0;border-left:0;border-right:0;min-height:75px}.kc-service-grid,.kc-home-service-grid{grid-template-columns:1fr}.kc-hero__price{flex-direction:column;align-items:flex-start;width:100%}.kc-service-card>img{height:210px}.kc-service-card>div{min-height:0}.kc-side-photo,.kc-side-photo img,.kc-image-placeholder{min-height:360px}.kc-image-placeholder__frame,.kc-image-placeholder--document .kc-image-placeholder__frame{width:100%;min-height:330px}.kc-map{min-height:420px}.kc-map>svg{height:420px;padding-inline:.25rem}}@media (min-width:981px) and (prefers-reduced-motion:no-preference){.kc-typewriter span{clip-path:inset(0 100% 0 0);animation:1.2s steps(28,end) both kc-typewriter-reveal}.kc-typewriter--dark span{animation-delay:.35s;animation-timeline:view();animation-range:entry 20% cover 42%}}@keyframes kc-typewriter-reveal{to{clip-path:inset(0)}}.kc-hero__urgency{background:var(--accent);color:#111a23;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin:0 0 1.05rem;padding:.42rem .8rem;font-size:.74rem;font-weight:900;display:inline-flex}.stakes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.stakes-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--paper);flex-direction:column;padding:1.5rem 1.6rem;display:flex}.stakes-card h3{margin-bottom:1rem;font-size:1.14rem}.stakes-card ul{flex:1;gap:.65rem;margin:0 0 1.2rem;padding:0;list-style:none;display:grid}.stakes-card li{color:var(--muted);padding-left:1.55rem;font-size:.92rem;line-height:1.55;position:relative}.stakes-card--ignore{background:#fdf7f6;border-color:#e5cfcf}.stakes-card--ignore li:before{color:#a94435;content:"✕";font-size:.85rem;font-weight:900;position:absolute;top:.05rem;left:0}.stakes-card--act{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));background:var(--accent-soft)}.stakes-card--act li{color:var(--ink)}.stakes-card--act li:before{color:var(--accent-ink);content:"✓";font-size:.9rem;font-weight:900;position:absolute;top:.05rem;left:0}.stakes-card--act .button{align-self:flex-start}.guide-toc{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--soft);margin-bottom:2.2rem;padding:1.2rem 1.4rem}.guide-toc .eyebrow{margin-bottom:.5rem}.guide-toc ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.guide-toc a{color:var(--navy);padding:.15rem 0;font-size:.88rem;font-weight:750;text-decoration:none;display:inline-block}.guide-toc a:hover{color:var(--accent-ink);text-underline-offset:.25rem;text-decoration:underline}.guide-content .guide-step[id]{scroll-margin-top:8.5rem}@media (max-width:680px){.guide-toc ol{grid-template-columns:1fr}}.article-cta{border:1px solid color-mix(in srgb, var(--accent) 55%, var(--line));border-radius:var(--radius-lg);background:var(--accent-soft);margin:2.4rem 0;padding:1.5rem 1.6rem}.article-cta h3{margin-bottom:.5rem;font-size:1.22rem}.article-cta p:not(.eyebrow){margin-bottom:1.1rem;font-size:.95rem}.kc-hero__reassurance{border-left:3px solid var(--accent);color:#e8eef5;background:#ffffff17;width:fit-content;max-width:640px;margin:1.1rem 0 0;padding:.55rem .85rem;font-size:.82rem;font-weight:700;line-height:1.5}.kc-doc-router{background:var(--soft)}.kc-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;display:grid}.kc-doc-card{border:1px solid color-mix(in srgb, var(--line) 72%, transparent);background:#fff;border-radius:11px;flex-direction:column;min-width:0;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 7px 20px #071a330e}.kc-doc-card:hover{border-color:color-mix(in srgb, var(--accent) 55%, var(--line));box-shadow:var(--shadow);transform:translateY(-3px)}.kc-doc-card__media{aspect-ratio:1.52;background:var(--line);overflow:hidden}.kc-doc-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.kc-doc-card:hover .kc-doc-card__media img{transform:scale(1.025)}.kc-doc-card__body{flex-direction:column;flex:1;padding:1.65rem 1.15rem 1.15rem;display:flex;position:relative}.kc-doc-card__icon{border:1px solid color-mix(in srgb, var(--accent) 18%, #fff);width:2.55rem;height:2.55rem;color:var(--accent-ink);background:color-mix(in srgb, var(--accent-soft) 72%, #fff);border-radius:7px;place-items:center;display:grid;position:absolute;top:-1.28rem;left:1.15rem;box-shadow:0 5px 14px #071a3314}.kc-doc-card__icon svg{width:1.18rem;height:1.18rem}.kc-doc-card h3{color:var(--accent-ink);margin:0 0 .55rem;font-size:clamp(1.05rem,1.55vw,1.3rem);line-height:1.2}.kc-doc-card p{color:var(--ink);flex:1;margin:0 0 1.15rem;font-size:.86rem;line-height:1.58}.kc-doc-card__go{color:var(--accent-ink);align-items:center;gap:.4rem;font-size:.78rem;font-weight:850;display:inline-flex}.kc-doc-card__go svg{width:15px;height:15px}.quick-answer{max-width:860px}.quick-answer-section{background:var(--accent-soft)}.quick-answer h2{margin-bottom:.9rem}.quick-answer>p:not(.eyebrow){max-width:720px;font-size:1.02rem}.quick-answer .button{margin-top:1.1rem}.quick-answer__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;margin-top:1.15rem;display:flex}.quick-answer__actions .button{margin-top:0}.widget-section{background:var(--soft)}.widget-section .kc-section-heading{max-width:640px;margin-inline:auto}.widget-section .cloudflare-appeal-widget{border-color:var(--line);max-width:620px;box-shadow:var(--shadow);margin-inline:auto}.stage-hero .kc-hero__copy h1{font-size:clamp(2.15rem,5.2vw,3.9rem)}.provider-bar__inner{min-height:48px}.provider-bar__disclosure{color:#b8c7d8}.provider-bar__actions{align-items:center;gap:.5rem;display:flex}.provider-bar__actions a{border:1px solid #ffffff57;justify-content:center;align-items:center;min-height:44px;padding:.55rem .9rem;text-decoration:none;display:inline-flex}.provider-bar__actions .provider-bar__whatsapp{color:#fff}.provider-bar__actions .provider-bar__start{border-color:var(--accent);background:var(--accent);color:var(--navy)}.provider-bar__actions .provider-bar__start:hover{color:var(--navy);background:#ffd269;text-decoration:none}.stage-editorial-hero{background:radial-gradient(circle at 80% 0, color-mix(in srgb, var(--accent) 20%, transparent), transparent 34%), var(--navy);padding-block:clamp(3.5rem,7vw,6.5rem)}.stage-editorial-hero__grid{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.stage-editorial-hero__copy{max-width:780px}.stage-editorial-hero__copy h1{color:#fff;letter-spacing:-.04em;max-width:none;margin:0 0 1.2rem;font-size:clamp(2.65rem,4.35vw,3.75rem);line-height:1.02}.stage-editorial-hero__copy>p:not(.eyebrow):not(.kc-hero__urgency):not(.kc-hero__reassurance){color:#c9d5e3;max-width:64ch;font-size:1.08rem;line-height:1.75}.stage-editorial-hero__copy .kc-hero__urgency{width:fit-content;margin:0 0 1rem}.stage-editorial-hero__copy .kc-hero__reassurance{border-left:3px solid var(--accent);max-width:64ch;color:var(--ink);padding:.75rem 0 .75rem 1rem}.stage-editorial-hero__copy .kc-hero__price{color:#fff}.stage-editorial-hero__copy .kc-hero__price strong{color:var(--accent)}.stage-editorial-hero__copy .kc-hero__price span{color:#c9d5e3}.stage-editorial-hero__copy .button--outline{color:#fff;box-shadow:none;background:0 0;border-color:#ffffff94}.stage-editorial-hero__copy .button--outline:hover,.stage-editorial-hero__copy .button--outline:focus-visible{border-color:var(--accent);color:#fff;background:#ffffff14}.hero-quick-answer{background:var(--accent-soft);max-width:680px;color:var(--ink);margin-top:1.5rem;padding:1.2rem 1.35rem}.hero-quick-answer h2{color:var(--navy);letter-spacing:-.02em;margin:0 0 .55rem;font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.25}.hero-quick-answer p{margin:0;color:var(--ink)!important;font-size:.92rem!important;line-height:1.62!important}.hero-quick-answer .text-link{margin-top:.8rem}.service-proposition{background:#f3f6f9b8;padding-block:clamp(3rem,5vw,4.5rem)}.service-proposition__heading{max-width:760px;margin-bottom:1.7rem}.service-proposition__heading h2{margin:.45rem 0 0;font-size:clamp(1.85rem,3.3vw,2.65rem)}.service-proposition-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.service-proposition-card{background:#fff;flex-direction:column;min-width:0;padding:clamp(1.35rem,2.5vw,1.8rem);display:flex;box-shadow:0 12px 34px #04122512}.service-proposition-card__topline{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.service-proposition-card__topline span{color:var(--accent-ink);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.service-proposition-card__topline strong{color:var(--navy);font-variant-numeric:tabular-nums;font-size:1.35rem}.service-proposition-card h3{margin:0 0 .45rem;font-size:clamp(1.25rem,2vw,1.65rem)}.service-proposition-card h4{color:var(--ink);margin:0 0 .8rem;font-size:.82rem;line-height:1.45}.service-proposition-card p{color:var(--muted);margin-bottom:1.1rem;font-size:.88rem;line-height:1.65}.service-proposition-card .text-link{margin-top:auto}.service-proposition--stage{padding-block:clamp(2.2rem,4vw,3.3rem)}.service-proposition--stage .service-proposition-card h3{font-size:clamp(1.12rem,1.7vw,1.4rem)}.notice-challenge-section{background:#fff2ca7a}.notice-challenge-layout{grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(2rem,7vw,7rem);display:grid}.notice-challenge-copy h2{color:var(--navy);letter-spacing:-.035em;margin:0 0 1rem;font-size:clamp(1.8rem,3.2vw,2.65rem);line-height:1.1}.notice-challenge-copy p{max-width:44ch;color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.notice-challenge-grid{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.notice-challenge-embedded .notice-challenge-grid{margin-top:1.5rem}.notice-challenge-embedded .notice-challenge-copy p{max-width:68ch}.notice-challenge-grid a{border-radius:var(--radius-md);min-width:0;min-height:0;color:var(--navy);background:#fff;border:1px solid #dce3ebcc;flex:0 auto;justify-content:flex-start;align-items:center;gap:1rem;padding:1rem 1.15rem;font-size:.86rem;font-weight:850;line-height:1.35;text-decoration:none;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex;box-shadow:0 8px 24px #0412250b}.notice-challenge-grid a:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 13px 30px #04122516}.notice-challenge-grid svg{flex:none;width:18px;height:18px}.stage-editorial-shell.home-editorial-shell{background:#ffffff61}.customer-reviews{background:#ffffff85}.customer-reviews__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.customer-review{background:#ffffffe0;flex-direction:column;min-width:0;margin:0;padding:clamp(1.4rem,2.5vw,2rem);display:flex;box-shadow:0 12px 34px #04122512}.customer-review blockquote{color:var(--ink);margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.customer-review figcaption{color:var(--muted);justify-content:space-between;align-items:baseline;gap:1rem;margin-top:auto;font-size:.78rem;display:flex}.customer-review figcaption strong{color:var(--navy)}.editorial-related-actions{flex-wrap:wrap;gap:1rem 1.5rem;margin-top:1.5rem;display:flex}.related-articles{background:#f3f6f9b8}.related-articles__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.related-article{border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;color:var(--ink);background:#fff;flex-direction:column;text-decoration:none;transition:transform .16s,box-shadow .16s;display:flex;overflow:hidden;box-shadow:0 12px 34px #0412250f}.related-article:hover{transform:translateY(-2px);box-shadow:0 18px 42px #0412251a}.related-article>img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.related-article>div{flex-direction:column;flex:1;padding:1.25rem;display:flex}.related-article span{color:var(--accent-ink);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.related-article h3{color:var(--navy);margin:.55rem 0 .65rem;font-size:1.18rem;line-height:1.3}.related-article p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1.15rem;font-size:.86rem;line-height:1.6;display:-webkit-box;overflow:hidden}.related-article b{color:var(--navy);align-items:center;gap:.4rem;margin-top:auto;font-size:.8rem;display:inline-flex}.related-article b svg{width:18px;height:18px}.related-articles__all{margin-top:1.5rem}.linkedin-strip{background:#315c9e;place-items:center;min-height:76px;padding:1rem 5vw;display:grid}.linkedin-strip a{color:#fff;text-align:center;justify-content:center;align-items:center;gap:.8rem;font-size:clamp(.95rem,1.7vw,1.15rem);font-weight:800;text-decoration:none;display:inline-flex}.linkedin-strip svg{fill:currentColor;flex:none;width:30px;height:30px}.pricing-section--home{background:#f3f6f9b8}.home-editorial-content{max-width:740px}.home-editorial-section>p,.home-editorial-section>ul,.home-editorial-section>ol{max-width:68ch}.editorial-inline-image{background:var(--soft);width:100%;margin:2.2rem 0 0}.editorial-inline-image>img{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.editorial-inline-image>figcaption{color:var(--muted);padding:.75rem 0 0;font-size:.75rem;line-height:1.5}.editorial-inline-image.kc-image-placeholder{padding:clamp(1rem,3vw,1.5rem)}.editorial-heading-list{gap:1.35rem;margin:1.8rem 0 0;padding-left:1.35rem;display:grid}.editorial-heading-list li{padding-left:.35rem}.editorial-heading-list li::marker{color:var(--accent-ink);font-weight:900}.editorial-heading-list h3{margin:0 0 .4rem}.editorial-heading-list p{margin:0}.editorial-heading-list--ordered{gap:1.6rem}.stage-editorial-hero__image{background:var(--soft);box-shadow:var(--shadow);margin:0;position:relative;overflow:hidden}.stage-editorial-hero__image img{aspect-ratio:4/3;object-fit:cover;width:100%;min-height:480px;display:block}.stage-editorial-hero__image figcaption{color:#fff;background:#041225e0;padding:.7rem .9rem;font-size:.78rem;font-weight:800;position:absolute;bottom:1rem;left:1rem;right:1rem}.stage-editorial-shell{border-top:1px solid var(--line);background:#ffffff75}.stage-editorial-layout{grid-template-columns:minmax(0,1.6fr) minmax(400px,1fr);align-items:start;gap:clamp(2rem,4vw,4.5rem);display:grid}.stage-editorial-content{min-width:0}.stage-editorial-section{border-bottom:1px solid var(--line);margin:0 0 clamp(3rem,6vw,5rem);padding:0 0 clamp(3rem,6vw,5rem);scroll-margin-top:9rem}.stage-editorial-section:last-child{border-bottom:0;margin-bottom:0}.stage-editorial-section h2{color:var(--navy);letter-spacing:-.035em;margin:.55rem 0 1rem;font-size:clamp(1.85rem,3.4vw,2.7rem);line-height:1.08}.stage-editorial-section h3{color:var(--navy);margin:0 0 .55rem;font-size:1.18rem;line-height:1.35}.stage-editorial-section p,.stage-editorial-section li{color:var(--muted);font-size:1rem;line-height:1.75}.stage-editorial-section ul{gap:.7rem;padding-left:1.25rem;display:grid}.stage-editorial-image{width:100%;margin:2.2rem 0 0}.stage-editorial-answers,.stage-editorial-comparison{gap:2rem;margin-top:2rem;display:grid}.stage-editorial-answers>section,.stage-editorial-comparison>section{border-left:3px solid var(--accent);padding-left:1.25rem}.stage-editorial-meta,.stage-editorial-number{letter-spacing:.08em;text-transform:uppercase;margin:0 0 .45rem;font-weight:900;display:block;color:var(--accent-ink)!important;font-size:.72rem!important}.stage-editorial-process{gap:1.6rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.stage-editorial-process li{grid-template-columns:46px minmax(0,1fr);align-items:start;gap:1rem;display:grid}.stage-editorial-process li>span{background:var(--accent);width:46px;height:46px;color:var(--navy);place-items:center;font-weight:900;display:grid}.stage-editorial-process h3,.stage-editorial-process p{margin-top:0}.stage-widget-rail{align-self:stretch;min-width:0}.stage-widget-rail__sticky{position:sticky;top:8.5rem}.stage-widget-rail__sticky>h2{color:var(--navy);margin:.45rem 0 .75rem;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.12}.stage-widget-rail__sticky>p:not(.eyebrow){margin-bottom:1.2rem;font-size:.92rem;line-height:1.6}.stage-widget-rail .cloudflare-appeal-widget{border-color:var(--line);box-shadow:0 18px 50px #04122521}.stage-widget-rail .cloudflare-appeal-widget iframe{height:min(760px,100dvh - 170px)}.stage-faq{border-top:1px solid var(--line)}.notice-type-grid--stage{grid-template-columns:repeat(3,minmax(0,1fr))}.popla-checks--stage{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.stage-next .kc-inline-actions{margin-top:0}.article-body>.guide-step>ul{color:var(--muted);margin:0 0 .5rem;padding-left:1.25rem}.article-body>.guide-step>ul li{margin-bottom:.45rem;font-size:.94rem;line-height:1.6}.article-body .answer-lead+.answer-lead{margin-top:-.6rem}@media (max-width:980px){.stage-editorial-hero__grid,.stage-editorial-layout{grid-template-columns:1fr}.stage-editorial-hero__copy{max-width:760px}.stage-editorial-hero__image img{min-height:380px}.stage-widget-rail{grid-row:1;align-self:start;width:min(620px,100%)}.stage-widget-rail__sticky{position:static}.stage-editorial-content{grid-row:2}.kc-doc-grid,.notice-type-grid--stage,.popla-checks--stage{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.service-proposition-grid,.customer-reviews__grid{grid-template-columns:1fr}}@media (max-width:680px){.provider-bar__disclosure{display:none}.provider-bar__actions{width:100%}.provider-bar__actions .provider-bar__whatsapp{flex:none}.provider-bar__actions .provider-bar__start{text-align:center;flex:auto;padding-inline:.65rem;font-size:.67rem}.hero-quick-answer{padding:1rem}.service-proposition{padding-block:2.5rem}.service-proposition-card{padding:1.25rem}.stage-editorial-hero__copy h1{font-size:clamp(2.25rem,12vw,3.2rem)}.stage-editorial-hero__image img{min-height:280px}.stage-editorial-layout{gap:3.5rem}.stage-widget-rail .cloudflare-appeal-widget iframe{height:clamp(560px,76dvh,660px)}.stage-editorial-section{margin-bottom:2.8rem;padding-bottom:2.8rem}.stage-editorial-process li{grid-template-columns:42px minmax(0,1fr)}.stage-editorial-process li>span{width:42px;height:42px}.kc-doc-grid,.notice-type-grid--stage,.popla-checks--stage,.stakes-grid,.kc-location-categories{grid-template-columns:1fr}.provider-bar__inner{flex-wrap:wrap;justify-content:flex-start;padding-block:.3rem}}@media (max-width:980px){.notice-challenge-layout{grid-template-columns:1fr;gap:1.75rem}.faq-section .section-heading{position:static}.related-articles__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.notice-challenge-grid,.related-articles__grid{grid-template-columns:1fr}.linkedin-strip a{text-align:left;align-items:flex-start}}:where(.visually-hidden){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}
