/* RAJAGACOR — Modern Premium Theme (visual only) */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
  --cs-bg: #070605;
  --cs-bg-2: #0d0b08;
  --cs-surface: #14110b;
  --cs-surface-2: #1b160e;
  --cs-gold: #d4af37;
  --cs-gold-2: #f3d57a;
  --cs-gold-3: #b8922a;
  --cs-gold-soft: rgba(212, 175, 55, 0.16);
  --cs-line: rgba(212, 175, 55, 0.38);
  --cs-text: #f6f0de;
  --cs-muted: #c9be9c;
  --cs-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  --lx-bg: transparent;
  --lx-card: #14110b;
  --lx-text: #f6f0de;
  --lx-muted: #c9be9c;
  --lx-border: rgba(212, 175, 55, 0.38);
  --lx-accent: #d4af37;
  --lx-accent-2: #f3d57a;
  --lx-radius: 16px;
  --lx-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

html,
body {
  background: var(--cs-bg) !important;
  color: var(--cs-text) !important;
  font-family: "Outfit", "Segoe UI", sans-serif !important;
}

body::before {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(212, 175, 55, 0.16), transparent 42%),
    radial-gradient(ellipse at 80% 10%, rgba(180, 130, 30, 0.1), transparent 38%),
    radial-gradient(ellipse at 50% 100%, rgba(212, 175, 55, 0.08), transparent 45%),
    linear-gradient(180deg, #0a0805 0%, #070605 40%, #050403 100%) !important;
  background-image: none !important;
  background-color: transparent !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 30%, #000 20%, transparent 78%);
}

h1, h2, h3, h4, .hero-title h1, .lx-head, .rtp-calendar-title {
  font-family: "Cinzel", "Times New Roman", serif !important;
  letter-spacing: 0.04em;
}

/* ===== Header / Nav ===== */
#header,
.nv00-gnb-v4,
.nv00-gnb-v4__wrap,
.nv00-gnb-v4__inner,
.nv00-gnb-v4__header,
.nv00-gnb-v4__container,
.pdd39-anchor-nav,
.pdd39-anchor-nav__menu,
.pdd39-anchor-nav__price,
.pd-buying-price,
.hdd02-buying-tool,
.pd-info,
.footer,
.fo10-footer {
  background: #0a0907 !important;
  color: var(--cs-text) !important;
  border-color: var(--cs-line) !important;
}

.nv00-gnb-v4 {
  border-bottom: 1px solid var(--cs-line) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45), 0 1px 0 rgba(212, 175, 55, 0.25) !important;
}

.nv00-gnb-v4__logo img {
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.35));
}

.nv00-gnb-v4 svg,
.nv00-gnb-v4 path,
.pdd39-anchor-nav svg,
.footer svg {
  fill: var(--cs-gold) !important;
  color: var(--cs-gold) !important;
}

.nv00-gnb-v4 a,
.nv00-gnb-v4 button,
.nv00-gnb-v4 span,
.nv00-gnb-v4 p,
.pdd39-anchor-nav a,
.pdd39-anchor-nav button,
.tab a,
.footer a,
.footer .footer-category__link {
  color: var(--cs-gold-2) !important;
}

.cta,
.cta--contained,
.cta--emphasis,
.cta--black,
a.cta {
  background: linear-gradient(180deg, #f3d57a 0%, #d4af37 52%, #a88722 100%) !important;
  color: #111 !important;
  border: 1px solid #f6e27a !important;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.28) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.cta:hover,
a.cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* ===== Hero card ===== */
.RAJAGACOR-card {
  max-width: 680px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 213, 122, 0.16), transparent 34%),
    linear-gradient(180deg, #1c170e 0%, #100e0a 55%, #0b0906 100%) !important;
  border: 1px solid var(--cs-gold) !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 0 0 6px rgba(212, 175, 55, 0.08),
    var(--cs-shadow) !important;
  border-radius: 22px !important;
  padding: 34px 28px !important;
  color: var(--cs-text) !important;
}

.RAJAGACOR-card::before {
  content: "♦" !important;
  top: 16px !important;
  right: 22px !important;
  font-size: 42px !important;
  color: rgba(212, 175, 55, 0.28) !important;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.45) !important;
}

