.elementor-211 .elementor-element.elementor-element-aba6a14{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-211 .elementor-element.elementor-element-214fa52{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-6f17502{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-860336f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-211 .elementor-element.elementor-element-46ca198{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-2b5fe73{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-9316ad4{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-7a508df{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-d6c3d4a{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-280b6a8{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-09b9fd7{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-8312a48{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-211 .elementor-element.elementor-element-a1b0db5{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-46ca198 *//* ============================================================
   EFFECTS TIMELINE — ANIMATED REWRITE
   Self-contained Elementor widget
   ============================================================ */
.fxt * { box-sizing: border-box; margin: 0; padding: 0; }

.fxt {
  background: #0D0D14;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Ambient red glow top right */
.fxt::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,59,59,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.fxt__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* ── Header ─────────────────────────────────────────────────── */
.fxt__header { text-align: center; margin-bottom: 3rem; }

.fxt__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(255,214,10,0.08);
  border: 1px solid rgba(255,214,10,0.3); /* Increased border contrast */
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFD60A;
  margin-bottom: 1rem;
  width: fit-content;
}

.fxt__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #FFFFFF; /* Pure white */
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.875rem;
}

.fxt__title span { color: #FF3B3B; }

.fxt__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.975rem;
  color: #A0A0B8; /* Lightened from #4A4A5E */
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

.fxt__sub strong { color: #E8E8F2; font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   VITAL SIGN BAR — fake heartbeat above timeline
   ════════════════════════════════════════════════════════════ */
.fxt__vitals {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0.875rem 1.5rem;
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.fxt__vitals-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8C8CA3; /* Lightened from #3A3A50 */
  white-space: nowrap;
  flex-shrink: 0;
}

.fxt__vitals-label--red { color: #FF3B3B; }

/* SVG heartbeat line */
.fxt__ecg {
  flex: 1;
  height: 40px;
  overflow: visible;
}

.fxt__ecg-line {
  fill: none;
  stroke: #FF3B3B;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: fxt-ecg-draw 2.5s ease forwards;
  animation-delay: 0.4s;
}

@keyframes fxt-ecg-draw {
  to { stroke-dashoffset: 0; }
}

/* Flat line variant (overdose zone) */
.fxt__ecg-line--flat {
  stroke: #6A6A84; /* Lightened from #4A4A5E */
  stroke-dasharray: none;
  animation: fxt-flat-pulse 2s ease-in-out infinite alternate;
  animation-delay: 2.8s;
  opacity: 0;
}

@keyframes fxt-flat-pulse {
  from { opacity: 0.3; }
  to   { opacity: 0.6; }
}

.fxt__bpm {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #FF3B3B;
  letter-spacing: -0.04em;
  white-space: nowrap;
  flex-shrink: 0;
  animation: fxt-bpm-drop 3s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fxt-bpm-drop {
  0%   { color: #FF3B3B; }
  60%  { color: #FF6B00; }
  100% { color: #8C8CA3; } /* Lightened from #4A4A5E */
}

/* ════════════════════════════════════════════════════════════
   TIMELINE TRACK
   ════════════════════════════════════════════════════════════ */
.fxt__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 1.5rem;
}

/* Connecting line between cards */
.fxt__track::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: rgba(255,255,255,0.08);
  z-index: 0;
}

.fxt__track::after {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% + 20px);
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #FF3B3B, #FF6B00, #FFD60A, #00F0FF);
  z-index: 1;
  animation: fxt-line-grow 2s ease forwards;
  animation-delay: 0.8s;
}

@keyframes fxt-line-grow {
  to { width: calc(75% - 40px); }
}

/* ── Individual timeline card ────────────────────────────────── */
.fxt__card {
  position: relative;
  z-index: 2;
  padding: 0 0.5rem;
  opacity: 0;
  transform: translateY(24px);
}

.fxt__card.is-visible {
  animation: fxt-card-in 0.5s ease forwards;
}

.fxt__card:nth-child(1) { animation-delay: 0.1s; }
.fxt__card:nth-child(2) { animation-delay: 0.35s; }
.fxt__card:nth-child(3) { animation-delay: 0.6s; }
.fxt__card:nth-child(4) { animation-delay: 0.85s; }

@keyframes fxt-card-in {
  to { opacity: 1; transform: translateY(0); }
}

/* Phase dot at top center */
.fxt__card-dot-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}

.fxt__card-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid;
  background: #0D0D14;
  position: relative;
  flex-shrink: 0;
}

.fxt__card--p0 .fxt__card-dot { border-color: #FF3B3B; background: #FF3B3B; box-shadow: 0 0 0 4px rgba(255,59,59,0.15); }
.fxt__card--p1 .fxt__card-dot { border-color: #FF6B00; background: #FF6B00; box-shadow: 0 0 0 4px rgba(255,107,0,0.15); }
.fxt__card--p2 .fxt__card-dot { border-color: #FFD60A; background: #FFD60A; box-shadow: 0 0 0 4px rgba(255,214,10,0.15); animation: fxt-dot-pulse 1.2s ease-in-out infinite; }
.fxt__card--p3 .fxt__card-dot { border-color: #00F0FF; background: transparent; }

@keyframes fxt-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,214,10,0.15); }
  50%       { box-shadow: 0 0 0 8px rgba(255,214,10,0.05); }
}

/* Inner card box */
.fxt__card-inner {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  transition: border-color 0.2s, transform 0.2s;
  height: 100%;
}

.fxt__card-inner:hover { transform: translateY(-3px); }

.fxt__card--p0 .fxt__card-inner { border-top: 3px solid #FF3B3B; }
.fxt__card--p1 .fxt__card-inner { border-top: 3px solid #FF6B00; }
.fxt__card--p2 .fxt__card-inner { border-top: 3px solid #FFD60A; background: rgba(255,214,10,0.04); }
.fxt__card--p3 .fxt__card-inner { border-top: 3px solid #00F0FF; }

/* Time badge */
.fxt__card-time {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  width: fit-content;
}

.fxt__card--p0 .fxt__card-time { color: #FF3B3B; }
.fxt__card--p1 .fxt__card-time { color: #FF6B00; }
.fxt__card--p2 .fxt__card-time { color: #FFD60A; }
.fxt__card--p3 .fxt__card-time { color: #00F0FF; }

/* Emoji */
.fxt__card-emoji {
  font-size: 1.875rem;
  line-height: 1;
  display: block;
}

/* Heading */
.fxt__card-heading {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* List */
.fxt__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fxt__card-item {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #A0A0B8; /* Lightened from #5A5A72 */
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.fxt__card-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6A6A84; /* Lightened from #3A3A50 */
}

.fxt__card-item--alert {
  font-weight: 700;
  color: #FF8080; /* Brighter alert red */
}

.fxt__card-item--alert::before { background: #FF3B3B; }

/* Flashing alert badge on critical items */
.fxt__card-item--critical {
  color: #FFFFFF;
  font-weight: 700;
  background: rgba(255,59,59,0.08);
  border-radius: 8px;
  padding: 0.5rem 0.75rem 0.5rem 1.75rem;
  border-left: 2px solid rgba(255,59,59,0.5);
}

.fxt__card-item--critical::before {
  left: 0.625rem;
  width: 5px;
  height: 5px;
  background: #FF3B3B;
  animation: fxt-alert-blink 1.3s infinite;
}

@keyframes fxt-alert-blink {
  0%, 100% { opacity: 1; }
  50%        { opacity: 0.15; }
}

/* ════════════════════════════════════════════════════════════
   BOTTOM CALLOUT
   ════════════════════════════════════════════════════════════ */
.fxt__callout {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 1.75rem;
  background: rgba(255,107,0,0.06);
  border: 1px solid rgba(255,107,0,0.25); /* Increased contrast */
  border-left: 4px solid #FF6B00;
  border-radius: 14px;
  margin-top: 3rem;
  animation: fxt-callout-in 0.6s ease forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

@keyframes fxt-callout-in {
  to { opacity: 1; }
}

.fxt__callout-emoji {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.fxt__callout-body { display: flex; flex-direction: column; gap: 0.375rem; }

.fxt__callout-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.02em;
}

.fxt__callout-text {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #A0A0B8; /* Lightened from #5A5A72 */
  line-height: 1.7;
}

.fxt__callout-text strong { color: #E8E8F2; font-weight: 600; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 860px) {
  .fxt__track        { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .fxt__track::before,
  .fxt__track::after { display: none; }
  .fxt__card         { padding: 0; }
}

@media (max-width: 480px) {
  .fxt                { padding: 3.5rem 0; }
  .fxt__track        { grid-template-columns: 1fr; }
  .fxt__vitals        { padding: 0.75rem 1rem; gap: 0.625rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b5fe73 */.fls * { box-sizing: border-box; margin: 0; padding: 0; }

.fls {
  background: #0A0A0F;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fls::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.01) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

.fls::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(0,240,255,0.04) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.fls__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* ── Header ─────────────────────────────────────────────────── */
.fls__header { text-align: center; margin-bottom: 3rem; }

.fls__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(0,240,255,0.08);
  border: 1px solid rgba(0,240,255,0.25);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00F0FF;
  margin-bottom: 1rem;
  width: fit-content;
}

.fls__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}

.fls__title span { color: #00F0FF; }

.fls__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  color: #C0C0D4;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto;
}

.fls__sub strong { color: #EEEEF8; font-weight: 600; }

/* ── QUICK ANSWER STRIP ────────────────────────────────────── */
.fls__quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.fls__quick-cell {
  background: #16161F;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(16px);
}

.fls__quick-cell.is-visible {
  animation: fls-fade-up 0.45s ease forwards;
}

.fls__quick-cell:nth-child(1) { animation-delay: 0s; }
.fls__quick-cell:nth-child(2) { animation-delay: 0.1s; }
.fls__quick-cell:nth-child(3) { animation-delay: 0.2s; }
.fls__quick-cell:nth-child(4) { animation-delay: 0.3s; }

@keyframes fls-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

.fls__quick-emoji {
  font-size: 1.75rem;
  line-height: 1;
}

.fls__quick-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9898B4;
}

.fls__quick-value {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.fls__quick-cell--urine   .fls__quick-value { color: #FFD60A; }
.fls__quick-cell--blood   .fls__quick-value { color: #FF4D4D; }
.fls__quick-cell--saliva  .fls__quick-value { color: #C97AFA; }
.fls__quick-cell--hair    .fls__quick-value { color: #00F0FF; }

.fls__quick-sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9090A8;
  line-height: 1.5;
}

/* ── VISUAL BAR CHART ────────────────────────────────────── */
.fls__chart {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 1.25rem;
}

.fls__chart-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.02em;
  margin-bottom: 0.375rem;
}

.fls__chart-sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #9898B4;
  margin-bottom: 2rem;
}

.fls__bars {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

.fls__bar-row {
  display: grid;
  grid-template-columns: 80px 1fr 90px;
  align-items: center;
  gap: 1rem;
}

.fls__bar-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
}

.fls__bar-row--urine  .fls__bar-label { color: #FFD60A; }
.fls__bar-row--blood  .fls__bar-label { color: #FF4D4D; }
.fls__bar-row--saliva .fls__bar-label { color: #C97AFA; }
.fls__bar-row--hair   .fls__bar-label { color: #00F0FF; }

.fls__bar-track {
  height: 34px;
  background: rgba(255,255,255,0.04);
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.fls__bar-fill {
  height: 100%;
  border-radius: 9999px;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  min-width: 40px;
}

.fls__bar-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.1) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: fls-bar-shimmer 2.5s ease-in-out infinite;
  border-radius: 9999px;
}

@keyframes fls-bar-shimmer {
  from { background-position: -200% 0; }
  to   { background-position:  200% 0; }
}

.fls__bar-row--urine  .fls__bar-fill { background: linear-gradient(90deg, #B89500, #FFD60A); }
.fls__bar-row--blood  .fls__bar-fill { background: linear-gradient(90deg, #B00000, #FF3B3B); }
.fls__bar-row--saliva .fls__bar-fill { background: linear-gradient(90deg, #8A2FBF, #BF5AF2); }
.fls__bar-row--hair   .fls__bar-fill { background: linear-gradient(90deg, #00A0B0, #00F0FF); }

.fls__bar-range {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.fls__bar-row--urine  .fls__bar-range { color: #FFD60A; }
.fls__bar-row--blood  .fls__bar-range { color: #FF4D4D; }
.fls__bar-row--saliva .fls__bar-range { color: #C97AFA; }
.fls__bar-row--hair   .fls__bar-range { color: #00F0FF; }

.fls__bar-ticks {
  display: grid;
  grid-template-columns: 80px 1fr 90px;
  gap: 1rem;
  margin-top: 0.75rem;
}

.fls__bar-ticks-track {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
}

.fls__bar-tick {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8A8AA4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── DETAIL CARDS ────────────────────────────────────────── */
.fls__detail-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9898B4;
  margin-bottom: 1rem;
  display: block;
}

.fls__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fls__card {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
}

.fls__card.is-visible {
  animation: fls-fade-up 0.45s ease forwards;
}

.fls__card:nth-child(1) { animation-delay: 0.05s; }
.fls__card:nth-child(2) { animation-delay: 0.15s; }
.fls__card:nth-child(3) { animation-delay: 0.25s; }
.fls__card:nth-child(4) { animation-delay: 0.35s; }

.fls__card--urine  { border-top: 3px solid #FFD60A; }
.fls__card--blood  { border-top: 3px solid #FF3B3B; }
.fls__card--saliva { border-top: 3px solid #BF5AF2; }
.fls__card--hair   { border-top: 3px solid #00F0FF; }

.fls__card-top {
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.fls__card-emoji { font-size: 1.875rem; line-height: 1; }

.fls__card-window {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-align: right;
  line-height: 1.3;
}

.fls__card--urine  .fls__card-window { color: #FFD60A; }
.fls__card--blood  .fls__card-window { color: #FF4D4D; }
.fls__card--saliva .fls__card-window { color: #C97AFA; }
.fls__card--hair   .fls__card-window { color: #00F0FF; }

.fls__card-body {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.fls__card-name {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
}

.fls__card-divider {
  height: 1px;
  background: rgba(255,255,255,0.05);
}

.fls__card-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.fls__card-key {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8A8AA4;
}

.fls__card-val {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #C0C0D4;
  line-height: 1.55;
}

.fls__card-val--note {
  color: #9090A8;
  font-style: italic;
}

.fls__card-footer {
  margin-top: auto;
  padding: 0.75rem 1.25rem;
  background: rgba(255,255,255,0.02);
  border-top: 1px solid rgba(255,255,255,0.05);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #8A8AA4;
  line-height: 1.55;
}

/* ── FACTORS GRID ───────────────────────────────────────── */
.fls__factors {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.fls__factors-header {
  padding: 1.25rem 1.75rem;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fls__factors-header-emoji { font-size: 1.25rem; line-height: 1; }

.fls__factors-header-text {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
}

.fls__factors-header-text span { color: #FF6060; }

.fls__factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.fls__factor {
  padding: 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  opacity: 0;
  transform: translateY(12px);
  transition: background 0.15s;
}

.fls__factor:hover { background: rgba(255,255,255,0.02); }

.fls__factor.is-visible {
  animation: fls-fade-up 0.4s ease forwards;
}

.fls__factor:nth-child(3n) { border-right: none; }
.fls__factor:nth-child(n+4) { border-bottom: none; }

.fls__factor-emoji { font-size: 1.5rem; line-height: 1; }

.fls__factor-name {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.fls__factor-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #C0C0D4;
  line-height: 1.7;
}

.fls__factor-body strong { color: #DDDDE8; font-weight: 600; }

.fls__factor-impact {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.7rem;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 0.25rem;
  width: fit-content;
}

.fls__factor-impact--high {
  background: rgba(255,59,59,0.1);
  color: #FF7070;
  border: 1px solid rgba(255,59,59,0.25);
}

.fls__factor-impact--mid {
  background: rgba(255,107,0,0.1);
  color: #FF8030;
  border: 1px solid rgba(255,107,0,0.25);
}

.fls__factor-impact--low {
  background: rgba(255,214,10,0.08);
  color: #FFD60A;
  border: 1px solid rgba(255,214,10,0.22);
}

/* ── HALF-LIFE EXPLAINER ────────────────────────────────── */
.fls__halflife {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fls__halflife-explainer {
  background: rgba(0,240,255,0.04);
  border: 1px solid rgba(0,240,255,0.12);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.fls__halflife-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.fls__halflife-title span { color: #00F0FF; }

.fls__halflife-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #C0C0D4;
  line-height: 1.75;
}

.fls__halflife-body strong { color: #DDDDE8; font-weight: 600; }

.fls__halflife-values {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
}

.fls__halflife-values-header {
  padding: 1rem 1.5rem;
  background: rgba(255,255,255,0.02);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
}

.fls__hl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s;
}

.fls__hl-row:last-child { border-bottom: none; }
.fls__hl-row:hover { background: rgba(255,255,255,0.02); }

.fls__hl-method {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.fls__hl-method-emoji { font-size: 1rem; line-height: 1; }

.fls__hl-method-name {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #B8B8D0;
}

.fls__hl-value {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #00F0FF;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* ── META NOTE ────────────────────────────────────────── */
.fls__meta-note {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.375rem 1.5rem;
  background: rgba(191,90,242,0.05);
  border: 1px solid rgba(191,90,242,0.15);
  border-left: 4px solid #BF5AF2;
  border-radius: 14px;
  margin-bottom: 1.25rem;
}

.fls__meta-note-emoji { font-size: 1.5rem; line-height: 1; flex-shrink: 0; margin-top: 0.1rem; }
.fls__meta-note-content { display: flex; flex-direction: column; gap: 0.4rem; }

.fls__meta-note-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #EEEEF8;
  letter-spacing: -0.01em;
}

.fls__meta-note-title span { color: #C97AFA; }

.fls__meta-note-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #C0C0D4;
  line-height: 1.75;
}

.fls__meta-note-body strong { color: #DDDDE8; }

/* ── BOTTOM FAQ ────────────────────────────────────────── */
.fls__faq {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.fls__faq-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9898B4;
  margin-bottom: 0.375rem;
  display: block;
}

.fls__faq-item {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  overflow: hidden;
}

.fls__faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}

.fls__faq-q:hover { background: rgba(255,255,255,0.02); }

.fls__faq-q-text {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #EEEEF8;
  letter-spacing: -0.01em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.fls__faq-q-emoji { font-size: 1rem; line-height: 1; flex-shrink: 0; }

.fls__faq-q-arrow {
  font-size: 0.75rem;
  color: #8A8AA4;
  flex-shrink: 0;
  transition: transform 0.25s, color 0.15s;
}

.fls__faq-item.is-open .fls__faq-q-arrow { transform: rotate(180deg); color: #00F0FF; }
.fls__faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.fls__faq-item.is-open .fls__faq-a { max-height: 800px; }

.fls__faq-a-inner {
  padding: 1rem 1.25rem 1.25rem;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #C0C0D4;
  line-height: 1.75;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.fls__faq-a-inner strong { color: #DDDDE8; }

/* ── MEDIA QUERIES ─────────────────────────────────────── */
@media (max-width: 900px) {
  .fls__quick        { grid-template-columns: repeat(2, 1fr); }
  .fls__cards        { grid-template-columns: repeat(2, 1fr); }
  .fls__halflife     { grid-template-columns: 1fr; }
  .fls__factors-grid { grid-template-columns: repeat(2, 1fr); }
  .fls__factor:nth-child(2n)  { border-right: none; }
  .fls__factor:nth-child(3n)  { border-right: 1px solid rgba(255,255,255,0.05); }
  .fls__factor:nth-child(n+4) { border-bottom: 1px solid rgba(255,255,255,0.05); }
  .fls__factor:nth-child(n+5) { border-bottom: none; }
}

@media (max-width: 560px) {
  .fls               { padding: 3.5rem 0; }
  .fls__quick        { grid-template-columns: repeat(2, 1fr); }
  .fls__cards        { grid-template-columns: 1fr; }
  .fls__bar-row      { grid-template-columns: 60px 1fr 80px; }
  .fls__factors-grid { grid-template-columns: 1fr; }
  .fls__factor       { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .fls__factor:last-child { border-bottom: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9316ad4 */.fod * { box-sizing: border-box; margin: 0; padding: 0; }

.fod {
  background: #0A0A0F;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fod::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 300px;
  background: radial-gradient(ellipse, rgba(255,59,59,0.06) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
  animation: fod-glow 4s ease-in-out infinite alternate;
}

@keyframes fod-glow {
  from { opacity: 0.6; }
  to   { opacity: 1; }
}

.fod__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

.fod__header { text-align: center; margin-bottom: 2.75rem; }

.fod__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(255,59,59,0.12);
  border: 1px solid rgba(255,59,59,0.35);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FF4D4D; /* Brighter for SEO */
  margin-bottom: 1rem;
  width: fit-content;
  animation: fod-eyebrow-pulse 2s ease-in-out infinite;
}

@keyframes fod-eyebrow-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,59,59,0); }
  50%       { box-shadow: 0 0 0 6px rgba(255,59,59,0.08); }
}

.fod__eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #FF3B3B;
  animation: fod-dot-blink 1s infinite;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(255,59,59,0.5);
}

@keyframes fod-dot-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.1; }
}

.fod__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #FFFFFF; /* Pure white */
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 0.875rem;
}

.fod__title span { color: #FF3B3B; }

.fod__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.975rem;
  color: #A0A0B8; /* Lightened from #4A4A5E */
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}

.fod__sub strong { color: #E8E8F2; font-weight: 600; }

/* ── TIMER BANNER ────────────────────────────────────────────── */
.fod__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.25rem 2rem;
  background: rgba(255,59,59,0.07);
  border: 1px solid rgba(255,59,59,0.25);
  border-radius: 14px;
  margin-bottom: 2rem;
  text-align: center;
}

.fod__timer-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.fod__timer-num {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  color: #FF3B3B;
  letter-spacing: -0.05em;
  line-height: 1;
}

.fod__timer-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8C8CA3; /* Lightened from #4A4A5E */
}

.fod__timer-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,59,59,0.15);
  flex-shrink: 0;
}

.fod__timer-message {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #A0A0B8; /* Improved contrast */
  line-height: 1.5;
  max-width: 320px;
  text-align: left;
}

.fod__timer-message strong { color: #FFFFFF; font-weight: 700; }

/* ── MAIN GRID ────────────────────────────────────────────── */
.fod__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

/* ── Signs panel ─────────────────────────────────────────────── */
.fod__signs {
  background: #16161F;
  border: 1px solid rgba(255,59,59,0.15);
  border-radius: 18px;
  overflow: hidden;
}

.fod__signs-header {
  padding: 1.125rem 1.5rem;
  background: rgba(255,59,59,0.07);
  border-bottom: 1px solid rgba(255,59,59,0.15);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fod__signs-header-emoji { font-size: 1.25rem; line-height: 1; }

.fod__signs-header-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.01em;
}

.fod__signs-body {
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fod__sign {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border-left: 3px solid rgba(255,59,59,0.25);
  opacity: 0;
  transform: translateX(-12px);
  transition: background 0.15s;
}

.fod__sign.is-visible {
  animation: fod-sign-in 0.4s ease forwards;
}

@keyframes fod-sign-in {
  to { opacity: 1; transform: translateX(0); }
}

.fod__sign:hover { background: rgba(255,255,255,0.04); }

.fod__sign--critical {
  background: rgba(255,59,59,0.06);
  border-left-color: #FF3B3B;
}

.fod__sign-emoji { font-size: 1.1rem; line-height: 1; flex-shrink: 0; }

.fod__sign-text {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #A0A0B8; /* Lightened from #6A6A84 */
  line-height: 1.5;
}

.fod__sign--critical .fod__sign-text {
  color: #FF9999; /* Improved readability for red-on-dark */
  font-weight: 700;
}

.fod__signs-cta {
  margin: 0.375rem 1.125rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1.125rem;
  background: rgba(255,59,59,0.12);
  border: 1px solid rgba(255,59,59,0.3);
  border-radius: 12px;
  animation: fod-cta-pulse 2s ease-in-out infinite;
}

@keyframes fod-cta-pulse {
  0%, 100% { border-color: rgba(255,59,59,0.3); }
  50%       { border-color: rgba(255,59,59,0.6); }
}

.fod__signs-cta-emoji { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }

.fod__signs-cta-text {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  color: #FF3B3B;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.fod__signs-cta-text span {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.1rem;
}

/* ── Steps panel ─────────────────────────────────────────────── */
.fod__steps {
  background: #16161F;
  border: 1px solid rgba(0,240,255,0.1);
  border-radius: 18px;
  overflow: hidden;
}

.fod__steps-header {
  padding: 1.125rem 1.5rem;
  background: rgba(0,240,255,0.06);
  border-bottom: 1px solid rgba(0,240,255,0.15);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.fod__steps-header-emoji { font-size: 1.25rem; line-height: 1; }

.fod__steps-header-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.01em;
}

.fod__steps-body {
  padding: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.fod__step {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.875rem;
  background: rgba(255,255,255,0.02);
  border-radius: 12px;
  opacity: 0;
  transform: translateX(12px);
  transition: background 0.15s;
}

.fod__step.is-visible {
  animation: fod-step-in 0.4s ease forwards;
}

@keyframes fod-step-in {
  to { opacity: 1; transform: translateX(0); }
}

.fod__step:hover { background: rgba(255,255,255,0.04); }

.fod__step--primary {
  background: rgba(0,240,255,0.05);
  border: 1px solid rgba(0,240,255,0.15);
}

.fod__step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  flex-shrink: 0;
  line-height: 1;
}

.fod__step--primary .fod__step-num {
  background: rgba(0,240,255,0.12);
  border: 1.5px solid rgba(0,240,255,0.3);
  color: #00F0FF;
  font-size: 0.8rem;
  box-shadow: 0 0 10px rgba(0,240,255,0.15);
}

.fod__step:not(.fod__step--primary) .fod__step-num {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.15);
  color: #A0A0B8;
}

.fod__step-content { flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }

.fod__step-action {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fod__step--primary .fod__step-action { color: #00F0FF; }

.fod__step-detail {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #8C8CA3; /* Lightened from #5A5A72 */
  line-height: 1.55;
}

.fod__step-detail strong { color: #D1D1E0; font-weight: 600; }

.fod__step-emoji { font-size: 1rem; line-height: 1; flex-shrink: 0; }

/* ── Narcan strip ────────────────────────────────────────────── */
.fod__narcan {
  background: rgba(57,255,20,0.06);
  border: 1px solid rgba(57,255,20,0.18);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.fod__narcan-emoji {
  font-size: 2.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.fod__narcan-content { flex: 1; display: flex; flex-direction: column; gap: 0.375rem; }

.fod__narcan-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: #E8E8F2;
  letter-spacing: -0.02em;
}

.fod__narcan-title span { color: #39FF14; }

.fod__narcan-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  color: #A0A0B8; /* Lightened from #5A5A72 */
  line-height: 1.65;
}

.fod__narcan-body strong { color: #D1D1E0; font-weight: 600; }

.fod__narcan-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.125rem;
  background: rgba(57,255,20,0.08);
  border: 1.5px solid rgba(57,255,20,0.25);
  border-radius: 10px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #39FF14;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.18s;
}

.fod__narcan-pill:hover {
  background: rgba(57,255,20,0.12);
  border-color: rgba(57,255,20,0.45);
  box-shadow: 0 0 16px rgba(57,255,20,0.15);
  text-decoration: none;
  color: #39FF14;
}

/* ── Good Samaritan strip ────────────────────────────────────── */
.fod__gsl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.125rem 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  margin-top: 1rem;
}

.fod__gsl-emoji {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.fod__gsl-text {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #8C8CA3;
  line-height: 1.6;
  width: 100%;
  flex: none;
}

.fod__gsl-text strong {
  color: #A0A0B8;
  font-weight: 700;
}

.fod__gsl-link {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: #A0A0B8;
  text-decoration: none;
  white-space: normal;
  flex-shrink: 0;
}

.fod__gsl-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .fod__gsl {
    flex-direction: row;
    align-items: center;
    gap: 1.125rem;
    padding: 1.125rem 1.5rem;
  }

  .fod__gsl-text {
    flex: 1;
  }

  .fod__gsl-link {
    white-space: nowrap;
  }
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 860px) {
  .fod__grid       { grid-template-columns: 1fr; }
  .fod__timer      { gap: 1rem; }
  .fod__timer-divider { display: none; }
}

@media (max-width: 480px) {
  .fod             { padding: 3.5rem 0; }
  .fod__narcan     { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a508df */.fp2 * { box-sizing: border-box; margin: 0; padding: 0; }

.fp2 {
  background: #F2F2F7;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fp2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

.fp2__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* ── Eyebrow ─────────────────────────────────────────────────── */
.fp2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(192,30,30,0.07);
  border: 1px solid rgba(192,30,30,0.22);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #C01E1E;
  margin-bottom: 1.25rem;
  width: fit-content;
}

/* ── Headline ────────────────────────────────────────────────── */
.fp2__headline {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.fp2__headline span { color: #C01E1E; }

.fp2__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  color: #62627A;
  line-height: 1.75;
  max-width: 600px;
  margin-bottom: 3rem;
}

.fp2__sub strong { color: #141420; font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   TRUTH BOMB BAR
   ════════════════════════════════════════════════════════════ */
.fp2__bombs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fp2__bomb {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fp2__bomb--hot {
  background: rgba(192,30,30,0.04);
  border-color: rgba(192,30,30,0.16);
}

.fp2__bomb-emoji {
  font-size: 2rem;
  line-height: 1;
  display: block;
}

.fp2__bomb-stat {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  color: #C01E1E;
  letter-spacing: -0.05em;
  line-height: 1;
}

.fp2__bomb-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #3A3A50;
  line-height: 1.5;
}

.fp2__bomb-source {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9090A8;
  margin-top: 0.25rem;
}

/* ════════════════════════════════════════════════════════════
   MAIN POINT
   ════════════════════════════════════════════════════════════ */
.fp2__main-point {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-left: 4px solid #C01E1E;
  border-radius: 18px;
  padding: 2rem 2.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fp2__main-point-emoji {
  font-size: 3.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.fp2__main-point-text {
  flex: 1;
  min-width: 240px;
}

.fp2__main-point-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.fp2__main-point-title span { color: #C01E1E; }

.fp2__main-point-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #62627A;
  line-height: 1.75;
}

.fp2__main-point-body strong { color: #141420; font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   PILL TYPE CARDS
   ════════════════════════════════════════════════════════════ */
.fp2__pills-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #9090A8;
  margin-bottom: 1rem;
  display: block;
}

.fp2__pill-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fp2__pill-card {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fp2__pill-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.fp2__pill-card--m30   { border-top: 3px solid #C01E1E; }
.fp2__pill-card--addy  { border-top: 3px solid #B85000; }
.fp2__pill-card--xanax { border-top: 3px solid #907000; }
.fp2__pill-card--perc  { border-top: 3px solid #6E2E9A; }

.fp2__pill-card__top {
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.fp2__pill-card__emoji {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}

.fp2__pill-card__risk {
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.fp2__pill-card--m30   .fp2__pill-card__risk { background: rgba(192,30,30,0.08);  color: #C01E1E; border: 1px solid rgba(192,30,30,0.2); }
.fp2__pill-card--addy  .fp2__pill-card__risk { background: rgba(184,80,0,0.08);   color: #B85000; border: 1px solid rgba(184,80,0,0.2); }
.fp2__pill-card--xanax .fp2__pill-card__risk { background: rgba(144,112,0,0.08);  color: #907000; border: 1px solid rgba(144,112,0,0.2); }
.fp2__pill-card--perc  .fp2__pill-card__risk { background: rgba(110,46,154,0.08); color: #6E2E9A; border: 1px solid rgba(110,46,154,0.2); }

.fp2__pill-card__body {
  padding: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}

.fp2__pill-card__name {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #141420;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fp2__pill-card__aka {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9090A8;
  line-height: 1;
}

.fp2__pill-card__divider {
  height: 1px;
  background: rgba(0,0,0,0.06);
  margin: 0.25rem 0;
}

.fp2__pill-card__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.fp2__pill-card__row-key {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9090A8;
}

.fp2__pill-card__row-val {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4A4A62;
  line-height: 1.5;
}

.fp2__pill-card__row-val--danger { color: #C01E1E; font-weight: 700; }
.fp2__pill-card__row-val--warn   { color: #8A5A00; font-weight: 700; }

.fp2__pill-card__footer {
  margin-top: auto;
  padding: 0.875rem 1.25rem;
  background: rgba(0,0,0,0.025);
  border-top: 1px solid rgba(0,0,0,0.06);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6A6A82;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.fp2__pill-card__footer-icon { flex-shrink: 0; }

.fp2__pill-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
/* ════════════════════════════════════════════════════════════
   FRIEND BLOCK
   ════════════════════════════════════════════════════════════ */
.fp2__friend-block {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.fp2__friend-block__header {
  padding: 1.25rem 1.75rem;
  background: rgba(144,112,0,0.05);
  border-bottom: 1px solid rgba(144,112,0,0.12);
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.fp2__friend-block__header-emoji {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}

.fp2__friend-block__header-text {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.fp2__friend-block__header-text span { color: #907000; }

.fp2__friend-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.fp2__scenario {
  padding: 1.5rem;
  border-right: 1px solid rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  transition: background 0.15s;
}

.fp2__scenario:last-child { border-right: none; }
.fp2__scenario:hover { background: rgba(0,0,0,0.015); }

.fp2__scenario-emoji { font-size: 1.75rem; line-height: 1; }

.fp2__scenario-situation {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #141420;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.fp2__scenario-reality {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #62627A;
  line-height: 1.65;
}

.fp2__scenario-reality strong { color: #141420; font-weight: 600; }

.fp2__scenario-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: auto;
  width: fit-content;
}

.fp2__scenario-tag--red    { background: rgba(192,30,30,0.08);  color: #C01E1E; border: 1px solid rgba(192,30,30,0.18); }
.fp2__scenario-tag--orange { background: rgba(184,80,0,0.08);   color: #B85000; border: 1px solid rgba(184,80,0,0.18); }
.fp2__scenario-tag--yellow { background: rgba(144,112,0,0.08);  color: #907000; border: 1px solid rgba(144,112,0,0.18); }

/* ════════════════════════════════════════════════════════════
   HOT SPOTS
   ════════════════════════════════════════════════════════════ */
.fp2__hotspot {
  background: rgba(192,30,30,0.04);
  border: 1px solid rgba(192,30,30,0.13);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
}

.fp2__hotspot-emoji {
  font-size: 3rem;
  line-height: 1;
  flex-shrink: 0;
}

.fp2__hotspot-content { display: flex; flex-direction: column; gap: 0.5rem; }

.fp2__hotspot-title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.fp2__hotspot-title span { color: #C01E1E; }

.fp2__hotspot-body {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #62627A;
  line-height: 1.75;
}

.fp2__hotspot-body strong { color: #141420; font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   DEA STRIP
   ════════════════════════════════════════════════════════════ */
.fp2__dea {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-left: 4px solid #C01E1E;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fp2__dea-badge {
  padding: 0.4rem 0.875rem;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #4A4A62;
  text-transform: uppercase;
  flex-shrink: 0;
}

.fp2__dea-text {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #62627A;
  line-height: 1.75;
  flex: 1;
}

.fp2__dea-text strong { color: #141420; font-weight: 700; }

.fp2__dea-link {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  color: #C01E1E;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.15s;
}

.fp2__dea-link:hover { color: #8A1010; }

.fp2__pill-card__identity {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
}

.fp2__pill-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.fp2__pill-card__name,
.fp2__pill-card__aka,
.fp2__pill-card__footer-text {
  display: block;
}

.fp2__pill-card__top {
  align-items: flex-start;
}

.fp2__pill-card__risk {
  flex-shrink: 0;
  margin-left: 0.5rem;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .fp2__pill-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .fp2__pill-card__risk {
    margin-left: 0;
  }
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .fp2__pill-cards         { grid-template-columns: repeat(2, 1fr); }
  .fp2__friend-scenarios   { grid-template-columns: 1fr 1fr; }
  .fp2__scenario:nth-child(2) { border-right: none; }
  .fp2__scenario:nth-child(3) { border-top: 1px solid rgba(0,0,0,0.06); grid-column: 1 / 3; }
}

@media (max-width: 768px) {
  .fp2__bombs              { grid-template-columns: 1fr 1fr; }
  .fp2__bombs > *:last-child { grid-column: 1 / 3; }
  .fp2__hotspot            { grid-template-columns: 1fr; }
  .fp2__hotspot-emoji      { font-size: 2.25rem; }
}

@media (max-width: 560px) {
  .fp2                     { padding: 3.5rem 0; }
  .fp2__bombs              { grid-template-columns: 1fr; }
  .fp2__bombs > *:last-child { grid-column: 1; }
  .fp2__pill-cards         { grid-template-columns: 1fr; }
  .fp2__friend-scenarios   { grid-template-columns: 1fr; }
  .fp2__scenario           { border-right: none; border-top: 1px solid rgba(0,0,0,0.06); }
  .fp2__scenario:first-child { border-top: none; }
  .fp2__scenario:nth-child(3) { grid-column: 1; }
  .fp2__main-point         { padding: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6c3d4a */.fy-gallery * { box-sizing: border-box; margin: 0; padding: 0; }

.fy-gallery {
  background: #F2F2F7;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Subtle warm grid texture */
.fy-gallery::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}

.fy-gallery__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* ── Section header ──────────────────────────────────────────── */
.fy-gallery__header {
  margin-bottom: 2.75rem;
  text-align: center;
}

.fy-gallery__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(200,30,30,0.07);
  border: 1px solid rgba(200,30,30,0.2);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C01E1E;
  margin-bottom: 1rem;
  width: fit-content;
}

.fy-gallery__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}

.fy-gallery__title span { color: #C01E1E; }

.fy-gallery__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  color: #62627A;
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto;
}

/* ── Filter tabs ─────────────────────────────────────────────── */
.fy-gallery__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.fy-gallery__tab {
  padding: 0.45rem 1.125rem;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.1);
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #7272 8C;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.fy-gallery__tab:hover,
.fy-gallery__tab.is-active {
  background: #C01E1E;
  border-color: #C01E1E;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(192,30,30,0.25);
}

/* ── Grid ────────────────────────────────────────────────────── */
.fy-gallery__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* ── Base card ───────────────────────────────────────────────── */
.fy-gcard {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.fy-gcard:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.fy-gcard--featured {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* Image area */
.fy-gcard__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #E8E8EF;
  flex-shrink: 0;
}

.fy-gcard--featured .fy-gcard__img { height: 320px; }
.fy-gcard:not(.fy-gcard--featured) .fy-gcard__img { height: 160px; }

.fy-gcard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  filter: brightness(0.95) contrast(1.02);
}

.fy-gcard:hover .fy-gcard__img img { transform: scale(1.04); }

/* Category tag */
.fy-gcard__cat {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2;
}

/* Same category colors — readable on both light and dark images */
.fy-gcard__cat--dea    { background: rgba(0,30,100,0.82);  color: #C8DEFF; border: 1px solid rgba(80,130,255,0.3); }
.fy-gcard__cat--pill   { background: rgba(180,20,20,0.85); color: #FFFFFF; border: 1px solid rgba(255,80,80,0.35); }
.fy-gcard__cat--data   { background: rgba(20,20,20,0.82);  color: #FFD60A; border: 1px solid rgba(255,214,10,0.3); }
.fy-gcard__cat--narcan { background: rgba(0,90,40,0.82);   color: #7FFFB4; border: 1px solid rgba(0,200,80,0.3); }
.fy-gcard__cat--street { background: rgba(120,0,0,0.85);   color: #FFCCCC; border: 1px solid rgba(255,80,80,0.3); }

/* Source watermark */
.fy-gcard__source {
  position: absolute;
  bottom: 0.625rem;
  right: 0.75rem;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  z-index: 2;
}

/* Gradient overlay on image */
.fy-gcard__img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0,0,0,0.55));
  pointer-events: none;
  z-index: 1;
}

/* Card body */
.fy-gcard__body {
  padding: 1rem 1.125rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.fy-gcard--featured .fy-gcard__body { padding: 1.25rem 1.5rem 1.5rem; }

.fy-gcard__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #141420;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.fy-gcard--featured .fy-gcard__title { font-size: 1.1rem; }

.fy-gcard__caption {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #62627A;
  line-height: 1.65;
}

.fy-gcard--featured .fy-gcard__caption { font-size: 0.875rem; }

/* Stat pull-out */
.fy-gcard__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.fy-gcard__stat-num {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: #C01E1E;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
}

.fy-gcard__stat-label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8A8AA0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Bottom strip ────────────────────────────────────────────── */
.fy-gallery__strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* ── Credit bar ──────────────────────────────────────────────── */
.fy-gallery__credit {
  margin-top: 1.5rem;
  text-align: center;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #9090A8;
  line-height: 1.6;
}

.fy-gallery__credit a {
  color: #62627A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.fy-gallery__credit a:hover { color: #C01E1E; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .fy-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .fy-gcard--featured {
    grid-column: 1 / 3;
    grid-row: auto;
  }
  .fy-gcard--featured .fy-gcard__img { height: 260px; }
  .fy-gallery__strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .fy-gallery             { padding: 3.5rem 0; }
  .fy-gallery__grid      { grid-template-columns: 1fr; }
  .fy-gcard--featured    { grid-column: 1; }
  .fy-gallery__strip     { grid-template-columns: 1fr 1fr; }
  .fy-gcard--featured .fy-gcard__img { height: 220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-280b6a8 */.fy-news * { box-sizing: border-box; margin: 0; padding: 0; }

.fy-news {
  background: #F2F2F7;
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fy-news::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

.fy-news__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}

/* ── Header ──────────────────────────────────────────────────── */
.fy-news__header {
  margin-bottom: 2.75rem;
}

.fy-news__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(192,30,30,0.06);
  border: 1px solid rgba(192,30,30,0.18);
  color: #C01E1E;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content;
}

.fy-news__eyebrow-dot {
  width: 6px; height: 6px;
  background: #C01E1E;
  border-radius: 50%;
  animation: fy-nblink 1.5s infinite;
  flex-shrink: 0;
}

@keyframes fy-nblink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.15; }
}

.fy-news__title {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #141420;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.fy-news__title span { color: #C01E1E; }

.fy-news__sub {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 1rem;
  color: #62627A;
  line-height: 1.75;
  max-width: 520px;
}

/* ── Outlet badge ────────────────────────────────────────────── */
.fy-outlet {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
  flex-shrink: 0;
}

.fy-outlet__dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
  flex-shrink: 0;
}

.fy-outlet--doj      { background: rgba(0,50,120,0.07);   color: #1A5FAA; border: 1px solid rgba(0,50,120,0.15); }
.fy-outlet--cbs      { background: rgba(0,50,120,0.07);   color: #1A5FAA; border: 1px solid rgba(0,50,120,0.15); }
.fy-outlet--cnn      { background: rgba(180,0,0,0.07);    color: #B41010; border: 1px solid rgba(180,0,0,0.15); }
.fy-outlet--bbc      { background: rgba(180,0,0,0.07);    color: #B41010; border: 1px solid rgba(180,0,0,0.15); }
.fy-outlet--dea      { background: rgba(0,50,120,0.07);   color: #1A5FAA; border: 1px solid rgba(0,50,120,0.15); }
.fy-outlet--abc      { background: rgba(0,50,120,0.07);   color: #1A5FAA; border: 1px solid rgba(0,50,120,0.15); }
.fy-outlet--nida     { background: rgba(0,110,60,0.07);   color: #0A7A3C; border: 1px solid rgba(0,110,60,0.15); }
.fy-outlet--ap       { background: rgba(180,0,0,0.07);    color: #B41010; border: 1px solid rgba(180,0,0,0.15); }
.fy-outlet--aha      { background: rgba(180,0,0,0.07);    color: #B41010; border: 1px solid rgba(180,0,0,0.15); }
.fy-outlet--guardian { background: rgba(0,80,40,0.07);    color: #0A6030; border: 1px solid rgba(0,80,40,0.15); }
.fy-outlet--cbc      { background: rgba(180,0,0,0.07);    color: #B41010; border: 1px solid rgba(180,0,0,0.15); }
.fy-outlet--kff      { background: rgba(80,0,120,0.07);   color: #5A1A9A; border: 1px solid rgba(80,0,120,0.15); }

/* ── Main grid ───────────────────────────────────────────────── */
.fy-news__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* ── Base news card ──────────────────────────────────────────── */
.fy-ncard {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fy-ncard:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 10px 32px rgba(0,0,0,0.1);
  text-decoration: none;
}

/* Featured card */
.fy-ncard--featured {
  grid-row: span 2;
  background: #FFFFFF;
  border-color: rgba(192,30,30,0.14);
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fy-ncard--featured:hover {
  border-color: rgba(192,30,30,0.28);
  box-shadow: 0 12px 40px rgba(192,30,30,0.08);
}

.fy-ncard--featured::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(192,30,30,0.04) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

/* Card meta: outlet + date */
.fy-ncard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.fy-ncard__date {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9090A8;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* Pull stat */
.fy-ncard__stat {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #C01E1E;
  letter-spacing: -0.05em;
  line-height: 1;
}

.fy-ncard--featured .fy-ncard__stat {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
}

/* Headline */
.fy-ncard__headline {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #141420;
  line-height: 1.35;
  letter-spacing: -0.02em;
  flex: 1;
}

.fy-ncard--featured .fy-ncard__headline {
  font-size: 1.125rem;
  line-height: 1.3;
}

/* Excerpt */
.fy-ncard__excerpt {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #62627A;
  line-height: 1.72;
  flex: 1;
}

.fy-ncard__excerpt strong { color: #141420; font-weight: 600; }

/* Read arrow */
.fy-ncard__read {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #9090A8;
  margin-top: auto;
  transition: color 0.15s, gap 0.15s;
}

.fy-ncard:hover .fy-ncard__read {
  color: #C01E1E;
  gap: 0.625rem;
}

/* ── Bottom stat cards row ───────────────────────────────────── */
.fy-news__strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.fy-nstat {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.fy-nstat:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
  text-decoration: none;
}

.fy-nstat__num {
  font-family: 'Poppins', 'Inter', -apple-system, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.fy-nstat__num--red    { color: #C01E1E; }
.fy-nstat__num--orange { color: #B85000; }
.fy-nstat__num--yellow { color: #907000; }
.fy-nstat__num--cyan   { color: #0076A8; }

.fy-nstat__label {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: #62627A;
  line-height: 1.55;
  flex: 1;
}

.fy-nstat__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.fy-nstat__read {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9090A8;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: color 0.15s;
}

.fy-nstat:hover .fy-nstat__read { color: #141420; }

/* Disclaimer */
.fy-news__disclaimer {
  margin-top: 1.25rem;
  text-align: center;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9090A8;
  line-height: 1.6;
}

.fy-news__disclaimer a {
  color: #62627A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.fy-news__disclaimer a:hover { color: #C01E1E; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .fy-news__grid  { grid-template-columns: 1fr 1fr; }
  .fy-ncard--featured { grid-row: auto; grid-column: 1 / 3; }
  .fy-news__strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .fy-news         { padding: 3.5rem 0; }
  .fy-news__grid   { grid-template-columns: 1fr; }
  .fy-ncard--featured { grid-column: 1; }
  .fy-news__strip  { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .fy-news__strip  { grid-template-columns: 1fr; }
}

/* ── Responsive grid fix ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .fy-news__grid {
    grid-template-columns: 1fr 1fr;
  }
  .fy-ncard--featured {
    grid-column: 1 / 3;
  }
  .fy-news__strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .fy-news {
    padding: 3.5rem 0;
  }
  .fy-news__grid {
    grid-template-columns: 1fr;
  }
  .fy-ncard--featured {
    grid-column: 1;
  }
  .fy-news__strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .fy-news__strip {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8312a48 */.cotreat {
  background: #0A0A0F;
  padding: 5rem 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.cotreat *,
.cotreat *::before,
.cotreat *::after { box-sizing: border-box; }

/* ── Orbs ────────────────────────────────────────────────── */
.cotreat__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.cotreat__orb--1 {
  width: 500px; height: 500px;
  background: rgba(0,212,255,0.04);
  top: -100px; right: -150px;
}

.cotreat__orb--2 {
  width: 400px; height: 400px;
  background: rgba(57,255,20,0.03);
  bottom: -100px; left: -100px;
}

.cotreat__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ── Header ──────────────────────────────────────────────── */
.cotreat__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: rgba(57,255,20,0.07);
  border: 1px solid rgba(57,255,20,0.18);
  color: #39FF14;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content;
}

.cotreat__title {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 0.875rem;
}

.cotreat__title span { color: #00D4FF; }

.cotreat__sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.975rem;
  color: #8E8EAD;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 3rem;
}

/* ── Honest truth banner ─────────────────────────────────── */
.cotreat__truth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 3rem;
  border: 1px solid rgba(255,255,255,0.07);
  width: 100%;
}

.cotreat__truth-left {
  background: linear-gradient(135deg, #0D0D18, #12121E);
  padding: 2.5rem;
  border-right: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.cotreat__truth-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #5A5A72;
}

.cotreat__truth-headline {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cotreat__truth-headline em  { font-style: normal; color: #FF3B3B; }
.cotreat__truth-headline .accent { color: #00D4FF; }

.cotreat__truth-body {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #8E8EAD;
  line-height: 1.75;
}

.cotreat__truth-body strong { color: #C8C8DC; font-weight: 600; }

.cotreat__truth-right {
  background: linear-gradient(135deg, #0A1A10, #0D1A14);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}

.cotreat__truth-stat {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.125rem 1.25rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 14px;
}

.cotreat__truth-stat-num {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  flex-shrink: 0;
  min-width: 70px;
}

.cotreat__truth-stat-num--green  { color: #39FF14; }
.cotreat__truth-stat-num--blue   { color: #00D4FF; }
.cotreat__truth-stat-num--yellow { color: #FFD60A; }

.cotreat__truth-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.cotreat__truth-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #A0A0B8;
  line-height: 1.4;
}

.cotreat__truth-stat-src {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4A4A60;
}

/* ── Section divider label ───────────────────────────────── */
.cotreat__section-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4A4A60;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cotreat__section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.05);
}

/* ── Ranked treatment list ───────────────────────────────── */
.cotreat__ranked {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3rem;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.cotreat__rank-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s;
  position: relative;
}

.cotreat__rank-item:last-child { border-bottom: none; }
.cotreat__rank-item:hover { background: rgba(255,255,255,0.015); }

.cotreat__rank-num-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.05);
}

.cotreat__rank-num {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  opacity: 0.2;
}

.cotreat__rank-item--1 .cotreat__rank-num { color: #39FF14; opacity: 1; }
.cotreat__rank-item--2 .cotreat__rank-num { color: #00D4FF; opacity: 1; }
.cotreat__rank-item--3 .cotreat__rank-num { color: #BF5AF2; opacity: 1; }
.cotreat__rank-item--4 .cotreat__rank-num { color: #FFD60A; opacity: 0.8; }

.cotreat__rank-item--1 { background: rgba(57,255,20,0.025); }
.cotreat__rank-item--2 { background: rgba(0,212,255,0.02); }
.cotreat__rank-item--3 { background: rgba(191,90,242,0.02); }

.cotreat__rank-body {
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0; /* prevent overflow in grid */
}

.cotreat__rank-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cotreat__rank-emoji { font-size: 1.375rem; line-height: 1; flex-shrink: 0; }

.cotreat__rank-name {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  word-break: break-word; /* prevent overflow */
}

.cotreat__rank-badge {
  padding: 0.22rem 0.625rem;
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.cotreat__rank-badge--green  { background: rgba(57,255,20,0.1);   color: #39FF14;  border: 1px solid rgba(57,255,20,0.2); }
.cotreat__rank-badge--blue   { background: rgba(0,212,255,0.08);  color: #00D4FF;  border: 1px solid rgba(0,212,255,0.18); }
.cotreat__rank-badge--purple { background: rgba(191,90,242,0.08); color: #BF5AF2;  border: 1px solid rgba(191,90,242,0.2); }
.cotreat__rank-badge--yellow { background: rgba(255,214,10,0.08); color: #FFD60A;  border: 1px solid rgba(255,214,10,0.2); }

.cotreat__rank-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #A0A0B8;
  line-height: 1.75;
}

.cotreat__rank-desc strong { color: #D0D0E0; font-weight: 600; }

.cotreat__rank-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.cotreat__rank-pill {
  padding: 0.22rem 0.7rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
}

.cotreat__rank-stat-col {
  padding: 2rem 1.75rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
  min-width: 130px;
}

.cotreat__rank-stat-num {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: right;
}

.cotreat__rank-stat-num--green  { color: #39FF14; }
.cotreat__rank-stat-num--blue   { color: #00D4FF; }
.cotreat__rank-stat-num--purple { color: #BF5AF2; }
.cotreat__rank-stat-num--yellow { color: #FFD60A; }

.cotreat__rank-stat-lbl {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #5A5A72;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
  line-height: 1.4;
}

/* ── Treatment intensity spectrum ────────────────────────── */
.cotreat__spectrum {
  margin-bottom: 3rem;
  width: 100%;
}

.cotreat__spectrum-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  width: 100%;
}

.cotreat__spectrum-step {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}

.cotreat__spectrum-step--1 { background: linear-gradient(160deg, #0D1A14, #0A1210); border-right: 1px solid rgba(255,255,255,0.05); }
.cotreat__spectrum-step--2 { background: linear-gradient(160deg, #0D1218, #0A1016); border-right: 1px solid rgba(255,255,255,0.05); }
.cotreat__spectrum-step--3 { background: linear-gradient(160deg, #140D20, #110A1A); }

.cotreat__spectrum-step::after {
  content: '→';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: rgba(255,255,255,0.12);
  z-index: 2;
  pointer-events: none;
}

.cotreat__spectrum-step:last-child::after { display: none; }

.cotreat__spectrum-intensity {
  font-family: 'Inter', sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
}

.cotreat__spectrum-step--1 .cotreat__spectrum-intensity { color: #39FF14; }
.cotreat__spectrum-step--2 .cotreat__spectrum-intensity { color: #00D4FF; }
.cotreat__spectrum-step--3 .cotreat__spectrum-intensity { color: #BF5AF2; }

.cotreat__spectrum-name {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cotreat__spectrum-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: #8A8AAA;
  line-height: 1.65;
}

.cotreat__spectrum-desc strong { color: #C0C0D8; font-weight: 600; }

.cotreat__spectrum-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.25rem;
}

.cotreat__spectrum-tag {
  padding: 0.18rem 0.55rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 9999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
}

/* ── Recovery outcomes ───────────────────────────────────── */
.cotreat__outcomes {
  background: #16161F;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  width: 100%;
}

.cotreat__outcomes-hdr {
  padding: 1.375rem 2rem;
  background: rgba(57,255,20,0.04);
  border-bottom: 1px solid rgba(57,255,20,0.08);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cotreat__outcomes-hdr-title {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  flex: 1;
}

.cotreat__outcomes-hdr-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: #6A6A84;
  line-height: 1.5;
}

.cotreat__outcomes-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.cotreat__outcome {
  padding: 1.75rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.cotreat__outcome:last-child { border-right: none; }

.cotreat__outcome-emoji { font-size: 1.5rem; line-height: 1; }

.cotreat__outcome-num {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

.cotreat__outcome-num--green  { color: #39FF14; }
.cotreat__outcome-num--blue   { color: #00D4FF; }
.cotreat__outcome-num--yellow { color: #FFD60A; }
.cotreat__outcome-num--purple { color: #BF5AF2; }

.cotreat__outcome-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #A0A0B8;
  line-height: 1.5;
}

.cotreat__outcome-src {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  color: #4A4A60;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Bottom CTA ──────────────────────────────────────────── */
.cotreat__cta {
  background: linear-gradient(135deg, rgba(0,212,255,0.06), rgba(57,255,20,0.04));
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 20px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  width: 100%;
}

.cotreat__cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-width: 0;
}

.cotreat__cta-overline {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #39FF14;
}

.cotreat__cta-headline {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.cotreat__cta-body {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #8E8EAD;
  line-height: 1.7;
  max-width: 520px;
}

.cotreat__cta-body strong { color: #C0C0D8; font-weight: 600; }

.cotreat__cta-numbers {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex-shrink: 0;
  min-width: 200px;
}

.cotreat__cta-number {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.875rem 1.125rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.cotreat__cta-number:hover {
  border-color: rgba(0,212,255,0.2);
  background: rgba(0,212,255,0.04);
  text-decoration: none;
}

.cotreat__cta-number-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5A5A72;
}

.cotreat__cta-number-num {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
}

.cotreat__cta-number-num--green { color: #39FF14; }
.cotreat__cta-number-num--blue  { color: #00D4FF; }
.cotreat__cta-number-num--red   { color: #FF3B3B; }

.cotreat__cta-number-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: #4A4A60;
}


/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */

/* ── 900px: tablet ───────────────────────────────────────── */
@media (max-width: 900px) {
  .cotreat__truth                 { grid-template-columns: 1fr; }
  .cotreat__truth-left            { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }

  .cotreat__rank-item             { grid-template-columns: 60px 1fr; }
  .cotreat__rank-stat-col         { display: none; }

  .cotreat__spectrum-track        { grid-template-columns: 1fr; }
  .cotreat__spectrum-step::after  { display: none; }
  .cotreat__spectrum-step--1,
  .cotreat__spectrum-step--2      { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }

  .cotreat__outcomes-body         { grid-template-columns: repeat(2, 1fr); }
  .cotreat__outcome:nth-child(2)  { border-right: none; }
  .cotreat__outcome:nth-child(3)  { border-top: 1px solid rgba(255,255,255,0.04); }
  .cotreat__outcome:nth-child(4)  { border-top: 1px solid rgba(255,255,255,0.04); border-right: none; }

  .cotreat__cta                   { grid-template-columns: 1fr; }
  .cotreat__cta-numbers           { flex-direction: row; flex-wrap: wrap; min-width: auto; }
  .cotreat__cta-number            { flex: 1; min-width: 150px; }
}

/* ── 640px: large mobile ─────────────────────────────────── */
@media (max-width: 640px) {
  .cotreat                        { padding: 3.5rem 0; }
  .cotreat__sub                   { margin-bottom: 2rem; }

  .cotreat__truth-left,
  .cotreat__truth-right           { padding: 1.75rem 1.25rem; }

  .cotreat__truth-stat            { gap: 1rem; padding: 1rem; }
  .cotreat__truth-stat-num        { font-size: 1.6rem; min-width: 58px; }

  .cotreat__rank-item             { grid-template-columns: 50px 1fr; }
  .cotreat__rank-num-col          { padding: 1.5rem 0.75rem; }
  .cotreat__rank-body             { padding: 1.5rem 1.125rem; }
  .cotreat__rank-num              { font-size: 1.75rem; }
  .cotreat__rank-name             { font-size: 0.95rem; }
  .cotreat__rank-desc             { font-size: 0.82rem; }

  .cotreat__spectrum-step         { padding: 1.5rem 1.25rem; }

  .cotreat__outcomes              { border-radius: 16px; }
  .cotreat__outcomes-hdr          { padding: 1.125rem 1.25rem; }
  .cotreat__outcome               { padding: 1.25rem 1rem; }
  .cotreat__outcome-num           { font-size: 1.6rem; }

  .cotreat__cta                   { padding: 1.75rem 1.25rem; gap: 1.5rem; }
}

/* ── 480px: small mobile ─────────────────────────────────── */
@media (max-width: 480px) {
  .cotreat                        { padding: 3rem 0; }

  .cotreat__truth-stat            { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .cotreat__truth-stat-num        { font-size: 2rem; min-width: auto; }

  .cotreat__rank-pills            { gap: 0.375rem; }
  .cotreat__rank-pill             { font-size: 0.68rem; padding: 0.18rem 0.55rem; }

  .cotreat__outcomes-body         { grid-template-columns: 1fr; }
  .cotreat__outcome               { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.04); }
  .cotreat__outcome:last-child    { border-bottom: none; }
  .cotreat__outcome:nth-child(2),
  .cotreat__outcome:nth-child(3),
  .cotreat__outcome:nth-child(4)  { border-top: none; }

  .cotreat__cta-numbers           { flex-direction: column; }
  .cotreat__cta-number            { min-width: auto; width: 100%; }
}/* End custom CSS */
/* Start custom CSS */body {
  --text-primary:   #EEEEF8;
  --text-body:      #C8C8DC;
  --text-muted:     #9898B4;
  --text-faint:     #6A6A84;

  --accent-cyan:    #00D4FF;
  --accent-green:   #39FF14;
  --accent-yellow:  #FFD60A;
  --accent-red:     #FF3B3B;
  --accent-purple:  #BF5AF2;
  --accent-orange:  #FF6B00;

  --bg-page:        #0A0A0F;
  --bg-card:        #16161F;
  --border-subtle:  rgba(255,255,255,0.06);
  --border-faint:   rgba(255,255,255,0.04);
}/* End custom CSS */