:root {
  --brand: #78d6a4;
  --brand-dark: #2e9b68;
  --brand-deep: #146444;
  --brand-soft: #b9ffd7;
  --brand-pale: #eafff2;
  --brand-glass: rgba(120, 214, 164, 0.28);

  --bg-main: #78d6a4;
  --bg-deep: #2f8f61;
  --bg-soft: #c7ffe0;

  --text-slot: #123b2a;
  --text-faq-title: #224d91;
  --text-faq-question: #5b2b7a;
  --text-faq-answer: #3f4530;
  --text-nav: #7a2d45;
  --text-table-head: #17304f;
  --text-table-body: #3a2a13;
  --text-marquee: #17454d;
  --text-author: #5c3311;
  --text-button: #082817;

  --white: #ffffff;
  --black: #050505;
  --muted: #38443e;

  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(5, 5, 5, 0.13);
  --line-strong: rgba(5, 5, 5, 0.24);

  --shadow: rgba(17, 83, 51, 0.24);
  --shadow-strong: rgba(17, 83, 51, 0.42);
  --glow: rgba(120, 214, 164, 0.48);

  --radius-xl: 34px;
  --radius-lg: 26px;
  --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% 9%, rgba(255, 255, 255, 0.34), transparent 28%),
    radial-gradient(circle at 93% 8%, rgba(46, 155, 104, 0.38), transparent 34%),
    radial-gradient(circle at 78% 92%, rgba(185, 255, 215, 0.52), transparent 36%),
    linear-gradient(135deg, #78d6a4 0%, #a7f2c7 45%, #78d6a4 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: var(--brand-deep);
  color: var(--white);
}

/* =====================================================
   WRAPPER UTAMA
===================================================== */
.page-width.productcomparediv {
  max-width: 1080px;
  margin: 54px auto;
  padding: clamp(34px, 5vw, 76px) clamp(16px, 3vw, 30px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--black);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.58);
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.14) 1px, transparent 1px),
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.38), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(46,155,104,.34), transparent 34%),
    linear-gradient(145deg, #78d6a4 0%, #b8ffd6 48%, #78d6a4 100%);
  background-size: 38px 38px, 38px 38px, auto, auto, auto;
  box-shadow:
    0 40px 110px var(--shadow-strong),
    inset 0 1px 0 rgba(255,255,255,.72),
    14px 14px 0 rgba(20, 100, 68, 0.18);
  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;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.page-width.productcomparediv::before {
  width: 530px;
  height: 530px;
  top: -230px;
  right: -190px;
  background:
    repeating-conic-gradient(from 15deg, rgba(20,100,68,.24) 0 9deg, transparent 9deg 23deg),
    radial-gradient(circle, rgba(255,255,255,.38), transparent 66%);
  opacity: .86;
  animation: uiFloatOrb 13s ease-in-out infinite alternate;
}

.page-width.productcomparediv::after {
  width: 350px;
  height: 350px;
  left: -126px;
  bottom: -140px;
  background:
    radial-gradient(circle at 38% 34%, rgba(255,255,255,.45), transparent 30%),
    radial-gradient(circle, rgba(46,155,104,.52), transparent 69%);
  box-shadow: 0 0 90px rgba(46,155,104,.28);
  animation: uiFloatOrb 10s ease-in-out infinite alternate-reverse;
}

.page-width.productcomparediv:hover {
  transform: translateY(-7px);
  border-color: rgba(20,100,68,.45);
  box-shadow:
    0 48px 118px rgba(17,83,51,.46),
    inset 0 1px 0 rgba(255,255,255,.76),
    18px 18px 0 rgba(20,100,68,.22);
}

.page-width.productcomparediv > * {
  position: relative;
  z-index: 1;
}

/* =====================================================
   INTRO / SLOT BOX
===================================================== */
.slot-box {
  max-width: 930px;
  margin: 0 auto 64px;
  padding: clamp(30px, 4vw, 50px);
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(5,5,5,.12);
  border-left: 12px solid var(--brand-deep);
  color: var(--text-slot);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.36), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(234,255,242,.92));
  box-shadow:
    0 30px 72px var(--shadow),
    inset 0 1px 0 rgba(255,255,255,.78),
    -10px 10px 0 rgba(20,100,68,.14);
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .38s var(--ease);
}

