:root {
  --brand: #e00016;
  --brand-dark: #9b0010;
  --brand-deep: #5f0008;
  --brand-soft: #ff6b6b;
  --brand-pale: #fff1f1;
  --brand-glass: rgba(224, 0, 22, 0.28);

  --bg-main: #e00016;
  --bg-deep: #7a000b;
  --bg-soft: #ffb3b3;

  --text-slot: #3a0710;
  --text-faq-title: #1e3a8a;
  --text-faq-question: #7c1d6f;
  --text-faq-answer: #14532d;
  --text-nav: #0f4c5c;
  --text-table-head: #fff3cf;
  --text-table-body: #35155d;
  --text-marquee: #064e3b;
  --text-author: #7c2d12;
  --text-button: #ffffff;

  --white: #ffffff;
  --black: #050505;
  --muted: #3f1f1f;

  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(255, 255, 255, 0.18);
  --line-strong: rgba(95, 0, 8, 0.34);

  --shadow: rgba(95, 0, 8, 0.30);
  --shadow-strong: rgba(95, 0, 8, 0.52);
  --glow: rgba(255, 85, 85, 0.46);

  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

html,
body {
  min-height: 100%;
  margin: 0;
  color: var(--black);
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.18), transparent 26%),
    radial-gradient(circle at 96% 6%, rgba(255,183,77,.20), transparent 30%),
    radial-gradient(circle at 78% 92%, rgba(95,0,8,.55), transparent 36%),
    linear-gradient(135deg, #7a000b 0%, #e00016 45%, #ff2d2d 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #fff3cf;
  color: #7a000b;
}

/* =====================================================
   WRAPPER UTAMA - RED MAGAZINE STRUCTURE
===================================================== */
.page-width.productcomparediv {
  max-width: 1120px;
  margin: 56px auto;
  padding: clamp(32px, 5vw, 74px) clamp(16px, 3vw, 34px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--black);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.38);
  background:
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.25), transparent 28%),
    radial-gradient(circle at 100% 12%, rgba(255,183,77,.26), transparent 33%),
    linear-gradient(145deg, #8a000c 0%, #e00016 46%, #ff3b3b 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  box-shadow:
    0 42px 110px var(--shadow-strong),
    inset 0 1px 0 rgba(255,255,255,.55),
    -16px 16px 0 rgba(255,255,255,.11);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}

.page-width.productcomparediv::before,
.page-width.productcomparediv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.page-width.productcomparediv::before {
  width: 560px;
  height: 560px;
  top: -260px;
  right: -210px;
  border-radius: 40%;
  background:
    repeating-conic-gradient(from 12deg, rgba(255,255,255,.18) 0 8deg, transparent 8deg 20deg),
    radial-gradient(circle, rgba(255,214,102,.20), transparent 68%);
  animation: redFloatOrb 14s ease-in-out infinite alternate;
}

.page-width.productcomparediv::after {
  width: 360px;
  height: 360px;
  left: -150px;
  bottom: -135px;
  border-radius: 36%;
  background:
    radial-gradient(circle at 35% 32%, rgba(255,255,255,.28), transparent 28%),
    radial-gradient(circle, rgba(95,0,8,.58), transparent 68%);
  box-shadow: 0 0 90px rgba(255,255,255,.16);
  animation: redFloatOrb 11s ease-in-out infinite alternate-reverse;
}

.page-width.productcomparediv:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,.60);
  box-shadow:
    0 50px 122px rgba(70,0,8,.62),
    inset 0 1px 0 rgba(255,255,255,.66),
    -20px 20px 0 rgba(255,255,255,.14);
}

.page-width.productcomparediv > * {
  position: relative;
  z-index: 1;
}

/* =====================================================
   INTRO / SLOT BOX
===================================================== */
.slot-box {
  max-width: 940px;
  margin: 0 auto 68px;
  padding: clamp(30px, 4vw, 52px);
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(95,0,8,.18);
  border-top: 12px solid #5f0008;
  color: var(--text-slot);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,241,241,.92));
  box-shadow:
    0 32px 78px rgba(95,0,8,.35),
    inset 0 1px 0 rgba(255,255,255,.82),
    12px 12px 0 rgba(95,0,8,.12);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease);
}

