@font-face {
  font-family: "Mulish";
  font-weight: normal;
  src: url(../fonts/Mulish-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  src: url(../fonts/Mulish-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-weight: 600;
  src: url(../fonts/Mulish-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  src: url(../fonts/Mulish-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  src: url(../fonts/Mulish-ExtraBold.ttf);
  font-display: swap;
}

:root {
  --terracota: #8B3A1A;
  --gold: #C9A84C;
  --beige: #F2E8D5;
  --dark: #2C1A0E;
  --red-alert: #c4170c;
}

* { box-sizing: border-box; }

body {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #545454;
  margin: 0;
  padding: 0;
  background: #fff;
}

h1, h2, h3, h4, h5 {
  color: #2C1A0E;
  font-weight: bold;
}

p { margin: 18px 0; }

/* ── BARRA SUPERIOR ── */
#hero {
  background: var(--red-alert);
  padding: 10px 16px;
}
#hero .hero-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 990px;
  margin: 0 auto;
}
#hero h1 {
  font-size: 15px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ── ALERTA URGÊNCIA ── */
#urgency-bar {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#urgency-bar span {
  color: var(--gold);
}

/* ── SECTION PRINCIPALE ── */
#mainSection {
  background: #fff;
  padding: 24px 0 40px !important;
}

.container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HEADLINE ── */
#headline {
  margin-bottom: 20px;
}
#headline .label-alerte {
  display: inline-block;
  background: var(--red-alert);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
#headline h2.headline {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 14px 0;
}
#headline h2.headline .rouge {
  color: var(--red-alert);
}
#headline h2.headline .gold-text {
  color: var(--terracota);
}
#headline .subtitle {
  font-size: 17px;
  color: #444;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 8px 0;
}
#headline .meta-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
#headline .meta-info .dot {
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
}

/* ── PLAYER VIDÉO ── */
#toggle_fullscreen { margin-top: 4px; }

.embed-responsive {
  position: relative;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
input[value="yt"] + .embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
iframe#player[src*="youtube.com"],
iframe#player[src*="youtu.be"],
iframe#player[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  margin: 0;
}
#divOverPlayerYoutubeCabecalho {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 20%;
  background: #ff0000;
  z-index: 9999;
  opacity: 0;
}
#divOverPlayerYoutubeRodape {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 20%;
  background: #ff0000;
  z-index: 9999;
  opacity: 0;
}

/* ── BOUTON CTA ── */
#btnDiv { text-align: center; margin-top: 28px; }

.btnProximoPasso {
  display: inline-block;
  background: #1a9a1a;
  color: #fff !important;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 18px 40px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0 6px 0 #116611, 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.1s, box-shadow 0.1s;
  animation: pulse-btn 2s infinite;
  margin-bottom: 12px;
}
.btnProximoPasso:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #116611, 0 6px 16px rgba(0,0,0,0.2);
}
@keyframes pulse-btn {
  0%, 100% { box-shadow: 0 6px 0 #116611, 0 8px 20px rgba(0,0,0,0.2), 0 0 0 0 rgba(26,154,26,0.4); }
  50% { box-shadow: 0 6px 0 #116611, 0 8px 20px rgba(0,0,0,0.2), 0 0 0 12px rgba(26,154,26,0); }
}
.cta-sub {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}
.cta-sub svg { vertical-align: middle; margin-right: 4px; }

/* ── GARANTIE STRIP ── */
#garantie-strip {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #555;
}
#garantie-strip .garantie-icon {
  font-size: 32px;
  flex-shrink: 0;
}
#garantie-strip strong { color: #1a1a1a; display: block; margin-bottom: 2px; }

/* ── PREUVES SOCIALES (logos médias) ── */
.media-ref {
  background: #fff;
  padding: 28px 0 16px;
  border-top: 1px solid #f0f0f0;
}
.media-ref .section-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 16px;
  font-weight: 600;
}
.media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 32px;
  opacity: 0.55;
  margin-bottom: 20px;
}

/* ── RÉFÉRENCES SCIENTIFIQUES ── */
#accordionFlushScienceRefs > div { padding: 0 !important; }
#accordionFlushScienceRefs .accordion-button {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding-left: 0;
  background: transparent !important;
}
#accordionFlushScienceRefs .accordion-button:focus,
#accordionFlushScienceRefs .accordion-button:active {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #333 !important;
}
.accordion-body { font-size: 12px; color: #777; padding-left: 0; line-height: 1.7; }

/* ── FOOTER ── */
footer {
  background: #f5f5f5 !important;
  padding: 32px 0;
  border-top: 1px solid #e8e8e8;
}
.footer-disclaimer {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 16px;
}
.footer-links {
  text-align: center;
  font-size: 12px;
  color: #bbb;
  margin-bottom: 8px;
}
.footer-links a { color: #bbb; text-decoration: none; margin: 0 6px; }
.footer-copy {
  text-align: center;
  font-size: 11px;
  color: #ccc;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  #hero h1 { font-size: 13px; }
  #headline h2.headline { font-size: 22px; line-height: 1.3; }
  #headline .subtitle { font-size: 15px; }
  .btnProximoPasso { font-size: 16px; padding: 16px 24px; width: 100%; }
  .media { gap: 18px 20px; }
  #garantie-strip { flex-direction: column; text-align: center; }
}
@media (max-width: 400px) {
  #headline h2.headline { font-size: 20px; }
}
