/* AI Solo Website v2 — Design System + Marketing Styles
 * Brand font: Geist by Vercel (SIL OFL, free commercial use)
 * Loaded via jsDelivr CDN — no upload needed.
 */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Variable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-mono/GeistMono-Variable.woff2') format('woff2-variations');
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --petrol-primary:  #1a4f55;
  --petrol-dark:     #132f35;
  --petrol-medium:   #3a8585;
  --petrol-light:    #6aadad;
  --petrol-pale:     #d6e8e8;
  --petrol-ice:      #eff5f5;

  --cta-pink:        #d63384;
  --cta-pink-hover:  #b52a6f;

  --text:            #171717;
  --text-secondary:  #404040;
  --text-muted:      #737373;
  --border:          #e5e5e5;
  --white:           #ffffff;
  --rating-star:     #f0a830;

  --font-sans:    'Geist', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Geist', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   14px;
  --radius-xl:   16px;
  --radius-2xl:  20px;
  --radius-pill: 999px;

  --shadow-card:  0 4px 22px rgba(19,47,53,0.05);
  --shadow-hover: 0 12px 40px rgba(19,47,53,0.10);
  --shadow-cta:   0 8px 24px rgba(214,51,132,0.30);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }

/* ── TYPE ── */
h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: var(--weight-bold);
  color: var(--white);
}
h1 em { font-style: italic; color: var(--petrol-light); font-weight: inherit; }
h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: var(--weight-semibold);
  color: var(--petrol-dark);
}
h3 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: var(--weight-semibold);
  color: var(--petrol-dark);
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(19, 47, 53, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background .3s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,0.94);
  border-bottom-color: var(--border);
}
.nav-inner {
  max-width: 1440px; margin: 0 auto;
  padding: 16px 40px;
  display: flex; align-items: center; gap: 32px;
}
.nav-logo img { height: 96px; transition: opacity .2s; }
.nav.scrolled .nav-logo .light { display: none; }
.nav.scrolled .nav-logo .dark { display: block; }
.nav-logo .dark { display: none; }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.78);
  transition: color .15s ease;
}
.nav.scrolled .nav-links a { color: var(--text-secondary); }
.nav-links a:hover { color: var(--white); }
.nav.scrolled .nav-links a:hover { color: var(--petrol-primary); }
/* Hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; padding: 4px; margin-left: auto;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: all .25s ease;
}
.nav.scrolled .nav-hamburger span { background: var(--petrol-dark); }
.nav-mobile { display: none; }

/* ── HERO (ink canvas) ── */
.hero-wrap {
  position: relative; width: 100%;
  min-height: 100vh;
  display: flex; flex-direction: column;
  overflow: hidden;
}
canvas#ink {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: block;
}
.grain {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 2; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.hero-content {
  position: relative; z-index: 3;
  flex: 1;
  display: flex; align-items: center;
  padding: 140px 40px 100px;
  max-width: 1200px; margin: 0 auto; width: 100%;
}
.hero-left { flex: 1; }
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--petrol-light); margin-bottom: 22px;
}
.hero-sub {
  font-size: 18px; line-height: 1.7;
  color: rgba(255,255,255,0.75);
  max-width: 500px; margin: 20px 0 36px;
}
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s ease; font-family: var(--font-sans);
}
.btn-primary {
  background: var(--cta-pink); color: var(--white);
  padding: 16px 32px; border-radius: var(--radius-md);
  font: 600 15px/1 var(--font-sans);
}
.btn-primary:hover {
  background: var(--cta-pink-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta);
}
.btn-ghost {
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.88);
  padding: 16px 32px; border-radius: var(--radius-md);
  font: 500 15px/1 var(--font-sans);
  border: 1.5px solid rgba(255,255,255,0.24);
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.13);
}