.slot-box::before {
  content: "Red Access";
  position: absolute;
  top: 22px;
  right: 24px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(135deg, #5f0008, #e00016, #ff6b6b);
  box-shadow: 0 12px 30px rgba(95,0,8,.28);
}

.slot-box::after,
.faq-section::before,
.marquee-container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(224,0,22,.13) 0 2px, transparent 3px),
    linear-gradient(115deg, transparent 0 46%, rgba(95,0,8,.08) 47% 49%, transparent 50% 100%);
  background-size: 26px 26px, 96px 96px;
  opacity: .55;
}

.slot-box:hover {
  transform: translateY(-8px) rotate(.25deg);
  border-color: rgba(95,0,8,.42);
  box-shadow:
    0 38px 88px rgba(95,0,8,.42),
    inset 0 1px 0 rgba(255,255,255,.90),
    16px 16px 0 rgba(95,0,8,.15);
}

.slot-box h2 {
  margin: 0 0 24px;
  text-align: center;
  color: #3a0710;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 8px 28px rgba(224,0,22,.18);
}

.slot-box h2::before {
  content: "✦";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #5f0008, #e00016);
  box-shadow: 0 0 0 8px rgba(224,0,22,.16), 0 0 30px rgba(224,0,22,.24);
  font-size: 14px;
  vertical-align: middle;
  animation: redPulse 2.2s ease-in-out infinite;
}

.slot-box p {
  margin: 0;
  color: #5c1f1f;
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
  font-weight: 560;
}

/* =====================================================
   FAQ SECTION
===================================================== */
.faq-section {
  max-width: 1200px;
  margin: 58px auto;
  padding: clamp(34px, 4vw, 54px) clamp(14px, 3vw, 30px);
  position: relative;
  overflow: hidden;
  color: var(--text-faq-answer);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.20);
  background:
    radial-gradient(circle at 16% 0%, rgba(255,107,107,.26), transparent 36%),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.42), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,241,241,.88));
  box-shadow:
    0 30px 78px rgba(95,0,8,.34),
    inset 0 1px 0 rgba(255,255,255,.76);
}

.faq-section h2 {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  margin: 0 0 58px;
  color: var(--text-faq-title);
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  letter-spacing: 1.4px;
  text-shadow: 0 12px 32px rgba(224,0,22,.18);
}

.faq-section h2::before {
  content: "◆";
  position: absolute;
  left: -42px;
  top: 6px;
  color: #e00016;
  font-size: 24px;
  animation: redTwinkle 1.8s ease-in-out infinite alternate;
}

.faq-section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 86%;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #1e3a8a, #e00016, #7c1d6f, transparent);
  box-shadow: 0 0 26px rgba(224,0,22,.24);
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  color: var(--text-faq-answer);
  border-radius: 25px;
  border: 1px solid rgba(95,0,8,.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,241,241,.92));
  box-shadow: 0 18px 42px rgba(95,0,8,.20);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease), background .34s var(--ease);
}

.faq-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #7c1d6f, #e00016, #1e3a8a);
  transform: scaleY(.20);
  transform-origin: top;
  transition: transform .34s var(--ease);
}

.faq-item::after {
  content: "";
  position: absolute;
  inset: auto 24px 15px 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #1e3a8a, #e00016, transparent);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .32s var(--ease), transform .32s var(--ease);
}

.faq-item:hover,
.faq-item.active {
  transform: translateX(8px) translateY(-2px);
  border-color: rgba(224,0,22,.40);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.20), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,248,248,.96));
  box-shadow:
    0 26px 56px rgba(95,0,8,.26),
    -9px 9px 0 rgba(224,0,22,.12);
}

.faq-item:hover::before,
.faq-item.active::before {
  transform: scaleY(1);
}

.faq-item:hover::after,
.faq-item.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.faq-question {
  width: 100%;
  padding: 25px 34px;
  color: var(--text-faq-question);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 950;
  text-align: left;
  transition: color .28s ease, letter-spacing .28s ease;
}

.faq-question:hover,
.faq-item.active .faq-question {
  color: #1e3a8a;
  letter-spacing: .25px;
}

