/* ============================================================
   GuFux — Kfz-Gutachter Hamburg
   Premium landing page · design system
   ============================================================ */

:root {
  /* warm charcoal base */
  --ink:        #14110b;
  --ink-2:      #1d1810;
  --ink-3:      #2a2318;
  --ink-line:   #38301f;

  /* warm off-whites */
  --paper:      #f7f3ec;
  --paper-2:    #efe9df;
  --cream:      #fbf8f2;

  /* gold accent (brand) */
  --gold:       #e3a12f;
  --gold-soft:  #efc163;
  --gold-deep:  #b97d1a;
  --gold-glow:  rgba(227,161,47,.16);

  /* text */
  --on-dark:    #f3ede2;
  --on-dark-mut:#f3ede2;
  --on-light:   #000000;
  --on-light-mut:#000000;

  --font-sans: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;

  --maxw: 1240px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

* , *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  background: var(--ink);
  color: var(--on-light);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--gold); color: var(--ink); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ── editorial accent helpers ── */
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: 0; }
.gold  { color: var(--gold); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: currentColor; opacity: .8;
}
.eyebrow.center::after {
  content: ""; width: 26px; height: 1px; background: currentColor; opacity: .8;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 11px;
  padding: 16px 28px;
  border-radius: 100px;
  font-size: 15px; font-weight: 600; letter-spacing: -.01em;
  border: 1px solid transparent;
  transition: transform .4s var(--ease-out), background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
  white-space: nowrap;
}
.btn i { font-size: 14px; transition: transform .4s var(--ease-out); }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-soft); }
.btn-gold:hover i.fa-arrow-right { transform: translateX(4px); }
.btn-ghost { background: transparent; color: var(--on-dark); border-color: rgba(243,237,226,.28); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-ink { background: var(--ink); color: var(--on-dark); }
.btn-ink:hover { background: var(--ink-3); }
.btn-lg { padding: 18px 34px; font-size: 16px; }

/* ============================================================
   TOP UTILITY BAR
   ============================================================ */
.util {
  background: var(--ink-2);
  color: var(--on-dark-mut);
  font-size: 13px;
  border-bottom: 1px solid var(--ink-line);
}
.util .wrap { display: flex; justify-content: space-between; align-items: center; height: 42px; gap: 16px; }
.util-left { display: flex; align-items: center; gap: 22px; }
.util-left span { display: inline-flex; align-items: center; gap: 8px; }
.util-left i { color: var(--gold); font-size: 12px; }
.util-left .sep { width: 1px; height: 14px; background: var(--ink-line); }
.util-right { display: flex; align-items: center; gap: 6px; }
.util-right a {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--on-dark-mut); font-size: 13px;
  transition: color .3s, background .3s;
}
.util-right a:hover { color: var(--gold); background: var(--ink-3); }
@media (max-width: 760px){ .util-left .hide-sm { display: none; } }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(20,17,11,.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.nav.solid { background: rgba(20,17,11,.94); border-bottom-color: var(--ink-line); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 38px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu > a {
  position: relative;
  padding: 10px 16px; font-size: 15px; font-weight: 500;
  color: #ffffff; opacity: 1;
  transition: opacity .25s;
}
.nav-menu > a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease-out);
}
.nav-menu > a:hover { opacity: 1; }
.nav-menu > a:hover::after, .nav-menu > a.active::after { transform: scaleX(1); }
.nav-menu > a.active { opacity: 1; color: var(--gold); }
.nav-cta { margin-left: 12px; }

