/* ═══════════════════════════════════════════════════════════════
   BIZZNEZZ Landing – Enterprise Design (lädt als letztes, gewinnt)
   Palettenbasis: #0a0a0a · #171717 · #ffffff · #e5e7eb · #525252
   ═══════════════════════════════════════════════════════════════ */

/* ── Dekorative Spielereien entfernen (professioneller Look) ── */
.landing-parallax,
.landing-hero__shapes,
.landing-hero__scroll-cue,
.landing-cta__glow {
  display: none !important;
}

/* ── Basis-Typografie ── */
.landing {
  letter-spacing: -0.01em;
  background: #ffffff;
  color: #171717;
}

[data-theme="dark"] .landing {
  background: #171717;
  color: #ffffff;
}

/* ── Navigation ── */
.landing-nav {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-nav {
  background: rgba(23, 23, 23, 0.92);
  border-bottom-color: #262626;
}

.landing-nav--scrolled {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.landing-nav__logo-img {
  height: 30px;
  filter: none;
}

.landing-nav__link {
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 14px;
  color: #525252;
}

.landing-nav__link:hover {
  color: #171717;
  background: #f4f4f5;
}

[data-theme="dark"] .landing-nav__link {
  color: #a1a1aa;
}

[data-theme="dark"] .landing-nav__link:hover {
  color: #ffffff;
  background: #262626;
}

.landing .ui-button {
  border-radius: 8px;
  box-shadow: none;
}

.landing .ui-button--primary {
  background: #171717;
  border-color: #171717;
  color: #ffffff;
}

.landing .ui-button--primary:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
  transform: none;
}

.landing .ui-button--secondary {
  border-color: #d4d4d8;
  color: #3f3f46;
  background: #ffffff;
}

[data-theme="dark"] .landing .ui-button--secondary {
  background: #262626;
  border-color: #3d3d3d;
  color: #e5e7eb;
}

.landing .ui-button--ghost {
  border-color: transparent;
  color: #525252;
}

/* ── Hero ── */
.landing-hero {
  padding: 140px 0 100px;
  min-height: auto;
  background: #ffffff;
}

[data-theme="dark"] .landing-hero {
  background: #171717;
}

.landing-hero__badge {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #525252;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
  padding: 5px 14px;
}

[data-theme="dark"] .landing-hero__badge {
  color: #d4d4d4;
  background: #262626;
  border-color: #3d3d3d;
}

.landing-hero__title {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: #171717;
  margin-bottom: 20px;
}

.landing-hero__title-accent {
  color: #525252;
}

.landing-hero__subtitle {
  font-size: 17px;
  line-height: 1.65;
  color: #71717a;
  max-width: 480px;
  margin-bottom: 32px;
}

[data-theme="dark"] .landing-hero__subtitle {
  color: #9ca3af;
}

.landing-hero__trust {
  margin-top: 32px;
  color: #a1a1aa;
  font-size: 12.5px;
}

/* ── Geräterahmen mit echten Screenshots ── */
.landing-hero__visual {
  justify-content: flex-end;
}

.landing-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.landing-device__frame {
  position: relative;
  width: min(300px, 30vw);
  aspect-ratio: 9 / 19.4;
  border-radius: 42px;
  background: #0a0a0a;
  padding: 10px;
  border: 1px solid #2e2e2e;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.14);
}

.landing-device__notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 20px;
  background: #0a0a0a;
  border-radius: 999px;
  z-index: 2;
}

.landing-device__screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 34px;
  display: block;
  background: #0a0a0a;
}

.landing-device__dots {
  display: flex;
  gap: 8px;
}

.landing-device__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: #d4d4d8;
  cursor: pointer;
  transition: all 0.25s;
}

.landing-device__dot.active {
  width: 22px;
  background: #171717;
}

[data-theme="dark"] .landing-device__dot {
  background: #525252;
}

[data-theme="dark"] .landing-device__dot.active {
  background: #e5e7eb;
}

.landing-device__caption {
  font-size: 12.5px;
  color: #a1a1aa;
  text-align: center;
  max-width: 320px;
}

/* ── Sektionen ── */
.landing-section-header {
  margin-bottom: 48px;
}

.landing-section-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #171717;
}

.landing-section-subtitle {
  font-size: 16px;
  color: #71717a;
}

