:root {
  --rct-pro-red: #96003c;
  --rct-bright-red: #dc0050;
  --rct-night-blue: #00193c;
  --rct-almost-black: #15171d;
  --rct-tech-grey: #828084;
  --rct-light-grey: #dcdce0;
  --rct-surface: #f5f6f8;
  --rct-white: #ffffff;
  --rct-gradient: linear-gradient(135deg, #00193c 0%, #dc0050 100%);
  --rct-radius-sm: 6px;
  --rct-radius-md: 12px;
  --rct-radius-lg: 24px;
  --rct-shadow-card: 0 18px 48px rgba(21, 23, 29, 0.12);
  --rct-shadow-soft: 0 12px 30px rgba(21, 23, 29, 0.08);
  --rct-shadow-image: 0 24px 55px rgba(4, 6, 18, 0.25);
  --rct-focus-ring: 0 0 0 3px rgba(0, 25, 60, 0.28);
  /* Touch-optimized tap targets */
  --touch-target-min: 44px;
  --touch-target-comfortable: 48px;
}

* {
  box-sizing: border-box;
}

/* Prevent text size adjustment on orientation change */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  background-color: var(--rct-white);
  color: var(--rct-almost-black);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  /* Prevent pull-to-refresh on mobile */
  overscroll-behavior-y: contain;
}

/* GPU-accelerated animations for better performance */
.hero-nav,
.primary-cta,
.ghost-cta,
.flow-option,
.flow-visual-dot,
.flow-visual-card,
.flow-step,
.model-card,
.impact-card,
.section-head,
.cta-input,
.popup-input,
.popup-submit-btn,
.hero-qualifier,
.hero-visual,
.hero-media-shell,
[data-zoom-on-scroll],
[data-zoom-on-scroll] img {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  display: block;
  height: 0;
}

/* Accessibility: Visually hidden but accessible to screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  /* Improve tap target for links */
  -webkit-tap-highlight-color: transparent;
}

/* Improve touch interaction feedback */
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(220, 0, 80, 0.1);
  touch-action: manipulation;
}

/* Ensure buttons never inherit link colors */
button {
  color: inherit;
  -webkit-text-fill-color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--rct-focus-ring);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--rct-tech-grey);
  font-size: clamp(0.7rem, 0.62rem + 0.25vw, 0.85rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  display: inline-block;
}

.landing-shell {
  position: relative;
  background-color: var(--rct-white);
  isolation: isolate;
  padding: clamp(0.25rem, 0.9vw, 0.85rem) clamp(1rem, 4vw, 3rem) clamp(4rem, 7vw, 6rem);
  transition: padding-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-frame {
  position: relative;
  z-index: 1;
  max-width: 1580px;
  margin: 0 auto;
}

.landing-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  height: clamp(960px, 130vh, 1600px);
  background: radial-gradient(circle at 15% 18%, rgba(220, 0, 80, 0.22), transparent 48%),
    radial-gradient(circle at 82% 5%, rgba(0, 25, 60, 0.18), transparent 42%),
    linear-gradient(180deg, #fff5f9 0%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  pointer-events: none;
}

.landing-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: clamp(420px, 55vh, 620px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 246, 248, 1) 65%, #ffffff 100%);
  z-index: 0;
  pointer-events: none;
}

.landing-shell > .landing-frame {
  position: relative;
  z-index: 1;
}

.landing-loading {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--rct-tech-grey);
}
.hero {
  position: relative;
  z-index: 1;
  min-height: auto;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
  padding: clamp(2.5rem, 4vw, 3.25rem) clamp(2rem, 6vw, 4.5rem) clamp(3rem, 5vw, 4.5rem);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 23, 29, 0.04);
  box-shadow: 0 45px 120px rgba(9, 15, 40, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
}

.hero-nav {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  z-index: 1100; /* Must be higher than sticky-cta-bar (z-index: 1050) */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.5rem, 4vw, 3rem);
  background-color: var(--rct-white);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  border: 1px solid rgba(21, 23, 29, 0.08);
  box-shadow: 0 8px 32px rgba(21, 23, 29, 0.1);
  /* Smooth transitions for all properties including top position */
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              width 0.3s ease,
              max-width 0.3s ease,
              padding 0.3s ease,
              background-color 0.3s ease,
              backdrop-filter 0.3s ease,
              border-color 0.3s ease,
              box-shadow 0.3s ease,
              transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-nav.is-compact {
  top: clamp(0.35rem, 1vw, 0.85rem);
  width: min(1400px, 96%);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.65rem clamp(1rem, 3vw, 1.5rem);
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(22px);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 50px rgba(21, 23, 29, 0.2);
}

.hero-nav .logo {
  display: inline-flex;
  align-items: center;
}

.hero-nav .logo img {
  height: 38px;
  width: auto;
  display: block;
}

.hero-nav .nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-nav .nav-links a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0.15rem 0;
  opacity: 0.75;
  line-height: 1;
  transition: opacity 200ms ease, color 200ms ease, transform 200ms ease;
}

.hero-nav .nav-links a.is-active,
.hero-nav .nav-links a:hover {
  opacity: 1;
  transform: translateY(-1px);
  color: var(--rct-pro-red);
}

/* cta-link class removed - Kontakt is now a regular nav link */

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(2.5rem, 4.5vw, 4rem);
  align-items: stretch;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  border-top: none;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-focus {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 620px;
}

.hero-headline {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--rct-almost-black);
  outline: none;
  border: none;
}

.hero-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
  color: rgba(21, 23, 29, 0.75);
}

.hero-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  padding: 0;
}

.hero-meta-item {
  padding: 1rem 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(4, 12, 32, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-meta-value {
  margin: 0 0 0.25rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--rct-almost-black);
}

.hero-meta-label {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(21, 23, 29, 0.6);
}

/* Hero Qualifier – Fragen mit und/oder */
.hero-qualifier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  padding: 0;
  background: transparent;
  border: none;
}

.hero-qualifier-row {
  display: flex;
  align-items: center;
}

.hero-qualifier-question {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--rct-almost-black);
  line-height: 1.5;
}

.hero-qualifier-highlight {
  font-weight: 700;
  color: var(--rct-pro-red);
  background: rgba(220, 0, 80, 0.08);
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  white-space: nowrap;
}

.hero-qualifier-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
}