.burger { display: none; flex-direction: column; gap: 5px; padding: 8px; background: none; border: 0; }
.burger span { width: 24px; height: 2px; background: var(--on-dark); border-radius: 2px; transition: .3s var(--ease); }
.burger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity: 0; }
.burger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 940px){
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink-2); border-bottom: 1px solid var(--ink-line);
    padding: 14px 20px 22px;
    clip-path: inset(0 0 100% 0); transition: clip-path .4s var(--ease);
  }
  .nav-menu.open { clip-path: inset(0 0 0 0); }
  .nav-menu > a { padding: 14px 8px; font-size: 17px; border-bottom: 1px solid var(--ink-line); }
  .nav-menu > a::after { display: none; }
  .nav-cta { margin: 14px 0 0; justify-content: center; }
  .burger { display: flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  overflow: hidden;
  padding: 90px 0 0;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  opacity: 0; transform: scale(1.08);
  transition: opacity 1.4s var(--ease), transform 7s linear;
}
.hero-bg.show { opacity: 1; transform: scale(1); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(78deg, var(--ink) 8%, rgba(20,17,11,.86) 42%, rgba(20,17,11,.30) 78%, rgba(20,17,11,.55) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(120% 90% at 0% 100%, var(--gold-glow), transparent 55%);
  mix-blend-mode: screen;
}
.hero .wrap { position: relative; z-index: 3; }
.hero-grid {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px;
  align-items: end;
  min-height: min(78vh, 760px);
  padding-bottom: 56px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 8px; border-radius: 100px;
  background: rgba(243,237,226,.06); border: 1px solid rgba(243,237,226,.14);
  font-size: 13px; font-weight: 500; color: var(--on-dark);
  margin-bottom: 28px;
}
.hero-badge b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 12px; }
.hero h1 {
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: .98; letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(20,17,11,.45);
}
.hero h1 .serif { font-weight: 400; letter-spacing: -.01em; }
.hero-sub {
  margin-top: 26px; max-width: 480px;
  font-size: 18px; color: var(--on-dark-mut); line-height: 1.62;
  text-shadow: 0 1px 16px rgba(20,17,11,.55);
}
.hero-actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

/* hero side rating card */
.hero-aside { display: flex; flex-direction: column; gap: 18px; align-items: flex-end; }
.rating-card {
  width: 100%; max-width: 300px;
  background: rgba(243,237,226,.05);
  border: 1px solid rgba(243,237,226,.13);
  border-radius: 18px; padding: 22px 24px;
  backdrop-filter: blur(8px);
}
.rating-card .stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; }
.rating-card .big { font-family: var(--font-serif); font-style: italic; font-size: 2.6rem; line-height: 1; margin-top: 8px; }
.rating-card .big small { font-family: var(--font-sans); font-style: normal; font-size: 1rem; color: var(--on-dark-mut); }
.rating-card p { font-size: 13.5px; color: var(--on-dark-mut); margin-top: 6px; }
.rating-avatars { display: flex; margin-top: 14px; }
.rating-avatars img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ink-2); margin-left: -8px; }
.rating-avatars img:first-child { margin-left: 0; }

