/* ===========================
   RESET & BASE
=========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'Inter', sans-serif;
  background: #e8f4fc;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ===========================
   HERO AREA (BG + Text + Cards)
=========================== */
.hero-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 36px 16px 40px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* leichte Aufhellung nur oben für Lesbarkeit */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(232, 244, 252, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(232, 244, 252, 0.15) 70%,
    rgba(232, 244, 252, 0.55) 100%
  );
}

/* ===========================
   HERO CONTENT
=========================== */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 28px;
}

.main-logo {
  margin: 0 0 14px;
  line-height: 0;
}

.main-logo-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}

.tagline-1 {
  font-size: 28px;
  font-weight: 600;
  color: #0f2044;
  letter-spacing: 0.2px;
}

.tagline-2 {
  font-size: 30px;
  font-weight: 700;
  color: #3b9dd9;
  letter-spacing: 0.2px;
}

.heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 140px;
  margin: 6px 0 4px;
}

.tagline-3 {
  font-size: 16px;
  font-weight: 600;
  color: #0f2044;
  letter-spacing: 0.3px;
}

/* ===========================
   CARDS
=========================== */
.cards-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: end;
}

.card {
  border-radius: 20px;
  padding: 26px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 28px rgba(15, 32, 68, 0.12);
  gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  position: relative;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 32, 68, 0.16);
}

/* ===========================
   CARD 1: TABAK
=========================== */
.card-tabak {
  background: linear-gradient(180deg, #ffffff 55%, #fff8dc 100%);
  height: 440px;
}

.card-logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
}

.card-logo-img {
  width: 100%;
  max-width: 210px;
  height: auto;
  display: block;
  object-fit: contain;
}

.card-icons-row {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.icon-item span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #374151;
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.tabak-circle  { background: #fef9c3; }
.lotto-circle  { background: #dcfce7; }
.reisen-circle { background: #dbeafe; }

.icon-circle svg {
  width: 32px;
  height: 32px;
}

.card-desc {
  font-size: 14px;
  color: #374151;
  line-height: 1.55;
}

/* ===========================
   CARD BUTTONS
=========================== */
.card-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 14px 28px;
  border-radius: 50px;
  transition: opacity 0.2s ease, transform 0.15s ease;
  margin-top: auto;
}

.card-btn:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

.tabak-btn {
  background: #d4a017;
  color: #ffffff;
}

/* ===========================
   CARD 2: POTTHELDEN
=========================== */
.card-potthelden {
  background: linear-gradient(180deg, #ffffff 50%, #ffe4ec 100%);
  padding: 32px 22px 28px;
  gap: 16px;
  height: 520px;
}

.card-featured {
  z-index: 3;
  position: relative;
  margin-bottom: 0;
  box-shadow: 0 10px 32px rgba(15, 32, 68, 0.14);
}

.potthelden-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
}

.potthelden-logo-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}

.potthelden-heart-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 160px;
}

.heart-line {
  flex: 1;
  height: 2px;
  background: #f43f5e;
  border-radius: 1px;
  opacity: 0.85;
}

.heart-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.potthelden-btn {
  background: #f43f5e;
  color: #ffffff;
}

/* ===========================
   CARD 3: GASTRONOMIEBERATUNG
=========================== */
.card-gastro {
  background: linear-gradient(180deg, #ffffff 55%, #e8f9ef 100%);
  height: 440px;
}

.gastro-device-icon {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

.device-svg {
  width: 88px;
  height: 66px;
}

.gastro-list {
  list-style: none;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.gastro-list li {
  font-size: 12.5px;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.35;
}

.check {
  color: #22c55e;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.gastro-btn {
  background: #3d6b3a;
  color: #ffffff;
}

/* ===========================
   INFO BAR
=========================== */
.info-bar {
  background: #e8f4fc;
  padding: 48px 20px 56px;
}

.info-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 0;
  box-shadow: 0 6px 28px rgba(15, 32, 68, 0.1);
}

.info-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
}

.info-item:first-child { padding-left: 4px; }
.info-item:last-child { padding-right: 4px; }

.info-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f7ff;
  border-radius: 16px;
}

.info-icon svg {
  width: 44px;
  height: 44px;
}

.info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-text strong {
  font-size: 18px;
  font-weight: 700;
  color: #0f2044;
  letter-spacing: -0.2px;
}

.info-text span {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.45;
}

.info-divider {
  width: 2px;
  height: 64px;
  background: #e5e7eb;
  flex-shrink: 0;
  border-radius: 1px;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  background: #0f2044;
  padding: 20px 16px;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.footer-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.footer-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 900px) {
  .cards-wrapper {
    max-width: 720px;
    gap: 14px;
  }

  .main-logo-img {
    max-width: 240px;
  }

  .tagline-1,
  .tagline-2 {
    font-size: 24px;
  }

  .card-tabak,
  .card-gastro {
    height: 420px;
  }

  .card-potthelden {
    height: 490px;
  }
}

@media (max-width: 768px) {
  .hero-area {
    padding: 28px 14px 32px;
  }

  .main-logo-img {
    max-width: 210px;
  }

  .tagline-1 {
    font-size: 22px;
  }

  .tagline-2 {
    font-size: 24px;
  }

  .cards-wrapper {
    grid-template-columns: 1fr;
    max-width: 380px;
    gap: 18px;
    align-items: stretch;
  }

  .card-tabak,
  .card-gastro,
  .card-potthelden {
    height: auto;
  }

  .card-featured {
    order: -1;
  }

  .potthelden-logo-img {
    max-width: 260px;
  }

  .info-bar {
    padding: 36px 14px 44px;
  }

  .info-bar-inner {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .info-divider {
    width: 100%;
    height: 2px;
  }

  .info-item {
    padding: 0;
    gap: 16px;
    width: 100%;
  }

  .info-icon {
    width: 56px;
    height: 56px;
  }

  .info-icon svg {
    width: 38px;
    height: 38px;
  }

  .info-text strong {
    font-size: 17px;
  }

  .info-text span {
    font-size: 14px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 14px;
  }

  .footer-divider {
    width: 80px;
    height: 1px;
  }

  .footer-item {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .main-logo-img {
    max-width: 180px;
  }
}