.hero-qualifier-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 25, 60, 0.06);
  color: var(--rct-tech-grey);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .hero-qualifier-question {
    font-size: 1rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-ghost-link {
  font-weight: 600;
  color: var(--rct-night-blue);
  border-bottom: 1px solid rgba(0, 25, 60, 0.2);
  padding-bottom: 0.15rem;
}

.hero-footnote {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(21, 23, 29, 0.5);
}

.hero-flow-head {
  grid-template-columns: minmax(320px, 0.95fr) minmax(260px, 0.85fr);
}

@media (max-width: 1024px) {
  .hero-flow-head {
    grid-template-columns: 1fr;
  }
}

.hero-fit-card {
  margin-top: 1.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: 22px;
  background: rgba(0, 25, 60, 0.04);
  border: 1px solid rgba(0, 25, 60, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-fit-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.hero-fit-list {
  margin: 0 0 0.75rem 1rem;
  padding: 0;
}

.hero-fit-list li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.hero-fit-footnote {
  margin: 0;
  font-size: 0.95rem;
  color: var(--rct-tech-grey);
}

.flow-layout {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  display: grid;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

@media (min-width: 1020px) {
  .flow-layout {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }
}

.flow-visual {
  position: sticky;
  top: clamp(5rem, 8vw, 7rem);
  align-self: flex-start;
  height: calc(100vh - clamp(6rem, 8vw, 8.5rem));
  min-height: 540px;
  display: flex;
  align-items: stretch;
}

@media (max-width: 1020px) {
  .flow-layout {
    grid-template-columns: 1fr;
  }
  .flow-visual {
    position: static;
    height: auto;
    min-height: unset;
  }
  .flow-visual-card {
    height: auto;
  }
}

.flow-visual-card {
  width: 100%;
  max-width: 360px;
  padding: 2rem 1.75rem 2.5rem;
  border-radius: 20px;
  background: rgba(0, 25, 60, 0.03);
  color: var(--rct-night-blue);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.flow-visual-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  color: rgba(0, 25, 60, 0.55);
  margin: 0 0 0.5rem;
}

.flow-visual h2 {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  color: var(--rct-night-blue);
}

.flow-visual-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 2vw, 2rem);
  flex: 1;
}

.flow-visual-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 1rem;
  align-items: center;
}

.flow-visual-node {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-visual-node::before,
.flow-visual-node::after {
  content: "";
  position: absolute;
  width: 2px;
  background: rgba(0, 25, 60, 0.2);
  left: 50%;
  transform: translateX(-50%);
}

.flow-visual-node::before {
  top: -120%;
  bottom: 50%;
}

.flow-visual-node::after {
  top: 50%;
  bottom: -120%;
}

.flow-visual-step:first-child .flow-visual-node::before,
.flow-visual-step:last-child .flow-visual-node::after {
  display: none;
}

.flow-visual-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #cfd8ff;
  box-shadow: 0 0 12px rgba(0, 25, 60, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.flow-visual-dot.is-active {
  transform: scale(1.15);
  background: var(--rct-bright-red);
  box-shadow: 0 0 16px rgba(220, 0, 80, 0.45);
}

.flow-visual-label {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 25, 60, 0.6);
  transition: color 200ms ease;
}

.flow-visual-step.is-active .flow-visual-label {
  color: var(--rct-night-blue);
}

.flow-visual-summary {
  margin-top: auto;
  padding: 1.5rem 1.25rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 25, 60, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.flow-visual-summary-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: rgba(0, 25, 60, 0.55);
}

.flow-visual-summary-value {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--rct-night-blue);
}

.flow-visual-summary-value.is-placeholder {
  color: var(--rct-tech-grey);
}

.flow-visual-summary-sub,
.flow-visual-summary-hint {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(0, 25, 60, 0.65);
}

.flow-visual-summary-hint {
  color: rgba(0, 25, 60, 0.5);
}

.flow-step-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.flow-step {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: min(760px, calc(100vh - 180px));
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (max-width: 800px) {
  .flow-step {
    min-height: auto;
  }
}

.flow-step-head h2 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.flow-step-head {
  margin-bottom: 0.5rem;
}

.flow-step-head p {
  margin: 0.25rem 0 0;
}

.flow-search-field {
  margin-bottom: 0.75rem;
}

.flow-search-input {
  width: 100%;
  max-width: 400px;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(21, 23, 29, 0.12);
  border-radius: 999px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.flow-search-input:focus {
  outline: none;
  border-color: var(--rct-pro-red);
  box-shadow: 0 0 0 3px rgba(220, 0, 80, 0.12);
}

.flow-search-input::placeholder {
  color: var(--rct-tech-grey);
}

.flow-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.85rem;
}

.flow-option {
  border: 1px solid rgba(21, 23, 29, 0.1);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, background 200ms ease;
  cursor: pointer;
  color: var(--rct-night-blue, #15171d);
  text-decoration: none;
  -webkit-text-fill-color: var(--rct-night-blue, #15171d);
}

.flow-option .flow-option-title {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}

.flow-option:hover {
  border-color: rgba(21, 23, 29, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.flow-option.is-active {
  border-color: var(--rct-pro-red);
  background: rgba(220, 0, 80, 0.06);
  box-shadow: 0 8px 20px rgba(220, 0, 80, 0.15);
}

.flow-option .flow-option-body,
.flow-option .flow-option-drivers {
  display: none;
}

.flow-branch-modules {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.flow-branch-block {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.flow-hint {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rct-tech-grey);
  margin: 0;
}

.flow-category-row,
.flow-location-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.flow-category-option,
.flow-location-option {
  border: 1px solid rgba(21, 23, 29, 0.1);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  padding: 0.65rem 1.15rem;
  font-size: 0.95rem;
  line-height: 1.3;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, background 200ms ease;
  cursor: pointer;
}

.flow-category-option .flow-category-title {
  font-weight: 600;
}

.flow-category-option .flow-category-body {
  font-size: 0.8rem;
  color: var(--rct-tech-grey);
}

.flow-category-option.is-active,
.flow-location-option.is-active {
  border-color: rgba(220, 0, 80, 0.45);
  box-shadow: 0 8px 18px rgba(220, 0, 80, 0.18);
  background: rgba(220, 0, 80, 0.05);
}

.flow-location-option {
  font-weight: 500;
  flex-direction: row;
  gap: 0.35rem;
}

.flow-input-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.flow-input-card {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: none;
}

.flow-input-with-prefix,
.flow-input-with-suffix {
  display: flex;
  align-items: center;
  border: 1px solid rgba(21, 23, 29, 0.14);
  border-radius: 16px;
  background: var(--rct-white);
  padding: 0.65rem 1rem;
  gap: 0.5rem;
  font-size: 1.05rem;
}

.flow-input-with-prefix span,
.flow-input-with-suffix span {
  font-weight: 600;
  color: var(--rct-tech-grey);
}

.flow-input-with-prefix input,
.flow-input-with-suffix input {
  border: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
}

.flow-upload-panel {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.flow-upload-drop {
  border: 1px dashed rgba(21, 23, 29, 0.2);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease;
}

.flow-upload-drop:hover {
  border-color: rgba(220, 0, 80, 0.35);
  background: rgba(220, 0, 80, 0.04);
}

.flow-upload-hint {
  margin: 0;
  font-size: 0.85rem;
  color: var(--rct-tech-grey);
}

.flow-upload-action {
  font-weight: 600;
  color: var(--rct-pro-red);
}

.flow-upload-input {
  display: none;
}

.flow-option {
  border-radius: 24px;
  border: 1px solid rgba(21, 23, 29, 0.12);
  padding: 1.25rem;
  background: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  color: var(--rct-night-blue, #15171d);
  text-decoration: none;
  -webkit-text-fill-color: var(--rct-night-blue, #15171d);
}

.flow-option .flow-option-title {
  font-weight: 600;
  font-size: 1rem;
  color: inherit;
  -webkit-text-fill-color: inherit;
}

.flow-option .flow-option-body {
  font-size: 0.92rem;
  color: rgba(21, 23, 29, 0.75);
}

.flow-option .flow-option-drivers {
  font-size: 0.85rem;
  color: var(--rct-tech-grey);
}

.flow-option.is-active {
  border-color: rgba(220, 0, 80, 0.5);
  box-shadow: 0 18px 40px rgba(220, 0, 80, 0.18);
}

.flow-input-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.flow-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.flow-input-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.flow-toggle {
  display: inline-flex;
  border: 1px solid rgba(21, 23, 29, 0.12);
  border-radius: 999px;
  padding: 0.2rem;
  background: var(--rct-surface);
  gap: 0.25rem;
}

.flow-toggle button {
  border: none;
  background: transparent;
  border-radius: 999px;
  padding: 0.35rem 0.95rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--rct-tech-grey);
}

.flow-toggle button.is-active {
  background: var(--rct-gradient);
  color: var(--rct-white);
  box-shadow: 0 10px 25px rgba(220, 0, 80, 0.25);
}

.flow-cost-input {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(21, 23, 29, 0.15);
  padding: 0.35rem 1.5rem;
  background: #fff;
  gap: 0.75rem;
}

.flow-cost-prefix {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(21, 23, 29, 0.6);
}

.flow-cost-input input {
  border: none;
  width: 100%;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--rct-almost-black);
  background: transparent;
}

.field-hint {
  font-size: 0.9rem;
  color: var(--rct-tech-grey);
  margin: 0.25rem 0 0;
}

.peak-slider input {
  width: 100%;
  accent-color: var(--rct-bright-red);
}

.peak-slider-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--rct-tech-grey);
  margin-top: 0.25rem;
}

.flow-placeholder {
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: var(--rct-surface);
  font-size: 0.95rem;
  color: var(--rct-tech-grey);
}

.flow-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.flow-result-card {
  border-radius: 20px;
  border: 1px solid rgba(21, 23, 29, 0.08);
  padding: 1.5rem;
  background: #fff;
}

.flow-result-card.is-primary {
  background: var(--rct-gradient);
  color: var(--rct-white);
  border: none;
  box-shadow: 0 25px 60px rgba(220, 0, 80, 0.3);
}

.flow-result-card .result-label {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: inherit;
}

.flow-result-card .result-value {
  font-size: 2rem;
  margin: 0.5rem 0;
  font-weight: 700;
}

.flow-result-card .result-value span {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.35rem;
}

.flow-result-card .result-sub {
  margin: 0;
  font-size: 0.95rem;
  color: inherit;
  opacity: 0.75;
}

/* =========================================
   Model Comparison Cards (Kauf vs Nutzung)
   ========================================= */
.model-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 700px) {
  .model-comparison {
    grid-template-columns: 1fr;
  }
}

.model-card {
  position: relative;
  border-radius: 20px;
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 2px solid rgba(21, 23, 29, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  text-align: left;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}

.model-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(21, 23, 29, 0.12);
}

.model-card:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 0, 80, 0.3);
}

/* Kaufmodell - standard */
.model-card.is-purchase {
  border-color: rgba(21, 23, 29, 0.12);
}

.model-card.is-purchase.is-selected {
  border-color: var(--rct-night-blue);
  box-shadow: 0 8px 24px rgba(0, 25, 60, 0.15);
}

/* Nutzungsmodell - empfohlen */
.model-card.is-usage {
  background: var(--rct-gradient);
  color: #fff;
  border: none;
  box-shadow: 0 20px 50px rgba(220, 0, 80, 0.25);
}

.model-card.is-usage:hover {
  box-shadow: 0 25px 60px rgba(220, 0, 80, 0.3);
}

.model-card.is-usage.is-selected {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 25px 60px rgba(220, 0, 80, 0.35);
}

.model-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #10b981;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.model-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.model-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.model-card.is-purchase .model-title {
  color: var(--rct-night-blue);
}

.model-subtitle {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.7;
}

.model-card.is-purchase .model-subtitle {
  color: var(--rct-tech-grey);
}

.model-stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.model-stat {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.model-stat-label {
  font-size: 0.8rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.model-card.is-purchase .model-stat-label {
  color: var(--rct-tech-grey);
}

.model-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
}

.model-card.is-purchase .model-stat-value {
  color: var(--rct-night-blue);
}

.model-stat-value.is-highlight {
  color: #10b981;
}

.model-card.is-usage .model-stat-value.is-highlight {
  color: #fff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.model-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.model-benefit {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.model-card.is-purchase .model-benefit {
  background: rgba(0, 25, 60, 0.06);
  color: var(--rct-night-blue);
}

.model-card.is-usage .model-benefit {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* =========================================
   Email CTA Section
   ========================================= */
.email-cta-section {
  background: rgba(0, 25, 60, 0.03);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
}

.email-cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rct-night-blue);
}

.email-cta-subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: var(--rct-tech-grey);
}

.email-cta-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.email-cta-input {
  flex: 1;
  min-width: 220px;
  padding: 0.85rem 1.25rem;
  border: 2px solid rgba(0, 25, 60, 0.12);
  border-radius: 12px;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.email-cta-input:focus {
  outline: none;
  border-color: var(--rct-pro-red);
  box-shadow: 0 0 0 3px rgba(220, 0, 80, 0.12);
}

.email-cta-btn {
  padding: 0.85rem 2rem;
  border: none;
  border-radius: 12px;
  background: var(--rct-gradient);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.1s, box-shadow 0.2s;
}

.email-cta-btn:hover:not(:disabled) {
  box-shadow: 0 8px 24px rgba(220, 0, 80, 0.3);
}

.email-cta-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.email-cta-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.email-cta-message {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
}

.email-cta-message.is-success {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

.email-cta-message.is-error {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

@media (max-width: 480px) {
  .email-cta-section {
    padding: 1.5rem 1rem;
  }

  .email-cta-title {
    font-size: 1.25rem;
  }

  .email-cta-form {
    flex-direction: column;
  }

  .email-cta-input {
    min-width: 0;
    width: 100%;
  }

  .email-cta-btn {
    width: 100%;
  }
}

/* Result card offer form */
.result-offer-form {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: stretch;
}

.result-email-input {
  flex: 1;
  min-width: 180px;
  padding: 0.6rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s;
}

.result-email-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.result-email-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}

.result-submit-btn {
  padding: 0.6rem 1.25rem;
  border: 2px solid white;
  border-radius: 0.5rem;
  background: white;
  color: var(--rct-almost-black);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, transform 0.1s;
}

.result-submit-btn:hover:not(:disabled) {
  background: transparent;
  color: white;
}

.result-submit-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.result-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.result-message {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

.result-message.is-success {
  background: rgba(34, 197, 94, 0.2);
  color: #86efac;
}

.result-message.is-error {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}

@media (max-width: 480px) {
  .result-offer-form {
    flex-direction: column;
  }
  
  .result-email-input {
    min-width: 0;
    width: 100%;
  }
  
  .result-submit-btn {
    width: 100%;
  }
}

.quick-offer-form {
  margin-top: 1.5rem;
}

.quick-offer-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .quick-offer-fields {
    flex-direction: row;
    align-items: stretch;
  }
}

.quick-offer-input {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(21, 23, 29, 0.15);
  padding: 0.85rem 1.2rem;
  font-size: 1rem;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: clamp(1.5rem, 5vw, 3rem);
  align-self: stretch;
}

  border-right: none;
.section-head .eyebrow {
  margin-bottom: 1.2rem;
}

.hero-copy {
  max-width: 620px;
}

.gradient-headline {
  font-size: clamp(3rem, 8.5vw, 5rem);
  line-height: 0.95;
  font-weight: 900;
  background: var(--rct-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

.gradient-text {
  background: var(--rct-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero .lead {
  margin-top: 1.5rem;
  color: var(--rct-almost-black);
  max-width: 46ch;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-benefits li span {
  font-weight: 600;
  color: var(--rct-pro-red);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.primary-cta,
.ghost-cta {
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.primary-cta {
  background: var(--rct-gradient);
  color: var(--rct-white);
  box-shadow: var(--rct-shadow-soft);
}

.primary-cta:hover {
  transform: translateY(-2px);
}

.ghost-cta {
  background: transparent;
  border: 1px solid rgba(21, 23, 29, 0.2);
  color: var(--rct-almost-black);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin: 0;
}

.hero-stats article {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  min-width: 140px;
}

.hero-stats:not(.hero-stats-overlay) article:not(:first-child) {
  border-left: 1px solid rgba(21, 23, 29, 0.12);
  padding-left: clamp(1rem, 1.8vw, 1.5rem);
}

.hero-stats .stat-value {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}

.hero-stats .stat-label {
  margin: 0;
  color: var(--rct-tech-grey);
  font-size: 0.95rem;
}

.hero-loading {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 1rem;
  color: var(--rct-tech-grey);
}


.industry-showcase {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: clamp(2rem, 4vw, 3.5rem) auto clamp(4rem, 7vw, 6rem);
  padding: clamp(3rem, 5vw, 4rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 35px 80px rgba(8, 12, 26, 0.15);
  border: 1px solid rgba(21, 23, 29, 0.05);
}

.industry-showcase-head {
  text-align: left;
  max-width: 860px;
  margin: 0 0 clamp(2.5rem, 4vw, 3rem);
}

.industry-showcase-head .body {
  margin-top: 1rem;
  color: rgba(21, 23, 29, 0.75);
}

[data-scroll-lock='x'] {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: pan-y;
}

.industry-selector-scroll {
  padding: clamp(0.35rem, 1vw, 0.5rem) 0;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

[data-scroll-lock='x']:focus-visible {
  outline: 2px solid rgba(220, 0, 80, 0.35);
  outline-offset: 4px;
}

[data-scroll-lock='x']::-webkit-scrollbar {
  display: none;
}

.industry-scroll-shell {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  --scroll-fade-size: clamp(2rem, 6vw, 4rem);
}

.industry-scroll-shell .scroll-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--scroll-fade-size);
  pointer-events: none;
  transition: opacity 250ms ease;
  z-index: 2;
}

.scroll-fade-left {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

.scroll-fade-right {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

.industry-scroll-shell:not(.is-scrollable) .scroll-fade,
.industry-scroll-shell.is-scroll-start .scroll-fade-left,
.industry-scroll-shell.is-scroll-end .scroll-fade-right {
  opacity: 0;
}

.industry-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.industry-scroll {
  display: flex;
  gap: 0.75rem;
  padding: 0.35rem;
}

.industry-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: clamp(1.1rem, 3vw, 1.65rem);
  white-space: nowrap;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.industry-pill.is-active {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(21, 23, 29, 0.15);
}

.industry-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  font-size: 1.15rem;
  line-height: 1;
}

.industry-proofline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2.25rem);
  border-radius: 24px;
  background: rgba(246, 247, 255, 0.9);
  border: 1px solid rgba(21, 23, 29, 0.05);
  text-align: center;
}

.proof-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.proof-chips span {
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  background: var(--rct-white);
  box-shadow: 0 12px 28px rgba(12, 14, 30, 0.08);
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.industry-inputs {
  margin-top: clamp(1.5rem, 4vw, 2.75rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.inline-field {
  position: relative;
  border: none;
  background: none;
  padding: 0 0 0.4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.inline-field label {
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: var(--rct-tech-grey);
}

.inline-input {
  border: none;
  background: transparent;
  padding: 0 0 0.35rem;
  font-size: 1.05rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(21, 23, 29, 0.85);
  border-bottom: 1px solid rgba(21, 23, 29, 0.2);
  letter-spacing: 0.02em;
}

.inline-input::placeholder {
  color: rgba(21, 23, 29, 0.4);
}

.inline-input:focus-visible {
  outline: none;
}

.inline-field::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--rct-pro-red);
  opacity: 0;
  transition: opacity 200ms ease;
}

.inline-field:focus-visible::after,
.inline-field:focus-within::after,
.inline-field:hover::after {
  opacity: 1;
}

.inline-field .inline-unit {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rct-tech-grey);
}

.inline-field .field-hint {
  margin: 0;
  font-size: 0.8rem;
  color: var(--rct-tech-grey);
}

.inline-suggestions {
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(21, 23, 29, 0.08);
  background: var(--rct-white);
  box-shadow: 0 18px 40px rgba(12, 14, 30, 0.12);
  max-height: 230px;
  overflow-y: auto;
  z-index: 5;
}

.inline-suggestions li + li {
  border-top: 1px solid rgba(21, 23, 29, 0.06);
}

.inline-suggestions button {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  color: var(--rct-almost-black);
}

.inline-suggestions button:hover,
.inline-suggestions .is-selected {
  background: rgba(246, 247, 255, 0.9);
}

.industry-actions {
  margin-top: clamp(1rem, 3vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(21, 23, 29, 0.06);
  border-radius: var(--rct-radius-lg);
  background: var(--rct-white);
  box-shadow: var(--rct-shadow-soft);
  align-items: center;
}

.industry-assumptions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.assumptions-label {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rct-tech-grey);
}

.industry-assumptions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.assumption-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--rct-almost-black);
}

.assumption-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(21, 23, 29, 0.2);
  background: linear-gradient(140deg, rgba(0, 25, 60, 0.95), rgba(220, 0, 80, 0.85));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
}

.industry-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  text-align: center;
}

.industry-actions .calculate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  gap: 0.35rem;
}

.industry-actions .calculate-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.industry-actions .calculator-note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--rct-tech-grey);
}

.peak-control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.peak-control-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.95rem;
  font-weight: 600;
}

.peak-control-head label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--rct-tech-grey);
}