[data-theme="dark"] .landing-section-title {
  color: #ffffff;
}

[data-theme="dark"] .landing-section-subtitle {
  color: #9ca3af;
}

/* ── Stats-Band ── */
.landing-stats {
  padding: 88px 0;
  background: #0a0a0a;
  color: #ffffff;
}

[data-theme="dark"] .landing-stats {
  background: #0a0a0a;
  border-top-color: #262626;
  border-bottom-color: #262626;
}

.landing-stats .landing-section-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #a1a1aa;
}

.landing-stats .landing-section-title {
  color: #ffffff;
}

.landing-stats .landing-section-subtitle {
  color: #9ca3af;
}

.landing-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.landing-stat {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  gap: 8px;
}

.landing-stat::before {
  display: none;
}

.landing-stat__val,
.landing-stat__number {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 8px;
}

.landing-stat--highlight .landing-stat__val,
.landing-stat--highlight .landing-stat__number {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #ffffff;
}

.landing-stat__label {
  font-size: 13.5px;
  color: #9ca3af;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

/* ── Features ── */
.landing-features {
  padding: 96px 0;
  background: #ffffff;
}

[data-theme="dark"] .landing-features {
  background: #171717;
}

.landing-features__grid {
  gap: 24px;
}

.landing-feature-card {
  padding: 28px;
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

[data-theme="dark"] .landing-feature-card {
  background: #1f1f1f;
  border-color: #2a2a2a;
}

.landing-feature-card:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.landing-feature-card--highlight {
  background: #f7f7f8;
  border-color: #d4d4d8;
}

[data-theme="dark"] .landing-feature-card--highlight {
  background: #1f1f1f;
  border-color: #3d3d3d;
}

.landing-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f4f4f5;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

[data-theme="dark"] .landing-feature-icon {
  background: #262626;
  color: #e5e7eb;
}

.landing-feature-title {
  font-size: 15.5px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 8px;
}

[data-theme="dark"] .landing-feature-title {
  color: #ffffff;
}

.landing-feature-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #71717a;
}

[data-theme="dark"] .landing-feature-desc {
  color: #9ca3af;
}

/* ── Showcases (POS / Backend) ── */
.landing-pos-showcase,
.landing-backend-showcase {
  padding: 96px 0;
  background: #ffffff;
}

[data-theme="dark"] .landing-pos-showcase,
[data-theme="dark"] .landing-backend-showcase {
  background: #171717;
}

.landing-pos-carousel {
  max-width: 1000px;
}

.landing-pos-carousel__viewport,
.landing-backend-carousel__viewport {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

[data-theme="dark"] .landing-pos-carousel__viewport,
[data-theme="dark"] .landing-backend-carousel__viewport {
  background: #1f1f1f;
  border-color: #2a2a2a;
}

.landing-pos-carousel__viewport > div:first-child {
  height: 500px;
}

.landing-pos-carousel__caption {
  min-height: 44px;
  font-size: 12.5px;
  font-weight: 500;
  color: #71717a;
}

[data-theme="dark"] .landing-pos-carousel__caption {
  color: #9ca3af;
}

.landing-pos-carousel__nav {
  color: #71717a;
}

[data-theme="dark"] .landing-pos-carousel__nav {
  color: #a1a1aa;
}

.landing-pos-carousel__dot {
  width: 7px;
  height: 7px;
  background: #d4d4d8;
}

.landing-pos-carousel__dot.active {
  background: #171717;
}

[data-theme="dark"] .landing-pos-carousel__dot {
  background: #525252;
}

[data-theme="dark"] .landing-pos-carousel__dot.active {
  background: #e5e7eb;
}

/* ── About / Team ── */
.landing-about-page {
  padding: 96px 0;
  background: #f7f7f8;
}

[data-theme="dark"] .landing-about-page {
  background: #1f1f1f;
}

.landing-team-grid {
  gap: 24px;
}

.landing-member {
  padding: 26px;
  border-radius: 12px;
  border: 1px solid #e4e4e7;
  background: #ffffff;
  box-shadow: none;
  transition: none;
}

.landing-member:hover {
  transform: none;
}

[data-theme="dark"] .landing-member {
  background: #171717;
  border-color: #2a2a2a;
}

.landing-member-img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f4f4f5 !important;
}

[data-theme="dark"] .landing-member-img {
  background: #262626 !important;
}

.landing-member-name {
  font-size: 15px;
  font-weight: 600;
  color: #171717;
  margin-top: 16px;
}

[data-theme="dark"] .landing-member-name {
  color: #ffffff;
}

.landing-member-role {
  font-size: 13px;
  font-weight: 600;
  color: #525252;
  margin-bottom: 8px;
}

[data-theme="dark"] .landing-member-role {
  color: #d4d4d4;
}

.landing-member__focus {
  font-size: 13.5px;
  line-height: 1.6;
  color: #71717a;
}

/* ── FAQ ── */
.landing-faq {
  padding: 96px 0;
  background: #ffffff;
}

[data-theme="dark"] .landing-faq {
  background: #171717;
}

.landing-faq__grid {
  gap: 12px;
}

.landing-faq__item {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
  transition: border-color 0.2s;
}

.landing-faq__item:hover {
  border-color: #a1a1aa;
}

[data-theme="dark"] .landing-faq__item {
  background: #1f1f1f;
  border-color: #2a2a2a;
}

[data-theme="dark"] .landing-faq__item:hover {
  border-color: #525252;
}

.landing-faq__q {
  font-size: 15px;
  font-weight: 600;
  color: #171717;
  padding: 18px 22px;
}

[data-theme="dark"] .landing-faq__q {
  color: #ffffff;
}

.landing-faq__a {
  font-size: 14px;
  line-height: 1.65;
  color: #71717a;
  padding: 0 22px 20px;
}

/* ── Kontakt ── */
.landing-contact {
  padding: 96px 0;
  background: #f7f7f8;
}

[data-theme="dark"] .landing-contact {
  background: #1f1f1f;
}

.landing-contact__bg {
  display: none;
}

.landing-contact__cards {
  gap: 16px;
}

.landing-contact__card {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

[data-theme="dark"] .landing-contact__card {
  background: #171717;
  border-color: #2a2a2a;
}

.landing-contact__icon {
  background: #f4f4f5;
  color: #171717;
}

[data-theme="dark"] .landing-contact__icon {
  background: #262626;
  color: #e5e7eb;
}

.landing-contact__label {
  font-size: 11.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a1a1aa;
  font-weight: 600;
}

.landing-contact__value {
  font-size: 15px;
  font-weight: 600;
  color: #171717;
}

[data-theme="dark"] .landing-contact__value {
  color: #ffffff;
}

/* ── Echte Screenshots im POS-Karussell ── */
.landing-pos-carousel__img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  background: #ffffff;
  display: block;
}

[data-theme="dark"] .landing-pos-carousel__img {
  background: #1f1f1f;
}

/* ── CTA-Band ── */
.landing-cta {
  padding: 96px 0;
  background: #171717;
  color: #ffffff;
}

.landing-cta__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.landing-cta__text {
  color: #9ca3af;
  font-size: 16px;
}

.landing .ui-button--inverse {
  background: #ffffff;
  color: #171717;
  border-color: #ffffff;
}

.landing .ui-button--inverse:hover {
  background: #e5e7eb;
  border-color: #e5e7eb;
}

.landing .ui-button--ghost-inverse {
  border-color: #3d3d3d;
  color: #d4d4d4;
}

.landing .ui-button--ghost-inverse:hover {
  border-color: #525252;
  background: rgba(255, 255, 255, 0.06);
}

/* ── Footer ── */
.landing-footer {
  padding: 72px 0 32px;
  background: #0a0a0a;
  color: #a1a1aa;
}

.landing-footer__logo {
  height: 28px;
}

.landing-footer__desc {
  color: #9ca3af;
  font-size: 13.5px;
}

.landing-footer__col-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.landing-footer__link {
  color: #9ca3af;
  font-size: 13.5px;
}

.landing-footer__link:hover {
  color: #ffffff;
}

/* ── Dark-Mode: dunkelgraue Texte aufhellen (Lesbarkeit) ── */
[data-theme="dark"] .landing-section-subtitle,
[data-theme="dark"] .landing-feature-desc,
[data-theme="dark"] .landing-faq__a,
[data-theme="dark"] .landing-member__focus,
[data-theme="dark"] .landing-device__caption,
[data-theme="dark"] .landing-cta__text {
  color: #a1a1aa;
}

[data-theme="dark"] .landing-footer__link,
[data-theme="dark"] .landing-footer__social-link {
  color: #9ca3af;
}

[data-theme="dark"] .landing-footer__link:hover,
[data-theme="dark"] .landing-footer__social-link:hover {
  color: #ffffff;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .landing-hero__visual {
    justify-content: center;
  }
  .landing-device__frame {
    width: min(280px, 44vw);
  }
}

