:root {
  --ink: #101820;
  --paper: #f6f9fb;
  --white: #fff;
  --line: #dce4eb;
  --muted: #667484;
  --blue: #1f7caf;
  --blue-dark: #115a83;
  --blue-light: #65d1ff;
  --green: #0f9f6e;
  --accent: #65d1ff;
  --radius-lg: 32px;
  --shadow: 0 28px 70px rgba(8, 20, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand img { width: 124px; filter: brightness(0) invert(1); }
.brand > span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 36px; margin-left: auto; }
.nav a { color: rgba(255,255,255,.74); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.nav a:hover, .nav a:focus-visible { color: var(--white); }
.header-cta { padding: 13px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--white); color: var(--ink); }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 780px; padding: 184px 0 100px; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, black 0%, transparent 88%); }
.hero-glow { position: absolute; z-index: -1; width: 580px; aspect-ratio: 1; border-radius: 50%; filter: blur(10px); opacity: .4; }
.hero-glow-one { right: -190px; top: -220px; background: radial-gradient(circle, rgba(31,124,175,.7), transparent 68%); }
.hero-glow-two { left: 28%; bottom: -430px; background: radial-gradient(circle, rgba(101,209,255,.28), transparent 68%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); align-items: center; gap: 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: #536176; }
.eyebrow.dark span { background: var(--blue); }
.eyebrow.light { color: rgba(255,255,255,.58); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 6.4vw, 88px); line-height: .96; letter-spacing: -.058em; font-weight: 800; }
.hero h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 640px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary:hover, .button-primary:focus-visible { background: var(--white); }
.button-ghost { border: 1px solid rgba(255,255,255,.26); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.08); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 38px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.trust-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; color: var(--ink); background: var(--green); border-radius: 50%; font-size: 10px; }

.hero-console { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); box-shadow: 0 40px 90px rgba(0,0,0,.28); backdrop-filter: blur(18px); transform: rotate(1.2deg); }
.console-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 54px; padding: 0 19px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.25); }
.console-status { justify-self: end; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.62); }
.console-status i, .availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(31,189,123,.13); }
.console-body { padding: 38px; }
.console-label { margin: 0 0 12px; color: var(--blue-light); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.console-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.console-title-row h2 { margin: 0; font-size: 42px; line-height: 1.04; letter-spacing: -.04em; }
.console-count { color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 58px; line-height: .85; }
.console-body > p:not(.console-label) { max-width: 360px; margin: 16px 0 28px; color: rgba(255,255,255,.58); line-height: 1.6; }
.mini-tools { display: grid; gap: 10px; }
.mini-tools a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(8,20,38,.38); transition: border-color .2s ease, transform .2s ease; }
.mini-tools a:hover, .mini-tools a:focus-visible { border-color: rgba(101,209,255,.55); transform: translateX(3px); }
.mini-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--ink); font-weight: 900; }
.budget-icon { background: var(--accent); font-size: 22px; }
.receipt-icon { color: var(--white); background: var(--blue-dark); font-size: 12px; }
.mini-tools strong, .mini-tools small { display: block; }
.mini-tools strong { margin-bottom: 4px; font-size: 14px; }
.mini-tools small { color: rgba(255,255,255,.46); font-size: 11px; }
.mini-tools b { color: rgba(255,255,255,.42); font-size: 18px; }