.faq-question::after {
  content: "+";
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.34);
  background: linear-gradient(135deg, #5f0008, #e00016, #ff6b6b);
  box-shadow: 0 12px 28px rgba(95,0,8,.26);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 650;
  transition: transform .42s var(--ease), background .28s ease, box-shadow .28s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(135deg) scale(1.05);
  background: linear-gradient(135deg, #1e3a8a, #e00016);
  box-shadow: 0 14px 32px rgba(95,0,8,.24);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 34px;
  background: linear-gradient(135deg, rgba(224,0,22,.10), rgba(255,255,255,.22));
  transition: max-height .48s ease, padding .48s ease;
}

.faq-item.active .faq-answer {
  max-height: 900px;
  padding: 21px 34px 34px;
  border-top: 1px dashed rgba(95,0,8,.22);
}

.faq-answer p {
  margin: 0;
  color: var(--text-faq-answer);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.88;
}

/* =====================================================
   NAV / DROPDOWN PASARAN
===================================================== */
.pasaran-menu {
  position: relative;
  display: inline-block;
}

.pasaran-link {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--text-nav);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(95,0,8,.16);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  box-shadow: 0 12px 28px rgba(95,0,8,.16);
  transition: transform .32s var(--ease), background .32s ease, border-color .32s ease;
}

.pasaran-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(224,0,22,.22), rgba(255,255,255,.26));
  opacity: 0;
  transition: opacity .28s ease;
  z-index: -1;
}

.pasaran-link:hover {
  transform: translateY(-3px);
  border-color: rgba(224,0,22,.42);
  background: rgba(255,255,255,.86);
}

.pasaran-link:hover::before {
  opacity: 1;
}

.pasaran-icon {
  color: #e00016;
  transition: transform .44s var(--ease), color .28s ease;
}

.pasaran-link:hover .pasaran-icon {
  transform: rotate(180deg) scale(1.16);
  color: #1e3a8a;
}

.pasaran-dropdown {
  min-width: 270px;
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 100;
  opacity: 0;
  padding: 15px;
  overflow: hidden;
  transform-origin: top;
  border-radius: 23px;
  border: 1px solid rgba(95,0,8,.18);
  color: var(--text-nav);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.26), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,241,241,.94));
  box-shadow:
    0 28px 66px rgba(95,0,8,.32),
    -8px 8px 0 rgba(224,0,22,.13);
  animation: redSlideDown .35s ease-out forwards;
}

.pasaran-dropdown::before,
.pasaran-dropdown::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.pasaran-dropdown::before {
  width: 170px;
  height: 170px;
  top: -88px;
  right: -70px;
  background: radial-gradient(circle, rgba(224,0,22,.22), transparent 68%);
}

.pasaran-dropdown::after {
  width: 120px;
  height: 120px;
  bottom: -56px;
  left: -48px;
  background: radial-gradient(circle, rgba(30,58,138,.16), transparent 70%);
}

.pasaran-item {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 7px 0;
  padding: 14px 18px;
  border-radius: 15px;
  text-decoration: none;
  color: var(--text-nav);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(95,0,8,.12);
  font-weight: 900;
  transition: transform .32s var(--ease), padding .32s var(--ease), border-color .32s ease, color .32s ease, background .32s ease;
}

.pasaran-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -120%;
  width: 100%;
  background: linear-gradient(135deg, #ff6b6b, #fff1f1, #ffffff);
  transition: left .38s ease-in-out;
  z-index: -1;
}

.pasaran-item::after {
  content: "↗";
  position: absolute;
  right: 16px;
  top: 50%;
  color: #1e3a8a;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-50%) translateX(-10px) rotate(-18deg);
  transition: transform .28s ease, opacity .28s ease;
}

.pasaran-item:hover {
  color: #1e3a8a;
  border-color: rgba(224,0,22,.42);
  transform: translateX(8px) scale(1.02);
  padding-right: 40px;
  box-shadow: 0 13px 28px rgba(95,0,8,.20);
}

.pasaran-item:hover::before {
  left: 0;
}

.pasaran-item:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0) rotate(0deg);
}

/* =====================================================
   PRICE + BUTTON
===================================================== */
.price-normal {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  position: relative;
  padding: 9px 16px;
  border-radius: 18px;
  color: #7c2d12;
  border: 1px solid rgba(95,0,8,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,241,241,.92));
  box-shadow: 0 13px 30px rgba(95,0,8,.22);
}

.price-normal::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, #5f0008, transparent, #1e3a8a);
  z-index: -1;
  opacity: .50;
}

.price-normal b {
  color: #e00016;
  font-size: 32px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1;
}

