:root {
  --navy-950: #050b16;
  --navy-900: #07101f;
  --navy-850: #0a1528;
  --navy-800: #0d1b31;
  --navy-700: #142742;
  --blue-700: #155fe8;
  --blue-600: #2778ff;
  --blue-500: #4c91ff;
  --cyan-400: #69d6ef;
  --ink: #101b2e;
  --muted: #5f6d82;
  --line: #dce4ef;
  --surface: #f4f7fb;
  --white: #fff;
  --success: #59d69d;
  --shadow-sm: 0 18px 50px rgba(6, 16, 34, .08);
  --shadow-lg: 0 40px 100px rgba(0, 5, 15, .38);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { color: var(--white); background: var(--blue-600); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%);
  padding: 12px 16px; color: var(--white); background: var(--blue-700); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height);
  color: rgba(255,255,255,.8); background: rgba(5,11,22,.35); border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: .25s ease;
}
.site-header.is-scrolled { background: rgba(5,11,22,.9); border-bottom-color: rgba(255,255,255,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 214px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 650; }
.site-nav a { text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.nav-cta { padding: 11px 18px; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; color: var(--white); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: .2s ease; }

.hero {
  position: relative; min-height: 840px; display: grid; align-items: center; overflow: hidden;
  color: var(--white); background: var(--navy-950); padding: calc(var(--header-height) + 84px) 0 90px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 190px; background: linear-gradient(transparent, rgba(7,16,31,.8)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; filter: blur(130px); opacity: .18; }
.hero-glow-one { top: 40px; right: -120px; background: var(--blue-600); }
.hero-glow-two { bottom: -300px; left: 12%; background: var(--cyan-400); opacity: .1; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue-700); font-size: .75rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--cyan-400); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(3.6rem, 6.5vw, 6.5rem); line-height: .95; letter-spacing: -.055em; font-weight: 760; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #8ce6fa, #5d9aff); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #b6c1d3; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .96rem; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); box-shadow: 0 14px 34px rgba(21,95,232,.3); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #9fadbf; font-size: .86rem; font-weight: 650; }
.hero-points li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 9px 1px 0; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px rgba(89,214,157,.6); }
.hero-visual { position: relative; }
.system-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(18,37,66,.9), rgba(8,18,35,.74)); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.system-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 14%, rgba(76,145,255,.2), transparent 32%); pointer-events: none; }
.system-card-top { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.system-card-top > div { display: grid; gap: 7px; }
.system-label { color: #8291a8; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.system-card-top strong { font-size: 1.05rem; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #aaf4d0; border: 1px solid rgba(89,214,157,.22); border-radius: 999px; background: rgba(89,214,157,.08); font-size: .72rem; font-weight: 800; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px rgba(89,214,157,.8); }
.system-map { position: relative; height: 350px; }
.system-map > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-map path { fill: none; stroke: rgba(118,162,225,.26); stroke-width: 1.5; stroke-dasharray: 5 8; animation: dash 18s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -130; } }
.map-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 82px; height: 42px; color: #bdc9db; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(7,16,31,.8); box-shadow: 0 12px 24px rgba(0,0,0,.18); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transform: translate(-50%,-50%); }
.map-node-core { top: 50%; left: 50%; width: 96px; height: 96px; border-radius: 26px; background: linear-gradient(145deg, rgba(31,102,235,.98), rgba(17,52,123,.95)); box-shadow: 0 22px 60px rgba(22,100,239,.35); }
.map-node-core img { width: 54px; }
.map-node-a { top: 22%; left: 18%; }
.map-node-b { top: 22%; left: 82%; }
.map-node-c { top: 78%; left: 18%; }
.map-node-d { top: 78%; left: 82%; }
.signal-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.08); }
.signal-row div { padding: 15px; background: rgba(8,18,35,.9); }
.signal-row span, .signal-row strong { display: block; }
.signal-row span { margin-bottom: 5px; color: #708096; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signal-row strong { color: #dce6f5; font-size: .78rem; }

.trust-strip { position: relative; z-index: 3; color: #aab6c7; background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.08); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.trust-grid p:last-child { border-right: 0; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.05fr .72fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2, .principles-copy h2, .about-copy h2, .faq-heading h2, .contact-card h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b8cef0; box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(39,120,255,.1), transparent 68%); }
.service-number { position: absolute; top: 28px; right: 28px; color: #9aa8bb; font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 52px; color: var(--blue-700); border-radius: 15px; background: #edf4ff; }
.service-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 15px; font-size: 1.28rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.approach-section { color: var(--white); background: var(--navy-900); overflow: hidden; }
.approach-heading .eyebrow { color: var(--cyan-400); }
.approach-heading > p { color: #9caac0; }
.approach-layout { display: grid; grid-template-columns: 1.04fr .86fr; gap: 70px; align-items: start; }
.approach-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.approach-step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 12px 25px 4px; color: #718096; border-bottom: 1px solid rgba(255,255,255,.1); cursor: pointer; transition: color .2s ease, padding-left .2s ease; outline: none; }
.approach-step:hover, .approach-step:focus-visible, .approach-step.is-active { color: var(--white); padding-left: 12px; }
.approach-step.is-active .step-index { color: var(--cyan-400); }
.step-index { padding-top: 4px; font-size: .69rem; font-weight: 850; letter-spacing: .14em; }
.approach-step h3 { margin: 0 0 7px; font-size: 1.22rem; }
.approach-step p { max-width: 650px; margin: 0; color: #8290a6; line-height: 1.6; }
.approach-step.is-active p { color: #aeb9c9; }
.approach-panel { position: sticky; top: calc(var(--header-height) + 34px); min-height: 510px; padding: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: linear-gradient(145deg, #142b4e, #0b182c); box-shadow: 0 32px 70px rgba(0,0,0,.25); }
.approach-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; bottom: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(39,120,255,.35), transparent 68%); }
.approach-panel-header { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.approach-panel-header span { color: var(--cyan-400); font-size: .8rem; font-weight: 850; letter-spacing: .15em; }
.approach-panel-header p { margin: 0; color: #8392a8; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.approach-panel > h3 { position: relative; margin: 54px 0 20px; max-width: 420px; font-size: clamp(2rem, 3vw, 3.15rem); line-height: 1.03; letter-spacing: -.04em; }
.approach-panel > p { position: relative; margin: 0; color: #aab6c8; font-size: 1.02rem; line-height: 1.72; }
.approach-panel ul { position: relative; margin: 34px 0 0; padding: 0; list-style: none; }
.approach-panel li { margin: 11px 0; color: #d7e0ed; }
.approach-panel li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 10px; color: var(--navy-900); border-radius: 50%; background: var(--cyan-400); font-size: .69rem; font-weight: 900; }

.principles-section { background: var(--surface); }
.principles-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.principles-copy { position: sticky; top: calc(var(--header-height) + 34px); }
.principles-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-700); font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principles-grid article { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.principles-grid article > span { color: var(--blue-700); font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.principles-grid h3 { margin: 64px 0 14px; font-size: 1.2rem; }
.principles-grid p { margin: 0; color: var(--muted); line-height: 1.68; }

.about-section { position: relative; overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.about-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--blue-600), #0c2d6d); box-shadow: var(--shadow-sm); }
.about-mark::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.about-mark::after { content: ""; position: absolute; width: 60%; height: 60%; border: 1px solid rgba(255,255,255,.12); transform: rotate(45deg); }
.about-mark img { position: relative; z-index: 2; width: 42%; filter: drop-shadow(0 18px 24px rgba(0,0,0,.18)); }
.about-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.about-facts div { padding: 18px; border-left: 2px solid var(--blue-600); background: var(--surface); }
.about-facts strong, .about-facts span { display: block; }
.about-facts strong { margin-bottom: 7px; font-size: .88rem; }
.about-facts span { color: var(--muted); font-size: .79rem; line-height: 1.45; }

.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 100px; }
.faq-heading { position: sticky; top: calc(var(--header-height) + 34px); align-self: start; }
.faq-list { border-top: 1px solid #cbd5e2; }
details { border-bottom: 1px solid #cbd5e2; }
summary { position: relative; padding: 28px 52px 28px 0; cursor: pointer; list-style: none; font-size: 1.06rem; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 50%; right: 4px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue-700); border: 1px solid #b8c8dc; border-radius: 50%; transform: translateY(-50%); transition: transform .2s ease; }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details p { margin: -5px 54px 28px 0; color: var(--muted); line-height: 1.7; }

.contact-section { padding: 70px 0; background: var(--white); }
.contact-card { position: relative; min-height: 410px; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 70px; overflow: hidden; padding: 58px; color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(135deg, #0b1c35, #0f3268 58%, #155fe8); box-shadow: var(--shadow-sm); }
.contact-card::before { content: ""; position: absolute; width: 480px; height: 480px; right: -110px; top: -250px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.contact-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -15px; top: -155px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.contact-card > div { position: relative; z-index: 2; }
.eyebrow-light { color: var(--cyan-400); }
.contact-card h2 { max-width: 700px; }
.contact-card > div > p:not(.eyebrow) { max-width: 690px; margin: 23px 0 0; color: #becbdd; line-height: 1.7; }
.contact-actions { display: grid; justify-items: start; gap: 15px; }
.button-light { color: var(--navy-900); background: var(--white); }
.contact-actions p { margin: 0; color: #b7c6da; font-size: .78rem; }

.site-footer { padding: 62px 0; color: #8593a8; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 80px; align-items: end; }
.footer-brand img { width: 190px; }
.footer-grid > div:first-child > p { margin: 15px 0 0; font-size: .85rem; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 28px; }
.footer-grid nav a { color: #b8c4d4; font-size: .84rem; text-decoration: none; }
.footer-grid nav a:hover { color: var(--white); }
.footer-meta { text-align: right; }
.footer-meta p { margin: 5px 0; font-size: .76rem; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 670px; width: 100%; }
  .section-heading { gap: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-layout { gap: 38px; }
  .principles-layout, .about-layout, .faq-layout { gap: 55px; }
  .contact-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: var(--header-height); }
  .brand img { width: 185px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 14px; background: rgba(5,11,22,.98); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .24s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { padding: 16px 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .site-nav a:last-child { border-bottom: 0; }
  .nav-cta { border: 0; border-radius: 0; background: none; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: calc(var(--header-height) + 72px); }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 5.6rem); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .trust-grid p { min-height: 48px; display: grid; place-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
  .trust-grid p:nth-child(2) { border-right: 0; }
  .trust-grid p:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 90px 0; }
  .section-heading, .approach-layout, .principles-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .approach-panel, .principles-copy, .faq-heading { position: static; }
  .approach-panel { min-height: 450px; }
  .about-mark { max-width: 520px; width: 100%; }
  .about-facts { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 580px) {
  .hero { padding-bottom: 60px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .system-card { padding: 16px; border-radius: 22px; }
  .system-card-top { align-items: stretch; flex-direction: column; }
  .status-pill { align-self: flex-start; }
  .system-map { height: 290px; }
  .map-node { width: 68px; height: 38px; font-size: .58rem; }
  .map-node-core { width: 82px; height: 82px; }
  .signal-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08) !important; }
  .trust-grid p:last-child { border-bottom: 0 !important; }
  .service-grid, .principles-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .approach-panel { padding: 28px; }
  .approach-panel-header { display: grid; gap: 10px; }
  .contact-card { min-height: auto; padding: 35px 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