.RAJAGACOR-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 10px !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  border-radius: 16px !important;
  pointer-events: none !important;
  letter-spacing: 0 !important;
  animation: none !important;
  width: auto !important;
  font-size: 0 !important;
}

.hero-title h1 {
  font-size: 26px !important;
  line-height: 1.35 !important;
  background: linear-gradient(180deg, #fff4c2 0%, #d4af37 60%, #9c7b1e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: none !important;
}

.info-container,
.bonus-wrap,
.highlight-box,
.info-card,
.review-card,
.lx-section,
.lx-feature,
.lx-step {
  background: rgba(12, 10, 7, 0.72) !important;
  border: 1px solid var(--cs-line) !important;
  box-shadow: inset 0 1px 0 rgba(243, 213, 122, 0.08) !important;
  backdrop-filter: blur(10px);
}

.info-head {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.18), transparent) !important;
  border-bottom: 1px solid var(--cs-line) !important;
}

.info-head h2,
.bonus-head h3,
.highlight-gold {
  color: var(--cs-gold-2) !important;
}

.info-text,
.bonus-item p,
.info-card .label,
.info-card .value,
.review-text,
.lx-body,
.lx-feature p {
  color: var(--cs-text) !important;
}

.info-number {
  background: linear-gradient(180deg, #f3d57a, #d4af37) !important;
  color: #111 !important;
}

.bonus-item {
  background: var(--cs-gold-soft) !important;
  border-left: 3px solid var(--cs-gold) !important;
}

.btn-gold,
.btn-login-gold,
.btn-register-gold,
.btn,
.btn-login,
.btn-register,
.lx-btn,
.lx-btn--primary {
  min-width: 138px;
  border-radius: 999px !important;
  font-family: "Cinzel", serif !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-login-gold,
.btn-login,
.lx-btn--outline {
  background: transparent !important;
  color: var(--cs-gold-2) !important;
  border: 1.5px solid var(--cs-gold) !important;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.15) !important;
}

.btn-register-gold,
.btn-register,
.lx-btn--primary {
  background: linear-gradient(180deg, #f6e08a 0%, #d4af37 48%, #a88722 100%) !important;
  color: #14110b !important;
  border: 1.5px solid #f3d57a !important;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28) !important;
}

.btn-gold:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.38) !important;
}

/* ===== Article / content ===== */
.lx-wrap,
.lx-container,
article.lx-container,
.container {
  background: transparent !important;
  color: var(--cs-text) !important;
}

.lx-container h1,
.container h1,
article h1 {
  color: var(--cs-gold-2) !important;
  background: none !important;
  -webkit-text-fill-color: var(--cs-gold-2);
}

.lx-container h2,
.container h2,
article h2,
.lx-container h3,
article h3 {
  color: var(--cs-gold) !important;
}

.lx-container h2::before,
.container h2::before {
  background: var(--cs-gold) !important;
}

.lx-container p,
.container p,
article p,
.lx-body {
  color: var(--cs-muted) !important;
}

.lx-container a,
article a,
.lx-body a {
  color: var(--cs-gold-2) !important;
}

.gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cs-gold), transparent);
  border: 0;
  margin: 18px auto 8px;
}

.faq-item {
  background: var(--cs-surface) !important;
  border: 1px solid var(--cs-line) !important;
}

