/* guenstiger-umzug.ch — Thema „Sparen ohne Billig-Look".
   Warmes Off-White, tiefes Tinten-Navy, Korallrot als Primärfarbe,
   Minze und Tiefgrün als Spar-Marker. Preisschild- und Ticket-Formen via clip-path.
   Kein Framework, keine externen Fonts. */

:root {
  --ground: #fffdf8;
  --ground-2: #fdf6ea;
  --ink: #16212b;
  --ink-2: #3d4c59;
  --ink-line: rgba(22, 33, 43, .14);
  --coral: #ef5b4c;        /* Akzent: Linien, Badges, Marker (nie als Fläche unter weissem Text) */
  --coral-cta: #d33c2b;    /* Flächen mit weisser Schrift: Kontrast 4.7:1 */
  --coral-cta-dark: #b8301f;
  --coral-soft: #fde7e2;
  --mint: #cfece0;
  --mint-soft: #eaf6ef;
  --green: #0d5c43;
  --green-dark: #094132;
  --wrap: 1140px;
  --r: 4px;
  --sans: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box }

html { -webkit-text-size-adjust: 100% }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17.5px;
  line-height: 1.66;
}

@media (min-width: 900px) { body { font-size: 18px } }

h1, h2, h3, h4, .display {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 .55em;
  text-wrap: balance;
}

h1 { font-size: clamp(2rem, 6.2vw, 3.3rem) }
h2 { font-size: clamp(1.5rem, 3.9vw, 2.15rem) }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.35rem); line-height: 1.18 }
h4 { font-size: 1.04rem; line-height: 1.25 }

p { margin: 0 0 1.05em }
p:last-child { margin-bottom: 0 }

a { color: var(--green); text-underline-offset: .18em; text-decoration-thickness: .08em }
a:hover { color: var(--coral-cta-dark) }

strong { font-weight: 700 }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px }
@media (min-width: 720px) { .wrap { padding: 0 32px } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--ink); color: #fff; padding: .7rem 1.1rem; font-weight: 700;
}
.skip:focus { left: 0 }

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--coral-cta); outline-offset: 3px; border-radius: 2px;
}

/* ---------- Kopf und Navigation ---------- */

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--ground);
  border-bottom: 3px solid var(--ink);
  /* kein backdrop-filter: sonst klemmt das mobile Vollbildmenü */
}

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 68px;
}

.brand {
  display: inline-flex; align-items: center; gap: .6rem;
  color: var(--ink); text-decoration: none; font-family: var(--display);
  font-weight: 700; line-height: 1.02; letter-spacing: -.02em;
}
.brand-text { display: flex; flex-direction: column; font-size: 1.02rem }
.brand-text span { font-size: .82rem; font-weight: 700; color: var(--coral-cta); letter-spacing: 0 }
.logo-mark { display: block; flex: 0 0 auto }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 44px; padding: 0; cursor: pointer;
  background: var(--ink); border: 0; color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
}
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  display: block; width: 20px; height: 2.5px; background: #fff; content: ""; position: relative;
}
.nav-toggle-bars { margin-bottom: 5px }
.nav-toggle-bars::before { top: -12px; position: absolute }
.nav-toggle-bars::after { top: 6px; position: absolute }

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

@media (max-width: 899px) {
  .nav {
    position: fixed; inset: 0; z-index: 60;
    display: none; flex-direction: column; justify-content: center; gap: 1.4rem;
    padding: 5rem 24px 3rem; background: var(--ink); color: #fff; overflow-y: auto;
  }
  .nav.is-open { display: flex }
  .nav-list { display: flex; flex-direction: column; gap: .2rem }
  .nav-list a {
    display: block; padding: .75rem 0; color: #fff; text-decoration: none;
    font-family: var(--display); font-weight: 700; font-size: 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, .18);
  }
  .nav-list a[aria-current="page"] { color: #ffb9ae }
  .nav.is-open ~ * { }
  body.nav-open .nav-toggle { position: fixed; top: 12px; right: 20px; z-index: 70 }
}