.peak-control input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00193c, #dc0050);
  outline: none;
}

.peak-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--rct-white);
  border: 2px solid #dc0050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.peak-control input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--rct-white);
  border: 2px solid #dc0050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.peak-control-note {
  margin: 0;
  font-size: 0.8rem;
  color: var(--rct-tech-grey);
}


.calculator-panel {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(0, 25, 60, 0.94) 0%, rgba(220, 0, 80, 0.94) 120%);
  color: var(--rct-white);
  box-shadow: var(--rct-shadow-card);
}

.calculator-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.panel-eyebrow {
  margin: 0;
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.panel-title {
  margin: 0.15rem 0 0;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 600;
}

.panel-status {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 420px;
}

.panel-status p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
}

.panel-status .field-error {
  color: #ffd5e3;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.18);
  color: var(--rct-white);
}

.status-chip.is-progress {
  background: rgba(255, 255, 255, 0.26);
}

.status-chip.is-error {
  background: rgba(220, 0, 80, 0.3);
}

.status-chip.is-success {
  background: rgba(0, 0, 0, 0.35);
}

.calculator-results {
  list-style: none;
  margin: clamp(1rem, 3vw, 1.5rem) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.calculator-results li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 0.9rem 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(4, 6, 18, 0.25);
}

.calculator-results .result-head {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.calculator-results .result-label {
  margin: 0;
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.calculator-results .result-name {
  margin: 0;
  font-weight: 600;
  color: var(--rct-white);
}

.calculator-results .result-capacity {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.calculator-results .result-meta {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

.calculator-results .result-value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--rct-white);
}

.calculator-results .result-value-amount {
  font-size: 1.35rem;
  font-weight: 700;
}

.calculator-results .result-value-note {
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
}

.calculator-placeholder {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.industry-pill:focus-visible,
.industry-arrow:focus-visible,
.inline-field:focus-within {
  outline: none;
  box-shadow: var(--rct-focus-ring);
}



.hero-media-shell {
  position: relative;
  border-radius: 0;
  overflow: visible;
  min-height: auto;
  box-shadow: none;
  background: transparent;
  /* Prevent CLS by reserving space */
  aspect-ratio: 1850 / 1917;
  contain: layout style;
}

.hero-media {
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto;
  border-radius: 0;
  overflow: visible;
  border: none;
  background-color: transparent;
}

.hero-media picture {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  display: block;
}

.hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateZ(0);
  transform-origin: center;
  display: block;
  will-change: auto;
  backface-visibility: hidden;
  /* Prevent image from causing layout shift */
  aspect-ratio: attr(width) / attr(height);
}

/* Hero Video Styles */
.hero-media-video {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.hero-media-video::before,
.hero-media-video::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none;
}

.hero-media-video::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.hero-media-video::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.hero-media-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
  background: transparent;
}

.hero-media-overlay {
  display: none;
}

.hero-stats-overlay article {
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  min-width: 150px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-stats-overlay .stat-value {
  color: var(--rct-white);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.hero-stats-overlay .stat-label {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

main {
  width: min(1420px, 100%);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 5vw, 4.5rem);
}

main > section + section {
  margin-top: clamp(4rem, 6.5vw, 6rem);
}

main > .industry-showcase + section {
  margin-top: clamp(4.5rem, 7vw, 6.5rem);
}

.section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.section-head {
  max-width: 768px;
  margin-bottom: 2.5rem;
}

.gradient-subheadline {
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 900;
  background: var(--rct-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  line-height: 1;
}

.section-head .body {
  margin-top: 1rem;
  color: rgba(21, 23, 29, 0.75);
  line-height: 1.6;
  max-width: 65ch;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: stretch;
}

.reasons-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 1fr;
}

.impact-card,
.usecase-card,
.financing-grid article,
.contact-panel,
.industry-panel {
  border: 1px solid rgba(21, 23, 29, 0.08);
  border-radius: var(--rct-radius-lg);
  padding: 2rem;
  background: var(--rct-white);
  box-shadow: var(--rct-shadow-soft);
}

.reasons-grid .impact-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
}

.reasons-grid .impact-card .eyebrow {
  letter-spacing: 0.2em;
  color: var(--rct-tech-grey);
}

.reasons-grid .impact-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 1.1rem + 0.8vw, 2rem);
  line-height: 1.05;
}

