/* ============================================================
   Veyro Website v3 — Aufbau nach bevel.health (echtes Layout),
   Farbwelt/Assets: Veyro. Basis weiß, Hero Himmel, Panels getönt.
   ============================================================ */

:root {
  --sky-1: #EDF2FD;
  --sky-2: #D6E3FA;
  --ink: #0E0F11;
  --ink2: #5F646E;
  --ink3: #9AA0AB;
  --pill-dark: #101113;
  --pill-dark-text: #F7F7F8;

  /* Veyro-Akzente (App-Tokens) */
  --terra: #D19463;
  --ai: #5EB8C4;
  --teal: #74D1C4;
  --d-sleep: #6C7FE0;
  --d-strain: #E08A3D;
  --d-nut: #C15B94;
  --d-stress: #9268C9;
  --d-energy: #5FAE55;
  --p-kero: #5EB8C4;
  --p-nara: #FEAE43;
  --p-finn: #5286EA;
  --p-zena: #FB6B7C;

  --font: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: #fff;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1 { font-size: clamp(46px, 6.6vw, 78px); font-weight: 700; line-height: 1.04; letter-spacing: -0.028em; }
h2 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 700; line-height: 1.06; letter-spacing: -0.025em; }

.lead { font-size: clamp(17px, 1.9vw, 20px); color: var(--ink2); line-height: 1.55; }

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font);
  font-size: 16.5px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease;
}
.btn svg.apple { width: 15px; height: 18px; margin-top: -2px; }
.btn-dark {
  background: var(--pill-dark);
  color: var(--pill-dark-text);
  box-shadow: 0 8px 22px rgba(14, 15, 17, .2);
}
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(14, 15, 17, .26); }

/* ---------- Navigation ---------- */

.nav-shell {
  position: fixed;
  top: 14px; left: 0; right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  pointer-events: none;
}
.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 999px;
  padding: 8px 9px 8px 22px;
  box-shadow: 0 10px 32px rgba(30, 40, 70, .12);
}
.nav-logo { display: flex; align-items: center; color: var(--ink); }
.nav-logo svg.wordmark { height: 12px; width: auto; }
.nav-links { display: flex; gap: 24px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink2); transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav .btn { font-size: 14.5px; padding: 10px 18px; }

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

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 118px 0 0;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(246, 249, 254, .92) 0%, rgba(237, 242, 253, .55) 30%, rgba(214, 227, 250, .25) 70%, rgba(234, 240, 251, .6) 100%),
    url('/assets/img/sky.jpg') center top / cover no-repeat,
    linear-gradient(180deg, #F6F9FE, #D6E3FA);
}
.hero-sky {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(1000px 460px at 50% -10%, rgba(255, 255, 255, .95), transparent 70%),
    radial-gradient(540px 200px at 10% 30%, rgba(255, 255, 255, .6), transparent 70%),
    radial-gradient(640px 240px at 90% 24%, rgba(255, 255, 255, .55), transparent 70%);
  filter: blur(6px);
}
.hero h1 { font-size: clamp(40px, 5.2vw, 64px); max-width: 700px; margin: 0 auto; position: relative; }
.hero .lead { font-size: clamp(16px, 1.6vw, 18.5px); margin: 16px auto 0; max-width: 500px; position: relative; }
.hero-cta { display: flex; gap: 14px; justify-content: center; margin-top: 26px; position: relative; }
.hero-note { margin-top: 12px; font-size: 13px; color: var(--ink3); font-weight: 500; position: relative; }