@media (max-width: 768px) {
  .landing-hero {
    padding: 110px 0 60px;
  }
  .landing-hero__title {
    font-size: 30px;
  }
  .landing-device__frame {
    width: 240px;
  }
  .landing-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .landing-stat__val {
    font-size: 26px;
  }
  .landing-pos-carousel__viewport > div:first-child {
    height: 380px;
  }
  .landing-section-title {
    font-size: 26px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   V2 – Bank-Style: vollbreit, flach, editorisch. Keine Boxen.
   ═══════════════════════════════════════════════════════════════ */

.landing .landing-container {
  max-width: 1160px;
}

/* Sektionen als vollbreite Bänder mit Haarlinien */
.landing-hero {
  border-bottom: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-hero {
  border-bottom-color: #262626;
}

/* ── Stats: flach, nur Trennlinien ── */
.landing-stats {
  padding: 110px 0;
}

.landing-stats__grid {
  gap: 56px;
}

.landing-stat,
.landing-stat--highlight {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0 0 0 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  gap: 10px;
}

.landing-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.landing-stat__val,
.landing-stat__number {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.landing-stat__label {
  font-size: 14px;
}

/* ── Features: editorisches Raster, keine Karten ── */
.landing-features {
  padding: 110px 0;
  border-top: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-features {
  border-top-color: #262626;
}

.landing-features__grid {
  gap: 56px 48px;
}

.landing-feature-card,
.landing-feature-card--highlight {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 28px 0 0;
  border-top: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-feature-card,
[data-theme="dark"] .landing-feature-card--highlight {
  border-top-color: #2a2a2a;
  background: none;
}

.landing-feature-card:hover,
.landing-feature-card--highlight:hover {
  box-shadow: none;
  transform: none;
}

.landing-feature-icon {
  width: auto;
  height: auto;
  background: none !important;
  color: #525252;
  margin-bottom: 16px;
}

[data-theme="dark"] .landing-feature-icon {
  background: none !important;
  color: #9ca3af;
}

.landing-feature-card:hover .landing-feature-icon {
  background: none !important;
  color: #525252;
}

[data-theme="dark"] .landing-feature-card:hover .landing-feature-icon {
  color: #e5e7eb;
}

.landing-feature-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.landing-feature-desc {
  font-size: 14.5px;
  line-height: 1.65;
}

/* ── Über uns: Werte, flach mit Nummern ── */
.landing-about-page {
  padding: 110px 0;
  border-top: 1px solid #e4e4e7;
  background: #ffffff;
}

[data-theme="dark"] .landing-about-page {
  border-top-color: #262626;
  background: #171717;
}

.landing-team-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

.landing-member {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

[data-theme="dark"] .landing-member {
  border: none;
  background: none;
  box-shadow: none;
}

.landing-member:hover {
  transform: none;
  box-shadow: none;
}

.landing-member__top,
.landing-member-img,
.landing-member-role {
  display: none;
}

.landing-member__index {
  display: inline-block;
  width: 100%;
  border-top: 2px solid #171717;
  padding-top: 16px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #a1a1aa;
}

[data-theme="dark"] .landing-member__index {
  border-top-color: #e5e7eb;
}

.landing-member-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.landing-member__focus {
  font-size: 14.5px;
  line-height: 1.65;
}

/* ── Kontakt: zweispaltig, flach, Haarlinien ── */
.landing-contact {
  padding: 110px 0;
  border-top: 1px solid #e4e4e7;
  background: #f7f7f8;
}

[data-theme="dark"] .landing-contact {
  border-top-color: #2a2a2a;
  background: #1f1f1f;
}

.landing-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.landing-contact__content .landing-section-header {
  text-align: left;
  margin-bottom: 44px;
}

.landing-contact__cards,
.landing-contact__bg,
.landing-contact__map-head {
  display: none;
}

.landing-contact__rows {
  border-top: 1px solid #d4d4d8;
}

[data-theme="dark"] .landing-contact__rows {
  border-top-color: #3d3d3d;
}

.landing-contact__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #d4d4d8;
}

[data-theme="dark"] .landing-contact__row {
  border-bottom-color: #3d3d3d;
}

.landing-contact__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a1a1aa;
  min-width: 140px;
  flex-shrink: 0;
}

.landing-contact__value {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
}

[data-theme="dark"] .landing-contact__value {
  color: #ffffff;
}

.landing-contact__link {
  text-decoration: none;
}

.landing-contact__link:hover {
  text-decoration: underline;
}

.landing-contact__map-wrap {
  margin: 0;
}

.landing-contact__map {
  width: 100%;
  height: 460px;
  border: 1px solid #d4d4d8;
  display: block;
}

[data-theme="dark"] .landing-contact__map {
  border-color: #3d3d3d;
  filter: invert(90%) hue-rotate(180deg);
}

/* ── Showcases: ruhiger Rahmen, volle Breite ── */
.landing-pos-showcase,
.landing-backend-showcase {
  padding: 110px 0;
  border-top: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-pos-showcase,
[data-theme="dark"] .landing-backend-showcase {
  border-top-color: #262626;
}

.landing-pos-carousel__viewport,
.landing-backend-carousel__viewport {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* ── FAQ: flach, nur Trennlinien ── */
.landing-faq {
  padding: 110px 0;
  border-top: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-faq {
  border-top-color: #262626;
}

.landing-faq__item {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing-faq__item {
  background: none;
  border-bottom-color: #2a2a2a;
}

.landing-faq__item:hover {
  border-bottom-color: #a1a1aa;
}

[data-theme="dark"] .landing-faq__item:hover {
  border-bottom-color: #525252;
}

.landing-faq__q {
  padding: 20px 0;
  font-size: 16px;
}

.landing-faq__a {
  padding: 0 0 22px;
}

/* ── CTA / Footer ── */
.landing-cta {
  padding: 110px 0;
}

/* ── V2.1: Keine Pill-Badges mehr – purer Editorial-Stil ── */
.landing-section-badge,
.landing-hero__badge {
  display: none !important;
}

.landing-section-header {
  margin-bottom: 40px;
}

/* ── V2.2: Rest-Panels entfernen (Kontakt + CTA) ── */
.landing-contact__content,
.landing-contact__map-wrap {
  border: none !important;
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

[data-theme="dark"] .landing-contact__content,
[data-theme="dark"] .landing-contact__map-wrap {
  background: none !important;
  border: none !important;
}

.landing-cta__inner {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0;
}

.landing-contact__map {
  border-radius: 0;
  min-height: 0;
  height: 460px;
}

/* ── V4: Exakte Ein-Screen-Ansicht – jede Sektion füllt 100vh minus Header ── */
.landing {
  height: 100dvh;
  overflow: hidden;
}

.landing-progress {
  display: none !important;
}

/* Feste Header-Höhe für perfekte Abstände */
.landing-nav {
  height: 64px;
  padding: 0;
  display: flex;
  align-items: center;
}

/* View-Container exakt unter dem Header */
.landing-view {
  position: absolute !important;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* Jede Sektion füllt den Viewport (100vh - Header) exakt */
.landing-view > section {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.landing-view > section[id] {
  padding: 40px 0;
}

.landing-view .landing-pos-showcase,
.landing-view .landing-backend-showcase,
.landing-view .landing-features {
  justify-content: flex-start;
}

/* Home: Hero exakt eine Bildschirmhöhe, Footer darunter (erst beim Scrollen sichtbar) */
.landing-home {
  display: block;
}

.landing-home .landing-hero {
  height: calc(100dvh - 64px);
  min-height: 0;
  padding: 32px 0;
  display: flex;
  align-items: center;
}

/* Footer vollwertig (unter jeder View, im Scroll-Fluss) */
.landing-footer {
  padding: 44px 0 26px;
  background: #0a0a0a;
  color: #a1a1aa;
}

.landing-footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 36px;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start;
}

.landing-footer .landing-container {
  margin: 0 auto;
  padding: 0 24px;
}

.landing-footer__grid > div {
  display: block;
}

.landing-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.landing-footer__logo {
  height: 26px;
}

.landing-footer__desc {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #9ca3af;
  max-width: 300px;
}

.landing-footer__col-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.landing-footer__links {
  flex-direction: column;
  gap: 10px;
}

.landing-footer__link {
  font-size: 13.5px;
  padding: 0;
  color: #9ca3af;
}

.landing-footer__link:hover {
  color: #ffffff;
}

.landing-footer__bottom {
  width: 100%;
  margin-top: 30px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: #71717a;
}

@media (max-width: 900px) {
  .landing-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .landing-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* Legal-Seiten: scrollbar + einheitliches Design */
.landing--legal {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

.landing--legal .landing-nav__logo-img {
  content: url('/logo-dark.svg');
}

[data-theme="dark"] .landing--legal .landing-nav__logo-img {
  content: url('/logo1.svg');
}

.landing--legal .landing-legal {
  padding: 110px 0 80px;
  min-height: auto;
}

.landing--legal .landing-legal__header {
  text-align: left;
  margin-bottom: 40px;
}

.landing--legal .landing-legal__content {
  max-width: 760px;
  margin: 0;
  border-top: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing--legal .landing-legal__content {
  border-top-color: #262626;
}

.landing--legal .landing-legal__section {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 0;
  border-bottom: 1px solid #e4e4e7;
}

[data-theme="dark"] .landing--legal .landing-legal__section {
  border-bottom-color: #262626;
}

.landing--legal .landing-legal__section h2 {
  font-size: 17px;
  font-weight: 700;
  color: #171717;
}

[data-theme="dark"] .landing--legal .landing-legal__section h2 {
  color: #ffffff;
}

.landing--legal .landing-legal__section p {
  color: #71717a;
  font-size: 14.5px;
}

[data-theme="dark"] .landing--legal .landing-legal__section p {
  color: #9ca3af;
}

.landing--legal .landing-legal__bottom {
  text-align: left;
  margin-top: 28px;
}

.landing-nav__link--active {
  color: #171717;
}

[data-theme="dark"] .landing-nav__link--active {
  color: #ffffff;
}

/* Google Maps im Dark-Mode nicht invertieren (bleibt lesbar) */
[data-theme="dark"] .landing-contact__map {
  filter: none;
}

/* ── Cookie-Banner (immer unten, über allem) ── */
.cookie-banner {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 3000 !important;
  background: #171717;
  color: #ffffff;
  border-top: 1px solid #262626;
  padding: 16px 24px;
  animation: none;
  transform: none !important;
}

[data-theme="light"] .cookie-banner {
  background: #ffffff;
  color: #171717;
  border-top-color: #e4e4e7;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}

@keyframes cookieIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.cookie-banner__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}

.cookie-banner__text {
  flex: 1 1 360px;
  min-width: 260px;
}

.cookie-banner__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cookie-banner__text p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.75;
}

.cookie-banner a {
  color: inherit;
  text-decoration: underline;
}

.cookie-banner__settings {
  flex-basis: 100%;
  display: grid;
  gap: 10px;
  padding: 4px 0;
}

.cookie-banner__row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  cursor: pointer;
  opacity: 0.9;
}

.cookie-banner__row input {
  margin-top: 3px;
  accent-color: #171717;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cookie-banner__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-banner__btn {
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #525252;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  font-family: inherit;
}

.cookie-banner__btn:hover {
  border-color: #a1a1aa;
}

.cookie-banner__btn--primary {
  background: #ffffff;
  color: #171717;
  border-color: #ffffff;
}

[data-theme="light"] .cookie-banner__btn {
  border-color: #d4d4d8;
}

[data-theme="light"] .cookie-banner__btn--primary {
  background: #171717;
  color: #ffffff;
  border-color: #171717;
}

/* ── Responsive V2 ── */
@media (max-width: 1024px) {
  .landing-contact__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .landing-contact__map {
    height: 340px;
  }
  .landing-team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
}

@media (max-width: 640px) {
  .landing-team-grid,
  .landing-features__grid,
  .landing-stats__grid {
    grid-template-columns: 1fr;
  }
  .landing-contact__row {
    flex-direction: column;
    gap: 6px;
  }
  .landing-stat {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 20px;
  }
  .landing-stat:first-child {
    border-top: none;
    padding-top: 0;
  }
}
