﻿/* Optimiert am 26.05.2026, 12:11:27 von Web-Projekt-Auditor Pro */
body[data-page="home"] {
  background: #ffffff;
}

body[data-page="home"]::before {
  content: none;
}

body[data-page="home"]::after {
  content: none;
}

body[data-page="home"] .site-header.scrolled {
  background: linear-gradient(180deg, rgba(11, 55, 49, 0.9), rgba(11, 55, 49, 0.18));
}

body[data-page="home"] .menu-toggle {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body[data-page="home"] .menu-toggle span {
  background: var(--text);
}

.section-grid {
  margin-top: 28px;
  gap: 22px;
}

.content-card,
.feature-card,
.showcase-block,
.metric,
.story-block,
.story-quote,
.site-footer,
.cookie-panel {
  border: 0;
  box-shadow: none;
}

.content-card,
.feature-card,
.showcase-block,
.metric,
.story-block {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 246, 0.96));
}

.section-card-plain {
  padding-top: clamp(44px, 4.8vw, 74px);
}

.section-card-plain .section-head {
  gap: 18px;
  margin-bottom: clamp(38px, 4vw, 58px);
}

.section-card-plain .section-head h2 {
  max-width: 14ch;
}

.section-card-plain .section-head p {
  max-width: 62ch;
}

.cards-3 {
  gap: clamp(18px, 1.8vw, 24px);
}

.feature-card {
  position: relative;
  padding: clamp(24px, 2vw, 30px);
  gap: 18px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: none;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 22px 22px 0 0;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card-sun {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 249, 230, 0.6));
}

.feature-card-sun::before {
  background: linear-gradient(90deg, rgba(255, 236, 168, 0.96) 0%, rgba(244, 202, 88, 0.88) 100%);
}

.feature-card-amber {
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.76), rgba(244, 229, 186, 0.62));
}

.feature-card-amber::before {
  background: linear-gradient(90deg, rgba(236, 198, 83, 0.96) 0%, rgba(186, 131, 37, 0.9) 100%);
}

.feature-card.premium {
  background:
    radial-gradient(circle at 18% 16%, rgba(185, 235, 70, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(14, 95, 84, 0.88) 0%, rgba(12, 79, 70, 0.9) 44%, rgba(9, 57, 48, 0.94) 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.feature-card.premium::before {
  background: linear-gradient(90deg, rgba(139, 214, 58, 0.98) 0%, rgba(24, 143, 111, 0.92) 100%);
}

.feature-card.premium::before {
  opacity: 1;
}

.feature-card.premium h3,
.feature-card.premium p {
  color: rgba(255, 255, 255, 0.92);
}

.feature-logo {
  min-height: 96px;
  margin-top: 0;
  display: flex;
  align-items: flex-start;
}

.feature-logo img {
  max-width: 288px;
  height: 78px;
}

.feature-logo.is-crown img {
  max-width: 168px;
  height: 122px;
}

.feature-logo.is-kingdom img {
  max-width: 280px;
  height: 90px;
}

.feature-logo.is-placeholder {
  min-height: 0;
  display: block;
}

.feature-logo.is-placeholder img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(23, 33, 28, 0.1);
}

.feature-card h3 {
  font-size: clamp(1.5rem, 1.6vw, 1.82rem);
  line-height: 1.04;
}

.feature-card p {
  max-width: none;
  color: rgba(28, 54, 48, 0.84);
  line-height: 1.66;
}

.section-card-worlds .section-head h2 {
  max-width: 18ch;
}

.showcase-block {
  padding: clamp(24px, 2vw, 30px);
  gap: 14px;
  border-radius: 16px;
}

.showcase-block.dark {
  background:
    radial-gradient(circle at 16% 14%, rgba(185, 235, 70, 0.12), transparent 24%),
    linear-gradient(145deg, #0d5a50 0%, #0c4b42 46%, #092f28 100%);
}

.showcase-block h3 {
  max-width: 22ch;
}

.metric-grid {
  gap: 14px;
  align-items: stretch;
}

.metric {
  min-height: 100%;
  padding: 18px 20px 18px 22px;
  border-radius: 16px;
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
}

.metric::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: var(--brand-gradient-lead);
}

.metric strong {
  font-size: clamp(1.4rem, 1.55vw, 1.72rem);
  line-height: 1;
}

.story-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.story-block,
.story-quote {
  padding: clamp(22px, 2vw, 28px);
  border-radius: 16px;
}

.story-quote {
  background:
    radial-gradient(circle at 16% 14%, rgba(185, 235, 70, 0.12), transparent 24%),
    linear-gradient(145deg, #0d5a50 0%, #0c4b42 46%, #092f28 100%);
}

.story-quote p {
  color: rgba(255, 255, 255, 0.9);
}

.story-quote p:last-child {
  color: rgba(255, 239, 216, 0.86);
}

.story-logo.crown {
  width: 76px;
}

@media (max-width: 1100px) {
  .cards-3,
  .metric-grid,
  .story-columns,
  .split-showcase {
    grid-template-columns: 1fr;
  }

  .section-card-plain .section-head h2,
  .section-card-worlds .section-head h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .section-card,
  .showcase-block,
  .feature-card,
  .story-block,
  .story-quote {
    border-radius: 22px;
  }
}

