:root {
  color: #111827;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; }
body { background: #fff; }
img { display: block; max-width: 100%; }
#container { width: 100%; min-height: 100vh; }

.today-header { background: #fff; border-bottom: 1px solid #e5e7eb; }
.today-header-container {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: 1200px; height: 50px; margin: 0 auto; padding: 0 16px;
}
.today-header-left, .today-header-right { display: flex; align-items: center; }
.today-logo-img { width: auto; height: 30px; }
.today-nav { display: flex; align-items: center; gap: 1.75rem; }
.today-nav span, .today-signin-label { color: #151515; font-size: 0.9375rem; font-weight: 700; }
.today-header-right { gap: 1rem; }
.today-search-icon { position: relative; display: block; width: 40px; height: 40px; }
.today-search-icon::before { content: ""; position: absolute; top: 10px; left: 9px; width: 13px; height: 13px; border: 2px solid #333; border-radius: 50%; }
.today-search-icon::after { content: ""; position: absolute; top: 24px; left: 23px; width: 8px; height: 2px; background: #333; transform: rotate(45deg); transform-origin: left center; }
.today-signin-label { display: inline-block; padding: 0.5rem 1rem; border: 1px solid #e5e7eb; border-radius: 20px; }

.principal { width: 100%; max-width: none; margin: 0 auto; padding: 0; }
.hero-section { padding: 0; font-family: Arial, Helvetica, sans-serif; }
.hero-content { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 8px; }
.hero-content h1 { margin: 16px 0 8px; color: #374151; font-size: 1.875rem; font-weight: 700; line-height: 1.25; text-align: left; }
.hero-content h1 strong { font-weight: 900; }
.video-container { margin-bottom: 2rem; overflow: hidden; border-radius: 0.75rem; background: #f8f9fa; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); }
.player-placeholder { position: relative; width: min(100%, 400px); aspect-ratio: 4 / 5; margin: 0 auto; background: #050505; overflow: hidden; }
.player-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.advertiser-logos { width: auto; height: auto; max-width: 500px; max-height: 100px; margin: 20px auto 1rem; object-fit: contain; }

#fb-comments { width: calc(100% - 16px); max-width: 1184px; margin: 62.4px auto 0; padding: 0; font-family: "Nunito Sans", "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 13px; }
.fb-heading { margin: 2.125em 0 0.625em; color: #555; font-size: 1.1em; font-weight: 400; text-align: left; }
.comments-container { display: flex; flex-direction: column; gap: 1.25em; border: 0.0625em solid #e9ebee; border-radius: 1.25em; padding: 1.25em 1.25em 0; }
.comment { display: flex; align-items: flex-start; justify-content: flex-start; position: relative; width: 100%; max-width: 100%; gap: 0.625em; }
.comment.answer { margin-left: 3.625em; max-width: calc(100% - 3.625em); margin-bottom: 0.75em; }
.comment.answer + .answer { margin-top: -0.75em; }
.user-avatar { width: auto; height: auto; max-width: 3em; max-height: 3em; flex: 0 0 auto; border-radius: 50%; object-fit: cover; }
.comment-data { width: 100%; min-width: 0; }
.user { color: #050505; border-radius: 0.75em; background-color: #f0f2f5; padding: 0.375em 0.75em 0.75em; }
.name { margin: 0; color: #365899; font-weight: 700; font-size: 16px; line-height: 1.5; }
.text { margin: 0; color: #050505; font-weight: 400; font-size: 16px; line-height: 1.5; width: fit-content; text-align: left; }
.buttons { display: flex; align-items: center; justify-content: flex-start; gap: 0.3125em; margin: 0.125em 0 0 0.75em; line-height: 1.5; }
.buttons span, .buttons b, .buttons time { color: #888; font-size: 0.8em; user-select: none; }
.buttons span { font-weight: 600; }
.likes { position: absolute; right: 0; bottom: -0.625em; display: flex; align-items: center; line-height: 1; color: #888; font-size: 0.875em; background: #fff; border: 0.125em solid #eaebef; border-radius: 6.25em; padding: 0.18em 0.35em 0.18em 0.2em; }
.likes::before { content: "♥"; display: inline-grid; place-items: center; width: 1.25em; height: 1.25em; margin-right: 0.15em; color: #fff; font-size: 0.8em; background: #2e80d5; border-radius: 50%; box-shadow: 0.6em 0 0 -0.08em #f44767; }
.comments-closed { margin: 0.9375em 0 5px; color: #555; font-size: 0.875em; font-weight: 600; text-align: center; }
.site-footer { min-height: 184.5px; padding: 25px 1rem; color: #fff; background: #c57b73; font-size: 13px; text-align: center; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.site-footer p { margin: 0; }
.footer-link { text-decoration: underline; }

/* Post-pitch reveal. The source keeps this content hidden until the player
   reaches its pitch; these rules preserve the same initial state locally. */
.is-hidden { display: none !important; }
.post-pitch { width: 100%; background: #fffdf8; color: #111; }
.quiz-shell { width: min(100% - 32px, 540px); margin: 0 auto; padding: 40px 0 48px; }
.quiz-brand { margin: 0 auto 28px; text-align: center; }
.quiz-brand-yo { color: #d4a742; font-size: 28px; font-weight: 700; }
.quiz-brand-burn { color: #111; font-size: 28px; font-weight: 900; letter-spacing: -1px; text-transform: uppercase; }
.quiz-brand small { display: block; margin-top: 6px; color: #3d3a36; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }
.quiz-progress { margin-bottom: 8px; color: #3d3a36; font-size: 11px; letter-spacing: 1.3px; text-transform: uppercase; }
.quiz-progress > div { display: flex; justify-content: space-between; margin-bottom: 8px; }
.quiz-progress-track { display: block; height: 4px; overflow: hidden; border-radius: 99px; background: #ede4cc; }
.quiz-progress-track > span { display: block; width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #e8c76a, #d4a742); transition: width .25s ease; }
.quiz-card { padding: 36px; border-radius: 24px; background: #fff; box-shadow: 0 4px 40px rgb(212 167 66 / 8%), 0 1px 4px rgb(0 0 0 / 4%); }
.quiz-step { display: none; }
.quiz-step.is-active { display: block; }
.quiz-eyebrow { margin: 0 0 10px; color: #d4a742; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.quiz-step h2 { margin: 0 0 8px; color: #111; font-size: 26px; line-height: 1.2; }
.quiz-hint { margin: 0 0 28px; color: #9b8a6a; font-size: 15px; }
.quiz-options { display: grid; gap: 10px; }
.quiz-options.quiz-cols-2 { grid-template-columns: 1fr 1fr; }
.quiz-options button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 52px; padding: 14px 16px; border: 2px solid #ede4cc; border-radius: 14px; color: #111; background: #fdf6e3; font: 500 14px/1.3 inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.quiz-options button:hover, .quiz-options button.selected { border-color: #d4a742; background: #f3df9f; transform: translateY(-1px); }
.quiz-options button span { flex: 1; }
.quiz-options button small { display: block; margin-top: 2px; color: #76684f; font-size: 11px; }
.quiz-options .full { grid-column: 1 / -1; }
.quiz-next, .quiz-back { min-height: 44px; margin-top: 24px; padding: 10px 18px; border: 0; border-radius: 10px; font: 700 14px/1 inherit; cursor: pointer; }
.quiz-next { width: 100%; color: #fff; background: #c06d68; }
.quiz-back { color: #76684f; background: transparent; }
.quiz-actions { display: flex; align-items: center; gap: 10px; }
.quiz-actions .quiz-next { flex: 1; }
.yoburn-offer { padding: 0 16px 56px; background: #f7f7f7; }
.offer-heading { margin: 0 -16px 30px; padding: 38px 16px 30px; color: #fff; background: #c06d68; text-align: center; }
.offer-heading h2 { max-width: 700px; margin: 0 auto 18px; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.2; }
.offer-heading p { margin: 0; font-size: 15px; }
.offer-heading p span { color: #ffe6a2; font-weight: 800; }
.shipping-note { width: min(100%, 710px); margin: 0 auto 28px; padding: 16px 20px; border: 2px solid #c06d68; border-radius: 14px; color: #222; background: #fff; text-align: center; }
.shipping-note strong, .shipping-note small { display: block; }
.shipping-note em { color: #e53935; font-style: normal; }
.shipping-note small { margin-top: 6px; color: #666; font-size: 12px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 14px; width: min(100%, 1100px); margin: 0 auto; }
.package-card { display: flex; flex-direction: column; padding: 0 16px 20px; border: 1px solid #ddd; border-radius: 12px; background: #fff; box-shadow: 0 2px 12px rgb(0 0 0 / 7%); text-align: center; }
.package-card.popular { border: 3px solid #c06d68; }
.package-tag { margin: 0 -16px 14px; padding: 10px 8px; color: #fff; background: #777; border-radius: 10px 10px 0 0; font-size: 13px; font-weight: 800; letter-spacing: .5px; }
.package-card.popular .package-tag, .package-card.best .package-tag { background: #c06d68; }
.package-art { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 5px; min-height: 125px; padding: 12px 4px; background: #f7f2e8; }
.bottle { position: relative; display: flex; align-items: center; justify-content: center; width: 28px; height: 78px; padding: 4px; border-radius: 5px 5px 8px 8px; color: #fff; background: linear-gradient(90deg, #174e3c, #4d9b70 48%, #174e3c); box-shadow: 1px 2px 3px rgb(0 0 0 / 25%); font-size: 7px; font-weight: 800; writing-mode: vertical-rl; }
.bottle::before { content: ""; position: absolute; width: 16px; height: 8px; margin-top: -86px; border-radius: 3px 3px 0 0; background: #222; }
.package-supply { min-height: 47px; margin: 12px 0 4px; color: #444; font-size: 12px; line-height: 1.35; }
.package-price { display: flex; align-items: baseline; justify-content: center; gap: 5px; color: #0c7771; font-size: 42px; line-height: 1; }
.package-price sup { font-size: 20px; }
.package-price small { color: #444; font-size: 10px; line-height: 1.2; text-align: left; }
.package-card ul { min-height: 78px; margin: 16px 0; padding: 0; color: #444; font-size: 12px; line-height: 1.8; list-style: none; }
.package-card li::before { content: "✓"; margin-right: 5px; color: #0c7771; font-weight: 900; }
.pending-cta { width: 100%; min-height: 40px; border: 0; border-radius: 7px; color: #fff; background: #aaa; font-weight: 700; cursor: not-allowed; }
.package-total { margin: 14px 0 0; color: #555; font-size: 13px; }
.package-total strong { color: #0c7771; font-size: 18px; }
.guarantee-note { width: min(100%, 900px); margin: 32px auto 0; padding: 24px; border-radius: 12px; background: #fff; text-align: center; }
.guarantee-note strong, .guarantee-note span { display: block; }
.guarantee-note strong { font-size: 22px; }
.guarantee-note span { margin-top: 5px; color: #e53935; font-weight: 700; }
.guarantee-note p { max-width: 700px; margin: 14px auto 0; color: #555; font-size: 13px; line-height: 1.55; }

@media (min-width: 768px) {
  .package-card:first-child { order: 1; }
  .package-card.best { order: 2; }
  .package-card.popular { order: 3; }
}

@media (max-width: 767px) {
  .quiz-shell { width: min(100% - 24px, 540px); padding-top: 28px; }
  .quiz-card { padding: 26px 18px 22px; }
  .quiz-step h2 { font-size: 23px; }
  .quiz-options.quiz-cols-2 { grid-template-columns: 1fr; }
  .quiz-options .full { grid-column: auto; }
  .package-grid { grid-template-columns: 1fr; max-width: 360px; }
  .package-card { min-height: 0; }
  .package-card.popular { order: -1; }
  .package-art { min-height: 105px; }
  .offer-heading { padding-top: 30px; }
}

@media (max-width: 767px) {
  .today-header-container { padding: 0 16px; }
  .today-nav, .today-signin-label { display: none; }
  .today-logo-img { height: 30px; }
  .hero-content h1 { margin-top: 16px; font-size: 1.3rem; line-height: 1.25; }
  .video-container { margin-bottom: 2rem; }
  .advertiser-logos { width: 40%; height: auto; max-width: none; max-height: none; margin-top: 20px; }
  .likes { bottom: 0; }
}

@media (min-width: 576px) {
  #fb-comments { margin-top: 69.4px; font-size: 16px; }
  .comments-container { gap: 20px; padding: 20px 20px 0; }
}

@media (min-width: 996px) {
  .advertiser-logos { width: auto; max-width: 500px; max-height: 100px; }
}