/* hero stat bar */
.hero-stats {
  position: relative; z-index: 3;
  border-top: 1px solid rgba(243,237,226,.12);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.hero-stats .stat { padding: 26px 4px; }
.hero-stats .stat + .stat { border-left: 1px solid rgba(243,237,226,.12); padding-left: 28px; }
.hero-stats .num { font-family: var(--font-serif); font-style: italic; font-size: 2.3rem; line-height: 1; color: var(--gold); }
.hero-stats .lbl { margin-top: 6px; font-size: 13.5px; color: var(--on-dark-mut); }

@media (max-width: 940px){
  .hero-grid { grid-template-columns: 1fr; gap: 32px; align-items: start; min-height: 0; padding: 8px 0 40px; }
  .hero-aside { align-items: stretch; }
  .rating-card { max-width: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats .stat:nth-child(3){ border-left: 0; padding-left: 4px; }
  .hero-stats .stat { border-top: 1px solid rgba(243,237,226,.10); }
}
@media (max-width: 480px){
  .hero-stats .stat + .stat { border-left: 0; padding-left: 4px; }
}

/* ============================================================
   MARQUEE / TRUST STRIP
   ============================================================ */
.marquee {
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
  border-block: 1px solid var(--gold-deep);
}
.marquee-track { display: flex; width: max-content; animation: slide 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track > div { display: flex; align-items: center; }
.marquee span {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 30px; font-size: 15px; font-weight: 600; letter-spacing: -.01em;
  white-space: nowrap;
}
.marquee span i { font-size: 7px; opacity: .55; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
.section { padding: 110px 0; }
.section.light { background: var(--paper); color: var(--on-light); }
.section.cream { background: var(--cream); color: var(--on-light); }
.section.dark  { background: var(--ink); color: var(--on-dark); }

.sec-head { max-width: 680px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 {
  margin-top: 18px;
  font-weight: 700; font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.02; letter-spacing: -.03em; text-wrap: balance;
}
.sec-head h2 .serif { font-weight: 400; }
.sec-head p { margin-top: 20px; font-size: 18px; color: var(--on-light-mut); }
.dark .sec-head p { color: var(--on-dark-mut); }

/* ============================================================
   ABOUT / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split > * { min-width: 0; }
.split.flip .split-media { order: 2; }

.split-media { position: relative; }
.split-media .frame {
  border-radius: 20px; overflow: hidden; aspect-ratio: 4/5;
  box-shadow: 0 40px 80px -40px rgba(20,17,11,.5);
}
.split-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.split-media .badge-float {
  position: absolute; right: -22px; bottom: 38px;
  background: var(--ink); color: var(--on-dark);
  border-radius: 16px; padding: 20px 24px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: 0 30px 60px -25px rgba(20,17,11,.6);
  max-width: 270px;
}
.split-media .badge-float img { height: 50px; width: auto; }
.split-media .badge-float .t { font-size: 13px; font-weight: 600; line-height: 1.3; }
.split-media .badge-float .s { font-size: 12px; color: var(--on-dark-mut); margin-top: 3px; }
.split-media .accent-dot { position: absolute; left: -26px; top: -26px; width: 120px; height: 120px; border-radius: 50%; border: 1px solid var(--gold); opacity: .35; z-index: -1; }

.feature-list { margin-top: 34px; display: flex; flex-direction: column; gap: 4px; }
.feature {
  display: flex; gap: 18px; padding: 20px 0;
  border-top: 1px solid rgba(33,28,18,.12);
}
.dark .feature { border-top-color: var(--ink-line); }
.feature:last-child { border-bottom: 1px solid rgba(33,28,18,.12); }
.dark .feature:last-child { border-bottom-color: var(--ink-line); }
.feature .ic {
  flex: 0 0 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--gold-glow); color: var(--gold-deep); font-size: 18px;
}
.dark .feature .ic { color: var(--gold); }
.feature h4 { font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.feature p { font-size: 15px; color: var(--on-light-mut); margin-top: 3px; }
.dark .feature p { color: var(--on-dark-mut); }

@media (max-width: 940px){
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split.flip .split-media { order: 0; }
  .split-media .badge-float { right: 16px; }
}

/* ============================================================
   PROCESS / TIMELINE
   ============================================================ */
.process { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.pstep { position: relative; padding: 0 28px; }
.pstep:not(:last-child)::after {
  content: ""; position: absolute; top: 26px; left: 70px; right: -2px; height: 1px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 7px, transparent 7px 14px); opacity: .5;
}
.pstep .pnum {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; position: relative;
  font-family: var(--font-serif); font-style: italic; font-size: 1.5rem;
  color: var(--gold); background: var(--ink-2); border: 1px solid var(--ink-line);
}
.light .pstep .pnum { background: var(--cream); border-color: rgba(33,28,18,.12); color: var(--gold-deep); }
.pstep .pic { margin-top: 24px; font-size: 22px; color: var(--gold); }
.dark .pstep .pic { color: var(--gold); }
.pstep h3 { margin-top: 14px; font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.pstep p { margin-top: 8px; font-size: 15px; color: var(--on-dark-mut); }
.light .pstep p { color: var(--on-light-mut); }
@media (max-width: 860px){
  .process { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .pstep:nth-child(2)::after, .pstep:nth-child(4)::after { display: none; }
}
@media (max-width: 520px){
  .process { grid-template-columns: 1fr; gap: 28px; }
  .pstep::after { display: none !important; }
  .pstep { padding: 0; display: grid; grid-template-columns: 54px 1fr; column-gap: 20px; row-gap: 4px; }
  .pstep .pnum { grid-row: 1 / 4; }
  .pstep .pic { margin-top: 0; }
}

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc {
  position: relative; border-radius: 18px; overflow: hidden;
  background: var(--cream); border: 1px solid rgba(33,28,18,.08);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease);
  display: flex; flex-direction: column;
}
.svc:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(20,17,11,.4); }
.svc-img { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.svc:hover .svc-img img { transform: scale(1.06); }
.svc-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,17,11,.5), transparent 50%); }
.svc-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(20,17,11,.7); backdrop-filter: blur(6px);
  color: var(--gold); font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 100px;
}
.svc-body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.svc-body p { margin-top: 10px; font-size: 15px; color: var(--on-light-mut); flex: 1; }
.svc-more { margin-top: 18px; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--gold-deep); }
.svc-more i { transition: transform .4s var(--ease-out); }
.svc:hover .svc-more i { transform: translateX(5px); }
@media (max-width: 940px){ .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BIG CTA BANNER
   ============================================================ */
.cta {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--on-dark);
  border-radius: 28px;
  padding: 72px 64px;
}
.cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--cta-img); background-size: cover; background-position: center; opacity: .14;
}
.cta::after {
  content: ""; position: absolute; right: -10%; top: -40%; width: 60%; height: 180%;
  background: radial-gradient(circle, var(--gold-glow), transparent 60%);
}
.cta-inner { position: relative; z-index: 2; max-width: 720px; }
.cta h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 700; line-height: 1.04; letter-spacing: -.03em; text-wrap: balance; }
.cta h2 .serif { font-weight: 400; }
.cta p { margin-top: 18px; font-size: 18px; color: var(--on-dark-mut); max-width: 560px; }
.cta-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 620px){ .cta { padding: 48px 28px; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid rgba(33,28,18,.13); }
.faq-item:last-child { border-bottom: 1px solid rgba(33,28,18,.13); }
.faq-q {
  display: flex; align-items: center; gap: 20px; width: 100%;
  padding: 24px 4px; background: none; border: 0; text-align: left;
  font-family: inherit; font-size: 18px; font-weight: 600; letter-spacing: -.015em;
  color: var(--on-light);
}
.faq-q .qn { font-family: var(--font-serif); font-style: italic; color: var(--gold-deep); font-size: 1.1rem; flex: 0 0 auto; min-width: 28px; }
.faq-q .qt { flex: 1; }
.faq-icon {
  flex: 0 0 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(33,28,18,.2); display: grid; place-items: center;
  font-size: 13px; transition: transform .4s var(--ease), background .3s, color .3s, border-color .3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold); color: var(--ink); border-color: var(--gold); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 4px 26px 52px; font-size: 16px; color: var(--on-light-mut); line-height: 1.7; }