.price-normal span {
  color: #7c2d12;
  font-size: 19px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.btn-timuna {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  padding: 16px 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.30);
  color: var(--text-button);
  background: linear-gradient(135deg, #5f0008, #e00016, #ff6b6b, #9b0010);
  background-size: 230% 230%;
  box-shadow:
    0 18px 40px rgba(95,0,8,.36),
    0 0 36px rgba(255,85,85,.30),
    -7px 7px 0 rgba(255,255,255,.16),
    inset 0 1px 0 rgba(255,255,255,.34);
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  animation: redGradientFlow 5.5s ease infinite;
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), filter .24s ease, letter-spacing .24s ease;
}

.btn-timuna::before {
  content: "";
  position: absolute;
  top: 0;
  left: -115%;
  width: 48%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: skewX(-25deg);
  animation: redShine 3s infinite linear;
  z-index: -1;
}

.btn-timuna::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 15px;
  background: radial-gradient(circle at top left, rgba(255,255,255,.34), transparent 45%);
  pointer-events: none;
  z-index: -1;
}

.btn-timuna:hover {
  transform: translate(-4px, -4px);
  letter-spacing: 2.35px;
  filter: brightness(1.05);
  box-shadow:
    0 25px 56px rgba(95,0,8,.42),
    0 0 54px rgba(255,85,85,.36),
    -8px 8px 0 rgba(255,255,255,.22);
}

.btn-timuna:active {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 transparent;
}

/* =====================================================
   HEADER + TABLE
===================================================== */
.timuna-header {
  margin: 0 0 20px;
  text-align: center;
  color: #fff3cf;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  text-shadow: 0 14px 34px rgba(95,0,8,.32);
  position: relative;
}

.timuna-header::after {
  content: "";
  display: block;
  width: 145px;
  height: 6px;
  margin: 17px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff3cf, #ff6b6b, #1e3a8a, transparent);
  box-shadow: 0 0 25px rgba(255,255,255,.28);
}

.timuna-desc {
  max-width: 840px;
  margin: 0 auto 36px;
  padding: 0 18px 20px;
  text-align: center;
  color: #fff7ed;
  border-bottom: 1px dashed rgba(255,255,255,.36);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 560;
}

.timuna-table-wrap {
  width: 100%;
  margin: 28px auto;
  overflow-x: auto;
  border-radius: 25px;
}

.timuna-table {
  width: 100%;
  margin: 0 auto 28px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text-table-body);
  background:
    radial-gradient(circle at top left, rgba(255,107,107,.28), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.42), transparent 40%),
    linear-gradient(135deg, #fff8f8, #fff1f1, #ffffff);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 25px;
  box-shadow:
    0 30px 70px rgba(95,0,8,.34),
    -10px 10px 0 rgba(255,255,255,.12),
    inset 0 0 0 1px rgba(224,0,22,.18);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  animation: redTableGlow 4s ease-in-out infinite;
}

.timuna-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 18px 20px;
  color: var(--text-table-head);
  text-align: left;
  background: linear-gradient(135deg, #5f0008, #e00016, #ff6b6b);
  border-right: 1px solid rgba(255,255,255,.20);
  border-bottom: 3px solid rgba(95,0,8,.22);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 1.1px;
}

.timuna-table th:last-child {
  border-right: none;
}

.timuna-table td {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(224,0,22,.16);
  border-right: 1px solid rgba(95,0,8,.08);
  color: var(--text-table-body);
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 730;
  background: rgba(255,255,255,.78);
  transition: background .28s var(--ease), color .28s ease, transform .28s var(--ease), letter-spacing .28s ease, box-shadow .28s ease;
}

.timuna-table td:last-child {
  border-right: none;
}

.timuna-table tr:last-child td {
  border-bottom: none;
}

.timuna-table tr:nth-child(even) td {
  background-color: rgba(255,241,241,.90);
}

.timuna-table tr:nth-child(odd) td {
  background-color: rgba(255,255,255,.88);
}

.timuna-table td:first-child {
  width: 28%;
  color: #e00016;
  font-weight: 950;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(255,107,107,.28), rgba(255,248,248,.96));
  border-right: 1px solid rgba(224,0,22,.20);
}

.timuna-table td:first-child::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: #e00016;
  box-shadow: 0 0 12px rgba(224,0,22,.80);
}