.slot-box::before {
  content: "Fresh Mint";
  position: absolute;
  top: 22px;
  right: 24px;
  color: #0b2d1e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(5,5,5,.14);
  background: linear-gradient(135deg, #78d6a4, #d5ffe6);
  box-shadow: 0 12px 28px rgba(46,155,104,.24);
}

.slot-box::after,
.faq-section::before,
.marquee-container::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(20,100,68,.13) 0 2px, transparent 3px),
    linear-gradient(115deg, transparent 0 47%, rgba(46,155,104,.10) 48% 49%, transparent 50% 100%);
  background-size: 25px 25px, 92px 92px;
  opacity: .52;
}

.slot-box:hover {
  transform: translateY(-8px) rotate(-.25deg);
  border-color: rgba(20,100,68,.42);
  box-shadow:
    0 36px 84px rgba(17,83,51,.34),
    inset 0 1px 0 rgba(255,255,255,.88),
    -14px 14px 0 rgba(20,100,68,.17);
}

.slot-box h2 {
  margin: 0 0 24px;
  text-align: center;
  color: #123b2a;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 8px 28px rgba(46,155,104,.18);
}

.slot-box h2::before {
  content: "✦";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 12px;
  color: #07351f;
  background: linear-gradient(135deg, #78d6a4, #d7ffe8);
  box-shadow: 0 0 0 8px rgba(120,214,164,.22), 0 0 28px rgba(46,155,104,.26);
  font-size: 14px;
  vertical-align: middle;
  animation: uiPulse 2.2s ease-in-out infinite;
}

.slot-box p {
  margin: 0;
  color: #2f4b38;
  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, 52px) clamp(14px, 3vw, 28px);
  position: relative;
  overflow: hidden;
  color: var(--text-faq-answer);
  border-radius: 32px;
  border: 1px solid rgba(5,5,5,.15);
  background:
    radial-gradient(circle at 16% 0%, rgba(120,214,164,.34), transparent 36%),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.34), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(234,255,242,.86));
  box-shadow:
    0 30px 76px var(--shadow),
    inset 0 1px 0 rgba(255,255,255,.72);
}

.faq-section h2 {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  margin: 0 0 56px;
  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(46,155,104,.18);
}

.faq-section h2::before {
  content: "◆";
  position: absolute;
  left: -42px;
  top: 6px;
  color: var(--brand-deep);
  font-size: 24px;
  animation: uiTwinkle 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, #224d91, var(--brand-deep), #5b2b7a, transparent);
  box-shadow: 0 0 24px rgba(46,155,104,.24);
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  color: var(--text-faq-answer);
  border-radius: 24px;
  border: 1px solid rgba(5,5,5,.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(234,255,242,.90));
  box-shadow: 0 18px 40px rgba(17,83,51,.18);
  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: 9px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #5b2b7a, var(--brand-deep));
  transform: scaleY(.18);
  transform-origin: top;
  transition: transform .34s var(--ease);
}

.faq-item::after {
  content: "";
  position: absolute;
  inset: auto 22px 14px 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #224d91, var(--brand-deep), transparent);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .32s var(--ease), transform .32s var(--ease);
}

.faq-item:hover,
.faq-item.active {
  transform: translateX(7px) translateY(-2px);
  border-color: rgba(20,100,68,.40);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.24), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(245,255,249,.95));
  box-shadow:
    0 26px 54px rgba(17,83,51,.24),
    9px 9px 0 rgba(46,155,104,.14);
}

.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: #224d91;
  letter-spacing: .25px;
}

.faq-question::after {
  content: "+";
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #07351f;
  border: 1px solid rgba(5,5,5,.15);
  background: linear-gradient(135deg, #78d6a4, #d9ffe9);
  box-shadow: 0 12px 26px rgba(46,155,104,.23);
  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, #ffffff, var(--brand-pale));
  box-shadow: 0 14px 30px rgba(17,83,51,.20);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 34px;
  background: linear-gradient(135deg, rgba(120,214,164,.14), 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(5,5,5,.18);
}

.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,.34);
  border: 1px solid rgba(5,5,5,.13);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  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(120,214,164,.38), rgba(255,255,255,.24));
  opacity: 0;
  transition: opacity .28s ease;
  z-index: -1;
}