.hero-devices {
  position: relative;
  margin: 38px auto 0;
  flex: 1 1 auto;
  min-height: 330px;
  width: 100%;
  max-width: 980px;
}
.hero-aurora {
  position: absolute;
  left: 50%; bottom: 40px;
  transform: translateX(-50%);
  width: 1500px; height: 460px;
  pointer-events: none;
  background:
    radial-gradient(44% 52% at 30% 78%, rgba(116, 209, 196, .5), transparent 70%),
    radial-gradient(40% 48% at 52% 88%, rgba(108, 127, 224, .38), transparent 70%),
    radial-gradient(44% 52% at 72% 78%, rgba(209, 148, 99, .46), transparent 70%);
  filter: blur(30px);
}
.hero-devices .dev-phone {
  position: absolute;
  left: 50%; top: 0;
  width: clamp(300px, 56vh, 450px);
  transform: translateX(-62%) rotate(-8deg);
  filter: drop-shadow(0 44px 60px rgba(14, 15, 17, .26));
  z-index: 2;
}
.hero-devices .dev-watch {
  position: absolute;
  left: 50%; top: clamp(70px, 13vh, 150px);
  width: clamp(150px, 28vh, 225px);
  transform: translateX(6%) rotate(9deg);
  filter: drop-shadow(0 34px 50px rgba(14, 15, 17, .3));
  z-index: 3;
}
.hero-fade {
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
  z-index: 5;
  pointer-events: none;
}

/* ---------- Wearable-Strip ---------- */

.strip {
  padding: 54px 0 8px;
  text-align: center;
}
.strip p {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink3);
  letter-spacing: .01em;
}

/* ---------- Metrik-Trio (getönte Karten, angeschnittene Phones) ---------- */

