:root {
  --ink: #102033;
  --muted: #586778;
  --paper: #f7f9fb;
  --white: #ffffff;
  --line: #dce4eb;
  --blue: #30349a;
  --blue-dark: #20256f;
  --green: #35b83b;
  --green-dark: #167a24;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(16, 32, 51, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin-top: 0; }
h2 { margin: 0; font-size: clamp(1.8rem, 3.1vw, 2.9rem); line-height: 1.1; letter-spacing: -.035em; }
h3 { margin: 0; font-size: 1.32rem; line-height: 1.25; letter-spacing: -.02em; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247,249,251,.94); border-bottom: 1px solid rgba(16,32,51,.09); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 1.7rem; margin-left: auto; }
.desktop-nav a { text-decoration: none; font-weight: 650; font-size: .95rem; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--blue); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0 5rem;
  background:
    linear-gradient(rgba(48,52,154,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48,52,154,.045) 1px, transparent 1px),
    linear-gradient(135deg, #fff 0%, #f7f9fb 64%, #eef3f7 100%);
  background-size: 34px 34px, 34px 34px, auto;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1.1rem; color: var(--blue); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1 { max-width: 720px; margin: 0; font-size: clamp(2.35rem, 4.2vw, 4.1rem); line-height: 1.04; letter-spacing: -.045em; }
.hero-subline { margin: 1.4rem 0 .85rem; color: var(--green-dark); font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 780; }
.hero-text { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.2rem; border-radius: 999px; border: 1px solid transparent; font-weight: 780; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 10px 24px rgba(48,52,154,.24); }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { background: rgba(255,255,255,.8); border-color: var(--line); }
.button-quiet:hover { border-color: var(--green); }
.trust-list { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; padding: 0; margin: 2rem 0 0; list-style: none; color: var(--ink); font-size: .92rem; font-weight: 700; }
.trust-list li::before { content: ""; display: inline-block; width: .48rem; height: .48rem; margin-right: .55rem; border-radius: 50%; background: var(--green); }
.hero-visual { position: relative; margin: 0; padding: 18px 0 0 18px; }
.hero-visual img { position: relative; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 8px 28px 8px 28px; box-shadow: var(--shadow); }
.hero-visual figcaption { margin-top: .9rem; color: var(--muted); font-size: .88rem; }
.technical-frame { position: absolute; inset: 0 26px 54px 0; border: 1px solid var(--blue); border-right-color: var(--green); z-index: 0; }
.technical-frame::before, .technical-frame::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--green); }
.technical-frame::before { left: -6px; top: -6px; border-left: 2px solid var(--green); border-top: 2px solid var(--green); }
.technical-frame::after { right: -6px; bottom: -6px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); }
.technical-frame span { position: absolute; right: 12px; top: -13px; padding: 0 .45rem; background: var(--paper); color: var(--blue); font-size: .68rem; letter-spacing: .1em; font-weight: 800; }

