:root{
  --ink:#060a10;--ink-2:#0a111b;--panel:#0d1521;--panel-2:#111d2c;
  --paper:#eef3f8;--white:#f7f9fc;--muted:#a8b4c4;--blue:#52a9ff;--blue-2:#91ccff;
  --line:rgba(255,255,255,.11);--dark-line:rgba(7,14,24,.15);--max:1200px;--radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--white);font-family:"DM Sans",sans-serif;line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}
.shell{width:min(var(--max),calc(100% - 44px));margin-inline:auto}
.skip{position:fixed;left:16px;top:-60px;z-index:1000;background:white;color:#07101c;padding:10px 14px;border-radius:10px}
.skip:focus{top:14px}
.eyebrow{display:flex;align-items:center;gap:11px;color:var(--blue-2);font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700}
.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}
h1,h2,h3,h4{font-family:"Manrope",sans-serif;letter-spacing:-.035em;line-height:1.06;margin:0}
p{margin-top:0}
.display{font-size:clamp(3.25rem,7vw,6.5rem);font-weight:500}
.headline{font-size:clamp(2.45rem,5vw,4.8rem);font-weight:500}
.subhead{font-size:clamp(1.45rem,2.5vw,2rem);font-weight:500}
.lede{font-size:1.16rem;line-height:1.7;color:#c3cedb;max-width:700px}
.muted{color:var(--muted)}
.accent{color:var(--blue-2)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 23px;border:1px solid var(--blue);border-radius:999px;background:var(--blue);color:#05101d;font-weight:700;transition:.2s ease;cursor:pointer}
.btn:hover,.btn:focus-visible{transform:translateY(-2px);background:#78bdff;box-shadow:0 12px 30px rgba(82,169,255,.22)}
.btn.ghost{background:rgba(8,13,22,.45);color:white;border-color:rgba(255,255,255,.35)}
.btn.ghost:hover,.btn.ghost:focus-visible{background:rgba(255,255,255,.1);box-shadow:none}
.btn.dark{background:#08111d;color:white;border-color:#08111d}
.actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:36px}
.site-nav{position:absolute;z-index:50;width:100%;top:0;border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(4,8,14,.82),rgba(4,8,14,.28));backdrop-filter:blur(12px)}
.site-nav.inner{position:relative;background:#07101a}
.nav-row{height:86px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:13px;font-weight:700;letter-spacing:.055em}
.brand>span:last-child{max-width:220px;font-size:.78rem;line-height:1.12;letter-spacing:.11em}
.brandmark{width:47px;height:43px;flex:0 0 47px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;border-radius:12px;background:rgba(7,11,18,.62);font-family:"Manrope",sans-serif;font-size:.72rem;letter-spacing:.04em;color:var(--blue-2)}
.nav-links{display:flex;align-items:center;gap:25px;color:#d2dae5;font-size:.91rem}
.nav-links>a:not(.btn){padding:12px 0;position:relative}
.nav-links>a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--blue);transition:.2s ease}
.nav-links>a:hover:after,.nav-links>a.active:after{right:0}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.6rem;padding:10px}
.hero{position:relative;min-height:880px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(4,8,14,.99),rgba(4,8,14,.86) 38%,rgba(4,8,14,.2) 73%),linear-gradient(0deg,var(--ink),transparent 24%),url("ar-consulting-hero.png");background-size:cover;background-position:center}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 73% 28%,rgba(53,144,232,.12),transparent 26%);pointer-events:none}
.hero-copy{position:relative;z-index:2;padding-top:104px;max-width:800px}
.hero h1{margin:23px 0 26px}
.proofbar{position:absolute;z-index:3;left:50%;bottom:34px;transform:translateX(-50%);width:min(var(--max),calc(100% - 44px));display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:rgba(8,13,21,.82);backdrop-filter:blur(16px);overflow:hidden}
.proof{padding:20px 23px;border-right:1px solid var(--line)}
.proof:last-child{border-right:0}.proof strong{display:block;font-size:.97rem;margin-bottom:3px}.proof span{color:var(--muted);font-size:.81rem}
.marquee{border-block:1px solid var(--line);overflow:hidden;padding:17px 0;color:#8f9bab;white-space:nowrap;font-size:.8rem;letter-spacing:.13em;text-transform:uppercase}
.marquee-track{display:inline-block;animation:scroll 27s linear infinite}.marquee span{padding-right:46px}
@keyframes scroll{to{transform:translateX(-50%)}}
.section{padding:112px 0}
.section.compact{padding:78px 0}
.section-head{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:end;margin-bottom:54px}
.section-head h2{margin-top:18px}.section-head>p{margin:0;color:var(--muted);font-size:1.06rem;max-width:610px;justify-self:end}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.card{position:relative;padding:36px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.016));transition:.22s ease}
.card:hover{transform:translateY(-4px);border-color:rgba(82,169,255,.45);background:linear-gradient(145deg,rgba(82,169,255,.09),rgba(255,255,255,.02))}
.card .kicker{color:var(--blue-2);font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700}
.card h3{font-size:1.62rem;font-weight:500;margin:52px 0 14px}.card p{color:var(--muted);margin-bottom:0}
.card .arrow{position:absolute;right:31px;top:28px;color:var(--blue);font-size:1.4rem}
.link-card{display:block}
.dark-gradient{background:linear-gradient(180deg,var(--ink),#0a121e 49%,var(--ink))}
.paper{background:var(--paper);color:#09111c}
.paper .eyebrow{color:#176dbc}.paper .muted,.paper .section-head>p,.paper .row p{color:#52606f}.paper .rows,.paper .row{border-color:var(--dark-line)}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--dark-line)}
.pillar{padding:32px 24px 12px 0;border-right:1px solid var(--dark-line);min-height:260px}
.pillar:not(:first-child){padding-left:24px}.pillar:last-child{border-right:0}
.pillar b{font-size:.76rem;letter-spacing:.13em;color:#176dbc}.pillar h3{font-size:1.35rem;margin:44px 0 12px}.pillar p{color:#586473;font-size:.95rem}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:start}
.sticky{position:sticky;top:110px}.sticky h2{margin:18px 0 22px}
.rows{border-top:1px solid var(--line)}
.row{display:grid;grid-template-columns:52px 1fr;gap:20px;padding:29px 0;border-bottom:1px solid var(--line)}
.row .num{color:var(--blue-2);font-size:.78rem;letter-spacing:.1em}.row h3{font-size:1.33rem;font-weight:500;margin-bottom:8px}.row p{margin:0;color:var(--muted)}
.statement{padding:95px 0 26px}.statement blockquote{margin:0;font-family:"Manrope",sans-serif;font-size:clamp(2rem,4vw,4rem);line-height:1.16;letter-spacing:-.035em;max-width:1050px}.statement small{display:block;margin-top:25px;color:#5b6775;text-transform:uppercase;letter-spacing:.1em}
.cta{padding:100px 0}.cta-card{position:relative;border-radius:31px;padding:72px;overflow:hidden;border:1px solid rgba(82,169,255,.28);background:radial-gradient(circle at 92% 4%,rgba(82,169,255,.24),transparent 35%),linear-gradient(135deg,#111c2c,#0a111b)}
.cta-card h2{max-width:880px;margin:17px 0 25px}.cta-card p{color:#bbc6d4;max-width:660px;font-size:1.05rem}
.page-hero{position:relative;padding:126px 0 96px;overflow:hidden;background:radial-gradient(circle at 83% 20%,rgba(82,169,255,.18),transparent 30%),linear-gradient(135deg,#09111c,#060a10)}
.page-hero:after{content:"";position:absolute;right:-80px;bottom:-190px;width:480px;height:480px;border:1px solid rgba(82,169,255,.15);border-radius:50%;box-shadow:0 0 0 70px rgba(82,169,255,.025),0 0 0 140px rgba(82,169,255,.02)}
.page-hero .shell{position:relative;z-index:2}.page-hero h1{max-width:970px;margin:22px 0 25px;font-size:clamp(3rem,6vw,5.8rem);font-weight:500}.page-hero .lede{max-width:760px}
.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:45px;max-width:920px}
.metric{padding:21px 24px;border-right:1px solid var(--line)}.metric:last-child{border-right:0}.metric strong{display:block}.metric span{font-size:.83rem;color:var(--muted)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature{padding:30px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.025)}
.feature b{display:block;color:var(--blue-2);font-size:.78rem;letter-spacing:.12em;margin-bottom:34px}.feature h3{font-size:1.35rem;margin-bottom:10px}.feature p{margin:0;color:var(--muted)}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--dark-line)}
.process-line .pillar{min-height:235px}
.band{padding:34px 0;border-block:1px solid var(--line);background:#0a111b}
.band-row{display:flex;justify-content:space-between;align-items:center;gap:25px}.band-row p{margin:0;color:#c0cad7;font-size:1.05rem}
.profile{display:grid;grid-template-columns:.76fr 1.24fr;gap:70px;align-items:stretch}
.profile-art{min-height:610px;border-radius:28px;border:1px solid var(--line);background:radial-gradient(circle at 20% 18%,rgba(82,169,255,.28),transparent 28%),linear-gradient(155deg,#17273b,#070c13);display:flex;align-items:flex-end;padding:40px;overflow:hidden;position:relative}
.profile-art:before{content:"DPA";position:absolute;right:-20px;top:25px;font-family:"Manrope";font-size:12rem;font-weight:700;line-height:1;color:rgba(255,255,255,.035)}
.profile-art h2{font-size:2.5rem;position:relative}.profile-art p{color:#b8c5d4;position:relative;margin:9px 0 0}
.profile-copy h2{margin:17px 0 24px}.profile-copy>p{color:#b0bdcc;font-size:1.06rem}
.checklist{display:grid;gap:12px;margin-top:30px}.check{display:flex;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.check span:first-child{color:var(--blue)}
.case{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;padding:54px 0;border-top:1px solid var(--line)}
.case:last-child{border-bottom:1px solid var(--line)}.case-tag{color:var(--blue-2);font-size:.77rem;letter-spacing:.12em;text-transform:uppercase}.case h2{font-size:2rem;margin:12px 0}.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.case-grid h4{font-size:1rem;margin-bottom:8px}.case-grid p{color:var(--muted);margin:0;font-size:.95rem}
.disclaimer{padding:17px 20px;border-left:2px solid var(--blue);background:rgba(82,169,255,.065);color:#b8c4d2;font-size:.91rem;margin-top:34px}
.faq-section{background:linear-gradient(180deg,#08111b,#060a10)}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0}
.faq-list summary{cursor:pointer;list-style:none;font-family:"Manrope",sans-serif;font-size:1.25rem;font-weight:600;padding:25px 52px 25px 0;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:8px;top:20px;color:var(--blue-2);font-size:1.6rem;font-weight:400}
.faq-list details[open] summary:after{content:"–"}
.faq-list details p{color:var(--muted);max-width:850px;padding:0 55px 25px 0;margin:0}
.article-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.article-stack{display:grid;gap:18px}
.article{display:flex;flex-direction:column;min-height:285px}.article.featured{min-height:588px}
.article h3{font-size:1.65rem;margin:46px 0 14px}.article.featured h3{font-size:2.25rem;margin-top:auto}.article p{color:var(--muted)}.article .read{margin-top:auto;color:var(--blue-2);font-weight:600}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:75px;align-items:start}
.form-intro{margin-bottom:28px}.form-intro h2{font-size:1.55rem;margin:8px 0}.form-intro p{margin:0;color:var(--muted)}
.consent-field label{display:flex;align-items:flex-start;gap:10px;font-weight:400;color:var(--muted);line-height:1.45}.consent-field input{width:18px;height:18px;flex:0 0 18px;margin-top:2px}.consent-field a{text-decoration:underline;color:var(--blue-2)}
.copy-request{margin-left:14px;border:0;background:transparent;color:var(--blue-2);font:inherit;font-weight:700;cursor:pointer}.copy-request:hover,.copy-request:focus-visible{text-decoration:underline}
.evidence-callout{margin-top:48px;padding:34px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(82,169,255,.12),rgba(255,255,255,.02));display:flex;align-items:center;justify-content:space-between;gap:30px}.evidence-callout h2{margin:8px 0 10px}.evidence-callout p{margin:0;color:var(--muted);max-width:760px}
.evidence-table{width:100%;border-collapse:collapse;margin-top:30px}.evidence-table th,.evidence-table td{padding:17px 15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.evidence-table th{font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;color:var(--blue-2)}.status{display:inline-flex;align-items:center;gap:8px;font-weight:700;white-space:nowrap}.status:before{content:"";width:10px;height:10px;border-radius:50%;background:#f1b44c}.status.high:before{background:#f06b6b}.status.good:before{background:#70d79b}
.article-body{max-width:820px}.article-body h2{font-size:clamp(1.7rem,3vw,2.5rem);margin:54px 0 16px}.article-body h3{font-size:1.25rem;margin:32px 0 10px}.article-body p,.article-body li{font-size:1.06rem;line-height:1.8;color:#c1cad6}.article-body ul,.article-body ol{padding-left:23px}.article-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:.88rem}.article-note{margin:35px 0;padding:24px;border-left:3px solid var(--blue);background:rgba(82,169,255,.08)}.article-note p{margin:0;color:#d6deea}.legal{max-width:900px}.legal h2{margin:45px 0 12px}.legal p,.legal li{color:var(--muted);line-height:1.75}.legal a{color:var(--blue-2);text-decoration:underline}
.contact-copy h2{margin:18px 0 22px}.contact-copy>p{color:var(--muted);font-size:1.06rem}
.contact-points{margin-top:34px}.contact-point{padding:20px 0;border-top:1px solid var(--line)}.contact-point b{display:block;margin-bottom:4px}.contact-point span{color:var(--muted)}
.form-card{padding:36px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015))}
.fields{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.field.full{grid-column:1/-1}
label{display:block;font-weight:600;font-size:.9rem;margin-bottom:8px}
input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.17);background:#09111b;color:white;border-radius:13px;padding:14px 15px;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(82,169,255,.1)}
textarea{min-height:135px;resize:vertical}.form-note{font-size:.82rem;color:#8f9cad;margin:16px 0 0}
.form-status{margin-top:16px;color:var(--blue-2);min-height:24px}
.footer-note br+span{display:inline-block;margin-top:4px;font-size:.85em;opacity:.78}
.form-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-card .btn[disabled]{cursor:wait;opacity:.65}
.footer{padding:36px 0 43px;border-top:1px solid var(--line);color:#8f9baa}
.footer-grid{display:grid;grid-template-columns:1.1fr 1.5fr .7fr;gap:35px;align-items:start;font-size:.88rem}.footer-nav{display:flex;gap:17px;flex-wrap:wrap}.footer-note{text-align:right}
.market-intro{max-width:780px;color:#b7c3d1;font-size:1.08rem}
.market-regions{display:grid;gap:52px}
.market-region{border-top:1px solid var(--line);padding-top:28px}
.market-region-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}
.market-region-head h2{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:500}.market-region-head p{margin:0;color:var(--muted);max-width:520px}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.market-card{display:flex;flex-direction:column;min-height:250px;padding:27px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));transition:.22s ease}
.market-card:hover,.market-card:focus-visible{transform:translateY(-3px);border-color:rgba(82,169,255,.5);background:linear-gradient(145deg,rgba(82,169,255,.1),rgba(255,255,255,.02))}
.market-card small{color:var(--blue-2);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.market-card h3{font-size:1.35rem;margin:34px 0 10px}.market-card p{color:var(--muted);font-size:.93rem;margin:0}.market-card span{margin-top:auto;padding-top:22px;color:var(--blue-2);font-weight:600}
.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;color:#8fa0b2;font-size:.84rem;margin-bottom:26px}.breadcrumbs a{color:#c0cbd7}.breadcrumbs a:hover{text-decoration:underline}
.market-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px;max-width:1040px}
.market-fact{padding:20px 22px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025)}.market-fact strong{display:block;color:white;margin-bottom:4px}.market-fact span{color:var(--muted);font-size:.88rem}
.content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:start}.prose h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;margin-bottom:24px}.prose h3{font-size:1.35rem;margin:36px 0 12px}.prose p{color:#b6c1cf;font-size:1.04rem}.prose ul{padding-left:20px;color:#b6c1cf}.prose li{margin:10px 0}.prose a{color:var(--blue-2);text-decoration:underline;text-underline-offset:3px}
.sidebar-card{position:sticky;top:112px;padding:30px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(82,169,255,.09),rgba(255,255,255,.02))}.sidebar-card h2{font-size:1.55rem;margin-bottom:13px}.sidebar-card p{color:var(--muted)}.sidebar-card .btn{width:100%;margin-top:10px}.sidebar-links{margin-top:28px;border-top:1px solid var(--line);padding-top:20px}.sidebar-links a{display:block;padding:8px 0;color:#c8d2de}.sidebar-links a:hover{color:var(--blue-2)}
.service-band{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--dark-line);border-radius:22px;overflow:hidden}.service-band article{padding:28px;border-right:1px solid var(--dark-line)}.service-band article:last-child{border-right:0}.service-band small{color:#176dbc;font-weight:700;letter-spacing:.1em}.service-band h3{font-size:1.2rem;margin:25px 0 10px}.service-band p{color:#596676;font-size:.91rem;margin:0}
.coverage-note{padding:20px 22px;border-left:2px solid var(--blue);background:rgba(82,169,255,.065);color:#b8c4d2;font-size:.92rem;margin-top:30px}
.dpa-chat-toggle{position:relative;display:flex;align-items:center;gap:10px;min-height:58px;padding:0 21px;border:1px solid rgba(145,204,255,.55);border-radius:999px;background:linear-gradient(135deg,#52a9ff,#9dd2ff);color:#06101c;font-weight:800;box-shadow:0 16px 44px rgba(0,0,0,.4),0 0 0 5px rgba(82,169,255,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.dpa-chat-toggle:hover,.dpa-chat-toggle:focus-visible{transform:translateY(-2px);box-shadow:0 20px 50px rgba(0,0,0,.42)}
.dpa-chat-toggle svg{width:22px;height:22px;fill:currentColor}.dpa-chat-toggle span{font-size:.92rem}
#dpa-chat-root{position:fixed;z-index:1000;right:24px;bottom:24px;font-family:"DM Sans",sans-serif}
.dpa-chat-panel{position:absolute;right:0;bottom:74px;width:min(430px,calc(100vw - 32px));height:min(700px,calc(100vh - 118px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(145,204,255,.28);border-radius:24px;background:#f5f8fc;color:#101722;box-shadow:0 28px 80px rgba(0,0,0,.48);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
#dpa-chat-root.open .dpa-chat-panel{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.dpa-chat-header{display:flex;align-items:center;gap:12px;padding:17px 18px;color:white;background:radial-gradient(circle at 92% 5%,rgba(82,169,255,.34),transparent 36%),linear-gradient(135deg,#07101b,#111d2d)}
.dpa-chat-mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;color:var(--blue-2);font-size:.72rem;font-weight:800;letter-spacing:.04em}
.dpa-chat-heading{min-width:0;display:flex;flex-direction:column}.dpa-chat-heading strong{font-family:"Manrope",sans-serif;font-size:1.03rem}.dpa-chat-heading span{display:flex;align-items:center;gap:7px;color:#b9c5d3;font-size:.72rem;white-space:nowrap}.dpa-chat-heading i{width:7px;height:7px;border-radius:50%;background:#70d79b;box-shadow:0 0 0 3px rgba(112,215,155,.13)}
.dpa-chat-close{margin-left:auto;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:white;font-size:1.65rem;line-height:1;cursor:pointer}.dpa-chat-close:hover,.dpa-chat-close:focus-visible{background:rgba(255,255,255,.1)}
.dpa-chat-thread{flex:1;overflow-y:auto;padding:20px 18px;background:linear-gradient(180deg,#f5f8fc,#edf3f9);scroll-behavior:smooth}
.dpa-chat-message{width:fit-content;max-width:91%;padding:12px 14px;border-radius:16px;font-size:.91rem;line-height:1.5;box-shadow:0 5px 18px rgba(17,29,45,.07)}.dpa-chat-message strong{color:#101b2a}
.dpa-chat-message+.dpa-chat-message{margin-top:10px}.dpa-chat-message.bot{border:1px solid #dae4ee;border-top-left-radius:5px;background:white;color:#253142}.dpa-chat-message.user{margin:12px 0 0 auto;border-top-right-radius:5px;background:#0b1624;color:white}
.dpa-chat-workflows{display:grid;gap:8px;margin-top:14px}.dpa-chat-workflow{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border:1px solid #d7e2ed;border-radius:13px;background:white;color:#172131;text-align:left;font-size:.86rem;font-weight:700;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}.dpa-chat-workflow:hover,.dpa-chat-workflow:focus-visible{transform:translateX(2px);border-color:#66aff4;background:#f8fbff}.dpa-chat-workflow b{color:#1773c8;font-size:1rem}.dpa-chat-workflow.human{border-color:#9acfff;background:#eaf5ff;color:#0b4f8d}
.dpa-chat-actions{display:grid;gap:8px;margin:11px 0 4px}.dpa-chat-actions a,.dpa-chat-actions button{display:flex;align-items:center;justify-content:center;min-height:42px;padding:8px 14px;border:1px solid #0f6fbe;border-radius:10px;background:#0f6fbe;color:white;font-size:.8rem;font-weight:800;cursor:pointer}.dpa-chat-actions a.secondary{background:white;color:#0f5f9f}.dpa-chat-actions a:hover,.dpa-chat-actions a:focus-visible,.dpa-chat-actions button:hover,.dpa-chat-actions button:focus-visible{filter:brightness(1.08)}
.dpa-chat-choices{display:grid;grid-template-columns:1fr;gap:8px;margin:11px 0 5px}.dpa-chat-choices button{min-height:44px;padding:10px 13px;border:1px solid #c9d9e8;border-radius:12px;background:white;color:#172334;text-align:left;font-size:.84rem;font-weight:750;cursor:pointer;transition:.18s ease}.dpa-chat-choices button:hover,.dpa-chat-choices button:focus-visible{border-color:#438fd2;background:#f5faff;transform:translateX(2px)}.dpa-chat-choices button:disabled{opacity:.5;cursor:default;transform:none}.dpa-chat-choices button:disabled:hover{border-color:#c9d9e8;background:white}
.dpa-lead-card{display:grid;gap:11px;margin:13px 0 6px;padding:17px;border:1px solid #c7d7e6;border-radius:16px;background:white;box-shadow:0 10px 28px rgba(17,29,45,.1)}.dpa-lead-title{display:flex;flex-direction:column;padding-bottom:10px;border-bottom:1px solid #e0e7ee}.dpa-lead-title strong{font-family:"Manrope",sans-serif;font-size:1rem}.dpa-lead-title span{margin-top:2px;color:#687789;font-size:.72rem}.dpa-lead-card>label{display:grid;gap:5px;color:#344255;font-size:.75rem;font-weight:750}.dpa-lead-card label small{margin-left:3px;color:#798697;font-weight:500}.dpa-lead-card input,.dpa-lead-card select{width:100%;height:43px;padding:0 11px;border:1px solid #c7d4e0;border-radius:9px;background:#f9fbfd;color:#172334;font-size:.84rem}.dpa-lead-card input:focus,.dpa-lead-card select:focus{outline:0;border-color:#1778c9;box-shadow:0 0 0 3px rgba(23,120,201,.12)}.dpa-lead-card .dpa-lead-consent{display:flex;grid-template-columns:none;align-items:flex-start;gap:8px;color:#5d6b7b;font-size:.69rem;font-weight:500;line-height:1.42}.dpa-lead-consent input{width:17px;height:17px;flex:0 0 17px;margin:1px 0 0}.dpa-lead-consent a{color:#0b67b4;text-decoration:underline}.dpa-lead-honey{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}.dpa-lead-card>button{min-height:46px;border:1px solid #0f70bf;border-radius:10px;background:#0d6db9;color:white;font-weight:800;cursor:pointer}.dpa-lead-card>button:hover,.dpa-lead-card>button:focus-visible{background:#095b9b}.dpa-lead-card>button:disabled{opacity:.65;cursor:wait}.dpa-lead-status{min-height:18px;margin:0;color:#59697a;font-size:.72rem;text-align:center}.dpa-lead-status a{color:#0b67b4;text-decoration:underline}.dpa-lead-success{padding:9px 3px 4px;text-align:center}.dpa-lead-success>span{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 11px;border-radius:50%;background:#e2f5ea;color:#17743e;font-size:1.2rem;font-weight:900}.dpa-lead-success strong{display:block;font-family:"Manrope",sans-serif;font-size:1.08rem}.dpa-lead-success p{margin:7px 0 10px;color:#5c6a7a;font-size:.83rem}.dpa-lead-success a{color:#0b67b4;font-size:.78rem;font-weight:750}
.dpa-chat-form{padding:13px 14px 12px;border-top:1px solid #dbe4ed;background:white}.dpa-chat-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dpa-chat-compose{display:flex;align-items:center;gap:8px}.dpa-chat-input{width:100%;height:46px;padding:0 14px;border:1px solid #cdd9e5;border-radius:999px;background:#f7fafe;color:#152033;font-size:.88rem}.dpa-chat-input:focus{border-color:#1781dc;box-shadow:0 0 0 3px rgba(23,129,220,.12)}.dpa-chat-input::placeholder{color:#6c7b8d}.dpa-chat-send{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border:0;border-radius:50%;background:#0b1624;color:white;cursor:pointer}.dpa-chat-send:hover,.dpa-chat-send:focus-visible{background:#176eb7}.dpa-chat-send svg{width:21px;height:21px;fill:currentColor}.dpa-chat-note{margin:7px 4px 0;color:#728092;font-size:.68rem}
.reveal{opacity:0;transform:translateY(21px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:960px){
  .nav-links{display:none;position:absolute;top:86px;left:0;right:0;padding:24px;flex-direction:column;align-items:stretch;background:#08111b;border-bottom:1px solid var(--line)}
  .nav-links.open{display:flex}.menu-toggle{display:block}.nav-links .btn{margin-top:8px}.proofbar{grid-template-columns:repeat(2,1fr)}.proof:nth-child(2){border-right:0}.proof:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section-head,.split,.profile,.contact-grid,.content-grid{grid-template-columns:1fr;gap:30px}.section-head>p{justify-self:start}.sticky,.sidebar-card{position:relative;top:auto}.grid-3,.market-grid{grid-template-columns:1fr 1fr}.pillars,.process-line,.service-band{grid-template-columns:repeat(2,1fr)}.pillar:nth-child(2){border-right:0}.service-band article:nth-child(2){border-right:0}.service-band article:nth-child(-n+2){border-bottom:1px solid var(--dark-line)}.article-grid{grid-template-columns:1fr}.article.featured{min-height:390px}
}
@media(max-width:650px){
  .shell{width:min(var(--max),calc(100% - 28px))}.hero{min-height:1020px;background-position:64% center}.hero-copy{padding-top:40px}.proofbar{grid-template-columns:1fr;bottom:20px}.proof{padding:13px 16px;border-right:0;border-bottom:1px solid var(--line)!important}.proof:last-child{border-bottom:0!important}
  .grid-2,.grid-3,.feature-list,.pillars,.process-line,.fields,.case,.case-grid,.metric-strip,.market-grid,.market-facts,.service-band{grid-template-columns:1fr}.metric,.pillar,.service-band article{border-right:0;border-bottom:1px solid var(--dark-line)}.service-band article:last-child{border-bottom:0}.pillar,.pillar:not(:first-child){padding:25px 0;min-height:auto}.section{padding:82px 0}.page-hero{padding:95px 0 76px}.card{padding:28px}.cta-card{padding:43px 25px}.band-row,.footer-grid,.market-region-head{align-items:flex-start;flex-direction:column;display:flex}.footer-note{text-align:left}.profile-art{min-height:430px}.actions .btn{width:100%}
  #dpa-chat-root{right:12px;bottom:12px}.dpa-chat-toggle{width:56px;padding:0;justify-content:center}.dpa-chat-toggle span{display:none}.dpa-chat-panel{position:fixed;inset:10px 10px 80px;width:auto;height:auto;max-height:none;border-radius:20px}.dpa-chat-thread{padding:17px 14px}.dpa-chat-heading span{white-space:normal}.copy-request{display:block;margin:15px 0 0}.evidence-callout{align-items:flex-start;flex-direction:column;padding:27px}.evidence-table{display:block;overflow-x:auto}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}.dpa-chat-toggle,.dpa-chat-panel,.dpa-chat-workflow{transition:none}.dpa-chat-thread{scroll-behavior:auto}}

/* Executive homepage */
.executive-home{background:#050911}
.executive-nav{position:absolute;background:rgba(5,9,17,.82);backdrop-filter:blur(18px)}
.executive-nav .nav-row{height:78px}
.executive-nav .btn{min-height:42px;padding-inline:18px}
.executive-hero{position:relative;overflow:hidden;padding:154px 0 0;background:radial-gradient(circle at 79% 13%,rgba(63,155,244,.18),transparent 27%),linear-gradient(145deg,#07111d 0%,#050911 58%,#091420 100%)}
.executive-hero:before{content:"";position:absolute;inset:0;opacity:.18;pointer-events:none;background-image:linear-gradient(rgba(145,204,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(145,204,255,.09) 1px,transparent 1px);background-size:76px 76px;mask-image:linear-gradient(to bottom,black,transparent 76%)}
.executive-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.13fr) minmax(400px,.87fr);gap:74px;align-items:center;padding-bottom:70px}
.executive-hero-copy h1{max-width:760px;margin:24px 0 28px;font-size:clamp(3.65rem,6.6vw,6.7rem);font-weight:500;letter-spacing:-.058em}
.executive-lede{max-width:740px;color:#c2cedc;font-size:1.18rem;line-height:1.72}
.text-link{display:inline-flex;align-items:center;min-height:48px;color:#dce7f3;font-weight:700;border-bottom:1px solid rgba(220,231,243,.35)}
.text-link:hover,.text-link:focus-visible{color:var(--blue-2);border-color:var(--blue-2)}
.leadership-line{max-width:690px;margin:42px 0 0;padding-top:22px;border-top:1px solid var(--line);color:#8e9cad;font-size:.9rem;letter-spacing:.015em}
.executive-form{position:relative;padding:32px;border:1px solid #dbe4ed;border-radius:18px;background:#f4f7fa;color:#101722;box-shadow:0 35px 90px rgba(0,0,0,.38)}
.executive-form-head{scroll-margin-top:96px;padding-bottom:23px;border-bottom:1px solid #d7e0e9}
.executive-form-head h2{margin:9px 0 9px;font-size:1.7rem;letter-spacing:-.035em}.executive-form-head p{margin:0;color:#5f6c7b;line-height:1.5}
.form-index{color:#1672c4;font-size:.7rem;font-weight:800;letter-spacing:.14em}
.executive-fields{display:grid;gap:14px;margin-top:23px}
.executive-form label{margin-bottom:6px;color:#253142;font-size:.82rem}
.executive-form input,.executive-form select,.executive-form textarea{border-color:#cbd6e1;background:white;color:#152033;border-radius:8px;padding:12px 13px}
.executive-form input:focus,.executive-form select:focus,.executive-form textarea:focus{border-color:#1778ca;box-shadow:0 0 0 3px rgba(23,120,202,.11)}
.executive-form textarea{min-height:92px}.executive-form .consent-field label{color:#5e6b79;font-size:.77rem}.executive-form .consent-field a{color:#0e67b4}.executive-form .form-note{margin-top:11px;color:#6b7886;text-align:center}.executive-form .form-status{color:#0b619f;font-size:.88rem}.executive-submit{width:100%;border-radius:8px}
.executive-proof{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.executive-proof>div{padding:24px 25px 27px;border-right:1px solid var(--line)}.executive-proof>div:first-child{padding-left:0}.executive-proof>div:last-child{border-right:0}.executive-proof strong,.executive-proof span{display:block}.executive-proof strong{font-size:.92rem}.executive-proof span{margin-top:3px;color:#8594a6;font-size:.78rem}
.executive-paper{background:#eef2f5;color:#0a111b}.executive-paper .eyebrow{color:#1269b4}
.executive-section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:55px}.executive-section-head h2{max-width:760px;margin-top:18px;font-size:clamp(2.55rem,5vw,5rem);font-weight:500;letter-spacing:-.052em}.executive-section-head>p{margin:0;color:#566474;font-size:1.04rem}
.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #c9d2dc;border-bottom:1px solid #c9d2dc}
.decision-card{min-height:330px;padding:31px 29px 28px 0;border-right:1px solid #c9d2dc}.decision-card:not(:first-child){padding-left:29px}.decision-card:last-child{border-right:0}.decision-card>span{color:#1269b4;font-size:.74rem;font-weight:800;letter-spacing:.12em}.decision-card h3{max-width:300px;margin:63px 0 16px;font-size:1.65rem}.decision-card p{color:#5a6775}.decision-card a{display:inline-flex;margin-top:22px;color:#0d64ae;font-weight:700}
.executive-dark{background:#07101a}.executive-split{display:grid;grid-template-columns:.86fr 1.14fr;gap:95px;align-items:start}.executive-sticky{position:sticky;top:110px}.executive-sticky h2{max-width:520px;margin:20px 0 24px;font-size:clamp(2.6rem,4.6vw,4.8rem);font-weight:500}.executive-sticky p{max-width:540px;color:#a9b6c6;font-size:1.05rem}.executive-sticky .btn{margin-top:23px}
.executive-deliverables{border-top:1px solid var(--line)}.deliverable{display:grid;grid-template-columns:135px 1fr;gap:28px;padding:31px 0;border-bottom:1px solid var(--line)}.deliverable>span{color:var(--blue-2);font-size:.73rem;font-weight:800;letter-spacing:.1em}.deliverable h3{font-size:1.45rem;margin-bottom:10px}.deliverable p{grid-column:2;margin:0;color:#9eacbd}
.capability-table{border-top:1px solid #c8d2dc}.capability-table a{display:grid;grid-template-columns:.72fr 1.4fr 70px;gap:30px;align-items:center;padding:29px 0;border-bottom:1px solid #c8d2dc;transition:.2s}.capability-table a:hover,.capability-table a:focus-visible{padding-inline:16px;background:#e4eaf0}.capability-table span{font-weight:700}.capability-table strong{color:#556372;font-weight:500}.capability-table b{text-align:right;color:#1269b4}
.executive-market{background:radial-gradient(circle at 82% 20%,rgba(82,169,255,.14),transparent 30%),#07101a}.market-executive-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:start}.market-executive-grid h2{max-width:600px;margin:21px 0 24px;font-size:clamp(2.6rem,4.8vw,4.9rem);font-weight:500}.market-executive-grid p{max-width:570px;color:#a6b3c3}.market-list{border-top:1px solid var(--line)}.market-list a{display:grid;grid-template-columns:1fr 1.1fr 35px;gap:20px;align-items:center;padding:25px 0;border-bottom:1px solid var(--line)}.market-list span{color:#8898aa;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.market-list strong{font-size:1.13rem}.market-list b{text-align:right;color:var(--blue-2)}
.executive-close{padding:105px 0 115px;background:#e9eef3;color:#0a111b}.executive-close h2{max-width:980px;margin:19px 0 24px;font-size:clamp(3rem,6vw,6.4rem);font-weight:500;letter-spacing:-.058em}.executive-close p{color:#566474;font-size:1.1rem}.executive-close .btn{margin-top:24px;border-radius:8px}

@media(max-width:1040px){
  .executive-hero-grid{grid-template-columns:1fr;gap:52px}.executive-hero-copy{max-width:850px}.executive-form{max-width:760px}.executive-split,.market-executive-grid{grid-template-columns:1fr;gap:55px}.executive-sticky{position:relative;top:auto}.executive-deliverables{max-width:850px}
}
@media(max-width:760px){
  .executive-nav .nav-row{height:72px}.executive-nav .nav-links{top:72px;max-height:calc(100vh - 72px);overflow:auto;padding:18px 20px 24px}.executive-nav .nav-links>a:not(.btn){padding:11px 0}.executive-nav .nav-links .btn{width:100%;margin-top:4px}
  .executive-hero{padding-top:112px}.executive-hero:before{background-size:54px 54px}.executive-hero-grid{gap:38px;padding-bottom:45px}.executive-hero-copy h1{margin:19px 0 21px;font-size:clamp(2.72rem,13vw,4.15rem);line-height:1.01}.executive-lede{font-size:1.03rem;line-height:1.62}.executive-hero-copy .actions{display:grid;gap:17px;margin-top:28px}.executive-hero-copy .actions .btn{width:100%}.text-link{width:max-content}.leadership-line{margin-top:31px;padding-top:17px;font-size:.82rem}
  .executive-form{padding:23px 20px;border-radius:14px}.executive-form-head h2{font-size:1.48rem}.executive-fields{gap:12px}.executive-form textarea{min-height:105px}
  .executive-proof{grid-template-columns:1fr 1fr}.executive-proof>div,.executive-proof>div:first-child{padding:18px 15px}.executive-proof>div:nth-child(2){border-right:0}.executive-proof>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .executive-section-head{grid-template-columns:1fr;gap:22px;margin-bottom:36px}.executive-section-head h2{font-size:clamp(2.25rem,10vw,3.35rem)}.decision-grid{grid-template-columns:1fr}.decision-card,.decision-card:not(:first-child){min-height:0;padding:25px 0;border-right:0;border-bottom:1px solid #c9d2dc}.decision-card:last-child{border-bottom:0}.decision-card h3{margin:28px 0 12px;font-size:1.42rem}
  .executive-sticky h2,.market-executive-grid h2{font-size:clamp(2.35rem,10vw,3.5rem)}.deliverable{grid-template-columns:1fr;gap:10px;padding:25px 0}.deliverable p{grid-column:1}.deliverable h3{margin:6px 0 2px}
  .capability-table a{grid-template-columns:1fr 34px;gap:8px 16px;padding:23px 0}.capability-table strong{grid-column:1}.capability-table b{grid-column:2;grid-row:1/3}.market-list a{grid-template-columns:1fr 28px;gap:7px 15px}.market-list strong{grid-column:1}.market-list b{grid-column:2;grid-row:1/3}.executive-close{padding:78px 0 88px}.executive-close h2{font-size:clamp(2.7rem,12vw,4.3rem)}.executive-close .btn{width:100%}
}
