/* Paper Infra — v6 navy identity
   Palette locked to the finalised brand kit:
   Navy #173A5E · Ocean Blue #2A6591 · Sky Blue #7FB8D4 */

:root {
  --navy: #173A5E;
  --deep-navy: #0F2740;
  --ocean: #2A6591;
  --sky: #7FB8D4;
  --sky-soft: #A9D2E5;
  --pale-sky: #E9F2F8;
  --charcoal: #1B2733;
  --grey: #64748B;
  --paper: #F4F8FB;
  --line: #DFE8EF;
  --white: #ffffff;

  --container: 1140px;
  --shadow-sm: 0 10px 26px rgba(23, 58, 94, .07);
  --shadow-lg: 0 24px 60px rgba(23, 58, 94, .15);
  --brand-gradient: linear-gradient(135deg, #173A5E 0%, #2A6591 70%, #3E82B0 100%);
  --dark-gradient: linear-gradient(135deg, #0F2740 0%, #173A5E 55%, #2A6591 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--paper); }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 16px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 4px; }

/* ---------- Utility bar ---------- */
.utility-bar { color: rgba(255,255,255,.9); background: var(--deep-navy); font-size: 12px; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-links span, .utility-links a { position: relative; }
.utility-links span:not(:last-child)::after, .utility-links a:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -11px; width: 1px; height: 12px; background: rgba(255,255,255,.24); transform: translateY(-50%); }
.utility-links a { color: var(--sky); font-weight: 700; }

/* ---------- Header ---------- */
.site-header { position: sticky; z-index: 100; top: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 2px 14px rgba(23,58,94,.05); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 40px; flex: 0 0 44px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--navy); font-size: 20px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--grey); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a:not(.button) { position: relative; color: #3B4C5E; font-size: 13.5px; font-weight: 700; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--ocean); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a:not(.button):hover { color: var(--ocean); }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 4px; transition: transform .22s ease, opacity .22s ease; }

/* ---------- Buttons ---------- */
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; color: var(--white); background: var(--navy); border: 1px solid transparent; border-radius: 8px; box-shadow: 0 10px 22px rgba(23,58,94,.16); font-size: 15px; font-weight: 700; line-height: 1.2; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--ocean); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(42,101,145,.26); }
.button:disabled { opacity: .6; cursor: progress; transform: none; }
.button-header { min-height: 40px; padding: 9px 18px; border-radius: 6px; font-size: 13px; }
.button-secondary { color: var(--navy); background: var(--white); border-color: #C6D6E2; box-shadow: none; }
.button-secondary:hover { color: var(--ocean); background: var(--pale-sky); box-shadow: none; }
.button-ghost { min-height: 44px; margin-top: 10px; color: var(--navy); background: var(--pale-sky); border-color: #CBE0EC; box-shadow: none; font-size: 14px; }
.button-ghost:hover { color: var(--navy); background: #DCEBF4; box-shadow: none; }
.button-full { width: 100%; }

/* ---------- Shared headings ---------- */
h1 { max-width: 780px; margin-bottom: 22px; color: var(--charcoal); font-size: clamp(38px, 4.8vw, 56px); line-height: 1.12; letter-spacing: -.03em; }
h2 { margin-bottom: 14px; color: var(--charcoal); font-size: clamp(28px, 3.4vw, 40px); line-height: 1.18; letter-spacing: -.025em; }
h3 { margin-bottom: 8px; color: var(--charcoal); font-size: 19px; line-height: 1.35; letter-spacing: -.015em; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--ocean); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--sky); }
.eyebrow-light { color: var(--sky); }
.eyebrow-light span { background: var(--sky); }

.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading p { margin-bottom: 0; color: var(--grey); font-size: 16.5px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light p { color: #C3D8E6; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; right: -190px; top: -180px; width: 460px; height: 460px; border: 1px solid rgba(42,101,145,.16); border-radius: 50%; box-shadow: 0 0 0 52px rgba(127,184,212,.09), 0 0 0 104px rgba(42,101,145,.04); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 66px; align-items: center; }
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-lead { max-width: 620px; margin-bottom: 28px; color: var(--grey); font-size: 17.5px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.badge { padding: 8px 15px; color: var(--ocean); background: var(--white); border: 1px solid #D4E2EC; border-radius: 20px; font-size: 12.5px; font-weight: 700; }
.badge-solid { color: var(--white); background: var(--ocean); border-color: var(--ocean); }

.hero-panel { position: relative; overflow: hidden; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
.hero-panel::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--brand-gradient); }
.hero-panel-brand { display: grid; place-items: center; padding: 18px 20px 22px; border-bottom: 1px solid var(--line); text-align: center; }
.hero-panel-brand img { width: 118px; height: auto; object-fit: contain; }
.hero-panel-brand strong { margin-top: 14px; color: var(--navy); font-size: 19px; letter-spacing: -.02em; }
.hero-panel-brand span { margin-top: 4px; color: var(--grey); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.operations-list { display: grid; padding: 6px 0; }
.operations-list article { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 16px 2px; }
.operations-list article + article { border-top: 1px solid var(--line); }
.operation-number { display: grid; width: 38px; height: 38px; place-items: center; color: var(--navy); background: var(--pale-sky); border: 1px solid #D2E4EF; border-radius: 10px; font-size: 11px; font-weight: 900; }
.operations-list strong { display: block; color: var(--charcoal); font-size: 14px; }
.operations-list small { display: block; margin-top: 2px; color: var(--grey); font-size: 11.5px; }
.panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11.5px; font-weight: 800; }
.panel-status { display: inline-flex; align-items: center; gap: 8px; color: var(--grey); }
.panel-status i { width: 8px; height: 8px; background: var(--sky); border-radius: 50%; box-shadow: 0 0 0 5px rgba(127,184,212,.22); }
.panel-footer a { color: var(--ocean); }
.panel-footer b { margin-left: 4px; }

/* ---------- Cost strip ---------- */
.cost-strip { padding: 20px 0; color: var(--white); background: var(--navy); }
.cost-inner { display: flex; align-items: center; justify-content: center; gap: 12px 26px; flex-wrap: wrap; text-align: center; }
.cost-inner p { margin: 0; font-size: 15.5px; }
.cost-inner strong { color: var(--sky); }

/* ---------- Sectors ---------- */
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sector-card { padding: 26px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.sector-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.sector-icon { display: grid; width: 42px; height: 42px; margin-bottom: 16px; place-items: center; background: var(--pale-sky); border-radius: 10px; }
.sector-icon svg { width: 21px; height: 21px; stroke: var(--navy); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sector-card h3 { font-size: 17px; }
.sector-card p { margin: 0; color: var(--grey); font-size: 13.5px; }

/* ---------- Compliance ---------- */
.threshold-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 22px; }
.threshold-card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); }
.threshold-card strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: clamp(25px, 2.8vw, 32px); line-height: 1.15; letter-spacing: -.03em; }
.threshold-card span { color: var(--grey); font-size: 13px; }
.compliance-body { max-width: 960px; padding: 20px 24px; margin-bottom: 24px; color: #3E4E5E; background: var(--white); border-left: 4px solid var(--sky); border-radius: 0 10px 10px 0; }
.compliance-body p { margin: 0; font-size: 15px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.feature-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 26px; }
.feature-item + .feature-item { border-left: 1px solid var(--line); }
.feature-item h3 { font-size: 16px; }
.feature-item p { margin: 0; color: var(--grey); font-size: 13px; }
.icon-box { display: grid; width: 42px; height: 42px; place-items: center; background: var(--brand-gradient); border-radius: 10px; }
.icon-box svg { width: 20px; height: 20px; stroke: var(--white); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 28px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #CBE0EC; box-shadow: var(--shadow-lg); }
.service-icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; background: var(--pale-sky); border: 1px solid #D2E4EF; border-radius: 11px; }
.service-icon svg { width: 22px; height: 22px; stroke: var(--navy); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card p { margin-bottom: 0; color: var(--grey); font-size: 14px; }

/* ---------- Process ---------- */
.section-dark { color: var(--white); background: var(--dark-gradient); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.process-step { padding: 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.process-step > span { display: grid; width: 38px; height: 38px; margin-bottom: 42px; place-items: center; color: var(--navy); background: var(--sky); border-radius: 10px; font-size: 12px; font-weight: 900; }
.process-step h3 { color: var(--white); font-size: 17px; }
.process-step p { margin: 0; color: #C3D8E6; font-size: 13px; }
.process-note { margin: 28px 0 0; color: #C3D8E6; font-size: 14px; }
.process-note strong { color: var(--white); }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: start; }
.why-copy { position: sticky; top: 118px; }
.why-copy .eyebrow, .about-copy .eyebrow { margin-bottom: 12px; }
.why-copy p, .about-copy p { color: var(--grey); font-size: 15.5px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 6px; color: var(--ocean); font-weight: 800; }
.text-link:hover { color: var(--navy); }
.why-list { border-top: 1px solid var(--line); }
.why-item { display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.why-item > .tick { display: grid; width: 26px; height: 26px; place-items: center; background: var(--pale-sky); border-radius: 50%; color: var(--ocean); font-size: 14px; font-weight: 900; }
.why-item h3 { margin-bottom: 4px; font-size: 17px; }
.why-item p { margin: 0; color: var(--grey); font-size: 13.5px; }

/* ---------- Categories ---------- */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-card { display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.category-card i { flex: 0 0 10px; width: 10px; height: 10px; background: var(--sky); border-radius: 50%; }
.category-card h3 { margin: 0; font-size: 15.5px; }
.category-note { margin: 22px 0 0; color: var(--grey); font-size: 13.5px; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 66px; align-items: center; }
.about-panel { position: relative; overflow: hidden; padding: 34px; color: var(--white); background: var(--dark-gradient); border-radius: 18px; box-shadow: var(--shadow-lg); }
.about-panel::before { content: ""; position: absolute; top: -120px; right: -110px; width: 300px; height: 300px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.04); }
.about-mark { position: relative; z-index: 1; width: 92px; height: 78px; padding: 9px; background: var(--white); border-radius: 14px; object-fit: contain; }
.about-panel-label { position: relative; z-index: 1; margin: 18px 0 22px; color: var(--sky); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-facts { position: relative; z-index: 1; overflow: hidden; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; }
.about-facts div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; }
.about-facts div + div { border-top: 1px solid rgba(255,255,255,.12); }
.about-facts strong { font-size: 14.5px; }
.about-facts span { color: #C3D8E6; font-size: 11px; text-align: right; }
.credential-note { margin: 22px 0 0; padding: 16px 18px; color: #3E4E5E; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; font-size: 13px; }
.credential-note strong { color: var(--navy); }

/* ---------- Contact ---------- */
.contact { color: var(--white); background: var(--dark-gradient); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: start; }
.contact h2 { color: var(--white); }
.contact-copy > p { max-width: 520px; color: #C3D8E6; font-size: 16.5px; }
.contact-list { display: grid; gap: 6px; margin-top: 28px; }
.contact-list > a, .contact-list > div { display: flex; align-items: center; gap: 15px; padding: 11px 0; }
.contact-icon { display: grid; flex: 0 0 38px; height: 38px; place-items: center; background: var(--sky); border-radius: 9px; }
.contact-icon svg { width: 18px; height: 18px; stroke: var(--navy); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-list small { display: block; color: var(--sky); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { display: block; margin-top: 2px; font-size: 13.5px; line-height: 1.5; }
.contact-list .stacked strong + strong { margin-top: 4px; }
.contact-form-wrap { padding: 8px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.contact-form { padding: 28px; color: var(--charcoal); background: var(--white); border-radius: 13px; }
.form-heading { margin-bottom: 20px; }
.form-heading h3 { margin-bottom: 5px; font-size: 22px; }
.form-heading p { margin: 0; color: var(--grey); font-size: 12.5px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 13px; color: #3E4E5E; font-size: 11.5px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 13px; color: var(--charcoal); background: #FAFCFD; border: 1px solid #D4E0E9; border-radius: 7px; outline: none; font-size: 14.5px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--ocean); box-shadow: 0 0 0 4px rgba(42,101,145,.12); }
.contact-form [aria-invalid="true"] { border-color: #B3453A; }
.form-status { min-height: 20px; margin-bottom: 8px; color: #9B392F; font-size: 12px; font-weight: 700; }
.form-status.is-success { color: #1B7A4B; }
.form-privacy { margin: 10px 0 0; color: var(--grey); font-size: 10px; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { color: #D3E1EB; background: var(--deep-navy); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 36px; padding-bottom: 26px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-brand img { width: 46px; height: 40px; padding: 5px; background: var(--white); border-radius: 8px; object-fit: contain; }
.footer-brand span { display: grid; line-height: 1.2; }
.footer-brand strong { color: var(--white); font-size: 16px; }
.footer-brand small { margin-top: 4px; color: #93B4C9; font-size: 10px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12.5px; font-weight: 700; }
.footer-top nav a:hover { color: var(--sky); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #8AA9BF; font-size: 10.5px; }

.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.button) { font-size: 12.5px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 840px; }
  .hero-panel { max-width: 560px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-item + .feature-item { border-top: 1px solid var(--line); border-left: 0; }
  .about-grid, .contact-grid, .why-grid { gap: 46px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 74px; overflow-x: clip; }
  .utility-bar { display: none; }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 111; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 68px 0 0; display: grid; align-content: start; gap: 0; padding: 20px 20px 100px; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 16px 4px; font-size: 17px; border-bottom: 1px solid var(--line); }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 20px; }
  .section { padding: 72px 0; }
  .threshold-grid, .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .why-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step > span { margin-bottom: 30px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  body { padding-bottom: 64px; }
  .section { padding: 60px 0; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 8px; letter-spacing: .1em; }
  h1 { font-size: 33px; }
  h2 { font-size: 27px; }
  .hero { padding: 60px 0 66px; }
  .hero-lead, .section-heading p, .contact-copy > p { font-size: 15.5px; }
  .hero-actions .button { width: 100%; }
  .hero-panel { padding: 20px; border-radius: 14px; }
  .panel-footer { align-items: flex-start; flex-direction: column; }
  .sector-grid, .services-grid, .threshold-grid, .process-grid, .category-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px 22px; }
  .about-panel { padding: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 10px; left: 12px; display: flex; height: 48px; align-items: center; justify-content: center; color: var(--white); background: var(--navy); border-radius: 9px; box-shadow: 0 12px 28px rgba(23,58,94,.34); font-size: 14px; font-weight: 800; }
}

@media (max-width: 410px) {
  h1 { font-size: 29px; }
  .hero-panel-brand img { width: 96px; }
}