@media (max-width: 860px){ .faq-layout { grid-template-columns: 1fr; gap: 36px; } }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tst-viewport { margin-top: 56px; overflow: hidden; }
.tst-track { display: flex; gap: 26px; transition: transform .6s var(--ease-out); }
.tst {
  flex: 0 0 calc((100% - 52px) / 3);
  background: var(--ink-2); border: 1px solid var(--ink-line);
  border-radius: 20px; padding: 32px; display: flex; flex-direction: column;
}
.tst .stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; }
.tst-quote { font-family: var(--font-serif); font-style: italic; font-size: 1.35rem; line-height: 1.4; margin-top: 18px; color: var(--on-dark); flex: 1; }
.tst-by { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.tst-by img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--gold); }
.tst-by b { font-size: 15px; font-weight: 600; }
.tst-by span { display: block; font-size: 13px; color: var(--on-dark-mut); }
.tst-nav { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; }
.tst-dots { display: flex; gap: 8px; }
.tst-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: var(--ink-line); transition: width .4s var(--ease), background .3s; }
.tst-dots button.on { width: 26px; background: var(--gold); border-radius: 100px; }
.tst-arrows { display: flex; gap: 10px; }
.tst-arrows button {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--ink-line); background: transparent; color: var(--on-dark);
  font-size: 14px; transition: .3s var(--ease);
}
.tst-arrows button:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
@media (max-width: 940px){ .tst { flex-basis: calc((100% - 26px) / 2); } }
@media (max-width: 620px){ .tst { flex-basis: 100%; } }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.ccard {
  display: flex; align-items: center; gap: 20px;
  padding: 22px 24px; border-radius: 16px;
  background: var(--ink-2); border: 1px solid var(--ink-line);
  transition: border-color .3s, transform .4s var(--ease-out);
}
.ccard:hover { border-color: var(--gold); transform: translateX(4px); }
.ccard .ic { flex: 0 0 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-glow); color: var(--gold); font-size: 18px; }
.ccard .k { font-size: 13px; color: var(--on-dark-mut); letter-spacing: .04em; }
.ccard .v { font-size: 19px; font-weight: 600; letter-spacing: -.01em; margin-top: 2px; color: var(--on-dark); }
.contact-panel {
  background: linear-gradient(160deg, var(--ink-2), var(--ink));
  border: 1px solid var(--ink-line); border-radius: 24px; padding: 44px;
  position: relative; overflow: hidden;
}
.contact-panel::after { content: ""; position: absolute; right: -30%; top: -30%; width: 70%; height: 80%; background: radial-gradient(circle, var(--gold-glow), transparent 60%); }
.contact-panel .inner { position: relative; z-index: 2; }
.contact-panel h3 { font-size: 1.9rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; color: var(--on-dark); }
.contact-panel h3 .serif { font-weight: 400; }
.contact-panel p { margin-top: 14px; color: var(--on-dark-mut); font-size: 16px; }

