/*
Theme Name: Geprüfter KFZ-Schadengutachter Infantino
Theme URI: https://kfz-gutachter-infantino.de/
Author: Mario Infantino
Description: Maßgeschneiderte Landingpage für den geprüften KFZ-Schadengutachter Mario Infantino in Köln und NRW.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: kfz-gutachter-infantino
*/

:root {
  --navy: #081a2b;
  --navy-2: #0d2941;
  --blue: #1f6594;
  --red: #d9272e;
  --red-dark: #b51c24;
  --ink: #122233;
  --muted: #627080;
  --line: #dfe5ea;
  --paper: #f3f6f8;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(5, 25, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1240px, calc(100% - 48px));
  height: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 272px;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(3, 17, 29, 0.15);
}

.brand-logo {
  display: block;
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.brand-qualification {
  display: block;
  width: 100%;
  margin-top: -1px;
  color: #b51c24;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding-block: 36px;
  color: rgba(255, 255, 255, 0.76);
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: flex;
  align-items: center;
  gap: 11px;
}

.header-call span:last-child {
  display: flex;
  flex-direction: column;
}

.header-call small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-call strong {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #45d483;
  box-shadow: 0 0 0 6px rgba(69, 212, 131, 0.13);
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-koeln-clean.png"), linear-gradient(110deg, #0d2438 0%, #163b56 52%, #6c7b87 100%);
  background-position: center 56%;
  background-size: cover;
  opacity: 0.88;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 20, 34, 0.98) 0%, rgba(5, 24, 41, 0.92) 34%, rgba(6, 24, 39, 0.32) 67%, rgba(6, 22, 36, 0.26) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, 0.68) 0%, transparent 35%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, black, transparent 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 790px;
  align-items: center;
  padding-top: 80px;
}

.hero-copy {
  width: min(680px, 68%);
  padding-block: 110px 82px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 2px;
  background: currentColor;
}

.eyebrow.light {
  color: #ff6268;
}

.hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(40px, 5.15vw, 70px);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 span {
  margin-top: 6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.74);
}

.hero h1 em {
  margin-top: 13px;
  color: #aebcca;
  font-size: 0.34em;
  font-style: normal;
  letter-spacing: 0.22em;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.emergency-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--red);
  box-shadow: 0 12px 36px rgba(217, 39, 46, 0.28);
  color: var(--white);
}

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

.button-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 48px;
}

.hero-proof div {
  display: flex;
  min-width: 122px;
  flex-direction: column;
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  margin-right: 26px;
}

.hero-proof div:last-child {
  padding-right: 0;
  border: 0;
  margin-right: 0;
}

.hero-proof strong {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.hero-proof span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-hint {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: right bottom;
}

.scroll-hint b {
  font-size: 17px;
  font-weight: 400;
  transform: rotate(-90deg);
}

.emergency-strip {
  position: relative;
  z-index: 5;
  background: var(--red);
  color: var(--white);
}

.emergency-inner {
  display: grid;
  min-height: 174px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.emergency-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 800;
}

.emergency-inner .eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.64);
}

.emergency-inner h2 {
  margin: 0;
  font-size: clamp(22px, 2.8vw, 33px);
  letter-spacing: -0.035em;
}

