/* GALAXIS Startseite Calm V7.1
   Ziel: Finder heller, klarer, kaufstärker.
   Nur Startseite/Design. Keine Shop-Logik.
*/

/* Finderbox wirklich hell und deutlich vom Navy-Hero abheben */
.galx-home--calm-v7 .galx-finder-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  color: #10233d !important;
  border: 1px solid rgba(8, 35, 63, 0.12) !important;
  box-shadow: 0 24px 58px rgba(6, 27, 49, 0.22) !important;
}

/* Finder-Headline: sofort lesbar */
.galx-home--calm-v7 .galx-finder-card__head h2 {
  color: #08233f !important;
  opacity: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em;
}

.galx-home--calm-v7 .galx-finder-card__head p {
  color: #405269 !important;
  opacity: 1 !important;
}

/* Tabs kleiner, ruhiger, weniger Alarm */
.galx-home--calm-v7 .galx-search-tabs {
  background: #eef3f8 !important;
  border: 1px solid rgba(8, 35, 63, 0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  padding: 5px !important;
}

.galx-home--calm-v7 .galx-search-tabs button {
  color: #586a80 !important;
  font-weight: 750 !important;
  border-radius: 999px !important;
  min-height: 42px;
}

.galx-home--calm-v7 .galx-search-tabs button.is-active {
  background: #ffffff !important;
  color: #08233f !important;
  box-shadow: 0 8px 18px rgba(8, 35, 63, 0.12) !important;
}

/* Suchfeld größer, ruhiger, klarer */
.galx-home--calm-v7 .galx-input-wrap {
  min-height: 56px !important;
  background: #ffffff !important;
  border: 2px solid rgba(8, 35, 63, 0.16) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 24px rgba(8, 35, 63, 0.08) !important;
}

.galx-home--calm-v7 .galx-input-wrap:focus-within {
  border-color: rgba(255, 107, 69, 0.78) !important;
  box-shadow: 0 14px 30px rgba(255, 107, 69, 0.16) !important;
}

.galx-home--calm-v7 .galx-input {
  color: #08233f !important;
  font-size: 15.5px !important;
  font-weight: 650;
}

.galx-home--calm-v7 .galx-input::placeholder {
  color: #7e8da0 !important;
  font-weight: 500;
}

.galx-home--calm-v7 .galx-input-ico {
  color: #ff6b45 !important;
  opacity: 1 !important;
}

/* Suchbutton stark, aber sauber */
.galx-home--calm-v7 .galx-btn--primary {
  min-height: 56px !important;
  border-radius: 16px !important;
  background: #ff6b45 !important;
  border-color: #ff6b45 !important;
  box-shadow: 0 14px 28px rgba(255, 107, 69, 0.24) !important;
  font-weight: 850 !important;
}

.galx-home--calm-v7 .galx-btn--primary:hover,
.galx-home--calm-v7 .galx-btn--primary:focus {
  background: #e95d39 !important;
  border-color: #e95d39 !important;
}

/* Kompatibilitäts-Hinweis sichtbarer, aber dezent */
.galx-home--calm-v7 .galx-tip {
  background: rgba(8, 35, 63, 0.055) !important;
  color: #405269 !important;
  border: 1px solid rgba(8, 35, 63, 0.08) !important;
  border-radius: 12px !important;
  padding: 8px 10px !important;
}

/* Code-Bereich heller und kompakter */
.galx-home--calm-v7 .galx-code {
  background: #f4f7fb !important;
  border: 1px solid rgba(8, 35, 63, 0.09) !important;
  border-radius: 16px !important;
  padding: 10px !important;
  margin-top: 12px !important;
}

.galx-home--calm-v7 .galx-code summary {
  color: #08233f !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  padding: 2px 0 9px !important;
}

.galx-home--calm-v7 .galx-code__body {
  margin-top: 0 !important;
}

.galx-home--calm-v7 .galx-code__grid {
  gap: 9px !important;
}

.galx-home--calm-v7 .galx-code__item {
  background: #ffffff !important;
  border: 1px solid rgba(8, 35, 63, 0.08) !important;
  border-radius: 14px !important;
  padding: 8px !important;
  box-shadow: 0 8px 18px rgba(8, 35, 63, 0.055) !important;
}

.galx-home--calm-v7 .galx-code__img {
  border-radius: 10px !important;
  max-height: 82px !important;
  object-fit: contain !important;
}

.galx-home--calm-v7 .galx-code__title {
  color: #08233f !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  margin-top: 6px !important;
}

.galx-home--calm-v7 .galx-code__text {
  color: #5c6d82 !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

/* Linke Trust-Kacheln etwas leichter */
.galx-home--calm-v7 .galx-mini-trust__item {
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.galx-home--calm-v7 .galx-mini-trust__ico {
  background: rgba(255, 107, 69, 0.20) !important;
  border: 1px solid rgba(255, 107, 69, 0.35);
}

/* Trust-Leiste unten bleibt, aber etwas eleganter */
.galx-home--calm-v7 .galx-trust {
  margin-top: -28px;
}

.galx-home--calm-v7 .galx-trust__grid {
  box-shadow: 0 16px 36px rgba(8, 35, 63, 0.12);
}

/* Mobile Feinkorrektur */
@media (max-width: 991.98px) {
  .galx-home--calm-v7 .galx-finder-card {
    box-shadow: 0 18px 42px rgba(6, 27, 49, 0.18) !important;
  }
}

@media (max-width: 575.98px) {
  .galx-home--calm-v7 .galx-finder-card {
    border-radius: 20px !important;
  }

  .galx-home--calm-v7 .galx-finder-card__head h2 {
    font-size: 22px !important;
  }

  .galx-home--calm-v7 .galx-search-tabs button {
    min-height: 38px;
    font-size: 12px !important;
  }

  .galx-home--calm-v7 .galx-input-wrap,
  .galx-home--calm-v7 .galx-btn--primary {
    min-height: 50px !important;
    border-radius: 14px !important;
  }

  .galx-home--calm-v7 .galx-code__grid {
    grid-template-columns: 1fr !important;
  }

  .galx-home--calm-v7 .galx-code__img {
    max-height: 95px !important;
  }

  .galx-home--calm-v7 .galx-trust {
    margin-top: -14px;
  }
}
