:root {
  --graphite: #20262d;
  --graphite-dark: #12171d;
  --graphite-soft: #303943;
  --red: #f03316;
  --red-text: #c32610;
  --red-dark: #c32610;
  --red-deep: #a6222b;
  --platinum: #e7eaee;
  --champagne: #c6ae7d;
  --ink: #20252b;
  --muted: #5d6671;
  --line: #d9e0e7;
  --paper: #f1f4f7;
  --white: #ffffff;
  --soft-panel: #eceff2;
  --shadow: 0 20px 48px rgba(18, 23, 29, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.top-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, .82);
  background: #0b0f14;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 14px;
}

.top-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  color: var(--graphite-dark);
  background: var(--champagne);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.top-contact a:last-child .contact-icon {
  color: var(--white);
  background: #1f8f4d;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--graphite-dark);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 58px;
  height: 46px;
  object-fit: cover;
  background: var(--white);
  border: 3px solid rgba(255, 255, 255, .88);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

.brand > span {
  display: grid;
  gap: 1px;
}

.brand-domain {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.05;
}

.brand-line {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.nav-cta {
  padding: 10px 15px;
  color: var(--white);
  background: var(--red);
  border-radius: 2px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 450px);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 38, 45, .98), rgba(18, 23, 29, .98)),
    linear-gradient(90deg, rgba(240, 51, 22, .24), transparent 46%);
}

.personal-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--graphite-dark);
}

.personal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(18, 23, 29, 1) 0, rgba(18, 23, 29, 1) 70px, rgba(24, 30, 37, .98) 122px, rgba(18, 23, 29, .98) 100%),
    linear-gradient(135deg, rgba(42, 49, 58, .96), rgba(18, 23, 29, .98)),
    linear-gradient(90deg, rgba(240, 51, 22, .16), transparent 42%);
}

.personal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 23, 29, 1) 0, rgba(18, 23, 29, 1) 72px, rgba(18, 23, 29, .88) 126px, rgba(18, 23, 29, .88) 100%),
    linear-gradient(90deg, rgba(18, 23, 29, .98) 0%, rgba(18, 23, 29, .93) 45%, rgba(18, 23, 29, .78) 72%, rgba(18, 23, 29, .9) 100%),
    linear-gradient(135deg, rgba(240, 51, 22, .18), transparent 48%),
    url("../img/maik-telefon-hero.jpg");
  background-repeat: no-repeat;
  background-size: auto 88%;
  background-position: 68% bottom;
  background-blend-mode: normal, normal, screen;
}