.pasaran-link:hover {
  transform: translateY(-3px);
  border-color: rgba(20,100,68,.42);
  background: rgba(255,255,255,.46);
}

.pasaran-link:hover::before {
  opacity: 1;
}

.pasaran-icon {
  color: var(--brand-deep);
  transition: transform .44s var(--ease), color .28s ease;
}

.pasaran-link:hover .pasaran-icon {
  transform: rotate(180deg) scale(1.16);
  color: #224d91;
}

.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: 22px;
  border: 1px solid rgba(5,5,5,.15);
  color: var(--text-nav);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.30), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(234,255,242,.94));
  box-shadow:
    0 28px 64px rgba(17,83,51,.28),
    8px 8px 0 rgba(20,100,68,.13);
  animation: uiSlideDown .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(120,214,164,.26), transparent 68%);
}

.pasaran-dropdown::after {
  width: 120px;
  height: 120px;
  bottom: -56px;
  left: -48px;
  background: radial-gradient(circle, rgba(34,77,145,.16), transparent 70%);
}

.pasaran-item {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 7px 0;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text-nav);
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(5,5,5,.10);
  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, #78d6a4, #d9ffe9, #ffffff);
  transition: left .38s ease-in-out;
  z-index: -1;
}

.pasaran-item::after {
  content: "↗";
  position: absolute;
  right: 16px;
  top: 50%;
  color: #224d91;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-50%) translateX(-10px) rotate(-18deg);
  transition: transform .28s ease, opacity .28s ease;
}

.pasaran-item:hover {
  color: #224d91;
  border-color: rgba(20,100,68,.42);
  transform: translateX(8px) scale(1.02);
  padding-right: 40px;
  box-shadow: 0 13px 28px rgba(17,83,51,.18);
}

.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: #5a3b00;
  border: 1px solid rgba(5,5,5,.14);
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(234,255,242,.92));
  box-shadow: 0 13px 28px rgba(17,83,51,.18);
}

.price-normal::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--brand-deep), transparent, #224d91);
  z-index: -1;
  opacity: .50;
}

.price-normal b {
  color: #146444;
  font-size: 32px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1;
}

.price-normal span {
  color: #5a3b00;
  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(5,5,5,.18);
  color: var(--text-button);
  background: linear-gradient(135deg, #146444, #78d6a4, #d9ffe9, #2e9b68);
  background-size: 220% 220%;
  box-shadow:
    0 18px 38px rgba(17,83,51,.30),
    0 0 34px rgba(120,214,164,.28),
    7px 7px 0 rgba(20,100,68,.18),
    inset 0 1px 0 rgba(255,255,255,.34);
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  animation: uiGradientFlow 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: uiShine 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.04);
  box-shadow:
    0 25px 54px rgba(17,83,51,.34),
    0 0 52px rgba(120,214,164,.34),
    8px 8px 0 rgba(255,255,255,.24);
}

.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: #17304f;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  text-shadow: 0 12px 30px rgba(46,155,104,.20);
  position: relative;
}

.timuna-header::after {
  content: "";
  display: block;
  width: 145px;
  height: 6px;
  margin: 17px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #17304f, var(--brand-deep), #5b2b7a, transparent);
  box-shadow: 0 0 24px rgba(46,155,104,.25);
}

.timuna-desc {
  max-width: 830px;
  margin: 0 auto 36px;
  padding: 0 18px 20px;
  text-align: center;
  color: #3a2a13;
  border-bottom: 1px dashed rgba(5,5,5,.24);
  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: 24px;
}

.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(120,214,164,.34), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.44), transparent 40%),
    linear-gradient(135deg, #f7fff9, #e8fff0, #ffffff);
  border: 1px solid rgba(5,5,5,.14);
  border-radius: 24px;
  box-shadow:
    0 30px 68px rgba(17,83,51,.26),
    10px 10px 0 rgba(20,100,68,.14),
    inset 0 0 0 1px rgba(120,214,164,.18);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  animation: mintTableGlow 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, #78d6a4, #b9ffd7, #ffffff);
  border-right: 1px solid rgba(5,5,5,.12);
  border-bottom: 3px solid rgba(5,5,5,.16);
  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(46,155,104,.18);
  border-right: 1px solid rgba(5,5,5,.08);
  color: var(--text-table-body);
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 730;
  background: rgba(255,255,255,.76);
  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(234,255,242,.86);
}

