:root {
  --bg-soft: #ffffff;
  --ink: #0c1222;
  --cream: #f7f1c2;
  --accent: #ffe56f;
  --accent-ink: #1b2d5a;
  --line: #d8e3f3;
  --shadow: 0 28px 70px rgba(6, 22, 48, 0.3);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", "Noto Sans", sans-serif;
  color: var(--ink);
  background: var(--bg-soft);
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", serif;
}

.icon {
  width: 1.05rem;
  height: 1.05rem;
  display: inline-block;
  vertical-align: -0.15rem;
  margin-right: 0.35rem;
}

.icon-lg {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 1001;
  background: #fff;
  color: #000;
  padding: 0.6rem 0.8rem;
}

.site-header {
  position: relative;
  backdrop-filter: blur(8px);
  background: rgba(13, 45, 94, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.9rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
}

.brand .icon {
  width: 1.18rem;
  height: 1.18rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  align-items: center;
}

.nav a {
  color: #e7efff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.nav .icon {
  width: 1.15rem;
  height: 1.15rem;
  vertical-align: -0.18rem;
  filter: brightness(0) saturate(100%) invert(100%);
}

.nav .btn {
  margin-top: 0;
  margin-left: 0.35rem;
  background: #f4d84c;
  border-color: #b59624;
  color: #0f2345;
}

.nav .btn .icon {
  filter: brightness(0) saturate(100%);
}

.nav a:hover,
.nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.nav .btn:hover,
.nav .btn:focus-visible {
  color: #0f2345;
  text-decoration: none;
}

.btn {
  display: inline-block;
  border: 2px solid #cfb83f;
  background: var(--accent);
  color: var(--accent-ink);
  text-decoration: none;
  font-weight: 800;
  padding: 0.9rem 1.5rem;
  margin-top: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 229, 111, 0.38);
}

main {
  display: block;
}

section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.2rem 1.2rem;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  max-width: none;
  background: radial-gradient(circle at 70% 15%, #3f8fe0 0%, transparent 45%),
    linear-gradient(145deg, #15458e 0%, #266abf 55%, #1a5cad 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 260px;
  background: linear-gradient(to top, rgba(7, 22, 47, 0.3), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.2rem 4rem;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 2rem;
  align-items: center;
}

.kicker {
  margin: 0 0 0.6rem;
  color: #d8e7ff;
  font-weight: 700;
}

.kicker .icon {
  filter: brightness(0) saturate(100%) invert(90%) sepia(29%) saturate(691%) hue-rotate(327deg)
    brightness(109%) contrast(102%);
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero p {
  margin: 1.2rem 0 0;
  font-size: clamp(1.02rem, 2.2vw, 1.38rem);
  max-width: 34ch;
  color: #f4f8ff;
}

.hero .btn {
  margin-top: 1.7rem;
}

.art-wrap {
  justify-self: center;
  width: min(100%, 500px);
  aspect-ratio: 1 / 1;
  position: relative;
}

.calendar-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: block;
  animation: float 4.4s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-9px) rotate(1deg);
  }
}

.content-section {
  border-top: 1px solid var(--line);
}

.section-title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.6rem, 3.3vw, 2.3rem);
  line-height: 1.2;
  color: #0f2345;
}

.section-title .icon {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: -0.2rem;
}

.lead {
  margin: 0;
  max-width: 62ch;
  font-size: 1.12rem;
  line-height: 1.7;
  color: #1b2f52;
}

#produkt .lead {
  max-width: none;
}

#probleme .lead {
  max-width: none;
}

.plain-list {
  margin: 1rem 0 0;
  padding-left: 0;
  list-style: none;
}

.plain-list li {
  margin: 0.62rem 0;
  color: #193054;
}

.plain-list .icon {
  width: 1.15rem;
  height: 1.15rem;
  vertical-align: -0.18rem;
}

.quote-line {
  margin: 0.95rem 0;
  padding: 0.7rem 0;
  border-top: 1px solid #cbddff;
  font-size: 1.2rem;
}

.cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.card {
  background: linear-gradient(165deg, #ffffff, #f5f9ff);
  border: 1px solid #c6d5ec;
  box-shadow: 0 10px 24px rgba(17, 38, 79, 0.1);
  padding: 1.05rem 1.05rem 1.15rem;
  border-radius: 12px;
}

.card h3 {
  margin: 0;
  font-size: 1.18rem;
  color: #112b54;
}

.card h3 .icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -0.2rem;
}

.card p {
  margin: 0.65rem 0 0;
  line-height: 1.65;
  color: #1a3157;
}

.signal-map {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.signal-col {
  padding: 1.15rem;
  border: 1px solid #c2d2ea;
  border-radius: 12px;
}

.signal-col h3 {
  margin: 0 0 0.5rem;
  font-size: 1.16rem;
}

.signal-col h3 .icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -0.2rem;
}

.signal-risk {
  background: linear-gradient(150deg, #fff8dd, #ffeeb4);
}

.signal-action {
  background: linear-gradient(155deg, #ecfff5, #d8f7e9);
}

.signal-arrow {
  display: grid;
  place-items: center;
  min-width: 52px;
}

.signal-arrow .icon {
  margin: 0;
}

#faq h3 {
  margin: 1.05rem 0 0.3rem;
  font-size: 1.16rem;
  color: #112b54;
}

#faq h3 .icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: -0.18rem;
}

#faq p {
  margin-top: 0;
  line-height: 1.7;
  color: #193054;
}

.support-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem;
}

.support-symbol {
  width: clamp(140px, 18vw, 220px);
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  background: #fff9d9;
  border: 1px solid #dbc56a;
  box-shadow: 0 12px 28px rgba(18, 39, 79, 0.14);
  display: grid;
  place-items: center;
}

.support-symbol img {
  width: 68%;
  height: 68%;
  display: block;
}

#support .lead {
  max-width: none;
}

#support .btn,
.nav .btn {
  padding: 0.82rem 1.38rem;
  font-size: 1rem;
  border-radius: 6px;
}

#support .btn {
  margin-top: 1.25rem;
}

#bestellen .btn {
  margin-top: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  padding: 1.5rem 1.2rem 2.3rem;
  text-align: center;
  color: #33486d;
  border-top: 1px solid var(--line);
  background: #fbfdff;
}

.site-footer a {
  color: #163f86;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    text-align: left;
  }

  .art-wrap {
    width: min(86%, 380px);
    margin-top: 1rem;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .signal-map {
    grid-template-columns: 1fr;
  }

  .support-row {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .support-symbol {
    width: clamp(120px, 26vw, 170px);
    justify-self: start;
  }

  .signal-arrow {
    transform: rotate(90deg);
    min-height: 42px;
  }
}

@media (max-width: 720px) {
  .nav-wrap {
    gap: 0.7rem;
  }

  .brand {
    width: 100%;
  }

  .nav {
    display: none;
  }

  .support-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .support-symbol {
    width: clamp(116px, 38vw, 150px);
    justify-self: center;
  }

  section {
    padding: 2.7rem 1rem;
  }

  .site-footer nav {
    flex-direction: column;
    gap: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