/* Hero glass slider (3-product carousel) */
.hero-slider {
  position: relative;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-2xl);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.22);
  min-width: 320px; max-width: 420px;
  margin-left: 80px;
  flex-shrink: 0;
  padding: 26px 28px 20px;
}
.hero-slider-stage {
  position: relative;
}
.hero-slide {
  display: flex; flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s cubic-bezier(.2,.7,.2,1);
}
.hero-slide:not(:first-child) {
  position: absolute;
  inset: 0;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide-status {
  display: inline-block; align-self: flex-start;
  font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: rgba(58,133,133,0.20);
  color: var(--petrol-light);
  margin-bottom: 14px;
}
.hero-slide-name {
  font-size: 19px; font-weight: 700;
  color: var(--white);
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 6px;
  min-height: 48px;
}
.hero-slide-tag {
  font-size: 10.5px; color: var(--petrol-light);
  letter-spacing: 0.10em; text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}
.hero-slide-desc {
  font-size: 13px; line-height: 1.55;
  color: rgba(255,255,255,0.72);
  margin-bottom: 18px;
  min-height: 80px;
}
.hero-slide-price {
  font-size: 22px; font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.hero-slide-cta {
  display: inline-flex; align-items: center;
  justify-content: center;
  background: var(--cta-pink); color: var(--white);
  padding: 12px 18px; border-radius: var(--radius-md);
  font: 600 13px/1 var(--font-sans);
  gap: 6px;
  transition: all .2s cubic-bezier(.2,.7,.2,1);
  align-self: flex-start;
}
.hero-slide-cta:hover {
  background: var(--cta-pink-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta);
}
.hero-slider-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.hero-slider-arrow {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  display: grid; place-items: center;
  cursor: pointer; font-size: 13px;
  transition: all .15s ease;
}
.hero-slider-arrow:hover {
  background: rgba(255,255,255,0.14);
  color: var(--white);
  border-color: rgba(255,255,255,0.30);
}
.hero-slider-dots {
  display: flex; gap: 8px;
}
.hero-slider-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.22);
  border: none; cursor: pointer; padding: 0;
  transition: all .2s ease;
}
.hero-slider-dot.active {
  background: var(--cta-pink);
  box-shadow: 0 0 12px rgba(214,51,132,0.7);
  transform: scale(1.2);
}

/* scroll hint */
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 4; pointer-events: none;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.30);
  display: flex; align-items: center; gap: 10px;
}
.scroll-hint .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--cta-pink);
  box-shadow: 0 0 12px rgba(214,51,132,0.7);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 0.4; transform: scale(0.8); }
  50%      { opacity: 1;   transform: scale(1.2); }
}

/* ── SECTIONS ── */
.section { padding: 120px 40px; }
.section.tint { background: var(--petrol-ice); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 64px; }
.section-head .eyebrow {
  color: var(--petrol-medium); margin-bottom: 16px;
}
.section-head h2 { max-width: 760px; margin: 0 auto 16px; }
.lede {
  max-width: 620px; margin: 0 auto;
  font-size: 17px; color: var(--text-secondary); line-height: 1.7;
}

/* ── SUB-BRANDS ── */
.subbrand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sb {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 28px 30px;
  box-shadow: var(--shadow-card);
  position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.sb:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.sb::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--petrol-medium);
  transition: background .25s ease;
}
.sb.active::before { background: var(--cta-pink); }
.sb .badge-pill {
  display: inline-block; font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: var(--petrol-pale); color: var(--petrol-primary);
  margin-bottom: 20px;
}
.sb.active .badge-pill { background: rgba(214,51,132,0.12); color: var(--cta-pink); }
.sb .sb-name {
  font-size: 24px; font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--petrol-dark); margin-bottom: 6px;
}
.sb .sb-domain { font-size: 12px; color: var(--text-muted); margin-bottom: 18px; letter-spacing: 0.04em; }
.sb .sb-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.65; margin-bottom: 20px; }
.sb .sb-more { font: 600 13px/1 var(--font-sans); color: var(--petrol-medium); display: inline-flex; align-items: center; gap: 6px; }
.sb .sb-more:hover { color: var(--petrol-primary); }

/* ── PRODUCTS ── */
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 960px; margin: 0 auto; }
.product {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px; position: relative;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.product.best { border: 2px solid var(--cta-pink); padding: 35px; }
.product .best-badge {
  position: absolute; top: -13px; left: 32px;
  background: var(--cta-pink); color: var(--white);
  font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; border-radius: var(--radius-pill);
}
.product .p-name {
  font-size: 26px; font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--petrol-dark); margin-bottom: 10px;
}
.product .p-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 24px; }
.product .p-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.product .p-now { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; color: var(--petrol-primary); }
.product .p-was { font-size: 16px; color: var(--text-muted); text-decoration: line-through; }
.product ul { list-style: none; margin-bottom: 28px; }
.product ul li {
  font-size: 14px; color: var(--text-secondary);
  line-height: 1; padding: 8px 0;
  display: flex; align-items: center; gap: 10px;
}
.product ul li::before { content: '✓'; color: var(--petrol-medium); font-weight: 700; flex-shrink: 0; }
.product .p-cta {
  display: block; text-align: center;
  background: var(--cta-pink); color: var(--white);
  padding: 15px 0; border-radius: var(--radius-md);
  font: 600 14px/1 var(--font-sans);
  transition: all .2s ease;
}
.product .p-cta:hover { background: var(--cta-pink-hover); transform: translateY(-1px); box-shadow: var(--shadow-cta); }