.timuna-table tr:nth-child(odd) td {
  background-color: rgba(255,255,255,.84);
}

.timuna-table td:first-child {
  width: 28%;
  color: #146444;
  font-weight: 950;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(120,214,164,.38), rgba(245,255,249,.94));
  border-right: 1px solid rgba(46,155,104,.20);
}

.timuna-table td:first-child::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 50%;
  background: #146444;
  box-shadow: 0 0 12px rgba(46,155,104,.80);
}

.timuna-table tr:hover td {
  color: #17304f;
  cursor: default;
  letter-spacing: .2px;
  background: linear-gradient(135deg, rgba(120,214,164,.72), rgba(255,255,255,.92));
  box-shadow: inset 5px 0 0 #146444;
}

.timuna-table tr:hover td:first-child {
  color: #5b2b7a;
  transform: translateX(5px);
}

.timuna-table thead tr:first-child th:first-child {
  border-top-left-radius: 24px;
}

.timuna-table thead tr:first-child th:last-child {
  border-top-right-radius: 24px;
}

.timuna-table tbody tr:last-child td:first-child,
.timuna-table tr:last-child td:first-child {
  border-bottom-left-radius: 24px;
}

.timuna-table tbody tr:last-child td:last-child,
.timuna-table tr:last-child td:last-child {
  border-bottom-right-radius: 24px;
}

/* =====================================================
   TESTIMONIAL MARQUEE
===================================================== */
.marquee-container {
  width: 100%;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, rgba(120,214,164,.24), rgba(255,255,255,.22), 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: 26px;
  border: 1px solid rgba(5,5,5,.12);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(234,255,242,.90));
  box-shadow:
    0 24px 52px rgba(17,83,51,.26),
    8px 8px 0 rgba(20,100,68,.15);
  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(120,214,164,.28), transparent 68%);
  z-index: 0;
}

.marquee-item::after {
  content: "◆";
  position: absolute;
  right: 22px;
  top: 14px;
  color: rgba(20,100,68,.16);
  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(20,100,68,.44);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.36), transparent 43%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(245,255,249,.95));
  box-shadow:
    0 32px 66px rgba(17,83,51,.34),
    12px 12px 0 rgba(20,100,68,.18);
}

.stars {
  color: #146444;
  font-size: 21px;
  margin-bottom: 14px;
  letter-spacing: 2px;
  text-shadow: 0 5px 18px rgba(46,155,104,.26);
}

.marquee-item p {
  margin: 0 0 21px;
  padding-bottom: 17px;
  color: var(--text-marquee);
  border-bottom: 1px dashed rgba(5,5,5,.18);
  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, #146444, #224d91, 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: #07351f;
  background: linear-gradient(135deg, #78d6a4, #d9ffe9);
  border: 1px solid rgba(5,5,5,.12);
  box-shadow: 0 10px 22px rgba(46,155,104,.22);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.shield-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  animation: uiPop 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: #07351f;
  background: linear-gradient(135deg, #78d6a4, #d9ffe9);
  border: 1px solid rgba(5,5,5,.14);
  box-shadow: 0 13px 28px rgba(17,83,51,.20);
  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 36px;
}

.peach-toolbar-pill::before,
.burgundy-floating-badge::before {
  content: "✧";
  color: #224d91;
}

.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 50px;
}

.peach-feature-card,
.red-random-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 26px;
  color: #4a2d5f;
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(234,255,242,.88));
  border: 1px solid rgba(5,5,5,.12);
  box-shadow:
    0 22px 46px rgba(17,83,51,.22),
    inset 0 1px 0 rgba(255,255,255,.62);
  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,.50) 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(20,100,68,.44);
  box-shadow:
    0 30px 62px rgba(17,83,51,.29),
    9px 9px 0 rgba(20,100,68,.15);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.34), transparent 43%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(245,255,249,.95));
}

