/* ======================================
   FONTS & BASICS
====================================== */
body.bc-cream-bg {
  background-color: #FAF8F4; /* cream */
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #333333;
  margin: 0;
}

/* Base Headings */
h1, h2, h3, .serif-font {
  font-family: 'Playfair Display', serif;
}

/* Container limits */
.hero-section, .section-divider, .search-section, .features-section, .cta-section, .header-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Header Adjustments */
.header-container {
  padding: 1.5rem 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ======================================
   HERO SECTION
====================================== */
.hero-section {
  padding: 7rem 2.8rem 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: center;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Eyebrow Style */
.eyebrow-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow-line {
  width: 28px;
  height: 1px;
  background-color: #8fa583; /* sage */
}

.eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8fa583;
}

/* Headline */
.hero-left h1 {
  font-size: clamp(2.8rem, 4.8vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
  color: #222222;
  margin: 0;
}

.italic-sage {
  font-style: italic;
  color: #8fa583;
}

.hero-text {
  font-size: 0.9rem;
  line-height: 1.84;
  color: #4a4a4a; /* ink */
  max-width: 390px;
  margin: 0;
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.btn-bronze {
  background-color: #c2a890; /* bronze */
  color: #ffffff;
  padding: 0.8rem 1.6rem;
  border-radius: 99px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease;
}

.btn-bronze:hover {
  background-color: #b1967d;
}

.btn-ghost {
  background-color: transparent;
  color: #333333;
  padding: 0.8rem 1.6rem;
  border-radius: 99px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c2a890;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.btn-ghost:hover {
  background-color: #c2a890;
  color: #ffffff;
}

/* Social Proof */
.social-proof {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-top: 0.3rem;
}

.avatar-group {
  display: flex;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2.5px solid #FAF8F4;
  margin-left: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}

.avatar:first-child {
  margin-left: 0;
}

.proof-ratings {
  display: flex;
  flex-direction: column;
}

.stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 3px;
}

.rating-number {
  font-size: 0.78rem;
  font-weight: 600;
  color: #222222; /* charcoal */
  margin-left: 5px;
}

.rating-text {
  font-size: 0.7rem;
  color: #777777; /* inkFaint */
  margin: 0;
}

/* Hero Right Image & Glow */
.hero-right {
  position: relative;
}

.radial-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143,165,131,0.12) 0%, transparent 70%);
  z-index: 0;
}

.lippenstift-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  background-color: #EDE8E0;
}

/* Floating Cards Base */
.floating-card {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(34,34,34,0.08);
  border: 1px solid rgba(0,0,0,0.02);
}

/* TL Card */
.card-tl {
  top: 24px;
  left: -22px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-box-sage {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: rgba(143,165,131,0.15); /* sageBg */
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title-tiny {
  font-size: 10.5px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.06em;
  margin: 0;
}

.card-sub-tiny {
  font-size: 10px;
  color: #777777;
  margin: 2px 0 0 0;
}

/* BR Card */
.card-br {
  bottom: 24px;
  right: -22px;
  padding: 13px 18px;
  min-width: 140px;
}

.live-pulse-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #8fa583;
}

.pulse-text {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  color: #8fa583;
}

.card-analysis-title {
  font-size: 12px;
  font-weight: 500;
  color: #222222;
  margin: 0;
}

.progress-bar-bg {
  margin-top: 7px;
  height: 3px;
  border-radius: 99px;
  background-color: rgba(34,34,34,0.07);
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  width: 74%;
  border-radius: 99px;
  background: linear-gradient(90deg, #8fa583, #A8C09A);
}

/* ======================================
   DIVIDER
====================================== */
.section-divider {
  padding: 0 2.8rem;
}

.divider-line {
  border-top: 1px solid rgba(34,34,34,0.08); /* borderClr */
}

/* ======================================
   SEARCH SECTION
====================================== */
.search-section {
  padding: 4rem 2.8rem 2rem;
}

.search-section h2 {
  font-size: 2rem;
  font-weight: 400;
  color: #222222;
  margin-bottom: 1.5rem;
}

.search-form {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(34,34,34,0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.search-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: transparent;
}

.search-form button {
  background-color: #c2a890;
  color: #ffffff;
  border: none;
  padding: 12px 26px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.search-form button:hover {
  background-color: #b1967d;
}

.search-results-grid {
  padding: 0 2.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

/* ======================================
   FEATURES
====================================== */
.features-section {
  padding: 6rem 2.8rem;
}

.section-title-center {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title-center h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 400;
  margin-top: 1rem;
  color: #222222;
}

.section-title-center em {
  font-style: italic;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.feature-card {
  background: #ffffff;
  padding: 2.2rem;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(34,34,34,0.03); /* cardShadow */
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2), box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.01);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(34,34,34,0.10);
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: rgba(143,165,131,0.15); /* sageBg */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fa583;
}

.card-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: rgba(34,34,34,0.07);
  line-height: 1;
}

.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #222222;
  margin: 0 0 0.6rem 0;
}

.feature-card p {
  font-size: 0.83rem;
  line-height: 1.78;
  color: #333333;
  margin: 0;
}

/* ======================================
   CTA BANNER
====================================== */
.cta-section {
  padding: 0 2.8rem 7rem;
}

.cta-banner {
  background-color: #3D3A28;
  border-radius: 26px;
  padding: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-left {
  display: flex;
  flex-direction: column;
}

.cta-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8fa583;
}

.cta-banner h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #ffffff;
  margin: 0.9rem 0 0 0;
  line-height: 1.2;
}

.italic-bronze {
  font-style: italic;
  color: #c2a890;
}

.cta-subtext {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.38);
  margin: 0.8rem 0 0 0;
}

.shrink-0 {
  flex-shrink: 0;
}

/* ======================================
   RESPONSIVE DESIGN
====================================== */
@media(max-width: 992px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 4rem 2rem;
    text-align: center;
  }
  .hero-left {
    align-items: center;
  }
  .eyebrow-wrapper {
    justify-content: center;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-buttons {
    justify-content: center;
  }
  .social-proof {
    flex-direction: column;
    gap: 0.8rem;
  }
  .hero-right {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 3rem 2rem;
  }
}

@media(max-width: 576px) {
  .search-form {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }
  .search-form input {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 12px;
  }
  .floating-card {
    display: none; /* Verhindert Überlappungen auf Kleinstbildschirmen */
  }
}
/* ======================================
   FOOTER
====================================== */
.main-footer {
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 2.5rem 2rem;
  box-sizing: border-box;

  background-color: #d3ddb4;
  border-radius: 10px;

  text-align: center;
}

.main-footer p {
  margin: 0;
}

.main-footer a {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

.main-footer a:hover {
  text-decoration: underline;
}