/* form feedback + states */
.form-note { display: none; align-items: flex-start; gap: 11px; margin-top: 16px; padding: 14px 16px; border-radius: 12px; font-size: 14.5px; line-height: 1.45; }
.form-note.show { display: flex; }
.form-note i { font-size: 16px; margin-top: 1px; flex: 0 0 auto; }
.form-note.ok { background: rgba(31,138,91,.14); border: 1px solid rgba(31,138,91,.5); color: #7fd6a8; }
.form-note.err { background: rgba(200,60,40,.12); border: 1px solid rgba(200,60,40,.5); color: #ee9b8c; }
.btn[disabled] { opacity: .6; pointer-events: none; }
.btn .spin { display: none; width: 15px; height: 15px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; }
.btn.loading .spin { display: inline-block; }
.btn.loading .lbl, .btn.loading > i:not(.spin) { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.field { margin-top: 18px; }
.field label { display: block; font-size: 13px; color: var(--on-dark-mut); margin-bottom: 7px; letter-spacing: .03em; }
.field input, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 12px;
  background: var(--ink); border: 1px solid var(--ink-line); color: var(--on-dark);
  font-family: inherit; font-size: 15px; transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-glow); }
.field textarea { resize: vertical; min-height: 90px; }
.contact-panel .btn { margin-top: 22px; width: 100%; justify-content: center; }
.contact-fine { margin-top: 14px; font-size: 12.5px; color: var(--on-dark-mut); text-align: center; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 940px){ .contact { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 480px){ .contact-panel { padding: 30px 24px; } .row2 { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink-2); color: var(--on-dark-mut); border-top: 2px solid rgba(227,161,47,.42); }
.footer-top { padding: 72px 32px 52px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand img { height: 42px; margin-bottom: 20px; }
.footer-brand p { font-size: 15px; line-height: 1.7; max-width: 320px; }
.footer-soc { display: flex; gap: 10px; margin-top: 22px; }
.footer-soc a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ink-line); display: grid; place-items: center; color: var(--on-dark-mut); transition: .3s var(--ease); }
.footer-soc a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translateY(-3px); }
.footer-col h4 { color: var(--on-dark); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 15px; transition: color .3s; }
.footer-col a:hover { color: var(--gold); }
.footer-col .ci { display: flex; gap: 11px; font-size: 15px; line-height: 1.55; }
.footer-col .ci i { color: var(--gold); margin-top: 4px; font-size: 13px; width: 15px; flex: 0 0 15px; }
.footer-bottom { border-top: 1px solid var(--ink-line); padding: 24px 0; }
.footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 13.5px; }
.footer-bottom a:hover { color: var(--gold); }
@media (max-width: 860px){ .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 480px){ .footer-top { grid-template-columns: 1fr; } }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg { transition: opacity .4s; transform: none; }
  .marquee-track { animation: none; }
}

/* floating whatsapp */
.fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 150;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  font-size: 26px; box-shadow: 0 14px 34px -8px rgba(37,211,102,.55);
  transition: transform .4s var(--ease-out);
}
.fab:hover { transform: scale(1.08) translateY(-2px); }
@media (max-width: 480px){ .fab { width: 52px; height: 52px; font-size: 23px; } }

/* ============================================================
   STANDORT / CITY PAGES
   ============================================================ */
.hero.page .hero-grid { min-height: min(56vh, 540px); align-items: center; }
.hero.page { padding-top: 70px; }