/* ── KPI ROW ── */
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kpi {
  background: var(--white); border: 1px solid var(--border);
  border-left: 4px solid var(--petrol-medium);
  border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow-card);
}
.kpi .k-lbl {
  font: 600 11px/1 var(--font-sans);
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--petrol-medium); margin-bottom: 12px;
}
.kpi .k-val {
  font-size: 38px; font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1; color: var(--petrol-dark); margin-bottom: 6px;
}
.kpi .k-delta { font-size: 12px; color: var(--text-muted); }
.kpi .k-delta.up { color: #1d6f47; }

/* ── PROCESS ── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1080px; margin: 0 auto; }
.step .step-num {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--petrol-primary); color: var(--white);
  display: grid; place-items: center;
  font: 600 18px/1 var(--font-sans); margin-bottom: 20px;
}
.step .step-h { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; color: var(--petrol-dark); margin-bottom: 10px; }
.step .step-b { font-size: 14.5px; color: var(--text-secondary); line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tcard {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 28px;
  box-shadow: var(--shadow-card);
}
.tcard .stars { color: var(--rating-star); letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.tcard .quote {
  font-size: 17px; line-height: 1.55;
  font-weight: 400; font-style: italic;
  color: var(--petrol-dark); margin-bottom: 22px;
}
.tcard .who { display: flex; align-items: center; gap: 12px; }
.tcard .av {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--petrol-medium), var(--petrol-primary));
  color: var(--white); display: grid; place-items: center;
  font: 600 13px/1 var(--font-sans); flex-shrink: 0;
}
.tcard .who-name { font-size: 13px; font-weight: 600; color: var(--text); }
.tcard .who-role { font-size: 11.5px; color: var(--text-muted); margin-top: 2px; }

/* ── FORM ── */
.form-wrap { max-width: 720px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: span 2; }
.field label { font: 600 12px/1 var(--font-sans); color: var(--petrol-dark); letter-spacing: 0.03em; }
.field input, .field textarea {
  padding: 12px 14px; border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white); color: var(--text);
  font: 400 14px/1.4 var(--font-sans);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--petrol-medium);
  box-shadow: 0 0 0 3px rgba(58,133,133,0.12);
}
.field textarea { min-height: 100px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--text-muted); }
.form-foot {
  grid-column: span 2;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.form-note { font-size: 12.5px; color: var(--text-muted); }

/* ── CREDENTIALS BAND ── */
.credentials {
  background: var(--petrol-dark);
  padding: 48px 40px 56px;
  position: relative; overflow: hidden;
}
/* When credentials immediately follows a section, pull team tighter
   so the logo strip reads as the tail of "Über uns". */
.section + .credentials { margin-top: 0; }
#team { padding-bottom: 56px; }
.credentials::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236aadad' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.credentials-inner {
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto; text-align: center;
}
.credentials .eyebrow { color: var(--petrol-light); margin-bottom: 28px; }
.logo-row {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; flex-wrap: nowrap;
}
.logo-row img { opacity: 0.82; filter: brightness(0) invert(1); }

/* ── FOOTER ── */
.footer {
  background: var(--petrol-dark); color: rgba(255,255,255,0.65);
  padding: 80px 40px 40px;
  position: relative; overflow: hidden;
}
.footer::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236aadad' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.footer-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
}
.footer h4 { color: var(--white); font: 600 12px/1 var(--font-sans); letter-spacing: 0.10em; text-transform: uppercase; margin-bottom: 18px; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; }
.footer a { font-size: 14px; color: rgba(255,255,255,0.60); transition: color .15s ease; }
.footer a:hover { color: var(--white); }
.footer .brand-logo { height: 32px; margin-bottom: 16px; }
.footer .brand-desc { font-size: 14px; line-height: 1.65; max-width: 300px; }
.footer-bottom {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 52px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.40);
}

/* ── MOBILE ── */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hero-content { flex-direction: column; padding: 100px 24px 80px; }
  .hero-slider { margin-left: 0; margin-top: 40px; max-width: 100%; min-width: 0; width: 100%; }

  h1 { font-size: clamp(34px, 8vw, 52px); }

  .subbrand-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; max-width: 480px; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .field.full { grid-column: span 1; }
  .form-foot { grid-column: span 1; }

  .footer-inner { grid-template-columns: 1fr 1fr; }
  .logo-row { gap: 28px; flex-wrap: wrap; }

  .section { padding: 80px 24px; }
  .credentials { padding: 52px 24px; }
}

