/* BEROSIM GOLD PREMIUM - FULL CSS */

* {
  box-sizing: border-box !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  outline: none !important;
}

html,
body {
  margin: 0 !important;
  background: #050505 !important;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif !important;
  overflow-x: hidden !important;
}

/* Hintergrundbild von SellAuth sichtbar lassen */
body,
main,
section {
  background: transparent !important;
}

/* Dunkles Gold Overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at top center, rgba(245,158,11,0.14), transparent 35%),
    radial-gradient(circle at bottom right, rgba(250,204,21,0.10), transparent 35%),
    rgba(5,5,5,0.82);
}

/* Gold Regen Effekt */
body::after {
  content: "";
  position: fixed;
  inset: -200%;
  pointer-events: none;
  z-index: 1;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 150px,
      rgba(255,255,255,0.018) 151px,
      rgba(255,255,255,0.018) 152px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 260px,
      rgba(245,158,11,0.055) 261px,
      rgba(245,158,11,0.055) 262px
    );
  animation: beroGoldRain 10s linear infinite;
}

@keyframes beroGoldRain {
  from { transform: translateY(-20%); }
  to { transform: translateY(20%); }
}

header,
nav,
main,
section,
footer {
  position: relative;
  z-index: 2;
}

/* Navbar */
header,
nav {
  background: rgba(8,8,8,0.88) !important;
  border-bottom: 1px solid rgba(245,158,11,0.24) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: none !important;
}

header *,
nav * {
  color: #ffffff !important;
  font-weight: 400 !important;
}

nav a,
header a {
  color: #e5e7eb !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: transparent !important;
  border: none !important;
  text-decoration: none !important;
}

nav a:hover,
header a:hover {
  color: #facc15 !important;
}

/* Sections */
section {
  padding: 44px 18px !important;
}

/* Hero */
section:first-of-type {
  min-height: 460px !important;
  padding: 80px 18px 48px !important;
}

/* Text */
h1 {
  color: #ffffff !important;
  font-size: clamp(38px, 6vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

h2 {
  color: #ffffff !important;
  font-size: clamp(25px, 3.5vw, 36px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

p,
span,
li,
div {
  font-weight: 400 !important;
}

p {
  color: #d6d3d1 !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}

section:first-of-type p {
  max-width: 720px !important;
  margin: 0 auto 24px !important;
  font-size: 15.5px !important;
  color: #fef3c7 !important;
}

/* Keine Deko-Linien */
h1::after,
h2::after,
h3::after,
section h1::after,
section h2::after,
section h3::after {
  display: none !important;
  content: none !important;
}

/* Inputs */
input,
input[type="text"],
input[type="search"],
textarea,
select {
  background: rgba(18,18,18,0.78) !important;
  border: 1px solid rgba(245,158,11,0.22) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  min-height: 44px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #facc15 !important;
  box-shadow: 0 0 0 3px rgba(250,204,21,0.10) !important;
}

input::placeholder {
  color: #a8a29e !important;
}

/* Buttons */
button,
.btn,
[class*="btn"],
a[class*="button"] {
  background: linear-gradient(135deg, #d97706, #facc15) !important;
  color: #111111 !important;
  border: 1px solid rgba(250,204,21,0.55) !important;
  border-radius: 12px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 28px rgba(245,158,11,0.16) !important;
  transition: 0.16s ease !important;
}

button:hover,
.btn:hover,
[class*="btn"]:hover,
a[class*="button"]:hover {
  filter: brightness(1.08) !important;
  transform: translateY(-1px) !important;
}

button *,
.btn *,
[class*="btn"] *,
a[class*="button"] * {
  color: #111111 !important;
}

/* Cards / Products / Features / FAQ */
.card,
[class*="card"],
[class*="product"],
[class*="feature"],
details,
[class*="faq"],
.faq,
.accordion,
.accordion-item,
[class*="accordion"] {
  background: rgba(12,12,12,0.76) !important;
  border: 1px solid rgba(245,158,11,0.20) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
  color: #ffffff !important;
}

.card:hover,
[class*="card"]:hover,
[class*="product"]:hover,
[class*="feature"]:hover,
details:hover,
[class*="faq"]:hover {
  border-color: rgba(250,204,21,0.55) !important;
  box-shadow: 0 0 24px rgba(245,158,11,0.09) !important;
}

/* Product */
[class*="product"] img {
  border-radius: 12px !important;
}

[class*="product"] h3,
[class*="product"] h4 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

[class*="product"] p,
[class*="product"] span {
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Features */
[class*="feature"] h3 {
  font-size: 17px !important;
  font-weight: 500 !important;
}

[class*="feature"] p {
  font-size: 14px !important;
  color: #d6d3d1 !important;
}

/* FAQ - Handyfreundlich */
details,
.accordion-item,
[class*="faq"],
[class*="accordion"] {
  margin-bottom: 10px !important;
}

details summary,
.accordion-button,
[class*="faq"] summary,
[class*="faq"] button,
[class*="accordion"] button {
  cursor: pointer !important;
  min-height: 54px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  padding: 16px 18px !important;
  text-align: left !important;
  width: 100% !important;
}

details p,
.accordion-body,
[class*="faq"] p,
[class*="accordion"] p {
  color: #d6d3d1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  padding: 0 18px 16px !important;
}

/* FAQ nicht fett */
details *,
[class*="faq"] *,
[class*="accordion"] * {
  font-weight: 400 !important;
}

details summary,
[class*="faq"] summary,
[class*="faq"] button,
[class*="accordion"] button {
  font-weight: 500 !important;
}

/* Weiße Slider-Kreise entfernen */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination,
.swiper-pagination-bullet,
.splide__arrow,
.splide__pagination,
.splide__pagination__page,
.embla__button,
.embla__dots,
.carousel-control-prev,
.carousel-control-next,
button[aria-label="Previous"],
button[aria-label="Next"],
button[aria-label="previous"],
button[aria-label="next"] {
  display: none !important;
}

[class*="swiper"] button,
[class*="slider"] button,
[class*="carousel"] button,
[class*="splide"] button {
  display: none !important;
}

.rounded-full.bg-white,
.bg-white.rounded-full,
[class*="rounded-full"][class*="bg-white"] {
  display: none !important;
}

/* Footer */
footer {
  background: rgba(8,8,8,0.90) !important;
  border-top: 1px solid rgba(245,158,11,0.22) !important;
  backdrop-filter: blur(14px) !important;
}

footer * {
  color: #d6d3d1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #050505;
}

::-webkit-scrollbar-thumb {
  background: #57534e;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f59e0b;
}

/* Mobile */
@media (max-width: 768px) {
  section {
    padding: 32px 14px !important;
  }

  section:first-of-type {
    min-height: 400px !important;
    padding: 60px 14px 36px !important;
  }

  h1 {
    font-size: 34px !important;
    font-weight: 600 !important;
  }

  h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
  }

  p,
  section:first-of-type p {
    font-size: 14px !important;
  }

  button,
  .btn,
  [class*="btn"],
  a[class*="button"] {
    font-size: 14px !important;
    padding: 11px 14px !important;
  }

  details summary,
  .accordion-button,
  [class*="faq"] summary,
  [class*="faq"] button,
  [class*="accordion"] button {
    min-height: 58px !important;
    font-size: 15px !important;
    padding: 16px !important;
  }

  details p,
  .accordion-body,
  [class*="faq"] p,
  [class*="accordion"] p {
    font-size: 13.5px !important;
    padding: 0 16px 15px !important;
  }
}