.section { padding: clamp(4.8rem, 9vw, 8.5rem) 0; }
.section[id] { scroll-margin-top: 82px; }
.section-kicker { margin: 0 0 .85rem; color: var(--blue); font-weight: 820; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.lead { color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.52; }
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-head > p { max-width: 460px; color: var(--muted); margin: 0; }
.text-link { color: var(--blue); font-weight: 780; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.statement { background: var(--white); }
.statement-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); }
.statement-copy { max-width: 690px; color: var(--muted); }
.statement-copy > p { margin-bottom: 1.4rem; }
.signature-line { display: grid; gap: .15rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.signature-line strong { color: var(--ink); font-size: 1.08rem; }
.signature-line span { font-size: .9rem; }

.services { background: #eef3f7; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { grid-column: span 6; min-height: 285px; position: relative; display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2rem); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
a.service-card:hover { transform: translateY(-4px); border-color: rgba(48,52,154,.35); box-shadow: 0 16px 36px rgba(16,32,51,.08); }
.service-card.featured { background: var(--blue); color: white; border-color: var(--blue); }
.service-card.featured::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -110px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.04), 0 0 0 64px rgba(255,255,255,.035); }
.service-card.compact { grid-column: span 6; min-height: 210px; }
.card-index { margin-bottom: auto; color: var(--green-dark); font-size: .75rem; letter-spacing: .14em; font-weight: 850; }
.featured .card-index { color: #9af29f; }
.service-card h3 { margin: 2.7rem 0 .75rem; }
.service-card p { max-width: 540px; margin-bottom: 1.2rem; color: var(--muted); }
.featured p { color: rgba(255,255,255,.8); }
.card-link { margin-top: auto; font-weight: 800; font-size: .9rem; }
.featured .card-link { color: #b9f7bd; }

.image-band { background: var(--ink); color: white; }
.image-band-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.wide-image { margin: 0; }
.wide-image img { width: 100%; max-height: 520px; object-fit: cover; object-position: center; border-radius: 6px 26px 6px 26px; filter: saturate(.88) contrast(1.03); }
.wide-image figcaption { margin-top: .75rem; color: #aebaca; font-size: .84rem; }
.vehicle-copy .section-kicker { color: #83ea89; }
.vehicle-copy p { color: #c5cfda; }
.check-list { display: grid; gap: .8rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.check-list li { padding: .8rem 0 .8rem 1.7rem; border-bottom: 1px solid rgba(255,255,255,.13); position: relative; }
.check-list li::before { content: "+"; position: absolute; left: 0; color: #83ea89; font-weight: 900; }

.process-preview { background: white; }
.process-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.process-grid > div > p:not(.section-kicker) { color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 1.2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--blue); font-size: .75rem; letter-spacing: .13em; font-weight: 850; padding-top: .2rem; }
.steps strong { font-size: 1.08rem; }
.steps p { margin: .25rem 0 0; color: var(--muted); }

.reviews { background: linear-gradient(125deg, var(--blue-dark), var(--blue)); color: white; }
.review-summary { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1.2rem 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.review-summary > div { display: flex; align-items: center; gap: 1rem; }
.review-summary strong { font-size: 3rem; line-height: 1; }
.review-summary span { color: #8dec93; letter-spacing: .08em; }
.review-summary p { margin: 0; color: rgba(255,255,255,.78); }
.review-summary > a { justify-self: end; color: #b8f5bc; font-weight: 750; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.review-card { min-height: 220px; display: flex; flex-direction: column; padding: 1.7rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); }
.stars { color: #8dec93; letter-spacing: .08em; }
.review-card blockquote { margin: auto 0 1.5rem; font-size: 1.28rem; line-height: 1.4; font-weight: 700; }
.review-card p { margin: 0; color: rgba(255,255,255,.67); font-size: .85rem; }

.profile { background: #eef3f7; }
.profile-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.profile-grid > div > p:not(.section-kicker) { max-width: 680px; color: var(--muted); }
.profile-portrait { width: min(100%, 260px); margin: 2rem 0 0; }
.profile-portrait img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 6px 20px 6px 20px; box-shadow: 0 14px 32px rgba(16,32,51,.10); }
.profile-portrait figcaption { margin-top: .55rem; color: var(--muted); font-size: .82rem; }
.qualification-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 40px rgba(16,32,51,.06); }
.qualification-card > img { width: 170px; height: auto; margin: 1.7rem; }
.qualification-card dl { margin: 0; }
.qualification-card dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 1.7rem; border-top: 1px solid var(--line); }
.qualification-card dt { color: var(--muted); font-size: .82rem; }
.qualification-card dd { margin: 0; font-weight: 700; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-grid > div:first-child > p:last-child { color: var(--muted); margin-top: 1.2rem; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; cursor: pointer; list-style: none; font-weight: 780; font-size: 1.08rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: .4rem; top: 1.15rem; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 680px; padding: 0 2rem 1.5rem 0; margin: 0; color: var(--muted); }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-copy > p:not(.section-kicker) { color: var(--muted); }
.contact-options { display: grid; gap: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.contact-options > * { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-options span { color: var(--muted); font-size: .85rem; }
.contact-options strong { text-align: right; }
.contact-options a:hover strong { color: var(--blue); }
address { color: var(--muted); font-style: normal; }
.map-links { display: flex; gap: 1rem; margin-top: 1rem; }
.map-links a { color: var(--blue); font-weight: 700; }
.contact-form { padding: clamp(1.4rem, 3vw, 2.2rem); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; margin-bottom: 1.8rem; }
.form-head strong { font-size: 1.25rem; }
.form-head span { color: var(--muted); font-size: .85rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .42rem; margin-bottom: 1rem; }
.field label { font-size: .83rem; font-weight: 760; }
.field label span, .field small { color: var(--muted); font-weight: 450; }
input, textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid #cbd5df; border-radius: 9px; background: #fbfcfd; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(48,52,154,.13); border-color: var(--blue); }
input[type="file"] { padding: .56rem; font-size: .86rem; }
.field-hint { margin: -.55rem 0 1rem; color: var(--muted); font-size: .78rem; }
.consent { display: flex; align-items: flex-start; gap: .7rem; margin: 1.2rem 0; color: var(--muted); font-size: .82rem; }
.consent input { width: 18px; min-height: 18px; margin-top: .15rem; }
.consent a { color: var(--blue); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { border: 0; cursor: pointer; font: inherit; }
.form-status { min-height: 1.5em; margin: .9rem 0 0; color: var(--green-dark); font-size: .86rem; }
.form-status.is-error { color: #a22c2c; }

.local-links { padding: 1.15rem 0; background: #e8eef3; border-top: 1px solid var(--line); }
.local-links .shell { display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; font-size: .82rem; }
.local-links span { color: var(--muted); }
.local-links a { color: var(--blue); font-weight: 700; }

.site-footer { padding: 4rem 0 1.5rem; background: #0c1929; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 2.5rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: .45rem; }
.footer-grid strong { margin-bottom: .45rem; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: #92ec97; }
.footer-grid a, .footer-grid .contact-number { color: #c3ced9; text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-brand img { width: 190px; padding: .45rem; background: white; border-radius: 6px; }
.footer-brand p { max-width: 300px; margin-top: 1rem; color: #9aa9b7; font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.12); color: #8191a1; font-size: .78rem; }
.mobile-contact-bar { display: none; }

.subhero { padding: clamp(4rem, 8vw, 7rem) 0 4rem; background: linear-gradient(rgba(48,52,154,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(48,52,154,.04) 1px, transparent 1px), white; background-size: 34px 34px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: .5rem; margin-bottom: 2rem; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--blue); }
.subhero h1 { max-width: 920px; font-size: clamp(2.2rem, 4vw, 3.65rem); }
.subhero .hero-text { max-width: 760px; margin-top: 1.35rem; }
.subhero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 3.5rem 0 1rem; font-size: clamp(1.6rem, 2.2vw, 2.1rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .7rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .55rem; }
.note-box { margin: 2rem 0; padding: 1.4rem 1.6rem; background: #eef3f7; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; }
.note-box strong { display: block; margin-bottom: .35rem; color: var(--ink); }
.note-box p { margin-bottom: 0; }
.page-aside { position: sticky; top: 110px; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(16,32,51,.06); }
.page-aside h2 { font-size: 1.35rem; letter-spacing: -.02em; }
.page-aside p { color: var(--muted); font-size: .92rem; }
.page-aside .button { width: 100%; margin-top: .5rem; }
.mini-contact { display: grid; gap: .55rem; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--line); }
.mini-contact a { color: var(--blue); font-weight: 750; font-size: .9rem; }
.topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 2rem 0; }
.topic-card { padding: 1.35rem; background: white; border: 1px solid var(--line); border-radius: 13px; }
.topic-card strong { display: block; margin-bottom: .4rem; }
.topic-card p { margin: 0; font-size: .92rem; }
.technical-photo { margin: 2.5rem 0; }
.technical-photo img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 6px 22px 6px 22px; }
.technical-photo-wide img { object-fit: contain; background: #f5f4ef; }
.technical-photo figcaption { margin-top: .6rem; color: var(--muted); font-size: .82rem; }
.page-cta { padding: 3rem 0; background: var(--blue); color: white; }
.page-cta .shell { display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.page-cta h2 { font-size: clamp(1.6rem, 2.2vw, 2.1rem); }
.page-cta p { margin: .6rem 0 0; color: rgba(255,255,255,.75); }
.page-cta .button { background: white; color: var(--blue); flex: 0 0 auto; }
.link-list { display: grid; gap: .8rem; padding: 0; list-style: none; }
.link-list a { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.1rem 1.2rem; background: white; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 700; }
.link-list a:hover { border-color: var(--blue); color: var(--blue); }
.process-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.process-list > div { display: grid; grid-template-columns: 54px 1fr; column-gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process-list span { grid-row: 1 / 3; color: var(--green-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 .35rem; }
.process-list p { margin: 0; }
.service-number { color: var(--green-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.service-card h2 { margin: 2.2rem 0 .75rem; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.text-link { margin-top: auto; color: var(--blue); font-size: .9rem; font-weight: 800; }
.subhero.compact { padding: 3.5rem 0 2.5rem; }
.subhero.compact h1 { font-size: clamp(2.05rem, 3.7vw, 3.25rem); }
.legal-copy { max-width: 860px; }
.legal-copy h2 { margin: 2.6rem 0 .75rem; font-size: 1.4rem; letter-spacing: -.02em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy a { color: var(--blue); }
.legal-page { background: white; }
.legal-page .prose { max-width: 860px; }
.legal-page .prose h2 { font-size: 1.45rem; letter-spacing: -.02em; }
.legal-page .prose h3 { font-size: 1.08rem; }
.legal-page .prose a { color: var(--blue); }
.legal-page .prose address { color: var(--muted); }

@media (max-width: 900px) {
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; padding: .6rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font: inherit; font-weight: 750; }
  .mobile-nav { padding: .5rem 20px 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { padding: .75rem 0; text-decoration: none; font-weight: 700; border-bottom: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 650px; }
  .statement-grid, .image-band-grid, .process-grid, .profile-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .page-aside { position: static; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 180px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .brand { width: 152px; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(2.05rem, 9vw, 2.7rem); }
  h2 { font-size: clamp(1.7rem, 7.5vw, 2.25rem); }
  .subhero h1 { font-size: clamp(1.95rem, 8.5vw, 2.55rem); }
  .button { width: 100%; }
  .trust-list { display: grid; gap: .5rem; }
  .hero-visual { padding-left: 10px; }
  .section { padding: 4.5rem 0; }
  .service-card { grid-column: span 12; }
  .service-card.compact { grid-column: span 12; }
  .review-summary { grid-template-columns: 1fr; gap: .65rem; }
  .review-summary > a { justify-self: start; }
  .qualification-card dl > div { grid-template-columns: 1fr; gap: .2rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-head { display: grid; }
  .contact-options > * { display: grid; gap: .2rem; }
  .contact-options strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding-bottom: 4.3rem; }
  .mobile-contact-bar { position: fixed; z-index: 40; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 5px; background: rgba(12,25,41,.96); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
  .mobile-contact-bar a { padding: .65rem .35rem; color: white; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 760; border-right: 1px solid rgba(255,255,255,.15); }
  .mobile-contact-bar a:last-child { border-right: 0; color: #9af29f; }
  .topic-grid { grid-template-columns: 1fr; }
  .page-cta .shell { display: grid; }
  .page-cta .button { width: 100%; }
}

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