.breadcrumb { font-size: 13.5px; color: var(--on-dark-mut); display: flex; gap: 9px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
.breadcrumb a, .breadcrumb .cur { white-space: nowrap; }
.breadcrumb a { transition: color .3s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb i { font-size: 9px; opacity: .6; }
.breadcrumb .cur { color: var(--gold); }

.local-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.local-meta .lm { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--on-dark); }
.local-meta .lm i { color: var(--gold); }

.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-top: 52px; }
.city-link {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 20px 22px; border-radius: 14px;
  background: var(--ink-2); border: 1px solid var(--ink-line); color: var(--on-dark);
  transition: border-color .3s, transform .4s var(--ease-out), background .3s;
}
.city-link:hover { border-color: var(--gold); transform: translateY(-3px); background: var(--ink-3); }
.city-link .ct b { display: block; font-weight: 600; font-size: 16px; letter-spacing: -.01em; }
.city-link .ct span { font-size: 12.5px; color: var(--on-dark-mut); }
.city-link > i { color: var(--gold); font-size: 13px; transition: transform .4s var(--ease-out); }
.city-link:hover > i { transform: translateX(4px); }
.city-link.current { border-color: var(--gold); background: var(--gold-glow); }

.location-directory { padding-block: 72px; }
.location-directory .sec-head p { margin-top: 14px; }
.location-directory .cities-group-title {
  margin-top: 30px;
  margin-bottom: 12px;
}
.location-directory .cities-group-title:first-of-type { margin-top: 34px; }
.location-directory .cities-grid {
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 9px;
  margin-top: 0;
}
.location-directory .city-link {
  padding: 13px 15px;
  border-radius: 11px;
}
.location-directory .city-link .ct b { font-size: 14px; }
.location-directory .city-link .ct span { font-size: 11.5px; }
@media (max-width: 620px){
  .location-directory { padding-block: 56px; }
  .location-directory .cities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-directory .city-link { padding: 12px; }
}
@media (max-width: 420px){
  .location-directory .cities-grid { grid-template-columns: 1fr; }
}

.standorte-teaser {
  display: grid; grid-template-columns: 1fr auto; gap: 60px;
  align-items: center;
}
.standorte-teaser .sec-head { max-width: 720px; }
.standorte-teaser-action { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.standorte-radius {
  display: flex; align-items: center; gap: 16px;
  color: var(--on-dark);
}
.standorte-radius > i {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--gold-glow); color: var(--gold);
}
.standorte-radius b, .standorte-radius span { display: block; }
.standorte-radius b { font-size: 17px; }
.standorte-radius span { font-size: 13.5px; color: var(--on-dark-mut); }
@media (max-width: 860px){
  .standorte-teaser { grid-template-columns: 1fr; gap: 34px; }
}

/* standorte group titles */
.cities-group-title {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin: 44px 0 18px;
}
.cities-group-title:first-of-type { margin-top: 48px; }
.cities-group-title i { font-size: 13px; }
.cities-group-title .ln { flex: 1; height: 1px; background: var(--ink-line); }
.light .cities-group-title .ln { background: rgba(33,28,18,.12); }

.local-text { columns: 2; column-gap: 48px; margin-top: 24px; font-size: 16.5px; color: var(--on-light-mut); }
.local-text p { margin-bottom: 16px; break-inside: avoid; }
@media (max-width: 760px){ .local-text { columns: 1; } }
@media (max-width: 480px){
  .split-copy .btn { white-space: normal; text-align: center; justify-content: center; }
}

.local-seo { padding-block: 78px; }
.local-seo-card {
  padding: 46px 50px;
  border: 1px solid rgba(33,28,18,.10);
  border-radius: 22px;
  background: var(--cream);
  box-shadow: 0 30px 70px -55px rgba(20,17,11,.45);
}
.local-seo-card h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}
.local-seo-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 26px;
  color: var(--on-light-mut);
  font-size: 16.5px;
}
.local-seo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(33,28,18,.10);
  font-size: 14px;
  font-weight: 600;
}
.local-seo-points span { display: inline-flex; align-items: center; gap: 9px; }
.local-seo-points i { color: var(--gold-deep); }
@media (max-width: 760px){
  .local-seo { padding-block: 56px; }
  .local-seo-card { padding: 34px 28px; }
  .local-seo-copy { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================================
   CERTIFICATE SEAL CARD
   ============================================================ */
.cert-card {
  position: relative;
  border-radius: 24px;
  padding: 54px 44px 40px;
  background: linear-gradient(180deg, #ffffff, var(--cream));
  border: 1px solid rgba(33,28,18,.10);
  box-shadow: 0 44px 90px -50px rgba(20,17,11,.45);
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px;
  overflow: hidden;
}
.cert-card::before {
  content: ""; position: absolute; top: 28px; left: 50%; transform: translateX(-50%);
  width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow), transparent 68%);
  pointer-events: none;
}
.cert-ribbon {
  position: relative; z-index: 2;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 18px; border-radius: 100px;
  background: var(--ink); color: var(--gold);
  font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.cert-seal {
  position: relative; z-index: 2;
  width: min(330px, 78%); aspect-ratio: 1;
  display: grid; place-items: center;
}
.cert-seal img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(20,17,11,.22));
}
.cert-cap {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 11px; justify-content: center;
  max-width: 360px;
  font-size: 14.5px; font-weight: 600; color: var(--on-light); line-height: 1.45;
}
.cert-cap i { color: var(--gold-deep); font-size: 17px; flex: 0 0 auto; }
@media (max-width: 480px){ .cert-card { padding: 40px 24px 32px; } }

