/* =============================================================================
   Coremetra marketing site — shared stylesheet
   Ported 1:1 from the certified "website-richtung-b" artboards
   (Main / MobilHome / Sport / Business / Freelancer / Preise). Every colour,
   size, weight, spacing, border and radius below is the artboard value.
   The only additions are the responsive scaffolding (full-bleed sections with
   a centred 1440px content width, the ≤640px MobilHome layout, a hamburger
   menu that the artboards only show as an icon) and focus styles.
   ========================================================================== */

/* Figtree, self-hosted (SIL OFL) — the artboards load it from Google Fonts;
   serving it from our own origin avoids a third-party request per visitor. */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- base (artboard <helmet> styles) ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Figtree', system-ui, sans-serif;
  background: #faf9f7;
  color: #211d19;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a.textlink { color: #0e7490; }
a.textlink:hover { color: #155e75; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; font-size: inherit; font-weight: inherit; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:focus-visible { outline: 2px solid #0e7490; outline-offset: 2px; }
.eyebrow { font-size: 12px; line-height: 1.2; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.num { font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -9999px; top: 8px; background: #211d19; color: #faf9f7; padding: 10px 18px; border-radius: 0.45rem; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- layout scaffolding ----------
   Sections bleed edge to edge; their content sits in .wrap (1440px, centred,
   56px gutters = the artboard's horizontal padding). --gx is the gutter. */
:root { --gx: 56px; }
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-left: var(--gx); padding-right: var(--gx); }
.col  { max-width: 880px;  margin: 0 auto; width: 100%; }
.colw { max-width: 1240px; margin: 0 auto; width: 100%; }
main { flex: 1 0 auto; }
.d { }                      /* desktop-only copy */
.m { display: none; }       /* mobile-only copy (MobilHome wording) */
.only-m { display: none; }  /* mobile-only blocks */
.watermark { position: absolute; pointer-events: none; }
.rel { position: relative; z-index: 1; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 0.45rem; font-weight: 700; white-space: nowrap; line-height: normal; }
.btn-sport  { background: #34d399; color: #06251a; }
.btn-biz    { background: #0e7490; color: #ecfeff; }
.btn-dark   { background: #211d19; color: #faf9f7; }
.btn-ghost  { background: #ffffff; color: #211d19; border: 1px solid #d6d1c9; font-weight: 600; }
.btn-outline-light { background: transparent; color: #f2f6fb; border: 1px solid rgba(255,255,255,0.3); font-weight: 600; }
.btn-nav  { font-size: 14.5px; font-weight: 600; padding: 10px 18px; }
.btn-md   { font-size: 15px;   padding: 13px 26px; }
.btn-md2  { font-size: 15.5px; padding: 13px 26px; }
.btn-sm   { font-size: 14.5px; padding: 12px 22px; }
.btn-solo { font-size: 15px;   padding: 12px 24px; font-weight: 600; }
.btn-lg   { font-size: 15.5px; padding: 14px 30px; }
.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* ---------- nav ---------- */
.nav { background: #faf9f7; border-bottom: 1px solid #e7e4de; position: relative; z-index: 20; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; gap: 24px; }
.nav-menu { display: contents; }  /* links + right cluster sit directly in the wrap's flex row */
.nav-brand { display: flex; align-items: center; gap: 11px; }
.nav-brand img { width: 32px; height: 32px; }
.nav-brand span { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14.5px; font-weight: 500; color: #453f39; }
.nav-links a[aria-current="page"] { color: #0e7490; font-weight: 600; }
.nav-right { display: flex; align-items: center; gap: 20px; font-size: 14.5px; font-weight: 500; }
.nav-lang { font-size: 13px; color: #77716a; display: flex; gap: 0.35em; }
.nav-lang a[aria-current="true"] { font-weight: 600; }
.nav-login { color: #453f39; }
.nav-burger { display: none; width: 24px; height: 24px; }
.nav-burger svg { width: 24px; height: 24px; }
.nav-burger .ic-close { display: none; }
.nav.open .nav-burger .ic-menu { display: none; }
.nav.open .nav-burger .ic-close { display: block; }

/* ---------- footer (sub-pages) ---------- */
.footer .wrap { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; padding-bottom: 30px; gap: 16px; flex-wrap: wrap; }
.footer { margin-top: auto; border-top: 1px solid #e7e4de; background: #fffefd; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #77716a; }
.footer-brand img { width: 22px; height: 22px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; color: #77716a; flex-wrap: wrap; }

/* ---------- footer (home) ---------- */
.footer-home { margin-top: auto; border-top: 1px solid #e7e4de; background: #fffefd; }
.footer-home .wrap { display: flex; flex-direction: column; gap: 24px; padding-top: 40px; padding-bottom: 48px; }
.footer-home-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; flex-wrap: wrap; }
.footer-home-brand { display: flex; align-items: center; gap: 10px; }
.footer-home-brand img { width: 24px; height: 24px; }
.footer-home-brand span { font-size: 15px; font-weight: 700; }
.footer-cols { display: flex; gap: 56px; font-size: 13.5px; color: #59534c; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col .eyebrow { color: #77716a; font-size: 10.5px; }
.footer-copy { font-size: 12.5px; color: #77716a; }

/* ---------- HOME: split hero ---------- */
.split { position: relative; background: #faf9f7; }
.split::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 50%; background: linear-gradient(160deg, #0a1424 0%, #13243d 70%, #16324a 100%); }
.split .wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding: 0; position: relative; }
.world { display: flex; flex-direction: column; justify-content: center; gap: 24px; position: relative; overflow: hidden; }
.world-sport { color: #f2f6fb; padding: 72px 64px 72px 56px; }
.world-biz { background: #faf9f7; padding: 72px 56px 72px 64px; border-left: 1px solid #e7e4de; }
.world-sport .watermark { width: 440px; height: 440px; right: -140px; bottom: -120px; opacity: 0.14; }
.world-biz .watermark { width: 440px; height: 440px; right: -140px; top: -120px; opacity: 0.10; }
.world-tag { display: flex; align-items: center; gap: 10px; }
.world-tag svg, .world-tag img { width: 28px; height: 28px; }
.world-sport .world-tag .eyebrow { color: #86e6b8; }
.world-biz .world-tag .eyebrow { color: #0e7490; }
.world h1, .world .h1-like { font-size: 56px; line-height: 1.05; letter-spacing: -0.02em; font-weight: 800; }
.world-biz .h1-like { color: #211d19; }
.world p { font-size: 16.5px; line-height: 1.6; max-width: 440px; position: relative; z-index: 1; }
.world-sport p { color: #b9c4d4; }
.world-biz p { color: #59534c; }
.world ul { display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; position: relative; z-index: 1; }
.world-sport ul { color: #dde6f0; }
.world-biz ul { color: #453f39; }
.world .cta-row { gap: 18px; margin-top: 6px; position: relative; z-index: 1; }
.world .price { font-size: 13.5px; }
.world-sport .price { color: #8fa1b8; }
.world-biz .price { color: #77716a; }

/* ---------- HOME: foundation band ---------- */
.band-foundation { background: #211d19; color: #faf9f7; }
.band-foundation .wrap { display: flex; align-items: center; justify-content: center; gap: 48px; padding-top: 26px; padding-bottom: 26px; flex-wrap: wrap; }
.band-foundation .eyebrow { color: #a39d94; font-size: 11px; }
.band-foundation ul { display: flex; gap: 36px; font-size: 14px; font-weight: 500; flex-wrap: wrap; justify-content: center; }
.band-foundation ul li + li::before { content: "·"; color: #77716a; margin-right: 36px; }
.band-foundation .m { line-height: 1.6; font-size: 13px; font-weight: 500; }

/* ---------- HOME: solo note (folded into the Business column) ---------- */
.solo-note { font-size: 13.5px; color: #77716a; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e7e4de; position: relative; z-index: 1; }
.solo-note a { color: #0e7490; font-weight: 600; text-decoration: none; }
.solo-note a:hover { text-decoration: underline; }

/* ---------- HOME: why ---------- */
.why { border-top: 1px solid #e7e4de; }
.why .wrap { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.why-problem { padding: 56px 64px 56px 56px; display: flex; flex-direction: column; gap: 16px; border-right: 1px solid #e7e4de; }
.why-answer  { padding: 56px 56px 56px 64px; display: flex; flex-direction: column; gap: 16px; }
.why-problem .eyebrow { color: #77716a; }
.why-answer .eyebrow { color: #0e7490; }
.why h2 { font-size: 30px; line-height: 1.15; letter-spacing: -0.015em; font-weight: 700; }
.why p { font-size: 15.5px; line-height: 1.65; color: #59534c; }
.why ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: #453f39; }

/* ---------- HOME: proof band ---------- */
.proof { background: #f4f3f0; border-top: 1px solid #e7e4de; }
.proof .wrap { display: flex; flex-direction: column; gap: 24px; padding-top: 56px; padding-bottom: 56px; }
.proof-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.proof-head h2 { font-size: 26px; letter-spacing: -0.015em; font-weight: 700; }
.proof-head span { font-size: 13px; color: #77716a; }
.proof-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.proof-card { display: flex; flex-direction: column; gap: 14px; border-radius: 0.9rem; padding: 26px; }
.proof-card-sport { background: linear-gradient(160deg, #0a1424 0%, #13243d 100%); color: #dde6f0; }
.proof-card-biz { background: #ffffff; border: 1px solid #e7e4de; }
.proof-card .eyebrow { font-size: 10.5px; }
.proof-card-sport .eyebrow { color: #86e6b8; }
.proof-card-biz .eyebrow { color: #0e7490; }
.proof-card blockquote { margin: 0; font-size: 15px; line-height: 1.6; font-style: italic; }
.proof-card-sport blockquote { color: #9fadc0; }
.proof-card-biz blockquote { color: #77716a; }
.proof-card cite { font-size: 13px; font-weight: 600; font-style: normal; }
.proof-card-biz cite { color: #453f39; }
.proof-points { display: flex; align-items: center; gap: 40px; font-size: 14px; color: #59534c; flex-wrap: wrap; }

/* ---------- HOME: closing split ---------- */
.closing { border-top: 1px solid #e7e4de; position: relative; }
.closing::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 50%; background: linear-gradient(160deg, #0a1424 0%, #13243d 100%); }
.closing .wrap { display: grid; grid-template-columns: 1fr 1fr; padding: 0; position: relative; }
.closing-sport { color: #f2f6fb; display: flex; flex-direction: column; gap: 14px; padding: 52px 64px 52px 56px; }
.closing-biz { display: flex; flex-direction: column; gap: 14px; padding: 52px 56px 52px 64px; border-left: 1px solid #e7e4de; background: #faf9f7; }
.closing h2 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; }
.closing .alt { font-size: 14px; }
.closing-sport .alt { color: #8fa1b8; }
.closing-biz .alt { color: #77716a; }

/* ---------- HOME: mobile CTA (MobilHome only) ---------- */
.cta-mobile { background: #f4f3f0; border-top: 1px solid #e7e4de; }
.cta-mobile .wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 40px; padding-bottom: 40px; text-align: center; }
.cta-mobile h2 { font-size: 24px; line-height: 1.12; letter-spacing: -0.015em; font-weight: 800; }
.cta-mobile .btn { font-size: 15px; padding: 13px 24px; width: 100%; }
.cta-mobile .note { font-size: 12.5px; color: #77716a; }

/* ---------- SUB-PAGES: hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero .col { display: flex; flex-direction: column; gap: 22px; position: relative; z-index: 1; }
.hero-tag { display: flex; align-items: center; gap: 10px; }
.hero-tag svg { width: 30px; height: 30px; }
.hero h1 { font-size: 58px; line-height: 1.05; letter-spacing: -0.02em; font-weight: 800; }
.hero .lead { font-size: 17.5px; line-height: 1.6; }
.hero .cta-row { margin-top: 4px; }
.hero .price { font-size: 13.5px; }
.hero-sport { background: linear-gradient(160deg, #0a1424 0%, #13243d 70%, #16324a 100%); color: #f2f6fb; }
.hero-sport .wrap { padding-top: 92px; padding-bottom: 76px; }
.hero-sport .watermark { width: 620px; height: 620px; right: -200px; top: -120px; opacity: 0.12; }
.hero-sport .eyebrow { color: #86e6b8; }
.hero-sport .lead { color: #b9c4d4; max-width: 700px; }
.hero-sport .price { color: #8fa1b8; }
.hero-biz .wrap { padding-top: 92px; padding-bottom: 68px; }
.hero-biz .watermark { width: 620px; height: 620px; right: -200px; top: -140px; opacity: 0.08; }
.hero-biz .eyebrow { color: #0e7490; }
.hero-biz h1 .accent { color: #0e7490; }
.hero-biz .lead { color: #59534c; max-width: 740px; }
.hero-biz .price { color: #77716a; }
.hero-solo .wrap { padding-top: 92px; padding-bottom: 60px; }
.hero-solo .watermark { width: 560px; height: 560px; left: -180px; bottom: -220px; opacity: 0.07; }
.hero-solo .eyebrow { color: #0e7490; }
.hero-solo h1 { font-size: 56px; line-height: 1.06; }
.hero-solo h1 .accent { color: #0e7490; }
.hero-solo .lead { font-size: 17px; color: #59534c; max-width: 700px; }
.hero-solo .price { color: #77716a; }

/* ---------- SUB-PAGES: chapters ---------- */
.chapters .wrap { padding-top: 72px; padding-bottom: 56px; }
.chapters .col { display: flex; flex-direction: column; gap: 0; }
.chapters > .wrap > .col > h2 { font-size: 34px; letter-spacing: -0.02em; font-weight: 800; margin-bottom: 36px; }
.chapter { display: flex; flex-direction: column; gap: 12px; padding: 32px 0; border-top: 1px solid #d6d1c9; }
.chapter:first-of-type { border-top: 2px solid #211d19; }
.chapter.last { padding: 32px 0 8px 0; }
.chapter .eyebrow { font-size: 10.5px; }
.chapters-sport .chapter .eyebrow { color: #0d6e4f; }
.chapters-biz .chapter .eyebrow { color: #0e7490; }
.chapter h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.015em; }
.chapter p { font-size: 15.5px; line-height: 1.65; color: #59534c; }
.chapter .tags { font-size: 14px; color: #453f39; }
.banner-steuerung { display: flex; flex-direction: column; gap: 8px; background: #0e7490; color: #ecfeff; padding: 32px 36px; border-radius: 0.45rem; margin-top: 28px; }
.banner-steuerung .eyebrow { color: #a5f3fc; font-size: 10.5px; }
.banner-steuerung h3 { font-size: 24px; font-weight: 800; letter-spacing: -0.015em; }
.banner-steuerung p { font-size: 14.5px; line-height: 1.6; color: #cffafe; }

/* ---------- SPORT: pricing strip ---------- */
.strip { background: #f4f3f0; border-top: 1px solid #e7e4de; border-bottom: 1px solid #e7e4de; }
.strip .wrap { padding-top: 52px; padding-bottom: 52px; }
.strip .col { display: flex; flex-direction: column; gap: 20px; }
.strip-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.strip-head h2 { font-size: 28px; letter-spacing: -0.015em; font-weight: 800; }
.strip-head a { font-size: 14px; font-weight: 600; color: #0e7490; }
.strip p { font-size: 15px; line-height: 1.6; color: #59534c; }
/* overflow-x:auto also clips vertically — leave room for the -11px "Beliebt" badge */
.strip-scroll { overflow-x: auto; padding-top: 12px; margin-top: -12px; }
.tiers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 2px solid #211d19; background: #ffffff; }
.tier { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px; border-right: 1px solid #e7e4de; }
.tier:last-child { border-right: 0; }
.tier.hi { background: #eafaf3; }
.tier .eyebrow { color: #77716a; font-size: 10.5px; }
.tier.hi .eyebrow { color: #0d6e4f; }
.tier .price { font-size: 26px; font-weight: 800; white-space: nowrap; }
.tier .price small { font-size: 13px; font-weight: 500; color: #77716a; }
.strip .fine { font-size: 13.5px; color: #59534c; }

/* ---------- SPORT: pro club band ---------- */
.proclub { background: linear-gradient(160deg, #0a1424 0%, #13243d 100%); color: #f2f6fb; position: relative; overflow: hidden; }
.proclub .wrap { padding-top: 72px; padding-bottom: 72px; }
.proclub .watermark { width: 520px; height: 520px; left: -170px; bottom: -160px; opacity: 0.10; }
.proclub .col { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 1; }
.proclub .eyebrow { color: #86e6b8; }
.proclub h2 { font-size: 38px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; }
.proclub p { font-size: 16px; line-height: 1.65; color: #b9c4d4; }
.proclub .cta-row { gap: 20px; margin-top: 4px; }
.proclub .price { font-size: 15px; color: #8fa1b8; }

/* ---------- SPORT: seasonal timeline / generic stacked list ---------- */
.stack .wrap { padding-top: 72px; padding-bottom: 72px; }
.stack .col { display: flex; flex-direction: column; gap: 0; }
.stack > .wrap > .col > h2 { font-size: 30px; letter-spacing: -0.015em; font-weight: 800; margin-bottom: 28px; }
.item { display: flex; flex-direction: column; gap: 10px; padding: 22px 0; border-top: 1px solid #d6d1c9; }
.item h3 { font-size: 16px; font-weight: 700; }
.item p { font-size: 14.5px; line-height: 1.6; color: #59534c; }
.seasonal .item:first-of-type { border-top: 2px solid #34d399; }
.stack .cta-row { margin-top: 20px; }

/* ---------- BUSINESS: seat model ---------- */
.seat { background: #f4f3f0; border-top: 1px solid #e7e4de; border-bottom: 1px solid #e7e4de; }
.seat .wrap { padding-top: 56px; padding-bottom: 56px; }
.seat .col { display: flex; flex-direction: column; gap: 18px; }
.seat .eyebrow { color: #0e7490; }
.seat h2 { font-size: 32px; letter-spacing: -0.02em; font-weight: 800; }
.seat h2 .accent { color: #0e7490; }
.seat > .wrap > .col > p { font-size: 15.5px; line-height: 1.65; color: #59534c; }
.calc { display: flex; flex-direction: column; gap: 12px; background: #ffffff; border: 2px solid #211d19; padding: 26px 30px; max-width: 460px; }
.calc .eyebrow { color: #77716a; font-size: 10.5px; }
.calc .row { display: flex; justify-content: space-between; font-size: 14.5px; color: #453f39; gap: 16px; }
.calc .row b { font-weight: 700; }
.calc .total { border-top: 2px solid #211d19; padding-top: 10px; display: flex; justify-content: space-between; font-size: 17px; font-weight: 800; gap: 16px; }
.calc .total b { color: #0e7490; font-weight: 800; }
.calc .fine { font-size: 12.5px; color: #77716a; }

/* ---------- BUSINESS: Steuerberater band ---------- */
.band-dark { background: #211d19; color: #faf9f7; }
.band-dark .wrap { padding-top: 60px; padding-bottom: 60px; }
.band-dark .col { display: flex; flex-direction: column; gap: 14px; }
.band-dark .eyebrow { color: #a5f3fc; }
.band-dark h2 { font-size: 30px; letter-spacing: -0.015em; font-weight: 800; }
.band-dark p { font-size: 15.5px; line-height: 1.65; color: #cfc9c0; }

/* ---------- BUSINESS: honest fit ---------- */
.fit .item { padding: 24px 0; }
.fit .item h3 { font-size: 16px; font-weight: 700; }
.fit .item p { font-size: 15px; line-height: 1.7; color: #453f39; }
.fit .item.yes { border-top: 2px solid #0d6e4f; }
.fit .item.yes h3 { color: #0d6e4f; }
.fit .item.no { border-top: 2px solid #a39d94; }
.fit .item.no h3 { color: #77716a; }
.fit .cta-row { margin-top: 24px; }
.fit .note { font-size: 13.5px; color: #77716a; }

/* ---------- FREELANCER ---------- */
.includes .wrap { padding-top: 0; padding-bottom: 64px; }
.box { display: flex; flex-direction: column; gap: 14px; background: #ffffff; border: 2px solid #211d19; padding: 30px 34px; }
.box .eyebrow { color: #77716a; font-size: 10.5px; }
.box ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: #453f39; }
.box .total { border-top: 2px solid #211d19; padding-top: 12px; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.box .total span { font-size: 14px; color: #77716a; }
.box .total .price { font-size: 26px; font-weight: 800; color: #0e7490; }
.box .total .price small { font-size: 13px; font-weight: 500; color: #77716a; }
.band-erechnung { background: #211d19; color: #faf9f7; }
.band-erechnung .wrap { padding-top: 30px; padding-bottom: 30px; }
.band-erechnung .col { display: flex; flex-direction: column; gap: 8px; }
.band-erechnung .eyebrow { color: #f2c744; }
.band-erechnung p { font-size: 15px; line-height: 1.6; color: #e8e2d6; }
.reasons > .wrap > .col > h2 { font-size: 32px; letter-spacing: -0.02em; }
.reasons .item { padding: 26px 0; }
.reasons .item:first-of-type { border-top: 2px solid #0e7490; }
.reasons .item h3 { font-size: 19px; font-weight: 700; }
.reasons .item p { font-size: 15px; line-height: 1.65; color: #59534c; }
.closing-solo { background: #f4f3f0; border-top: 1px solid #e7e4de; }
.closing-solo .wrap { padding-top: 76px; padding-bottom: 76px; }
.closing-solo .col { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.closing-solo h2 { font-size: 38px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; }
.closing-solo p { font-size: 16px; line-height: 1.6; color: #59534c; max-width: 560px; }
.closing-solo .btn { margin-top: 4px; }
.closing-solo .note { font-size: 13px; color: #77716a; }

/* ---------- PREISE ---------- */
.price-head .wrap { padding-top: 76px; padding-bottom: 48px; }
.price-head .col { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.price-head h1 { font-size: 52px; line-height: 1.06; letter-spacing: -0.02em; font-weight: 800; }
.price-head p { font-size: 17px; line-height: 1.6; color: #59534c; max-width: 680px; }
.pricing { position: relative; overflow: hidden; }
.pricing .wrap { padding-top: 60px; padding-bottom: 60px; }
.pricing .colw { display: flex; flex-direction: column; gap: 24px; position: relative; z-index: 1; }
.pricing-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pricing-head svg, .pricing-head img { width: 28px; height: 28px; }
.pricing-head h2 { font-size: 28px; letter-spacing: -0.015em; font-weight: 800; }
.pricing-head span { font-size: 14px; }
.pricing-sport { background: linear-gradient(160deg, #0a1424 0%, #13243d 100%); color: #f2f6fb; }
.pricing-sport .watermark { width: 520px; height: 520px; right: -170px; top: -170px; opacity: 0.10; }
.pricing-sport .pricing-head span { color: #8fa1b8; }
.pricing-biz .watermark { width: 520px; height: 520px; left: -180px; bottom: -180px; opacity: 0.07; }
.pricing-biz .pricing-head span { color: #77716a; }
.plans { display: grid; gap: 16px; }
.plans-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.plans-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.plan { display: flex; flex-direction: column; gap: 8px; border-radius: 0.45rem; padding: 24px 22px; position: relative; }
.plan .eyebrow { font-size: 10.5px; }
.plan .sub { font-size: 13px; }
.plan .price { font-size: 30px; font-weight: 800; white-space: nowrap; }
.plan .price small { font-size: 13px; font-weight: 500; }
.plan p { font-size: 13px; line-height: 1.55; }
.plan .badge { position: absolute; top: -11px; left: 20px; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.pricing-sport .plan { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); }
.pricing-sport .plan .eyebrow, .pricing-sport .plan .sub, .pricing-sport .plan .price small { color: #8fa1b8; }
.pricing-sport .plan p { color: #9fadc0; }
.pricing-sport .plan.featured { background: rgba(52,211,153,0.12); border: 2px solid #34d399; }
.pricing-sport .plan.featured .badge { background: #34d399; color: #06251a; }
.pricing-sport .plan.featured .eyebrow { color: #86e6b8; }
.pricing-sport .plan.featured p { color: #b9c4d4; }
.pricing-sport .plan.proclub-plan { background: #a3e635; border: 0; color: #14210a; }
.pricing-sport .plan.proclub-plan .eyebrow, .pricing-sport .plan.proclub-plan .sub, .pricing-sport .plan.proclub-plan .price small { color: #3f6212; }
.pricing-sport .plan.proclub-plan p { color: #2c470d; }
.pricing-sport .fine { font-size: 13.5px; color: #b9c4d4; }
.pricing-biz .plan { background: #ffffff; border: 1px solid #d6d1c9; }
.pricing-biz .plan .eyebrow, .pricing-biz .plan .sub, .pricing-biz .plan .price small { color: #77716a; }
.pricing-biz .plan p { color: #59534c; }
.pricing-biz .plan.featured { border: 2px solid #0e7490; }
.pricing-biz .plan.featured .badge { background: #0e7490; color: #ecfeff; }
.pricing-biz .plan.featured .eyebrow { color: #0e7490; }
.seat-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #0e7490; color: #ecfeff; border-radius: 0.45rem; padding: 24px 30px; flex-wrap: wrap; }
.seat-banner .left { display: flex; align-items: center; gap: 20px; }
.seat-banner .big { font-size: 34px; font-weight: 800; white-space: nowrap; }
.seat-banner .text { display: flex; flex-direction: column; gap: 2px; }
.seat-banner .title { font-size: 15.5px; font-weight: 700; }
.seat-banner .sub { font-size: 13.5px; color: #cffafe; }
.seat-banner .example { font-size: 13px; color: #cffafe; white-space: nowrap; }
.included { background: #f4f3f0; border-top: 1px solid #e7e4de; }
.included .wrap { padding-top: 48px; padding-bottom: 48px; }
.included .col { display: flex; flex-direction: column; gap: 14px; }
.included h2 { font-size: 26px; letter-spacing: -0.015em; font-weight: 800; }
.included p { font-size: 15px; line-height: 1.9; color: #453f39; }
.faq .wrap { padding-top: 64px; padding-bottom: 64px; }
.faq > .wrap > .col > h2 { font-size: 26px; letter-spacing: -0.015em; font-weight: 800; margin-bottom: 24px; }
.faq .item { gap: 8px; padding: 22px 0; }
.faq .item:first-of-type { border-top: 2px solid #211d19; }
.faq .item h3 { font-size: 15.5px; font-weight: 700; }
.faq .item p { font-size: 14.5px; line-height: 1.6; color: #59534c; }
.faq .cta-row { margin-top: 24px; }

/* ---------- LEGAL / 404 (no artboard — sub-page text column, artboard type values) ---------- */
.legal .wrap { padding-top: 72px; padding-bottom: 72px; }
.legal .col { display: flex; flex-direction: column; gap: 0; }
.legal .eyebrow { color: #0e7490; margin-bottom: 14px; }
.legal h1 { font-size: 34px; letter-spacing: -0.02em; font-weight: 800; margin-bottom: 36px; }
.legal section { display: flex; flex-direction: column; gap: 12px; padding: 32px 0; border-top: 1px solid #d6d1c9; }
.legal section:first-of-type { border-top: 2px solid #211d19; }
.legal h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.015em; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.65; color: #59534c; }
.legal ul { display: flex; flex-direction: column; gap: 8px; }
.legal a { color: #0e7490; }
.legal a:hover { color: #155e75; }
.legal .placeholder { color: #77716a; font-style: italic; }
.legal .stub { font-size: 13.5px; color: #77716a; border: 1px solid #d6d1c9; background: #ffffff; padding: 12px 16px; border-radius: 0.45rem; margin-bottom: 24px; }

/* =============================================================================
   RESPONSIVE
   ≤1024px: nav collapses to the MobilHome hamburger; the Home two-column
   grids stack (artboard values otherwise unchanged). Pricing strips scroll
   horizontally inside their own container.
   ≤640px : the MobilHome artboard values (Home) and its pattern for sub-pages.
   ========================================================================== */
@media (max-width: 1024px) {
  .nav-links, .nav-right { display: none; }
  .nav-burger { display: block; }
  .nav.open .nav-links, .nav.open .nav-right {
    display: flex; flex-direction: column; align-items: flex-start;
  }
  .nav.open .nav-menu {
    position: absolute; left: 0; right: 0; top: 100%;
    background: #faf9f7; border-bottom: 1px solid #e7e4de;
    padding: 16px var(--gx) 24px; display: flex; flex-direction: column; gap: 20px;
  }
  .nav.open .nav-links { gap: 14px; }
  .nav.open .nav-right { gap: 14px; }
  .nav-menu { display: contents; }
  .split .wrap, .why .wrap, .closing .wrap, .proof-cards { grid-template-columns: 1fr; }
  .split::before, .closing::before { display: none; }
  .world-sport { background: linear-gradient(160deg, #0a1424 0%, #13243d 70%, #16324a 100%); }
  .closing-sport { background: linear-gradient(160deg, #0a1424 0%, #13243d 100%); }
  .split .wrap { min-height: 0; }
  .world-biz, .closing-biz { border-left: 0; }
  .why-problem { border-right: 0; }
  .tiers { min-width: 760px; }
  .plans-5 { min-width: 1040px; }
}

@media (max-width: 900px) {
  .plans-4 { min-width: 840px; }
}

@media (max-width: 640px) {
  :root { --gx: 24px; }
  .eyebrow { font-size: 11px; }
  .d { display: none; }
  .m { display: inline; }
  .only-m { display: block; }
  .only-d { display: none !important; }

  /* nav — MobilHome */
  .nav .wrap { padding: 14px 20px; }
  .nav-brand { gap: 9px; }
  .nav-brand img { width: 28px; height: 28px; }
  .nav-brand span { font-size: 17px; letter-spacing: 0; }
  .nav.open .nav-menu { padding: 12px 20px 20px; }

  /* home split — MobilHome stacked hero */
  .world { gap: 16px; }
  .world-sport { padding: 44px 24px 40px 24px; }
  .world-biz { padding: 40px 24px; border-bottom: 1px solid #e7e4de; }
  .world-sport .watermark { width: 240px; height: 240px; right: -80px; bottom: -70px; }
  .world-biz .watermark { width: 240px; height: 240px; right: -80px; top: -70px; opacity: 0.09; }
  .world-tag svg, .world-tag img { display: none; }
  .world h1, .world .h1-like { font-size: 40px; }
  .world p { font-size: 14.5px; max-width: none; }
  .world ul { gap: 6px; font-size: 13.5px; }
  .world .cta-row { justify-content: space-between; margin-top: 4px; gap: 12px; }
  .world .btn { font-size: 14px; padding: 12px 20px; }
  .world .price { font-size: 12.5px; }

  .band-foundation .wrap { flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 20px; padding-bottom: 20px; }
  .band-foundation .eyebrow { font-size: 10px; }
  .band-foundation ul { display: none; }

  .solo-note { font-size: 13px; margin-top: 14px; padding-top: 14px; }

  .why { border-top: 0; }
  .why .wrap { display: flex; flex-direction: column; gap: 20px; padding: 36px 24px; }
  .why-problem, .why-answer { padding: 0; gap: 8px; }
  .why-answer { padding-top: 16px; border-top: 2px solid #211d19; }
  .why .eyebrow { font-size: 10.5px; }
  .why h2 { font-size: 22px; font-weight: 800; }
  .why p { font-size: 14px; line-height: 1.6; }
  .why ul { gap: 6px; font-size: 13.5px; }

  .proof, .closing { display: none; }

  .footer-home .wrap { gap: 12px; padding-top: 26px; padding-bottom: 26px; }
  .footer-home-top { flex-direction: column; gap: 12px; }
  .footer-home-brand { gap: 8px; }
  .footer-home-brand img { width: 20px; height: 20px; }
  .footer-home-brand span { display: none; }
  .footer-home-brand::after { content: "© 2026 Tri-Peak Solutions"; font-size: 12px; color: #77716a; }
  .footer-cols { display: flex; gap: 16px; font-size: 12px; color: #77716a; }
  .footer-col { flex-direction: row; gap: 16px; }
  .footer-col .eyebrow, .footer-col.hide-m, .footer-col a.hide-m { display: none; }
  .footer-copy { display: none; }

  /* sub-pages — MobilHome pattern: gutters and hero shrink, type otherwise verbatim */
  .hero-sport .wrap, .hero-biz .wrap, .hero-solo .wrap { padding-top: 44px; padding-bottom: 40px; }
  .hero .col { gap: 16px; }
  .hero h1, .hero-solo h1 { font-size: 40px; }
  .hero .lead, .hero-solo .lead { font-size: 14.5px; }
  .hero-sport .watermark, .hero-biz .watermark, .hero-solo .watermark, .proclub .watermark, .pricing-sport .watermark, .pricing-biz .watermark { width: 240px; height: 240px; }
  .hero-sport .watermark { right: -80px; top: -70px; }
  .hero-biz .watermark { right: -80px; top: -70px; }
  .hero-solo .watermark { left: -80px; bottom: -90px; }
  .hero .cta-row { gap: 12px; }
  .hero .price { font-size: 12.5px; }
  .chapters .wrap, .stack .wrap, .proclub .wrap, .legal .wrap { padding-top: 36px; padding-bottom: 36px; }
  .strip .wrap, .seat .wrap, .band-dark .wrap, .pricing .wrap, .closing-solo .wrap, .faq .wrap, .included .wrap { padding-top: 40px; padding-bottom: 40px; }
  .band-erechnung .wrap { padding-top: 20px; padding-bottom: 20px; }
  .price-head .wrap { padding-top: 44px; padding-bottom: 28px; }
  .price-head h1 { font-size: 40px; }
  .price-head p { font-size: 14.5px; }
  .banner-steuerung { padding: 24px; }
  .calc { padding: 20px; }
  .box { padding: 22px 20px; }
  .seat-banner { padding: 20px; }
  .seat-banner .left { align-items: flex-start; flex-direction: column; gap: 8px; }
  .seat-banner .example { white-space: normal; }
  .strip-scroll { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
  .btn-md, .btn-md2, .btn-lg { font-size: 14px; padding: 12px 20px; }
  .btn-sm { font-size: 14px; padding: 12px 20px; }
  .footer .wrap { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 26px; padding-bottom: 26px; }
  .footer-brand { gap: 8px; font-size: 12px; }
  .footer-brand img { width: 20px; height: 20px; }
  .footer-links { gap: 16px; font-size: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