.timuna-table tr:hover td {
  color: #1e3a8a;
  cursor: default;
  letter-spacing: .2px;
  background: linear-gradient(135deg, rgba(255,107,107,.55), rgba(255,255,255,.94));
  box-shadow: inset 5px 0 0 #e00016;
}

.timuna-table tr:hover td:first-child {
  color: #7c1d6f;
  transform: translateX(5px);
}

.timuna-table thead tr:first-child th:first-child {
  border-top-left-radius: 25px;
}

.timuna-table thead tr:first-child th:last-child {
  border-top-right-radius: 25px;
}

.timuna-table tbody tr:last-child td:first-child,
.timuna-table tr:last-child td:first-child {
  border-bottom-left-radius: 25px;
}

.timuna-table tbody tr:last-child td:last-child,
.timuna-table tr:last-child td:last-child {
  border-bottom-right-radius: 25px;
}

/* =====================================================
   TESTIMONIAL MARQUEE
===================================================== */
.marquee-container {
  width: 100%;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), rgba(255,107,107,.25), transparent);
}

.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 105px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  right: 0;
  background: linear-gradient(270deg, var(--bg-main), transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 35s linear infinite;
}

.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  width: 340px;
  margin: 0 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  color: var(--text-marquee);
  border-radius: 28px;
  border: 1px solid rgba(95,0,8,.14);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.24), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,241,241,.90));
  box-shadow:
    0 24px 54px rgba(95,0,8,.30),
    -8px 8px 0 rgba(255,255,255,.12);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), background .34s ease, border-color .34s ease;
}

.marquee-item::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -80px;
  right: -62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,0,22,.24), transparent 68%);
  z-index: 0;
}

.marquee-item::after {
  content: "◆";
  position: absolute;
  right: 22px;
  top: 14px;
  color: rgba(224,0,22,.14);
  font-size: 46px;
  font-weight: 950;
  line-height: 1;
}

.marquee-item > * {
  position: relative;
  z-index: 1;
}

.marquee-item:hover {
  transform: translate(-6px, -7px) rotate(.45deg);
  border-color: rgba(224,0,22,.44);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.32), transparent 43%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,248,248,.96));
  box-shadow:
    0 32px 68px rgba(95,0,8,.38),
    -12px 12px 0 rgba(255,255,255,.16);
}

.stars {
  color: #e00016;
  font-size: 21px;
  margin-bottom: 14px;
  letter-spacing: 2px;
  text-shadow: 0 5px 18px rgba(224,0,22,.26);
}

.marquee-item p {
  margin: 0 0 21px;
  padding-bottom: 17px;
  color: var(--text-marquee);
  border-bottom: 1px dashed rgba(95,0,8,.20);
  font-size: 16px;
  font-weight: 540;
  line-height: 1.68;
}

.author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 14px;
}

.author::after {
  content: "";
  position: absolute;
  inset: auto 0 -10px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #e00016, #1e3a8a, transparent);
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .32s var(--ease), transform .32s var(--ease);
}

.marquee-item:hover .author::after {
  opacity: 1;
  transform: scaleX(1);
}

.author span:first-child {
  color: var(--text-author);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.verified {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #5f0008, #e00016);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 10px 24px rgba(95,0,8,.26);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.shield-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  animation: redPop 1.7s infinite alternate ease-in-out;
}

/* =====================================================
   OPTIONAL FEATURE COMPONENTS
===================================================== */
.peach-chip,
.peach-toolbar-pill,
.burgundy-floating-badge,
.red-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #5f0008, #e00016, #ff6b6b);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 13px 30px rgba(95,0,8,.26);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-size: 12px;
}

.peach-floating-toolbar,
.burgundy-glass-tabs,
.red-random-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto 38px;
}

.peach-toolbar-pill::before,
.burgundy-floating-badge::before {
  content: "✧";
  color: #fff3cf;
}

.peach-feature-grid,
.red-random-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 940px;
  margin: 30px auto 52px;
}

.peach-feature-card,
.red-random-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  color: #7c1d6f;
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.24), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,241,241,.90));
  border: 1px solid rgba(95,0,8,.14);
  box-shadow:
    0 22px 48px rgba(95,0,8,.26),
    inset 0 1px 0 rgba(255,255,255,.68);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s ease, background .34s ease;
}