/* ============================================================
   SUBPAGE HERO (compact)
   ============================================================ */
.subhero {
  position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden;
  padding: 84px 0 64px;
}
.subhero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background-size: cover; background-position: center; opacity: .20;
}
.subhero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(85deg, var(--ink) 14%, rgba(20,17,11,.72) 60%, rgba(20,17,11,.4) 100%),
              radial-gradient(120% 100% at 0% 100%, var(--gold-glow), transparent 55%);
}
.subhero .wrap { position: relative; z-index: 3; }
.subhero .breadcrumb { margin-bottom: 22px; }
.subhero h1 {
  font-weight: 700; font-size: clamp(2.3rem, 5vw, 3.9rem);
  line-height: 1.0; letter-spacing: -.035em; text-wrap: balance; max-width: 16ch;
}
.subhero h1 .serif { font-weight: 400; }
.subhero p { margin-top: 22px; max-width: 600px; font-size: 18px; color: var(--on-dark-mut); line-height: 1.62; }
.subhero .hero-actions { margin-top: 34px; }

/* ============================================================
   STEP TIMELINE (accident guide)
   ============================================================ */
.steps { max-width: 880px; margin: 56px auto 0; display: flex; flex-direction: column; }
.step-row {
  position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 26px;
  padding: 0 0 36px;
}
.step-row:not(:last-child)::before {
  content: ""; position: absolute; left: 35px; top: 60px; bottom: 0; width: 2px;
  background: linear-gradient(var(--gold), rgba(227,161,47,.12));
}
.step-num {
  position: relative; z-index: 2;
  width: 70px; height: 70px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink); color: var(--gold); border: 1px solid var(--ink-line);
  font-family: var(--font-serif); font-style: italic; font-size: 1.8rem;
  box-shadow: 0 18px 36px -22px rgba(20,17,11,.6);
}
.light .step-num { background: #fff; border-color: rgba(33,28,18,.10); color: var(--gold-deep); }
.step-card {
  background: var(--cream); border: 1px solid rgba(33,28,18,.08); border-radius: 16px;
  padding: 22px 26px; align-self: start;
}
.dark .step-card { background: var(--ink-2); border-color: var(--ink-line); }
.step-card h3 { font-size: 19px; font-weight: 600; letter-spacing: -.02em; display: flex; align-items: center; gap: 12px; }
.step-card h3 i { color: var(--gold-deep); font-size: 18px; }
.dark .step-card h3 i { color: var(--gold); }
.step-card p { margin-top: 8px; font-size: 16px; color: var(--on-light-mut); line-height: 1.6; }
.dark .step-card p { color: var(--on-dark-mut); }
@media (max-width: 540px){
  .steps { margin-top: 40px; }
  .step-row { grid-template-columns: 54px 1fr; gap: 18px; }
  .step-row:not(:last-child)::before { left: 26px; top: 50px; }
  .step-num { width: 52px; height: 52px; font-size: 1.4rem; }
}

/* callout box */
.callout {
  max-width: 880px; margin: 8px auto 0;
  display: flex; gap: 20px; align-items: flex-start;
  padding: 28px 30px; border-radius: 18px;
  background: linear-gradient(135deg, var(--ink), var(--ink-2)); color: var(--on-dark);
  border: 1px solid var(--ink-line);
}
.callout .ic { flex: 0 0 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-glow); color: var(--gold); font-size: 20px; }
.callout h4 { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.callout p { margin-top: 6px; font-size: 15.5px; color: var(--on-dark-mut); line-height: 1.6; }

/* ============================================================
   SERVICE DETAIL ROWS
   ============================================================ */
.lead-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.lead {
  display: grid; grid-template-columns: 64px 1fr; gap: 22px;
  padding: 30px; border-radius: 18px;
  background: var(--cream); border: 1px solid rgba(33,28,18,.08);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease), border-color .3s;
}
.lead:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -36px rgba(20,17,11,.4); border-color: rgba(227,161,47,.4); }
.lead .ic { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-size: 24px; }
.lead h3 { font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.lead p { margin-top: 9px; font-size: 15.5px; color: var(--on-light-mut); line-height: 1.6; }
.lead .lnk { margin-top: 14px; display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--gold-deep); }
.lead .lnk i { transition: transform .4s var(--ease-out); }
.lead:hover .lnk i { transform: translateX(5px); }
@media (max-width: 760px){ .lead-grid { grid-template-columns: 1fr; } .lead { padding: 24px; } }
@media (max-width: 420px){ .lead { grid-template-columns: 1fr; gap: 16px; } }

