/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .m-22 {
    margin: calc(var(--spacing) * 22);
  }
  .m-26 {
    margin: calc(var(--spacing) * 26);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-48 {
    margin: calc(var(--spacing) * 48);
  }
  .m-50 {
    margin: calc(var(--spacing) * 50);
  }
  .m-60 {
    margin: calc(var(--spacing) * 60);
  }
  .m-62 {
    margin: calc(var(--spacing) * 62);
  }
  .m-70 {
    margin: calc(var(--spacing) * 70);
  }
  .m-74 {
    margin: calc(var(--spacing) * 74);
  }
  .m-76 {
    margin: calc(var(--spacing) * 76);
  }
  .m-80 {
    margin: calc(var(--spacing) * 80);
  }
  .m-82 {
    margin: calc(var(--spacing) * 82);
  }
  .m-83 {
    margin: calc(var(--spacing) * 83);
  }
  .m-98 {
    margin: calc(var(--spacing) * 98);
  }
  .m-100 {
    margin: calc(var(--spacing) * 100);
  }
  .m-108 {
    margin: calc(var(--spacing) * 108);
  }
  .m-110 {
    margin: calc(var(--spacing) * 110);
  }
  .m-114 {
    margin: calc(var(--spacing) * 114);
  }
  .m-116 {
    margin: calc(var(--spacing) * 116);
  }
  .m-124 {
    margin: calc(var(--spacing) * 124);
  }
  .m-140 {
    margin: calc(var(--spacing) * 140);
  }
  .m-148 {
    margin: calc(var(--spacing) * 148);
  }
  .m-150 {
    margin: calc(var(--spacing) * 150);
  }
  .m-160 {
    margin: calc(var(--spacing) * 160);
  }
  .m-170 {
    margin: calc(var(--spacing) * 170);
  }
  .m-174 {
    margin: calc(var(--spacing) * 174);
  }
  .m-180 {
    margin: calc(var(--spacing) * 180);
  }
  .m-184 {
    margin: calc(var(--spacing) * 184);
  }
  .m-198 {
    margin: calc(var(--spacing) * 198);
  }
  .m-200 {
    margin: calc(var(--spacing) * 200);
  }
  .m-208 {
    margin: calc(var(--spacing) * 208);
  }
  .m-210 {
    margin: calc(var(--spacing) * 210);
  }
  .m-234 {
    margin: calc(var(--spacing) * 234);
  }
  .m-238 {
    margin: calc(var(--spacing) * 238);
  }
  .m-250 {
    margin: calc(var(--spacing) * 250);
  }
  .m-262 {
    margin: calc(var(--spacing) * 262);
  }
  .m-264 {
    margin: calc(var(--spacing) * 264);
  }
  .m-276 {
    margin: calc(var(--spacing) * 276);
  }
  .m-280 {
    margin: calc(var(--spacing) * 280);
  }
  .m-294 {
    margin: calc(var(--spacing) * 294);
  }
  .m-300 {
    margin: calc(var(--spacing) * 300);
  }
  .m-322 {
    margin: calc(var(--spacing) * 322);
  }
  .m-324 {
    margin: calc(var(--spacing) * 324);
  }
  .m-338 {
    margin: calc(var(--spacing) * 338);
  }
  .m-350 {
    margin: calc(var(--spacing) * 350);
  }
  .m-352 {
    margin: calc(var(--spacing) * 352);
  }
  .m-356 {
    margin: calc(var(--spacing) * 356);
  }
  .m-375 {
    margin: calc(var(--spacing) * 375);
  }
  .m-378 {
    margin: calc(var(--spacing) * 378);
  }
  .m-390 {
    margin: calc(var(--spacing) * 390);
  }
  .m-400 {
    margin: calc(var(--spacing) * 400);
  }
  .m-420 {
    margin: calc(var(--spacing) * 420);
  }
  .m-448 {
    margin: calc(var(--spacing) * 448);
  }
  .m-450 {
    margin: calc(var(--spacing) * 450);
  }
  .m-454 {
    margin: calc(var(--spacing) * 454);
  }
  .m-466 {
    margin: calc(var(--spacing) * 466);
  }
  .m-470 {
    margin: calc(var(--spacing) * 470);
  }
  .m-482 {
    margin: calc(var(--spacing) * 482);
  }
  .m-488 {
    margin: calc(var(--spacing) * 488);
  }
  .m-490 {
    margin: calc(var(--spacing) * 490);
  }
  .m-504 {
    margin: calc(var(--spacing) * 504);
  }
  .m-540 {
    margin: calc(var(--spacing) * 540);
  }
  .m-552 {
    margin: calc(var(--spacing) * 552);
  }
  .m-588 {
    margin: calc(var(--spacing) * 588);
  }
  .m-600 {
    margin: calc(var(--spacing) * 600);
  }
  .m-612 {
    margin: calc(var(--spacing) * 612);
  }
  .m-620 {
    margin: calc(var(--spacing) * 620);
  }
  .m-678 {
    margin: calc(var(--spacing) * 678);
  }
  .m-750 {
    margin: calc(var(--spacing) * 750);
  }
  .m-820 {
    margin: calc(var(--spacing) * 820);
  }
  .m-888 {
    margin: calc(var(--spacing) * 888);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
}
:root {
  --blue: #176fba;
  --blue-dark: #0a5595;
  --navy: #102b4c;
  --ice: #eef7ff;
  --line: #d9e7f3;
  --muted: #5f7184;
  --white: #fff;
  --green: #33ad68;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
}
body,a,button {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
.shell {
  width: calc(100% - 28px);
  max-width: 1200px;
  margin-inline: auto;
}
.topline {
  min-height: 36px;
  background: var(--navy);
  color: #d9e9f8;
  font-size: 10px;
}
.topline .shell {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topline .shell>span {
  display: none;
}
.topline .shell>div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.topline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #56df8a;
  box-shadow: 0 0 0 4px #56df8a22;
}
.topline a {
  font-weight: 800;
  color: #fff;
  margin-left: 5px;
}
.header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.logo.brand-logo {
  display: block;
  width: 162px;
  max-width: 50vw;
  flex: 0 0 auto;
}
.logo.brand-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.brand-logo-mark-main {
  fill: #17191c;
}
.brand-logo-mark-accent {
  fill: #cf1737;
}
.brand-logo-office {
  fill: #17191c;
  font-size: 9.6px;
  font-weight: 700;
  letter-spacing: .06em;
}
.brand-logo-name {
  fill: #17191c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
}
.header-nav {
  display: none;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
}
.header-call {
  background: var(--blue);
  color: #fff;
  border-radius: 9px;
  padding: 12px 13px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}
.header-call span {
  margin-left: 8px;
}
.menu-toggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
}
.menu-toggle:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.menu-toggle svg {
  width: 19px;
  height: 19px;
}
.menu-overlay {
  position: fixed;
  z-index: 140;
  inset: 0;
  background: #071b2e99;
  display: flex;
  justify-content: flex-end;
  backdrop-filter: blur(5px);
  animation: menu-fade .2s ease;
}
.menu-panel {
  width: min(390px,calc(100% - 28px));
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 25px;
  box-shadow: -25px 0 70px #071b2e3d;
  animation: menu-slide .25s ease;
}
.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.menu-head>span {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--blue);
}
.menu-head button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.menu-head button:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.menu-head svg {
  width: 18px;
}
.menu-panel nav {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
}
.menu-panel nav a {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 15px 2px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.025em;
}
.menu-panel nav a:hover {
  color: var(--blue);
  padding-left: 5px;
}
.menu-panel nav small {
  font-size: 8px;
  color: #92a5b6;
  letter-spacing: .08em;
}
.menu-panel nav span {
  font-size: 12px;
  color: var(--blue);
}
.menu-contact {
  margin-top: 12px;
  padding: 18px;
  background: var(--ice);
  border-radius: 12px;
}
.menu-contact small {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.menu-contact a {
  font-size: 22px;
  font-weight: 900;
  color: var(--blue);
}
.kicker {
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
  margin: 0 0 15px;
}
.hero h1 {
  font-size: clamp(43px,13vw,58px);
  line-height: 1;
  letter-spacing: -.052em;
  margin: 0 0 22px;
}
.hero h1 span,.about h2 span,.contact h2 span {
  color: var(--blue);
}
.lead {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 27px;
  max-width: 610px;
}
.hero-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}
.hero-contact-panel {
  border: 1px solid #c8e0f3;
  border-radius: 15px;
  padding: 15px;
  background: linear-gradient(145deg,#f7fbff,var(--ice));
  box-shadow: 0 14px 34px #163f6312;
}
.hero-contact-panel>p {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.hero-contact-panel h2 {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .01em;
}
.hero-contact-actions {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 7px;
  margin-top: 13px;
}
.hero-contact-actions>a,.hero-contact-actions>button {
  min-width: 0;
  min-height: 51px;
  padding: 8px 5px;
  border: 1px solid #c5ddf1;
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.hero-contact-actions>a:hover,.hero-contact-actions>button:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.hero-contact-actions svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}
.whatsapp-icon {
  width: 19px !important;
  height: 19px !important;
  display: block;
  flex: 0 0 19px;
}
.primary,.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 9px;
  padding: 16px 18px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 25px #176fba32;
}
.primary:hover {
  background: var(--blue-dark);
}
.secondary {
  background: #fff;
  border: 1px solid var(--line);
}
.secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.hero-whatsapp {
  border-color: var(--blue);
  color: var(--blue);
}
.hero-whatsapp:hover {
  border-color: var(--blue-dark);
  color: var(--blue-dark);
}
.checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  margin-top: 24px;
}
.checks span {
  display: flex;
  gap: 5px;
}
.checks span::first-letter {
  color: var(--green);
}
.rating {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 10px;
  color: var(--muted);
  box-shadow: 0 14px 34px #163f631a;
  margin-bottom: 24px;
  transition: .2s;
}
.rating:hover {
  transform: translateY(-2px);
  border-color: #b9d7f2;
}
.google-g {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.08em;
  box-shadow: 0 3px 12px #163f631c;
}
.rating-expert {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 3px 12px #163f6329;
}
.rating-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}
.rating-stars {
  color: #f6a723;
  letter-spacing: 1.5px;
  font-size: 10px;
}
.rating-line {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.rating-line b {
  font-size: 14px;
  color: var(--navy);
}
.rating-line i {
  font-style: normal;
  font-size: 9px;
  font-weight: 800;
}
.rating em {
  font-style: normal;
  color: var(--blue);
}
.real-car {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-picture,.portrait-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-picture>img,.portrait-picture>img {
  display: block;
  width: 100%;
  height: 100%;
}
.car-stage {
  position: relative;
  overflow: hidden;
}
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid #d6e6f4;
  border-radius: 11px;
  box-shadow: 0 15px 38px #184d7b22;
}
.float-expert {
  left: 10px;
  bottom: 10px;
  padding: 9px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.float-expert>img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
}
.float-expert small,.float-expert b {
  display: block;
}
.float-expert small {
  font-size: 6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}
.float-expert b {
  font-size: 10px;
}
.float-iso {
  right: 10px;
  top: 10px;
  padding: 11px 12px;
}
.float-iso b,.float-iso small {
  display: block;
}
.float-iso b {
  font-size: 12px;
  color: var(--blue);
}
.float-iso small {
  font-size: 7px;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-one {
  background: linear-gradient(180deg,#fff 0 57%,var(--ice) 57%);
}
.hero-one-grid {
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
.stage-one {
  height: 310px;
  border-radius: 19px;
  box-shadow: 0 24px 55px #1f5f9322;
}
.stage-one .real-car {
  object-position: left center;
}
.hero-person-stage,.city-car-stage:has(.hero-person-picture) {
  background: linear-gradient(145deg,#fafdff,#eaf5fc);
}
.hero-person-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-person-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  background: #eef7ff;
}
.trustbar {
  border-block: 1px solid var(--line);
  background: #fff;
}
.trustbar .shell {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.trustbar .shell>div {
  min-width: 0;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid var(--line);
  padding: 0 7px;
}
.trustbar .shell>div:last-child {
  border-right: 0;
}
.trustbar strong {
  font-size: 21px;
  color: var(--blue);
  letter-spacing: -.04em;
}
.trustbar span {
  min-width: 0;
  font-size: 7px;
  line-height: 1.5;
  color: var(--muted);
}
.trustbar b {
  display: block;
  font-size: 9px;
  color: var(--navy);
  overflow-wrap: anywhere;
}
.section,.rights,.guides,.area {
  padding: 72px 0;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 35px;
}
.section-head h2,.about h2,.rights h2,.area h2,.contact h2 {
  font-size: clamp(36px,10vw,47px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0;
}
.section-head>p,.body-copy {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.section-head.inverse .kicker {
  color: #8dbfe8;
}
.app-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg,#2d8ee0,#0d61aa);
  color: #fff;
  box-shadow: 0 10px 22px #176fba30,inset 0 1px 0 #ffffff4a;
}
.app-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.9;
}
.steps {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
}
.steps article {
  min-height: 255px;
  padding: 23px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.steps article:last-child {
  border: 0;
}
.steps article>span:first-child {
  font-size: 9px;
  color: #8297aa;
}
.steps .step-icon {
  margin: 28px 0 20px;
}
.steps h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.steps p {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.steps a {
  margin-top: auto;
  padding-top: 20px;
  font-size: 9px;
  color: var(--blue);
  font-weight: 800;
}
.services-section {
  background: var(--navy);
  color: #fff;
  padding: 72px 0;
}
.inverse>p {
  color: #afc2d4;
}
.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.services>a {
  min-height: 285px;
  background: #17395f;
  border: 1px solid #2c5077;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: .2s;
}
.services>a:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-3px);
}
.services>a>span:first-child {
  font-size: 8px;
  color: #7e9fc0;
}
.services .service-icon {
  margin: 24px 0 20px;
}
.services>a:hover .service-icon {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 10px 24px #0b315a30;
}
.services h3 {
  font-size: 23px;
  line-height: 1.12;
  margin: 0 0 11px;
}
.services p {
  font-size: 11px;
  line-height: 1.65;
  color: #b7c7d6;
  margin: 0;
}
.services>a:hover p {
  color: #eaf5ff;
}
.services em {
  font-style: normal;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: auto;
  padding-top: 20px;
}
.service-more {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
.service-more a {
  border: 1px solid #315477;
  border-radius: 9px;
  padding: 14px 16px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  color: #d9e9f8;
}
.rights {
  background: #f8fbfe;
}
.rights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}
.rights h2 {
  margin-bottom: 20px;
}
.rights .body-copy {
  margin-bottom: 25px;
}
.rights ul,.about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rights li,.about li {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}
.rights li>i,.about li>i {
  font-style: normal;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e5f3ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 10px;
}
.rights li b,.rights li span,.about li b,.about li span {
  display: block;
}
.rights li b,.about li b {
  font-size: 11px;
  margin-bottom: 4px;
}
.rights li span,.about li span {
  font-size: 9px;
  line-height: 1.55;
  color: var(--muted);
}
.about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
  align-items: center;
}
.about-visual {
  height: 420px;
  background: var(--ice);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.markus-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.about-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 55%,#102b4c25);
  pointer-events: none;
}
.cert {
  position: absolute;
  z-index: 2;
  right: 13px;
  top: 13px;
  background: #fff;
  border-radius: 12px;
  padding: 13px 15px;
  box-shadow: 0 13px 32px #235c881d;
}
.cert b,.cert span {
  display: block;
}
.cert b {
  font-size: 22px;
  color: var(--blue);
}
.cert span {
  font-size: 7px;
  text-transform: uppercase;
  color: var(--muted);
}
.quote {
  position: absolute;
  z-index: 2;
  right: 11px;
  bottom: 11px;
  width: 205px;
  background: var(--navy);
  color: #fff;
  border-radius: 12px;
  padding: 16px;
  font-size: 10px;
  line-height: 1.5;
}
.about h2 {
  margin-bottom: 20px;
}
.about .body-copy {
  margin-bottom: 20px;
}
.about ul {
  margin-bottom: 25px;
}
.about-vehicle-visual,.city-faq-vehicle-visual {
  aspect-ratio: 4/3;
  height: auto;
  background: #eaf5fc;
}
.about-vehicle-visual>.hero-picture,.city-faq-vehicle-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about-vehicle-visual .real-car,.city-faq-vehicle {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.guides {
  background: var(--ice);
}
.guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.guide-grid a {
  min-height: 190px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  transition: .2s;
}
.guide-grid a:hover {
  border-color: var(--blue);
  transform: translateY(-2px);
}
.guide-grid span {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--blue);
  font-weight: 800;
}
.guide-grid h3 {
  font-size: 18px;
  line-height: 1.28;
  margin: 24px 0;
}
.guide-grid em {
  margin-top: auto;
  font-style: normal;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}
.all-guides {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 24px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue-dark);
}
.area {
  background: #fff;
}
.region-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.region-grid>div {
  background: var(--ice);
  border-radius: 16px;
  padding: 22px;
}
.region-title {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 800;
}
.places {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.places a {
  background: #fff;
  border: 1px solid #d3e5f5;
  border-radius: 22px;
  padding: 8px 12px;
  font-size: 9px;
  font-weight: 700;
}
.places a:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.contact {
  background: var(--blue);
  color: #fff;
  padding: 65px 0;
}
.contact .shell {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.contact .kicker {
  color: #d8ecff;
}
.contact h2 span {
  color: #dceeff;
}
.contact a {
  width: 100%;
  background: #fff;
  color: var(--navy);
  border-radius: 13px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.contact a small {
  grid-column: 1/-1;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  margin-bottom: 6px;
}
.contact a>span {
  font-size: 18px;
  color: var(--blue);
}
.contact-options {
  width: 100%;
  display: grid;
  grid-template-columns: 50px minmax(0,1fr);
  align-items: stretch;
  gap: 8px;
}
.contact .contact-icon-call {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #ffffff80;
  border-radius: 11px;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.contact .contact-icon-call:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.contact-icon-call svg {
  width: 19px;
}
.contact-form-trigger {
  width: 100%;
  min-height: 50px;
  padding: 8px 11px;
  border: 1px solid #ffffff80;
  border-radius: 11px;
  background: #0e69ad;
  color: #fff;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 9px;
  text-align: left;
  cursor: pointer;
}
.contact-form-trigger:hover {
  background: #fff;
  color: var(--navy);
}
.contact-trigger-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #ffffff1c;
  display: grid;
  place-items: center;
}
.contact-form-trigger:hover .contact-trigger-icon {
  background: var(--ice);
  color: var(--blue);
}
.contact-trigger-icon svg {
  width: 15px;
}
.contact-form-trigger>span:nth-child(2) {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.015em;
}
.contact-form-trigger small {
  display: block;
  margin-bottom: 2px;
  color: #dceeff;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.contact-form-trigger:hover small {
  color: var(--muted);
}
.contact-form-trigger>span:last-child {
  font-size: 13px;
}
.contact-dialog-overlay {
  position: fixed;
  z-index: 170;
  inset: 0;
  padding: 16px;
  background: #071b2eb8;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
  animation: menu-fade .2s ease;
}
.contact-dialog {
  width: min(680px,100%);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  background: #fff;
  color: var(--navy);
  border-radius: 20px;
  box-shadow: 0 35px 100px #06182c66;
}
.contact-dialog-head {
  position: sticky;
  z-index: 1;
  top: 0;
  padding: 22px 24px 18px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.contact-dialog-head p {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.contact-dialog-head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.contact-dialog-head>button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.contact-dialog-head>button:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.contact-dialog-head svg {
  width: 17px;
}
.contact-form {
  padding: 22px 24px 25px;
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 15px;
}
.contact-field label {
  font-size: 9px;
  font-weight: 900;
}
.contact-field input,.contact-field select,.contact-field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbdbe8;
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  padding: 11px 12px;
  font: inherit;
  font-size: 12px;
  outline: 0;
}
.contact-field textarea {
  resize: vertical;
  line-height: 1.5;
}
.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #176fba18;
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.contact-method {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 15px;
}
.contact-method button {
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}
.contact-method button[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--ice);
  color: var(--blue);
}
.contact-method svg {
  width: 15px;
}
.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}
.contact-privacy input {
  margin: 2px 0 0;
  accent-color: var(--blue);
}
.contact-privacy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-submit {
  width: 100%;
  min-height: 49px;
  margin-top: 17px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
}
.contact-submit:hover {
  background: var(--navy);
}
.contact-submit:disabled {
  opacity: .65;
  cursor: wait;
}
.contact-submit svg {
  width: 16px;
}
.contact-form-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 7px;
  text-align: center;
}
.contact-form-error {
  padding: 10px 12px;
  border: 1px solid #b9d9ef;
  border-radius: 9px;
  background: var(--ice);
  color: var(--navy);
  font-size: 9px;
  line-height: 1.5;
}
.contact-form-error a {
  color: var(--blue);
  font-weight: 900;
}
.contact-success {
  padding: 50px 28px;
  text-align: center;
}
.contact-success>span {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 15px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
}
.contact-success svg {
  width: 22px;
}
.contact-success h3 {
  margin: 0 0 10px;
  font-size: 25px;
}
.contact-success p {
  max-width: 420px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.contact-success button {
  margin-top: 22px;
  padding: 13px 18px;
  border: 0;
  border-radius: 9px;
  background: var(--navy);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
footer {
  background: #0b213b;
  color: #fff;
  padding: 55px 0 86px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.footer-main .logo-mark-main,.footer-main .logo-mark-accent,.footer-main .logo-office,.footer-main .logo-name,.footer-main .logo-name tspan {
  fill: #fff;
}
.footer-main>p {
  font-size: 10px;
  line-height: 1.7;
  color: #9fb0c1;
  margin: 0;
}
.footer-main>div:last-child a,.footer-main>div:last-child span {
  display: block;
  font-size: 10px;
  margin-bottom: 9px;
}
.footer-bottom {
  border-top: 1px solid #ffffff1b;
  margin-top: 38px;
  padding-top: 18px;
  display: block;
  color: #8294a7;
  font-size: 8px;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 13px;
}
.reviews-section {
  background: #f5faff;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
}
.reviews-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "score" "carousel";
  gap: 32px;
}
.reviews-score {
  grid-area: score;
  min-height: 0;
  align-self: start;
  background: var(--navy);
  color: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 22px 50px #173e641f;
}
.reviews-score .google-g {
  margin-bottom: 14px;
}
.reviews-score p {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #b8cadb;
  margin: 0 0 5px;
}
.reviews-score>strong {
  font-size: 50px;
  line-height: .95;
  letter-spacing: -.06em;
}
.score-stars {
  color: #f6a723;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 9px 0 7px;
}
.reviews-score>b {
  font-size: 11px;
}
.reviews-score>small {
  font-size: 8px;
  color: #a9bdd0;
  margin-top: 4px;
}
.reviews-score>a {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #ffffff20;
  width: 100%;
  font-size: 8px;
  text-transform: uppercase;
  color: #dcecff;
  font-weight: 800;
}
.reviews-heading {
  grid-area: heading;
  align-self: end;
}
.reviews-heading .kicker {
  margin-bottom: 10px;
}
.reviews-heading h2 {
  font-size: 38px;
  line-height: 1.03;
  letter-spacing: -.045em;
  margin: 0;
}
.review-controls {
  grid-area: controls;
  display: none;
  gap: 8px;
  justify-self: end;
  align-self: end;
}
.review-controls button {
  width: 43px;
  height: 43px;
  border: 1px solid #cbdfee;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.reviews-carousel {
  grid-area: carousel;
}
.reviews-carousel article {
  min-height: 270px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 24px;
  box-shadow: 0 17px 38px #234d7310;
  display: flex;
  flex-direction: column;
  animation: review-in .28s ease;
}
.review-top {
  display: flex;
  justify-content: space-between;
}
.review-top span {
  color: #f6a723;
  letter-spacing: 2px;
}
.review-top i {
  font-style: normal;
  color: #4285f4;
  font-weight: 900;
  font-size: 20px;
}
.reviews-carousel blockquote {
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -.02em;
  margin: 24px 0;
}
.reviews-carousel article footer {
  margin-top: auto;
  background: transparent;
  padding: 0;
  color: var(--navy);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
}
.reviewer-copy {
  display: flex;
  flex-direction: column;
}
.reviews-carousel article footer b {
  font-size: 11px;
}
.reviews-carousel article footer small {
  font-size: 8px;
  color: var(--muted);
  margin-top: 3px;
}
.review-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}
.review-dots button {
  width: 18px;
  height: 4px;
  border: 0;
  border-radius: 3px;
  background: #c7d9e9;
  padding: 0;
  cursor: pointer;
}
.review-dots button.active {
  width: 36px;
  background: var(--blue);
}
.footer-bottom button {
  appearance: none;
  border: 0;
  background: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.footer-bottom button:hover {
  color: #fff;
}
.mobile-call {
  position: fixed;
  z-index: 50;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--navy);
  color: #fff;
  border: 1px solid #ffffff33;
  border-radius: 12px;
  padding: 14px 17px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 12px 35px #081b2d55;
}
.mobile-call span {
  color: #cfe8ff;
}
.home-mobile-contact {
  position: fixed;
  z-index: 50;
  left: 10px;
  right: 10px;
  bottom: 8px;
  min-height: 45px;
  padding: 5px 9px;
  border: 1px solid #c8e0f3;
  border-radius: 12px;
  background: var(--ice);
  color: var(--navy);
  box-shadow: 0 10px 28px #081b2d33;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 9px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
  transition: opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.home-mobile-contact.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.home-mobile-contact>strong {
  margin-left: 19px;
  font-size: 8px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .045em;
}
.home-mobile-contact>div {
  display: grid;
  grid-template-columns: repeat(3,35px);
  gap: 9px;
}
.home-mobile-contact a,.home-mobile-contact button {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: none;
}
.home-mobile-contact a:hover,.home-mobile-contact button:hover {
  background: var(--blue-dark);
}
.home-mobile-contact a>span:last-child,.home-mobile-contact button>span {
  display: none;
}
.home-mobile-contact svg,.home-mobile-contact button svg.contact-form-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex: 0 0 16px;
  stroke-width: 2;
}
.desktop-contact-dock {
  display: none;
}
.consent-banner {
  position: fixed;
  z-index: 110;
  left: 20px;
  bottom: 20px;
  width: min(460px,calc(100% - 40px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 24px 70px #102b4c30;
}
.consent-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.consent-heading>span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}
.consent-heading p,.consent-panel-head p {
  margin: 0 0 3px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.consent-heading h2,.consent-panel-head h2 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -.035em;
}
.consent-copy {
  margin: 14px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.consent-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.consent-actions button,.consent-panel-actions button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--navy);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.consent-actions .consent-accept,.consent-panel-actions .consent-accept {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.consent-settings-link {
  grid-column: 1/-1;
  min-height: 32px !important;
  border: 0 !important;
}
.consent-privacy {
  display: inline-block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.consent-overlay {
  position: fixed;
  z-index: 120;
  inset: 0;
  background: #081b2d80;
  display: grid;
  place-items: center;
  padding: 20px;
}
.consent-panel {
  width: min(520px,100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 30px 90px #081b2d55;
}
.consent-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.consent-panel-head>button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.consent-categories {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.consent-categories>div,.consent-categories>button {
  width: 100%;
  min-height: 70px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  text-align: left;
}
.consent-categories>*:last-child {
  border-bottom: 0;
}
.consent-categories span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.consent-categories b {
  font-size: 11px;
}
.consent-categories small {
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}
.consent-categories strong {
  color: var(--blue);
  font-size: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.consent-categories button {
  cursor: pointer;
}
.consent-categories i {
  position: relative;
  width: 39px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #c9d5df;
  transition: .2s;
}
.consent-categories i:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px #102b4c30;
  transition: .2s;
}
.consent-categories button[aria-checked="true"] i {
  background: var(--blue);
}
.consent-categories button[aria-checked="true"] i:after {
  transform: translateX(17px);
}
.consent-categories button:focus-visible {
  outline: 3px solid #176fba44;
  outline-offset: -3px;
}
.consent-panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}
@keyframes review-in {
  from {
    opacity: .35;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reviews-carousel {
  touch-action: pan-y;
  outline: none;
}
.reviews-carousel:focus-visible {
  border-radius: 18px;
  box-shadow: 0 0 0 3px #3f82c433;
}
@keyframes menu-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-slide {
  from {
    transform: translateX(30px);
  }
  to {
    transform: none;
  }
}
@media (max-width:600px) {
  .hero-one {
    background: #fff;
  }
  .hero-one-grid {
    padding-top: 21px;
    gap: 18px;
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
  }
  .hero-copy>.kicker {
    order: 1;
  }
  .hero-copy>h1 {
    order: 2;
  }
  .hero-copy>.lead {
    order: 3;
  }
  .hero-copy>.rating {
    order: 4;
    margin: 0 0 12px;
  }
  .hero-copy>.hero-contact-panel {
    order: 5;
  }
  .hero-copy>.checks {
    order: 6;
  }
  .checks {
    min-height: 0;
    justify-content: center;
    margin-top: 12px;
    padding: 16px;
    background: var(--ice);
    border-radius: 12px;
  }
  .checks span {
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(30px,9.1vw,41px);
  }
  .section-head h2,.about h2,.rights h2,.area h2,.contact h2 {
    font-size: clamp(25px,7vw,33px);
  }
  .reviews-section {
    padding-top: 30px;
  }
  .reviews-layout {
    gap: 20px;
  }
  .reviews-heading h2 {
    font-size: clamp(16px,5vw,22px);
    white-space: nowrap;
  }
  .reviews-score {
    position: relative;
    min-height: 200px;
    padding: 18px 20px;
  }
  .reviews-score .google-g {
    position: absolute;
    right: 18px;
    top: 18px;
    margin: 0;
  }
  .reviews-score>strong {
    font-size: 35px;
  }
  .reviews-score>a {
    margin-top: 10px;
    padding-top: 10px;
  }
  .reviews-carousel article {
    min-height: 220px;
  }
  .section#ablauf {
    padding-top: 36px;
  }
  .steps article {
    min-height: 220px;
    position: relative;
  }
  .steps article>span:first-child {
    position: absolute;
    right: 23px;
    top: 23px;
    font-size: 13px;
    font-weight: 900;
    color: var(--blue);
  }
  .steps .step-icon {
    margin: 0 0 20px;
  }
  .services-section {
    padding: 36px 0;
  }
  .services-section .section-head h2 {
    font-size: clamp(16px,4.6vw,20px);
    white-space: nowrap;
  }
  .services>a {
    min-height: 250px;
    position: relative;
  }
  .services>a>span:first-child {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 12px;
    font-weight: 900;
    color: #d8eaff;
  }
  .services .service-icon {
    margin: 0 0 20px;
  }
  .rights {
    padding: 38px 0;
  }
  .rights-grid {
    gap: 22px;
  }
  .rights .kicker {
    margin-bottom: 10px;
  }
  .rights h2 {
    margin-bottom: 14px;
  }
  .rights .body-copy {
    margin-bottom: 18px;
  }
  .rights li {
    margin: 13px 0;
  }
  .rights li:last-child {
    margin-bottom: 0;
  }
  .section.about {
    padding: 42px 0;
    gap: 28px;
  }
  .about li {
    margin: 14px 0;
  }
  .guides {
    padding: 38px 0;
  }
  .guides .section-head,.area .section-head {
    gap: 12px;
    margin-bottom: 22px;
  }
  .guide-grid a {
    min-height: 0;
    padding: 18px;
  }
  .guide-grid h3 {
    margin: 0 0 18px;
  }
  .guide-grid em {
    margin-top: 0;
  }
  .all-guides {
    margin-top: 15px;
  }
  .area {
    padding: 38px 0;
  }
  .region-grid {
    gap: 14px;
  }
  .contact {
    padding: 38px 0;
  }
  .contact .shell {
    gap: 18px;
  }
  .contact .kicker {
    margin-bottom: 10px;
  }
  .contact-dialog-overlay {
    padding: 0;
    place-items: end center;
  }
  .contact-dialog {
    max-height: 92dvh;
    border-radius: 19px 19px 0 0;
  }
  .contact-dialog-head {
    padding: 19px 18px 15px;
  }
  .contact-dialog-head h2 {
    font-size: 22px;
  }
  .contact-form {
    padding: 18px;
  }
  .contact-success {
    padding: 42px 20px;
  }
  .consent-banner {
    left: 10px;
    bottom: 69px;
    width: calc(100% - 20px);
    padding: 16px;
  }
  .home-page .consent-banner {
    bottom: 65px;
  }
  .consent-heading h2 {
    font-size: 18px;
  }
  .consent-copy {
    margin: 11px 0;
  }
  .consent-actions button {
    min-height: 40px;
  }
  .consent-panel {
    align-self: end;
    padding: 19px;
    border-radius: 18px 18px 0 0;
  }
  .consent-overlay {
    padding: 0;
  }
  .consent-panel-actions {
    grid-template-columns: 1fr;
  }
  .consent-panel-actions .consent-accept {
    order: -1;
  }
}
@media (min-width:601px) {
  .logo.brand-logo {
    width: 208px;
    max-width: 208px;
  }
  .shell {
    width: calc(100% - 48px);
  }
  .topline .shell {
    justify-content: space-between;
  }
  .topline .shell>span {
    display: block;
  }
  .header {
    height: 84px;
  }
  .logo {
    width: 245px;
  }
  .header-call {
    padding: 14px 18px;
    font-size: 9px;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
  }
  .rating {
    width: max-content;
  }
  .hero-actions {
    flex-direction: row;
  }
  .hero-contact-panel {
    max-width: 500px;
  }
  .hero-contact-actions>a,.hero-contact-actions>button {
    min-height: 55px;
    flex-direction: row;
    gap: 8px;
    font-size: 8px;
  }
  .checks {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .stage-one {
    height: 430px;
  }
  .trustbar .shell>div {
    padding: 0 20px;
  }
  .trustbar strong {
    font-size: 25px;
  }
  .trustbar span {
    font-size: 8px;
  }
  .trustbar b {
    font-size: 10px;
  }
  .services {
    grid-template-columns: 1fr 1fr;
  }
  .service-more {
    flex-direction: row;
  }
  .service-more a {
    flex: 1;
  }
  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .region-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-visual {
    height: 520px;
  }
  .contact-options {
    max-width: 470px;
  }
  .contact a {
    max-width: 470px;
    font-size: 28px;
  }
  .contact-form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main .logo {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom div {
    margin: 0;
  }
  .mobile-call,.home-mobile-contact {
    display: none;
  }
  footer {
    padding-bottom: 24px;
  }
}
@media (min-width:901px) {
  .header {
    height: 88px;
    gap: 24px;
  }
  .header-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
  }
  .header-nav a:hover {
    color: var(--blue);
  }
  .header-actions {
    margin-left: 0;
  }
  .header-call {
    font-size: 10px;
  }
  .hero h1 {
    font-size: clamp(58px,5.3vw,78px);
  }
  .hero-one {
    background: linear-gradient(112deg,#fff 0 50%,var(--ice) 50%);
  }
  .hero-one-grid {
    min-height: 680px;
    padding: 52px 0;
    grid-template-columns: .96fr 1.04fr;
    align-items: center;
    gap: 58px;
  }
  .stage-one {
    height: 520px;
    border-radius: 25px;
  }
  .float-expert {
    left: 20px;
    bottom: 20px;
    padding: 12px 14px;
  }
  .float-expert>img {
    width: 40px;
    height: 40px;
  }
  .float-iso {
    right: 20px;
    top: 20px;
    padding: 13px 15px;
  }
  .trustbar .shell {
    height: 106px;
    grid-template-columns: repeat(4,1fr);
  }
  .trustbar .shell>div {
    height: auto;
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding: 0 22px;
  }
  .trustbar .shell>div:nth-child(2n) {
    border-right: 1px solid var(--line);
  }
  .trustbar .shell>div:last-child {
    border-right: 0;
  }
  .section,.rights,.guides,.area {
    padding: 105px 0;
  }
  .section-head {
    grid-template-columns: 1.25fr .75fr;
    gap: 75px;
    align-items: end;
    margin-bottom: 55px;
  }
  .section-head h2,.about h2,.rights h2,.area h2,.contact h2 {
    font-size: clamp(44px,4.4vw,62px);
  }
  .steps {
    grid-template-columns: repeat(3,1fr);
  }
  .steps article {
    min-height: 315px;
    padding: 28px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .steps .step-icon {
    margin: 37px 0 22px;
  }
  .services-section {
    padding: 105px 0;
  }
  .services {
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }
  .services>a {
    min-height: 350px;
    padding: 27px;
  }
  .services .service-icon {
    width: 58px;
    height: 58px;
    margin: 31px 0;
  }
  .rights-grid {
    grid-template-columns: 1fr 1fr;
    gap: 95px;
    align-items: center;
  }
  .about {
    grid-template-columns: 1fr 1fr;
    gap: 95px;
  }
  .about-visual {
    height: 550px;
  }
  .guide-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }
  .guide-grid a {
    min-height: 210px;
    padding: 25px;
  }
  .region-grid>div {
    padding: 30px;
  }
  .contact {
    padding: 90px 0;
  }
  .contact .shell {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    gap: 45px;
  }
  .contact a {
    min-width: 380px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 55px;
  }
  .footer-main .logo {
    grid-column: auto;
  }
  .reviews-section {
    padding: 76px 0;
  }
  .reviews-layout {
    grid-template-columns: 270px 1fr;
    grid-template-areas: "heading controls" "score carousel";
    column-gap: 64px;
    row-gap: 25px;
    align-items: start;
  }
  .reviews-score {
    height: 270px;
    padding: 24px;
    box-sizing: border-box;
  }
  .reviews-heading {
    grid-column: 1/-1;
    padding-right: 120px;
  }
  .reviews-heading h2 {
    font-size: clamp(38px,4vw,54px);
    white-space: nowrap;
  }
  .review-controls {
    display: flex;
    z-index: 1;
  }
  .reviews-carousel article {
    height: 270px;
    min-height: 0;
    padding: 29px 32px;
    box-sizing: border-box;
  }
  .reviews-carousel blockquote {
    font-size: 20px;
  }
  .desktop-contact-dock {
    position: fixed;
    z-index: 55;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 14px 25px #071b2e32);
  }
  .desktop-contact-dock>a,.desktop-contact-dock>button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  .desktop-contact-dock>a:hover,.desktop-contact-dock>button:hover {
    background: var(--blue-dark);
  }
  .desktop-contact-dock>a>span,.desktop-contact-dock>button>span {
    display: none;
  }
  .desktop-contact-dock svg,.desktop-form svg.contact-form-icon {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
    flex: 0 0 19px;
    stroke-width: 2;
  }
  .desktop-contact-dock .whatsapp-icon {
    width: 21px !important;
    height: 21px !important;
    flex-basis: 21px;
  }
  .consent-banner {
    bottom: 20px;
  }
}
@media (min-width:901px) {
  .trustbar .shell {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (prefers-reduced-motion:reduce) {
  .home-mobile-contact {
    transition: none;
  }
}
.topline,.primary,.secondary,.checks,.float-expert b,.quote,.all-guides,.footer-main>p,.footer-main>div:last-child a,.footer-main>div:last-child span,.mobile-call,.contact-form-trigger>span:nth-child(2),.contact-submit {
  font-size: 10.5px;
}
.kicker,.rating-line i,.steps a,.service-more a,.rights li span,.about li span,.places a,.contact-field label,.contact-method button,.contact-success button {
  font-size: 9.5px;
}
.header-call,.menu-panel nav small,.menu-contact small,.services>a>span:first-child,.services em,.footer-bottom,.reviews-score p,.reviews-score>small,.reviews-score>a,.reviews-carousel article footer small,.home-mobile-contact>strong,.consent-heading p,.consent-panel-head p,.consent-privacy,.consent-categories small,.consent-categories strong {
  font-size: 8.5px;
}
.hero-contact-actions>a,.hero-contact-actions>button,.trustbar span,.cert span,.contact a small,.contact-form-note {
  font-size: 7.5px;
}
.contact-form-trigger small {
  font-size: 6.5px;
}
.checks {
  line-height: 1.45;
}
.float-expert {
  min-width: 185px;
  padding: 10px 15px;
}
.float-expert small {
  font-size: 7px;
  letter-spacing: .025em;
}
.float-expert b {
  margin-top: 3px;
}
.trustbar b {
  font-size: 9.5px;
}
.guide-grid a {
  justify-content: center;
}
.guide-grid h3 {
  margin: 0;
}
.guide-grid h3>span {
  display: inline;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
@media (min-width:601px) {
  .header-call {
    font-size: 9.5px;
  }
  .hero-contact-actions>a,.hero-contact-actions>button {
    font-size: 8.5px;
  }
  .trustbar span {
    font-size: 8.5px;
  }
  .trustbar b {
    font-size: 10.5px;
  }
}
@media (min-width:901px) {
  .header-nav,.header-call {
    font-size: 10.5px;
  }
  .float-expert {
    min-width: 205px;
    padding: 13px 18px;
  }
}
.theme>.trustbar~section,.theme>footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}
.city-page .city-hero .hero-one-grid {
  min-height: auto;
}
.city-page .city-intro {
  padding-bottom: 55px;
}
.city-intro-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 14px;
}
.city-intro-copy {
  padding: 5px 0;
}
.city-intro-copy h2 {
  font-size: clamp(36px,10vw,47px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0;
}
.city-intro-copy>p:last-child {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.city-intro-portrait {
  overflow: hidden;
  min-height: 230px;
  max-height: 300px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--ice);
}
.city-intro-portrait picture,.city-intro-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.city-intro-portrait img {
  object-fit: contain;
  object-position: center bottom;
}
.city-local-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.city-local-grid>article {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 24px;
  background: #fff;
}
.city-local-grid h3 {
  margin: 20px 0 10px;
  font-size: 24px;
}
.city-local-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.city-right-card {
  background: var(--ice) !important;
}
.city-right-card>a {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.districts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}
.districts span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--ice);
  font-size: 8px;
  font-weight: 800;
}
.city-cases {
  padding: 72px 0;
  background: var(--ice);
}
.case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.case-grid>a {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 15px 35px #173e6410;
  transition: .2s;
}
.case-grid>a:hover {
  transform: translateY(-3px);
  border-color: #b7d5ed;
}
.case-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 16px 16px 0 0;
}
.case-grid>a>div {
  padding: 20px;
}
.case-grid span {
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--blue);
}
.case-grid h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0;
}
.case-grid p {
  min-height: 0;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}
.case-grid em {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--blue);
}
.city-services {
  padding: 72px 0;
  background: var(--navy);
  color: #fff;
}
.city-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}
.city-services h2 {
  font-size: clamp(34px,9vw,48px);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin: 0 0 18px;
}
.city-services p {
  margin: 0;
  color: #b7c7d6;
  font-size: 12px;
  line-height: 1.7;
}
.city-service-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.city-service-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 17px;
  border: 1px solid #315477;
  border-radius: 11px;
  background: #17395f;
}
.city-service-links a:hover {
  background: var(--blue);
  border-color: var(--blue);
}
.city-service-links b {
  font-size: 13px;
}
.city-service-links span {
  color: #b7c7d6;
  font-size: 9px;
}
.city-service-links a:hover span {
  color: #fff;
}
.city-faq {
  padding-top: 72px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ice);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0;
  padding: 0 45px 20px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
@media (max-width:600px) {
  .city-page .city-hero .hero-one-grid {
    padding-top: 21px;
  }
  .city-page .city-intro {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .city-intro-copy h2 {
    font-size: clamp(25px,7vw,33px);
  }
  .city-intro-copy>p:last-child {
    margin-top: 14px;
  }
  .city-intro-portrait {
    min-height: 210px;
    max-height: 250px;
  }
  .city-page .city-steps {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .city-cases,.city-services {
    padding: 38px 0;
  }
  .city-cases .section-head h2,.city-faq .section-head h2 {
    font-size: clamp(25px,7vw,33px);
  }
  .case-grid>a>div {
    padding: 17px;
  }
  .city-faq {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (min-width:601px) {
  .city-intro-head {
    grid-template-columns: 1.1fr .9fr;
  }
  .city-local-grid,.case-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .case-grid>a:last-child {
    grid-column: 1/-1;
  }
  .city-service-links {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width:901px) {
  .city-page .city-hero .hero-one-grid {
    min-height: 650px;
  }
  .city-intro-head {
    grid-template-columns: 1.1fr .9fr;
    gap: 14px;
  }
  .city-intro-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 34px 28px 0;
  }
  .city-intro-copy h2 {
    font-size: clamp(44px,4.4vw,62px);
  }
  .city-intro-portrait {
    height: 310px;
    max-height: 310px;
  }
  .city-local-grid {
    grid-template-columns: 1.1fr .9fr;
  }
  .city-local-grid>article {
    padding: 32px;
  }
  .case-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .case-grid>a:last-child {
    grid-column: auto;
  }
  .city-cases {
    padding: 95px 0;
  }
  .city-services {
    padding: 95px 0;
  }
  .city-services-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
  }
  .city-faq {
    padding: 95px 0;
  }
  .faq-list {
    max-width: 920px;
  }
}
.city-car-stage {
  background: linear-gradient(145deg,#fafdff,#eaf5fc);
}
.city-car-stage .real-car {
  object-fit: contain;
  object-position: center;
}
.city-nearby {
  padding: 58px 0;
  background: #f8fbfe;
  border-bottom: 1px solid var(--line);
}
.city-nearby .shell>div:first-child {
  display: grid;
  gap: 8px;
}
.city-nearby h2 {
  margin: 0;
  font-size: clamp(28px,7vw,42px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.city-nearby nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 28px 0 18px;
}
.city-nearby nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.city-nearby nav a:hover {
  border-color: #b7d5ed;
  color: var(--blue);
}
.city-home-link {
  display: inline-block;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width:601px) {
  .city-nearby nav {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width:901px) {
  .city-nearby {
    padding: 72px 0;
  }
  .city-nearby .shell>div:first-child {
    grid-template-columns: .4fr 1fr;
    align-items: end;
  }
  .city-nearby nav {
    grid-template-columns: repeat(4,1fr);
    margin-top: 34px;
  }
}
.site-breadcrumb {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8fbfe;
}
.site-breadcrumb ol {
  min-height: 44px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
  overflow: hidden;
}
.site-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-breadcrumb li[aria-current="page"] {
  flex: 1;
  color: var(--navy);
  overflow: hidden;
}
.site-breadcrumb li[aria-current="page"]>span:last-child {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-breadcrumb a {
  transition: color .2s ease;
}
.site-breadcrumb a:hover,.site-breadcrumb a:focus-visible {
  color: var(--blue);
}
.site-breadcrumb-separator {
  flex: 0 0 auto;
  color: #778a9b !important;
}
.menu-panel nav a.is-current {
  background: var(--ice);
  color: var(--blue);
}
.service-hero .hero-one-grid {
  min-height: auto;
}
.service-car-stage {
  background: linear-gradient(145deg,#fafdff,#eaf5fc);
}
.service-car-stage .real-car {
  object-fit: contain;
  object-position: center;
}
.service-decision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.service-decision-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.service-decision-grid .service-decision-result {
  background: var(--ice);
}
.service-decision-grid h3 {
  margin: 19px 0 14px;
  font-size: 23px;
}
.service-decision-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-decision-grid li {
  position: relative;
  padding: 11px 0 11px 25px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.service-decision-grid li:last-child {
  border-bottom: 0;
}
.service-decision-grid li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}
.service-scope {
  padding: 72px 0;
  background: var(--navy);
  color: #fff;
}
.service-scope-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.service-scope-grid article {
  position: relative;
  min-height: 220px;
  padding: 22px;
  border: 1px solid #315477;
  border-radius: 15px;
  background: #17395f;
}
.service-scope-grid article>span:first-child {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #8dbfe8;
  font-size: 10px;
  font-weight: 900;
}
.service-scope-grid .app-icon {
  margin: 18px 0 25px;
}
.service-scope-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
}
.service-scope-grid p {
  margin: 0;
  color: #b7c7d6;
  font-size: 10px;
  line-height: 1.65;
}
.service-expert {
  padding: 72px 0;
  background: var(--ice);
}
.service-expert-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.service-expert-photo {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 20px;
  background: #dcecf7;
}
.service-expert-photo>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.service-expert-photo>span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 12px 15px;
  border-radius: 11px;
  background: #fff;
  color: var(--navy);
  font-size: 9px;
  box-shadow: 0 12px 30px #0d2d4930;
}
.service-expert-photo>span b {
  color: var(--blue);
}
.service-expert h2 {
  font-size: clamp(34px,9vw,48px);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin: 0 0 18px;
}
.service-expert p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}
.service-expert ul {
  list-style: none;
  margin: 27px 0;
  padding: 0;
}
.service-expert li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.service-expert li svg {
  width: 20px;
  color: var(--blue);
}
.service-expert li span {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}
.service-expert li b {
  color: var(--navy);
  font-size: 11px;
}
.service-cases {
  padding: 72px 0;
}
.service-contact {
  background: var(--ice);
}
.service-faq {
  padding-top: 72px;
}
.service-related {
  padding: 58px 0;
  background: #f8fbfe;
  border-top: 1px solid var(--line);
}
.service-related>.shell {
  display: grid;
  gap: 27px;
}
.service-related h2 {
  margin: 0;
  font-size: clamp(30px,8vw,42px);
  letter-spacing: -.04em;
}
.service-related nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}
.service-related nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 45px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.service-related nav a:hover {
  border-color: #b7d5ed;
  color: var(--blue);
}
.service-related nav b {
  font-size: 12px;
}
.service-related nav span {
  color: var(--muted);
  font-size: 9px;
}
.service-related nav em {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  color: var(--blue);
}
@media (max-width:600px) {
  .service-page .service-hero .hero-one-grid {
    padding-top: 21px;
  }
  .service-decision {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .service-scope,.service-expert,.service-cases {
    padding: 38px 0;
  }
  .service-process {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .service-expert-photo {
    min-height: 360px;
  }
  .service-cases .section-head h2,.service-faq .section-head h2 {
    font-size: clamp(25px,7vw,33px);
  }
  .service-faq {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .service-related {
    padding: 38px 0;
  }
}
@media (min-width:601px) {
  .service-decision-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-scope-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-related nav {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width:901px) {
  .service-page .service-hero .hero-one-grid {
    min-height: 650px;
  }
  .service-decision-grid article {
    padding: 32px;
  }
  .service-scope {
    padding: 95px 0;
  }
  .service-scope-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .service-expert {
    padding: 95px 0;
  }
  .service-expert-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: center;
  }
  .service-expert-photo {
    min-height: 550px;
  }
  .service-cases {
    padding: 95px 0;
  }
  .service-contact {
    padding: 76px 0;
  }
  .service-faq {
    padding: 95px 0;
  }
  .service-related {
    padding: 72px 0;
  }
  .service-related>.shell {
    grid-template-columns: .4fr 1fr;
    align-items: end;
  }
}
.service-focus {
  padding: 72px 0;
  background: #f8fbfe;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-focus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.service-focus-grid article {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.service-focus-grid article>span {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}
.service-focus-grid h3 {
  margin: 0 42px 11px 0;
  font-size: 20px;
}
.service-focus-grid strong {
  display: block;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 9px;
  line-height: 1.45;
}
.service-focus-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}
.service-focus-grid ul {
  margin: 15px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}
.service-focus-notice {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  align-items: start;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #c5ddf1;
  border-radius: 13px;
  background: var(--ice);
}
.service-focus-notice svg {
  width: 22px;
  color: var(--blue);
}
.service-focus-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}
.service-cases .case-grid {
  grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr));
}
@media (max-width:600px) {
  .service-focus {
    padding: 38px 0;
  }
  .service-focus .section-head h2 {
    font-size: clamp(25px,7vw,33px);
  }
}
@media (min-width:601px) {
  .service-focus-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width:901px) {
  .service-focus {
    padding: 95px 0;
  }
  .service-focus-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .service-focus-oldtimergutachten .service-focus-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-focus-grid article {
    padding: 29px;
  }
}
.case-article aside>.app-icon+.kicker {
  margin-top: 18px;
}
.case-hero .hero-one-grid {
  min-height: auto;
}
.case-hero-stage {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 20px;
  background: #dcecf7;
  box-shadow: 0 24px 55px #1f5f9322;
}
.case-hero-stage>img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
.case-photo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 11px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 15px 38px #173e6433;
}
.case-photo-badge svg {
  width: 19px;
  color: var(--blue);
}
.case-photo-badge span {
  font-size: 7px;
  color: var(--muted);
}
.case-photo-badge b {
  display: block;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 10px;
}
.case-article {
  padding: 72px 0;
  background: #fff;
}
.case-article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
.case-article article {
  min-width: 0;
}
.case-article article>.kicker {
  margin-bottom: 24px;
}
.case-article article h2 {
  margin: 36px 0 13px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: clamp(25px,7vw,38px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.case-article article h2:first-of-type {
  margin-top: 0;
}
.case-article article p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.78;
}
.case-article article ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.case-article article li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 24px;
  border-bottom: 1px solid #e7eff6;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.case-article article li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}
.case-article aside {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ice);
}
.case-article aside h2 {
  margin: 18px 0 12px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.case-article aside>p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.case-article aside>a {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.case-gallery {
  padding: 72px 0;
  background: var(--navy);
  color: #fff;
}
.case-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.case-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #315477;
  border-radius: 16px;
  background: #17395f;
}
.case-gallery figure:first-child {
  grid-column: 1/-1;
}
.case-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: none;
}
.case-gallery figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #0b213bdb;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.case-classification-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}
.case-classification-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.case-classification-grid article:last-child {
  background: var(--ice);
}
.case-classification-grid h3 {
  margin: 20px 0 10px;
  font-size: 23px;
}
.case-classification-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.case-classification-grid a {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width:600px) {
  .case-page .case-hero .hero-one-grid {
    padding-top: 21px;
  }
  .case-page .case-hero h1 {
    font-size: clamp(29px,8.7vw,39px);
  }
  .case-article,.case-gallery,.case-classification {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .case-article article h2 {
    font-size: clamp(23px,6.5vw,30px);
  }
  .case-gallery .section-head h2,.case-classification .section-head h2 {
    font-size: clamp(25px,7vw,33px);
  }
}
@media (min-width:601px) {
  .case-hero-stage {
    min-height: 430px;
  }
  .case-hero-stage>img {
    min-height: 430px;
  }
  .case-gallery-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .case-classification-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width:901px) {
  .case-page .case-hero .hero-one-grid {
    min-height: 650px;
  }
  .case-page .case-hero h1 {
    font-size: clamp(42px,4vw,58px);
  }
  .case-hero-stage,.case-hero-stage>img {
    height: 520px;
  }
  .case-article {
    padding: 95px 0;
  }
  .case-article-grid {
    grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
    gap: 80px;
  }
  .case-article aside {
    position: sticky;
    top: 24px;
    padding: 30px;
  }
  .case-gallery {
    padding: 95px 0;
  }
  .case-gallery-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .case-gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
  .case-gallery figure:first-child img {
    height: 100%;
  }
  .case-classification-grid article {
    padding: 31px;
  }
}
.content-page .content-hero h1 {
  font-size: clamp(30px,8.3vw,44px);
}
.content-page .content-hero-stage {
  background: linear-gradient(145deg,#edf8ff,#dcecf7);
}
.content-person-stage {
  background: #fff;
}
.case-hero-stage.content-person-stage>img {
  object-fit: contain;
  object-position: center bottom;
}
.content-page .case-article article>p:first-of-type {
  font-size: 13px;
  color: #294761;
}
.content-page .case-article article p {
  overflow-wrap: anywhere;
}
.content-page-ueber-mich .content-gallery img,.content-page-kontakt-zum-kfz-sachverstaendigen .content-gallery img {
  height: auto;
  max-height: 760px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.content-gallery .case-gallery-grid.single {
  max-width: 760px;
}
.content-gallery .case-gallery-grid.single figure:first-child {
  grid-column: auto;
  grid-row: auto;
}
.content-form-button {
  display: inline-block;
  margin-top: 22px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.content-accordion {
  display: grid;
  gap: 11px;
}
.content-accordion details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s,box-shadow .2s;
}
.content-accordion details[open] {
  border-color: #b4d6ed;
  box-shadow: 0 13px 30px #173e640d;
}
.content-accordion summary {
  display: grid;
  grid-template-columns: 30px 1fr 21px;
  align-items: center;
  gap: 10px;
  padding: 17px;
  cursor: pointer;
  list-style: none;
  background: linear-gradient(135deg,#fff,#f2f9fd);
}
.content-accordion summary::-webkit-details-marker {
  display: none;
}
.content-accordion summary>span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
}
.content-accordion summary h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(17px,4.8vw,23px) !important;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.content-accordion summary svg {
  width: 18px;
  color: var(--blue);
  transition: transform .2s;
}
.content-accordion details[open] summary svg {
  transform: rotate(180deg);
}
.content-accordion-panel {
  padding: 20px 18px 8px;
  border-top: 1px solid var(--line);
}
.content-accordion-panel h2 {
  font-size: 21px !important;
}
.content-page-kfz-gutachter-lexikon .content-article article h2 {
  font-size: clamp(20px,5vw,30px);
}
.content-topic-index {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ffffff2e;
}
.content-topic-index>h2 {
  margin: 5px 0 16px !important;
  color: #fff !important;
}
.content-topic-index>div {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.content-topic-index a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #ffffff0d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}
.content-topic-index a:hover {
  background: #ffffff18;
  border-color: #7bc3ef;
}
.content-topic-index a span {
  color: #7bc3ef;
  font-size: 16px;
}
@media (max-width:720px) {
  .content-topic-index>div {
    grid-template-columns: 1fr;
  }
  .content-topic-index a {
    font-size: 11px;
  }
}
.content-hero-legal .hero-one-grid {
  grid-template-columns: 1fr;
  max-width: 900px;
}
.content-hero-legal .hero-copy {
  max-width: 760px;
}
@media (min-width:901px) {
  .content-page .content-hero h1 {
    font-size: clamp(40px,3.4vw,54px);
  }
  .content-page .content-article article {
    max-width: 850px;
  }
}
.markus-photo {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}
.about-visual {
  height: auto;
  min-height: 0;
  aspect-ratio: 1023/1537;
}
.service-expert-photo {
  min-height: 0;
  background: #fff;
}
.service-expert-photo>img {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}
.service-expert-picture,.content-gallery-person {
  display: block;
  width: 100%;
  height: auto;
}
.service-expert-picture>img,.content-gallery-person>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.case-hero-stage {
  min-height: 0;
  background: #fff;
}
.case-hero-stage>img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.case-gallery figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}
.case-gallery img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}
.case-gallery-grid figure:first-child img {
  height: auto;
}
.content-gallery .case-gallery-grid.single {
  max-width: none;
}
.content-page .content-hero .hero-one-grid {
  padding-top: 30px;
  padding-bottom: 38px;
}
.content-page .case-article {
  padding-top: 52px;
  padding-bottom: 52px;
}
.content-page .case-classification {
  padding-top: 52px;
  padding-bottom: 52px;
}
.content-page .case-article-grid {
  gap: 28px;
}
.content-page .case-article article>.kicker {
  margin-bottom: 17px;
}
.content-page .case-article article p {
  margin-bottom: 14px;
}
.content-page .case-article article h2 {
  margin-top: 27px;
  padding-top: 20px;
}
.content-page .content-accordion {
  gap: 8px;
}
.content-page .content-accordion summary {
  padding: 14px 16px;
}
.content-page .content-accordion-panel {
  padding-top: 16px;
}
.content-page .case-gallery {
  padding-top: 52px;
  padding-bottom: 52px;
}
.content-page .case-gallery .section-head {
  margin-bottom: 28px;
}
.content-page .case-classification .section-head {
  margin-bottom: 28px;
}
.content-page .case-classification-grid article {
  padding: 22px;
}
.content-page .case-classification-grid h3 {
  margin-top: 15px;
}
@media (max-width:600px) {
  .content-page .content-hero .hero-one-grid {
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .content-page .case-article,.content-page .case-gallery,.content-page .case-classification {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .content-page .case-article-grid {
    gap: 22px;
  }
  .content-page .case-article aside {
    padding: 20px;
  }
  .content-page .case-gallery .section-head,.content-page .case-classification .section-head {
    margin-bottom: 20px;
  }
  .content-page .case-classification-grid article {
    padding: 19px;
  }
}
.city-intro-copy-solo {
  max-width: 760px;
  margin-bottom: 28px;
}
.city-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.city-faq-content h2 {
  font-size: clamp(36px,10vw,47px);
  line-height: 1.05;
  letter-spacing: -.045em;
  margin: 0 0 30px;
}
.city-faq-visual {
  order: 2;
}
.city-faq-visual .markus-photo {
  object-fit: cover;
  object-position: center top;
  background: #fff;
}
.city-faq-vehicle-visual .city-faq-vehicle {
  object-fit: cover;
  object-position: center;
}
@media (max-width:600px) {
  .city-intro-copy-solo {
    margin-bottom: 22px;
  }
  .city-faq-content h2 {
    font-size: clamp(25px,7vw,33px);
    margin-bottom: 22px;
  }
}
@media (min-width:901px) {
  .city-intro-copy-solo {
    padding: 28px 0;
    margin-bottom: 20px;
  }
  .city-faq-grid {
    grid-template-columns: 1fr 1fr;
    gap: 95px;
  }
  .city-faq-content h2 {
    font-size: clamp(44px,4.4vw,62px);
  }
  .city-faq-visual {
    width: 70%;
    max-width: 560px;
    margin-inline: auto;
    justify-self: center;
  }
}
@media (min-width:901px) {
  .content-page .content-hero .hero-one-grid {
    min-height: 610px;
  }
  .content-page .case-article,.content-page .case-gallery,.content-page .case-classification {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .content-page .case-article-grid {
    gap: 58px;
  }
  .content-page .case-classification-grid article {
    padding: 27px;
  }
}
.content-page-legal .content-hero .hero-one-grid {
  min-height: auto;
}
.content-page-legal .hero-contact-panel,.content-page-legal .checks,.content-page-legal .case-photo-badge {
  display: none;
}
.content-page-legal .case-article-grid {
  grid-template-columns: 1fr;
}
.content-page-legal .case-article aside {
  display: none;
}
.content-page-legal .content-article article {
  max-width: 980px;
  margin: auto;
}
.case-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
  filter: grayscale(1);
}
.service-cases .case-grid img {
  filter: grayscale(1);
}
.city-car-stage .real-car,.service-car-stage .real-car {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-visual,.service-expert-photo,.content-person-stage {
  width: 70%;
  max-width: 560px;
  margin-inline: auto;
  justify-self: center;
}
.about-vehicle-visual,.city-faq-vehicle-visual {
  width: 100%;
  max-width: 560px;
}
.about-visual .markus-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
@media (min-width:901px) {
  .case-hero-stage,.case-hero-stage>img {
    height: auto;
  }
  .case-page .case-hero-stage>img,.content-page .case-hero-stage>img {
    max-height: none;
  }
  .case-gallery figure:first-child {
    grid-row: auto;
  }
  .case-gallery figure:first-child img {
    height: auto;
  }
}
.case-hero-stage>.hero-picture {
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.case-hero-stage>.hero-picture>img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.case-hero-stage.content-person-stage>.hero-picture>img {
  object-fit: contain;
  object-position: center bottom;
}
@media (min-width:601px) {
  .case-hero-stage>.hero-picture>img {
    min-height: 0;
  }
}
@media (min-width:901px) {
  .case-hero-stage>.hero-picture,.case-hero-stage>.hero-picture>img {
    height: auto;
  }
  .case-page .case-hero-stage>.hero-picture>img,.content-page .case-hero-stage>.hero-picture>img {
    max-height: none;
  }
}
.preview-index {
  min-height: 100vh;
  background: #fff;
  color: var(--navy);
}
.preview-index>header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.preview-index>header .shell {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.preview-index>header a {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.preview-index>header span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.preview-index-hero {
  padding: 65px 0;
  background: linear-gradient(145deg,#fff,#edf7fd);
}
.preview-index-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px,10vw,76px);
  line-height: .98;
  letter-spacing: -.055em;
}
.preview-index-hero>div>p:not(.kicker) {
  max-width: 720px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.preview-index-hero>div>div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.preview-index-hero strong {
  color: var(--blue);
  font-size: 38px;
}
.preview-index-hero div span {
  max-width: 110px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.preview-index-section {
  padding: 62px 0;
}
.preview-index-section.alt {
  background: var(--ice);
}
.preview-index-heading {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 30px;
}
.preview-index-heading>span {
  padding-top: 6px;
  color: #a6bfd4;
  font-size: 10px;
  font-weight: 900;
}
.preview-index-heading h2 {
  margin: 0;
  font-size: clamp(31px,7vw,46px);
  letter-spacing: -.045em;
}
.preview-index-heading .kicker {
  margin-bottom: 7px;
}
.preview-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.preview-link-grid a {
  position: relative;
  min-height: 150px;
  padding: 22px 48px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.preview-link-grid a:hover {
  transform: translateY(-2px);
  border-color: #a9cee9;
  box-shadow: 0 14px 32px #173e640f;
}
.preview-link-grid b {
  font-size: 17px;
  line-height: 1.25;
}
.preview-link-grid span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
.preview-link-grid em {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.preview-link-grid a:after {
  content: "↗";
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--blue);
}
.preview-link-grid.compact a {
  min-height: 120px;
}
.preview-index>footer {
  padding: 30px 0;
  background: var(--navy);
  color: #fff;
}
.preview-index>footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.preview-index>footer span {
  color: #8fa6bb;
  font-size: 8px;
}
.preview-index>footer a {
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width:601px) {
  .preview-link-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width:901px) {
  .preview-index-hero {
    padding: 95px 0;
  }
  .preview-index-section {
    padding: 82px 0;
  }
  .preview-link-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .preview-link-grid.compact {
    grid-template-columns: repeat(4,1fr);
  }
}
.content-page-legal .content-article p {
  white-space: pre-line;
}
.content-page-legal .content-accordion {
  max-width: 980px;
  margin: 0 auto;
}
.content-page-legal .content-accordion-panel {
  padding-bottom: 14px;
}
.content-page-legal .content-hero-stage>img {
  max-height: 560px;
  object-fit: contain;
  object-position: center top;
}
.case-content-accordion {
  margin-top: 4px;
}
.case-content-accordion h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.case-content-accordion .content-accordion-panel p:last-child,.case-content-accordion .content-accordion-panel ul:last-child {
  margin-bottom: 8px;
}
.case-page .case-hero-stage {
  height: 310px;
  min-height: 310px;
  background: #17395f;
}
.case-page .case-hero-stage>.hero-picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.case-page .case-hero-stage>.hero-picture>img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  background: #17395f;
}
.case-page .case-gallery figure {
  display: block;
  min-height: 0;
  aspect-ratio: 4/3;
}
.case-page .case-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  filter: none;
  background: #17395f;
}
.case-page .case-gallery-grid figure:first-child img {
  height: 100%;
}
@media (min-width:601px) {
  .case-page .case-hero-stage {
    height: 430px;
    min-height: 430px;
  }
  .case-page .case-gallery figure:first-child {
    aspect-ratio: 8/3;
  }
}
@media (min-width:901px) {
  .case-page .case-hero-stage {
    height: 520px;
    min-height: 520px;
  }
}
.case-grid>a {
  display: grid;
  grid-template-rows: auto 1fr;
}
.case-grid>a>img,.case-grid>a>noscript>img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  background: #17395f;
}
.case-gallery figure {
  display: block;
  min-height: 0;
  aspect-ratio: 4/3;
}
.case-gallery img,.case-gallery noscript>img,main.content-page .case-gallery.content-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  background: #17395f;
}
.content-page .case-gallery figure:first-child {
  grid-column: auto;
  grid-row: auto;
}
.content-gallery .case-gallery-grid.single {
  max-width: 760px;
  margin-inline: auto;
}
.about-visual .markus-photo,.service-expert-picture>img,.content-gallery-person>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #fff;
}
.content-page .case-hero-stage {
  aspect-ratio: 4/3;
}
.content-page .case-hero-stage>.hero-picture {
  height: 100%;
}
.content-page .case-hero-stage:not(.content-person-stage)>.hero-picture>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-page .case-hero-stage.content-person-stage>.hero-picture>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.content-page-kfz-gutachter-kreis-aachen .content-gallery img {
  filter: grayscale(1);
}
.content-page .content-article {
  background: var(--navy);
  color: #fff;
}
.content-page .content-article article>.kicker {
  color: #8ed2ff !important;
}
.content-page .content-article article>h2 {
  color: #fff;
  border-color: #315477;
}
.content-page .content-article article>p {
  color: #c7d6e4;
}
.content-page .content-article article>ul>li {
  color: #c7d6e4;
  border-color: #315477;
}
.content-page .content-article .content-accordion {
  color: var(--navy);
}
.content-page .content-article .content-accordion h2 {
  color: var(--navy);
}
.content-page .content-article .content-accordion p,.content-page .content-article .content-accordion li {
  color: var(--muted);
}
.content-page .content-article aside {
  border-color: #315477;
  background: #fff;
  color: var(--navy);
}
.about.about-vehicle-swap .about-vehicle-visual,.city-faq .city-faq-vehicle-visual {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 0;
  aspect-ratio: 4/3;
}
.about.about-vehicle-swap .about-vehicle-visual>.hero-picture,.city-faq .city-faq-vehicle-visual>.city-faq-vehicle-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about.about-vehicle-swap .about-vehicle-visual .real-car,.city-faq .city-faq-vehicle-visual .city-faq-vehicle {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width:901px) {
  .about.about-vehicle-swap .about-vehicle-visual,.city-faq .city-faq-vehicle-visual {
    width: 82%;
  }
}