.faq-question {
  background: linear-gradient(180deg, #1b160e, #120f0a) !important;
  color: var(--cs-gold-2) !important;
}

.faq-question:hover {
  background: #221c11 !important;
}

.faq-question .icon {
  color: var(--cs-gold) !important;
}

.faq-answer,
.faq-answer.open {
  background: #100e0a !important;
}

.faq-answer p {
  color: var(--cs-muted) !important;
}

.review-stars {
  color: var(--cs-gold-2) !important;
  letter-spacing: 2px;
}

.review-win {
  font-size: 15px;
  font-weight: 800;
  color: var(--cs-gold-2) !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.review-name {
  color: var(--cs-text) !important;
}

.review-date {
  color: #8d8264 !important;
}

/* ===== RTP calendar ===== */
.rtp-calendar-RAJAGACOR {
  background: linear-gradient(180deg, #16120b, #0e0c09) !important;
  border: 1px solid var(--cs-line) !important;
  box-shadow: var(--cs-shadow) !important;
  color: var(--cs-text) !important;
}

.rtp-calendar-title {
  color: var(--cs-gold-2) !important;
}

.rtp-calendar-title::before {
  background: #d4af37 !important;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2) !important;
}

.rtp-calendar-time {
  color: var(--cs-muted) !important;
}

.rtp-day-card {
  background: #1a160f !important;
  border: 1px solid rgba(212, 175, 55, 0.16) !important;
}

.rtp-day-card.active {
  background: linear-gradient(180deg, #2a2212, #1a150c) !important;
  border-color: var(--cs-gold) !important;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.18) !important;
}

.rtp-day-name,
.rtp-day-date {
  color: #b7aa84 !important;
}

.rtp-day-card.active .rtp-day-name {
  color: var(--cs-gold-2) !important;
}

.rtp-percent {
  color: var(--cs-gold-2) !important;
}

.rtp-status {
  background: #2a2416 !important;
  color: var(--cs-muted) !important;
}

.rtp-day-card.active .rtp-status {
  background: rgba(212, 175, 55, 0.18) !important;
  color: var(--cs-gold-2) !important;
}

/* ===== Popup ===== */
.popup-overlay {
  background: rgba(5, 4, 3, 0.72) !important;
}

.popup-container {
  background: linear-gradient(160deg, #16120b, #0c0a07) !important;
  border: 1px solid var(--cs-gold) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(212, 175, 55, 0.16) !important;
}

.clk-btn-sgp a,
.login,
.register {
  clip-path: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Cinzel", serif !important;
  letter-spacing: 0.14em;
}

.login {
  background: transparent !important;
  color: var(--cs-gold-2) !important;
  border: 1.5px solid var(--cs-gold) !important;
}

.register {
  background: linear-gradient(180deg, #f6e08a, #d4af37 50%, #a88722) !important;
  color: #14110b !important;
  border: 1.5px solid #f3d57a !important;
}

.login:hover {
  background: #1c170e !important;
  color: #fff4c2 !important;
}

.register:hover {
  background: linear-gradient(180deg, #ffe9a3, #e0be4a) !important;
  color: #111 !important;
}

.popup-footer {
  color: var(--cs-muted) !important;
  font-family: "Outfit", sans-serif !important;
}

.info-table th {
  background: linear-gradient(180deg, #2a2212, #16120b) !important;
  color: var(--cs-gold-2) !important;
}

/* ===== Product leftover chrome ===== */
.pd-buying-price__new-price-inner,
.summary__product-name,
.cost-box__price-now,
.pd-info__sku,
.pd-gallery,
.image__main {
  color: var(--cs-text) !important;
}

.pd-banner,
.hdd02-buying-tool__cost-box,
.option-result,
.pd-select-option {
  background: #100e0a !important;
  color: var(--cs-text) !important;
  border-color: var(--cs-line) !important;
}

/* ===== Hero card layout ===== */
.RAJAGACOR-card {
  width: 100%;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.hero-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 20px;
}

.hero-title h1 span {
  color: var(--cs-gold-2);
}

.info-row {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.info-dot,
.gold-icon {
  width: 7px;
  height: 7px;
  background: var(--cs-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cs-gold);
}

.bonus-wrap {
  margin: 20px 0 22px;
  padding: 18px 16px;
  text-align: center;
}

.bonus-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 14px;
}

.bonus-head h3 {
  margin: 0;
  font-size: 15px;
}

.bonus-list {
  display: grid;
  gap: 10px;
}

.cta-buttons-gold {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-gold {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}

/* ===== LX layout system ===== */
.lx-container {
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 16px;
}

.lx-section {
  border-radius: var(--lx-radius);
  box-shadow: var(--lx-shadow);
  padding: 24px;
  margin-bottom: 18px;
}

.lx-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.lx-head svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.lx-body {
  font-size: 15.5px;
  line-height: 1.7;
}

.lx-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.lx-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px dashed var(--lx-border);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13.5px;
  color: var(--lx-text);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0));
}

.lx-pill svg {
  width: 16px;
  height: 16px;
}

.lx-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lx-feature {
  padding: 18px;
  border-radius: 14px;
}

.lx-feature h3 {
  margin: 0 0 6px;
  font-size: 16.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lx-feature p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.lx-icon {
  width: 18px;
  height: 18px;
  color: var(--lx-accent-2);
}

.lx-steps {
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.lx-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 12px;
  padding: 14px 16px;
}

.lx-step::before {
  counter-increment: step;
  content: counter(step);
  flex: 0 0 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 700;
  color: #111;
  background: linear-gradient(180deg, #f3d57a, rgba(212, 175, 55, 0.75));
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.lx-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.lx-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--lx-border);
}

.lx-section + .lx-section {
  margin-top: 14px;
}

/* ===== Article / content layout ===== */
.lx-container h1,
.container h1,
article h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}

.lx-container h2,
.container h2,
article h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 30px 0 20px;
  position: relative;
  padding-left: 15px;
}

.lx-container h2::before,
.container h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  border-radius: 4px;
}

.lx-container h3,
article h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.lx-container p,
.container p,
article p {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
}

.lx-container a,
article a {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.highlight-box {
  border-radius: 16px;
  padding: 25px;
  margin: 30px 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.info-card .label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-card .value {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}

.faq-container {
  margin: 30px 0;
}

.faq-item {
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.faq-question .icon {
  font-size: 22px;
  font-weight: 400;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer.open {
  max-height: 200px;
  padding: 0 20px;
}

.faq-answer p {
  margin: 15px 0;
}

.reviews-section {
  margin: 40px 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.review-card {
  border-radius: 20px;
  padding: 20px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.review-name {
  font-weight: 700;
}

.review-stars {
  letter-spacing: 2px;
}

.review-win {
  font-size: 15px;
  font-weight: 800;
  color: var(--cs-gold-2);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.review-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0;
  font-style: normal;
}

.review-date {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.cta-section {
  text-align: center;
  margin: 40px 0 20px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 40px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid;
}

/* ===== RTP calendar layout ===== */
.rtp-calendar-RAJAGACOR {
  width: 100%;
  max-width: 820px;
  margin: 24px auto 22px;
  padding: 20px;
  border-radius: 18px;
}

.rtp-calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.rtp-calendar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.rtp-calendar-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}

.rtp-calendar-time {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.rtp-calendar-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.rtp-day-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-height: 56px;
  padding: 10px 6px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rtp-day-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.rtp-day-name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.rtp-day-date {
  font-size: 10px;
}

.rtp-percent {
  font-size: 16px;
  font-weight: 800;
  margin-top: 2px;
}

.rtp-status {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 999px;
  padding: 2px 9px;
  margin-top: 4px;
}

/* ===== Popup ===== */
.SLOT {
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-container {
  position: relative;
  width: 90%;
  max-width: 420px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  animation:
    rotateScaleIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    goldPulse 3.5s infinite ease-in-out;
  padding-bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@keyframes goldPulse {
  0%,
  100% {
    box-shadow:
      0 20px 40px rgba(0, 0, 0, 0.7),
      0 0 20px rgba(212, 175, 55, 0.3),
      0 0 0 1px rgba(212, 175, 55, 0.2);
  }
  50% {
    box-shadow:
      0 20px 40px rgba(0, 0, 0, 0.7),
      0 0 30px rgba(212, 175, 55, 0.5),
      0 0 0 1px rgba(212, 175, 55, 0.3);
  }
}

.popup-container::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 45%, rgba(255, 215, 0, 0.15) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shineDiagonal 5s linear infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes shineDiagonal {
  0% {
    transform: translate(-100%, -100%) rotate(30deg);
  }
  100% {
    transform: translate(100%, 100%) rotate(30deg);
  }
}

.popup-image {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.clk-btn-sgp {
  width: 97%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  font-weight: 700;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.clk-btn-sgp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(90deg, transparent, #000, var(--cs-gold), #000, transparent);
  opacity: 0.4;
  filter: blur(1px);
}

.clk-btn-sgp a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 12px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}

.clk-btn-sgp a::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #7799ff, #000, var(--cs-gold), #000, #7799ff);
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.clk-btn-sgp a:hover::after {
  opacity: 1;
}

.clk-btn-sgp a:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: var(--cs-gold);
}

.clk-btn-sgp a span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.clk-btn-sgp a:hover span {
  transform: translateX(3px);
}

.info-table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  font-size: 14px;
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.info-table th {
  padding: 14px 10px;
  font-size: 15px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.info-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
  text-align: left;
  color: var(--cs-text);
}

.info-table tr:last-child td {
  border-bottom: none;
}

.gold-particle {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.8) 0%, rgba(212, 175, 55, 0.4) 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  animation: floatGold 10s infinite ease-in-out;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

@keyframes floatGold {
  0%,
  100% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10%,
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-120px) translateX(40px);
    opacity: 0;
  }
}

.luxury-border {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  pointer-events: none;
  z-index: 4;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.1) 50%, rgba(212, 175, 55, 0) 100%);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.close-btn:hover {
  background: rgba(212, 175, 55, 0.8);
  transform: rotate(90deg);
}

.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
}

.close-btn::before {
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

@keyframes rotateScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-10deg);
  }
  50% {
    transform: scale(1.05) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes subtleGlow {
  0%,
  100% {
    box-shadow:
      0 15px 35px rgba(0, 0, 0, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      0 15px 35px rgba(0, 0, 0, 0.6),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 20px rgba(212, 175, 55, 0.15);
  }
}

/* ===== Nav typography ===== */
.nv00-gnb-v4__l0-menu-text,
.nv00-gnb-v4__l1-menu-text,
.nv00-gnb-v4__l1-featured-link,
.nv00-gnb-v4__l1-featured-title {
  font-size: 14.5px;
  line-height: 1.4;
}

/* ===== Footer ===== */
.footer .footer-column__item .footer-category__link {
  display: block;
  padding: 7px 24px;
  font-size: 14px;
  line-height: 1.33;
  color: var(--cs-gold-2) !important;
}

/* ===== Body base ===== */
body {
  min-height: 100vh;
}

@media (max-width: 980px) {
  .lx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-title h1 {
    font-size: 20px !important;
  }

  .RAJAGACOR-card {
    padding: 24px 16px !important;
  }

  .nv00-gnb-v4__l0-menu-text,
  .nv00-gnb-v4__l1-menu-text,
  .nv00-gnb-v4__l1-featured-link,
  .nv00-gnb-v4__l1-featured-title {
    font-size: 13px;
  }

  .container {
    padding: 25px;
  }

  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .lx-container h1,
  .container h1,
  article h1 {
    font-size: 24px;
  }

  .rtp-calendar-RAJAGACOR {
    padding: 14px;
    border-radius: 14px;
  }

  .rtp-calendar-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
  }

  .rtp-calendar-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .clk-btn-sgp {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .clk-btn-sgp a {
    padding: 18px 12px;
  }
}

@media (max-width: 520px) {
  .lx-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .RAJAGACOR-card {
    border-radius: 20px;
  }

  .hero-title h1 {
    font-size: 20px;
  }

  .info-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-number {
    align-self: flex-start;
  }

  .popup-container {
    width: 95%;
    max-width: 350px;
  }

  .info-table {
    font-size: 13px;
  }

  .popup-footer {
    font-size: 12px;
  }

  .close-btn {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 420px) {
  .rtp-calendar-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
