/* FbGM GmbH · Geschäftskundenauftritt · lokale Systemschriften, keine externen Assets */
:root {
  --red: #e60000; --red-dark: #bd0000; --red-tint: #fff0ee;
  --ink: #202323; --muted: #606561; --soft: #858a86;
  --paper: #fff; --tint: #f6f6f2; --tint-deep: #eeeee8;
  --line: #dddfd8; --dark-line: #444946;
  --container: 1200px; --radius: 16px;
  --font: Arial, Helvetica, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; font-family: var(--font); color: var(--ink); font-size: 16px; line-height: 1.65; background: var(--paper); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font); }
button, input, select, textarea { font-size: 16px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { color: inherit; }
button, fieldset { margin: 0; }
fieldset { min-width: 0; }
img, svg { display: block; }
img { max-width: 100%; }
svg { flex-shrink: 0; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.035em; }
h1, h2 { font-weight: 700; }
h2 { font-size: clamp(30px, 3.1vw, 44px); }
h3 { font-size: 23px; }
h4 { font-size: 17px; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
::selection { background: #ffdbd5; color: var(--ink); }
.container { max-width: calc(var(--container) + 64px); padding-inline: 32px; margin-inline: auto; }
.icon { width: 22px; height: 22px; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 18px; background: white; border: 2px solid var(--red); z-index: 100; transform: translateY(-160%); border-radius: 6px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; padding: 17px 22px; border: 1px solid transparent; border-radius: 7px; font-weight: 700; font-size: 14px; line-height: 1.35; text-decoration: none; transition: background .16s, box-shadow .16s, transform .16s; min-height: 54px; }
.button .icon { width: 19px; height: 19px; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 6px 20px #e600001a; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--tint-deep); }
.button:disabled { transform: none; box-shadow: none; background: #e2e3de; color: #545953; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--red); font-size: 14px; font-weight: 700; text-decoration: none; min-height: 34px; }
.text-link .icon { width: 18px; height: 18px; transition: transform .15s; }
.text-link:hover { color: var(--red-dark); text-decoration: underline; }
.text-link:hover .icon { transform: translateX(3px); }
.section-kicker, .eyebrow, .mini-label { display: block; font-size: 10px; line-height: 1.5; letter-spacing: .14em; font-weight: 700; color: var(--red); }
.section-kicker { margin-bottom: 16px; }
.section { padding-block: 96px; }
.section-tint { background: var(--tint); }
.section-heading { margin-bottom: 38px; }
.section-intro { max-width: 57ch; color: var(--muted); font-size: 17px; margin-top: 20px; line-height: 1.75; }
.heading-split { display: grid; grid-template-columns: 1.35fr 1fr; align-items: end; gap: 70px; }
.heading-split .section-intro { margin: 0 0 3px; max-width: 42ch; }

/* Header */
.utility-bar { background: var(--tint); border-bottom: 1px solid #e9eae4; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; color: #575d57; }
.utility-divider { padding: 0 8px; color: #a8ada5; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid #e7e9e2; backdrop-filter: blur(12px); }
.navigation { min-height: 86px; display: flex; gap: 25px; align-items: center; justify-content: space-between; position: relative; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; line-height: 1.15; letter-spacing: -.035em; font-weight: 700; flex-shrink: 0; }
.brand-mark { width: 7px; height: 38px; border-radius: 3px; background: var(--red); flex: none; }
.brand small { display: block; font-size: 10px; letter-spacing: .035em; font-weight: 400; color: var(--muted); margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav a { text-decoration: none; font-size: 12px; font-weight: 700; white-space: nowrap; padding-block: 14px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--red); }
.header-contact { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 700; white-space: nowrap; }
.header-contact .icon { width: 19px; height: 19px; color: var(--red); }
.header-contact small { display: block; font-size: 9px; font-weight: 400; color: var(--muted); line-height: 1.4; }
.header-contact:hover { color: var(--red); }
.menu-toggle, .main-nav .nav-mobile-contact { display: none; }

/* Main hero */
.hero { padding-block: 64px 68px; background: var(--tint); overflow: clip; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 68px; }
.hero-copy { padding-block: 5px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #565e55; margin-bottom: 25px; letter-spacing: .1em; }
.eyebrow > span { width: 21px; height: 2px; background: var(--red); flex: none; }
.hero h1 { font-size: clamp(44px, 4.35vw, 63px); letter-spacing: -.05em; line-height: 1.075; }
.hero h1 > span { color: var(--red); }
.hero-description { font-size: 18px; line-height: 1.7; max-width: 49ch; color: var(--muted); margin-top: 25px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 29px; }
.hero-actions .button { font-size: 13px; padding-inline: 18px; gap: 15px; }
.hero-call { text-decoration: none; display: inline-flex; align-items: center; font-size: 13px; gap: 7px; font-weight: 700; min-height: 44px; }
.hero-call .icon { width: 16px; height: 16px; }
.hero-call:hover { color: var(--red); }
.hero-reassurance { display: flex; gap: 22px; flex-wrap: wrap; font-size: 11px; color: var(--muted); margin-top: 22px; }
.hero-reassurance span { display: inline-flex; align-items: center; gap: 7px; }
.hero-reassurance .icon { width: 15px; height: 15px; color: #545f53; }
.advisor-card { background: var(--ink); border-radius: 19px; color: white; overflow: hidden; position: relative; box-shadow: 0 20px 38px -23px #192c2466; }
.advisor-card-content { position: relative; z-index: 1; padding: 31px; }
.advisor-decoration { position: absolute; width: 300px; height: 300px; top: -170px; right: -130px; border: 1px solid #535a4c; border-radius: 50%; box-shadow: 0 0 0 31px #ffffff03, 0 0 0 32px #ffffff0b, 0 0 0 65px #ffffff03, 0 0 0 66px #ffffff0b, 0 0 0 101px #ffffff02, 0 0 0 102px #ffffff08; }
.advisor-overline { display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .15em; color: #e4e8de; }
.advisor-overline .icon { color: #aeb9a5; width: 19px; height: 19px; }
.advisor-promise { font-size: 24px; line-height: 1.35; letter-spacing: -.025em; margin-top: 20px; }
.advisor-identity { display: flex; gap: 19px; align-items: center; padding-block: 25px 22px; }
.avatar { width: 87px; height: 87px; border-radius: 50%; background: #343a34; border: 1px solid #5c6658; font-size: 30px; font-weight: 400; letter-spacing: -.06em; color: #e3e9dc; display: flex; align-items: center; justify-content: center; flex: none; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.advisor-identity h2 { color: white; font-size: 28px; line-height: 1.08; letter-spacing: -.03em; }
.advisor-identity p { font-size: 10px; line-height: 1.6; color: #bcc3b9; margin-top: 9px; max-width: 27ch; }
.advisor-description { color: #c8cec4; font-size: 13px; line-height: 1.8; max-width: 42ch; }
.advisor-chips { display: flex; gap: 7px; margin-top: 16px; }
.advisor-chips span { font-size: 10px; color: #e1e5dc; padding: 4px 11px; border: 1px solid #4b5348; border-radius: 100px; }
.advisor-phone { display: flex; gap: 12px; align-items: center; text-decoration: none; padding: 16px 0 0; margin-top: 24px; border-top: 1px solid #474e44; }
.advisor-phone-icon { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #656d5e; display: grid; place-items: center; }
.advisor-phone-icon .icon { width: 17px; height: 17px; }
.advisor-phone small { display: block; font-size: 10px; color: #b9c1b3; line-height: 1.5; }
.advisor-phone strong { display: block; font-size: 20px; letter-spacing: -.02em; line-height: 1.5; }
.advisor-phone > .icon { margin-left: auto; width: 21px; }
.advisor-phone:hover strong { text-decoration: underline; }
.advisor-region { display: flex; align-items: center; gap: 5px; margin-top: 18px; color: #b9c1b3; font-size: 10px; }
.advisor-region .icon { width: 12px; height: 12px; }

/* Benefit strip and services */
.benefit-strip { border-block: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 26px; }
.benefit-grid > div { display: flex; align-items: center; gap: 15px; padding-inline: 28px; border-right: 1px solid var(--line); }
.benefit-grid > div:first-child { padding-left: 0; }
.benefit-grid > div:last-child { padding-right: 0; border: 0; }
.benefit-grid .icon { color: var(--red); width: 25px; height: 25px; }
.benefit-grid strong { display: block; font-size: 13px; line-height: 1.6; }
.benefit-grid small { display: block; color: var(--muted); font-size: 11px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; padding: 31px 33px 25px; border: 1px solid var(--line); border-radius: 13px; background: white; transition: border-color .18s, box-shadow .18s; }
.service-card:hover { border-color: #adb2a7; box-shadow: 0 10px 25px #1a302207; }
.service-card-top { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.icon-tile { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 46px; height: 46px; border-radius: 11px; background: var(--red-tint); color: var(--red); }
.icon-tile .icon { width: 24px; height: 24px; }
.service-category { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 12px; font-size: 25px; }
.service-card > p { font-size: 15px; line-height: 1.75; color: var(--muted); max-width: 53ch; }
.check-list { padding: 0; margin: 22px 0 25px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; margin: 7px 0; }
.check-list .icon { width: 15px; height: 15px; margin-top: 3px; color: #626d5b; }
.service-card > .text-link { margin-top: auto; }
.inline-cta { display: flex; justify-content: center; align-items: center; gap: 19px; padding-top: 30px; font-size: 14px; }
.inline-cta p { color: var(--muted); }

/* Illustrative situations */
.case-tabs { display: inline-flex; flex-wrap: wrap; padding: 4px; gap: 4px; border: 1px solid var(--line); border-radius: 9px; margin-bottom: 23px; background: #efefe9; }
.case-tabs button { background: none; border: 0; border-radius: 6px; padding: 12px 24px; font-size: 13px; font-weight: 700; color: var(--muted); min-height: 44px; }
.case-tabs button[aria-selected="true"] { background: var(--ink); color: white; }
.case-tabs button:hover:not([aria-selected="true"]) { background: white; }
.case-panel { display: grid; grid-template-columns: 1fr 1.08fr; background: white; border: 1px solid var(--line); border-radius: 15px; padding: 41px; gap: 67px; }
.case-story { display: flex; flex-direction: column; align-items: flex-start; }
.mini-label { color: var(--muted); font-size: 9px; margin-bottom: 16px; }
.case-story h3 { font-size: 32px; line-height: 1.18; margin-bottom: 20px; }
.case-story p { font-size: 14px; color: var(--muted); }
.case-story .text-link { margin-top: 24px; }
.case-steps { display: flex; flex-direction: column; gap: 23px; }
.case-step { display: flex; gap: 15px; align-items: flex-start; }
.case-number { width: 31px; height: 31px; background: var(--tint); color: var(--red); display: grid; place-items: center; flex: none; border-radius: 6px; font-size: 10px; font-weight: 700; }
.case-step h4 { font-size: 15px; margin: 4px 0 7px; letter-spacing: -.015em; }
.case-step p { font-size: 13px; line-height: 1.7; color: var(--muted); }
.example-note { margin-top: 17px; font-size: 11px; color: var(--muted); }

/* Scope, process and regional section */
.scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.scope-card { border: 1px solid var(--line); padding: 27px; border-radius: 12px; display: flex; flex-direction: column; align-items: flex-start; }
.scope-number { font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.scope-badge { color: #4f5b47; background: #edf0e8; border-radius: 4px; padding: 5px 9px; font-size: 10px; font-weight: 700; margin-bottom: 18px; }
.scope-badge-red { color: #b30000; background: var(--red-tint); }
.scope-card h3 { font-size: 22px; margin-bottom: 15px; max-width: 17ch; line-height: 1.23; }
.scope-card > p { font-size: 14px; color: var(--muted); padding-bottom: 29px; }
.scope-bottom { border-top: 1px solid var(--line); width: 100%; padding-top: 15px; margin-top: auto; font-size: 12px; font-weight: 700; }
.scope-note { display: flex; gap: 13px; align-items: flex-start; background: var(--tint); padding: 18px 21px; border-radius: 7px; margin-top: 23px; }
.scope-note .icon { width: 18px; height: 18px; color: var(--muted); margin-top: 2px; }
.scope-note p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.process-section { padding-top: 0; }
.process-section .container { border-top: 1px solid var(--line); padding-top: 82px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 33px; padding: 0; list-style: none; margin: 37px 0 0; }
.process-grid li { position: relative; }
.process-grid li:not(:last-child)::after { content: ''; position: absolute; top: 22px; height: 1px; left: 59px; right: -17px; background: var(--line); }
.step-number { position: relative; display: grid; place-items: center; width: 44px; height: 44px; background: var(--tint); border: 1px solid var(--line); border-radius: 50%; font-size: 11px; font-weight: 700; color: var(--red); margin-bottom: 23px; }
.process-grid h3 { font-size: 17px; letter-spacing: -.02em; margin-bottom: 13px; }
.process-grid p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.region-section { background: var(--ink); color: white; padding-block: 48px; }
.region-grid { display: grid; grid-template-columns: 82px 1fr auto; gap: 33px; align-items: center; }
.region-symbol { height: 77px; width: 77px; border: 1px solid #56604d; border-radius: 50%; display: grid; place-items: center; background: #ffffff04; }
.region-symbol .icon { width: 30px; height: 30px; color: #d2dec5; }
.region-grid .section-kicker { color: #c3cfb5; font-size: 9px; margin-bottom: 12px; }
.region-grid h2 { font-size: 30px; }
.region-grid p { color: #c3c9bd; font-size: 13px; margin-top: 12px; max-width: 64ch; }
.region-tags { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 20px; color: #d2d8cc; font-size: 10px; }
.region-tags span:not(:last-child)::after { content: '·'; color: #8f9b86; margin-left: 16px; }
.region-grid .button { font-size: 12px; padding-inline: 18px; white-space: nowrap; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .85fr 1.45fr; gap: 85px; }
.faq-intro p { color: var(--muted); max-width: 29ch; font-size: 15px; margin-block: 22px 16px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 23px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--red); }
.faq-plus { width: 18px; height: 18px; flex: none; position: relative; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; background: var(--red); top: 8px; left: 3px; width: 12px; height: 1.5px; }
.faq-plus::after { transform: rotate(90deg); }
.faq-list details[open] .faq-plus::after { display: none; }
.faq-answer { padding: 0 30px 25px 0; font-size: 14px; color: var(--muted); line-height: 1.8; }

/* Contact and form */
.contact-section { background: var(--tint); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.15fr; gap: 77px; align-items: start; }
.contact-copy { padding-top: 17px; }
.contact-copy h2 { font-size: clamp(34px, 3.2vw, 45px); line-height: 1.18; }
.contact-copy h2 span { color: var(--red); }
.contact-copy > p { font-size: 16px; color: var(--muted); margin-top: 24px; max-width: 40ch; }
.contact-person { display: flex; align-items: center; gap: 13px; padding-block: 30px 25px; border-bottom: 1px solid var(--line); margin-top: 8px; }
.avatar-small { width: 52px; height: 52px; font-size: 18px; color: #434b3b; background: #e4e8de; border-color: #c8d0bd; }
.contact-person strong { display: block; font-size: 15px; line-height: 1.5; }
.contact-person span { display: block; font-size: 11px; color: var(--muted); }
.contact-direct { display: flex; align-items: center; gap: 13px; margin-top: 25px; text-decoration: none; }
.contact-direct > .icon { width: 21px; height: 21px; color: var(--red); }
.contact-direct small { display: block; font-size: 10px; color: var(--muted); }
.contact-direct strong { display: block; font-size: 23px; line-height: 1.65; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-direct:hover strong { color: var(--red); }
.contact-address { display: flex; align-items: flex-start; gap: 13px; margin-top: 25px; }
.contact-address > .icon { width: 21px; height: 21px; color: var(--muted); margin-top: 2px; }
.contact-address strong { font-size: 11px; font-weight: 700; }
.contact-address p { font-size: 12px; color: var(--muted); margin-top: 3px; }
.enquiry-form { background: white; border: 1px solid var(--line); padding: 31px; border-radius: 15px; display: grid; gap: 18px; min-width: 0; box-shadow: 0 7px 25px #152a1804; }
.form-heading { margin-bottom: 4px; }
.form-heading .section-kicker { font-size: 9px; margin-bottom: 12px; }
.form-heading h3 { font-size: 25px; line-height: 1.3; }
.form-heading p { font-size: 12px; color: var(--muted); margin-top: 10px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; font-size: 12px; font-weight: 700; min-width: 0; }
.optional { color: #71766f; font-size: 10px; font-weight: 400; }
.required-mark { color: var(--red); }
input, select, textarea { width: 100%; background: #fff; border: 1px solid #b7bfb1; border-radius: 6px; padding: 12px 13px; line-height: 1.5; min-height: 47px; font-size: 14px; transition: border-color .12s; }
input::placeholder, textarea::placeholder { color: #73796e; opacity: 1; }
input:focus, select:focus, textarea:focus { border-color: var(--red); outline-offset: 2px; }
textarea { resize: vertical; min-height: 100px; }
select { padding-right: 30px; }
.contact-preference { border: 0; padding: 0; }
.contact-preference legend { font-size: 12px; font-weight: 700; padding: 0; margin-bottom: 9px; }
.preference-options { display: flex; gap: 9px; }
.preference-options label { position: relative; flex: 1; }
.preference-options input { position: absolute; opacity: 0; width: 1px; height: 1px; min-height: 0; padding: 0; margin: 0; }
.preference-options label > span { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px; border: 1px solid var(--line); border-radius: 6px; padding: 9px; font-size: 11px; cursor: pointer; background: #fff; color: var(--muted); }
.preference-options .icon { height: 16px; width: 16px; }
.preference-options input:checked + span { color: #a80000; border-color: #e78479; background: #fff6f3; font-weight: 700; }
.preference-options input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 3px; }
.form-privacy { font-size: 10px; color: var(--muted); line-height: 1.8; margin-top: -3px; }
.form-privacy a { color: var(--ink); font-weight: 700; }
.form-submit { width: 100%; font-size: 13px; justify-content: space-between; }
.form-fineprint { color: var(--muted); font-size: 10px; text-align: center; margin-top: -7px; }
.form-status { padding: 12px 14px; border-radius: 6px; font-size: 12px; line-height: 1.65; border: 1px solid #d5dccb; background: #f5f7f1; }
.form-status--error { color: #9e1717; background: #fff0ee; border-color: #edb3ac; }
.form-status--success { color: #23451e; background: #f2f8ed; border-color: #bdd3b2; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.no-script { padding: 14px; background: var(--red-tint); font-size: 13px; border-radius: 6px; }

/* Footer */
.site-footer { background: var(--ink); color: #fff; padding-block: 53px 26px; }
.footer-top { display: grid; grid-template-columns: 1.45fr 1fr .9fr; gap: 88px; padding-bottom: 40px; }
.site-footer .brand { font-size: 17px; }
.site-footer .brand small { font-size: 10px; color: #c8cebf; letter-spacing: 0; }
.footer-brand p { font-size: 12px; color: #bfc7b8; margin-top: 19px; max-width: 42ch; }
.footer-links h2, .footer-address h2 { font-size: 12px; letter-spacing: 0; margin-bottom: 17px; }
.footer-links a { display: block; font-size: 12px; text-decoration: none; color: #cdd4c5; margin-top: 8px; }
.footer-links a:hover, .footer-bottom a:hover { text-decoration: underline; color: white; }
.footer-address > a { font-size: 16px; font-weight: 700; text-decoration: none; }
.footer-address p { font-size: 12px; color: #cdd4c5; margin-top: 14px; }
.footer-address > span { display: block; font-size: 10px; color: #bfc7b8; margin-top: 10px; }
.footer-bottom { border-top: 1px solid var(--dark-line); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: #bdc5b6; }
.footer-bottom > div { display: flex; gap: 27px; }
.footer-bottom a { text-decoration: none; }
.trademark-note { font-size: 9px; color: #aeb9a5; margin-top: 19px; }
.mobile-contact-bar { display: none; }

/* Technical service page */
.service-hero { background: var(--tint); padding-block: 35px 65px; }
.back-link { display: inline-flex; gap: 7px; align-items: center; color: var(--muted); font-size: 11px; text-decoration: none; margin-bottom: 35px; min-height: 24px; }
.back-link .icon { width: 14px; height: 14px; transform: rotate(180deg); }
.back-link:hover { color: var(--red); }
.service-hero-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 110px; align-items: center; }
.service-hero h1 { font-size: clamp(40px, 4.2vw, 58px); letter-spacing: -.05em; max-width: 16ch; }
.service-hero .eyebrow { font-size: 9px; }
.service-hero .hero-description { font-size: 17px; margin-top: 22px; }
.service-hero .button { margin-top: 27px; font-size: 13px; }
.service-hero-note { background: white; border: 1px solid var(--line); padding: 30px; border-radius: 14px; margin-top: 48px; }
.service-hero-note .icon-tile { margin-bottom: 25px; }
.service-hero-note h2 { font-size: 28px; }
.service-hero-note p { font-size: 14px; color: var(--muted); margin-top: 16px; }
.service-hero-note > span:last-child { display: flex; align-items: center; gap: 6px; font-size: 10px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; margin-top: 20px; }
.service-hero-note > span:last-child .icon { width: 15px; height: 15px; }
#service-angebote .heading-split { grid-template-columns: 1.1fr 1fr; gap: 35px; }
#service-angebote h2 { max-width: 21ch; }
.customer-switch { display: inline-flex; align-items: stretch; justify-self: end; padding: 4px; gap: 4px; border: 1px solid var(--line); border-radius: 8px; background: var(--tint); }
.customer-switch button { display: flex; align-items: center; gap: 8px; background: none; border: 0; border-radius: 5px; padding: 12px 17px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.customer-switch button .icon { width: 16px; height: 16px; }
.customer-switch button[aria-pressed="true"] { background: var(--ink); color: white; }
.customer-switch button:hover:not([aria-pressed="true"]) { background: white; }
.service-audience { margin-top: -12px; font-size: 14px; color: var(--muted); margin-bottom: 27px; }
.technical-services { border-top: 1px solid var(--line); }
.technical-service { display: grid; grid-template-columns: 48px minmax(0,1fr) auto 35px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); padding-block: 29px; }
.technical-service h3 { font-size: 20px; line-height: 1.3; margin-bottom: 9px; }
.technical-service p { font-size: 13px; max-width: 69ch; color: var(--muted); }
.technical-service-price { text-align: right; padding-left: 25px; }
.technical-service-price strong { font-size: 19px; letter-spacing: -.025em; white-space: nowrap; }
.technical-service-price small { display: block; font-size: 10px; color: var(--muted); }
.service-request { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--red); }
.service-request:hover { border-color: var(--red); background: var(--red-tint); }
.service-request .icon { width: 16px; height: 16px; }
.service-process { padding-block: 70px; }
.process-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 60px; }
.service-business-hint { border: 1px solid var(--line); border-radius: 10px; margin-top: 35px; padding: 24px; }
.service-business-hint h3 { font-size: 19px; }
.service-business-hint p { font-size: 14px; color: var(--muted); margin-block: 15px; }
[data-service-form] > .field:first-of-type { order: 0; }
[data-service-form] .form-heading { grid-row: 1; }

/* Legal drafts */
.legal-section { padding-block: 40px 90px; }
.legal-container { max-width: 950px; }
.legal-container > .back-link { display: flex; width: fit-content; }
.legal-section h1 { font-size: 50px; margin-bottom: 29px; }
.draft-notice { border: 1px solid #e6b093; background: #fff4eb; padding: 22px; border-radius: 8px; font-size: 14px; }
.draft-notice p { margin-top: 9px; color: #64544a; }
.legal-content h2 { font-size: 23px; margin-top: 36px; margin-bottom: 15px; }
.legal-content p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.legal-content mark { color: #714022; background: #fff1d6; padding: 2px 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.legal-data { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px 20px; font-size: 14px; }
.legal-data dt { font-weight: 700; }
.legal-data dd { margin: 0; }

/* Responsive: navigation remains available, every block adapts without horizontal overflow. */
@media (min-width: 1600px) { .hero { padding-block: 78px; } }
@media (max-width: 1150px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 11px; }
  .brand { font-size: 16px; }
  .header-contact { font-size: 12px; gap: 7px; }
  .hero-grid { gap: 42px; grid-template-columns: 1.15fr 1fr; }
  .hero h1 { font-size: 53px; }
  .hero-description { font-size: 17px; }
  .hero-actions { gap: 10px 17px; }
  .advisor-card-content { padding: 27px; }
  .advisor-promise { font-size: 22px; }
  .heading-split { gap: 45px; }
  .contact-grid { gap: 44px; grid-template-columns: .9fr 1.1fr; }
  .enquiry-form { padding: 25px; }
  .footer-top { gap: 55px; }
  .service-hero-grid { gap: 60px; }
}
@media (max-width: 1000px) {
  html { scroll-padding-top: 92px; }
  .navigation { min-height: 75px; gap: 20px; }
  .brand { font-size: 18px; }
  .header-contact { margin-left: auto; font-size: 14px; }
  .menu-toggle { display: grid; place-items: center; height: 44px; width: 44px; padding: 9px; border: 1px solid var(--line); border-radius: 7px; background: white; }
  .menu-toggle .icon { width: 23px; height: 23px; }
  .menu-close-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .main-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; background: white; padding: 13px 32px 21px; border-bottom: 1px solid var(--line); box-shadow: 0 15px 20px #1c27190a; }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { font-size: 15px; padding: 12px 0; }
  .main-nav .nav-mobile-contact { display: block; color: var(--red); }
  .hero-grid { gap: 33px; }
  .hero h1 { font-size: 47px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .08em; }
  .hero-reassurance { gap: 10px; font-size: 10px; }
  .advisor-card-content { padding: 25px; }
  .advisor-identity { gap: 13px; }
  .advisor-identity h2 { font-size: 25px; }
  .advisor-identity .avatar { width: 72px; height: 72px; font-size: 26px; }
  .advisor-promise { font-size: 21px; }
  .benefit-grid > div { padding-inline: 17px; gap: 11px; }
  .benefit-grid strong { font-size: 12px; }
  .benefit-grid small { font-size: 10px; }
  .scope-grid { gap: 15px; }
  .scope-card { padding: 22px; }
  .scope-card h3 { font-size: 20px; }
  .scope-badge { font-size: 9px; }
  .region-grid { gap: 25px; grid-template-columns: 1fr auto; }
  .region-symbol { display: none; }
  .faq-grid { gap: 50px; }
  .contact-grid { gap: 30px; }
  .contact-copy h2 { font-size: 36px; }
  .form-heading h3 { font-size: 22px; }
  .form-row { gap: 11px; }
  .field { font-size: 11px; }
  .optional { font-size: 9px; }
  .service-hero-grid { gap: 37px; grid-template-columns: 1.25fr 1fr; }
  .service-hero-note { padding: 25px; }
  .service-hero h1 { font-size: 48px; }
  #service-angebote .heading-split { grid-template-columns: 1fr; gap: 22px; }
  .customer-switch { justify-self: start; }
  .technical-service { gap: 18px; }
}
@media (max-width: 800px) {
  .section { padding-block: 65px; }
  .hero { padding-block: 45px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: clamp(42px, 7.4vw, 60px); }
  .hero .eyebrow { font-size: 9px; }
  .hero-description { max-width: 56ch; }
  .hero-actions { gap: 20px; }
  .hero-reassurance { gap: 20px; font-size: 11px; }
  .advisor-card { max-width: 100%; }
  .advisor-card-content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; padding: 27px; }
  .advisor-overline { grid-column: 1 / -1; }
  .advisor-promise { grid-column: 1; font-size: 23px; margin-top: 17px; }
  .advisor-identity { grid-row: 2 / 4; grid-column: 2; padding-block: 18px; }
  .advisor-description { grid-column: 1; margin-top: 15px; }
  .advisor-chips { grid-column: 2; margin-top: 12px; }
  .advisor-phone { grid-column: 1 / -1; margin-top: 20px; }
  .advisor-region { grid-column: 1 / -1; }
  .benefit-grid { grid-template-columns: 1fr; gap: 19px; padding-block: 23px; }
  .benefit-grid > div { padding: 0; border: 0; }
  .benefit-grid > div > span { display: flex; align-items: baseline; gap: 15px; }
  .benefit-grid strong { font-size: 12px; }
  .benefit-grid small { font-size: 11px; }
  .heading-split { grid-template-columns: 1fr; gap: 20px; }
  .heading-split .section-intro { max-width: 65ch; }
  .services-grid { gap: 17px; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 22px; }
  .service-card > p { font-size: 14px; }
  .service-category { display: none; }
  .case-panel { gap: 30px; padding: 28px; }
  .case-story h3 { font-size: 27px; }
  .case-story p { font-size: 13px; }
  .case-story .text-link { font-size: 12px; }
  .case-step { gap: 11px; }
  .case-step p { font-size: 12px; }
  .scope-grid { grid-template-columns: 1fr; gap: 15px; }
  .scope-card { position: relative; padding: 25px; }
  .scope-number { position: absolute; top: 24px; right: 25px; }
  .scope-card h3 { max-width: none; font-size: 23px; }
  .scope-card > p { padding-bottom: 22px; max-width: 64ch; }
  .scope-badge { font-size: 10px; }
  .scope-bottom { width: auto; border: 0; padding-top: 0; }
  .process-section { padding-top: 0; }
  .process-section .container { padding-top: 60px; }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }
  .process-grid li:nth-child(2)::after { display: none; }
  .region-grid { grid-template-columns: 1fr; gap: 24px; }
  .region-grid .button { justify-self: start; }
  .faq-grid { grid-template-columns: 1fr; gap: 31px; }
  .faq-intro p { max-width: 45ch; }
  .contact-grid { grid-template-columns: 1fr; gap: 37px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { font-size: 40px; max-width: 22ch; }
  .contact-copy > p { max-width: 57ch; }
  .contact-person { max-width: 500px; }
  .contact-direct strong { font-size: 24px; }
  .enquiry-form { padding: 29px; }
  .form-heading h3 { font-size: 26px; }
  .form-row { gap: 17px; }
  .field { font-size: 12px; }
  input, select, textarea { font-size: 16px; }
  .optional { font-size: 10px; }
  .preference-options label > span { font-size: 12px; }
  .form-privacy { font-size: 11px; }
  .form-fineprint { font-size: 11px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 60ch; }
  .footer-bottom > div { gap: 18px; }
  .service-hero { padding-block: 25px 45px; }
  .service-hero-grid { grid-template-columns: 1fr; gap: 29px; }
  .service-hero-note { margin-top: 0; }
  .service-hero-note .icon-tile { float: right; margin-left: 20px; }
  .service-hero-note h2 { font-size: 26px; }
  .service-hero-note p { max-width: 55ch; }
  .service-hero .hero-description { max-width: 58ch; }
  .service-hero h1 { max-width: 20ch; }
  .service-process { padding-block: 60px; }
  .technical-service { grid-template-columns: 42px minmax(0,1fr) 35px; gap: 13px; align-items: start; padding-block: 24px; }
  .technical-service > .icon-tile { width: 39px; height: 39px; }
  .technical-service .technical-service-price { grid-column: 2; grid-row: 2; text-align: left; padding-left: 0; }
  .technical-service .technical-service-price strong { font-size: 17px; }
  .technical-service-price small { display: inline; margin-left: 9px; }
  .service-request { grid-column: 3; grid-row: 1; }
  .process-grid-three { grid-template-columns: 1fr; gap: 32px; }
  .process-grid-three li::after { display: none; }
  .process-grid-three p { max-width: 60ch; }
}
@media (max-width: 520px) {
  html { scroll-padding-top: 88px; }
  body { padding-bottom: 67px; }
  .container { padding-inline: 22px; }
  .utility-inner { min-height: 30px; font-size: 9px; }
  .utility-region { display: none; }
  .utility-divider { padding-inline: 5px; }
  .navigation { min-height: 73px; gap: 13px; }
  .brand { font-size: 16px; gap: 10px; }
  .brand-mark { width: 5px; height: 33px; }
  .brand small { font-size: 8px; margin-top: 6px; letter-spacing: 0; }
  .header-contact { display: none; }
  .menu-toggle { width: 39px; height: 39px; margin-left: auto; }
  .main-nav { padding-inline: 22px; }
  .hero { padding-block: 35px 33px; }
  .hero-grid { gap: 30px; }
  .hero .eyebrow { font-size: 8px; line-height: 1.7; gap: 7px; letter-spacing: .055em; margin-bottom: 22px; }
  .eyebrow > span { width: 16px; }
  .hero h1 { font-size: clamp(35px, 9.1vw, 46px); line-height: 1.12; letter-spacing: -.052em; }
  .hero-description { font-size: 16px; line-height: 1.7; margin-top: 22px; }
  .hero-actions { margin-top: 25px; gap: 10px; }
  .hero-actions .button { width: 100%; justify-content: space-between; font-size: 12px; min-height: 55px; padding-inline: 16px; gap: 10px; }
  .hero-call { margin-top: 1px; font-size: 12px; min-height: 39px; }
  .hero-reassurance { margin-top: 10px; gap: 6px 16px; font-size: 9px; }
  .hero-reassurance .icon { width: 13px; height: 13px; }
  .advisor-card { border-radius: 14px; }
  .advisor-card-content { display: block; padding: 26px; }
  .advisor-overline { font-size: 8px; }
  .advisor-promise { font-size: 24px; margin-top: 18px; }
  .advisor-identity { padding-block: 24px 19px; gap: 17px; }
  .advisor-identity .avatar { width: 76px; height: 76px; }
  .advisor-identity h2 { font-size: 28px; }
  .advisor-identity p { font-size: 10px; }
  .advisor-description { margin-top: 0; font-size: 13px; }
  .advisor-chips { margin-top: 15px; }
  .advisor-phone { margin-top: 23px; }
  .advisor-phone strong { font-size: 22px; }
  .advisor-region { font-size: 9px; }
  .benefit-grid { gap: 20px; }
  .benefit-grid > div { gap: 13px; }
  .benefit-grid > div > span { display: block; }
  .benefit-grid strong { font-size: 12px; }
  .benefit-grid small { font-size: 10px; }
  .benefit-grid .icon { width: 23px; height: 23px; }
  .section { padding-block: 54px; }
  h2 { font-size: 31px; }
  .section-kicker { font-size: 8px; letter-spacing: .12em; margin-bottom: 13px; }
  .section-heading { margin-bottom: 28px; }
  .section-intro { font-size: 15px; line-height: 1.8; margin-top: 15px; }
  .heading-split { gap: 17px; }
  .services-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-card { padding: 25px; border-radius: 11px; }
  .service-card-top { margin-bottom: 18px; }
  .service-category { display: block; font-size: 6px; }
  .service-card h3 { font-size: 23px; }
  .service-card > p { font-size: 14px; }
  .check-list { margin-block: 17px 20px; }
  .check-list li { font-size: 12px; }
  .text-link { font-size: 12px; }
  .inline-cta { align-items: flex-start; flex-direction: column; gap: 5px; font-size: 13px; padding-top: 24px; }
  .case-tabs { display: flex; width: 100%; flex-wrap: nowrap; gap: 2px; padding: 3px; }
  .case-tabs button { flex: 1; padding: 11px 4px; font-size: 10px; }
  .case-panel { grid-template-columns: 1fr; gap: 27px; padding: 24px; border-radius: 11px; }
  .case-story h3 { font-size: 26px; }
  .case-story p { font-size: 14px; }
  .mini-label { font-size: 8px; }
  .case-steps { padding-top: 24px; border-top: 1px solid var(--line); }
  .case-step h4 { font-size: 14px; }
  .case-step p { font-size: 12px; }
  .example-note { font-size: 10px; }
  .scope-card { padding: 24px; }
  .scope-card h3 { font-size: 23px; }
  .scope-card > p { font-size: 14px; }
  .scope-note { padding: 17px; gap: 9px; align-items: flex-start; }
  .scope-note p { font-size: 11px; }
  .scope-note .icon { width: 16px; height: 16px; }
  .process-section { padding-top: 0; }
  .process-section .container { border: 0; padding-top: 10px; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .process-grid li { padding-left: 60px; min-height: 92px; }
  .step-number { width: 40px; height: 40px; position: absolute; left: 0; top: 0; margin: 0; }
  .process-grid li:not(:last-child)::after { display: block; top: 49px; bottom: -20px; height: auto; width: 1px; left: 19px; right: auto; }
  .process-grid h3 { padding-top: 4px; margin-bottom: 9px; }
  .process-grid p { font-size: 13px; }
  .region-section { padding-block: 38px; }
  .region-grid h2 { font-size: 28px; }
  .region-grid p { font-size: 14px; }
  .region-tags { gap: 7px 11px; font-size: 9px; }
  .region-tags span:not(:last-child)::after { margin-left: 11px; }
  .faq-grid { gap: 26px; }
  .faq-intro p { font-size: 14px; }
  .faq-list summary { font-size: 14px; gap: 15px; padding-block: 21px; }
  .faq-answer { font-size: 13px; padding-right: 12px; }
  .contact-copy h2 { font-size: 34px; }
  .contact-copy > p { font-size: 15px; }
  .contact-person { padding-block: 25px 22px; }
  .contact-direct small { font-size: 9px; }
  .contact-direct strong { font-size: 24px; }
  .contact-address strong { font-size: 10px; }
  .contact-address p { font-size: 11px; }
  .enquiry-form { padding: 23px 19px; border-radius: 11px; gap: 17px; }
  .form-heading h3 { font-size: 23px; }
  .form-heading p { font-size: 12px; }
  .form-heading .section-kicker { font-size: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 17px; }
  .preference-options { gap: 7px; }
  .preference-options label > span { font-size: 10px; gap: 6px; padding: 10px 5px; }
  .preference-options .icon { width: 14px; height: 14px; }
  .form-submit { font-size: 12px; padding-inline: 14px; gap: 9px; }
  .form-submit .icon { width: 17px; }
  .form-fineprint { font-size: 9px; }
  .form-privacy { font-size: 10px; }
  .form-status { font-size: 11px; }
  .site-footer { padding-block: 37px 24px; }
  .footer-top { gap: 31px 20px; padding-bottom: 29px; }
  .site-footer .brand { font-size: 16px; }
  .site-footer .brand small { font-size: 9px; }
  .footer-brand p { font-size: 11px; }
  .footer-links h2, .footer-address h2 { font-size: 11px; }
  .footer-links a, .footer-address p { font-size: 11px; }
  .footer-address > a { font-size: 14px; }
  .footer-address > span { font-size: 9px; }
  .footer-bottom { flex-direction: column-reverse; gap: 20px; font-size: 10px; }
  .footer-bottom > div { flex-wrap: wrap; gap: 12px 21px; }
  .trademark-note { font-size: 9px; }
  .mobile-contact-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10px; padding: 9px 16px max(9px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; box-shadow: 0 -4px 20px #1820120a; }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 45px; text-decoration: none; font-size: 12px; font-weight: 700; border-radius: 6px; border: 1px solid var(--line); }
  .mobile-contact-bar .icon { width: 17px; height: 17px; }
  .mobile-contact-bar .mobile-primary { color: white; background: var(--red); border-color: var(--red); }
  .service-hero { padding-block: 24px 35px; }
  .service-hero h1 { font-size: 42px; }
  .service-hero .eyebrow { font-size: 8px; gap: 7px; line-height: 1.7; letter-spacing: .05em; }
  .service-hero .hero-description { font-size: 16px; }
  .service-hero .button { font-size: 12px; }
  .back-link { margin-bottom: 28px; font-size: 10px; }
  .service-hero-note { padding: 23px; }
  .service-hero-note p { font-size: 13px; }
  .customer-switch { width: 100%; gap: 2px; }
  .customer-switch button { flex: 1; justify-content: center; padding: 12px 8px; font-size: 11px; gap: 7px; }
  .customer-switch button .icon { width: 15px; height: 15px; }
  .service-audience { font-size: 13px; margin-top: -10px; }
  .technical-service { grid-template-columns: 35px minmax(0,1fr) 30px; gap: 12px; }
  .technical-service > .icon-tile { width: 35px; height: 35px; border-radius: 8px; }
  .technical-service > .icon-tile .icon { width: 20px; height: 20px; }
  .technical-service h3 { font-size: 18px; letter-spacing: -.025em; }
  .technical-service p { font-size: 12px; line-height: 1.8; }
  .service-request { width: 30px; height: 30px; }
  .technical-service-price small { display: block; margin: 2px 0 0; font-size: 10px; }
  .technical-service .technical-service-price strong { font-size: 18px; }
  .service-process { padding-block: 50px; }
  .service-business-hint { padding: 20px; }
  .service-business-hint h3 { font-size: 18px; }
  .service-business-hint p { font-size: 13px; }
  .legal-section { padding-block: 30px 60px; }
  .legal-section h1 { font-size: 39px; }
  .draft-notice { font-size: 12px; padding: 18px; }
  .legal-content h2 { font-size: 21px; }
  .legal-content p { font-size: 14px; }
  .legal-data { grid-template-columns: 1fr; gap: 6px; }
  .legal-data dd { margin-bottom: 12px; }
}
@media (max-width: 360px) {
  .container { padding-inline: 17px; }
  .brand { font-size: 14px; }
  .brand small { font-size: 7px; }
  .navigation { gap: 7px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-actions .button { font-size: 11px; padding-inline: 13px; }
  .advisor-card-content { padding: 22px; }
  .advisor-identity .avatar { width: 65px; height: 65px; }
  .advisor-identity h2 { font-size: 25px; }
  .hero-reassurance { gap: 6px 10px; font-size: 8px; }
  .service-card { padding: 22px; }
  .service-category { font-size: 5.5px; }
  .form-submit { font-size: 10px; }
  .preference-options label > span { font-size: 9px; }
  .customer-switch button { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover { transform: none; }
}
@media print {
  .site-header, .utility-bar, .mobile-contact-bar, .hero-actions, .enquiry-form, .case-tabs, .site-footer { display: none !important; }
  body { padding: 0; font-size: 11pt; }
  .section { padding-block: 24px; }
  .container { padding: 0; max-width: 100%; }
  .hero-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .advisor-card { break-inside: avoid; margin-top: 25px; color: #111; background: #eee; }
  .advisor-card-content * { color: #111 !important; }
  .service-card, .scope-card, .technical-service { break-inside: avoid; }
}

.form-row.one-field { grid-template-columns: 1fr; }



/* Version 3 — all four core services in one initial overview. */
.hero-overview { padding-block: 32px 30px; }
.overview-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(300px, 1fr); column-gap: 64px; row-gap: 24px; align-items: center; }
.overview-copy { padding: 0; max-width: none; }
.hero-overview .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .095em; }
.hero-overview h1 { font-size: clamp(38px, 3.55vw, 51px); line-height: 1.08; letter-spacing: -.045em; }
.hero-overview .hero-description { max-width: 66ch; font-size: 16px; line-height: 1.6; margin-top: 14px; }
.advisor-compact { padding: 22px; background: var(--ink); color: #fff; border-radius: 13px; }
.advisor-mini-person { display: flex; align-items: center; gap: 13px; }
.advisor-mini-person .avatar { width: 53px; height: 53px; font-size: 21px; }
.advisor-mini-label { font-size: 8px; letter-spacing: .1em; color: #c8cec4; line-height: 1.6; }
.advisor-mini-person h2 { font-size: 23px; letter-spacing: -.035em; margin-top: 4px; line-height: 1.2; }
.advisor-mini-role { font-size: 10px; color: #c8cec4; margin-top: 5px; }
.advisor-mini-promise { color: #d3d8cd; font-size: 12px; line-height: 1.65; margin-top: 13px; }
.advisor-mini-phone { display: flex; gap: 11px; align-items: center; text-decoration: none; border-top: 1px solid #485044; padding-top: 13px; margin-top: 13px; }
.advisor-mini-phone > .icon { width: 18px; height: 18px; color: #d3d8cd; }
.advisor-mini-phone > .icon:last-child { margin-left: auto; }
.advisor-mini-phone small { font-size: 9px; color: #c8cec4; display: block; line-height: 1.4; }
.advisor-mini-phone strong { font-size: 18px; display: block; line-height: 1.4; }
.advisor-mini-phone:hover strong { text-decoration: underline; }
.product-overview { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.product-tile { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; position: relative; padding: 19px 21px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 11px; text-decoration: none; transition: border-color .16s, box-shadow .16s; }
.product-tile:hover { border-color: var(--red); box-shadow: 0 7px 22px #1c271908; }
.product-tile:focus-visible { outline-offset: 3px; }
.product-tile-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 13px; }
.product-symbol { display: grid; place-items: center; width: 36px; height: 36px; background: var(--red-tint); border-radius: 8px; color: var(--red); }
.product-symbol .icon { width: 21px; height: 21px; }
.product-number { font-size: 11px; color: #626860; font-weight: 700; letter-spacing: .06em; }
.product-tile h2 { font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.product-pitch { font-size: 13px; line-height: 1.6; color: var(--red); font-weight: 700; margin-top: 5px; }
.product-description { font-size: 12px; line-height: 1.65; color: var(--muted); margin-top: 8px; margin-bottom: 11px; max-width: 30ch; }
.product-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; font-size: 11px; font-weight: 700; min-height: 25px; }
.product-link .icon { width: 16px; height: 16px; color: var(--red); }
.overview-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.overview-bottom .hero-actions, .overview-bottom .hero-reassurance { margin-top: 0; }
.overview-bottom .hero-actions { gap: 24px; }
.overview-bottom .hero-actions .button { min-height: 50px; }
.overview-bottom .hero-reassurance { justify-content: flex-end; gap: 17px; font-size: 11px; }
.anchor-alias { display: block; }
.core-service .detail-number { font-size: 13px; color: #626860; letter-spacing: .06em; }
.core-service h3 { font-size: 25px; }
.core-service > .service-note { font-size: 12px; line-height: 1.65; margin-bottom: 20px; }
.core-service .text-link { min-height: 44px; }
.service-focus-callout { margin-top: 35px; padding: 27px 30px; background: var(--tint); border: 1px solid var(--line); border-radius: 12px; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.service-focus-callout .section-kicker { margin-bottom: 8px; }
.service-focus-callout h3 { font-size: 25px; }
.service-focus-callout p { font-size: 14px; color: var(--muted); margin-top: 10px; max-width: 67ch; }
.service-focus-callout .text-link { flex-shrink: 0; font-size: 12px; }
@media (min-width:1001px) and (max-width:1250px) {
 .navigation { gap: 17px; }
 .main-nav { gap: 15px; }
 .main-nav a { font-size: 11px; }
 .brand { font-size: 16px; }
 .header-contact { font-size: 12px; }
}
@media (max-width:1100px) {
 .overview-layout { column-gap: 30px; grid-template-columns: minmax(0,1.5fr) minmax(295px,1fr); }
 .hero-overview h1 { font-size: 41px; }
 .hero-overview .hero-description { font-size: 15px; }
 .product-tile { padding-inline: 16px; }
 .product-tile h2 { font-size: 21px; }
 .overview-bottom .hero-reassurance { flex-direction: column; align-items: flex-start; gap: 2px; }
}
@media (max-width:800px) {
 .overview-layout { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
 .overview-copy { grid-column: 1 / -1; grid-row: 1; }
 .product-overview { grid-row: 2; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
 .overview-bottom { grid-row: 3; flex-wrap: wrap; }
 .advisor-compact { grid-row: 4; grid-column: 1 / -1; }
 .hero-overview h1 { font-size: clamp(34px, 5.5vw, 45px); }
 .hero-overview .hero-description { max-width: 60ch; }
 .overview-bottom .hero-reassurance { flex-direction: row; gap: 16px; }
 .service-focus-callout { flex-direction: column; align-items: start; gap: 18px; }
}
@media (max-width:520px) {
 .hero-overview { padding-block: 23px 28px; }
 .overview-layout { gap: 16px; }
 .hero-overview .eyebrow { font-size: 8px; margin-bottom: 12px; letter-spacing: .045em; line-height: 1.5; }
 .hero-overview h1 { font-size: clamp(30px, 8.35vw, 39px); line-height: 1.09; letter-spacing: -.045em; }
 .hero-overview .hero-description { font-size: 14px; margin-top: 12px; line-height: 1.55; }
 .product-overview { gap: 10px; }
 .product-tile { padding: 12px 13px 10px; border-radius: 9px; }
 .product-tile-top { margin-bottom: 8px; }
 .product-symbol { width: 30px; height: 30px; border-radius: 7px; }
 .product-symbol .icon { width: 18px; height: 18px; }
 .product-number { font-size: 10px; }
 .product-tile h2 { font-size: 18px; letter-spacing: -.045em; line-height: 1.2; }
 .product-pitch { font-size: 11px; line-height: 1.5; margin-top: 4px; }
 .product-description { display: none; }
 .product-link { font-size: 10px; margin-top: 8px; min-height: 20px; }
 .product-link .icon { width: 14px; height: 14px; }
 .overview-bottom { gap: 11px; }
 .overview-bottom .hero-actions { width: 100%; gap: 0; }
 .overview-bottom .hero-actions .button { min-height: 50px; }
 .overview-bottom .hero-call { display: none; }
 .overview-bottom .hero-reassurance { justify-content: flex-start; font-size: 10px; gap: 8px 13px; }
 .overview-bottom .hero-reassurance .icon { width: 13px; height: 13px; }
 .advisor-compact { margin-top: 2px; padding: 20px; }
 .advisor-mini-label { font-size: 7px; }
 .advisor-mini-person h2 { font-size: 23px; }
 .advisor-mini-role { font-size: 9px; }
 .advisor-mini-promise { font-size: 12px; }
 .advisor-mini-phone strong { font-size: 19px; }
 .core-service h3 { font-size: 24px; }
 .core-service .text-link { font-size: 13px; }
 .service-focus-callout { padding: 23px; }
 .service-focus-callout h3 { font-size: 23px; }
}
@media (max-width:360px) {
 .product-tile { padding-inline: 10px; }
 .product-tile h2 { font-size: 16px; }
 .product-pitch { font-size: 10px; }
 .hero-overview .eyebrow { font-size: 7px; }
 .hero-overview h1 { font-size: 30px; }
 .advisor-mini-person h2 { font-size: 21px; }
 .advisor-mini-role { font-size: 8px; }
 .overview-bottom .hero-reassurance { font-size: 9px; gap: 8px; }
}
@media print {
 .overview-layout { display: block; }
 .product-overview { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-block: 20px; }
 .product-description { display: block; }
 .overview-bottom { display: none; }
 .advisor-compact { margin-top: 20px; color: #111; background: #eee; }
 .advisor-compact * { color: #111 !important; }
}

/* Public service entry and ticket intake */
.support-bar{background:#eff2e8;border-bottom:1px solid #dfe5d5;color:#62734f;font-size:11px}
.support-bar>.container{display:flex;justify-content:space-between;gap:14px;padding-top:8px;padding-bottom:8px}
.support-bar a{font-weight:700;text-decoration:none}.support-bar a:hover{text-decoration:underline}
.main-nav .nav-ticket-mobile{display:none}.ticket-section{padding-top:64px}.ticket-section h1{font-size:clamp(42px,5.5vw,70px);line-height:1.02;letter-spacing:-2.5px;margin:22px 0}.ticket-steps{display:grid;gap:22px;margin:34px 0}.ticket-steps>div{display:flex;align-items:center;gap:16px}.ticket-steps b{width:40px;height:40px;border:1px solid #c6d2b5;border-radius:8px;display:grid;place-items:center;color:#718b50;font-size:12px}.ticket-steps strong{display:block;font-size:15px}.ticket-steps small{display:block;margin-top:4px;color:#879479;font-size:12px}.ticket-hint{font-size:13px!important;padding:18px 0;border-top:1px solid #dfe4d6}.contact-section input[type=date]{min-height:45px}
@media(max-width:1000px){.main-nav .nav-ticket-mobile{display:block}}
@media(max-width:600px){.support-bar>.container{justify-content:center}.support-bar>.container>span{display:none}.ticket-section{padding-top:28px}.ticket-section h1{font-size:42px;letter-spacing:-1.5px}.ticket-steps{gap:14px;margin:20px 0}.ticket-steps b{width:32px;height:32px}.ticket-section .contact-copy{padding-bottom:10px}}

/* Version 4: private/business entry points and transparent private service prices. */
.audience-bar{background:#f7f7f4;border-bottom:1px solid var(--line)}
.audience-row{display:flex;align-items:center;justify-content:space-between;min-height:45px;gap:18px}
.audience-tabs{display:flex;gap:27px;align-self:stretch}
.audience-tabs a{display:flex;align-items:center;text-decoration:none;font-size:12px;font-weight:700;border-bottom:3px solid transparent;padding:11px 0 9px;color:var(--muted)}
.audience-tabs a[aria-current=page]{color:var(--red);border-color:var(--red)}
.audience-tabs a:hover{color:var(--red)}
.audience-team-link{font-size:10px;text-decoration:none;color:var(--muted)}
html{scroll-padding-top:165px}
.private-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.plain-checks{list-style:none;padding:0;margin:20px 0 25px;font-size:13px;line-height:1.8}
.plain-checks li{padding-left:20px;position:relative;margin-bottom:9px}
.plain-checks li:before{content:'✓';position:absolute;left:0;color:var(--red)}
.private-price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.private-price-card{background:white;border:1px solid var(--line);border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.private-price-card h3{font-size:22px;line-height:1.25;min-height:56px}
.private-price-card>p{font-size:13px;color:var(--muted);margin-top:13px;min-height:44px}
.price-badge{font-size:8px;font-weight:700;color:var(--red);background:var(--red-tint);border-radius:5px;padding:5px 7px;letter-spacing:.02em}
.price-figure{font-size:39px;font-weight:700;letter-spacing:-1.8px;margin-top:26px;line-height:1.2}
.price-figure span{font-size:23px}
.price-tax{font-size:11px;color:var(--muted);margin-top:4px}
.price-scope{font-size:12px;border-top:1px solid var(--line);padding-top:18px;margin-top:22px;width:100%;margin-bottom:22px}
.price-scope summary{cursor:pointer;font-weight:700;min-height:25px}
.price-scope p{padding-top:10px;font-size:12px;color:var(--muted)}
.private-price-card>.button{margin-top:auto;min-height:44px;width:100%;justify-content:space-between;font-size:11px;padding:13px 15px}
.price-draft-note{font-size:12px;color:#76532d;background:#fff6e8;border:1px solid #ecd8bc;border-radius:8px;padding:16px 18px;margin-top:23px;line-height:1.7}
.form-route{font-size:11px!important;overflow-wrap:anywhere;color:var(--red)!important;margin-top:12px!important}
.selected-price{background:var(--tint);border:1px solid var(--line);padding:12px;border-radius:7px;font-weight:700;font-size:13px!important}
.contact-direct [data-email-label]{font-size:clamp(15px,1.65vw,21px);overflow-wrap:anywhere}
.advisor-mini-phone .advisor-email{font-size:14px;letter-spacing:0;overflow-wrap:anywhere}
.footer-address .footer-email{font-size:12px;display:block;margin-top:16px;overflow-wrap:anywhere}
@media(max-width:1000px){.private-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.private-offer-grid{grid-template-columns:1fr}.private-price-card h3{min-height:0}.private-price-card>p{min-height:0}}
@media(max-width:520px){.audience-row{min-height:43px}.audience-tabs{gap:24px}.audience-tabs a{font-size:12px;padding-block:10px 8px}.audience-team-link{display:none}.private-price-grid{grid-template-columns:1fr}.private-price-card{padding:24px}.private-price-card>.button{font-size:13px}.price-draft-note{font-size:11px}.advisor-mini-phone .advisor-email{font-size:13px}.contact-direct [data-email-label]{font-size:17px}html{scroll-padding-top:145px}}
.utility-inner>[data-ticket-link]{font-weight:700;color:var(--red);text-decoration:none;font-size:11px;white-space:nowrap}
@media(max-width:520px){.utility-inner{flex-wrap:wrap;gap:0 10px;padding-block:7px}.utility-inner>[data-ticket-link]{font-size:10px}.utility-inner>span:first-child{font-size:8px}.utility-inner{min-height:38px}}

/* Consumer advice locations and appointment forms. */
.consultation-section{background:#fff;padding-block:62px}
.consultation-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.consultation-card{padding:32px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;background:var(--tint)}
.consultation-card.shop-option{background:white;border-top:3px solid var(--red)}
.consultation-card h3{font-size:28px;margin-bottom:17px}
.consultation-card>p{color:var(--muted);font-size:15px;line-height:1.8}
.consultation-cost{font-size:34px;font-weight:700;letter-spacing:-.04em;margin-top:23px;line-height:1.3}
.consultation-cost>span{font-size:12px;font-weight:400;letter-spacing:0;display:block;margin-top:6px;color:var(--muted)}
.consultation-card .consultation-address{margin:18px 0 22px;font-size:12px}
.consultation-card .button{margin-top:auto;min-width:220px;justify-content:space-between}
.consultation-card>small{font-size:11px;line-height:1.65;color:var(--muted);margin-top:14px}
.button-outline{background:white;border-color:#aaa;color:var(--ink)}
.button-outline:hover{border-color:var(--red);color:var(--red)}
.consultation-note{font-size:12px;color:var(--muted);margin-top:18px}
.booking-location{padding:0;border:0}
.booking-location legend{font-size:12px;font-weight:700;margin-bottom:10px}
.booking-location-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.booking-location-options label{position:relative;cursor:pointer;min-width:0}
.booking-location-options input{position:absolute;opacity:0;width:1px;min-height:0;padding:0}
.booking-location-options label>span{display:flex;flex-direction:column;gap:5px;padding:15px 13px;border:1px solid var(--line);border-radius:8px;min-height:79px;background:#fff}
.booking-location-options b{font-size:13px}
.booking-location-options small{font-size:11px;color:var(--muted);font-weight:400}
.booking-location-options input:checked+span{background:var(--red-tint);border-color:var(--red);color:#a60000}
.booking-location-options input:focus-visible+span{outline:3px solid var(--red);outline-offset:3px}
.booking-summary{background:var(--tint);border-radius:7px;padding:14px;font-size:12px;line-height:1.7;color:var(--muted)}
.field-help{font-size:11px;line-height:1.6;font-weight:400;color:var(--muted)}
.booking-disclaimer{text-align:left;font-size:11px;margin-top:0;line-height:1.8}
.visit-preparation{padding:22px;margin-top:30px;border:1px solid var(--line);border-radius:10px;background:white}
.visit-preparation h3{font-size:20px}.visit-preparation p{font-size:13px;color:var(--muted);margin-top:12px;line-height:1.75}
.visit-preparation strong{font-size:11px;display:block;margin-top:14px;color:#8a2a23}
@media(max-width:800px){.consultation-options{gap:17px}.consultation-card{padding:25px}.consultation-card h3{font-size:24px}.consultation-card .button{min-width:0;width:100%}}
@media(max-width:580px){.consultation-options{grid-template-columns:1fr}.consultation-section{padding-block:45px}.consultation-card{padding:24px}.consultation-card .button{font-size:12px}.booking-location-options b{font-size:12px}.consultation-cost{font-size:30px}.hero-overview .hero-reassurance{font-size:9px}.hero-overview .hero-description{font-size:14px}}

/* Version 7 — native radio time slots, no guessed opening weekdays. */
.shop-slot-picker{border:1px solid var(--line);border-radius:11px;padding:20px;min-width:0;background:#fafbf8}
.shop-slot-picker legend{padding:0 7px;font-size:13px;font-weight:700}
.shop-slot-picker legend .optional{margin-left:8px}
.shop-hours{font-size:13px;font-weight:700;color:var(--ink);margin:0 0 9px}
.shop-slot-status,.shop-slot-help{font-size:12px;color:var(--muted);line-height:1.65}
.shop-slot-status{margin-bottom:15px}.shop-slot-help{margin-top:17px}
.shop-slot-groups{display:grid;gap:17px}
.shop-slot-period h4{font-size:11px;letter-spacing:.04em;margin-bottom:9px;color:var(--muted)}
.shop-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.shop-slot{position:relative;display:block;min-width:0;cursor:pointer}
.shop-slot input{position:absolute;width:1px;height:1px;min-height:0;opacity:0;padding:0;top:50%;left:50%;margin:0;border:0}
.shop-slot-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:61px;padding:9px 4px;border:1px solid #c9d0c2;border-radius:7px;background:#fff;color:var(--ink);line-height:1.35;transition:background .15s,border-color .15s}
.shop-slot-content strong{font-size:15px;letter-spacing:-.02em}.shop-slot-content small{font-size:10px;color:var(--muted);margin-top:3px;white-space:nowrap}
.shop-slot:hover input:not(:disabled)+.shop-slot-content{border-color:var(--red)}
.shop-slot input:checked+.shop-slot-content{border-color:var(--red);background:var(--red);color:#fff;box-shadow:0 0 0 1px var(--red)}
.shop-slot input:checked+.shop-slot-content small{color:#fff}
.shop-slot input:focus-visible+.shop-slot-content{outline:3px solid var(--ink);outline-offset:3px}
.shop-slot input:disabled+.shop-slot-content{background:#eeefe9;color:#7c8278;border-color:#e0e3d9;cursor:not-allowed}
.shop-slot input:disabled+.shop-slot-content strong{text-decoration:line-through;text-decoration-thickness:1px}
.shop-slot-summary{font-size:12px;font-weight:700;background:#eaf0e3;border-radius:6px;padding:12px;margin-top:15px;line-height:1.5}
.shop-slot-retry{border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px;font-size:12px}
@media(max-width:520px){.shop-slot-picker{padding:15px 12px}.shop-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.shop-slot-content{min-height:61px}.shop-slot-picker legend{font-size:12px}.shop-slot-status,.shop-slot-help{font-size:11px}.shop-hours{font-size:11px}.shop-slot-summary{font-size:11px}}

/* Exclusive slot hold, v7.2 */
.shop-hold-countdown{padding:10px 13px;margin-top:8px;border:1px solid #c7d6b8;border-radius:6px;background:#f2f7ed;color:#334a27;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.shop-slot-picker [data-release-hold]{margin-top:8px}.shop-slot-content small{white-space:normal;line-height:1.3}

.consent-options{grid-column:1/-1;border:1px solid #ccc;border-radius:12px;padding:20px;margin:16px 0}.consent-options label{display:flex;align-items:flex-start;gap:10px;margin:16px 0;font-weight:400;line-height:1.5}.consent-options input[type=checkbox]{width:20px;height:20px;min-width:20px;margin-top:3px}.consent-options p{font-size:14px;line-height:1.5}