.peach-feature-card::before,
.red-random-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 38%, rgba(255,255,255,.55) 48%, transparent 58% 100%);
  transform: translateX(-130%);
  transition: transform .72s ease;
}

.peach-feature-card:hover,
.red-random-card:hover {
  transform: translateY(-9px) rotate(.35deg);
  border-color: rgba(224,0,22,.44);
  box-shadow:
    0 30px 64px rgba(95,0,8,.34),
    -9px 9px 0 rgba(255,255,255,.14);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.32), transparent 43%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(255,248,248,.96));
}

.peach-feature-card:hover::before,
.red-random-card:hover::before {
  transform: translateX(130%);
}

.peach-feature-card strong,
.red-random-card h3 {
  display: block;
  margin: 0 0 9px;
  color: #e00016;
  font-size: 18px;
  font-weight: 950;
}

.red-random-card h3 {
  font-size: 22px;
}

.peach-feature-card p,
.red-random-card p {
  margin: 0;
  color: #7c1d6f;
  line-height: 1.68;
  font-size: 14px;
}

.peach-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 24px auto 52px;
}

.peach-stat-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 30px;
  color: #7c2d12;
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,241,241,.86));
  border: 1px solid rgba(95,0,8,.14);
  box-shadow:
    0 22px 48px rgba(95,0,8,.26),
    inset 0 1px 0 rgba(255,255,255,.70);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s ease;
}

.peach-stat-card::after {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  right: -58px;
  top: -58px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224,0,22,.28), transparent 62%);
}

.peach-stat-card:hover {
  transform: translateY(-8px) rotate(.35deg);
  border-color: rgba(224,0,22,.46);
  box-shadow:
    0 30px 62px rgba(95,0,8,.34),
    -9px 9px 0 rgba(255,255,255,.14);
}

.peach-stat-card b {
  display: block;
  margin-bottom: 9px;
  color: #e00016;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.peach-stat-card span {
  color: #7c2d12;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .9px;
}

.peach-ribbon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 30px;
  color: #fff3cf;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.peach-ribbon-title::before,
.peach-ribbon-title::after {
  content: "";
  width: min(130px, 22vw);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff3cf, #ff6b6b);
}

.peach-ribbon-title::after {
  background: linear-gradient(90deg, #ff6b6b, #fff3cf, transparent);
}

/* =====================================================
   UI SHELL / HERO / PROGRESS
===================================================== */
.burgundy-ui-shell,
.red-random-hero {
  position: relative;
  max-width: 1120px;
  margin: 42px auto;
  padding: clamp(26px, 5vw, 60px);
  overflow: hidden;
  isolation: isolate;
  border-radius: 36px;
  color: #fff3cf;
  border: 1px solid rgba(255,255,255,.40);
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.24), transparent 30%),
    radial-gradient(circle at 92% 6%, rgba(255,183,77,.22), transparent 32%),
    linear-gradient(135deg, #720008 0%, #e00016 48%, #ff3b3b 100%);
  box-shadow: 0 36px 94px rgba(95,0,8,.44), inset 0 1px 0 rgba(255,255,255,.58);
}

.burgundy-ui-shell::before,
.red-random-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,.18), transparent, rgba(255,183,77,.20), transparent);
  animation: redAuroraSpin 20s linear infinite;
  z-index: -2;
}

.burgundy-ui-shell::after,
.red-random-hero::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 35px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 74%);
  z-index: -1;
  pointer-events: none;
}

.burgundy-tab,
.red-random-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff3cf;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 14px 32px rgba(95,0,8,.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .28s var(--ease), background .28s ease, border-color .28s ease, color .28s ease;
  font-weight: 950;
  letter-spacing: .8px;
}

.burgundy-tab:hover,
.burgundy-tab.active,
.red-random-btn:hover {
  transform: translateY(-4px);
  color: #5f0008;
  background: linear-gradient(135deg, #ffffff, #fff3cf);
  border-color: rgba(255,255,255,.54);
}

.burgundy-spotlight-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  max-width: 980px;
  margin: 28px auto 52px;
}

.burgundy-spotlight-card,
.burgundy-alert-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  color: #1e3a8a;
  border: 1px solid rgba(95,0,8,.14);
  background:
    radial-gradient(circle at top right, rgba(255,107,107,.24), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,241,241,.92));
  box-shadow: 0 26px 60px rgba(95,0,8,.30), -10px 10px 0 rgba(255,255,255,.13);
}

