/* umzugsfirma-kanton-thurgau.ch — „Thurgau – Obstgarten & Bodensee“
   Weiss + Himmelblau, Apfelgrün, Seeblau, Apfelrot als kleiner Akzent.
   Runde Headlines, weiche Blobs, Wellen-Trenner. Keine externen Fonts. */

:root {
  --white: #ffffff;
  --sky: #e9f4fb;
  --sky-2: #d6eaf6;
  --green: #5aa62b;
  --green-ink: #3b7d1a;
  --green-deep: #2f5f16;
  --green-soft: #eaf5e1;
  --lake: #1c6fb5;
  --lake-dark: #155a94;
  --lake-deep: #0f3a5f;
  --red: #d64532;
  --ink: #1d2f3d;
  --ink-soft: #445868;
  --line: #d3e3ee;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 10px 30px rgba(28, 111, 181, .10);
  --font-round: "Nunito", "Segoe UI Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
a { color: var(--lake); text-underline-offset: 3px; }
a:hover { color: var(--lake-dark); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 6px; }

h1, h2, h3, .brand-text, .cta-band-title, .footer-title, .btn, .kicker, .pills, .stat-num {
  font-family: var(--font-round);
}
h1, h2, h3 { line-height: 1.2; color: var(--ink); margin: 0 0 .6em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 1.3rem + 2.8vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.25rem); font-weight: 800; }
h3 { font-size: 1.22rem; font-weight: 700; }
p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--lake); color: #fff; padding: 8px 14px; border-radius: 12px; z-index: 100; }
.skip:focus { left: 12px; color: #fff; }
.text-center { text-align: center; }
.grid-3 { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.highlight { background: var(--green-soft); border-radius: 6px; padding: 0 .2em; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--ink); }
.logo-mark { flex: none; display: block; }
.brand-text { display: flex; flex-direction: column; font-weight: 800; font-size: 1.08rem; line-height: 1.1; color: var(--green-deep); }
.brand-text span { font-weight: 700; font-size: .86rem; color: var(--lake); letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-list { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-list a { display: block; padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 1rem; color: var(--ink); text-decoration: none; }
.nav-list a:hover { background: var(--sky); color: var(--lake-dark); }
.nav-list a[aria-current="page"] { background: var(--green-soft); color: var(--green-deep); }
.nav-toggle { display: none; position: relative; width: 48px; height: 48px; border: 2px solid var(--line); border-radius: 16px; background: var(--white); cursor: pointer; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  position: absolute; left: 50%; width: 22px; height: 2.5px; margin-left: -11px; border-radius: 3px; background: var(--ink); content: ""; transition: transform .2s ease, background .2s ease;
}
.nav-toggle-bars { top: 50%; margin-top: -1px; }
.nav-toggle-bars::before { top: -7px; }
.nav-toggle-bars::after { top: 7px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 800; font-size: 1rem; line-height: 1.2; text-decoration: none; border: 2px solid transparent; transition: background .15s ease, transform .15s ease; text-align: center; }
.btn--lg { padding: 16px 30px; font-size: 1.08rem; }
.btn--lake { background: var(--lake); color: #fff; }
.btn--lake:hover { background: var(--lake-dark); color: #fff; transform: translateY(-1px); }
.btn--green { background: var(--green-deep); color: #fff; }
.btn--green:hover { background: #244a10; color: #fff; }
.btn--white { background: #fff; color: var(--lake-deep); }
.btn--white:hover { background: var(--green-soft); color: var(--green-deep); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--sky); padding-block: 38px 110px; }
.hero-blob { position: absolute; border-radius: 58% 42% 55% 45% / 48% 58% 42% 52%; pointer-events: none; }
.hero-blob--a { width: 520px; height: 460px; right: -140px; top: -120px; background: #d9efcb; opacity: .75; }
.hero-blob--b { width: 340px; height: 300px; left: -160px; bottom: -40px; background: var(--sky-2); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 48px; align-items: center; }
.hero-copy { min-width: 0; }
.hero .lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 40em; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .92rem; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--lake); font-weight: 600; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 16px; }
.pills li { background: var(--white); color: var(--green-deep); border: 1.5px solid #bfe0a8; padding: 4px 14px; border-radius: 999px; font-size: .88rem; font-weight: 700; }
.hero-actions { margin: 26px 0 18px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; font-weight: 600; color: var(--ink); }
.hero-points li { display: inline-flex; align-items: center; gap: 6px; }
.hero-points .ico { color: var(--green-ink); width: 20px; height: 20px; }
.hero-visual { position: relative; min-width: 0; }
.hero-apple { position: absolute; left: -10px; bottom: 18px; display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--white); color: var(--red); box-shadow: var(--shadow); }
.hero-apple .ico { width: 38px; height: 38px; }
.wave { position: absolute; left: 0; width: 100%; display: block; pointer-events: none; }
.wave--hero { bottom: -1px; height: 70px; }
.hero--legal { padding-block: 36px 40px; }
.hero--legal h1 { margin: 0; }

/* ---------- Image slots ---------- */
.media {
  display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, .85) 0 9%, transparent 10%),
    radial-gradient(ellipse 60% 38% at 30% 110%, #7cc04d 0 60%, transparent 61%),
    radial-gradient(ellipse 70% 40% at 85% 105%, #5aa62b 0 58%, transparent 59%),
    linear-gradient(180deg, #bfe1f5 0%, #8fc6e8 55%, #1c6fb5 56%, #3f8dcc 64%, #a8d68a 65%, #6fb43f 100%);
}
.media--hero { aspect-ratio: 1 / 1; border-radius: 62% 38% 54% 46% / 45% 55% 45% 55%; box-shadow: 0 24px 60px rgba(15, 58, 95, .16); border: 8px solid var(--white); }
img.media { display: block; height: auto; object-fit: cover; }
img.media--hero { aspect-ratio: 1 / 1; }

/* ---------- Sections ---------- */
.sec { position: relative; padding-block: 72px; }
.sec--sky { background: var(--sky); margin-block: 46px; }
.sec--sky::before, .sec--sky::after {
  content: ""; position: absolute; left: 0; width: 100%; height: 46px; background-repeat: no-repeat; background-size: 100% 100%;
}
.sec--sky::before { top: -45px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 46' preserveAspectRatio='none'%3E%3Cpath d='M0 46V26C200 0 380 2 620 20s460 26 820-8v34z' fill='%23e9f4fb'/%3E%3C/svg%3E"); }
.sec--sky::after { bottom: -45px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 46' preserveAspectRatio='none'%3E%3Cpath d='M0 0h1440v18c-260 30-520 32-760 10S180 4 0 26z' fill='%23e9f4fb'/%3E%3C/svg%3E"); }
.sec-head { max-width: 780px; margin-bottom: 36px; }
.sec-head.text-center { margin-inline: auto; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green-ink); margin-bottom: 10px; }
.kicker::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.prose { max-width: 820px; }
.prose h3 { margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.2em; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: center; }
.split--top { align-items: start; }
.split > * { min-width: 0; }
.gap-top { margin-top: 64px; }

/* Leaf bullets */
.leaves { list-style: none; padding: 0 !important; margin: 0 0 1.2em; }
.leaves li { position: relative; padding-left: 34px; margin-bottom: .6em; }
.leaves li::before {
  content: ""; position: absolute; left: 0; top: .28em; width: 22px; height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20C4 11 9.5 5 20 4c-1 10.5-7 16-16 16z' fill='%235aa62b'/%3E%3Cpath d='M5 19l8-8' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Cards */
.cards { display: grid; gap: 22px; }
.cards--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.card { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); min-width: 0; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card-title { font-family: var(--font-round); font-size: 1.15rem; font-weight: 800; line-height: 1.25; margin: 0 0 .5em; }
.sec--sky .card { border-color: #cfe4f2; }
.card-link { display: block; color: var(--ink); text-decoration: none; transition: transform .15s ease, border-color .15s ease; }
.card-link:hover { color: var(--ink); border-color: var(--green); transform: translateY(-3px); }
.card-link h3 { color: var(--lake-dark); }
.blob-ico { display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 14px; color: var(--green-deep); background: var(--green-soft); border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
.blob-ico--lake { color: var(--lake-dark); background: var(--sky-2); }
.blob-ico--red { color: #a8301f; background: #fbe4df; }
.blob-ico .ico { width: 28px; height: 28px; }

/* Steps */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.steps > li { counter-increment: step; position: relative; background: var(--white); border-radius: var(--radius-lg); padding: 70px 26px 26px; border: 1.5px solid var(--line); }
.steps > li::before { content: counter(step); position: absolute; top: 20px; left: 24px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50% 50% 46% 54% / 56% 56% 44% 44%; background: var(--green); color: #fff; font-family: var(--font-round); font-weight: 800; font-size: 1.15rem; }
.steps p:last-child { margin-bottom: 0; }

/* Stats */
.stats { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); margin: 0; padding: 0; list-style: none; }
.stats li { background: var(--white); border-radius: var(--radius); padding: 18px 20px; border: 1.5px solid var(--line); }
.stat-num { display: block; font-size: 1.7rem; font-weight: 800; color: var(--lake); line-height: 1.1; }
.stat-label { display: block; font-size: .95rem; color: var(--ink-soft); }

/* Bezirke */
.bezirke { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.bezirke li { background: var(--white); border-radius: var(--radius); padding: 22px; border: 1.5px solid var(--line); }
.bezirk-pill { display: inline-block; background: var(--green-soft); color: var(--green-deep); font-family: var(--font-round); font-weight: 800; padding: 4px 14px; border-radius: 999px; margin-bottom: 10px; }
.bezirke p { margin: 0; font-size: 1rem; }
.bezirke .orte { display: block; font-size: .92rem; color: var(--lake-dark); font-weight: 600; margin-bottom: 6px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 1em; }
.tag-row li { background: var(--sky); color: var(--lake-deep); border-radius: 999px; padding: 4px 14px; font-size: .95rem; font-weight: 600; }
.sec--sky .tag-row li { background: var(--white); }

/* Tip / callout */
.tip { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; background: var(--green-soft); border-radius: var(--radius); padding: 22px 24px; margin: 26px 0; }
.tip .ico { color: var(--green-deep); width: 30px; height: 30px; }
.tip p:last-child { margin-bottom: 0; }
.tip--lake { background: var(--sky); }
.sec--sky .tip--lake { background: var(--white); }
.tip--lake .ico { color: var(--lake-dark); }

/* Tables */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; background: var(--white); border-radius: var(--radius); border: 1.5px solid var(--line); margin: 0 0 16px; }
table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 1rem; }
caption { text-align: left; padding: 16px 20px 4px; font-weight: 700; color: var(--ink-soft); font-size: .95rem; }
th, td { padding: 13px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: var(--green-soft); color: var(--green-deep); font-family: var(--font-round); font-weight: 800; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody th { font-weight: 700; }
td.num { white-space: nowrap; font-variant-numeric: tabular-nums; }
.note { font-size: .95rem; color: var(--ink-soft); }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 21px; top: 8px; bottom: 8px; width: 3px; border-radius: 3px; background: linear-gradient(var(--green), var(--lake)); }
.timeline > li { position: relative; padding: 0 0 26px 64px; }
.timeline-dot { position: absolute; left: 0; top: 0; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--white); border: 3px solid var(--green); color: var(--green-deep); font-family: var(--font-round); font-weight: 800; font-size: .8rem; line-height: 1; text-align: center; }
.timeline h3 { margin-bottom: .35em; }
.timeline ul { margin-top: .4em; }

/* Inline CTA */
.inline-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.inline-cta--center { justify-content: center; }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 880px; }
.faq-item { background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 56px 18px 22px; font-family: var(--font-round); font-weight: 700; font-size: 1.08rem; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-weight: 800; }
.faq-item[open] summary::after { content: "–"; background: var(--sky-2); color: var(--lake-dark); }
.faq-a { padding: 0 22px 18px; }
.faq-a p { margin: 0; }

/* Legal */
.legal { padding-block: 40px 70px; }
.legal h2 { font-size: 1.35rem; margin-top: 1.6em; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--lake-deep); color: #fff; padding-block: 104px 64px; margin-top: 30px; }
.wave--cta { top: -1px; height: 56px; }
.cta-band-inner { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.cta-band-inner p { margin: 0; color: #e3f0f8; max-width: 38em; }
.cta-band .cta-band-title { font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 6px; }

/* ---------- Footer ---------- */
.site-footer { background: #0b2c48; color: #d7e7f2; padding-block: 56px 28px; font-size: 1rem; }
.site-footer a { color: #ffffff; text-decoration: none; }
.site-footer a:hover { color: #bfe0a8; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-title { font-weight: 800; color: #bfe0a8; margin-bottom: 12px; }
.brand--footer .brand-text { color: #ffffff; }
.brand--footer .brand-text span { color: #9fd0f2; }
.footer-brand p { margin-top: 14px; color: #d7e7f2; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid rgba(255, 255, 255, .15); margin-top: 36px; padding-top: 20px; font-size: .95rem; }
.footer-bottom p { margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .split { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .hero-visual { max-width: 460px; margin-inline: auto; width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; z-index: 60; }
  .nav {
    display: none; position: fixed; left: 0; right: 0; top: 74px; bottom: 0; z-index: 55;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 22px;
    padding: 30px 24px 40px; background: var(--white); overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav-list { flex-direction: column; gap: 6px; }
  .nav-list a { font-size: 1.3rem; padding: 14px 18px; border-radius: 18px; background: var(--sky); }
  .nav-cta { font-size: 1.1rem; padding: 16px 22px; }
  body.nav-open .nav-toggle-bars { background: transparent; }
  body.nav-open .nav-toggle-bars::before { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle-bars::after { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .wrap { padding-inline: 16px; }
  .sec { padding-block: 54px; }
  .hero { padding-block: 26px 90px; }
  .hero-blob--a { width: 320px; height: 300px; right: -170px; }
  .btn--lg { width: 100%; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .timeline > li { padding-left: 58px; }
  .card, .steps > li { padding-inline: 20px; }
  .hero-apple { width: 58px; height: 58px; left: 0; }
}