.reasons-grid .impact-card p {
  margin: 0;
  color: var(--rct-almost-black);
  line-height: 1.5;
}

.reasons-grid .impact-card ul {
  margin-top: 1.25rem;
  gap: 0.75rem;
}

.reasons-grid .impact-card li {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(0.95rem, 0.85rem + 0.2vw, 1.05rem);
  line-height: 1.45;
}

.reasons-grid .impact-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--rct-bright-red);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.pillars {
  margin-top: 1.5rem;
}

/* pillar-card styles removed because the section now reuses shared impact cards */

.why-media {
  position: relative;
  display: inline-flex;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
}

.why-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  box-shadow: var(--rct-shadow-image);
}

.why-media figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  font-size: 0.95rem;
  max-width: 26ch;
}

/* ========== Showcase Section ========== */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.showcase-facts {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.showcase-fact-card {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
  border-bottom: 1px solid rgba(21, 23, 29, 0.08);
}

.showcase-fact-card:first-child {
  padding-top: 0;
}

.showcase-fact-card:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.showcase-fact-card .eyebrow {
  margin-bottom: 0.5rem;
}

.showcase-fact-card .fact-value {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
}

.showcase-media {
  position: relative;
  display: inline-flex;
  overflow: visible;
  border: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

.showcase-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
  border: none;
  outline: none;
  object-fit: cover;
}

/* ========== Conversion Section ========== */
.conversion-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--rct-radius-lg);
  border: 1px solid rgba(21, 23, 29, 0.08);
  background: var(--rct-surface);
}

.conversion-copy {
  flex: 1;
  min-width: 280px;
}

.conversion-copy .section-head {
  margin-bottom: 0;
}

.conversion-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.impact-card h3,
.usecase-card h3,
.financing-grid h3,
.industry-panel h4,
.journey-steps h3 {
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.impact-card ul,
.financing-grid ul,
.usecase-card ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}


.industry-selector {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  min-width: max-content;
  padding: 0 clamp(1rem, 2vw, 1.5rem);
}


.industry-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}

.metric-value {
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 0.35rem;
}

.industry-impacts {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin: 0;
}

.industry-impacts .impact-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-bottom: clamp(0.85rem, 2vw, 1.35rem);
  border-bottom: 1px solid rgba(21, 23, 29, 0.08);
}

.industry-impacts .impact-row:last-child {
  border-bottom: none;
}

.usecase-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.usecase-stat span {
  font-size: 2.25rem;
  font-weight: 900;
}

.financing-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.financing-cta {
  margin-top: 2.5rem;
  padding: 1.75rem 2rem;
  border-radius: var(--rct-radius-lg);
  border: 1px solid rgba(21, 23, 29, 0.08);
  background: var(--rct-surface);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

/* ========== Journey Section ========== */
.journey-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: clamp(2rem, 4vw, 3rem);
}

.journey-pin {
  position: sticky;
  top: 15vh;
  align-self: start;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--rct-radius-lg);
  border: 1px solid rgba(21, 23, 29, 0.08);
  background: var(--rct-white);
  box-shadow: var(--rct-shadow-soft);
}

.journey-pin-intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--rct-almost-black);
}

.journey-current-step {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: var(--rct-tech-grey);
}

.journey-steps {
  border-left: 2px solid rgba(21, 23, 29, 0.08);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.journey-step {
  position: relative;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border-radius: var(--rct-radius-lg);
  border: 1px solid rgba(21, 23, 29, 0.08);
  background: var(--rct-white);
  box-shadow: var(--rct-shadow-soft);
}

.journey-step::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(1.5rem, 3vw, 2.5rem) - 9px);
  top: clamp(1.75rem, 2.5vw, 2.25rem);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--rct-gradient);
  box-shadow: 0 0 0 6px rgba(220, 0, 80, 0.1);
}

.journey-step h3 {
  font-family: "Roboto Condensed", "DIN", "Arial Narrow", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.75rem;
}

.journey-step p {
  margin: 0;
  color: var(--rct-almost-black);
  line-height: 1.5;
}

/* ========== Contact Section ========== */
.contact-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.contact-form label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rct-tech-grey);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: var(--rct-radius-md);
  border: 1px solid rgba(21, 23, 29, 0.15);
  background: var(--rct-white);
  font-size: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.contact-form .consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
  font-size: 0.9rem;
  text-align: left;
}

.contact-form .consent input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  cursor: pointer;
}

.contact-form .consent span {
  flex: 1;
  line-height: 1.4;
}

/* Contact Proof uses impact-card styling for consistency */
.contact-proof.impact-card {
  background: var(--rct-surface);
  align-self: start;
}

.contact-proof.impact-card h3 {
  margin: 0 0 1rem;
}

.contact-proof.impact-card ul {
  margin: 0;
}

.contact-proof.impact-card li {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(0.95rem, 0.85rem + 0.2vw, 1.05rem);
  line-height: 1.45;
}

.contact-proof.impact-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--rct-bright-red);
}

.message-success {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--rct-radius-sm);
  background: rgba(0, 128, 0, 0.1);
  color: var(--rct-night-blue);
}

.message-error {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--rct-radius-sm);
  background: rgba(220, 0, 80, 0.1);
  color: var(--rct-bright-red);
}

/* Footer styles moved to app.css for global reuse */

[data-zoom-on-scroll] {
  transform: scale(0.96);
  transition: transform 400ms ease, box-shadow 400ms ease;
}

[data-zoom-on-scroll].is-visible {
  transform: scale(1);
  box-shadow: var(--rct-shadow-card);
}

.parallax-layer {
  will-change: transform;
}

@media (min-width: 1100px) {
  .hero-grid {
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 0.85fr);
  }

  .hero-visual {
    padding-bottom: clamp(4.25rem, 9vw, 6rem);
  }
}

