:root {
  color-scheme: light;
  --red: #c90000;
  --red-dark: #930000;
  --ink: #111419;
  --muted: #5b6472;
  --line: #d9dee7;
  --soft: #f4f6f8;
  --panel: #fff;
  --dark: #101216;
  --cream: #fff7ed;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,24,39,.08); backdrop-filter: blur(14px); }
.nav { width: min(1180px, calc(100% - 32px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { width: 156px; height: auto; }
.nav-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); font: inherit; font-weight: 900; cursor: pointer; }
.nav-toggle-icon { display: grid; gap: 4px; width: 19px; }
.nav-toggle-icon span { display: block; height: 2px; border-radius: 999px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-links { display: flex; align-items: center; gap: 20px; font-weight: 800; color: #26313f; white-space: nowrap; }
.nav-links a:hover, .nav-services summary:hover { color: var(--red); }
.nav-services { position: relative; }
.nav-services summary { display: flex; align-items: center; gap: 7px; min-height: 44px; list-style: none; cursor: pointer; }
.nav-services summary::-webkit-details-marker { display: none; }
.nav-services summary::after { content: ""; width: 7px; height: 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.nav-services[open] summary::after { margin-top: 3px; transform: rotate(225deg); }
.nav-service-menu { position: fixed; top: 78px; left: 0; right: 0; z-index: 45; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-width: 0; padding: 0 max(16px, calc((100vw - 1180px) / 2)); overflow: visible; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: #fff; box-shadow: 0 10px 22px rgba(16,24,40,.07); }
.nav-service-menu a { display: flex; align-items: center; justify-content: center; min-height: 64px; padding: 10px 16px; color: #26313f; font-size: 15px; line-height: 1.25; text-align: center; white-space: normal; }
.nav-service-menu a + a { border-left: 1px solid #edf0f4; }
.nav-service-menu a:hover { background: #fff5f5; }
.nav-service-menu a.is-active { color: var(--red-dark); background: #fff5f5; box-shadow: inset 0 -3px 0 var(--red); }
.nav-links > a.is-active, .nav-services summary.is-active { color: var(--red-dark); }
.nav-toggle:focus-visible, .nav-links a:focus-visible, .nav-services summary:focus-visible, .whatsapp-fab:focus-visible, .btn:focus-visible { outline: 3px solid #ffd60a; outline-offset: 3px; }
.btn, .nav-cta, .primary, .secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 9px; border: 0; padding: 12px 17px; font: inherit; font-weight: 900; cursor: pointer; }
.btn-primary, .nav-cta, .primary { background: var(--red); color: white; box-shadow: 0 12px 26px rgba(201,0,0,.22); }
.btn-primary:hover, .nav-cta:hover, .primary:hover { background: var(--red-dark); color: white; }
.btn-secondary, .secondary { background: #eef1f5; color: #17202c; border: 1px solid #d6dde7; }
.btn-light { background: #fff; color: var(--dark); }
.hero { background: linear-gradient(110deg, rgba(10,12,16,.94), rgba(10,12,16,.76) 52%, rgba(201,0,0,.30)), radial-gradient(circle at 84% 18%, rgba(255,214,10,.28), transparent 25%), #101216; color: white; }
.hero-photo {
  background-image: linear-gradient(110deg, rgba(10,12,16,.94), rgba(10,12,16,.73) 48%, rgba(10,12,16,.20)), url("../images/project-hero.webp?v=ohne-auto-20260817");
  background-position: center;
  background-size: cover;
}
.hero-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; min-height: 650px; padding: 78px 0 72px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; margin: 0 0 16px; padding: 7px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.86); font-weight: 900; font-size: 13px; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 820px; font-size: clamp(42px, 6vw, 74px); }
.hero-copy { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: 20px; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; color: rgba(255,255,255,.92); font-weight: 900; }
.hero-meta a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(8,10,13,.30); font-size: 14px; backdrop-filter: blur(6px); }
.hero-meta span::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--red); color: #fff; font-size: 11px; }
.section { padding: 78px 0; }
.section.tight { padding: 46px 0; }
.section.soft { background: var(--soft); }
.section.dark { background: #101216; color: white; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin: 14px 0 0; color: var(--muted); font-size: 18px; }
.dark .section-head p { color: rgba(255,255,255,.74); }
.route-chooser { padding: 34px 0 28px; background: #fff; }
.route-heading { margin-bottom: 16px; }
.route-heading h2 { font-size: clamp(25px, 3vw, 36px); }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.route-card { position: relative; display: flex; flex-direction: column; min-height: 166px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,40,.06); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.route-card:hover { border-color: #c5ccd7; box-shadow: 0 16px 34px rgba(16,24,40,.10); transform: translateY(-2px); }
.route-card small { color: var(--red-dark); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.route-card strong { font-size: 21px; line-height: 1.15; }
.route-card span { margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.route-card b { margin-top: auto; padding-top: 13px; color: var(--red-dark); font-size: 13px; }
.route-card-primary { border-color: #efb8b8; box-shadow: inset 0 4px 0 var(--red), 0 12px 30px rgba(16,24,40,.06); background: #fffafa; }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.service-card, .proof-card, .faq-item, .area-card, .content-card { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.lead-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.lead-block .section-head { margin-bottom: 0; }
.fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.fact-box { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 12px 30px rgba(16,24,40,.05); }
.fact-box strong { display: block; font-size: 18px; line-height: 1.2; }
.fact-box p { margin: 10px 0 0; color: var(--muted); }
.service-stack { display: grid; gap: 16px; }
.service-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.service-detail img { width: 100%; height: 350px; min-height: 0; object-fit: cover; }
.service-detail img.halteverbot-crop { object-position: center 44%; }
.hold-use-story { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: center; }
.hold-use-story figure { margin: 0; overflow: hidden; border-radius: 4px; background: #dfe3e8; }
.hold-use-story img { display: block; width: 100%; height: 390px; object-fit: cover; object-position: center 52%; }
.hold-use-story h2 { max-width: 720px; }
.hold-use-story p { color: var(--muted); font-size: 17px; }
.hold-use-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid #cfd5de; }
.hold-use-list li { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 16px; padding: 13px 0; border-bottom: 1px solid #cfd5de; }
.hold-use-list strong { color: #222a35; }
.hold-use-list span { color: #4f5967; }
.hold-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0 0; padding: 0; border-top: 2px solid #252b34; list-style: none; counter-reset: hold-process; }
.hold-process li { position: relative; padding: 22px 22px 0 0; counter-increment: hold-process; }
.hold-process li::before { content: "0" counter(hold-process); display: block; margin-bottom: 16px; color: var(--red); font-size: 13px; font-weight: 950; letter-spacing: .06em; }
.hold-process li + li { padding-left: 22px; border-left: 1px solid var(--line); }
.hold-process strong { display: block; margin-bottom: 7px; font-size: 17px; }
.hold-process span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.service-detail img.ampel-crop { object-position: center 32%; }
.service-detail img.plan-image { object-fit: contain; background: #f4f6f8; padding: 14px; }
.service-detail div { padding: 26px; }
.service-detail small { display: inline-flex; margin-bottom: 10px; color: var(--red); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .02em; }
.service-detail p { color: var(--muted); margin: 12px 0 0; }
.service-detail ul, .fact-box ul { margin: 16px 0 0; padding-left: 20px; color: #303846; }
.service-detail li + li, .fact-box li + li { margin-top: 7px; }
.mobile-collapse-toggle { display: none; }
.mobile-collapse-body { display: block; }
.case-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; align-items: center; }
.case-image { border-radius: 8px; overflow: hidden; box-shadow: 0 18px 42px rgba(16,24,40,.14); }
.case-image img { width: 100%; height: 520px; object-fit: cover; }
.note-list { display: grid; gap: 12px; margin-top: 20px; }
.note-list div { padding: 16px; border-left: 4px solid var(--red); background: #fff; border-radius: 0 8px 8px 0; box-shadow: 0 10px 24px rgba(16,24,40,.05); }
.note-list strong { display: block; }
.note-list span { display: block; margin-top: 4px; color: var(--muted); }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.case-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.case-card img { width: 100%; height: 250px; object-fit: cover; }
.case-card div { padding: 22px; }
.case-card h3 { margin-bottom: 12px; }
.case-card p { margin: 8px 0 0; color: var(--muted); }
.case-card strong { color: var(--ink); }
.visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.visual-card { position: relative; min-height: 300px; border-radius: 8px; overflow: hidden; background: #111; box-shadow: 0 18px 42px rgba(16,24,40,.14); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.72)); }
.visual-card strong { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; color: #fff; font-size: 19px; line-height: 1.2; }
.visual-card.large { min-height: 300px; grid-row: auto; }
.service-card p, .proof-card p, .faq-item p, .content-card p, .area-card p { color: var(--muted); margin: 10px 0 0; }
.service-card ul, .content-card ul { margin: 16px 0 0; padding-left: 20px; color: #303846; }
.service-card li + li, .content-card li + li { margin-top: 7px; }
.numbered { counter-reset: steps; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.step-card { counter-increment: steps; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.step-card::before { content: counter(steps); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); color: white; font-weight: 900; margin-bottom: 14px; }
.pricecheck-section { background: #f4f5f7; }
.cta-band { position: relative; overflow: hidden; padding: 30px 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.cta-band::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--red); }
.cta-band p { color: var(--muted); margin: 8px 0 0; max-width: 680px; }
.proof-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reference-inline { display: grid; grid-template-columns: minmax(190px, .7fr) repeat(2, minmax(0, 1fr)); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,40,.05); }
.reference-inline-label, .reference-inline article { padding: 18px 20px; }
.reference-inline-label { display: flex; flex-direction: column; justify-content: center; border-left: 5px solid var(--red); background: #fff5f5; }
.reference-inline-label small { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.reference-inline-label h3 { margin-top: 4px; font-size: 18px; }
.reference-inline article { display: flex; flex-direction: column; justify-content: center; }
.reference-inline article + article { border-left: 1px solid var(--line); }
.reference-inline strong { font-size: 17px; line-height: 1.25; }
.reference-inline span { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.seo-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.seo-list a { padding: 15px 16px; border: 1px solid var(--line); border-radius: 8px; background: white; font-weight: 900; }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.area-pill { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 10px 24px rgba(16,24,40,.05); }
.area-pill strong { display: block; line-height: 1.2; }
.area-pill span { display: block; margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.site-footer { background: #ad1414; color: white; padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; align-items: start; }
.site-footer img { width: 168px; height: auto; aspect-ratio: 2416 / 843; object-fit: contain; background: white; border-radius: 6px; padding: 8px; }
.site-footer a { color: #ffd4d4; }
.footer-google-review { display: inline-grid; gap: 4px; margin-top: 13px; text-decoration: none; }
.footer-google-review span { color: #ffd24a; font-size: 18px; letter-spacing: 2px; line-height: 1; }
.footer-google-review strong { color: #fff; font-size: 13px; }
.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: #1f9d55;
  color: white;
  box-shadow: 0 18px 38px rgba(16,24,40,.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.whatsapp-fab:hover { transform: translateY(-2px); background: #178246; box-shadow: 0 20px 42px rgba(16,24,40,.30); }
.whatsapp-fab img { width: 31px; height: 31px; }
.page-hero { position: relative; overflow: hidden; background: #101216; color: white; padding: 70px 0; }
.page-hero.photo {
  background-image: linear-gradient(110deg, rgba(10,12,16,.90), rgba(10,12,16,.70) 54%, rgba(10,12,16,.18)), var(--page-bg);
  background-position: center;
  background-size: cover;
}
.page-hero .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(10,12,16,.90), rgba(10,12,16,.70) 54%, rgba(10,12,16,.18)); pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 42px; align-items: center; }
.page-hero p { color: rgba(255,255,255,.82); font-size: 19px; max-width: 760px; }
.mini-panel { border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 22px; background: rgba(255,255,255,.08); }
.mini-panel strong { display: block; font-size: 30px; }
.service-hero .wrap, .legal-hero .wrap { display: block; }
.service-hero .wrap > div, .legal-hero .wrap > div { max-width: 820px; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 34px; border: 1px solid var(--line); border-left: 6px solid var(--red); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,40,.06); scroll-margin-top: 94px; }
.contact-cta h2 { font-size: clamp(28px, 3.2vw, 40px); }
.contact-cta p { max-width: 680px; margin: 8px 0 0; color: var(--muted); }
.contact-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; min-width: max-content; }
.legal-page { background: var(--soft); }
.legal-document { max-width: 920px; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 36px rgba(16,24,40,.07); }
.legal-section + .legal-section { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.legal-section h2 { max-width: 100%; font-size: clamp(22px, 2.6vw, 30px); overflow-wrap: anywhere; }
.legal-section h3 { margin-top: 20px; font-size: 18px; }
.legal-section p, .legal-section li { color: #424b58; }
.legal-section p { margin: 12px 0 0; }
.legal-section ul { margin: 12px 0 0; padding-left: 22px; }
.legal-section a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 30px; color: var(--muted); font-size: 14px; }
.tool-intro { padding: 42px 0 14px; background: #fff; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(1180px, calc(100% - 32px)); margin: 0 auto; position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: white; }
.trust-step { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: center; padding: 16px 18px; border-right: 1px solid var(--line); background: white; }
.trust-step:last-child { border-right: 0; }
.trust-step b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 999px; background: var(--red); color: white; font-size: 14px; }
.trust-step strong { display: block; font-size: 14px; }
.trust-step span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
.page { width: min(1180px, calc(100% - 32px)); margin: 24px auto 0; padding: 0 0 70px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; scroll-margin-top: 92px; }
main { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.card, .summary { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 36px rgba(16,24,40,.08); }
.card { padding: 24px; }
.card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.card-head p, .small, .hint { color: var(--muted); line-height: 1.45; }
.card-head p { margin: 7px 0 0; }
.step { display: inline-grid; place-items: center; width: 34px; height: 34px; background: var(--red); color: white; border-radius: 50%; font-weight: 900; flex: 0 0 auto; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.span-2 { grid-column: span 2; }
label { display: flex; flex-direction: column; gap: 7px; font-weight: 800; font-size: 14px; color: #303642; }
.required-legend { display: flex; align-items: center; gap: 5px; margin: -3px 0 14px; color: var(--muted); font-size: 12px; font-weight: 750; line-height: 1.4; }
.required-legend span { color: var(--red); font-size: 16px; font-weight: 950; line-height: 1; }
label.required-field { position: relative; padding-right: 16px; }
label.required-field::after { content: "*"; position: absolute; top: 0; right: 1px; color: var(--red); font-size: 16px; font-weight: 950; line-height: 1; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid #cbd3df; border-radius: 7px; padding: 11px 12px; font: inherit; background: #fff; color: var(--ink); }
.date-input, .time-input { min-width: 0; height: 44px; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
textarea { min-height: 98px; resize: vertical; line-height: 1.45; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(201,0,0,.14); border-color: var(--red); }
label.field-error > input, label.field-error > select, label.field-error > textarea, label.field-error .picker-control > input { border-color: #b00020; background: #fff4f5; box-shadow: 0 0 0 3px rgba(176,0,32,.12); }
label.field-error.privacy-check, label.field-error.check-tile { border-color: #b00020; background: #fff4f5; box-shadow: 0 0 0 3px rgba(176,0,32,.12); }
.picker-control { position: relative; display: block; min-width: 0; }
.picker-control > input { padding-right: 50px; }
.picker-button { position: absolute; top: 4px; right: 4px; display: inline-grid; place-items: center; width: 36px; min-height: 36px; padding: 0; border: 0; border-radius: 6px; background: #eef1f5; color: #3b4654; cursor: pointer; transition: background .16s ease, color .16s ease, box-shadow .16s ease; }
.picker-button:hover { background: #e1e6ed; color: var(--red); }
.picker-button:focus-visible { outline: 3px solid rgba(201,0,0,.18); color: var(--red); }
.calendar-icon, .clock-icon { position: relative; display: block; width: 17px; height: 17px; }
.calendar-icon { border: 2px solid currentColor; border-radius: 3px; }
.calendar-icon::before { content: ""; position: absolute; left: -2px; right: -2px; top: 3px; border-top: 2px solid currentColor; }
.calendar-icon::after { content: ""; position: absolute; left: 3px; right: 3px; top: -4px; height: 4px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.clock-icon { border: 2px solid currentColor; border-radius: 50%; }
.clock-icon::before { content: ""; position: absolute; left: 7px; top: 3px; width: 2px; height: 6px; border-radius: 2px; background: currentColor; transform-origin: 1px 5px; transform: rotate(-35deg); }
.clock-icon::after { content: ""; position: absolute; left: 7px; top: 7px; width: 5px; height: 2px; border-radius: 2px; background: currentColor; }
.field-help { color: var(--muted); font-size: 11px; font-weight: 650; line-height: 1.35; }
.date-feedback { color: #8a4b00; font-size: 11px; font-weight: 800; line-height: 1.4; }
.internal-picker-dialog { width: min(94vw, 390px); max-width: none; padding: 0; border: 0; border-radius: 10px; background: transparent; color: var(--ink); box-shadow: 0 30px 90px rgba(12,18,28,.32); }
.internal-picker-dialog::backdrop { background: rgba(10,14,20,.62); backdrop-filter: blur(3px); }
.internal-picker-card { position: relative; padding: 20px; border: 1px solid #d7dde7; border-radius: 10px; background: #fff; }
.picker-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.picker-dialog-head small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 12px; font-weight: 800; }
.picker-dialog-head strong { display: flex; align-items: center; gap: 3px; color: #202733; font-size: 21px; text-transform: capitalize; }
.picker-dialog-close { width: 36px; min-height: 36px; padding: 0; border: 1px solid #d7dde7; border-radius: 50%; background: #fff; color: #4d5663; font-size: 24px; font-weight: 500; line-height: 1; cursor: pointer; }
.calendar-nav { display: flex; justify-content: space-between; margin: 12px 0 5px; }
.calendar-nav button { width: 38px; min-height: 34px; padding: 0; border: 0; border-radius: 6px; background: #f0f2f5; color: #303947; font-size: 25px; line-height: 1; cursor: pointer; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.calendar-weekdays { margin-bottom: 4px; color: #697280; font-size: 11px; font-weight: 900; text-align: center; }
.calendar-weekdays span { padding: 7px 0; }
.calendar-empty, .calendar-day { aspect-ratio: 1; }
.calendar-day { min-height: 38px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: #202733; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.calendar-day:hover { border-color: #cbd2dd; background: #f3f5f7; }
.calendar-day.is-selected { border-color: var(--red); background: var(--red); color: #fff; }
.calendar-day:disabled { color: #bbc1ca; cursor: not-allowed; }
.picker-dialog-help { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.clock-picker-card { padding-bottom: 16px; }
.clock-readout-part { min-height: auto; padding: 2px 4px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: #68717e; font: inherit; font-size: 24px; font-weight: 950; cursor: pointer; }
.clock-readout-part.is-active { border-color: var(--red); color: var(--red-dark); }
.clock-instruction { margin: 14px 0 8px; color: var(--muted); font-size: 12px; font-weight: 750; text-align: center; }
.clock-face { position: relative; width: 300px; max-width: 100%; aspect-ratio: 1; margin: 0 auto; border-radius: 50%; background: #f1f3f6; box-shadow: inset 0 0 0 1px #e1e5eb; }
.clock-option { position: absolute; z-index: 2; display: grid; place-items: center; width: 34px; min-height: 34px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #26303d; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; transform: translate(-50%, -50%); }
.clock-option.is-inner { color: #66707d; font-size: 10px; }
.clock-option:hover { background: #dfe3e9; }
.clock-option.is-selected { background: var(--red); color: #fff; box-shadow: 0 0 0 4px rgba(201,0,0,.12); }
.clock-center { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--red); transform: translate(-50%, -50%); }
.picker-dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.picker-dialog-actions button { min-height: 38px; padding: 8px 13px; border-radius: 6px; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; }
.picker-cancel { border: 1px solid #cfd5df; background: #fff; color: #48515e; }
.picker-apply { border: 1px solid var(--red); background: var(--red); color: #fff; }
.schedule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.schedule-grid .daysWrap, .schedule-grid .customDaysWrap { grid-column: 1 / -1; }
.measure { margin-top: 12px; padding: 18px 0 4px; border-top: 1px solid var(--line); background: transparent; }
.measure-special { margin-top: 18px; padding-top: 16px; border-top: 1px solid #d7dde8; }
.measure.warning { border-top-color: #d89321; }
.purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 16px; }
.request-mode { display: grid; gap: 10px; margin-bottom: 16px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mode-title { color: #303642; font-size: 14px; }
.package-options { display: grid; grid-template-columns: 1fr; gap: 8px; }
.package-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 54px; padding: 10px 12px; border: 1px solid #cbd3df; border-radius: 8px; background: white; cursor: pointer; color: #29313d; }
.package-card input { position: static; width: auto; min-height: auto; margin: 0; accent-color: var(--red); }
.package-card > strong { min-width: 0; font-size: 14px; line-height: 1.25; }
.package-price { display: grid; justify-items: end; gap: 2px; white-space: nowrap; }
.package-price b { color: var(--red); font-size: 13px; font-weight: 950; line-height: 1.2; }
.package-price strong { color: #4f5968; font-size: 11px; line-height: 1.2; }
.package-price small { color: var(--muted); font-size: 10px; font-weight: 750; }
.package-card:has(input:checked) { border-color: var(--red); background: #fff8f8; box-shadow: 0 0 0 3px rgba(201,0,0,.10); }
.special-estimate-hint { margin-top: 12px; padding: 10px 12px; border-left: 3px solid #d9a400; border-radius: 5px; background: #fff9df; color: #544000; }
.package-help { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.optional, .permit-title span { color: var(--muted); font-size: 12px; font-weight: 700; }
.permit-upload { margin: 16px 0; padding: 15px; border: 1px dashed #aeb8c7; border-radius: 8px; background: #f8fafc; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.permit-upload.drag-active { border-color: var(--red); background: #fff5f5; box-shadow: 0 0 0 4px rgba(201,0,0,.10); }
.permit-upload.upload-error { border-color: #b00020; background: #fff4f5; }
.permit-upload.upload-error .hint { color: #8f001a; font-weight: 800; }
.permit-title { margin: 0 0 9px; color: #303642; font-size: 14px; font-weight: 900; }
.permit-copy { margin: -3px 0 11px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.file-input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.file-picker { display: flex; flex-direction: row; align-items: center; gap: 10px; min-height: 44px; padding: 7px; border: 1px solid #cbd3df; border-radius: 7px; background: #fff; cursor: pointer; }
.file-picker strong { flex: 0 0 auto; padding: 7px 10px; border-radius: 5px; background: #eef1f5; color: #17202c; font-size: 13px; }
.file-picker span { min-width: 0; overflow: hidden; color: var(--muted); font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.file-input:focus-visible + .file-picker { outline: 3px solid rgba(201,0,0,.14); border-color: var(--red); }
.file-input[aria-invalid="true"] + .file-picker { border-color: #b00020; background: #fff4f5; box-shadow: 0 0 0 3px rgba(176,0,32,.12); }
.permit-upload .hint { margin: 8px 0 0; font-size: 12px; }
.time-details, .notes-details { margin: 14px 0 16px; border: 1px solid #d7dde8; border-radius: 8px; background: #fff; }
.time-details { border-width: 1px 0; border-radius: 0; background: transparent; }
.time-details > summary, .notes-details > summary { padding: 12px 14px; color: #303642; cursor: pointer; font-size: 14px; font-weight: 900; }
.time-details > summary { padding-inline: 2px; }
.time-details[open] > summary, .notes-details[open] > summary { border-bottom: 1px solid #e3e7ee; }
.time-details > summary span { display: block; margin: 3px 0 0 20px; color: var(--muted); font-size: 12px; font-weight: 600; }
.time-details .grid { margin: 14px; }
.notes-details { margin: 16px 0 0; }
.notes-details > summary span { margin-left: 5px; color: var(--muted); font-size: 12px; font-weight: 700; }
.notes-details label { padding: 14px; }
.notes-details textarea { min-height: 78px; }
.dates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.measure-core { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.measure-core > label { min-width: 0; }
.compact-side { align-self: end; min-height: 44px; white-space: nowrap; }
.use-chips, .segmented, .check-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.use-chips { margin: 0 0 14px; }
.use-chips span { padding: 6px 10px; border: 1px solid #d8dee8; border-radius: 999px; background: #fff; color: #3a4350; font-size: 13px; font-weight: 900; }
.segmented label, .check-tile { display: inline-flex; flex-direction: row; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #cbd3df; border-radius: 7px; background: white; cursor: pointer; font-weight: 800; }
.segmented input, .check-tile input { width: auto; min-height: auto; margin: 0; accent-color: var(--red); }
.check-tile.compact { padding: 8px 10px; font-size: 13px; align-self: end; min-height: 42px; }
.specialToggle { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: flex-start; gap: 10px; color: #303642; cursor: pointer; }
.specialToggle input { width: auto; min-height: auto; margin: 3px 0 0; accent-color: var(--red); }
.check-copy { display: grid; gap: 2px; font-weight: 800; }
.check-copy small { color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.35; }
.specialFields { margin: 14px 0 2px 7px; padding-left: 18px; border-left: 2px solid #d8a429; }
.special-fields-intro { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.timing-check { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; margin: 16px 0 4px; padding: 14px 0; border-top: 1px solid #d99b34; border-bottom: 1px solid #d99b34; }
.timing-check > div > strong { display: block; margin-bottom: 4px; color: #6f3c00; font-size: 14px; }
.timing-confirm { display: flex; flex-direction: row; align-items: flex-start; gap: 8px; max-width: 300px; cursor: pointer; }
.timing-confirm input { width: auto; min-height: auto; margin: 3px 0 0; accent-color: var(--red); }
.timing-confirm span { font-size: 12px; line-height: 1.4; }
.lead-note { margin: 0; color: #7f1d1d; font-size: 13px; line-height: 1.45; }
.deadline-warning { display: none; margin-top: 10px; padding: 12px; border: 1px solid #f59e0b; border-radius: 7px; background: #fffbeb; color: #7c2d12; line-height: 1.45; font-size: 13px; font-weight: 800; }
.deadline-warning.show, .alert.show { display: block; }
.measure-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.removeMeasure { min-height: 34px; padding: 7px 10px; border: 1px solid #e3a6aa; border-radius: 7px; background: #fff; color: var(--red-dark); box-shadow: none; font-size: 12px; font-weight: 900; }
.removeMeasure:hover { border-color: var(--red); background: #fff5f5; color: var(--red); }
.removeMeasure:focus-visible { outline: 3px solid rgba(201,0,0,.14); outline-offset: 2px; }
.add-location { display: flex; align-items: center; gap: 12px; margin-top: 12px; }
.add-location span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.addressHint button { margin: 4px 6px 0 0; border: 1px solid #cbd3df; border-radius: 999px; background: white; color: var(--dark); padding: 4px 9px; font-size: 12px; font-weight: 800; cursor: pointer; }
.hidden { display: none !important; }
.alert { display: none; margin-top: 14px; padding: 13px; border-radius: 7px; background: #fff7ed; border: 1px solid #fed7aa; color: #7c2d12; line-height: 1.45; }
.ghost { background: transparent; color: var(--red); padding-inline: 0; min-height: auto; box-shadow: none; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
aside { position: sticky; top: 96px; align-self: start; }
.summary { overflow: hidden; }
.summary-head { padding: 20px; background: var(--dark); color: white; }
.summary-head p { margin: 8px 0 0; color: rgba(255,255,255,.72); }
.price { position: relative; margin-top: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: linear-gradient(145deg, #c90000 0%, #9f0000 58%, #790000 100%); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 24px rgba(92,0,0,.18); }
.price::after { content: ""; position: absolute; top: -68px; right: -52px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.07); pointer-events: none; }
.price-main { position: relative; z-index: 1; padding: 18px 18px 15px; }
.price-main > span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.price .price-net { display: block; color: #fff; font-size: 36px; font-weight: 950; line-height: 1.08; letter-spacing: -.015em; }
.price-total { position: relative; z-index: 1; display: grid; gap: 3px; margin: 0 10px 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(77,0,0,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.price .price-total-label { display: block; margin: 0; color: rgba(255,255,255,.92); font-size: 12px; font-weight: 900; }
.price .price-gross { display: block; color: #fff; font-size: 18px; font-weight: 950; line-height: 1.15; }
.price .price-vat { display: block; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 750; }
.summary-body { padding: 18px 20px 20px; }
.benefit-list { display: grid; gap: 8px; margin: 0 0 14px; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 8px; align-items: flex-start; color: #3a4350; font-size: 13px; line-height: 1.4; }
.benefit-list li::before { content: ""; width: 7px; height: 7px; margin-top: 6px; border-radius: 999px; background: var(--red); flex: 0 0 auto; }
.pill { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #ecfdf5; color: #065f46; font-weight: 900; font-size: 13px; margin-top: 10px; }
.pill.warn { background: #fff7ed; color: #9a3412; }
.summary-list { display: grid; gap: 10px; margin-top: 14px; }
.summary-item { border-top: 1px solid var(--line); padding-top: 10px; line-height: 1.45; }
.request-page { padding: 54px 0 78px; background: var(--soft); }
.request-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.project-request-form { display: grid; gap: 16px; min-width: 0; }
.request-section { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.request-section-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.request-section-head b { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 999px; background: var(--red); color: #fff; font-size: 13px; }
.request-section-head h2 { font-size: 24px; }
.request-section-head p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.request-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.request-grid .full { grid-column: 1 / -1; }
.request-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.request-group + .request-group { margin-top: 19px; padding-top: 19px; border-top: 1px solid var(--line); }
.request-group legend { width: 100%; margin: 0 0 10px; padding: 0; color: var(--ink); font-weight: 900; line-height: 1.35; }
.request-group legend .optional { margin-left: 5px; }
.request-multiselect { min-width: 0; margin: 0; border: 1px solid #cbd3df; border-radius: 8px; background: #fff; overflow: hidden; }
.request-multiselect + .request-multiselect { margin-top: 11px; }
.request-multiselect summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 64px; padding: 12px 15px; list-style: none; cursor: pointer; }
.request-multiselect summary::-webkit-details-marker { display: none; }
.request-multiselect summary > span { display: grid; gap: 2px; min-width: 0; }
.request-multiselect summary strong { font-size: 15px; line-height: 1.35; }
.request-multiselect summary small { overflow: hidden; color: var(--muted); font-size: 12px; font-weight: 750; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.request-multiselect.has-selection summary small { color: var(--red-dark); }
.multiselect-chevron { width: 10px; height: 10px; margin: 0 4px 5px 0; border-right: 2px solid #4c5564; border-bottom: 2px solid #4c5564; transform: rotate(45deg); transition: transform .18s ease; }
.request-multiselect[open] .multiselect-chevron { margin-bottom: -3px; transform: rotate(225deg); }
.request-multiselect[open] summary { border-bottom: 1px solid var(--line); background: #fafbfc; }
.multiselect-panel { padding: 4px 14px 8px; }
.multiselect-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; }
.multi-option { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 9px; min-width: 0; padding: 10px 4px; border-bottom: 1px solid #edf0f4; cursor: pointer; color: #303846; font-size: 13px; font-weight: 800; line-height: 1.35; text-align: left; }
.multi-option input { width: auto; min-height: auto; margin: 0; accent-color: var(--red); }
.multi-option:has(input:checked) { color: var(--red-dark); }
.multiselect-options .multi-option:nth-last-child(-n+2) { border-bottom: 0; }
.scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.scope-card { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 10px; min-width: 0; padding: 14px; border: 1px solid #cbd3df; border-radius: 8px; background: #fff; cursor: pointer; }
.scope-card:hover { border-color: #9da9ba; }
.scope-card:has(input:checked) { border-color: var(--red); background: #fff5f5; box-shadow: inset 0 0 0 1px var(--red); }
.scope-card input { width: auto; min-height: auto; margin: 3px 0 0; accent-color: var(--red); }
.scope-card span { display: grid; gap: 3px; min-width: 0; }
.scope-card strong { font-size: 14px; line-height: 1.3; }
.scope-card small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.scope-card:has(input:checked) small { color: #6f3030; }
.scope-badge { display: inline-flex; justify-self: start; margin-bottom: 2px; padding: 3px 7px; border-radius: 999px; background: var(--red); color: #fff; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.request-description { display: block; margin-top: 19px; padding-top: 19px; border-top: 1px solid var(--line); }
.project-upload { margin-top: 16px; padding: 15px; border: 1px dashed #aeb8c7; border-radius: 8px; background: #fafbfc; }
.project-upload > span { color: #303642; font-weight: 900; }
.project-upload .file-picker { margin-top: 9px; }
.project-file-list { display: grid; gap: 6px; margin: 10px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 700; }
.project-file-list li { display: flex; justify-content: space-between; gap: 12px; }
.privacy-check { flex-direction: row; align-items: flex-start; gap: 10px; margin-top: 18px; font-weight: 700; line-height: 1.45; }
.privacy-check input { width: auto; min-height: auto; margin-top: 4px; accent-color: var(--red); }
.privacy-check a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.form-status { padding: 13px 14px; border: 1px solid #f0c36a; border-radius: 8px; background: #fffbeb; color: #713f12; font-size: 13px; line-height: 1.45; }
.form-status { display: none; margin-top: 14px; }
.form-status.show { display: block; }
.form-status.success { border-color: #86d9b1; background: #ecfdf5; color: #065f46; }
.project-submit[disabled] { cursor: not-allowed; background: var(--red); color: #fff; box-shadow: 0 12px 26px rgba(201,0,0,.22); opacity: 1; }
.project-request-aside { padding: 22px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,40,.06); }
.project-request-aside h2 { font-size: 25px; }
.project-request-aside p { margin: 10px 0 0; color: var(--muted); }
.project-request-aside ul { margin: 18px 0 0; padding-left: 20px; color: #303846; }
.project-request-aside li + li { margin-top: 8px; }
.project-request-aside .btn { width: 100%; margin-top: 18px; }
.request-halteverbot-link { margin: 0 0 20px; padding: 15px 16px; border: 1px solid #efb8b8; border-left: 5px solid var(--red); border-radius: 8px; background: #fff5f5; }
.request-halteverbot-link strong { display: block; }
.request-halteverbot-link a { display: inline-block; margin-top: 6px; color: var(--red-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.upload-help { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.phone-dialog { width: min(420px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 12px; background: transparent; color: var(--ink); }
.phone-dialog::backdrop { background: rgba(15, 18, 24, .58); backdrop-filter: blur(3px); }
.phone-dialog-card { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.phone-dialog-label { margin: 0; color: var(--muted); font-size: 13px; font-weight: 800; }
.phone-dialog-number { display: block; margin-top: 7px; color: var(--ink); font-size: clamp(25px, 7vw, 32px); font-weight: 950; line-height: 1.15; text-decoration: none; user-select: text; }
.phone-dialog-note { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.phone-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 19px; }
.phone-dialog-actions .btn { width: 100%; }
.phone-dialog-close { margin-top: 10px; width: 100%; border: 0; background: transparent; color: var(--muted); box-shadow: none; }
@media (max-width: 980px) {
  .hero-inner, .page, .page-hero .wrap, .grid-2, .lead-block, .case-split, .service-detail, .hold-use-story { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; padding: 54px 0 64px; }
  .grid-3, .numbered, .fact-grid, .case-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-inline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-inline-label { grid-column: 1 / -1; }
  .contact-cta { align-items: flex-start; flex-direction: column; }
  .contact-cta-actions { justify-content: flex-start; min-width: 0; }
  .trust-strip { grid-template-columns: 1fr; margin-top: -18px; }
  aside { position: static; }
  .nav { min-height: 68px; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px 14px; padding: 10px 0; }
  .logo { width: 132px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-links { display: none; order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 4px; border-top: 1px solid var(--line); white-space: normal; }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.nav-cta) { display: flex; align-items: center; min-height: 44px; padding: 9px 2px; }
  .nav-services summary { padding: 9px 2px; }
  .nav-service-menu { position: static; grid-template-columns: 1fr; min-width: 0; margin: 0 0 7px; padding: 0; border: 0; border-left: 3px solid var(--red); border-radius: 0; background: #fafbfc; box-shadow: none; }
  .nav-service-menu a { padding: 10px 14px; }
  .nav-service-menu a + a { border-left: 0; }
  .nav-cta { width: 100%; margin-top: 4px; }
  .cta-band, .footer-grid, .area-grid { display: grid; grid-template-columns: 1fr; }
  .request-layout { grid-template-columns: 1fr; }
  .project-request-aside { position: static; }
  .hold-use-story img { height: 340px; }
  .hold-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hold-process li:nth-child(3) { padding-left: 0; border-left: 0; }
}
@media (max-width: 700px) {
  .grid, .grid.three, .grid-3, .numbered, .seo-list, .fact-grid, .case-grid { grid-template-columns: 1fr; }
  .dates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .span-2 { grid-column: auto; }
  .purpose-grid { grid-template-columns: 1fr; }
  .measure-core { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measure-core .span-2, .contact-grid .span-2, .contact-grid .identity-field { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-inline { grid-template-columns: 1fr; }
  .reference-inline-label { grid-column: auto; }
  .reference-inline article + article { border-left: 0; border-top: 1px solid var(--line); }
  .route-chooser { padding: 24px 0 18px; }
  .route-heading { margin-bottom: 13px; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 0; padding: 17px 18px; }
  .request-page { padding: 24px 0 52px; }
  .request-section { padding: 19px 17px; }
  .request-section-head h2 { font-size: 21px; }
  .request-grid { grid-template-columns: 1fr; }
  .request-grid .full { grid-column: auto; }
  .multiselect-options { grid-template-columns: 1fr; }
  .multiselect-options .multi-option:nth-last-child(-n+2) { border-bottom: 1px solid #edf0f4; }
  .multiselect-options .multi-option:last-child { border-bottom: 0; }
  .scope-grid { grid-template-columns: 1fr; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-card, .visual-card.large { min-height: 260px; }
  .nav { width: calc(100% - 24px); }
  .logo { width: 122px; }
  .card { padding: 18px; }
  h1 { max-width: 350px; font-size: clamp(32px, 8.8vw, 38px); line-height: 1.08; letter-spacing: -.018em; }
  .hero-photo { background-position: 56% center; }
  .hero-inner { width: calc(100% - 24px); padding: 30px 0 36px; }
  .eyebrow { margin-bottom: 12px; padding: 6px 10px; font-size: 12px; }
  .hero-copy { margin-top: 14px; font-size: 16px; line-height: 1.46; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
  .hero-actions .btn { width: 100%; padding-inline: 11px; font-size: 15px; }
  .hero-meta { display: flex; gap: 7px; margin-top: 14px; }
  .hero-meta span { min-height: 32px; padding: 6px 9px; font-size: 12px; }
  .trust-strip { display: none; }
  .tool-intro { padding: 24px 0 4px; }
  .tool-intro .section-head { margin-bottom: 20px; }
  .page { margin-top: 16px; }
  .package-card { grid-template-columns: auto minmax(0, 1fr); align-items: start; min-height: 70px; padding: 10px; }
  .package-card > strong { padding-top: 1px; font-size: 13px; }
  .package-price { grid-column: 2; justify-items: start; white-space: normal; }
  .package-price b { font-size: 12px; }
  .package-price strong { font-size: 10px; }
  .package-price small { font-size: 10px; }
  .add-location { align-items: flex-start; flex-direction: column; gap: 6px; }
  .section { padding: 48px 0; }
  .section-head p { font-size: 16px; }
  .page-hero { padding: 44px 0 48px; }
  .page-hero p { font-size: 17px; }
  .page-hero .mini-panel { display: none; }
  .hold-use-story { gap: 24px; }
  .hold-use-story img { height: 280px; }
  .hold-use-list li { grid-template-columns: 1fr; gap: 4px; }
  .hold-process { grid-template-columns: 1fr; }
  .hold-process li, .hold-process li + li, .hold-process li:nth-child(3) { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .timing-check { grid-template-columns: 1fr; gap: 10px; }
  .timing-confirm { max-width: none; }
  .specialToggle { grid-template-columns: auto minmax(0, 1fr); }
  .specialToggle .optional { grid-column: 2; }
  .specialFields { margin-left: 4px; padding-left: 13px; }
  .internal-picker-dialog { width: min(96vw, 370px); }
  .internal-picker-card { padding: 17px; }
  .clock-face { width: 270px; }
  .clock-option { width: 31px; min-height: 31px; }
  .service-detail > div { padding: 20px; }
  .service-detail img { height: 220px; min-height: 0; max-height: none; }
  .mobile-collapse-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 42px; margin-top: 14px; padding: 9px 12px; border: 1px solid #d9dee7; border-radius: 7px; background: #f7f8fa; color: #26313f; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
  .mobile-collapse-toggle::after { content: "+"; color: var(--red); font-size: 21px; font-weight: 700; line-height: 1; }
  .mobile-collapse-toggle[aria-expanded="true"]::after { content: "\2212"; }
  .mobile-collapse-body { display: none; }
  .mobile-collapse-body.is-open { display: block; }
  .cta-band { padding: 24px 22px 24px 28px; }
  .contact-cta { padding: 24px 20px 24px 24px; }
  .contact-cta-actions { display: grid; width: 100%; }
  .contact-cta-actions .btn { width: 100%; }
  .phone-dialog-actions { grid-template-columns: 1fr; }
  .legal-document { padding: 24px 20px; }
  .case-image img { height: 300px; }
  .whatsapp-fab { right: 12px; bottom: 12px; width: 54px; height: 54px; }
  .whatsapp-fab img { width: 29px; height: 29px; }
}