.burgundy-alert-card {
  color: #7c2d12;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.40), transparent 40%),
    linear-gradient(145deg, rgba(255,107,107,.82), rgba(255,241,241,.78));
}

.burgundy-spotlight-card::before,
.burgundy-alert-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -95px;
  right: -72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,58,138,.14), transparent 67%);
}

.burgundy-spotlight-card h3,
.burgundy-alert-card h3,
.red-random-title {
  margin: 0 0 12px;
  color: #1e3a8a;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 950;
  letter-spacing: .8px;
}

.red-random-title {
  color: #fff3cf;
  font-size: clamp(34px, 6vw, 66px);
  letter-spacing: -1.4px;
  line-height: 1.02;
  text-shadow: 0 18px 42px rgba(95,0,8,.35), 0 0 34px rgba(255,255,255,.20);
}

.burgundy-spotlight-card p,
.burgundy-alert-card p,
.red-random-subtitle {
  margin: 0;
  color: #14532d;
  line-height: 1.78;
  font-weight: 560;
}

.red-random-subtitle {
  max-width: 760px;
  color: #fff7ed;
  font-size: clamp(15px, 2vw, 18px);
  margin-bottom: 26px;
}

.burgundy-progress-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 24px auto 48px;
}

.burgundy-progress {
  padding: 18px 20px;
  border-radius: 23px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 18px 40px rgba(95,0,8,.24);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.burgundy-progress span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff3cf;
  font-weight: 950;
  margin-bottom: 10px;
}

.burgundy-progress i {
  display: block;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
  position: relative;
}

.burgundy-progress i::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--value, 88%);
  border-radius: inherit;
  background: linear-gradient(90deg, #fff3cf, #ff6b6b, #ffffff);
  box-shadow: 0 0 24px rgba(255,255,255,.30);
}

.burgundy-floating-badge {
  position: absolute;
  right: clamp(16px, 4vw, 34px);
  top: clamp(16px, 4vw, 34px);
  animation: redBadgeFloat 3.4s ease-in-out infinite alternate;
}

.red-status-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff3cf;
  box-shadow: 0 0 0 8px rgba(255,255,255,.12), 0 0 20px rgba(255,255,255,.36);
  animation: redDotPulse 1.6s ease-in-out infinite;
}

/* =====================================================
   ACCESSIBILITY
===================================================== */
.faq-question:focus-visible,
.pasaran-link:focus-visible,
.pasaran-item:focus-visible,
.btn-timuna:focus-visible,
.burgundy-tab:focus-visible,
.red-random-btn:focus-visible {
  outline: 3px solid rgba(255,255,255,.60);
  outline-offset: 4px;
}

/* =====================================================
   ANIMATION
===================================================== */
@keyframes redPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 0 7px rgba(224,0,22,.18), 0 0 24px rgba(224,0,22,.24);
  }
  50% {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 0 0 12px rgba(224,0,22,.10), 0 0 36px rgba(224,0,22,.32);
  }
}

@keyframes redTwinkle {
  from {
    opacity: .50;
    transform: scale(.92) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: scale(1.12) rotate(18deg);
  }
}

@keyframes redFloatOrb {
  from {
    transform: translate3d(0,0,0) rotate(0deg);
  }
  to {
    transform: translate3d(-18px,16px,0) rotate(16deg);
  }
}

@keyframes redGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes redShine {
  0% {
    left: -115%;
  }
  24% {
    left: 215%;
  }
  100% {
    left: 215%;
  }
}

@keyframes redSlideDown {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(.94) rotateX(-8deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
  }
}

@keyframes redPop {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.16) rotate(12deg);
  }
}

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes redAuroraSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes redBadgeFloat {
  from {
    transform: translateY(0) rotate(-1deg);
  }
  to {
    transform: translateY(8px) rotate(1deg);
  }
}