.emergency-inner p:last-child {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.button-dark {
  background: var(--navy);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #020b13;
}

.text-link {
  padding: 16px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  margin-left: 12px;
}

.section {
  padding-block: 112px;
}

.services-preview {
  background: var(--paper);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 72px;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.7vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.section-heading > p,
.split-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  gap: 16px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-card.featured {
  background: var(--navy);
  color: var(--white);
}

.service-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.featured .service-number {
  border-color: rgba(255, 255, 255, 0.22);
}

.service-card h3 {
  margin: 28px 0 13px;
  color: var(--navy);
  font-size: 25px;
  letter-spacing: -0.035em;
}

.service-card.featured h3 {
  color: var(--white);
}

.service-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.service-card.featured > p {
  color: rgba(255, 255, 255, 0.62);
}

.service-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 18px;
  padding: 0;
  margin: 24px 0 8px;
  list-style: none;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.service-card li span {
  color: #ff6268;
  font-weight: 800;
}

.service-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: auto;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.featured > a {
  border-color: rgba(255, 255, 255, 0.17);
  color: var(--white);
}

.mobile-call {
  display: none;
}

:focus-visible {
  outline: 3px solid #66b8ef;
  outline-offset: 4px;
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .hero-copy {
    width: min(730px, 82%);
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 34, 0.98) 0%, rgba(5, 24, 41, 0.82) 58%, rgba(6, 24, 39, 0.38) 100%);
  }

  .emergency-inner {
    grid-template-columns: auto 1fr;
    padding-block: 30px;
  }

  .emergency-actions {
    grid-column: 2;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .split-heading > p {
    max-width: 700px;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.featured {
    grid-row: span 2;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 24px;
  }

  body {
    padding-bottom: 66px;
  }

  .container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    width: calc(100% - 32px);
    height: 76px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .header-call {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 740px;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 34, 0.98), rgba(5, 24, 41, 0.86));
  }

  .hero-copy {
    width: 100%;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero h1 em {
    font-size: 0.3em;
    letter-spacing: 0.15em;
  }

  .hero-lead {
    margin-top: 25px;
    font-size: 16px;
  }

  .hero-actions,
  .emergency-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .emergency-actions .button,
  .emergency-actions .text-link {
    width: 100%;
  }

  .hero-proof {
    margin-top: 38px;
  }

  .hero-proof div {
    min-width: auto;
    flex: 1;
    padding-right: 14px;
    margin-right: 14px;
  }

  .hero-proof strong {
    font-size: 17px;
  }

  .scroll-hint {
    display: none;
  }

  .emergency-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 38px;
  }

  .emergency-icon {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .emergency-actions {
    grid-column: 1;
    align-items: flex-start;
  }

  .text-link {
    text-align: center;
  }

  .section {
    padding-block: 78px;
  }

  .split-heading {
    margin-bottom: 32px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card.featured {
    min-height: 350px;
    grid-row: auto;
    padding: 28px;
  }

  .service-card ul {
    grid-template-columns: 1fr;
  }

  .mobile-call {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--red);
    box-shadow: 0 -10px 30px rgba(5, 25, 43, 0.2);
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Complete landing-page experience */

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.service-card.featured {
  min-height: 370px;
  grid-row: auto;
}

.cooperation-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071827 0%, #0d304d 100%);
  color: var(--white);
}

.cooperation-section::after {
  position: absolute;
  top: -280px;
  right: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.016), 0 0 0 160px rgba(255, 255, 255, 0.01);
}

.cooperation-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.cooperation-copy {
  padding-top: 24px;
}

.cooperation-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(38px, 4.7vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.cooperation-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.cooperation-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.cooperation-benefits li {
  display: flex;
  min-height: 92px;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.cooperation-benefits li > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.cooperation-benefits strong,
.cooperation-benefits small {
  display: block;
}

.cooperation-benefits strong {
  font-size: 13px;
}

.cooperation-benefits small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.45;
}

.about-section {
  background: var(--white);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: clamp(54px, 7vw, 100px);
}

.about-visual {
  position: relative;
  min-height: 610px;
}

.about-visual::before {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 46%;
  height: 42%;
  border-top: 4px solid var(--red);
  border-right: 4px solid var(--red);
  content: "";
}

.about-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
  filter: saturate(0.78) contrast(1.06);
}

.about-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 21, 35, 0.52));
  content: "";
}

.about-badge {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 34px;
  display: flex;
  width: 190px;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: var(--red);
  box-shadow: 0 18px 45px rgba(217, 39, 46, 0.3);
  color: var(--white);
}

.about-badge strong {
  font-size: 35px;
  letter-spacing: -0.05em;
}

.about-badge span {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-copy h2,
.upload-intro h2,
.area-layout h2,
.why-heading h2,
.contact-heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 58px);
  letter-spacing: -0.052em;
  line-height: 1.04;
}

.about-copy > p:not(.eyebrow):not(.about-address) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.about-address {
  display: inline-flex;
  padding: 8px 12px;
  margin: 22px 0 0;
  background: var(--paper);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 750;
}

.check-list li span {
  color: var(--red);
}

.inline-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-block: 12px;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.why-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.why-section::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018), 0 0 0 140px rgba(255, 255, 255, 0.012);
}

.why-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.62fr 1.2fr 0.8fr;
  align-items: end;
  gap: 36px;
  margin-bottom: 48px;
}

.why-heading .eyebrow {
  grid-column: 1;
  align-self: start;
}

.why-heading h2 {
  grid-column: 1 / 3;
  color: var(--white);
}