.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: #146444;
  font-size: 18px;
  font-weight: 950;
}

.red-random-card h3 {
  font-size: 22px;
}

.peach-feature-card p,
.red-random-card p {
  margin: 0;
  color: #4a2d5f;
  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 50px;
}

.peach-stat-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  color: #5a3b00;
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.30), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(234,255,242,.84));
  border: 1px solid rgba(5,5,5,.12);
  box-shadow:
    0 22px 46px rgba(17,83,51,.22),
    inset 0 1px 0 rgba(255,255,255,.68);
  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(120,214,164,.30), transparent 62%);
}

.peach-stat-card:hover {
  transform: translateY(-8px) rotate(-.35deg);
  border-color: rgba(20,100,68,.46);
  box-shadow:
    0 30px 60px rgba(17,83,51,.30),
    9px 9px 0 rgba(20,100,68,.14);
}

.peach-stat-card b {
  display: block;
  margin-bottom: 9px;
  color: #146444;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.peach-stat-card span {
  color: #5a3b00;
  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: #17304f;
  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, #146444, #224d91);
}

.peach-ribbon-title::after {
  background: linear-gradient(90deg, #224d91, #146444, transparent);
}

/* =====================================================
   UI SHELL / HERO / PROGRESS
===================================================== */
.burgundy-ui-shell,
.red-random-hero {
  position: relative;
  max-width: 1120px;
  margin: 42px auto;
  padding: clamp(26px, 5vw, 58px);
  overflow: hidden;
  isolation: isolate;
  border-radius: 34px;
  color: #17304f;
  border: 1px solid rgba(255,255,255,.52);
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.34), transparent 30%),
    radial-gradient(circle at 92% 6%, rgba(46,155,104,.30), transparent 32%),
    linear-gradient(135deg, #78d6a4 0%, #c8ffe0 46%, #78d6a4 100%);
  box-shadow: 0 36px 92px rgba(17,83,51,.35), 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(46,155,104,.24), transparent, rgba(255,255,255,.22), transparent);
  animation: uiAuroraSpin 20s linear infinite;
  z-index: -2;
}

.burgundy-ui-shell::after,
.red-random-hero::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.12) 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: #17304f;
  background: rgba(255,255,255,.50);
  border: 1px solid rgba(5,5,5,.13);
  box-shadow: 0 14px 30px rgba(17,83,51,.18);
  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: #07351f;
  background: linear-gradient(135deg, #78d6a4, #d9ffe9);
  border-color: rgba(5,5,5,.20);
}

.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: 30px;
  color: #17304f;
  border: 1px solid rgba(5,5,5,.13);
  background:
    radial-gradient(circle at top right, rgba(120,214,164,.28), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.97), rgba(234,255,242,.90));
  box-shadow: 0 26px 58px rgba(17,83,51,.26), 10px 10px 0 rgba(20,100,68,.13);
}

.burgundy-alert-card {
  color: #3a2a13;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.38), transparent 40%),
    linear-gradient(145deg, rgba(120,214,164,.88), rgba(217,255,233,.76));
}

.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(34,77,145,.14), transparent 67%);
}

.burgundy-spotlight-card h3,
.burgundy-alert-card h3,
.red-random-title {
  margin: 0 0 12px;
  color: #17304f;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 950;
  letter-spacing: .8px;
}

.red-random-title {
  font-size: clamp(34px, 6vw, 66px);
  letter-spacing: -1.4px;
  line-height: 1.02;
  text-shadow: 0 18px 42px rgba(17,83,51,.18), 0 0 34px rgba(120,214,164,.24);
}

.burgundy-spotlight-card p,
.burgundy-alert-card p,
.red-random-subtitle {
  margin: 0;
  color: #4a2d5f;
  line-height: 1.78;
  font-weight: 560;
}

.red-random-subtitle {
  max-width: 760px;
  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: 22px;
  background: rgba(255,255,255,.50);
  border: 1px solid rgba(5,5,5,.12);
  box-shadow: 0 18px 38px rgba(17,83,51,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.burgundy-progress span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #17304f;
  font-weight: 950;
  margin-bottom: 10px;
}

.burgundy-progress i {
  display: block;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(5,5,5,.12);
  position: relative;
}

.burgundy-progress i::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--value, 88%);
  border-radius: inherit;
  background: linear-gradient(90deg, #146444, #78d6a4, #d9ffe9);
  box-shadow: 0 0 22px rgba(46,155,104,.32);
}