@media (min-width: 900px) {
  .nav-toggle { display: none }
  .nav { display: flex; align-items: center; gap: 1.6rem }
  .nav-list { display: flex; gap: 1.5rem }
  .nav-list a {
    color: var(--ink); text-decoration: none; font-weight: 600; font-size: .98rem;
    padding: .3rem 0; border-bottom: 3px solid transparent;
  }
  .nav-list a:hover, .nav-list a[aria-current="page"] { border-bottom-color: var(--coral) }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .82rem 1.4rem; font-family: var(--display); font-weight: 700;
  font-size: .98rem; letter-spacing: -.01em; text-decoration: none;
  border: 0; cursor: pointer; line-height: 1.2; text-align: center;
}
a.btn--coral, a.btn--coral:hover, a.btn--coral:visited { background: var(--coral-cta); color: #fff }
a.btn--coral:hover { background: var(--coral-cta-dark) }
a.btn--ink, a.btn--ink:hover, a.btn--ink:visited { background: var(--ink); color: #fff }
a.btn--white, a.btn--white:hover, a.btn--white:visited { background: #fff; color: var(--coral-cta-dark) }
a.btn--white:hover { background: var(--mint-soft) }
a.btn--outline, a.btn--outline:hover, a.btn--outline:visited {
  background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2.5px var(--ink);
}
a.btn--outline:hover { background: var(--mint-soft) }
.btn--lg { padding: 1.02rem 1.8rem; font-size: 1.06rem }
.nav-cta { padding: .62rem 1.1rem; font-size: .92rem }
@media (max-width: 899px) { .nav-cta { align-self: flex-start; font-size: 1.1rem; padding: .9rem 1.5rem } }

/* ---------- Preisschild-Badges und Marker ---------- */

.tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0 0 1.2rem; padding: 0 }
.tags li {
  position: relative; padding: .38rem .95rem .38rem 1.5rem;
  background: var(--mint); color: var(--ink);
  font-size: .82rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase;
  clip-path: polygon(11px 0, 100% 0, 100% 100%, 11px 100%, 0 50%);
}
.tags li::before {
  content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--ground);
}
.tags--dark li { background: var(--coral); color: #fff }
.tags--dark li::before { background: var(--ink) }

.kicker {
  display: inline-block; margin-bottom: .6rem;
  font-family: var(--display); font-weight: 700; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--coral-cta);
}
.sec--green .kicker { color: #ffd9d2 }

/* ---------- Abschnitte ---------- */

.sec { padding: 3.6rem 0 }
@media (min-width: 900px) { .sec { padding: 4.6rem 0 } }
.sec--mint { background: var(--mint-soft) }
.sec--sand { background: var(--ground-2) }
.sec--green { background: var(--green); color: #fff }
.sec--green h2, .sec--green h3 { color: #fff }
.sec--green p { color: #eaf6ef }
.sec--green a:not(.btn) { color: #ffe0d9 }

.sec-head { max-width: 62ch; margin-bottom: 2.2rem }
.sec-head p { color: var(--ink-2) }
.sec--green .sec-head p { color: #d6ece2 }

/* Dicke 3-px-Linie unter den Abschnittstiteln */
.sec h2 { position: relative; padding-bottom: .6rem }
.sec h2::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 92px; height: 3px;
  background: var(--coral);
}
.sec--green h2::after { background: #ffd9d2 }

/* ---------- Hero ---------- */

.hero { position: relative; padding: 2.6rem 0 3.2rem; background: var(--ground); overflow: hidden }
.hero--home { background: linear-gradient(170deg, var(--ground-2) 0%, var(--ground) 62%) }
@media (min-width: 900px) { .hero { padding: 3.4rem 0 4.2rem } }

.hero-grid { display: grid; gap: 2rem; align-items: center }
@media (min-width: 980px) { .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 3rem } }

.hero h1 { margin-bottom: .5em }
.lead { font-size: 1.12rem; color: var(--ink-2); max-width: 58ch }
@media (min-width: 900px) { .lead { font-size: 1.2rem } }

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem }

.hero-points {
  list-style: none; margin: 1.8rem 0 0; padding: 1.1rem 0 0; display: flex; flex-wrap: wrap;
  gap: .5rem 1.6rem; border-top: 3px solid var(--ink); font-weight: 700; font-size: .95rem;
}
.hero-points li { display: flex; align-items: center; gap: .45rem }
.hero-points li::before {
  content: "✓"; display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; background: var(--mint); color: var(--green);
  font-size: .9rem; font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 5px), 0 100%);
}

.hero--legal { padding: 2.4rem 0 1.6rem; border-bottom: 3px solid var(--ink) }

.crumbs { font-size: .85rem; color: var(--ink-2); margin-bottom: .9rem }
.crumbs a { color: var(--ink-2) }
.crumbs span { margin: 0 .4rem }

/* ---------- Bilder ---------- */

.media {
  display: block; width: 100%; aspect-ratio: 4 / 3; border: 3px solid var(--ink);
  background:
    radial-gradient(120% 90% at 18% 12%, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(150deg, var(--mint) 0%, var(--coral-soft) 48%, var(--ground-2) 100%);
}
.media--hero { aspect-ratio: 4 / 3 }
.media--wide { aspect-ratio: 16 / 9 }
img.media { display: block; height: auto; object-fit: cover }

.hero-visual { position: relative }
.hero-visual .price-note {
  position: absolute; right: -6px; bottom: -18px;
  background: var(--coral-cta); color: #fff; padding: .6rem 1.1rem .6rem 1.7rem;
  font-family: var(--display); font-weight: 700; font-size: .92rem;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
}
.figure-note { margin-top: .7rem; font-size: .86rem; color: var(--ink-2) }

/* ---------- Karten und Raster ---------- */

.grid { display: grid; gap: 1.2rem }
.grid--2 { grid-template-columns: 1fr }
.grid--3 { grid-template-columns: 1fr }
@media (min-width: 720px) { .grid--2, .grid--3 { grid-template-columns: repeat(2, 1fr) } }
@media (min-width: 980px) { .grid--3 { grid-template-columns: repeat(3, 1fr) } }

.card {
  background: #fff; border: 3px solid var(--ink); padding: 1.5rem 1.4rem;
  box-shadow: 7px 7px 0 rgba(22, 33, 43, .1);
}
.card h3 { margin-bottom: .45em }
.card p { color: var(--ink-2) }
.card--mint { background: var(--mint-soft) }
.card--coral { background: var(--coral-soft) }
.sec--green .card { background: #fff; color: var(--ink); border-color: var(--green-dark); box-shadow: 7px 7px 0 rgba(9, 65, 50, .45) }
.sec--green .card h3, .sec--green .card p, .sec--green .card li { color: var(--ink) }
.sec--green .card p { color: var(--ink-2) }
.sec--green .card a:not(.btn) { color: var(--green) }

.card-tag {
  display: inline-block; margin-bottom: .9rem; padding: .3rem .8rem .3rem 1.3rem;
  background: var(--ink); color: #fff; font-size: .74rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
}

.split { display: grid; gap: 2rem; align-items: start }
@media (min-width: 900px) { .split { grid-template-columns: 1.15fr .85fr; gap: 3rem } }
.split--even { grid-template-columns: 1fr }
@media (min-width: 900px) { .split--even { grid-template-columns: 1fr 1fr } }

/* ---------- Listen ---------- */

.checks { list-style: none; margin: 1.2rem 0; padding: 0; display: grid; gap: .85rem }
.checks li { position: relative; padding-left: 2.6rem; font-size: 1.02rem }
.checks li::before {
  content: "✓"; position: absolute; left: 0; top: .1em;
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: var(--mint); color: var(--green);
  font-size: 1.05rem; font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
}
.sec--green .checks li::before { background: #ffd9d2; color: var(--coral-cta-dark) }
.checks--tight li { font-size: .98rem }

.crosses { list-style: none; margin: 1.2rem 0; padding: 0; display: grid; gap: .85rem }
.crosses li { position: relative; padding-left: 2.6rem }
.crosses li::before {
  content: "×"; position: absolute; left: 0; top: .02em;
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: var(--coral-soft); color: var(--coral-cta-dark);
  font-size: 1.3rem; font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
}

.plain { list-style: none; margin: 1rem 0; padding: 0; display: grid; gap: .7rem }
.plain li { position: relative; padding-left: 1.3rem }
.plain li::before {
  content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px;
  background: var(--coral);
}

ul.bullets { margin: 1rem 0; padding-left: 1.2rem }
ul.bullets li { margin-bottom: .5rem }

/* ---------- Spar-Marker ---------- */

.save-note {
  display: flex; gap: .9rem; align-items: flex-start;
  background: var(--mint); border-left: 6px solid var(--green);
  padding: 1.1rem 1.3rem; margin: 1.6rem 0; color: var(--ink);
}
.save-note p { color: var(--ink) }
.save-note strong { color: var(--green-dark) }
.save-note .mark {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; background: var(--green); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 7px), 0 100%);
}

.warn-note {
  display: flex; gap: .9rem; align-items: flex-start;
  background: var(--coral-soft); border-left: 6px solid var(--coral-cta);
  padding: 1.1rem 1.3rem; margin: 1.6rem 0;
}
.warn-note p { color: var(--ink) }
.warn-note .mark {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; background: var(--coral-cta); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.1rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 7px), 0 100%);
}

.law-note {
  background: #fff; border: 3px solid var(--ink); border-left-width: 10px;
  padding: 1.1rem 1.3rem; margin: 1.6rem 0;
}
.law-note p:first-child { font-weight: 700 }
.law-note blockquote {
  margin: .7rem 0 0; padding-left: 1rem; border-left: 3px solid var(--mint);
  font-style: italic; color: var(--ink-2);
}

/* ---------- Schritte (Ticket-Marker) ---------- */

.steps { list-style: none; counter-reset: s; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.1rem }
.steps > li {
  counter-increment: s; position: relative; padding: 1.3rem 1.3rem 1.3rem 4.4rem;
  background: #fff; border: 3px solid var(--ink);
}
.steps > li::before {
  content: counter(s); position: absolute; left: 1.1rem; top: 1.15rem;
  display: inline-flex; align-items: flex-start; justify-content: center;
  padding-top: .28rem; width: 40px; height: 46px;
  background: var(--coral-cta); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: 1.25rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11px), 50% 100%, 0 calc(100% - 11px));
}
.steps h3 { margin-bottom: .35em }
.steps p { color: var(--ink-2) }
.step-when {
  display: inline-block; margin-bottom: .5rem; font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--green-dark);
  background: var(--mint); padding: .22rem .7rem;
}