@media (max-width: 560px) {
  .kpi-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   EXTENDED COMPONENTS — full website content port
   ──────────────────────────────────────────────────────────────── */

/* ── MISSION / BRAND STORY ── */
.brand-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: start;
}
.brand-quote {
  font-family: var(--font-display);
  font-size: 28px; line-height: 1.35;
  letter-spacing: -0.012em;
  font-weight: var(--weight-regular);
  color: var(--petrol-primary);
  border-left: 3px solid var(--petrol-medium);
  padding-left: 28px;
  margin-bottom: 28px;
}
.brand-text p {
  font-size: 16px; line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.brand-text p:last-child { margin-bottom: 0; }
.brand-values { display: flex; flex-direction: column; gap: 24px; }
.brand-value {
  display: flex; gap: 18px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  box-shadow: var(--shadow-card);
}
.brand-value-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: var(--radius-md);
  background: var(--petrol-pale); color: var(--petrol-primary);
  display: grid; place-items: center;
  font: 700 22px/1 var(--font-sans);
}
.brand-value h4 {
  font-size: 17px; font-weight: 600;
  color: var(--petrol-dark); margin-bottom: 6px;
}
.brand-value p {
  font-size: 14px; line-height: 1.6;
  color: var(--text-secondary);
}

/* ── SUB-BRANDS — extended with service bullet lists ── */
.sb-services {
  list-style: none; margin: 18px 0 0; padding: 0;
}
.sb-services li {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.4;
  padding: 8px 0 8px 22px;
  border-top: 1px solid var(--border);
  position: relative;
}
.sb-services li:first-child { border-top: none; }
.sb-services li::before {
  content: ''; position: absolute;
  left: 0; top: 14px;
  width: 8px; height: 8px; border-radius: 50%;
}
.sb-services li.is-live::before { background: var(--cta-pink); }
.sb-services li.is-planned::before { background: var(--petrol-dark); }

/* ── PRODUCTS — extended detail panels ── */
.product-tabs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 48px;
}
.product-tab {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 22px 22px 20px;
  text-align: left; cursor: pointer;
  font-family: var(--font-sans);
  transition: all .2s cubic-bezier(.2,.7,.2,1);
  position: relative;
}
.product-tab:hover {
  border-color: var(--petrol-medium);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}
.product-tab.active {
  border-color: var(--cta-pink);
  box-shadow: 0 0 0 3px rgba(214,51,132,0.10);
}
.product-tab .pt-status {
  display: inline-block;
  font: 700 9px/1 var(--font-sans);
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 5px 9px; border-radius: var(--radius-pill);
  background: var(--petrol-pale); color: var(--petrol-primary);
  margin-bottom: 14px;
}
.product-tab .pt-name {
  font-size: 16px; font-weight: 600;
  color: var(--petrol-dark);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.product-tab .pt-tag {
  font-size: 11px; color: var(--petrol-medium);
  letter-spacing: 0.05em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 12px;
}
.product-tab .pt-desc {
  font-size: 13px; line-height: 1.55;
  color: var(--text-secondary); margin-bottom: 14px;
}
.product-tab .pt-price {
  font-size: 13px; font-weight: 700;
  color: var(--petrol-primary);
}

.product-detail { display: none; }
.product-detail.active { display: block; }

/* ── WHY-STATS (large stat cards above product details) ── */
.why-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px; margin-bottom: 40px;
}
.why-grid.three { grid-template-columns: repeat(3, 1fr); }
.why-card {
  background: var(--white); border: 1px solid var(--border);
  border-left: 4px solid var(--cta-pink);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-card);
}
.why-card .why-stat {
  font-size: 42px; font-weight: 700;
  color: var(--cta-pink);
  letter-spacing: -0.03em; line-height: 1;
  margin-bottom: 12px;
}
.why-card .why-headline {
  font-size: 16px; font-weight: 600;
  color: var(--petrol-dark);
  line-height: 1.35;
  margin-bottom: 10px;
}
.why-card .why-body {
  font-size: 13.5px; color: var(--text-secondary);
  line-height: 1.6; margin-bottom: 14px;
}
.why-card .why-source {
  font-size: 11px; color: var(--text-muted);
  font-style: italic;
}

/* ── BI / TRI-GRID for product detail content ── */
.bi-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 28px; align-items: stretch;
}
.tri-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; align-items: stretch;
}