.burgundy-floating-badge {
  position: absolute;
  right: clamp(16px, 4vw, 34px);
  top: clamp(16px, 4vw, 34px);
  animation: uiBadgeFloat 3.4s ease-in-out infinite alternate;
}

.red-status-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #146444;
  box-shadow: 0 0 0 8px rgba(20,100,68,.10), 0 0 20px rgba(46,155,104,.36);
  animation: uiDotPulse 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(20,100,68,.38);
  outline-offset: 4px;
}

/* =====================================================
   ANIMATION
===================================================== */
@keyframes uiPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 0 7px rgba(120,214,164,.18), 0 0 22px rgba(46,155,104,.24);
  }
  50% {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 0 0 12px rgba(120,214,164,.10), 0 0 34px rgba(46,155,104,.30);
  }
}

@keyframes uiTwinkle {
  from { opacity: .50; transform: scale(.92) rotate(0deg); }
  to { opacity: 1; transform: scale(1.12) rotate(18deg); }
}

@keyframes uiFloatOrb {
  from { transform: translate3d(0,0,0) rotate(0deg); }
  to { transform: translate3d(-18px,16px,0) rotate(16deg); }
}

@keyframes uiGradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes uiShine {
  0% { left: -115%; }
  24% { left: 215%; }
  100% { left: 215%; }
}

@keyframes uiSlideDown {
  from { opacity: 0; transform: translateY(-16px) scale(.94) rotateX(-8deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotateX(0deg); }
}

@keyframes uiPop {
  0% { transform: scale(1) rotate(0deg); }
  100% { transform: scale(1.16) rotate(12deg); }
}

@keyframes marqueeMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes uiAuroraSpin {
  to { transform: rotate(360deg); }
}

@keyframes uiBadgeFloat {
  from { transform: translateY(0) rotate(-1deg); }
  to { transform: translateY(8px) rotate(1deg); }
}

@keyframes uiDotPulse {
  0%, 100% { transform: scale(1); opacity: .78; }
  50% { transform: scale(1.22); opacity: 1; }
}

@keyframes mintTableGlow {
  0%, 100% {
    box-shadow:
      0 30px 68px rgba(17,83,51,.24),
      10px 10px 0 rgba(20,100,68,.14),
      inset 0 0 0 1px rgba(120,214,164,.18);
  }
  50% {
    box-shadow:
      0 34px 78px rgba(17,83,51,.34),
      10px 10px 0 rgba(20,100,68,.18),
      inset 0 0 0 1px rgba(120,214,164,.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: 26px;
    box-shadow:
      0 24px 58px rgba(17,83,51,.34),
      8px 8px 0 rgba(20,100,68,.16);
  }

  .page-width.productcomparediv:hover {
    transform: translateY(-4px);
  }

  .slot-box {
    padding: 32px 24px;
    margin-bottom: 48px;
    border-radius: 23px;
    border-left-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: 25px;
  }

  .faq-section h2 {
    font-size: 28px;
    margin-bottom: 44px;
  }

  .faq-section h2::before {
    display: none;
  }

  .faq-container {
    gap: 16px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .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: 18px;
    box-shadow:
      0 18px 42px rgba(17,83,51,.28),
      6px 6px 0 rgba(20,100,68,.14);
  }

  .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: 18px;
  }

  .timuna-table {
    display: block;
    min-width: 680px;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 20px;
    box-shadow:
      0 18px 42px rgba(17,83,51,.24),
      7px 7px 0 rgba(20,100,68,.14);
  }

  .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: 20px;
  }

  .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: 20px;
  }

  .peach-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px auto 36px;
  }

  .peach-stat-card {
    padding: 18px;
    border-radius: 21px;
  }

  .peach-stat-card b {
    font-size: 25px;
  }

  .burgundy-ui-shell,
  .red-random-hero {
    border-radius: 26px;
  }

  .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;
  }
}