/* ---------- Tabellen ---------- */

.table-wrap { margin: 1.6rem 0 }
table { width: 100%; border-collapse: collapse; font-size: .97rem; background: #fff }
caption {
  caption-side: top; text-align: left; font-weight: 700; font-family: var(--display);
  font-size: .95rem; margin-bottom: .6rem; color: var(--ink);
}
thead th {
  background: var(--ink); color: #fff; text-align: left; font-family: var(--display);
  font-size: .88rem; padding: .7rem .8rem; letter-spacing: -.01em;
}
tbody th, tbody td { padding: .68rem .8rem; border-bottom: 1px solid var(--ink-line); vertical-align: top }
tbody th { text-align: left; font-weight: 700; width: 34% }
tbody tr:nth-child(odd) { background: var(--mint-soft) }
tbody tr:nth-child(odd) th { background: var(--mint) }
td.num { white-space: normal; font-variant-numeric: tabular-nums; font-weight: 600 }
.sec--green table { color: var(--ink) }
.sec--green caption { color: #fff }
@media (max-width: 760px) {
  tbody tr:nth-child(odd) th { background: transparent }
  tbody th { width: auto }
}

.note { font-size: .88rem; color: var(--ink-2); margin-top: .8rem }
.sec--green .note { color: #cfe4da }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: .7rem; margin-top: 1.6rem }
.faq-item { background: #fff; border: 3px solid var(--ink) }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 1rem 3rem 1rem 1.2rem; position: relative;
  font-family: var(--display); font-weight: 700; font-size: 1.02rem; line-height: 1.3;
}
.faq-item summary::-webkit-details-marker { display: none }
.faq-item summary::after {
  content: "+"; position: absolute; right: .9rem; top: 50%; transform: translateY(-50%);
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; background: var(--mint); color: var(--green);
  font-size: 1.25rem; font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 100%);
}
.faq-item[open] summary::after { content: "–"; background: var(--coral); color: #fff }
.faq-item[open] summary { background: var(--mint-soft) }
.faq-a { padding: 0 1.2rem 1.2rem; border-top: 1px solid var(--ink-line); padding-top: 1rem }
.faq-a p { color: var(--ink-2) }

/* ---------- CTA-Band ---------- */

.cta-band { background: var(--ink); color: #fff; padding: 3rem 0 }
.cta-band-inner { display: grid; gap: 1.6rem; align-items: center }
@media (min-width: 860px) { .cta-band-inner { grid-template-columns: 1.4fr auto; gap: 2.4rem } }
.cta-band-title { font-family: var(--display); font-weight: 700; font-size: 1.5rem; line-height: 1.12; margin-bottom: .5rem }
.cta-band p { color: #dfe6ec }
.cta-band a:not(.btn) { color: #ffd9d2 }

/* ---------- Fuss ---------- */

.site-footer { background: var(--ground-2); border-top: 3px solid var(--ink); padding: 3rem 0 1.8rem; font-size: .95rem }
.footer-grid { display: grid; gap: 2rem }
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr } }
.footer-brand p { color: var(--ink-2); max-width: 34ch; margin-top: .9rem }
.footer-title { font-family: var(--display); font-weight: 700; margin-bottom: .7rem; font-size: 1rem }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem }
.site-footer a { color: var(--ink); text-decoration: none }
.site-footer a:hover { color: var(--coral-cta-dark); text-decoration: underline }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; justify-content: space-between;
  margin-top: 2.4rem; padding-top: 1.2rem; border-top: 3px solid var(--ink);
  font-size: .87rem; color: var(--ink-2);
}
.footer-bottom p { margin: 0 }

/* ---------- Rechtstexte ---------- */

.legal { padding: 2.6rem 0 4rem }
.prose { max-width: 74ch }
.prose h2 { font-size: 1.35rem; margin-top: 2rem; padding-bottom: .4rem; position: relative }
.prose h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 70px; height: 3px; background: var(--coral) }
