
:root {
  --navy: #061a3a;
  --navy-2: #0b2c5d;
  --blue: #1762c6;
  --blue-2: #2680e8;
  --sky: #eaf3ff;
  --ink: #12213a;
  --muted: #5c6d84;
  --line: #d8e0ea;
  --panel: #f6f8fb;
  --white: #ffffff;
  --danger: #c73a33;
  --success: #137a53;
  --shadow: 0 18px 45px rgba(6, 26, 58, .14);
  --radius: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 12px; top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(216,224,234,.9); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 300px; height: auto; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 9px 12px; color: var(--navy); }
.primary-nav { display: flex; align-items: center; gap: 4px; }
.primary-nav a { color: var(--navy); font-weight: 700; font-size: .92rem; padding: 11px 12px; border-radius: 9px; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue); background: var(--sky); text-decoration: none; }
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #061a3a 0%, #0a2a59 54%, #0f4d9b 100%); color: #fff; }
.hero:before, .hero:after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.10); transform: skewX(-22deg); }
.hero:before { width: 380px; height: 900px; right: 17%; top: -330px; }
.hero:after { width: 260px; height: 760px; right: 4%; top: -250px; }
.hero-grid { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #a9cef9; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
.eyebrow:before { content: ""; width: 28px; height: 3px; background: var(--blue-2); border-radius: 99px; }
h1, h2, h3 { margin: 0 0 .5em; color: var(--navy); line-height: 1.08; letter-spacing: -.025em; }
.hero h1 { color: #fff; font-size: clamp(2.7rem, 5.6vw, 5.2rem); max-width: 760px; }
.hero-copy > p { color: #dce9f9; font-size: 1.18rem; max-width: 650px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 8px; border: 1px solid transparent; font-weight: 800; line-height: 1; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 25px rgba(23,98,198,.3); }
.btn-primary:hover { background: #0f55b5; }
.btn-secondary { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.05); }
.btn-secondary:hover { background: rgba(255,255,255,.12); }
.btn-light { background: #fff; color: var(--navy); }
.btn-outline { border-color: #b8c6d8; color: var(--navy); background: #fff; }
.hero-services { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.hero-service { display: inline-flex; align-items: center; gap: 9px; color: #e8f2ff; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.icon-circle { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.icon-circle svg, .service-icon svg, .value-icon svg, .contact-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.parking-sign-wrap { display: grid; place-items: center; }
.parking-sign { width: min(100%, 440px); border-radius: 18px; background: #fdfefe; color: var(--navy); padding: 18px; box-shadow: 0 34px 70px rgba(0,0,0,.32); transform: rotate(1.5deg); }
.sign-head { background: #f7faff; padding: 14px 16px; border-radius: 12px 12px 0 0; }
.sign-head img { width: 280px; }
.sign-body { background: linear-gradient(145deg, #06214a, #0d468f); color: #fff; margin-top: 12px; border-radius: 12px; padding: 26px; }
.sign-body .small { text-transform: uppercase; letter-spacing: .12em; color: #b9d6f7; font-weight: 800; font-size: .74rem; }
.sign-body h3 { color: #fff; font-size: 2rem; margin: 5px 0 20px; }
.sign-rule { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.25); }
.sign-rule:first-of-type { border-top: 0; }
.sign-rule svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.sign-foot { text-align: center; font-weight: 900; font-size: 1.25rem; padding: 18px 10px 8px; color: var(--blue); }
.band { background: linear-gradient(90deg, #07204a, #0b3977); color: #fff; }
.value-grid { display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: stretch; }
.value-intro { padding: 38px 28px 38px 0; }
.value-intro h2 { color: #fff; font-size: 1.55rem; }
.value-intro p { color: #d7e7fa; margin: 0; }
.value { padding: 38px 24px; border-left: 1px solid rgba(255,255,255,.15); text-align: center; }
.value-icon { color: #fff; display: grid; place-items: center; margin-bottom: 10px; }
.value strong { display: block; color: #fff; text-transform: uppercase; font-size: .82rem; }
.value span { display: block; color: #cddff4; font-size: .84rem; margin-top: 6px; }
.section { padding: 80px 0; }
.section-soft { background: var(--panel); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 36px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.section-heading p { max-width: 620px; color: var(--muted); margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .feature-card, .content-card, .contact-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 27px; box-shadow: 0 9px 28px rgba(6,26,58,.05); }
.service-card { min-height: 240px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon, .contact-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--blue); background: var(--sky); border-radius: 14px; margin-bottom: 18px; }
.service-card h3 { font-size: 1.2rem; }
.service-card p, .feature-card p, .content-card p, .contact-card p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { overflow: hidden; padding: 0; }
.feature-visual { height: 175px; padding: 28px; color: #fff; display: flex; align-items: flex-end; background: linear-gradient(135deg, #0b2d5f, #1762c6); position: relative; overflow: hidden; }
.feature-visual:after { content: "P"; position: absolute; right: 15px; top: -45px; font-size: 190px; font-weight: 900; color: rgba(255,255,255,.08); }
.feature-card .inner { padding: 26px; }
.feature-card h3 { font-size: 1.35rem; }
.notice-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; border-radius: 24px; padding: 38px; background: linear-gradient(145deg, #fff, #eef5ff); border: 1px solid #cbd9ea; box-shadow: var(--shadow); }
.notice-panel h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 27px; }
.form-grid { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; font-weight: 800; font-size: .9rem; color: var(--navy); margin-bottom: 7px; }
input, select, textarea { width: 100%; border: 1px solid #b9c6d6; border-radius: 8px; padding: 12px 13px; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(38,128,232,.20); border-color: var(--blue); }
textarea { min-height: 130px; resize: vertical; }
.form-note { color: var(--muted); font-size: .83rem; margin-top: 5px; }
.form-status { display: none; margin-top: 15px; padding: 13px 15px; border-radius: 9px; font-size: .92rem; }
.form-status.show { display: block; }
.form-status.error { background: #fff0ee; border: 1px solid #efb3ad; color: #8e211b; }
.form-status.info { background: #eef5ff; border: 1px solid #b8d1f2; color: #164d91; }
.form-status.success { background: #eaf7f1; border: 1px solid #a8d9c5; color: #0e5f40; }
.page-hero { padding: 66px 0 58px; background: linear-gradient(135deg, #061a3a, #0b3977); color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.page-hero p { max-width: 720px; color: #d9e7f7; font-size: 1.14rem; }
.breadcrumbs { color: #aac9ee; font-size: .86rem; margin-bottom: 16px; }
.breadcrumbs a { color: #dcecff; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: start; }
.prose h2 { font-size: 2rem; margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 1.2rem; }
.sticky-card { position: sticky; top: 120px; }
.list-check { list-style: none; padding: 0; margin: 20px 0; }
.list-check li { position: relative; padding: 8px 0 8px 30px; color: var(--muted); }
.list-check li:before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.tech-diagram { background: linear-gradient(145deg, #071d40, #0b438b); color: #fff; border-radius: 22px; padding: 30px; }
.tech-flow { display: grid; gap: 14px; }
.tech-step { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); }
.tech-step .number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--blue); font-weight: 900; }
.tech-step strong { color: #fff; }
.tech-step span { color: #cbdff8; font-size: .88rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.contact-card a { font-weight: 800; }
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; border: 0; background: transparent; color: var(--navy); font-weight: 800; text-align: left; }
.faq-answer { display: none; padding: 0 0 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-button .plus { transform: rotate(45deg); }
.plus { font-size: 1.4rem; transition: transform .15s ease; }
.cta { border-radius: 22px; background: linear-gradient(120deg, #061a3a, #0d4a98); color: #fff; padding: 42px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.cta p { color: #d9e8fa; margin-bottom: 0; }
.site-footer { background: #061a3a; color: #c9d9ec; padding: 52px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr 1.1fr; gap: 34px; }
.footer-brand img { width: 270px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { font-size: .9rem; max-width: 330px; }
.footer-col h3 { color: #fff; font-size: .92rem; text-transform: uppercase; letter-spacing: .07em; }
.footer-col a { display: block; color: #d4e3f5; margin: 8px 0; font-size: .9rem; }
.footer-contact { display: grid; gap: 10px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-contact svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-bottom { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.14); padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; color: #91a7c1; font-size: .82rem; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 999px; background: var(--sky); color: var(--blue); font-weight: 800; font-size: .79rem; }
.small-print { font-size: .84rem; color: var(--muted); }
.notice { border-left: 4px solid var(--blue); background: var(--sky); padding: 16px 18px; border-radius: 0 10px 10px 0; color: #234a7d; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.not-found .mark { width: 100px; margin: 0 auto 20px; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 80px; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 10px; }
  .primary-nav.open { display: flex; }
  .brand img { width: 240px; }
  .hero-grid, .notice-panel, .two-col { grid-template-columns: 1fr; }
  .parking-sign { max-width: 430px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-intro { grid-column: 1 / -1; padding-left: 20px; }
  .value { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .card-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-card { position: static; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 205px; }
  .hero-grid { padding: 52px 0; min-height: auto; }
  .hero h1 { font-size: 2.65rem; }
  .hero-services { display: grid; grid-template-columns: 1fr 1fr; }
  .parking-sign { transform: none; }
  .section { padding: 58px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 14px; }
  .card-grid, .feature-grid, .contact-grid, .footer-grid, .form-row, .value-grid { grid-template-columns: 1fr; }
  .value-intro { grid-column: auto; padding: 30px 20px; }
  .value { text-align: left; display: grid; grid-template-columns: 50px 1fr; }
  .value-icon { grid-row: 1 / 3; }
  .notice-panel { padding: 22px; }
  .cta { display: block; padding: 28px; }
  .cta .button-row { margin-top: 22px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 6px 0; }
}

/* Polished homepage refresh */
.hero.hero-polished {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #061a3a;
}
.hero-background {
  position: absolute;
  inset: 0;
}
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,20,45,.88) 0%, rgba(6,26,58,.78) 38%, rgba(6,26,58,.28) 68%, rgba(6,26,58,.1) 100%);
}
.hero-polished-inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
}
.hero-panel {
  max-width: 620px;
  color: #fff;
  padding: 60px 0;
}
.hero-panel h1,
.hero-panel p,
.hero-panel .eyebrow { color: #fff; }
.hero-panel p { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 560px; }
.hero-panel .eyebrow { color: #dce9f9; }
.service-strip {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.service-strip-item {
  padding: 28px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  text-align: left;
  font-weight: 800;
  color: var(--navy);
  min-height: 98px;
}
.service-strip-item + .service-strip-item { border-left: 1px solid var(--line); }
.strip-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
  flex: 0 0 auto;
}
.strip-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.band-deep { background: linear-gradient(90deg, #071d40, #0a3772); }
.value-grid-polished { grid-template-columns: 1.55fr repeat(4, 1fr); }
.homepage-control-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: stretch;
}
.notice-card-home { padding: 34px; }
.notice-card-home h2 { font-size: 2.2rem; margin-bottom: 10px; }
.notice-card-home .form-card { padding: 0; border: 0; box-shadow: none; background: transparent; }
.notice-card-home .compact-form .btn { width: 100%; justify-content: center; }
.homepage-side-panels {
  display: grid;
  gap: 20px;
}
.mini-callout {
  border-radius: 22px;
  padding: 32px;
  min-height: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 45px rgba(6,26,58,.12);
}
.mini-callout h3 { color: #fff; font-size: 2rem; margin: 10px 0 10px; }
.mini-callout p { color: rgba(255,255,255,.88); max-width: 420px; }
.mini-callout-dark {
  background: linear-gradient(135deg, #071d40 0%, #0c2f62 100%);
  position: relative;
  overflow: hidden;
}
.mini-callout-dark:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 24px rgba(255,255,255,.02);
}
.mini-callout-blue {
  background: linear-gradient(135deg, #0f4a97 0%, #0a2f62 100%);
  position: relative;
  overflow: hidden;
}
.mini-callout-blue:after {
  content: "";
  position: absolute;
  inset: auto -40px -55px auto;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  transform: rotate(20deg);
}
.eyebrow-light { color: rgba(255,255,255,.78); }
.btn-on-dark {
  border-color: rgba(255,255,255,.65);
  color: #fff;
  background: transparent;
}
.btn-on-dark:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.image-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(6,26,58,.08);
}
.image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.image-card-body { padding: 24px; }
.image-card-body h3 { font-size: 1.35rem; margin-bottom: 10px; }
.image-card-body p { margin: 0; color: var(--muted); }
.btn-light {
  background: #fff;
  color: var(--blue);
  border-color: #fff;
}
.btn-light:hover { background: #edf4fd; }
.btn-secondary-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.65);
}
.btn-secondary-light:hover { background: rgba(255,255,255,.08); }

@media (max-width: 1180px) {
  .service-strip-grid { grid-template-columns: repeat(3, 1fr); }
  .service-strip-item:nth-child(4) { border-left: 0; }
  .service-strip-item:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 980px) {
  .hero.hero-polished,
  .hero-polished-inner { min-height: 560px; }
  .value-grid-polished { grid-template-columns: repeat(2, 1fr); }
  .homepage-control-grid,
  .image-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .hero.hero-polished,
  .hero-polished-inner { min-height: 520px; }
  .hero-panel { padding: 34px 0; }
  .service-strip-grid { grid-template-columns: 1fr 1fr; }
  .service-strip-item { justify-content: flex-start; padding: 18px 14px; min-height: 84px; }
  .service-strip-item + .service-strip-item { border-left: 0; }
  .service-strip-item:nth-child(even) { border-left: 1px solid var(--line); }
  .service-strip-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .mini-callout { min-height: auto; }
  .image-card-grid { grid-template-columns: 1fr; }
}

/* Secondary page polish */
.page-hero.page-hero-media {
  padding: 58px 0;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}
.page-hero-grid p { max-width: 720px; }
.page-photo-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}
.page-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.image-callout-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}
.image-callout-grid.reverse {
  grid-template-columns: .95fr 1.05fr;
}
.text-stack h2 { font-size: clamp(2rem, 4vw, 3rem); }
.side-figure {
  margin: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(6,26,58,.08);
}
.side-figure img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.side-figure figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: .93rem;
}
.inline-photo {
  width: 100%;
  display: block;
  border-radius: 14px;
  margin-bottom: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.content-card.compact {
  padding: 22px;
}
.content-card.compact h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}
.not-found-photo {
  max-width: 520px;
  margin: 26px auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(6,26,58,.1);
}
.not-found-photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.footer-brand img {
  width: 270px;
  filter: none;
  opacity: 1;
  background: #fff;
  padding: 10px 12px;
  border-radius: 12px;
}
@media (max-width: 980px) {
  .page-hero-grid,
  .image-callout-grid,
  .image-callout-grid.reverse { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .page-hero.page-hero-media { padding: 40px 0; }
  .help-grid { grid-template-columns: 1fr; }
}