.tools-section { padding: 120px 0 130px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .ecosystem-copy h2 { margin: 0; font-size: clamp(44px, 5.2vw, 68px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 1px 0 rgba(255,255,255,.6) inset; }
.product-topline { display: flex; align-items: center; justify-content: space-between; padding: 19px 24px; border-bottom: 1px solid var(--line); color: #7a8494; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability { display: flex; align-items: center; gap: 9px; color: #3c4b60; }
.product-visual { position: relative; overflow: hidden; height: 306px; border-bottom: 1px solid var(--line); }
.budget-visual { display: flex; align-items: flex-end; justify-content: center; gap: 34px; padding: 48px 42px; background: linear-gradient(145deg,#eaf5fb 0%,#bfe5f7 48%,#65d1ff 100%); }
.budget-visual::before { content: ""; position: absolute; width: 300px; height: 300px; top: -180px; right: -100px; border: 52px solid rgba(255,255,255,.28); border-radius: 50%; }
.budget-mark { display: grid; place-items: center; width: 116px; height: 116px; border-radius: 30px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); font-family: Georgia, serif; font-size: 58px; }
.budget-chart { display: flex; align-items: end; gap: 8px; width: 160px; height: 114px; padding-bottom: 2px; border-bottom: 2px solid rgba(8,20,38,.23); }
.budget-chart i { flex: 1; border-radius: 6px 6px 2px 2px; background: var(--ink); opacity: .78; }
.budget-chart i:nth-child(1) { height: 42%; }
.budget-chart i:nth-child(2) { height: 68%; }
.budget-chart i:nth-child(3) { height: 54%; }
.budget-chart i:nth-child(4) { height: 82%; }
.budget-chart i:nth-child(5) { height: 100%; }
.budget-pill { position: absolute; right: 26px; bottom: 22px; padding: 9px 13px; border: 1px solid rgba(8,20,38,.12); border-radius: 999px; color: rgba(8,20,38,.72); background: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; backdrop-filter: blur(8px); }
.receipt-visual { display: grid; place-items: center; background: linear-gradient(145deg,#dcecf4 0%,#3d94c3 52%,#115a83 100%); }
.receipt-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(8,20,38,.1) 1px, transparent 1px); background-size: 15px 15px; }
.receipt-sheet { position: relative; z-index: 1; width: 210px; min-height: 230px; padding: 24px 22px; color: #2b2b2b; background: #fffdf5; box-shadow: 0 28px 55px rgba(17,90,131,.28); transform: rotate(-4deg); }
.receipt-sheet::after { content: ""; position: absolute; inset: auto 0 -8px; height: 16px; background: linear-gradient(135deg, transparent 8px,#fffdf5 0) 0 0/16px 16px repeat-x; }
.receipt-logo { margin-bottom: 18px; color: var(--ink); font-family: ui-monospace, monospace; font-size: 24px; font-weight: 950; text-align: center; }
.receipt-sheet > i { display: block; width: 100%; height: 5px; margin: 8px 0; border-radius: 3px; background: #e7e5dd; }
.receipt-sheet > i:nth-of-type(2) { width: 73%; }
.receipt-sheet > div:not(.receipt-logo) { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed #d8d4ca; font-family: ui-monospace, monospace; font-size: 10px; }
.receipt-sheet .receipt-total { margin-top: 6px; color: var(--ink); font-weight: 900; }
.receipt-stamp { position: absolute; z-index: 2; right: 64px; bottom: 47px; padding: 9px 12px; border: 3px solid var(--white); color: var(--white); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 950; letter-spacing: .08em; transform: rotate(7deg); }
.product-content { padding: 34px 34px 38px; }
.product-kicker { margin: 0 0 11px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-content h3 { margin: 0 0 16px; font-size: 38px; letter-spacing: -.04em; }
.product-content > p:not(.product-kicker) { min-height: 82px; margin: 0; color: var(--muted); line-height: 1.65; }
.product-content ul { display: grid; gap: 9px; margin: 25px 0 30px; padding: 21px 0; border-block: 1px solid var(--line); list-style: none; color: #354257; font-size: 13px; font-weight: 650; }
.product-content li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 900; }
.product-link { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 19px; border-radius: 14px; color: var(--white); background: var(--ink); font-size: 14px; font-weight: 850; transition: background .2s ease, transform .2s ease; }
.product-link:hover, .product-link:focus-visible { background: var(--blue); transform: translateY(-2px); }
.product-content > small { display: block; margin-top: 12px; color: #8a93a1; font-family: ui-monospace, monospace; font-size: 10px; text-align: center; }

.approach-section { padding: 120px 0; color: var(--white); background: var(--ink); }
.approach-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; }
.approach-intro { position: sticky; top: 50px; align-self: start; }
.approach-intro h2 { max-width: 550px; margin: 0; font-size: clamp(44px, 5.2vw, 66px); line-height: 1; letter-spacing: -.052em; }
.approach-intro > p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; }
.principles { margin: 0; padding: 0; list-style: none; }
.principles li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 30px 0 34px; border-top: 1px solid rgba(255,255,255,.14); }
.principles li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.principles > li > span { color: var(--accent); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; }
.principles h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.025em; }
.principles p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }

.ecosystem-section { padding: 120px 0; }
.ecosystem-card { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 78px; padding: 72px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.ecosystem-copy > p:last-child { margin: 27px 0 0; color: var(--muted); line-height: 1.7; }
.ecosystem-copy strong { color: var(--ink); }
.ecosystem-map { display: grid; gap: 14px; }
.map-node { position: relative; display: block; padding: 25px 28px; border-radius: 20px; }
.map-node > span { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.map-node > strong { display: block; font-size: clamp(22px,3vw,34px); letter-spacing: -.04em; }
.map-node > b { position: absolute; right: 26px; top: 50%; transform: translateY(-50%); font-size: 22px; }
.agency-node { border: 1px solid #b7deef; color: var(--blue-dark); background: #eaf5fb; transition: transform .2s ease; }
.agency-node:hover, .agency-node:focus-visible { transform: translateX(3px); }
.map-connector { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; color: #8b94a3; font-family: ui-monospace,monospace; font-size: 9px; letter-spacing: .16em; }
.map-connector i { height: 1px; background: var(--line); }
.tools-node { color: var(--white); background: var(--ink); }
.tools-node > div { display: flex; gap: 8px; margin-top: 20px; }
.tools-node a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; }
.tools-node a:hover, .tools-node a:focus-visible { color: var(--ink); background: var(--accent); border-color: var(--accent); }

.cta-section { color: var(--white); background: var(--blue); }
.cta-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; min-height: 420px; padding-block: 70px; }
.cta-inner h2 { max-width: 650px; margin: 0; font-size: clamp(44px,5vw,66px); line-height: 1; letter-spacing: -.052em; }
.cta-inner > div:last-child > p { max-width: 460px; margin: 0 0 26px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.7; }
.button-white { color: var(--ink); background: var(--white); }
.button-white:hover, .button-white:focus-visible { background: var(--accent); }

.site-footer { padding: 70px 0 26px; color: var(--white); background: #050d18; }
.footer-main { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding-bottom: 62px; }
.footer-brand .brand img { width: 136px; }
.footer-brand > p { max-width: 320px; margin: 20px 0 0; color: rgba(255,255,255,.45); line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links > div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 5px; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 11px; }

.legal-body { background: var(--white); }
.legal-header { color: var(--white); background: var(--ink); }
.legal-header .header-inner { min-height: 86px; }
.legal-hero { padding: 88px 0 78px; color: var(--white); background: var(--ink); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 7vw, 82px); line-height: .96; letter-spacing: -.055em; }
.legal-hero > .shell > p:last-child { margin: 25px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.legal-section { padding: 86px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0,760px); justify-content: space-between; gap: 80px; }
.legal-layout aside { position: sticky; top: 32px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.legal-layout aside strong { display: block; margin-bottom: 10px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout aside p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.legal-content > p:first-child { margin-top: 0; color: #344156; font-size: 18px; line-height: 1.75; }
.legal-content h2 { margin: 46px 0 14px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 25px; letter-spacing: -.025em; }
.legal-content p { color: #566277; line-height: 1.76; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 50px; padding: 18px 20px; border-left: 3px solid var(--blue); background: #f2f6ff; font-size: 13px; }
.legal-footer { padding: 0 0 26px; color: var(--white); background: #050d18; }
.legal-footer .footer-bottom { padding-top: 26px; }
.legal-footer a:hover, .legal-footer a:focus-visible { color: var(--accent); }

.error-body { min-height: 100vh; color: var(--white); background: var(--ink); }
.error-shell { position: relative; overflow: hidden; display: flex; min-height: 100vh; flex-direction: column; align-items: flex-start; justify-content: center; width: min(860px,calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.error-shell > .brand { position: absolute; top: 42px; left: 0; }
.error-code { position: absolute; right: -30px; top: 50%; color: rgba(255,255,255,.04); font-family: Georgia,serif; font-size: min(42vw,520px); line-height: .7; transform: translateY(-50%); }
.error-shell h1 { position: relative; max-width: 700px; margin: 0; font-size: clamp(54px,8vw,92px); line-height: .96; letter-spacing: -.058em; }
.error-shell > p:not(.eyebrow) { position: relative; max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.7; }
.error-actions { position: relative; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }

@media (max-width: 960px) {
  .nav { display: none; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-copy, .hero-console { min-width: 0; }
  .hero-console { width: min(600px,100%); transform: none; }
  .section-heading, .approach-grid, .ecosystem-card, .cta-inner, .footer-main { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .product-topline { grid-column: 1 / -1; }
  .product-visual { height: auto; min-height: 390px; border-right: 1px solid var(--line); border-bottom: 0; }
  .product-content > p:not(.product-kicker) { min-height: 0; }
  .approach-grid { gap: 55px; }
  .approach-intro { position: static; }
  .ecosystem-card { gap: 52px; padding: 54px; }
  .cta-inner { gap: 36px; min-height: auto; }
  .footer-main { gap: 50px; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-layout aside { position: static; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand img { width: 105px; }
  .brand > span { font-size: 9px; }
  .header-cta { padding: 11px 14px; font-size: 11px; }
  .hero { padding: 125px 0 72px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 11px; }
  .console-body { padding: 26px 20px 22px; }
  .console-title-row h2 { font-size: 34px; }
  .console-count { font-size: 44px; }
  .console-bar { grid-template-columns: 1fr auto; }
  .console-bar > span:nth-child(2) { display: none; }
  .tools-section, .approach-section, .ecosystem-section { padding: 82px 0; }
  .section-heading h2, .ecosystem-copy h2, .approach-intro h2, .cta-inner h2 { font-size: 43px; }
  .product-card { display: block; }
  .product-visual { height: 290px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .budget-visual { gap: 19px; padding-inline: 24px; }
  .budget-mark { width: 92px; height: 92px; font-size: 47px; }
  .budget-chart { width: 125px; height: 95px; }
  .budget-pill { right: 16px; bottom: 16px; }
  .receipt-stamp { right: 22px; }
  .product-content { padding: 28px 22px 30px; }
  .product-content h3 { font-size: 34px; }
  .ecosystem-card { width: min(100% - 20px,1180px); padding: 34px 22px; }
  .tools-node > div { flex-wrap: wrap; }
  .cta-inner { padding-block: 70px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-bottom { flex-direction: column; }
  .error-shell { width: min(100% - 30px,860px); }
  .error-actions { display: grid; width: 100%; }
}