.detail-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.detail-card h3 {
  font-size: 22px; font-weight: 700;
  color: var(--petrol-dark);
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}
.detail-card > p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.65; margin-bottom: 22px;
}
.feature-list {
  list-style: none; margin-bottom: 24px;
}
.feature-list li {
  font-size: 14px; color: var(--text-secondary);
  line-height: 1.5;
  padding: 9px 0; padding-left: 28px;
  position: relative;
  border-top: 1px solid var(--border);
}
.feature-list li:first-child { border-top: none; }
.feature-list li::before {
  content: '✓'; position: absolute;
  left: 0; top: 9px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--petrol-pale);
  color: var(--petrol-primary);
  font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
}
.feature-list li strong { color: var(--petrol-dark); font-weight: 600; }
.feature-list li code {
  background: var(--petrol-pale); color: var(--petrol-dark);
  padding: 1px 6px; border-radius: var(--radius-sm);
  font-family: var(--font-mono); font-size: 12px;
}

/* ── PRICING BOX ── */
.pricing-box {
  margin-top: auto;
  background: var(--petrol-ice);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.pricing-was {
  font-size: 12px; color: var(--text-muted);
  text-decoration: line-through; margin-bottom: 4px;
}
.pricing-now {
  font-size: 30px; font-weight: 700;
  color: var(--petrol-primary);
  letter-spacing: -0.03em; line-height: 1;
  margin-bottom: 4px;
}
.pricing-now span { font-size: 14px; font-weight: 500; color: var(--text-muted); }
.pricing-note {
  font-size: 11.5px; color: var(--cta-pink);
  font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
}
.pricing-box .btn-primary {
  padding: 13px 22px; font-size: 14px;
  white-space: nowrap;
}

/* ── PROCESS CARD (Aktienanalyse-style) ── */
.process-card {
  background: var(--petrol-primary); color: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.process-card::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236aadad' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.process-card > * { position: relative; z-index: 1; }
.process-card h4 {
  font-size: 20px; font-weight: 700; color: var(--white);
  letter-spacing: -0.015em; margin-bottom: 6px;
}
.process-card .process-sub {
  font-size: 13px; color: var(--petrol-light);
  margin-bottom: 22px;
}
.process-list {
  list-style: none; counter-reset: ps;
  margin-bottom: 18px;
}
.process-list li {
  counter-increment: ps;
  position: relative; padding-left: 44px;
  margin-bottom: 16px;
  font-size: 14px; line-height: 1.6;
  color: rgba(255,255,255,0.78);
}
.process-list li::before {
  content: counter(ps);
  position: absolute; left: 0; top: -1px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cta-pink); color: var(--white);
  font: 700 13px/1 var(--font-sans);
  display: grid; place-items: center;
}
.process-list li strong { color: var(--white); font-weight: 600; }
.process-note {
  margin-top: auto;
  font-size: 12.5px; color: rgba(255,255,255,0.55);
  font-style: italic; line-height: 1.5;
  padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.10);
}

/* ── BUNDLE GRID (Aktienanalyse 3-tier pricing) ── */
.bundle-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 32px;
}
.bundle-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 30px 28px;
  text-align: center; position: relative;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: all .2s cubic-bezier(.2,.7,.2,1);
}
.bundle-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.bundle-card.bundle-best {
  border-color: var(--cta-pink); border-width: 2px;
  padding: 29px 27px;
}
.bundle-card.bundle-best::before {
  content: 'Bester Preis';
  position: absolute; top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--cta-pink); color: var(--white);
  font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; border-radius: var(--radius-pill);
}
.bundle-name {
  font-size: 14px; font-weight: 700;
  color: var(--cta-pink);
  letter-spacing: 0.10em; text-transform: uppercase;
  margin-bottom: 6px;
}
.bundle-credits {
  font-size: 18px; color: var(--petrol-dark);
  font-weight: 600; margin-bottom: 18px;
}
.bundle-price {
  font-size: 38px; font-weight: 700;
  color: var(--petrol-primary);
  letter-spacing: -0.03em; line-height: 1;
}
.bundle-price span { font-size: 16px; font-weight: 500; color: var(--text-muted); margin-left: 4px; }
.bundle-per {
  font-size: 12px; color: var(--text-muted);
  margin-top: 8px; margin-bottom: 18px;
}
.bundle-body {
  font-size: 13.5px; color: var(--text-secondary);
  line-height: 1.55; margin-bottom: 22px;
}
.bundle-card .btn-primary {
  width: 100%; justify-content: center;
  margin-top: auto;
}

