:root {
  --font-sans: Inter, "Segoe UI", Arial, sans-serif;
  --black: #080a0d;
  --graphite: #0b0d10;
  --panel: #101419;
  --panel-2: #151a20;
  --paper: #f3f5f4;
  --white: #fcfcf8;
  --ink: #11161b;
  --muted: #667078;
  --muted-dark: #9aa3aa;
  --line: #d8dcdd;
  --line-dark: #2b3137;
  --ice: #8ed8ff;
  --ice-strong: #55c4ff;
  --lime: #b9f542;
  --amber: #f5c76a;
  --danger: #ff7f73;
  --radius: 3px;
  --radius-soft: 12px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .2);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--graphite); color: var(--white); font-family: var(--font-sans), Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { flex: 0 0 auto; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--lime); color: var(--black); font-weight: 800; left: 20px; padding: 11px 16px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.announcement { background: #050608; border-bottom: 1px solid #20252a; color: #aeb5ba; font-size: 12px; letter-spacing: .03em; }
.announcement .shell { align-items: center; display: flex; gap: 10px; min-height: 36px; }
.announcement a { align-items: center; color: var(--ice); display: inline-flex; gap: 5px; margin-left: auto; }
.live-dot { background: var(--lime); border-radius: 50%; box-shadow: 0 0 12px rgba(185, 245, 66, .7); height: 7px; width: 7px; }
.site-header { background: rgba(8, 10, 13, .97); border-bottom: 1px solid var(--line-dark); position: relative; z-index: 30; }
.header-row { align-items: center; display: flex; height: 76px; gap: 44px; }
.brand { align-items: center; display: inline-flex; gap: 9px; white-space: nowrap; }
.brand-word { font-size: 24px; font-weight: 810; letter-spacing: -1.2px; }
.brand-word > span { color: var(--ice); }
.brand-signal { align-items: end; display: flex; gap: 3px; height: 21px; }
.brand-signal i { background: #76828a; display: block; height: 5px; width: 2px; }
.brand-signal i:nth-child(2) { height: 10px; }
.brand-signal i:nth-child(3) { height: 15px; }
.brand-signal i:nth-child(4) { background: var(--ice); height: 21px; }
.brand-check { color: var(--lime); display: grid; place-items: center; }
.site-header nav { align-items: center; display: flex; gap: 31px; margin-left: auto; }
.site-header nav a { color: #b8bec3; font-size: 14px; }
.site-header nav a:hover { color: var(--ice); }
.header-actions { align-items: center; display: flex; gap: 10px; margin-left: 15px; }
.utility-link { align-items: center; color: #b6bdc2; display: inline-flex; justify-content: center; min-height: 42px; min-width: 42px; }
.utility-link:hover { color: var(--ice); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { cursor: pointer; display: grid; list-style: none; place-items: center; }
.mobile-menu summary::-webkit-details-marker { display: none; }

.button { align-items: center; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 730; gap: 12px; justify-content: center; min-height: 52px; padding: 13px 22px; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 9px 16px; }
.button-outline { background: transparent; border-color: var(--ice); color: var(--ice); }
.button-outline:hover { background: rgba(142, 216, 255, .08); }
.button-ice { background: var(--ice); color: #061019; }
.button-ice:hover { background: #b4e6ff; }
.button-lime { background: var(--lime); color: #111608; }
.button-lime:hover { background: #caff63; }
.button-dark { background: var(--black); color: var(--white); }
.text-link { align-items: center; color: #106f9f; display: inline-flex; font-size: 14px; font-weight: 780; gap: 7px; }
.eyebrow, .micro-label { color: var(--ice); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: .19em; margin: 0 0 17px; text-transform: uppercase; }

.hero { background: radial-gradient(circle at 75% 35%, rgba(50, 103, 128, .16), transparent 34%), var(--black); border-bottom: 1px solid var(--line-dark); overflow: hidden; position: relative; }
.hero-grid-overlay { background-image: linear-gradient(rgba(142, 216, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 216, 255, .045) 1px, transparent 1px); background-size: 52px 52px; bottom: -80px; height: 280px; left: -40px; mask-image: linear-gradient(90deg, #000, transparent 70%); position: absolute; transform: skewY(-8deg); width: 52%; }
.hero-layout { align-items: center; display: grid; gap: 72px; grid-template-columns: .96fr 1.04fr; min-height: 660px; padding-block: 60px 75px; position: relative; }
.hero-copy h1 { font-size: clamp(54px, 5vw, 76px); letter-spacing: -.055em; line-height: .99; margin: 0; max-width: 650px; text-wrap: balance; }
.hero-lead { color: #c3c8cc; font-size: 20px; line-height: 1.65; margin: 27px 0 12px; max-width: 620px; }
.hero-audience { color: #818b92; font-size: 13px; margin: 0; max-width: 585px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.compliance-note { align-items: center; color: #858f96; display: flex; font-size: 12px; gap: 8px; margin: 24px 0 0; }

.dossier { background: rgba(10, 13, 17, .9); border: 1px solid #35414a; box-shadow: var(--shadow); clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px), 0 22px); min-width: 0; padding: 26px; }
.dossier-head { align-items: flex-start; border-bottom: 1px solid #2b343b; display: flex; gap: 22px; justify-content: space-between; padding: 4px 4px 22px; }
.dossier-head > div { display: grid; gap: 5px; }
.dossier-head .micro-label { margin: 0; }
.dossier-head strong { font-size: 17px; }
.candidate-badge { background: #151b21; border: 1px solid #293139; color: #a7b0b6; font-size: 11px; padding: 8px 10px; white-space: nowrap; }
.dossier-row { align-items: center; border-bottom: 1px solid #293138; display: grid; gap: 15px; grid-template-columns: 42px 1.2fr 1fr 30px; min-height: 77px; padding: 10px 4px; }
.status-icon { align-items: center; border: 1px solid var(--ice); border-radius: 50%; color: var(--ice); display: flex; font-weight: 800; height: 36px; justify-content: center; width: 36px; }
.dossier-row.complete .status-icon { border-color: var(--lime); color: var(--lime); }
.check-name { display: grid; }
.check-name strong { font-size: 14px; }
.check-name small { color: #7f8990; font-size: 11px; }
.signal-track { background: #303940; height: 3px; position: relative; }
.signal-track i { background: var(--lime); display: block; height: 100%; width: 100%; }
.dossier-row.pending .signal-track i { background: var(--ice); width: 38%; }
.sequence { color: #59636a; font-family: ui-monospace, monospace; font-size: 11px; text-align: right; }
.dossier-foot { align-items: center; display: flex; gap: 15px; justify-content: space-between; padding: 20px 4px 2px; }
.dossier-foot span, .dossier-foot a { align-items: center; display: inline-flex; font-size: 11px; gap: 7px; }
.dossier-foot span { color: #8d979e; }
.dossier-foot a { color: var(--ice); }

.search-wrap { padding-bottom: 40px; position: relative; }
.search-panel { background: #0d1115; border: 1px solid #323b42; box-shadow: 0 20px 50px rgba(0, 0, 0, .25); display: grid; grid-template-columns: 270px 1fr; gap: 24px; padding: 20px 22px; }
.search-panel > label { align-self: center; color: #b7bec3; font-size: 13px; font-weight: 680; }
.search-control { align-items: center; border: 1px solid #3b454c; display: flex; gap: 12px; padding-left: 15px; }
.search-control > svg { color: #77838a; }
.search-control input { background: transparent; border: 0; color: var(--white); flex: 1; min-width: 0; outline: 0; padding: 13px 0; }
.search-control input::placeholder { color: #6f797f; }
.search-control .button { margin: 4px; min-height: 45px; }
.integration-states { min-height: 0; }

.provider-band { background: #0b0e11; border-bottom: 1px solid #252b30; padding: 37px 0 44px; }
.band-heading { align-items: center; color: #8d969c; display: flex; font-family: ui-monospace, monospace; font-size: 10px; justify-content: space-between; letter-spacing: .15em; margin-bottom: 17px; text-transform: uppercase; }
.band-heading a { align-items: center; color: var(--ice); display: inline-flex; gap: 5px; }
.provider-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); }
.provider-grid > a { align-items: center; border: 1px solid #2b3238; display: grid; gap: 12px; grid-template-columns: 39px 1fr auto; min-height: 70px; padding: 11px 14px; transition: border-color .18s ease, background .18s ease; }
.provider-grid > a:hover { background: #11171b; border-color: var(--ice); }
.provider-code { border: 1px solid #40505b; color: var(--ice); display: grid; font-family: ui-monospace, monospace; font-size: 11px; height: 36px; place-items: center; width: 36px; }
.provider-grid > a > span:nth-child(2) { display: grid; }
.provider-grid strong { font-size: 13px; }
.provider-grid small { color: #778188; font-size: 10px; }
.provider-grid svg { color: #59656d; }

.section { padding: 100px 0; }
.light-section { background: var(--paper); color: var(--ink); }
.dark-section { background: var(--graphite); }
.signal-section { background: var(--ice); color: #08131a; }
.methodology-section { background: #0d1013; }
.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 44px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { color: var(--muted-dark); max-width: 460px; }
.section-heading h2, .readiness-layout h2, .methodology-layout h2, .faq-layout h2, .final-cta h2, .inner-hero h1, .inner-layout h2 { font-size: clamp(36px, 4vw, 54px); letter-spacing: -.045em; line-height: 1.05; margin: 0; text-wrap: balance; }
.section-heading > div > p:not(.eyebrow) { color: var(--muted); margin: 17px 0 0; max-width: 650px; }
.light-section .eyebrow { color: #116e9f; }

.cert-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); }
.cert-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 380px; padding: 20px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.cert-card:hover { border-color: #91bed3; box-shadow: 0 20px 45px rgba(18, 34, 44, .1); transform: translateY(-4px); }
.cert-card-top { align-items: center; color: var(--muted); display: flex; font-family: ui-monospace, monospace; font-size: 9px; justify-content: space-between; letter-spacing: .1em; text-transform: uppercase; }
.provider-monogram { border: 1px solid #bdd6e2; color: #136f9e; display: grid; font-size: 10px; height: 42px; place-items: center; width: 42px; }
.cert-code { color: #106f9f; font-family: ui-monospace, monospace; font-size: 11px; font-weight: 750; letter-spacing: .08em; margin: 28px 0 6px; }
.cert-card h3 { font-size: 18px; line-height: 1.32; margin: 0; }
.cert-card > p:not(.cert-code) { color: var(--muted); font-size: 12px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; margin: auto 0 17px; }
.tag-row span { background: #eef2f3; color: #596168; font-size: 9px; padding: 5px 8px; text-transform: uppercase; }
.cert-card .text-link { font-size: 12px; }

.section-heading-dark .eyebrow { color: var(--lime); }
.section-heading-dark h2 { max-width: 720px; }
.service-grid { border-left: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(4, 1fr); }
.service-grid article { border-bottom: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); border-top: 1px solid var(--line-dark); display: flex; flex-direction: column; min-height: 340px; padding: 25px; }
.service-grid article:hover { background: #10151a; }
.service-number { color: #566068; font-family: ui-monospace, monospace; font-size: 10px; margin-left: auto; }
.service-grid article > svg { color: var(--ice); margin: 38px 0 25px; }
.service-grid h3 { font-size: 18px; margin: 0 0 9px; }
.service-grid p { color: var(--muted-dark); font-size: 12px; }
.service-grid a { align-items: center; color: var(--ice); display: inline-flex; font-size: 11px; gap: 7px; margin-top: auto; text-transform: uppercase; }

.readiness-layout { align-items: center; display: grid; gap: 80px; grid-template-columns: .82fr 1.18fr; }
.readiness-layout .eyebrow { color: #204553; }
.readiness-layout > div > p:not(.eyebrow) { color: #254250; font-size: 15px; max-width: 570px; }
.readiness-key { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0; }
.readiness-key span { align-items: center; display: flex; font-family: ui-monospace, monospace; font-size: 10px; gap: 7px; letter-spacing: .08em; text-transform: uppercase; }
.readiness-key i { border-radius: 50%; height: 8px; width: 8px; }
.lime-dot { background: #7ca700; }
.ice-dot { background: #087cb5; }
.grey-dot { background: #65737a; }
.signal-console { background: #091016; border: 1px solid #23333c; box-shadow: var(--shadow); color: var(--white); padding: 24px; }
.console-head { border-bottom: 1px solid #2b373e; color: #91a0a8; display: flex; font-family: ui-monospace, monospace; font-size: 9px; justify-content: space-between; letter-spacing: .12em; padding-bottom: 15px; text-transform: uppercase; }
.console-row { align-items: center; border-bottom: 1px solid #263138; display: grid; gap: 15px; grid-template-columns: 150px 1fr 95px; min-height: 64px; }
.console-row > span { font-size: 12px; }
.console-row > div { background: #28333a; height: 4px; }
.console-row > div i { background: var(--ice); display: block; height: 100%; }
.console-row strong { color: var(--lime); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 650; text-align: right; text-transform: uppercase; }
.signal-console > p { color: #66747c; font-size: 10px; margin: 15px 0 0; }

.role-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
.role-grid a { align-items: center; border: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 40px 170px 1fr auto; min-height: 82px; padding: 15px 18px; }
.role-grid a:hover { background: #fff; border-color: #96c3d6; }
.role-grid a > span { color: #8f999e; font-family: ui-monospace, monospace; font-size: 10px; }
.role-grid strong { font-size: 14px; text-transform: capitalize; }
.role-grid small { color: var(--muted); }
.role-grid svg { color: #1575a5; }

.methodology-layout { align-items: center; display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; }
.methodology-layout > div > p:not(.eyebrow) { color: var(--muted-dark); }
.methodology-layout ol { border-top: 1px solid var(--line-dark); list-style: none; margin: 0; padding: 0; }
.methodology-layout li { border-bottom: 1px solid var(--line-dark); display: grid; gap: 22px; grid-template-columns: 45px 1fr; padding: 23px 0; }
.methodology-layout li > span { color: var(--lime); font-family: ui-monospace, monospace; font-size: 10px; }
.methodology-layout li strong { font-size: 14px; }
.methodology-layout li p { color: var(--muted-dark); font-size: 12px; margin: 4px 0 0; }

.faq-layout { display: grid; gap: 90px; grid-template-columns: .72fr 1.28fr; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faqs details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faqs summary { align-items: center; cursor: pointer; display: flex; font-size: 15px; font-weight: 730; gap: 20px; justify-content: space-between; list-style: none; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { color: #1677a8; content: "+"; font-family: ui-monospace, monospace; font-size: 20px; }
.faqs details[open] summary::after { content: "−"; }
.faqs p { color: var(--muted); font-size: 13px; margin: 12px 50px 0 0; }

.final-cta { background: #0a0d10; border-top: 1px solid #283038; padding: 76px 0; }
.final-cta .shell { align-items: center; display: flex; gap: 70px; justify-content: space-between; }
.final-cta h2 { max-width: 830px; }
.final-cta p:not(.eyebrow) { color: var(--muted-dark); margin-bottom: 0; }

.site-footer { background: #050608; border-top: 1px solid #20262b; padding-top: 74px; }
.footer-main { display: grid; gap: 50px; grid-template-columns: 1.55fr repeat(4, 1fr); }
.brand-footer { margin-bottom: 20px; }
.footer-intro > p { color: #8d969c; font-size: 13px; max-width: 340px; }
.disclosure { align-items: flex-start; color: #7f898f; display: flex; font-size: 11px; gap: 9px; max-width: 350px; }
.footer-main h2 { color: #7f8b92; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .16em; margin: 7px 0 18px; text-transform: uppercase; }
.footer-main > div:not(.footer-intro) { align-items: flex-start; display: flex; flex-direction: column; gap: 10px; }
.footer-main > div:not(.footer-intro) a { color: #aab2b7; font-size: 12px; }
.footer-main > div:not(.footer-intro) a:hover { color: var(--ice); }
.newsletter { align-items: center; border-bottom: 1px solid #242a2f; border-top: 1px solid #242a2f; display: flex; gap: 50px; justify-content: space-between; margin-top: 60px; padding-block: 27px; }
.newsletter > div { display: grid; }
.newsletter .micro-label { margin: 0; }
.newsletter strong { font-size: 13px; }
.newsletter form { display: flex; max-width: 520px; width: 100%; }
.newsletter input { background: #0c0f12; border: 1px solid #30373d; color: var(--white); flex: 1; min-width: 0; padding: 13px; }
.newsletter .button { min-height: 47px; }
.footer-bottom { align-items: center; color: #687178; display: flex; font-size: 9px; justify-content: space-between; min-height: 74px; }
.footer-bottom div { display: flex; gap: 18px; }

.inner-main { min-height: 70vh; }
.inner-hero { background: var(--black); border-bottom: 1px solid var(--line-dark); overflow: hidden; padding: 78px 0 90px; position: relative; }
.inner-grid-overlay { background-image: linear-gradient(rgba(142, 216, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 216, 255, .05) 1px, transparent 1px); background-size: 44px 44px; height: 280px; position: absolute; right: -80px; top: 20px; transform: rotate(-8deg); width: 45%; }
.inner-hero .shell { position: relative; }
.inner-hero nav { color: #768087; display: flex; font-size: 11px; gap: 8px; margin-bottom: 58px; }
.inner-hero nav a { color: var(--ice); }
.inner-hero h1 { max-width: 850px; text-transform: capitalize; }
.inner-hero .shell > p:last-child { color: #a1aab0; font-size: 17px; max-width: 720px; }
.inner-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: 1.3fr .7fr; }
.inner-layout article > p:not(.micro-label) { color: var(--muted); max-width: 760px; }
.state-grid { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); margin-top: 38px; }
.state-grid > div { background: #fff; border: 1px solid var(--line); display: grid; min-height: 130px; padding: 16px; }
.state-grid span { color: #217ba8; font-family: ui-monospace, monospace; font-size: 9px; }
.state-grid strong { align-self: end; font-size: 14px; }
.state-grid small { color: var(--muted); font-size: 10px; }
.inner-aside { background: var(--graphite); color: var(--white); padding: 28px; }
.inner-aside h2 { font-size: 30px; }
.inner-aside > p:not(.eyebrow) { color: var(--muted-dark); font-size: 13px; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

@media (max-width: 1100px) {
  .site-header nav { gap: 18px; }
  .header-actions .utility-link { display: none; }
  .hero-layout { gap: 38px; grid-template-columns: .9fr 1.1fr; }
  .dossier-row { grid-template-columns: 36px 1.25fr .75fr 25px; }
  .cert-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { border-top: 1px solid var(--line-dark); }
  .service-grid article { border-top: 0; }
  .footer-main { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-intro { grid-row: span 2; }
}

@media (max-width: 820px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }
  .announcement a, .site-header > .header-row > nav, .header-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu nav { align-items: stretch; background: #0e1216; border: 1px solid #30383f; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 0; margin: 0; min-width: 260px; padding: 10px; position: absolute; right: 0; top: 40px; }
  .mobile-menu nav a { border-bottom: 1px solid #252c31; color: var(--white); padding: 12px; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 70px 45px; }
  .hero-copy h1 { max-width: 690px; }
  .search-panel { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 76px 0; }
  .section-heading, .final-cta .shell, .newsletter { align-items: flex-start; flex-direction: column; }
  .section-heading { display: flex; }
  .readiness-layout, .methodology-layout, .faq-layout, .inner-layout { gap: 45px; grid-template-columns: 1fr; }
  .role-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-intro { grid-column: 1 / -1; grid-row: auto; }
  .newsletter form { max-width: none; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .announcement .shell { justify-content: center; text-align: center; }
  .announcement .live-dot { display: none; }
  .brand-word { font-size: 21px; }
  .brand-signal, .brand-check { display: none; }
  .header-row { height: 66px; }
  .hero-layout { min-height: auto; padding-top: 55px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .dossier { clip-path: none; padding: 18px 14px; }
  .dossier-head { display: grid; }
  .candidate-badge { width: fit-content; }
  .dossier-row { grid-template-columns: 34px 1fr 27px; }
  .dossier-row .signal-track { display: none; }
  .dossier-foot { align-items: flex-start; flex-direction: column; }
  .search-panel { padding: 16px; }
  .search-control { align-items: stretch; flex-wrap: wrap; padding: 10px; }
  .search-control > svg { margin-top: 12px; }
  .search-control input { width: calc(100% - 40px); }
  .search-control .button { margin: 0; width: 100%; }
  .provider-grid, .cert-grid, .service-grid { grid-template-columns: 1fr; }
  .service-grid { border-left: 1px solid var(--line-dark); }
  .section-heading h2, .readiness-layout h2, .methodology-layout h2, .faq-layout h2, .final-cta h2 { font-size: 38px; }
  .console-row { grid-template-columns: 1fr 80px; padding: 13px 0; }
  .console-row > div { grid-column: 1 / -1; grid-row: 2; }
  .role-grid a { grid-template-columns: 28px 1fr auto; }
  .role-grid small { grid-column: 2 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .newsletter form { flex-direction: column; gap: 8px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 20px; }
  .footer-bottom div { flex-wrap: wrap; }
  .state-grid { grid-template-columns: 1fr; }
}