.hero-content {
  max-width: 820px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--red-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .kicker {
  color: var(--champagne);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-subheadline {
  max-width: 760px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(27px, 3.3vw, 40px);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(29px, 4.2vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-content p {
  max-width: 740px;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
}

.hero-list {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-list li {
  padding-left: 28px;
  color: rgba(255, 255, 255, .9);
  position: relative;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--champagne);
  border-bottom: 2px solid var(--champagne);
  transform: rotate(-45deg);
}

.lead-card {
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(18, 23, 29, .18);
  border-top: 5px solid var(--red);
}

.card-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lead-card h2 {
  color: var(--graphite-dark);
  font-size: 30px;
  text-align: left;
}

.lead-card p {
  color: var(--muted);
  text-align: left;
}

.request-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.request-list li {
  padding: 13px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.request-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--red);
  border-radius: 2px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  width: 100%;
  color: var(--white);
  background: var(--red);
}

.button.primary:hover {
  background: var(--red-dark);
}

.button.light {
  width: auto;
  color: var(--graphite-dark);
  background: var(--white);
  border-color: var(--white);
}

.button.outline-light {
  width: auto;
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, .45);
}

.micro-note {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.quick-contact,
.contact-actions,
.form-quick-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-contact {
  margin-top: 12px;
}

.quick-contact a,
.form-quick-contact a {
  flex: 1 1 130px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: var(--graphite-dark);
  background: #fff8f5;
  border: 1px solid rgba(240, 51, 22, .28);
  font-weight: 800;
  text-decoration: none;
}

.visual-band {
  padding: 0;
  background: var(--graphite-dark);
}

.visual-band img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.quick-answers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.quick-answers article {
  min-height: 230px;
  padding: 30px clamp(20px, 3vw, 36px);
  background: var(--white);
}

.quick-answers span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-answers strong {
  display: block;
  margin-bottom: 12px;
  color: var(--graphite-dark);
  font-size: 24px;
  line-height: 1.18;
}

.quick-answers p,
.section p,
.steps p,
.faq p {
  color: var(--muted);
  font-size: 18px;
}

.inline-action {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.inline-action:hover {
  color: var(--red-dark);
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .75fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.soft {
  background: var(--white);
}

.info-panel,
.quote-panel {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

.quote-panel {
  color: var(--white);
  background: var(--graphite);
  border-color: var(--graphite);
}

.quote-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.12;
}

.quote-panel p {
  color: rgba(255, 255, 255, .78);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 13px 0 13px 28px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 13px;
  height: 8px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(-45deg);
}

.process {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--graphite-dark), var(--graphite-soft));
}

.process .kicker {
  color: var(--champagne);
}

.process p {
  color: rgba(255, 255, 255, .8);
}

.section-head {
  max-width: 880px;
  margin-bottom: 32px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps article {
  min-height: 250px;
  padding: 28px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
}

.steps span {
  display: grid;
  align-items: center;
  width: auto;
  min-height: 34px;
  margin-bottom: 28px;
  padding: 0 12px;
  color: var(--graphite-dark);
  background: var(--champagne);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.competence {
  background: var(--soft-panel);
}

.competence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.competence-grid article {
  display: grid;
  gap: 6px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
}

.competence-grid strong {
  color: var(--graphite-dark);
  font-size: 22px;
}

.competence-grid span {
  color: var(--muted);
}

.location {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, .9fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--white);
}

.location-media {
  background: var(--graphite-dark);
  box-shadow: var(--shadow);
}

.location-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
}

.location-copy {
  max-width: 680px;
}

.address-box {
  display: grid;
  gap: 3px;
  max-width: 320px;
  margin: 22px 0;
  padding: 18px;
  background: #fff8f5;
  border-left: 4px solid var(--red);
}

.address-box strong {
  color: var(--graphite-dark);
  font-size: 20px;
}

.address-box span {
  color: var(--muted);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.location-actions .button {
  width: auto;
}

.muted-button {
  color: var(--graphite-dark);
  background: var(--white);
  border-color: var(--line);
}

.faq {
  background: var(--white);
}

.faq-list {
  max-width: 1060px;
}

details {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  color: var(--graphite-dark);
  font-size: 21px;
  font-weight: 800;
}

details p {
  max-width: 820px;
  margin: 13px 0 0;
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(44px, 6vw, 72px) clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--graphite-dark);
}

.contact-strip .kicker {
  color: var(--champagne);
}

.contact-strip p {
  color: rgba(255, 255, 255, .78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, .76);
  background: #3e454d;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-page {
  background: var(--white);
}

.legal-hero {
  padding: clamp(46px, 7vw, 82px) clamp(18px, 5vw, 70px) 30px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 38, 45, .98), rgba(18, 23, 29, .98)),
    linear-gradient(90deg, rgba(240, 51, 22, .2), transparent 48%);
}

.legal-hero h1 {
  margin-bottom: 0;
}

.legal-content {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 66px) 0;
}

.legal-content h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  color: var(--graphite-dark);
  font-size: clamp(23px, 3vw, 31px);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  max-width: 860px;
  color: var(--muted);
  font-size: 18px;
}

.privacy-check a,
.legal-content a {
  color: var(--red-dark);
  font-weight: 800;
}

.form-hero {
  padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 70px) 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 38, 45, .98), rgba(18, 23, 29, .98)),
    linear-gradient(90deg, rgba(240, 51, 22, .2), transparent 48%);
}

.autoankauf-hero {
  padding-bottom: clamp(48px, 7vw, 78px);
}

.seo-intro {
  padding-bottom: 18px;
  background: var(--white);
}

.form-panel-section {
  padding: 6px 0 clamp(48px, 7vw, 78px);
  background: var(--white);
}

.region-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.region-strip article {
  min-height: 210px;
  padding: 28px clamp(20px, 3vw, 34px);
  background: var(--soft-panel);
}

.region-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.region-strip strong {
  display: block;
  margin-bottom: 12px;
  color: var(--graphite-dark);
  font-size: 23px;
  line-height: 1.18;
}

.region-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.regional-links {
  background: var(--white);
}

.regional-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.regional-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 160px;
  padding: 24px;
  color: inherit;
  background: var(--soft-panel);
  border: 1px solid var(--line);
  text-decoration: none;
}

.regional-link-grid strong {
  color: var(--graphite-dark);
  font-size: 22px;
  line-height: 1.18;
}