/* ── GEO CO-CREATION CALLOUT ── */
.geo-callout {
  background: linear-gradient(135deg, rgba(214,51,132,0.06), rgba(214,51,132,0.02));
  border: 1.5px solid rgba(214,51,132,0.25);
  border-radius: var(--radius-xl);
  padding: 32px;
  display: flex; flex-direction: column;
}
.geo-callout-badge {
  display: inline-block;
  background: var(--cta-pink); color: var(--white);
  font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 12px; border-radius: var(--radius-pill);
  margin-bottom: 16px;
  align-self: flex-start;
}
.geo-callout-title {
  font-size: 22px; font-weight: 700;
  color: var(--petrol-dark);
  letter-spacing: -0.015em;
  line-height: 1.25; margin-bottom: 22px;
}
.geo-counter {
  display: flex; align-items: baseline; gap: 12px;
  background: var(--white); border: 1px solid rgba(214,51,132,0.20);
  border-radius: var(--radius-lg);
  padding: 18px 22px; margin-bottom: 18px;
}
.geo-counter-num {
  font-size: 44px; font-weight: 700;
  color: var(--cta-pink);
  letter-spacing: -0.03em; line-height: 1;
}
.geo-counter-lbl {
  font-size: 13px; color: var(--text-secondary);
  font-weight: 500;
}
.geo-callout-body {
  font-size: 14px; line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 18px;
}
.geo-callout-body code {
  background: var(--petrol-pale); color: var(--petrol-dark);
  padding: 1px 6px; border-radius: var(--radius-sm);
  font-family: var(--font-mono); font-size: 12px;
}
.geo-callout-body .strike {
  text-decoration: line-through; color: var(--text-muted);
  margin: 0 2px;
}
.geo-rules {
  list-style: none;
}
.geo-rules li {
  font-size: 13px; line-height: 1.5;
  color: var(--text-secondary);
  padding: 6px 0 6px 22px;
  position: relative;
}
.geo-rules li::before {
  content: '→'; position: absolute;
  left: 0; top: 6px; color: var(--cta-pink);
  font-weight: 700;
}