.trio-section { padding: 120px 0 70px; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.section-head .lead { margin: 16px auto 0; max-width: 560px; }

.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.trio-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 600px;
  padding: 34px 32px 0;
}
.trio-card h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 8px; }
.trio-card p { font-size: 15px; line-height: 1.5; max-width: 320px; }
.trio-card .phone {
  position: absolute;
  width: 86%;
  max-width: none;
  filter: drop-shadow(0 22px 34px rgba(14, 15, 17, .22));
}
.t-belastung .phone { left: 50%; top: 220px; transform: translateX(-50%) rotate(-4deg); }
.t-schlaf .phone { left: 50%; top: 235px; transform: translateX(-50%); }
.t-tagesform .phone { left: 50%; top: 220px; transform: translateX(-50%) rotate(4deg); }
.trio-card.t-belastung { background: linear-gradient(180deg, #FBF1E6, #F5E1CC); }
.trio-card.t-belastung p { color: #7A6A55; }
.trio-card.t-schlaf { background: linear-gradient(180deg, #171A24, #232941); color: #F0F1F6; }
.trio-card.t-schlaf p { color: #A9AEC4; }
.trio-card.t-tagesform { background: linear-gradient(180deg, #E9F5EF, #D5EDE2); }
.trio-card.t-tagesform p { color: #5B7568; }


/* ---------- Große Panels (Ernährung / Energie) ---------- */

.panel-section { padding: 30px 0; }
.panel {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  padding: 80px 70px;
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.panel h2 { max-width: 440px; }
.panel .lead { margin-top: 16px; max-width: 430px; font-size: 17.5px; }
.panel-ernaehrung { background: linear-gradient(135deg, #F7EAF2, #EFDCE9 55%, #E9D3E2); }
.panel-energie { background: linear-gradient(135deg, #E4F2EE, #DBEDE7 50%, #D9E8F2); }

/* Ernährungs-Collage: schwebende UI-Fragmente aus der Ernährungsseite */
.collage { position: relative; height: 500px; }
.collage img {
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(80, 40, 70, .18);
}
.collage .cg-ring { width: 280px; left: 6%; top: 10px; transform: rotate(-3deg); border-radius: 28px; }
.collage .cg-bilanz { width: 320px; right: 0; top: 90px; transform: rotate(2deg); z-index: 2; }
.collage .cg-ai { width: 330px; right: 4%; top: 240px; transform: rotate(-2deg); z-index: 3; }
.collage .cg-ziele { width: 290px; left: 10%; top: 380px; transform: rotate(2deg); }

/* Panel-Phone (Energie) */
.panel .panel-phone { position: relative; height: 480px; }
.panel .panel-phone img {
  position: absolute;
  width: 380px;
  left: 50%; top: -20px;
  transform: translateX(-54%) rotate(-6deg);
  filter: drop-shadow(0 30px 44px rgba(14, 15, 17, .22));
}
.panel-energie { grid-template-columns: 1fr 1fr; }
.panel .panel-phone .pp-frag {
  position: absolute;
  width: 230px;
  right: -10px; top: 240px;
  transform: rotate(4deg);
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(20, 60, 50, .22);
  z-index: 2;
}

/* ---------- Coach-Zone (schwarz) ---------- */

.coach-zone {
  background: #0A0B0D;
  color: #F0F1F3;
  border-radius: 48px 48px 0 0;
  margin-top: 90px;
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
}
.coach-glow {
  position: absolute;
  left: 50%; top: -80px;
  transform: translateX(-50%);
  width: 900px; height: 500px;
  background: radial-gradient(50% 60% at 50% 30%, rgba(94, 184, 196, .16), transparent 70%);
  pointer-events: none;
}
.coach-zone .section-head { position: relative; }
.coach-zone h2 .dim { display: block; color: #7C8088; }
.coach-zone .lead { color: #A6AAB2; }

.persona-row {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-bottom: 54px;
  position: relative;
}
.persona { text-align: center; }
.persona .orb {
  --pc: #5EB8C4;
  width: 92px; height: 92px;
  border-radius: 50%;
  margin: 0 auto 14px;
  position: relative;
  background:
    radial-gradient(62% 48% at 50% 118%, var(--pc), transparent 72%),
    radial-gradient(52% 38% at 50% -8%, rgba(255, 255, 255, .35), transparent 70%),
    #17191C;
  box-shadow:
    inset 0 -4px 12px -3px var(--pc),
    inset 0 2px 6px -2px rgba(255, 255, 255, .5),
    0 14px 34px -8px var(--pc);
  opacity: .78;
  transition: opacity .3s ease, transform .3s ease;
}
.persona:hover .orb { opacity: 1; transform: translateY(-4px); }
.persona .orb::before, .persona .orb::after {
  content: '';
  position: absolute;
  top: 37%;
  width: 7px; height: 19px;
  border-radius: 999px;
  background: var(--pc);
  filter: brightness(1.5) drop-shadow(0 0 6px var(--pc));
}
.persona .orb::before { left: 35%; }
.persona .orb::after { right: 35%; }
.persona .pname {
  display: inline-block;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13.5px;
  font-weight: 600;
}
.persona .ptrait { display: block; margin-top: 6px; font-size: 12px; color: #7C8088; }

.coach-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 70px;
  position: relative;
}
.coach-card {
  border-radius: 36px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 480px;
  padding: 60px 64px;
  color: var(--ink);
}
.coach-card h3 { font-size: clamp(26px, 2.8vw, 38px); font-weight: 700; letter-spacing: -0.018em; line-height: 1.1; }
.coach-card .cc-lead { margin-top: 14px; font-size: 16.5px; color: rgba(20, 22, 26, .62); max-width: 400px; }
.coach-card.cc-1 { background: linear-gradient(135deg, #EFEAFB, #F4E3F0 60%, #EFD9E6); }
.coach-card.cc-2 { background: linear-gradient(135deg, #FBEFE7, #F6E3DC 60%, #F0D8D8); }
.coach-card.cc-3 { background: linear-gradient(135deg, #F3F4F6, #E9EBEF); }
.coach-card.cc-4 { background: linear-gradient(135deg, #E6F4EF, #DDEFF2); }
.coach-card .cc-phone { position: relative; height: 420px; }
.coach-card .cc-phone img {
  position: absolute;
  width: 340px;
  left: 50%; top: 0;
  filter: drop-shadow(0 26px 40px rgba(14, 15, 17, .24));
}
.cc-1 .cc-phone img { transform: translateX(-46%); width: 320px; }

.coach-card .cc-frag { position: relative; display: flex; flex-direction: column; gap: 18px; align-items: center; }
.coach-card .cc-frag img {
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(40, 30, 30, .16);
  width: 340px;
}
.coach-card .cc-frag img:nth-child(2) { transform: rotate(-2deg) translateX(-24px); }
.coach-card .cc-frag img:first-child { transform: rotate(2deg) translateX(20px); }
.cc-bullets { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.cc-bullets li {
  list-style: none;
  font-size: 15.5px;
  color: rgba(20, 22, 26, .72);
  display: flex; gap: 10px; align-items: flex-start;
}
.coach-half-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.coach-card.half {
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 52px 48px;
}

.cc-bullets li::before {
  content: '';
  flex-shrink: 0;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
  margin-top: 7px;
}

/* ---------- „Und das ist noch nicht alles" (Akkordeon + Phone) ---------- */

.notall { padding: 140px 0; background: #fff; }
.notall-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: start;
}
.notall h2 { max-width: 460px; }
.notall .lead { margin-top: 14px; }
.feature-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.feature-row {
  background: #F2F3F6;
  border-radius: 20px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: background .2s ease;
}
.feature-row:hover { background: #ECEEF2; }
.feature-row .fr-txt { flex: 1; }
.feature-row h4 { font-size: 16.5px; font-weight: 650; }
.feature-row p { font-size: 14px; color: var(--ink2); margin-top: 3px; }
.feature-row .fr-arrow {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink2);
  box-shadow: 0 2px 8px rgba(20, 25, 40, .08);
}
.feature-row .fr-arrow svg { width: 14px; height: 14px; }
.feature-row.expanded { background: #EAF3F0; padding: 24px 22px; }
.notall-phone { position: sticky; top: 90px; display: flex; justify-content: center; }
.notall-phone img.na-watch {
  width: 300px;
  margin-top: 40px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 28px 44px rgba(30, 40, 70, .2));
}

/* ---------- Privatsphäre (dunkles Teal-Panel) ---------- */

.privacy-section { padding: 30px 0 0; }
.privacy-panel {
  border-radius: 40px;
  background:
    radial-gradient(600px 400px at 85% 10%, rgba(116, 209, 196, .18), transparent 70%),
    radial-gradient(500px 380px at 10% 90%, rgba(94, 184, 196, .12), transparent 70%),
    linear-gradient(135deg, #0E2B26, #16453C 60%, #123A33);
  color: #EAF4F0;
  text-align: center;
  padding: 100px 40px;
  overflow: hidden;
  position: relative;
}
.privacy-panel h2 { max-width: 560px; margin: 0 auto; }
.privacy-panel .lead { color: #A9C8BF; margin: 18px auto 0; max-width: 540px; }
.privacy-chips {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.privacy-chips span {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14.5px;
  font-weight: 600;
}
.privacy-note { margin-top: 30px; font-size: 13.5px; color: #7FA398; }

/* ---------- Finale CTA ---------- */

.final-cta {
  text-align: center;
  padding: 130px 0 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.final-cta h2 { max-width: 620px; margin: 0 auto; }
.final-cta .lead { margin: 18px auto 0; max-width: 520px; }
.final-cta .btn { margin-top: 32px; }
.final-flatlay {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
  max-height: 560px;
}
.final-flatlay .fl-bg { width: 100%; display: block; }


/* ---------- Footer ---------- */

footer {
  border-top: 1px solid #ECEDEF;
  padding: 56px 0;
  background: #fff;
}
.foot-inner { text-align: center; }
/* Logo-Regel: V ZENTRIERT ÜBER der Wortmarke */
.foot-logo { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; color: var(--ink); }
.foot-logo svg.vmark { height: 30px; width: auto; }
.foot-logo svg.wordmark { height: 12px; width: auto; }
.foot-links { display: flex; justify-content: center; gap: 26px; font-size: 14px; color: var(--ink2); margin-top: 26px; }
.foot-links a:hover { color: var(--ink); }
.foot-note { margin: 20px auto 0; font-size: 13px; color: var(--ink3); max-width: 560px; }

/* ---------- Galerie (Candid-Fotos) ---------- */

.gallery-section { padding: 120px 0 40px; background: #fff; overflow: hidden; }
.gallery {
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
.g-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  max-width: 190px;
  margin-top: var(--off, 0px);
}
.g-col img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(20, 25, 40, .1);
}
@media (max-width: 900px) {
  .gallery { flex-wrap: wrap; }
  .g-col { flex: 1 1 28%; max-width: 31%; margin-top: 0; }
  .g-col:nth-child(even) { margin-top: 26px; }
}

/* ---------- Schwebe-Animationen ---------- */

@keyframes floaty {
  from { translate: 0 -6px; }
  to   { translate: 0 8px; }
}
.floaty { animation: floaty 5.6s ease-in-out infinite alternate; }
.floaty.f-d1 { animation-duration: 6.4s; animation-delay: -1.8s; }
.floaty.f-d2 { animation-duration: 7.1s; animation-delay: -3.2s; }
.floaty.f-d3 { animation-duration: 6.8s; animation-delay: -4.6s; }

@keyframes orb-bob {
  from { translate: 0 -3px; }
  to   { translate: 0 4px; }
}
.persona .orb { animation: orb-bob 4.8s ease-in-out infinite alternate; }
@keyframes blink {
  0%, 91%, 100% { transform: scaleY(1); }
  94%, 97% { transform: scaleY(.12); }
}
.persona .orb::before, .persona .orb::after { animation: blink 5.2s infinite; }
.persona:nth-child(2) .orb { animation-delay: -1.2s; }
.persona:nth-child(2) .orb::before, .persona:nth-child(2) .orb::after { animation-delay: -2.1s; }
.persona:nth-child(3) .orb { animation-delay: -2.4s; }
.persona:nth-child(3) .orb::before, .persona:nth-child(3) .orb::after { animation-delay: -3.4s; }
.persona:nth-child(4) .orb { animation-delay: -3.6s; }
.persona:nth-child(4) .orb::before, .persona:nth-child(4) .orb::after { animation-delay: -1.1s; }

/* Hero-Parallax (JS setzt --py) */
.hero-devices .dev-phone { translate: 0 calc(var(--py, 0) * -0.05px); }
.hero-devices .dev-watch { translate: 0 calc(var(--py, 0) * -0.11px); }

@media (prefers-reduced-motion: reduce) {
  .floaty, .persona .orb, .persona .orb::before, .persona .orb::after { animation: none; }
  .hero-devices .dev-phone, .hero-devices .dev-watch { translate: 0 0; }
}

/* ---------- Reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.2, .6, .2, 1), transform .7s cubic-bezier(.2, .6, .2, 1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1060px) {
  .trio { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .trio-card { min-height: 620px; }
  .panel { grid-template-columns: 1fr; padding: 60px 36px; }
  .collage { height: 460px; max-width: 480px; margin: 0 auto; }
  .coach-card { grid-template-columns: 1fr; padding: 46px 36px; min-height: 0; }
  .coach-half-row { grid-template-columns: 1fr; }
  .coach-card .cc-phone { height: 380px; }
  .notall-grid { grid-template-columns: 1fr; }
  .notall-phone { position: static; margin-top: 40px; }
  .persona-row { gap: 22px; flex-wrap: wrap; }
  .nav-links { display: none; }
}

@media (max-width: 640px) {
  .hero { padding-top: 110px; }
  .hero-devices { min-height: 300px; }
  .hero-devices .dev-phone { width: clamp(240px, 44vh, 330px); }
  .hero-devices .dev-watch { width: clamp(130px, 22vh, 180px); top: clamp(120px, 22vh, 200px); }
  .panel { border-radius: 28px; }
  .coach-zone { border-radius: 28px 28px 0 0; }
  .privacy-panel { padding: 70px 24px; }
  .collage .c-ring { width: 230px; }
  .collage .c-bilanz, .collage .c-mood { width: 260px; }
  .final-devices { transform: scale(.75); transform-origin: top center; height: 300px; }
  .legal { padding-top: 130px; }
}

/* ---------- Legal-Seiten ---------- */

.legal { max-width: 680px; margin: 0 auto; padding: 160px 24px 100px; }
.legal h1 { font-size: 40px; margin-bottom: 30px; }
.legal h2 { font-size: 22px; margin: 34px 0 10px; }
.legal p { color: var(--ink2); margin-bottom: 12px; }
.legal .todo {
  background: rgba(254, 174, 67, .16);
  border: 1px solid rgba(254, 174, 67, .45);
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  color: #7a5a10;
  margin-bottom: 30px;
}
