/* DREO advertorial: brand components (mirrors fr-dreo-fan) */

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-discount {
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 0.625rem 1rem;
}

.header-discount__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 640px) {
  .header-discount__text {
    font-size: 13px;
  }
}

.cta-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #d39208;
  padding: 0.875rem 1.5rem;
  font-size: 15px;
  font-weight: 700;
  color: #121212;
  text-decoration: none;
  transition: background 0.15s ease;
  background: linear-gradient(0deg, #ffd164 4.46%, #ffdf92 100%);
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .cta-gold {
    font-size: 1rem;
  }
}

.cta-gold:hover {
  background: linear-gradient(0deg, #ffb300 4.46%, #ffc741 100%);
}

.cta-gold--sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .cta-gold--sm {
    font-size: 15px;
  }
}

.hero-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}

.hero-sticky-cta.is-visible {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .hero-sticky-cta {
    display: none !important;
  }
}

.article-prose p {
  font-family: 'Libre Baskerville', Georgia, Cambria, serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(18, 18, 18, 0.9);
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .article-prose p {
    font-size: 18px;
  }
}

.article-prose strong {
  font-weight: 700;
  color: #121212;
}

.flag-fr {
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    #002395 0%,
    #002395 33.33%,
    #fff 33.33%,
    #fff 66.66%,
    #ed2939 66.66%,
    #ed2939 100%
  );
  flex-shrink: 0;
}