@keyframes redDotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: .78;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes redTableGlow {
  0%, 100% {
    box-shadow:
      0 30px 70px rgba(95,0,8,.30),
      -10px 10px 0 rgba(255,255,255,.12),
      inset 0 0 0 1px rgba(224,0,22,.18);
  }
  50% {
    box-shadow:
      0 36px 82px rgba(95,0,8,.42),
      -10px 10px 0 rgba(255,255,255,.16),
      inset 0 0 0 1px rgba(224,0,22,.30);
  }
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 900px) {
  .peach-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .burgundy-spotlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-width.productcomparediv {
    margin: 35px auto;
    padding: 44px 16px;
    border-radius: 28px;
    box-shadow:
      0 24px 60px rgba(95,0,8,.42),
      -8px 8px 0 rgba(255,255,255,.12);
  }

  .page-width.productcomparediv:hover {
    transform: translateY(-4px);
  }

  .slot-box {
    padding: 32px 24px;
    margin-bottom: 48px;
    border-radius: 24px;
    border-top-width: 8px;
  }

  .slot-box::before {
    position: static;
    display: inline-block;
    margin-bottom: 18px;
  }

  .slot-box h2 {
    font-size: 1.7rem;
    letter-spacing: 1.4px;
  }

  .slot-box p {
    font-size: 15.5px;
    text-align: left;
  }

  .faq-section {
    padding: 36px 13px;
    border-radius: 26px;
  }

  .faq-section h2 {
    font-size: 28px;
    margin-bottom: 44px;
  }

  .faq-section h2::before {
    display: none;
  }

  .faq-container {
    gap: 16px;
  }

  .faq-item {
    border-radius: 21px;
  }

  .faq-item:hover {
    transform: translateY(-2px);
  }

  .faq-question {
    font-size: 16px;
    padding: 21px;
  }

  .faq-question::after {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 24px;
  }

  .faq-answer {
    padding: 0 21px;
  }

  .faq-item.active .faq-answer {
    padding: 18px 21px 25px;
  }

  .faq-answer p {
    font-size: 15px;
  }

  .pasaran-link {
    padding: 9px 13px;
    font-size: 14px;
  }

  .pasaran-dropdown {
    min-width: 235px;
    padding: 12px;
    border-radius: 19px;
    box-shadow:
      0 18px 44px rgba(95,0,8,.32),
      -6px 6px 0 rgba(255,255,255,.12);
  }

  .pasaran-item {
    padding: 12px 15px;
    font-size: 14px;
  }

  .price-normal {
    padding: 7px 12px;
    border-radius: 15px;
  }

  .price-normal b {
    font-size: 26px;
  }

  .price-normal span {
    font-size: 16px;
  }

  .btn-timuna {
    padding: 14px 0;
    border-radius: 15px;
    font-size: 14px;
    letter-spacing: 1.3px;
  }

  .timuna-header {
    font-size: 24px;
    letter-spacing: 1.3px;
  }

  .timuna-desc {
    font-size: 14.5px;
    margin-bottom: 25px;
  }

  .timuna-table-wrap {
    border-radius: 19px;
  }

  .timuna-table {
    display: block;
    min-width: 680px;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 21px;
    box-shadow:
      0 18px 44px rgba(95,0,8,.30),
      -7px 7px 0 rgba(255,255,255,.12);
  }

  .timuna-table th,
  .timuna-table td {
    padding: 14px 15px;
    font-size: 14px;
  }

  .timuna-table td:first-child {
    min-width: 160px;
  }

  .marquee-container {
    padding: 23px 0;
  }

  .marquee-container::before,
  .marquee-container::after {
    width: 44px;
  }

  .marquee-track {
    animation-duration: 30s;
  }

  .marquee-item {
    width: 285px;
    margin: 0 12px;
    padding: 20px;
    border-radius: 21px;
  }

  .stars {
    font-size: 18px;
  }

  .marquee-item p {
    font-size: 14.5px;
  }

  .author {
    align-items: flex-start;
    flex-direction: column;
  }

  .peach-feature-grid,
  .red-random-card-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 24px auto 38px;
  }

  .peach-feature-card,
  .red-random-card {
    padding: 19px;
    border-radius: 21px;
  }

  .peach-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px auto 36px;
  }

  .peach-stat-card {
    padding: 18px;
    border-radius: 22px;
  }

  .peach-stat-card b {
    font-size: 25px;
  }

  .burgundy-ui-shell,
  .red-random-hero {
    border-radius: 28px;
  }

  .burgundy-floating-badge {
    position: static;
    width: fit-content;
    margin: 0 auto 18px;
  }
}

@media (max-width: 480px) {
  .peach-stat-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    gap: 12px;
  }

  .timuna-table {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}