/* ── TEASER REQUEST FORM ── */
.teaser-request {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  position: relative;
}
.teaser-head { margin-bottom: 16px; }
.teaser-badge {
  display: inline-block;
  background: var(--petrol-pale); color: var(--petrol-primary);
  font: 700 10px/1 var(--font-sans);
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.teaser-head h4 {
  font-size: 18px; font-weight: 700;
  color: var(--petrol-dark);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.teaser-sub {
  font-size: 13.5px; color: var(--text-secondary);
  line-height: 1.6; margin-bottom: 20px;
}
.cc-form {
  display: flex; flex-direction: column; gap: 14px;
}
.cc-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.cc-form label {
  display: block;
  font: 600 12px/1 var(--font-sans);
  color: var(--petrol-dark);
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.cc-form input,
.cc-form select,
.cc-form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white); color: var(--text);
  font: 400 14px/1.4 var(--font-sans);
  transition: border-color .15s, box-shadow .15s;
}
.cc-form input:focus,
.cc-form select:focus,
.cc-form textarea:focus {
  outline: none; border-color: var(--petrol-medium);
  box-shadow: 0 0 0 3px rgba(58,133,133,0.12);
}
.cc-form textarea { min-height: 110px; resize: vertical; }
.consent-row {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 12.5px; color: var(--text-muted);
  line-height: 1.5;
  cursor: pointer;
}
.consent-row input[type="checkbox"] {
  width: auto; margin-top: 2px;
  accent-color: var(--petrol-medium);
}
.cc-submit {
  background: var(--cta-pink); color: var(--white);
  padding: 14px 22px; border-radius: var(--radius-md);
  font: 600 14px/1 var(--font-sans);
  border: none; cursor: pointer;
  transition: all .2s cubic-bezier(.2,.7,.2,1);
  align-self: flex-start;
}
.cc-submit:hover {
  background: var(--cta-pink-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta);
}
.cc-status {
  font-size: 13px; color: var(--text-muted);
  min-height: 18px;
}

/* ── CO-CREATION (Voting + Form) ── */
.cc-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; align-items: stretch;
}
.cc-rank-block,
.cc-form-block {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-card);
}
.cc-rank-block h3,
.cc-form-block h3 {
  font-size: 22px; font-weight: 700;
  color: var(--petrol-dark);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.cc-sub {
  font-size: 13px; color: var(--text-muted);
  margin-bottom: 24px;
}
.cc-idea {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}
.cc-idea:first-of-type { border-top: none; }
.cc-rank {
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center;
  font: 700 15px/1 var(--font-sans);
  flex-shrink: 0;
}
.cc-rank.gold { background: linear-gradient(135deg, #f0c14b, #c79c2a); color: var(--white); }
.cc-rank.silver { background: linear-gradient(135deg, #c0c8d0, #8a939c); color: var(--white); }
.cc-rank.bronze { background: linear-gradient(135deg, #c98e6b, #8e5b3c); color: var(--white); }
.cc-rank.muted { background: var(--petrol-ice); color: var(--text-muted); }
.cc-idea-body { flex: 1; min-width: 0; }
.cc-idea-row {
  display: flex; justify-content: space-between; gap: 12px;
  align-items: baseline; margin-bottom: 6px;
}
.cc-idea-title {
  font-size: 15px; font-weight: 600;
  color: var(--petrol-dark);
}
.cc-idea-votes {
  font-size: 12px; color: var(--text-muted);
  font-weight: 500;
  white-space: nowrap;
}
.cc-cat-pill {
  display: inline-block;
  font: 600 10px/1 var(--font-sans);
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 9px; border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.cc-cat-marketing { background: rgba(58,133,133,0.12); color: var(--petrol-primary); }
.cc-cat-legal { background: rgba(214,51,132,0.10); color: var(--cta-pink); }
.cc-cat-investing { background: rgba(106,173,173,0.18); color: var(--petrol-medium); }
.cc-cat-other { background: var(--petrol-ice); color: var(--text-muted); }
.cc-bar {
  height: 6px; background: var(--petrol-ice);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.cc-bar-fill {
  height: 100%; border-radius: var(--radius-pill);
  transition: width .4s cubic-bezier(.2,.7,.2,1);
}
.cc-bar-fill.cc-cat-marketing { background: var(--petrol-primary); }
.cc-bar-fill.cc-cat-legal { background: var(--cta-pink); }
.cc-bar-fill.cc-cat-investing { background: var(--petrol-medium); }
.cc-bar-fill.cc-cat-other { background: var(--text-muted); }
.cc-disclaimer {
  font-size: 11.5px; color: var(--text-muted);
  margin-top: 22px; line-height: 1.55; font-style: italic;
}

/* ── TEAM / CREDENTIALS extended ── */
.team-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 760px; margin: 0 auto 48px;
}
.team-stat {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px; text-align: center;
  box-shadow: var(--shadow-card);
}
.team-stat-num {
  font-size: 42px; font-weight: 700;
  color: var(--petrol-primary);
  letter-spacing: -0.03em; line-height: 1;
  margin-bottom: 8px;
}
.team-stat-label {
  font-size: 13px; color: var(--text-secondary);
  font-weight: 500;
}
.team-text {
  max-width: 720px; margin: 0 auto 56px;
  text-align: center;
}
.team-text p {
  font-size: 16px; line-height: 1.75;
  color: var(--text-secondary);
}

/* ── CONTACT CARD ── */
.contact-wrap { text-align: center; }
.contact-lede {
  max-width: 620px; margin: 0 auto 36px;
  font-size: 16px; line-height: 1.7;
  color: var(--text-secondary);
}
.contact-card {
  display: inline-flex; align-items: center; gap: 18px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 22px 32px;
  box-shadow: var(--shadow-card);
  transition: all .2s cubic-bezier(.2,.7,.2,1);
  text-align: left;
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--petrol-medium);
}
.contact-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--cta-pink); color: var(--white);
  display: grid; place-items: center;
  font: 700 22px/1 var(--font-sans);
  flex-shrink: 0;
}
.contact-label {
  font: 600 11px/1 var(--font-sans);
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--petrol-medium); margin-bottom: 4px;
}
.contact-value {
  font-size: 18px; font-weight: 600;
  color: var(--petrol-dark);
}

/* ── LAUNCH SIGNUP ── */
.launch-signup {
  background: var(--petrol-dark); color: var(--white);
  padding: 80px 40px;
  position: relative; overflow: hidden;
}
.launch-signup::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236aadad' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.launch-inner {
  position: relative; z-index: 1;
  max-width: 720px; margin: 0 auto;
  text-align: center;
}
.launch-inner .eyebrow { color: var(--petrol-light); }
.launch-inner h2 {
  color: var(--white);
  font-size: clamp(28px, 3.5vw, 38px);
  margin: 14px 0 16px;
}
.launch-sub {
  font-size: 15px; line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 540px; margin: 0 auto 28px;
}
.launch-form {
  display: flex; gap: 12px;
  max-width: 480px; margin: 0 auto 14px;
  flex-wrap: wrap;
}
.launch-form input {
  flex: 1; min-width: 220px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.05);
  color: var(--white);
  font: 400 14px/1.4 var(--font-sans);
}
.launch-form input::placeholder { color: rgba(255,255,255,0.45); }
.launch-form input:focus {
  outline: none; border-color: var(--petrol-light);
  background: rgba(255,255,255,0.08);
}
.launch-form button {
  background: var(--cta-pink); color: var(--white);
  padding: 14px 26px; border-radius: var(--radius-md);
  font: 600 14px/1 var(--font-sans);
  border: none; cursor: pointer;
  transition: all .2s cubic-bezier(.2,.7,.2,1);
  white-space: nowrap;
}
.launch-form button:hover {
  background: var(--cta-pink-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta);
}
.launch-consent {
  display: flex; gap: 10px; align-items: flex-start;
  max-width: 480px; margin: 0 auto;
  font-size: 12px; color: rgba(255,255,255,0.55);
  line-height: 1.55; text-align: left;
  cursor: pointer;
}
.launch-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--cta-pink);
}