/* ============================================================
   MAP
   ============================================================ */
.map-wrap { margin-top: 0; border-radius: 0; overflow: hidden; height: 440px; position: relative; border-top: 1px solid var(--ink-line); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 1.6rem; font-weight: 700; letter-spacing: -.02em; margin: 40px 0 14px; }
.legal h2:first-child { margin-top: 0; }
.legal h3 { font-size: 1.15rem; font-weight: 600; margin: 28px 0 10px; }
.legal p { font-size: 16px; color: var(--on-light-mut); line-height: 1.75; margin-bottom: 16px; }
.legal strong { color: var(--on-light); font-weight: 600; }
.legal .id-block {
  background: var(--cream); border: 1px solid rgba(33,28,18,.1); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 24px 28px; margin-bottom: 28px;
  font-size: 16px; line-height: 1.8;
}
.legal a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }

/* small util: section intro tighten */
.section.tight { padding: 88px 0; }

/* ============================================================
   SERVICE DETAIL — checklist
   ============================================================ */
.checks { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.checks li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--on-light); }
.dark .checks li { color: var(--on-dark); }
.checks li i {
  flex: 0 0 24px; height: 24px; margin-top: 1px; border-radius: 50%;
  display: grid; place-items: center; font-size: 11px;
  background: var(--gold-glow); color: var(--gold-deep);
}
.dark .checks li i { color: var(--gold); }
@media (max-width: 620px){ .checks { grid-template-columns: 1fr; } }

/* Compact mobile spacing */
@media (max-width: 620px){
  .wrap { padding-left: 24px; padding-right: 24px; }
  .section { padding: 64px 0; }
  .section.tight { padding: 58px 0; }
  .sec-head h2 { margin-top: 12px; }
  .sec-head p { margin-top: 14px; font-size: 16.5px; }
  .process { margin-top: 42px; }
  .svc-grid { margin-top: 42px; gap: 18px; }
  .tst-viewport { margin-top: 40px; }
  .tst-nav { margin-top: 26px; }
  .contact { gap: 32px; }
  .contact-cards { margin-top: 28px; }
  .standorte-teaser { gap: 28px; }
  .local-seo { padding-block: 52px; }
  .location-directory { padding-block: 52px; }
  .footer-top {
    padding: 52px 24px 38px;
    gap: 32px;
  }
  .footer-col h4 { margin-bottom: 15px; }
  .footer-col ul { gap: 10px; }
  .footer-bottom { padding: 20px 0; }
  .footer-bottom .wrap { padding-left: 24px; padding-right: 24px; }
}

/* rich text block for detail intros */
.rich p { font-size: 17px; color: var(--on-light-mut); line-height: 1.72; margin-top: 16px; }
.dark .rich p { color: var(--on-dark-mut); }
.rich p:first-child { margin-top: 0; }

/* mini stat strip on detail pages (facts, not invented numbers) */
.facts { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.fact {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 20px; border-radius: 100px;
  background: var(--cream); border: 1px solid rgba(33,28,18,.1);
  font-size: 14.5px; font-weight: 500; color: var(--on-light);
}
.dark .fact { background: var(--ink-2); border-color: var(--ink-line); color: var(--on-dark); }
.fact i { color: var(--gold-deep); }
.dark .fact i { color: var(--gold); }