/* ========== TABLET BREAKPOINT (max-width: 1024px) ========== */
@media (max-width: 1024px) {
  .hero-nav {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: none;
    padding: 0.85rem clamp(1rem, 3vw, 1.5rem);
  }

  .hero-nav .logo img {
    height: 32px;
  }

  .hero-nav .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    font-size: 0.85rem;
  }

  .landing-shell {
    padding: clamp(0.5rem, 1vw, 0.75rem) clamp(0.75rem, 3vw, 1.5rem) clamp(3rem, 7vw, 4rem);
  }

  .hero {
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 4vw, 3rem);
    border-radius: 32px;
  }

  /* Footer responsive styles in app.css */

  .hero-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  .hero-copy .eyebrow,
  .hero .lead,
  .hero-benefits {
    text-align: center;
  }

  .hero-benefits {
    align-items: center;
  }

  .hero-visual {
    padding-bottom: 0;
  }

  .hero-media-shell {
    max-width: 520px;
    margin: 0 auto;
    min-height: clamp(280px, 50vw, 420px);
  }

  /* Hero Qualifier für Tablets */
  .hero-qualifier {
    gap: 0.35rem;
    margin: 1rem 0;
  }

  .hero-qualifier-question {
    font-size: 1rem;
    text-align: center;
  }

  /* Flow Layout für Tablets */
  .flow-layout {
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 3vw, 2rem);
  }

  .flow-visual {
    position: static;
    height: auto;
    min-height: unset;
  }

  .flow-visual-card {
    max-width: 100%;
    height: auto;
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .flow-visual-timeline {
    flex-direction: row;
    justify-content: space-around;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .flow-visual-step {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.5rem;
  }

  .flow-visual-node {
    margin: 0 auto;
  }

  .flow-visual-node::before,
  .flow-visual-node::after {
    display: none;
  }

  .flow-visual-summary {
    padding: 1.25rem 1rem;
  }

  .flow-visual-summary-value {
    font-size: 1.6rem;
  }

  /* Flow Steps für Tablets */
  .flow-step {
    min-height: auto;
    gap: 1rem;
  }

  .flow-step-head h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .flow-option-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.65rem;
  }

  .flow-option {
    padding: 1rem;
    min-height: 52px;
  }

  .flow-input-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .flow-input-card {
    gap: 0.65rem;
  }

  .flow-input-label {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .flow-toggle {
    width: 100%;
    justify-content: center;
  }

  .flow-toggle button {
    flex: 1;
    padding: 0.5rem 0.75rem;
  }

  .flow-input-with-prefix,
  .flow-input-with-suffix {
    padding: 0.75rem 1rem;
  }

  .flow-input-with-prefix input,
  .flow-input-with-suffix input {
    font-size: 1.15rem;
  }

  .flow-upload-drop {
    padding: 1.25rem 1rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  /* Result Card für Tablets */
  .flow-result-card {
    padding: 1.25rem;
  }

  .flow-result-card .result-value {
    font-size: 1.75rem;
  }

  .result-offer-form {
    flex-direction: column;
    gap: 0.65rem;
  }

  .result-email-input,
  .result-submit-btn {
    width: 100%;
    min-width: 0;
    padding: 0.75rem 1rem;
  }

  .industry-spotlight {
    margin-top: clamp(1rem, 4vw, 1.5rem);
    padding: 0 clamp(1rem, 5vw, 1.5rem) clamp(1.5rem, 4vw, 2.5rem);
  }

  .industry-spotlight-head,
  .industry-active-meta {
    text-align: left;
  }

  .industry-active-meta {
    align-items: flex-start;
  }

  .industry-spotlight .industry-selector {
    flex-wrap: nowrap;
    padding: 0;
  }

  .industry-spotlight .industry-panel {
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 4vw, 2.25rem);
  }

  .industry-context {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(21, 23, 29, 0.08);
  }

  .industry-proof {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(21, 23, 29, 0.08);
  }

  .industry-assessment {
    margin-top: 0.5rem;
  }

  .hero-stats-overlay {
    position: static;
    margin-top: 1.5rem;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    background: transparent;
    border-radius: 0;
  }

  .hero-stats-overlay article {
    flex: 1 1 160px;
    min-width: 140px;
  }

  main {
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
  }

  .section {
    padding: clamp(2rem, 5vw, 3rem) 0;
  }

  /* Reasons Grid für Tablets */
  .reasons-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1rem, 3vw, 1.5rem);
  }

  .reasons-grid .impact-card {
    padding: clamp(1.25rem, 3vw, 1.75rem);
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-steps {
    border-left: none;
    padding-left: 0;
  }

  .journey-step::before {
    left: 1rem;
    top: -1.5rem;
  }

  /* Contact Panel für Tablets */
  .contact-panel {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== MOBILE BREAKPOINT (max-width: 768px) ========== */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .gradient-headline {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .hero-headline {
    font-size: clamp(2rem, 7vw, 2.8rem);
    line-height: 1.1;
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-media {
    min-height: 280px;
  }

  .hero-benefits {
    align-items: flex-start;
    text-align: left;
  }

  /* Hero Qualifier für Mobile */
  .hero-qualifier {
    gap: 0.25rem;
    margin: 1rem 0;
    padding: 0;
  }

  .hero-qualifier-question {
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
  }

  .hero-qualifier-highlight {
    padding: 0.1rem 0.35rem;
    font-size: 0.95rem;
    display: inline;
    white-space: normal;
  }

  .hero-qualifier-badge {
    padding: 0.2rem 0.65rem;
    font-size: 0.75rem;
  }

  /* Hero Actions für Mobile */
  .hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .primary-cta,
  .ghost-cta {
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
  }

  .hero-ghost-link {
    text-align: center;
    display: block;
    padding: 0.5rem 0;
  }

  /* Flow Visual für Mobile */
  .flow-visual-card {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .flow-visual h2 {
    font-size: 1.35rem;
  }

  .flow-visual-timeline {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.25rem;
  }

  .flow-visual-step {
    flex: 1;
    min-width: 0;
  }

  .flow-visual-label {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }

  .flow-visual-dot {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .flow-visual-node {
    width: 28px;
    height: 28px;
  }

  .flow-visual-summary {
    padding: 1rem;
  }

  .flow-visual-summary-value {
    font-size: 1.4rem;
  }

  .flow-visual-summary-sub,
  .flow-visual-summary-hint {
    font-size: 0.85rem;
  }

  /* Flow Steps für Mobile */
  .flow-step-head h2 {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
  }

  .flow-step-head p {
    font-size: 0.95rem;
  }

  .flow-search-input {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    max-width: 100%;
  }

  .flow-option-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .flow-option {
    padding: 0.85rem 0.75rem;
    min-height: 48px;
    border-radius: 16px;
    font-size: 0.9rem;
  }

  .flow-option .flow-option-title {
    font-size: 0.9rem;
  }

  /* Flow Inputs für Mobile - Touch-optimiert */
  .flow-input-with-prefix,
  .flow-input-with-suffix {
    padding: 1rem 1rem;
    border-radius: 14px;
  }

  .flow-input-with-prefix input,
  .flow-input-with-suffix input {
    font-size: 1.35rem;
    min-height: 44px; /* iOS Touch-Target */
  }

  .flow-toggle button {
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    min-height: 44px; /* iOS Touch-Target */
  }

  .flow-upload-drop {
    padding: 1.5rem 1rem;
    border-radius: 14px;
  }

  .flow-upload-action {
    padding: 0.75rem 1.25rem;
    background: rgba(220, 0, 80, 0.08);
    border-radius: 999px;
    margin-top: 0.5rem;
  }

  /* Result Card für Mobile */
  .flow-result-single {
    margin: 0;
  }

  .flow-result-card {
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
  }

  .flow-result-card .result-label {
    font-size: 0.75rem;
  }

  .flow-result-card .result-value {
    font-size: 1.65rem;
  }

  .flow-result-card .result-sub {
    font-size: 0.9rem;
  }

  .result-offer-form {
    margin-top: 1rem;
    gap: 0.5rem;
  }

  .result-email-input {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    min-height: 48px;
  }

  .result-submit-btn {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    min-height: 48px;
  }

  /* Section Headers für Mobile */
  .section-head {
    margin-bottom: 1.75rem;
  }

  .gradient-subheadline {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
    line-height: 1.1;
  }

  .section-head .body {
    font-size: 0.95rem;
  }

  /* Reasons Grid für Mobile */
  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .reasons-grid .impact-card {
    padding: 1.25rem;
  }

  .reasons-grid .impact-card h3 {
    font-size: 1.25rem;
  }

  /* Why Grid für Mobile */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Showcase Grid für Mobile */
  .showcase-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .showcase-fact-card .fact-value {
    font-size: 1.35rem;
  }

  /* Conversion für Mobile */
  .conversion-panel,
  .financing-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    gap: 1rem;
  }

  .conversion-ctas {
    flex-direction: column;
    width: 100%;
  }

  .conversion-ctas a {
    width: 100%;
    text-align: center;
  }

  /* Financing Grid für Mobile */
  .financing-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Journey für Mobile */
  .journey-pin {
    position: static;
    padding: 1.25rem;
  }

  .journey-step {
    padding: 1.25rem;
  }

  .journey-step h3 {
    font-size: 1.1rem;
  }

  /* Contact für Mobile */
  .contact-form input,
  .contact-form textarea {
    padding: 1rem;
    font-size: 1rem;
    min-height: 48px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .contact-form .consent {
    font-size: 0.85rem;
  }
}

/* ========== SMALL MOBILE BREAKPOINT (max-width: 640px) ========== */
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  /* Navigation für kleine Screens - komplett ausblenden */
  .hero-nav {
    display: none;
  }

  /* Hero für kleine Screens */
  .hero-ctas {
    flex-direction: column;
    width: 100%;
    gap: 0.65rem;
  }

  .hero-headline {
    font-size: clamp(1.85rem, 8vw, 2.4rem);
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-focus {
    gap: 1rem;
  }

  /* Hero Qualifier für kleine Screens */
  .hero-qualifier {
    padding: 0;
    margin: 0.75rem 0;
  }

  .hero-qualifier-row {
    width: 100%;
  }

  .hero-qualifier-question {
    font-size: 0.9rem;
    line-height: 1.5;
    word-break: break-word;
  }

  .hero-qualifier-highlight {
    font-size: 0.9rem;
    padding: 0.1rem 0.3rem;
    white-space: normal;
  }

  .hero-qualifier-connector {
    padding: 0.15rem 0;
  }

  .hero-qualifier-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }

  /* Flow Visual für kleine Screens */
  .flow-visual-card {
    padding: 1rem;
    border-radius: 16px;
    gap: 1rem;
  }

  .flow-visual h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .flow-visual > p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .flow-visual-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }

  .flow-visual-step {
    flex: none;
    width: 100%;
  }

  .flow-visual-label {
    font-size: 0.65rem;
    letter-spacing: 0;
  }

  .flow-visual-summary {
    padding: 0.85rem;
    border-radius: 14px;
  }

  .flow-visual-summary-label {
    font-size: 0.7rem;
  }

  .flow-visual-summary-value {
    font-size: 1.25rem;
  }

  .flow-visual-summary-sub {
    font-size: 0.8rem;
  }

  /* Flow Steps für kleine Screens */
  .flow-step-stack {
    gap: 1rem;
  }

  .flow-step-head h2 {
    font-size: 1.25rem;
  }

  .flow-step-head p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .flow-search-input {
    padding: 0.85rem 1rem;
    font-size: 1rem;
  }

  .flow-option-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .flow-option {
    padding: 0.75rem 0.65rem;
    min-height: 44px;
    border-radius: 12px;
    font-size: 0.85rem;
  }

  .flow-option .flow-option-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }

  /* Flow Inputs für kleine Screens */
  .flow-input-grid {
    gap: 0.85rem;
  }

  .flow-input-label label {
    font-size: 0.9rem;
  }

  .flow-input-with-prefix,
  .flow-input-with-suffix {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .flow-input-with-prefix input,
  .flow-input-with-suffix input {
    font-size: 1.25rem;
  }

  .flow-input-with-prefix span,
  .flow-input-with-suffix span {
    font-size: 1rem;
  }

  .field-hint {
    font-size: 0.8rem;
  }

  .flow-toggle {
    padding: 0.15rem;
  }

  .flow-toggle button {
    padding: 0.55rem 0.85rem;
    font-size: 0.75rem;
    min-height: 40px;
  }

  /* Upload für kleine Screens */
  .flow-upload-drop {
    padding: 1.25rem 1rem;
  }

  .flow-upload-drop > div p:first-child {
    font-size: 0.9rem;
  }

  .flow-upload-hint {
    font-size: 0.8rem;
  }

  .flow-upload-action {
    font-size: 0.85rem;
  }

  /* Result für kleine Screens */
  .flow-result-card {
    padding: 1.25rem 1rem;
    border-radius: 16px;
  }

  .flow-result-card .result-value {
    font-size: 1.5rem;
  }

  .flow-result-card .result-sub {
    font-size: 0.85rem;
  }

  .result-email-input {
    padding: 0.75rem;
    font-size: 0.95rem;
  }

  .result-submit-btn {
    padding: 0.75rem;
    font-size: 0.9rem;
  }

  .flow-placeholder {
    padding: 1rem;
    font-size: 0.9rem;
    border-radius: 12px;
  }

  /* Sections für kleine Screens */
  main {
    padding: clamp(1.5rem, 5vw, 2.5rem) clamp(0.75rem, 3vw, 1.25rem);
  }

  .section {
    padding: clamp(1.5rem, 4vw, 2rem) 0;
  }

  main > section + section {
    margin-top: clamp(2rem, 5vw, 3rem);
  }

  .section-head {
    margin-bottom: 1.25rem;
  }

  .gradient-subheadline {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .section-head .body {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  /* Impact Cards für kleine Screens */
  .impact-card,
  .usecase-card,
  .financing-grid article,
  .contact-panel,
  .industry-panel {
    padding: 1.25rem;
    border-radius: 16px;
  }

  .reasons-grid .impact-card {
    padding: 1rem;
  }

  .reasons-grid .impact-card h3 {
    font-size: 1.15rem;
  }

  .reasons-grid .impact-card p {
    font-size: 0.9rem;
  }

  .reasons-grid .impact-card ul {
    margin-top: 1rem;
    gap: 0.65rem;
  }

  .reasons-grid .impact-card li {
    font-size: 0.9rem;
  }

  /* Stats für kleine Screens */
  .hero-stats-overlay {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .hero-stats-overlay article {
    text-align: left;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
  }

  .hero-stats .stat-value {
    font-size: 1.5rem;
  }

  .hero-stats .stat-label {
    font-size: 0.85rem;
  }

  .hero-benefits {
    align-items: flex-start;
  }

  /* Financing CTA für kleine Screens */
  .financing-cta {
    padding: 1.25rem;
    gap: 1rem;
    flex-direction: column;
  }

  /* Navigation Links für kleine Screens */
  .hero-nav .nav-links {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .hero-nav .nav-links a {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(21, 23, 29, 0.08);
  }

  .hero-nav .nav-links a:last-child {
    border-bottom: none;
  }

  /* Showcase für kleine Screens */
  .showcase-facts {
    gap: 0;
  }

  .showcase-fact-card {
    padding: 0.85rem 0;
  }

  .showcase-fact-card .fact-value {
    font-size: 1.25rem;
  }

  /* Journey für kleine Screens */
  .journey-steps {
    gap: 1.5rem;
  }

  .journey-step {
    padding: 1rem;
    border-radius: 14px;
  }

  .journey-step h3 {
    font-size: 1rem;
  }

  .journey-step p {
    font-size: 0.9rem;
  }

  .journey-step::before {
    width: 12px;
    height: 12px;
    left: 0.75rem;
    top: -1.25rem;
  }

  /* Contact für kleine Screens */
  .contact-panel {
    padding: 1.25rem;
    gap: 1.5rem;
  }

  .contact-form label {
    font-size: 0.8rem;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 0.85rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .contact-proof.impact-card {
    padding: 1rem;
  }

  .contact-proof.impact-card h3 {
    font-size: 1.1rem;
  }

  .contact-proof.impact-card li {
    font-size: 0.9rem;
  }
}

/* ========== EXTRA SMALL MOBILE BREAKPOINT (max-width: 480px) ========== */
@media (max-width: 480px) {
  .landing-shell {
    padding: 0.35rem 0.65rem 2rem;
  }

  .hero {
    padding: 1.25rem 1rem 1.75rem;
    border-radius: 24px;
  }

  .hero-headline {
    font-size: clamp(1.65rem, 8vw, 2.1rem);
    line-height: 1.12;
  }

  .hero-lead {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-focus {
    gap: 0.85rem;
  }

  .eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
  }

  /* Hero Qualifier für extra kleine Screens */
  .hero-qualifier {
    margin: 0.65rem 0;
    gap: 0.2rem;
  }

  .hero-qualifier-question {
    font-size: 0.85rem;
  }

  .hero-qualifier-highlight {
    font-size: 0.85rem;
  }

  .hero-qualifier-badge {
    font-size: 0.65rem;
  }

  /* Hero Actions für extra kleine Screens */
  .hero-actions {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }

  .primary-cta,
  .ghost-cta {
    width: 100%;
    text-align: center;
    padding: 0.9rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 14px;
  }

  .hero-ghost-link {
    font-size: 0.9rem;
  }

  /* Flow Layout für extra kleine Screens */
  .flow-layout {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .flow-visual-card {
    padding: 0.85rem;
    border-radius: 14px;
    gap: 0.85rem;
  }

  .flow-visual-eyebrow {
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
  }

  .flow-visual h2 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
  }

  .flow-visual > p {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .flow-visual-timeline {
    gap: 0.25rem;
    margin: 0.5rem 0;
  }

  .flow-visual-label {
    font-size: 0.6rem;
  }

  .flow-visual-dot {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .flow-visual-node {
    width: 24px;
    height: 24px;
  }

  .flow-visual-summary {
    padding: 0.75rem;
    border-radius: 12px;
    gap: 0.25rem;
  }

  .flow-visual-summary-label {
    font-size: 0.65rem;
  }

  .flow-visual-summary-value {
    font-size: 1.15rem;
  }

  .flow-visual-summary-sub,
  .flow-visual-summary-hint {
    font-size: 0.75rem;
  }

  /* Flow Steps für extra kleine Screens */
  .flow-step-stack {
    gap: 0.85rem;
  }

  .flow-step {
    gap: 0.75rem;
  }

  .flow-step-head {
    margin-bottom: 0.25rem;
  }

  .flow-step-head h2 {
    font-size: 1.15rem;
  }

  .flow-step-head p {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .flow-search-field {
    margin-bottom: 0.5rem;
  }

  .flow-search-input {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border-radius: 12px;
  }

  .flow-option-grid {
    gap: 0.4rem;
  }

  .flow-option {
    padding: 0.65rem 0.5rem;
    min-height: 40px;
    border-radius: 10px;
    font-size: 0.8rem;
  }

  .flow-option .flow-option-title {
    font-size: 0.8rem;
    line-height: 1.15;
  }

  /* Flow Inputs für extra kleine Screens */
  .flow-input-grid {
    gap: 0.75rem;
  }

  .flow-input-card {
    gap: 0.35rem;
  }

  .flow-input-label {
    gap: 0.35rem;
  }

  .flow-input-label label {
    font-size: 0.85rem;
  }

  .flow-input-with-prefix,
  .flow-input-with-suffix {
    padding: 0.75rem;
    border-radius: 10px;
    gap: 0.35rem;
  }

  .flow-input-with-prefix input,
  .flow-input-with-suffix input {
    font-size: 1.15rem;
    min-height: 40px;
  }

  .flow-input-with-prefix span,
  .flow-input-with-suffix span {
    font-size: 0.9rem;
  }

  .field-hint {
    font-size: 0.75rem;
    margin-top: 0.2rem;
  }

  .flow-toggle {
    border-radius: 10px;
    padding: 0.1rem;
    gap: 0.15rem;
  }

  .flow-toggle button {
    padding: 0.5rem 0.65rem;
    font-size: 0.7rem;
    min-height: 36px;
    border-radius: 8px;
  }

  /* Upload für extra kleine Screens */
  .flow-upload-panel {
    margin-top: 0.35rem;
  }

  .flow-upload-drop {
    padding: 1rem 0.85rem;
    border-radius: 12px;
    gap: 0.35rem;
  }

  .flow-upload-drop > div p:first-child {
    font-size: 0.85rem;
  }

  .flow-upload-hint {
    font-size: 0.75rem;
  }

  .flow-upload-action {
    font-size: 0.8rem;
    padding: 0.65rem 1rem;
  }

  /* Result für extra kleine Screens */
  .flow-result-card {
    padding: 1rem 0.85rem;
    border-radius: 14px;
  }

  .flow-result-card .result-label {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .flow-result-card .result-value {
    font-size: 1.35rem;
    margin: 0.35rem 0;
  }

  .flow-result-card .result-sub {
    font-size: 0.8rem;
  }

  .result-offer-form {
    margin-top: 0.85rem;
    gap: 0.4rem;
  }

  .result-email-input {
    padding: 0.7rem;
    font-size: 0.9rem;
    min-height: 44px;
    border-radius: 8px;
  }

  .result-submit-btn {
    padding: 0.7rem;
    font-size: 0.85rem;
    min-height: 44px;
    border-radius: 8px;
  }

  .flow-placeholder {
    padding: 0.85rem;
    font-size: 0.85rem;
    border-radius: 10px;
  }

  /* Sections für extra kleine Screens */
  main {
    padding: clamp(1.25rem, 4vw, 2rem) clamp(0.65rem, 2vw, 1rem);
  }

  .section {
    padding: clamp(1.25rem, 3vw, 1.75rem) 0;
  }

  main > section + section {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
  }

  .section-head {
    margin-bottom: 1rem;
  }

  .gradient-subheadline {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
    line-height: 1.15;
  }

  .section-head .body {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 0.65rem;
  }

  /* Impact Cards für extra kleine Screens */
  .impact-card,
  .usecase-card,
  .financing-grid article,
  .industry-panel {
    padding: 1rem;
    border-radius: 14px;
  }

  .impact-card h3,
  .usecase-card h3,
  .financing-grid h3,
  .industry-panel h4,
  .journey-steps h3 {
    font-size: 1.1rem;
  }

  .reasons-grid .impact-card {
    padding: 0.85rem;
  }

  .reasons-grid .impact-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
  }

  .reasons-grid .impact-card p {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .reasons-grid .impact-card ul {
    margin-top: 0.85rem;
    gap: 0.5rem;
  }

  .reasons-grid .impact-card li {
    font-size: 0.85rem;
    padding-left: 1rem;
  }

  .reasons-grid .impact-card li::before {
    width: 0.35rem;
    height: 0.35rem;
  }

  /* Stats für extra kleine Screens */
  .hero-stats {
    gap: 0.65rem;
  }

  .hero-stats article {
    min-width: 120px;
    padding: 0.65rem;
  }

  .hero-stats .stat-value {
    font-size: 1.35rem;
  }

  .hero-stats .stat-label {
    font-size: 0.8rem;
  }

  /* Industry Showcase Assessment für extra kleine Screens */
  .industry-assessment {
    padding: 1rem;
    border-radius: 14px;
  }

  .saving-bar {
    height: 2rem;
    border-radius: 8px;
  }

  /* Why Media für extra kleine Screens */
  .why-media img {
    border-radius: 12px;
  }

  /* Showcase für extra kleine Screens */
  .showcase-copy {
    gap: 1rem;
  }

  .showcase-fact-card {
    padding: 0.75rem 0;
  }

  .showcase-fact-card .eyebrow {
    font-size: 0.6rem;
    margin-bottom: 0.35rem;
  }

  .showcase-fact-card .fact-value {
    font-size: 1.15rem;
  }

  /* Conversion für extra kleine Screens */
  .conversion-panel {
    padding: 1.25rem 1rem;
    border-radius: 18px;
    gap: 0.85rem;
  }

  .conversion-copy .section-head {
    margin-bottom: 0;
  }

  .conversion-ctas a {
    padding: 0.85rem 1.25rem;
    font-size: 0.85rem;
  }

  /* Financing für extra kleine Screens */
  .financing-grid article {
    padding: 1rem;
  }

  .financing-cta {
    padding: 1rem;
    border-radius: 14px;
    gap: 0.75rem;
  }

  /* Journey für extra kleine Screens */
  .journey-pin {
    padding: 1rem;
    border-radius: 14px;
  }

  .journey-pin-intro {
    font-size: 0.9rem;
  }

  .journey-current-step {
    font-size: 0.85rem;
  }

  .journey-steps {
    gap: 1.25rem;
  }

  .journey-step {
    padding: 0.85rem;
    border-radius: 12px;
  }

  .journey-step h3 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }

  .journey-step p {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .journey-step::before {
    width: 10px;
    height: 10px;
    left: 0.65rem;
    top: -1rem;
    box-shadow: 0 0 0 4px rgba(220, 0, 80, 0.1);
  }

  /* Contact für extra kleine Screens */
  .contact-panel {
    padding: 1rem;
    border-radius: 14px;
    gap: 1.25rem;
  }

  .contact-form label {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 0.75rem;
    font-size: 0.95rem;
    border-radius: 8px;
    min-height: 44px;
  }

  .contact-form textarea {
    min-height: 100px;
  }

  .contact-form .consent {
    font-size: 0.8rem;
    gap: 0.5rem;
  }

  .contact-form .consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .contact-proof.impact-card {
    padding: 0.85rem;
  }

  .contact-proof.impact-card h3 {
    font-size: 1rem;
    margin-bottom: 0.65rem;
  }

  .contact-proof.impact-card li {
    font-size: 0.85rem;
    padding-left: 1rem;
  }

  .contact-proof.impact-card li::before {
    width: 0.35rem;
    height: 0.35rem;
  }

  /* Hero Media für extra kleine Screens */
  .hero-media {
    min-height: 240px;
  }

  .hero-media-shell {
    min-height: 240px;
  }

  .hero-media-video {
    aspect-ratio: 1 / 1;
  }

  .hero-media-video::before,
  .hero-media-video::after {
    width: 10%;
  }
}

/* ========== Sticky CTA Bar - Desktop ========== */
.sticky-cta-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; /* Between nav (1100) and other content */
  background: var(--rct-gradient);
  padding: 0.5rem 1rem;
  transform: translateY(-100%);
  opacity: 0;
  /* Smooth slide-in/out animation */
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease,
              padding 0.3s ease,
              max-height 0.3s ease;
}

.sticky-cta-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* When sticky CTA is visible, push the navigation down with smooth animation */
body.sticky-cta-active .hero-nav,
body.sticky-cta-active .landing-shell .hero-nav,
body.sticky-cta-active .landing-frame .hero-nav,
.sticky-cta-active .hero-nav {
  top: 54px !important;
  /* Transition is already defined on .hero-nav */
}

body.sticky-cta-active .hero-nav.is-compact,
body.sticky-cta-active .landing-shell .hero-nav.is-compact,
body.sticky-cta-active .landing-frame .hero-nav.is-compact,
.sticky-cta-active .hero-nav.is-compact {
  top: calc(54px + clamp(0.35rem, 1vw, 0.85rem)) !important;
}

.sticky-cta-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.sticky-cta-heading {
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.sticky-cta-savings {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
}

.sticky-cta-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

.sticky-cta-value {
  font-size: 1.1rem;
  font-weight: 700;
}

.sticky-cta-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-cta-email {
  padding: 0.4rem 0.75rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.95);
}

.sticky-cta-email:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.sticky-cta-btn {
  padding: 0.4rem 1rem;
  border: 2px solid white;
  border-radius: 0.375rem;
  background: transparent;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.sticky-cta-btn:hover:not(:disabled) {
  background: white;
  color: var(--rct-almost-black);
}

.sticky-cta-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ========== Sticky CTA Bar - Tablet (max-width: 1024px) ========== */
@media (max-width: 1024px) {
  .sticky-cta-bar {
    padding: 0.65rem 1rem;
  }

  .sticky-cta-content {
    gap: 0.75rem;
  }

  .sticky-cta-heading {
    font-size: 0.9rem;
  }

  .sticky-cta-value {
    font-size: 1rem;
  }

  .sticky-cta-email {
    min-width: 160px;
    font-size: 0.85rem;
    padding: 0.5rem 0.65rem;
  }

  .sticky-cta-btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.85rem;
  }
}

/* ========== Sticky CTA Bar - Mobile (max-width: 768px) ========== */
@media (max-width: 768px) {
  .sticky-cta-bar {
    padding: 0.65rem 0.85rem;
  }

  .sticky-cta-bar.is-visible {
    max-height: none;
  }
  
  body.sticky-cta-active .landing-shell {
    padding-top: 0;
  }

  .sticky-cta-content {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .sticky-cta-heading {
    font-size: 0.85rem;
    text-align: center;
    display: none;
  }

  .sticky-cta-savings {
    width: 100%;
    justify-content: center;
  }

  .sticky-cta-label {
    font-size: 0.8rem;
  }

  .sticky-cta-value {
    font-size: 0.95rem;
  }

  .sticky-cta-actions {
    width: 100%;
    flex-direction: row;
  }

  .sticky-cta-email {
    flex: 1;
    min-width: 0;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    min-height: 40px;
  }

  .sticky-cta-btn {
    padding: 0.55rem 0.85rem;
    font-size: 0.8rem;
    min-height: 40px;
  }
}

/* ========== Sticky CTA Bar - Small Mobile (max-width: 480px) ========== */
@media (max-width: 480px) {
  .sticky-cta-bar {
    padding: 0.5rem 0.65rem;
  }

  .sticky-cta-content {
    gap: 0.35rem;
  }

  .sticky-cta-savings {
    gap: 0.35rem;
  }

  .sticky-cta-label {
    font-size: 0.75rem;
  }

  .sticky-cta-value {
    font-size: 0.9rem;
  }

  .sticky-cta-actions {
    gap: 0.35rem;
  }

  .sticky-cta-email {
    padding: 0.5rem 0.65rem;
    font-size: 0.85rem;
    border-radius: 6px;
    min-height: 38px;
  }

  .sticky-cta-btn {
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    border-radius: 6px;
    min-height: 38px;
    border-width: 1.5px;
  }
}

/* ========== Lead Details Popup - Desktop ========== */
.lead-details-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 1rem;
}

.lead-details-popup {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: var(--rct-soft-gray, #f3f4f6);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rct-almost-black);
  transition: background 0.2s;
}

.popup-close:hover {
  background: var(--rct-soft-gray-darker, #e5e7eb);
}

.popup-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rct-almost-black);
}

.popup-subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: #6b7280;
}

.popup-form-group {
  margin-bottom: 1rem;
}

.popup-form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--rct-almost-black);
}

.popup-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.popup-input:focus {
  outline: none;
  border-color: var(--rct-magenta, #dc0050);
  box-shadow: 0 0 0 3px rgba(220, 0, 80, 0.1);
}

.popup-input::placeholder {
  color: #9ca3af;
}

.popup-field-hint {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}

.popup-field-success {
  color: #059669;
}

.popup-address-field {
  position: relative;
}

.popup-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
}

.popup-suggestions li {
  margin: 0;
}

.popup-suggestions button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s;
}

.popup-suggestions button:hover {
  background: var(--rct-soft-gray, #f3f4f6);
}

.popup-suggestions li:first-child button {
  border-radius: 0.5rem 0.5rem 0 0;
}

.popup-suggestions li:last-child button {
  border-radius: 0 0 0.5rem 0.5rem;
}

.popup-actions {
  margin-top: 1.5rem;
}

.popup-submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  background: var(--rct-gradient);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.1s;
}

.popup-submit-btn:hover:not(:disabled) {
  opacity: 0.9;
}

.popup-submit-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.popup-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ========== Lead Details Popup - Tablet (max-width: 768px) ========== */
@media (max-width: 768px) {
  .lead-details-overlay {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .lead-details-popup {
    padding: 1.5rem;
    border-radius: 1rem 1rem 0 0;
    max-height: 85vh;
    max-width: 100%;
    margin-bottom: 0;
  }

  .popup-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .popup-title {
    font-size: 1.35rem;
    padding-right: 2.5rem;
  }

  .popup-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
  }

  .popup-form-group {
    margin-bottom: 0.85rem;
  }

  .popup-form-group label {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
  }

  .popup-input {
    padding: 0.85rem 1rem;
    font-size: 1rem;
    min-height: 48px;
  }

  .popup-suggestions {
    max-height: 200px;
  }

  .popup-suggestions button {
    padding: 0.85rem 1rem;
    font-size: 0.9rem;
    min-height: 44px;
  }

  .popup-actions {
    margin-top: 1.25rem;
  }

  .popup-submit-btn {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    min-height: 52px;
  }
}

/* ========== Lead Details Popup - Small Mobile (max-width: 480px) ========== */
@media (max-width: 480px) {
  .lead-details-overlay {
    padding: 0;
  }

  .lead-details-popup {
    padding: 1.25rem 1rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    max-height: 90vh;
  }

  .popup-close {
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.35rem;
  }

  .popup-title {
    font-size: 1.2rem;
    padding-right: 2rem;
    margin-bottom: 0.35rem;
  }

  .popup-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.45;
  }

  .popup-form-group {
    margin-bottom: 0.75rem;
  }

  .popup-form-group label {
    font-size: 0.8rem;
  }

  .popup-input {
    padding: 0.75rem 0.85rem;
    font-size: 0.95rem;
    border-radius: 0.4rem;
    min-height: 44px;
  }

  .popup-field-hint {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }

  .popup-suggestions {
    max-height: 150px;
    border-radius: 0.4rem;
  }

  .popup-suggestions button {
    padding: 0.75rem 0.85rem;
    font-size: 0.85rem;
    min-height: 40px;
  }

  .popup-actions {
    margin-top: 1rem;
  }

  .popup-submit-btn {
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    border-radius: 0.4rem;
    min-height: 48px;
  }
}

/* ========== LANDSCAPE MOBILE OPTIMIZATION ========== */
@media (max-width: 896px) and (orientation: landscape) {
  .landing-shell {
    padding: 0.25rem 1rem 2rem;
  }

  .hero {
    padding: 1.25rem 1.5rem 1.5rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy .eyebrow,
  .hero .lead,
  .hero-benefits {
    text-align: left;
  }

  .hero-headline {
    font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.1;
  }

  .hero-lead {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-qualifier {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .hero-qualifier-question {
    font-size: 0.85rem;
  }

  .hero-qualifier-badge {
    font-size: 0.65rem;
  }

  .hero-actions {
    flex-direction: row;
    gap: 0.75rem;
  }

  .primary-cta,
  .ghost-cta {
    width: auto;
    padding: 0.65rem 1.25rem;
    font-size: 0.85rem;
  }

  .hero-media-shell {
    min-height: 200px;
    max-width: 100%;
  }

  .hero-media {
    min-height: 180px;
  }

  .hero-media-video {
    aspect-ratio: 4 / 3;
  }

  /* Flow für Landscape */
  .flow-layout {
    grid-template-columns: 280px 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .flow-visual {
    position: sticky;
    top: 4rem;
    height: auto;
    min-height: auto;
  }

  .flow-visual-card {
    padding: 1rem;
    gap: 0.75rem;
  }

  .flow-visual h2 {
    font-size: 1.1rem;
  }

  .flow-visual > p {
    font-size: 0.8rem;
    line-height: 1.4;
    display: none;
  }

  .flow-visual-timeline {
    gap: 0.5rem;
  }

  .flow-visual-label {
    font-size: 0.6rem;
  }

  .flow-visual-summary {
    padding: 0.75rem;
  }

  .flow-visual-summary-value {
    font-size: 1.1rem;
  }

  .flow-visual-summary-sub {
    font-size: 0.75rem;
  }

  .flow-step {
    min-height: auto;
  }

  .flow-step-head h2 {
    font-size: 1.15rem;
  }

  .flow-step-head p {
    font-size: 0.85rem;
  }

  .flow-option-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
  }

  .flow-option {
    padding: 0.65rem 0.5rem;
    min-height: 40px;
    font-size: 0.8rem;
  }

  /* Popup für Landscape */
  .lead-details-overlay {
    align-items: center;
    padding: 0.5rem;
  }

  .lead-details-popup {
    max-width: 520px;
    max-height: 85vh;
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .popup-form-group {
    margin-bottom: 0.65rem;
  }

  .popup-input {
    padding: 0.65rem 0.85rem;
    min-height: 40px;
    font-size: 0.9rem;
  }

  .popup-submit-btn {
    min-height: 44px;
    padding: 0.75rem 1rem;
  }

  /* Sections für Landscape */
  main {
    padding: 1.5rem 1rem;
  }

  .section {
    padding: 1.25rem 0;
  }

  .gradient-subheadline {
    font-size: 1.35rem;
  }

  .reasons-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
  }

  .reasons-grid .impact-card {
    padding: 1rem;
  }

  .reasons-grid .impact-card h3 {
    font-size: 1rem;
  }

  .contact-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== TABLET LANDSCAPE OPTIMIZATION ========== */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
  }

  .flow-layout {
    grid-template-columns: 300px 1fr;
    gap: 1.5rem;
  }

  .flow-visual {
    position: sticky;
    top: 5rem;
  }

  .flow-visual-card {
    padding: 1.25rem;
  }

  .flow-visual > p {
    display: block;
    font-size: 0.85rem;
  }

  .flow-option-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

/* ========== HIGH DPI / RETINA OPTIMIZATION ========== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-media img {
    image-rendering: -webkit-optimize-contrast;
  }

  .why-media img,
  .showcase-media img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* ========== SAFE AREA INSETS (iPhone X+, Notch Devices) ========== */
@supports (padding: max(0px)) {
  .landing-shell {
    padding-left: max(clamp(0.75rem, 3vw, 1.5rem), env(safe-area-inset-left));
    padding-right: max(clamp(0.75rem, 3vw, 1.5rem), env(safe-area-inset-right));
    padding-bottom: max(clamp(3rem, 7vw, 6rem), env(safe-area-inset-bottom));
  }

  .sticky-cta-bar {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .lead-details-popup {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  }

  @media (max-width: 480px) {
    .landing-shell {
      padding-left: max(0.65rem, env(safe-area-inset-left));
      padding-right: max(0.65rem, env(safe-area-inset-right));
    }

    .lead-details-popup {
      padding-bottom: max(1.25rem, calc(env(safe-area-inset-bottom) + 0.5rem));
    }
  }
}

/* ========== REDUCED MOTION PREFERENCE ========== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .sticky-cta-bar {
    transition: none;
  }

  .flow-visual-dot {
    transition: none;
  }

  .hero-media img {
    will-change: auto;
  }
}

/* ========== DARK MODE SUPPORT (Optional - Respects System Preference) ========== */
@media (prefers-color-scheme: dark) {
  /* Placeholder for future dark mode support */
  /* Currently disabled to maintain brand consistency */
}

/* ========== PRINT OPTIMIZATION ========== */
@media print {
  .sticky-cta-bar,
  .hero-nav,
  .flow-upload-panel,
  .hero-media-video video,
  .popup-overlay {
    display: none !important;
  }

  .landing-shell {
    padding: 0;
  }

  .hero {
    box-shadow: none;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }

  .flow-visual {
    position: static;
  }

  .flow-result-card.is-primary {
    background: #333 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
}