/* ── PRODUCT SECTION HEAD subtitle ── */
.section-subtitle {
  max-width: 680px; margin: 16px auto 0;
  font-size: 16px; line-height: 1.65;
  color: var(--text-secondary);
}

/* ── MOBILE OVERRIDES for new components ── */
@media (max-width: 960px) {
  .brand-grid { grid-template-columns: 1fr; gap: 32px; }
  .brand-quote { font-size: 22px; padding-left: 20px; }
  .product-tabs { grid-template-columns: 1fr; }
  .why-grid, .why-grid.three { grid-template-columns: 1fr; }
  .bi-grid, .tri-grid { grid-template-columns: 1fr; }
  .bundle-grid { grid-template-columns: 1fr; max-width: 460px; margin: 32px auto 0; }
  .cc-grid { grid-template-columns: 1fr; }
  .team-stats { grid-template-columns: repeat(3, 1fr); }
  .cc-form-row { grid-template-columns: 1fr; }
  .pricing-box { flex-direction: column; align-items: stretch; }
  .pricing-box .btn-primary { justify-content: center; }
  .launch-signup { padding: 56px 24px; }
}

@media (max-width: 560px) {
  .team-stats { grid-template-columns: 1fr; }
  .launch-form { flex-direction: column; }
  .launch-form input, .launch-form button { width: 100%; }
}

/* ════════════════════════════════════════════════════════════════
   LEGAL PAGES (Impressum, Datenschutz, AGB, Widerruf)
   ──────────────────────────────────────────────────────────────── */
.legal-wrap {
  background: var(--white);
  min-height: 100vh;
}
.legal-nav {
  background: var(--petrol-dark);
  padding: 18px 40px;
  display: flex; align-items: center; gap: 28px;
  flex-wrap: wrap;
}
.legal-nav .legal-logo img { height: 32px; }
.legal-nav a {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.72);
  transition: color .15s ease;
}
.legal-nav a:hover { color: var(--white); }
.legal-content {
  max-width: 760px; margin: 0 auto;
  padding: 80px 40px 100px;
}
.legal-content h1 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: var(--petrol-dark);
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.legal-content h2 {
  font-size: 21px; font-weight: 600;
  color: var(--petrol-primary);
  letter-spacing: -0.012em;
  margin: 40px 0 14px;
}
.legal-content h3 {
  font-size: 16px; font-weight: 600;
  color: var(--petrol-dark);
  margin: 24px 0 10px;
}
.legal-content p,
.legal-content li {
  font-size: 15px; line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 12px;
}
.legal-content a {
  color: var(--petrol-medium);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-content a:hover { color: var(--petrol-primary); }
.legal-content ul,
.legal-content ol { padding-left: 26px; margin-bottom: 14px; }
.widerruf-box {
  background: var(--petrol-ice);
  border: 1px solid var(--border);
  border-left: 3px solid var(--petrol-medium);
  border-radius: var(--radius-md);
  padding: 22px 26px;
  margin: 22px 0;
}
.widerruf-box p:last-child { margin-bottom: 0; }
.legal-footer-bar {
  background: var(--petrol-dark);
  text-align: center;
  padding: 26px 40px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.45);
}
.legal-footer-bar a {
  color: rgba(255,255,255,0.55);
  margin: 0 4px;
  transition: color .15s ease;
}
.legal-footer-bar a:hover { color: var(--white); }
