:root {
  --color-primary: #1a01f5;
  --color-bg: #eaeaea;
  --color-contrast-higher: #414141;
  --color-contrast-high: rgba(#414141, .75);
  --color-contrast-medium: rgba(#414141, .5);
  --color-contrast-lower: rgba(#414141, .15);
  --font-primary: Roboto;
  --font-headings: Roboto;
}
.color-contrast-medium {
  color: rgba(65, 65, 65, 0.5);
}
.color-contrast-low {
  color: rgba(65, 65, 65, 0.3);
}
.bg-contrast-lower, .bones__line, .s-tabs__list::after {
  background-color: rgba(65, 65, 65, 0.15);
}
.main-header__top-section {
  background-color: #ffffff;
  color: #000000;
}
.main-header__top-section .main-header__link, .main-header__top-section .main-header__link:hover {
  color: #000000;
}
.main-header__logo {
  height: 120px;
}
.main-header__mobile-content .main-header__logo {
  height: 90px;
}
.main-header__nav::before {
  height: calc(90px + (var(--space-xxs) *2));
}
.main-header--mobile .main-header__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-header--mobile .main-header__dropdown, .main-footer .border-top, .main-footer.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.btn--primary {
  background-color: #1a01f5;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: rgba(26, 1, 245, 0.65);
}
.bundle__plus {
  background-color: #1a01f5;
  color: #ffffff;
}
body {
  background-color: #eaeaea;
  color: #414141;
}
.bg {
  background-color: #eaeaea;
}
.main-header:not(.main-header--transparent), .main-footer, .coming-soon {
  background-color: #ffffff;
  color: #000000;
  --color-bg: #ffffff;
}
.main-header__search-form.bg {
  background-color: #ffffff;
}
@media (min-width: 64rem) {
  .dropdown__menu, .main-header__dropdown {
    background-color: #eaeaea;
  }
  .main-header__dropdown-link {
    color: #414141;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* ---- Force Montserrat everywhere ---- */
body, html, h1, h2, h3, h4, h5, h6, p, a, span, li, button, input, select, textarea, label, strong, b, small, .btn, .nav, .header, .footer, .price, .product-title {
  font-family: "Montserrat", Roboto, "Segoe UI", system-ui, -apple-system, Arial, sans-serif !important;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
/* ===== Startseite: Kacheln + Trust ===== */
.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #cbd3e0;
}
.tile__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--accent);
}
.trust {
  grid-template-columns: repeat(4, 1fr);
}
.trust__item {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: var(--muted);
}
@media (max-width: 980px) {
  .trust {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Hero Bildrahmen */
.border {
  border: 1px solid var(--border);
}
.radius-md {
  border-radius: 12px;
}
:root {
  --header-h:96px;
  --header-h-sm:68px;
}
.main-header--transparent + section, .js-main-header + section:first-of-type {
  padding-top: var(--header-h) !important;
}
@media (max-width: 980px) {
  .main-header--transparent + section, .js-main-header + section:first-of-type {
    padding-top: var(--header-h-sm) !important;
  }
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 560px);
  gap: 24px;
  align-items: center;
}
.home-hero__media .media-wrapper {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--panel);
  overflow: hidden;
}
.home-hero__media .media-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.home-hero__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.home-hero__content h1 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  color: var(--primary);
  font-weight: 700;
  margin: 0 0 8px 0;
}
.js-main-header {
  position: relative;
  z-index: 1000;
}
.banner-card .btn {
  background: var(--primary);
}
.banner-card .btn:hover {
  background: var(--primary-hover);
}
@media (max-width: 980px) {
  .banner-card__content {
    min-height: 180px;
  }
}
/* CTA-Varianten */
.btn--ghost {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--primary);
}
.btn--ghost:hover {
  border-color: var(--primary-hover);
  color: #fff;
  background: var(--primary-hover);
}
/* Hero Headline Feinschliff */
.home-hero__content h1 {
  letter-spacing: -0.2px;
}
.home-hero__content p {
  max-width: 46ch;
}
/* Badges unter dem CTA */
.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 0;
  list-style: none;
}
.hero-badges li {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-weight: 600;
}
/* Bild-Rahmen + Glanz */
.home-hero__media {
  position: relative;
}
.home-hero__media .media-wrapper {
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.home-hero__media img {
  border-radius: 16px;
}
/* Dezente Deko hinter dem Bild */
.home-hero__media::after {
  content: "";
  position: absolute;
  inset: auto -20px -20px auto;
  width: 140px;
  height: 140px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 87, 216, 0.12), transparent 60%);
  pointer-events: none;
}
/* Spacing fein */
.home-hero-wrap {
  padding-top: 36px;
  padding-bottom: 32px;
}
@media (max-width: 980px) {
  .hero-badges {
    gap: 8px;
  }
}
/* === Vertikale Banner Grid === */
.category-banner-grid {
  margin: 48px 0;
}
.banner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.banner-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 480px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.banner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05));
  transition: opacity 0.25s ease;
}
.banner-item span {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}
.banner-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}
.banner-item:hover::after {
  opacity: 0.25;
}
@media (max-width: 980px) {
  .banner-item {
    height: 360px;
  }
}
/* Rechte Seite: klickbarer Banner */
.hero-media-banner {
  display: block;
  position: relative;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s, box-shadow 0.25s;
}
.hero-media-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05));
}
.hero-media-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  max-width: 75%;
}
.hero-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #0a84ff;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
.hero-media-content h3 {
  margin: 0 0 4px 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}
.hero-cta {
  display: inline-block;
  color: #e6ecf5;
  font-weight: 600;
}
.hero-media-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}
@media (max-width: 980px) {
  .hero-media-banner {
    height: 300px;
  }
  .hero-media-content {
    max-width: 90%;
  }
}
.ucard {
  display: flex;
  align-items: flex-end;
  min-height: 220px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--border);
  padding: 16px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.ucard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}
.ucard span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}
.ucard:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  transition: 0.25s;
}
.faq {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: #fff;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.faq__a {
  padding-top: 8px;
  color: #505a6b;
}
/* Trust-Leiste schlicht */
.trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trust__item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  color: #2e3440;
  line-height: 1;
}
@media (max-width: 980px) {
  .trust {
    gap: 8px;
  }
  .trust__item {
    padding: 8px 12px;
  }
}
.reel-embeds .instagram-media {
  margin: 0 auto 20px;
  max-width: 340px;
}
.reel-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.reel-card {
  position: relative;
  display: block;
  width: 320px;
  aspect-ratio: 0.5625;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reel-play {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .reel-card {
    width: 260px;
  }
}
/* Instagram Reels Grid */
.video-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.video-grid video {
  width: 320px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  background: #000;
}
.video-grid video:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}
@media (max-width: 980px) {
  .video-grid video {
    width: 260px;
  }
}