.regional-link-grid span {
  color: var(--muted);
}

.form-hero h1,
.form-hero p {
  max-width: 900px;
}

.form-hero p {
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
}

.form-quick-contact {
  max-width: 620px;
  margin-top: 24px;
}

.form-quick-contact a {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .22);
  justify-content: flex-start;
}

.vehicle-form,
.form-notice {
  width: min(1040px, calc(100% - 36px));
  margin: 28px auto;
}

.vehicle-form {
  display: grid;
  gap: 22px;
}

.form-intro {
  margin: 0;
  padding: 16px 18px;
  color: var(--graphite-dark);
  background: #fff8f5;
  border-left: 4px solid var(--red);
  font-size: 17px;
}

fieldset {
  margin: 0;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
}

legend {
  padding: 0 8px;
  color: var(--graphite-dark);
  font-size: 22px;
  font-weight: 800;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vehicle-form label {
  display: grid;
  gap: 7px;
  color: var(--graphite-dark);
  font-weight: 800;
}

.vehicle-form input,
.vehicle-form select,
.vehicle-form textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: #fafafa;
  border: 1px solid #cbd3dc;
  border-radius: 2px;
  font: inherit;
  font-weight: 400;
}

.vehicle-form input:focus,
.vehicle-form select:focus,
.vehicle-form textarea:focus {
  border-color: var(--red);
  outline: 3px solid rgba(166, 34, 43, .14);
}

.radio-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.radio-row label,
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  background: #fafafa;
  border: 1px solid var(--line);
}

.radio-row input,
.privacy-check input {
  width: auto;
  margin-top: 4px;
}

.form-help {
  margin: -2px 0 16px;
  color: var(--muted);
  font-size: 15px;
}

.field-note {
  display: block;
  margin-top: -1px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-check {
  color: var(--muted);
  font-weight: 700;
}

.form-submit {
  max-width: 320px;
}

.form-notice {
  padding: 14px 16px;
  border: 1px solid;
}

.form-notice.error {
  color: #7d1720;
  background: #fff1f2;
  border-color: #e2a3a8;
}

.success-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 70px);
}

.success-box {
  max-width: 760px;
  padding: clamp(28px, 5vw, 52px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  box-shadow: var(--shadow);
}

.success-box .button {
  width: auto;
}

.success-contact {
  margin: 18px 0;
}

@media (max-width: 1180px) {
  .top-contact {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-header,
  .contact-strip,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .hero {
    align-items: start;
  }

  .personal-hero::after {
    background-size: auto 62%;
    background-position: right bottom;
    opacity: .38;
  }

  .hero,
  .split,
  .location,
  .quick-answers,
  .region-strip,
  .steps,
  .competence-grid,
  .regional-link-grid,
  .form-grid,
  .radio-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .top-contact {
    justify-content: center;
    gap: 8px 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .top-contact > span {
    display: none;
  }

  .site-header {
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .brand-logo {
    width: 50px;
    height: 40px;
  }

  .brand-domain {
    font-size: 22px;
  }

  .brand-line {
    font-size: 12px;
  }

  .main-nav {
    gap: 10px 14px;
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
    line-height: 1.04;
  }

  .hero-subheadline {
    font-size: 23px;
    line-height: 1.12;
  }

  .hero-content p,
  .quick-answers p,
  .section p,
  .steps p,
  .faq p,
  .form-hero p {
    font-size: 16px;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: auto;
  }

  .hero-list {
    gap: 7px;
    margin-top: 18px;
    font-size: 14px;
  }

  .hero-list li {
    padding-left: 24px;
  }

  .personal-hero::after {
    background-image:
      linear-gradient(180deg, rgba(18, 23, 29, .98), rgba(18, 23, 29, .9)),
      linear-gradient(135deg, rgba(240, 51, 22, .12), transparent 48%);
  }

  .quick-answers article,
  .region-strip article {
    min-height: 0;
  }

  .visual-band {
    display: none;
  }

  .quick-answers article {
    padding: 22px;
  }

  .quick-answers span {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .quick-answers strong {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .quick-answers p {
    margin-bottom: 0;
  }

  .lead-card,
  .info-panel,
  .quote-panel,
  .steps article,
  .competence-grid article {
    padding: 22px;
  }

  .lead-card {
    padding: 18px;
  }

  .lead-card h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .lead-card p {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .lead-card .request-list {
    display: none;
  }

  .micro-note {
    margin-top: 8px;
  }
}