.why-heading > p:last-child {
  grid-column: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.reason-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.reason-card {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.reason-card > span {
  color: #ff6268;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.reason-card h3 {
  margin: 38px 0 7px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.reason-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.process-section {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-grid li {
  display: flex;
  min-height: 166px;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
  transition: transform 180ms ease, border-color 180ms ease;
}

.process-grid li:hover {
  border-color: rgba(217, 39, 46, 0.4);
  transform: translateY(-3px);
}

.process-grid li > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.process-grid h3 {
  margin: 0 0 9px;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.upload-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #0c2d48 100%);
  color: var(--white);
}

.upload-section::after {
  position: absolute;
  right: -160px;
  bottom: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.016), 0 0 0 160px rgba(255, 255, 255, 0.01);
}

.upload-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(48px, 7vw, 100px);
}

.upload-intro {
  position: sticky;
  top: 42px;
  padding-top: 26px;
}

.upload-intro h2 {
  color: var(--white);
}

.upload-intro > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.75;
}

.upload-facts {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.upload-facts div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.upload-facts strong {
  font-size: 14px;
}

.upload-facts span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.upload-card,
.cooperation-card {
  padding: clamp(26px, 4vw, 46px);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(1, 12, 21, 0.28);
  color: var(--navy);
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.form-heading > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
}

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

.form-heading h3,
.upload-success h3 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-grid label,
.full-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-grid label > span,
.full-field > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-grid input,
.form-grid select,
.full-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #f8fafb;
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-grid input {
  height: 50px;
  padding: 0 15px;
}

.form-grid select {
  height: 50px;
  padding: 0 15px;
}

.full-field {
  margin-top: 18px;
}

.full-field textarea {
  min-height: 104px;
  padding: 14px 15px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.full-field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(217, 39, 46, 0.1);
}

.drop-zone {
  display: flex;
  min-height: 178px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
  border: 2px dashed #bdc9d2;
  margin-top: 20px;
  background: var(--paper);
  cursor: pointer;
  text-align: center;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.drop-zone:hover,
.drop-zone:focus-visible,
.drop-zone.is-dragging {
  border-color: var(--red);
  background: #fff5f5;
}

.drop-zone input {
  display: none;
}

.drop-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 11px;
  background: var(--red);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.drop-zone strong {
  font-size: 15px;
}

.drop-zone > span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.drop-zone small {
  margin-top: 12px;
  color: #8a97a3;
  font-size: 10px;
}

.file-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.file-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
}

.file-type {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
}

.file-list li > span:nth-child(2) {
  min-width: 0;
}

.file-list li strong,
.file-list li small {
  display: block;
}

.file-list li strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-list li small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.file-list button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 24px;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.consent-field input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.consent-field a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
}

.website-field {
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.form-error {
  padding: 11px 13px;
  margin: 15px 0 0;
  background: #fff0f0;
  color: #9f1017;
  font-size: 12px;
  font-weight: 700;
}

.submit-upload {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 0;
  margin-top: 20px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.submit-upload:hover:not(:disabled) {
  background: var(--red-dark);
}

.submit-upload:disabled {
  cursor: wait;
  opacity: 0.68;
}

.submit-upload b {
  font-size: 18px;
}

.form-note {
  margin: 10px 0 0;
  color: #8a97a3;
  font-size: 10px;
  text-align: center;
}

.upload-success {
  min-height: 560px;
  text-align: center;
}

.success-icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  margin: 25px auto 24px;
  background: #e8f9ef;
  color: #138444;
  font-size: 30px;
  font-weight: 800;
}

.upload-success > p:not(.form-kicker) {
  max-width: 500px;
  margin: 18px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.success-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}

.button-whatsapp {
  background: #1f9f55;
  color: var(--white);
}

.button-outline-dark {
  border-color: var(--line);
  color: var(--navy);
}

.copy-link,
.new-upload {
  display: block;
  border: 0;
  margin-inline: auto;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.copy-link {
  padding: 12px;
  margin-top: 14px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.new-upload {
  padding: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
}

.area-section {
  background: var(--paper);
}

.area-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.area-layout > div:first-child > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.area-layout .arrow-link {
  margin-top: 22px;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-chips span {
  padding: 13px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-size: 12px;
  font-weight: 750;
}

.area-chips span:last-child {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.contact-section {
  padding-block: 100px;
  background: var(--red);
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  align-items: start;
  gap: clamp(48px, 7vw, 90px);
}

.contact-heading h2 {
  color: var(--white);
}

.contact-heading > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-cards {
  display: grid;
  gap: 10px;
}

.contact-cards a {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 94px;
  padding: 20px 24px;
  background: var(--white);
  color: var(--navy);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-cards a:hover {
  transform: translateX(5px);
  box-shadow: 0 14px 40px rgba(104, 5, 10, 0.16);
}

.contact-cards small {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-cards strong {
  overflow-wrap: anywhere;
  font-size: 17px;
  line-height: 1.4;
}

.contact-cards span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.site-footer {
  padding: 70px 0 28px;
  background: #050f19;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 250px minmax(220px, 1fr) auto;
  align-items: center;
  gap: 45px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  background: var(--white);
}

.footer-brand img {
  display: block;
  width: 100%;
  height: 56px;
  object-fit: contain;
}

.footer-main > p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  font-size: 11px;
  font-weight: 750;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 54px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-float {
  position: fixed;
  z-index: 42;
  right: 22px;
  bottom: 22px;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1faa59;
  box-shadow: 0 14px 38px rgba(12, 83, 42, 0.3);
  color: var(--white);
  font-size: 12px;
}

.whatsapp-float > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 15px;
}

.legal-page {
  min-height: 100vh;
  padding: 45px 24px 90px;
  background: var(--paper);
}

.legal-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(270px, 100%);
  padding: 10px;
  margin: 0 auto 28px;
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(8, 26, 43, 0.1);
}

.legal-brand img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.legal-page article {
  width: min(820px, 100%);
  padding: clamp(28px, 6vw, 68px);
  margin: 0 auto;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-page h1 {
  margin: 0 0 42px;
  color: var(--navy);
  font-size: clamp(42px, 8vw, 68px);
  letter-spacing: -0.055em;
}

.legal-page h2 {
  margin: 34px 0 10px;
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.legal-page p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.legal-page p + p {
  margin-top: 12px;
}

.legal-page article a:not(.legal-back) {
  color: var(--red);
  text-decoration: underline;
}

.legal-updated {
  margin-top: 34px !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-back {
  display: inline-flex;
  padding: 14px 18px;
  margin-top: 42px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .brand {
    width: 225px;
  }

  .desktop-nav {
    gap: 19px;
  }

  .upload-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(490px, 1.22fr);
    gap: 45px;
  }

  .footer-main {
    grid-template-columns: 230px 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 960px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card.featured {
    min-height: 390px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .about-layout,
  .cooperation-layout,
  .upload-layout,
  .area-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 520px;
  }

  .about-badge {
    right: 24px;
  }

  .upload-layout {
    gap: 50px;
  }

  .upload-intro {
    position: static;
    max-width: 690px;
    padding-top: 0;
  }

  .why-heading {
    grid-template-columns: 1fr 1fr;
  }

  .why-heading h2 {
    grid-column: 1;
  }

  .why-heading > p:last-child {
    grid-column: 2;
  }

  .reason-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .area-layout {
    gap: 42px;
  }

  .contact-cards a {
    grid-template-columns: 90px 1fr auto;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 80px;
  }

  .brand {
    width: 218px;
    padding: 6px 9px;
  }

  .brand-logo {
    height: 42px;
  }

  .brand-qualification {
    font-size: 6.5px;
  }

  .hero h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .service-grid,
  .cooperation-benefits,
  .form-grid,
  .reason-grid,
  .process-grid,
  .success-actions {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card.featured {
    min-height: 330px;
    grid-column: auto;
  }

  .about-layout {
    gap: 50px;
  }

  .about-visual {
    min-height: 420px;
  }

  .about-badge {
    right: 14px;
    bottom: 18px;
    width: 160px;
    min-height: 96px;
    padding: 18px;
  }

  .about-badge strong {
    font-size: 29px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .inline-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .inline-actions .arrow-link {
    align-self: flex-start;
  }

  .why-heading {
    display: block;
  }

  .why-heading > p:last-child {
    margin-top: 18px;
  }

  .reason-card {
    min-height: 155px;
  }

  .process-grid li {
    min-height: 140px;
  }

  .upload-card,
  .cooperation-card {
    padding: 25px 20px;
  }

  .upload-success {
    min-height: 520px;
  }

  .contact-section {
    padding-block: 76px;
  }

  .contact-cards a {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 130px;
  }

  .contact-cards span {
    margin-top: 8px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 240px;
  }

  .footer-links {
    grid-column: auto;
    justify-content: flex-start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 80px;
    min-width: 52px;
    justify-content: center;
    padding: 0 12px;
  }

  .whatsapp-float b {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand {
    width: 194px;
  }

  .brand-logo {
    height: 39px;
  }

  .hero-proof div {
    padding-right: 10px;
    margin-right: 10px;
  }

  .hero-proof strong {
    font-size: 15px;
  }

  .hero-proof span {
    font-size: 8px;
  }
}

/* WordPress-Administrationsleiste beim eingeloggten Bearbeiten. */
.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
