/* Gaya halaman. Urutan aturan dan media query mempertahankan cascade asli. */

.preview,
.m-product-preview__glider,
.glide,
.glide__track {
  overflow: hidden !important;
  max-width: 100% !important;
}

.glide__slides {
  display: flex !important;
  margin: 0 !important;
  contain: none !important;
}

.glide__slide img,
.m-product-preview__glider-img img,
.preview .jsProductMainImage {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html,
body {
  overflow-x: hidden !important;
}

#reviewfaq-section .reviews-section {
  background: linear-gradient(145deg,#0A0A0A 0%,#151515 45%,#1B1612 100%) !important;
  border: 1px solid #8A6A13 !important;
  border-radius: 12px !important;
  padding: 30px !important;
}

#reviewfaq-section .reviews-section .section-title {
  color: #E6D3A3 !important;
  border-bottom: 2px solid #D4AF37 !important;
}

#reviewfaq-section .reviews-grid .review-card {
  background: linear-gradient(145deg,#151515 0%,#1B1612 55%,#241A14 100%) !important;
  border-top: 1px solid #6B4B3E !important;
  border-right: 1px solid #6B4B3E !important;
  border-bottom: 1px solid #6B4B3E !important;
  border-left: 4px solid #D4AF37 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.35),inset 0 1px 0 rgba(230,211,163,0.06) !important;
}

#reviewfaq-section .reviews-grid .review-card:hover {
  background: linear-gradient(145deg,#1B1612 0%,#2B2B2B 50%,#3B2A20 100%) !important;
  border-color: #B08D57 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.45),0 0 12px rgba(212,175,55,0.14) !important;
}

#reviewfaq-section .reviewer-name {
  color: #FFD700 !important;
  font-weight: 700 !important;
}

#reviewfaq-section .review-text {
  color: #C9C1B8 !important;
  line-height: 1.7 !important;
  font-style: italic !important;
}

.vc-header-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.n-columns-2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
  font-weight: 700;
  margin: 0 auto;
}

.n-columns-2 a {
  text-align: center;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
  position: relative;
  overflow: hidden;
}

.login,
.register {
  padding: 16px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}

.login::after,
.register::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0) 50%);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.login:hover::after,
.register:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

.login,
.login-button {
  text-shadow: 2px 2px 4px rgba(10,10,10,0.55);
  border-radius: 12px;
  border: 2px solid rgba(176,141,87,0.45);
  box-shadow: 0 4px 0#E6D3A3,0 8px 15px rgba(21,21,21,0.35),inset 0 1px 2px rgba(245,231,200,0.45);
  background: linear-gradient(315deg,#0A0A0A 0%,#3B2A20 48%,#8A6A13 100%);
  color: #F4F0E6;
  position: relative;
}

.login::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5%;
  width: 90%;
  height: 30%;
  background: linear-gradient(180deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.login:hover {
  background: linear-gradient(315deg,#241A14 0%,#8C6239 48%,#D4AF37 100%);
  border-color: #E6D3A3;
  box-shadow: 0 6px 0#D4AF37,0 12px 20px rgba(0,0,0,0.4),inset 0 1px 3px rgba(255,255,255,0.8);
  transform: translateY(-2px);
  color: #0A0A0A;
}

.login:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0#D4AF37,0 5px 12px rgba(0,0,0,0.3);
}

.register,
.register-button {
  text-shadow: 2px 2px 4px rgba(10,10,10,0.55);
  border-radius: 12px;
  border: 2px solid #8B8378;
  box-shadow: 0 4px 0#D4AF37,0 8px 15px rgb(212,194,31),inset 0 1px 2px rgba(255,255,255,0.3);
  background: linear-gradient(315deg,#151515 0%,#6B4B3E 48%,#B08D57 100%);
  color: #F4F0E6;
  position: relative;
}

.register::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5%;
  width: 90%;
  height: 30%;
  background: linear-gradient(180deg,rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0) 100%);
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.register:hover {
  background: linear-gradient(315deg,#3B2A20 0%,#B08D57 50%,#FFD700 100%);
  border-color: #F5E7C8;
  box-shadow: 0 6px 0#D4AF37,0 12px 20px rgba(0,0,0,0.5),inset 0 1px 3px rgba(255,255,255,0.4);
  transform: translateY(-2px);
  color: #0A0A0A;
}

.register:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0#D4AF37,0 5px 12px rgba(0,0,0,0.3);
}

.login:hover,
.register:hover {
  opacity: 1;
  filter: brightness(1.1);
}

.login span,
.register span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.login:hover span,
.register:hover span {
  transform: translateX(5px);
}

@media (max-width:480px) {
  .n-columns-2 {
    gap: 10px;
  }
  .login,
  .register {
    padding: 14px 8px;
    font-size: 16px;
  }
}

body {
  background: url(../images/background.webp)no-repeat center center fixed;
  background-size: cover;
}

.brand-neue-button {
  gap: var(--spacing-2x);
  border-radius: var(--roundness-subtle);
  background: var(--color-interactive-primary);
  color: var(--color-content-brand);
  font-family: PolySans-Median;
  font-size: var(--font-size-2x);
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 20px;
}

.brand-neue-button:hover,
.brand-neue-button:active,
.brand-neue-button:focus {
  background: var(--color-interactive-primary-hover);
}

.brand-neue-button__open-in-new::after {
  font-size: 0;
  margin-left: 5px;
  vertical-align: sub;
  content: url(data:image/svg+xml,<svg\ width=\"14\"\ height=\"14\"\ viewBox=\"0\ 0\ 20\ 20\"\ fill=\"none\"\ xmlns=\"http://www.w3.org/2000/svg\"><g\ id=\"ico-/-24-/-actions-/-open_in_new\"><path\ id=\"Icon-color\"\ d=\"M17.5\ 12.0833V15.8333C17.5\ 16.7538\ 16.7538\ 17.5\ 15.8333\ 17.5H4.16667C3.24619\ 17.5\ 2.5\ 16.7538\ 2.5\ 15.8333V4.16667C2.5\ 3.24619\ 3.24619\ 2.5\ 4.16667\ 2.5H7.91667C8.14679\ 2.5\ 8.33333\ 2.68655\ 8.33333\ 2.91667V3.75C8.33333\ 3.98012\ 8.14679\ 4.16667\ 7.91667\ 4.16667H4.16667V15.8333H15.8333V12.0833C15.8333\ 11.8532\ 16.0199\ 11.6667\ 16.25\ 11.6667H17.0833C17.3135\ 11.6667\ 17.5\ 11.8532\ 17.5\ 12.0833ZM17.3167\ 2.91667L17.0917\ 2.69167C16.98\ 2.57535\ 16.8278\ 2.50668\ 16.6667\ 2.5H11.25C11.0199\ 2.5\ 10.8333\ 2.68655\ 10.8333\ 2.91667V3.75C10.8333\ 3.98012\ 11.0199\ 4.16667\ 11.25\ 4.16667H14.6583L7.625\ 11.2C7.54612\ 11.2782\ 7.50175\ 11.3847\ 7.50175\ 11.4958C7.50175\ 11.6069\ 7.54612\ 11.7134\ 7.625\ 11.7917L8.20833\ 12.375C8.28657\ 12.4539\ 8.39307\ 12.4982\ 8.50417\ 12.4982C8.61527\ 12.4982\ 8.72176\ 12.4539\ 8.8\ 12.375L15.8333\ 5.35V8.75C15.8333\ 8.98012\ 16.0199\ 9.16667\ 16.25\ 9.16667H17.0833C17.3135\ 9.16667\ 17.5\ 8.98012\ 17.5\ 8.75V3.33333C17.4955\ 3.17342\ 17.4299\ 3.02132\ 17.3167\ 2.90833V2.91667Z\"\ fill=\"%231A4200\"/></g></svg>);
}

.btn-x {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  padding: 14px 28px;
  margin: 5px;
  background: linear-gradient(180deg,#0A0A0A 0%,#3B2A20 50%,#8A6A13 100%);
  color: #F4F0E6;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #B08D57;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.btn-x:hover {
  background: linear-gradient(180deg,#8A6A13 0%,#D4AF37 60%,#FFD700 100%);
  box-shadow: 0 6px 20px rgba(212,175,55,0.40);
  transform: translateY(-2px);
  color: #0A0A0A;
}

.right-rail:empty,
.sidebar:empty,
.product__aside:empty {
  display: none !important;
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

:root {
  --gold-primary:  #D4AF37;
  --gold-secondary:  #B08D57;
  --gold-light:  #F5E7C8;
  --gold-soft:  rgba(212, 175, 55, 0.15);
  --black-deep:  #0A0A0A;
  --black-medium:  #2B2B2B;
  --black-soft:  #666666;
  --white-pure:  #FAF7F2;
  --white-soft:  #F4F0E6;
  --white-cream:  #FFF4E0;
  --shadow-elegant:  0 15px 35px rgba(0, 0, 0, 0.1);
  --shadow-gold:  0 5px 20px rgba(212, 175, 55, 0.2);
  --border-radius:  20px;
  --transition-smooth:  all 0.3s ease;
  --brand:  #3B2A20;
  --brand-mid:  #8C6239;
  --brand-dark:  #0A0A0A;
  --border:  #D4AF37;
}

.info-box-tgl {
  max-width: 900px;
  margin: 5px auto;
  background: var(--white-pure);
  border-radius: var(--border-radius);
  border: 2px solid #E6D3A3;
  box-shadow: var(--shadow-elegant),var(--shadow-gold);
  overflow: hidden;
  font-family: "Poppins",sans-serif;
  position: relative;
}

.info-box-tgl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at top left,var(--gold-soft),transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.info-box-tgl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at bottom right,var(--gold-soft),transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.info-header-tgl {
  background: linear-gradient(145deg,var(--black-deep),var(--black-medium));
  color: #F4F0E6;
  text-align: center;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 3px solid #D4AF37;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.info-header-tgl::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 25%;
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg,transparent,var(--gold-light),transparent);
  border-radius: 3px;
}

.info-header-tgl::after {
  content: "✦";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #D4AF37;
  font-size: 20px;
  opacity: 0.5;
}

.info-row-tgl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(212,175,55,0.15);
  position: relative;
  z-index: 1;
  background: var(--white-pure);
  transition: var(--transition-smooth);
}

.info-row-tgl:hover {
  background: var(--white-cream);
  transform: translateX(5px);
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.1);
}

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

.info-row-tgl:last-child:hover {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.info-label-tgl {
  font-weight: 600;
  color: var(--black-deep);
  width: 35%;
  font-size: 11px;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 15px;
}

.info-label-tgl::before {
  content: "●";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #D4AF37;
  font-size: 10px;
  opacity: 0.7;
}

.info-value-tgl {
  font-weight: 600;
  color: var(--black-medium);
  width: 65%;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  padding-right: 10px;
}

.info-value-tgl strong {
  color: #D4AF37;
  font-weight: 700;
  background: rgba(140,98,57,0.10);
  padding: 2px 8px;
  border-radius: 30px;
  margin-left: 5px;
  font-size: 11px;
}

.rating-tgl {
  color: #D4AF37 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  flex-wrap: wrap;
}

.rating-tgl strong {
  background: linear-gradient(145deg,#D4AF37,var(--gold-secondary));
  color: var(--white-pure) !important;
  padding: 4px 12px !important;
  border-radius: 30px;
  font-size: 13px;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(176,141,87,0.30);
}

.rating-tgl::before {
  content: "★★★★★";
  color: #D4AF37;
  letter-spacing: 3px;
  font-size: 16px;
  margin-right: 8px;
}

.rating-tgl span,
.rating-tgl .stars {
  color: #D4AF37;
}

@media (max-width:768px) {
  .info-header-tgl {
    font-size: 20px;
    padding: 18px 16px;
  }
  .info-row-tgl {
    padding: 14px 18px;
  }
  .info-label-tgl,
  .info-value-tgl {
    font-size: 14px;
  }
}

@media (max-width:600px) {
  .info-row-tgl {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .info-label-tgl {
    width: 100%;
    margin-bottom: 4px;
    padding-left: 0;
  }
  .info-label-tgl::before {
    display: none;
  }
  .info-value-tgl {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    border-left: 3px solid #D4AF37;
  }
  .rating-tgl {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .info-header-tgl::after {
    display: none;
  }
}

@media (max-width:480px) {
  .info-box-tgl {
    margin: 20px 15px;
  }
  .info-header-tgl {
    font-size: 18px;
    padding: 15px 12px;
  }
  .info-row-tgl {
    padding: 12px 15px;
  }
  .info-label-tgl,
  .info-value-tgl {
    font-size: 13px;
  }
  .rating-tgl::before {
    font-size: 14px;
  }
  .rating-tgl strong {
    font-size: 12px;
    padding: 3px 8px;
  }
}

.section-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #E6D3A3;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D4AF37;
}

.description-section {
  background: linear-gradient(145deg,#151515,#241A14);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.description-content {
  line-height: 1.8;
  color: #F4F0E6;
  font-size: 16px;
}

.description-content p {
  margin-bottom: 20px;
}

.description-content strong {
  color: #D4AF37;
  font-weight: 600;
}

.reviews-section {
  background: #241A14;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 40px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 24px;
  margin-top: 30px;
}

.review-card {
  border-color: #8C6239;
  transition: transform 0.3s ease;
}

.reviewer-name {
  font-size: 18px;
  font-weight: 600;
  color: #D4AF37;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer-name::before {
  content: "🤴";
  font-size: 16px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  font-style: italic;
}

.faq-section {
  background: linear-gradient(145deg,#0A0A0A,#241A14);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#F5E7C8,#8A6A13,#E6D3A3);
  background-size: 200% 100%;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.faq-section .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #E6D3A3;
  margin-bottom: 35px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  font-family: "Segoe UI",system-ui,-apple-system,sans-serif;
}

.faq-section .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #D4AF37;
  border-radius: 2px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: linear-gradient(145deg,#241A14,#3B2A20);
  border-radius: 10px;
  padding: 28px 30px;
  border: 1px solid #8C6239;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg,#D4AF37,#8C6239);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(176,141,87,0.20);
  border-color: #B08D57;
}

.faq-item:hover::before {
  opacity: 1;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #F4F0E6;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
  font-family: "Segoe UI",system-ui,-apple-system,sans-serif;
}

.faq-question::before {
  content: "Q.";
  color: #D4AF37;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.faq-answer {
  position: relative;
  padding-left: 30px;
}

.faq-answer::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: #E6D3A3;
  font-weight: 700;
  font-size: 16px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.7;
  color: #E6D3A3;
  margin: 0;
  font-family: "Segoe UI",system-ui,-apple-system,sans-serif;
}

.faq-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -12.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(90deg,transparent,#E6D3A3,transparent);
}

@media (max-width:768px) {
  .faq-section {
    padding: 25px 20px;
    margin: 30px 0;
  }
  .faq-section .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .faq-item {
    padding: 20px;
  }
  .faq-question {
    font-size: 16px;
    gap: 10px;
  }
  .faq-answer p {
    font-size: 15px;
  }
  .faq-question::before {
    font-size: 16px;
  }
  .faq-answer::before {
    font-size: 15px;
  }
  .faq-answer {
    padding-left: 25px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item {
  animation: fadeInUp 0.4s ease-out forwards;
  opacity: 0;
}

.faq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.faq-item:nth-child(2) {
  animation-delay: 0.2s;
}

.faq-item:nth-child(3) {
  animation-delay: 0.3s;
}

.faq-item:nth-child(4) {
  animation-delay: 0.4s;
}

.faq-item:nth-child(5) {
  animation-delay: 0.5s;
}

.app-card {
  max-width: 650px;
  margin: 25px auto;
  background: var(--bg);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform .2s,box-shadow .3s;
  font-family: system-ui,Arial,sans-serif;
  font-size: .92rem;
}

.app-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,183,0,.2);
}

.app-header {
  padding: 12px 16px;
  text-align: center;
  background: linear-gradient(135deg,var(--brand),var(--brand-mid),var(--brand-dark));
  color: #8A6A13;
  font-weight: 800;
  font-size: 1.15rem;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
  border-bottom: 2px solid var(--border);
}

.app-table {
  width: 100%;
  border-collapse: collapse;
}

.app-table th,
.app-table td {
  padding: 8px 12px;
  vertical-align: middle;
}

.app-table th {
  width: 35%;
  background: #FFF4E0;
  color: #8A6A13;
  font-weight: 700;
  letter-spacing: .2px;
  border-bottom: 1px solid var(--border);
  text-transform: uppercase;
  font-size: .85rem;
}

.app-table td {
  border-bottom: 1px solid #E6D3A3;
  color: #3A3A3A;
  font-size: .9rem;
}

@media (max-width:640px) {
  .app-table,
  .app-table tbody,
  .app-table tr,
  .app-table th,
  .app-table td {
    display: block;
    width: 100%;
  }
  .app-table th {
    border-bottom: none;
    background: #F5E7C8;
  }
}

.review-section {
  max-width: 850px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: system-ui,Arial,sans-serif;
}

.review-card {
  background: linear-gradient(145deg,#1B1612,#3B2A20);
  padding: 16px 20px;
  border-radius: 10px;
  border-left: 5px solid #D4AF37;
  border-top: 1px solid #8C6239;
  border-right: 1px solid #8C6239;
  border-bottom: 1px solid #8C6239;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(212,194,31,0.15);
  background: linear-gradient(145deg,#3B2A20,#6B4B3E);
}

.review-author {
  font-weight: 700;
  color: #D4AF37;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}

.review-author::before {
  content: "🤴";
  font-size: 20px;
  filter: sepia(1) saturate(5) hue-rotate(10deg);
}

.review-card p {
  margin: 0;
  color: #F4F0E6;
  font-size: 14px;
  line-height: 1.6;
}

.review-rating {
  margin-left: auto;
  font-weight: 700;
  color: var(--brand-dark);
}

.stars {
  --rating:  5;
  --star-size:  1rem;
  --star-gap:  2px;
  --star-empty:  #8B8378;
  --star-fill:  var(--brand-mid);
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: var(--star-gap);
}

.stars::before {
  content: "★★★★★";
  color: var(--star-empty);
}

.stars::after {
  content: "★★★★★";
  color: var(--star-fill);
  position: absolute;
  left: 0;
  top: 0;
  width: calc((var(--rating)/5)*100%);
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 0 2px rgba(255,165,0,0.4);
}

.stars.lg {
  --star-size:  1.1rem;
  letter-spacing: 3px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.badge small {
  color: #666666;
  font-weight: 600;
}

.footer-floating-Platform {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  display: flex;
  gap: 14px;
  padding: 16px 22px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  z-index: 999;
}

.footer-btn-Platform {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: floatUpDown 3s ease-in-out infinite;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}

.footer-btn-Platform img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 3px rgba(212,175,55,0.35)) brightness(0.95) !important;
}

.footer-btn-Platform.login {
  animation-delay: 0.3s;
}

.footer-btn-Platform.daftar {
  animation-delay: 0.6s;
}

.footer-btn-Platform.link {
  animation-delay: 0.9s;
}

.footer-btn-Platform.chat {
  animation-delay: 1.2s;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width:1024px) {
  .footer-floating-Platform {
    flex-wrap: wrap;
  }
  .footer-btn-Platform {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width:600px) {
  .footer-btn-Platform {
    flex: 1 1 100%;
    font-size: 13px;
    padding: 10px 12px;
  }
  .footer-btn-Platform img {
    width: 16px;
    height: 16px;
  }
}

.m-design-product-info--product-quality {
  background: linear-gradient(145deg,#0A0A0A 0%,#1B1612 55%,#241A14 100%) !important;
  border: 2px solid #D4AF37 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.38),0 0 12px rgba(212,175,55,0.12) !important;
}

.m-design-product-info--product-quality h4 {
  color: #E6D3A3 !important;
}

.m-design-product-info--product-quality p {
  color: #F4F0E6 !important;
}

.m-design-product-info--product-quality strong {
  color: #F5E7C8 !important;
}

.m-design-product-info--product-quality a {
  color: #D4AF37 !important;
}

.m-design-product-info-and-faqs {
  background: transparent !important;
}

.m-design-product-info {
  background: transparent !important;
}

.footer-floating-Platform {
  background: linear-gradient(315deg,#0A0A0A 0%,#1B1612 45%,#3B2A20 75%,#8A6A13 100%) !important;
  border: 1px solid #8C6239 !important;
  box-shadow: 0 0 24px rgba(212,175,55,0.18),0 10px 30px rgba(0,0,0,0.45) !important;
}

.footer-btn-Platform {
  background: linear-gradient(145deg,#151515 0%,#241A14 55%,#3B2A20 100%) !important;
  color: #E6D3A3 !important;
  border: 1px solid #B08D57 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35),inset 0 1px 0 rgba(245,231,200,0.08) !important;
  text-shadow: none !important;
}

.footer-btn-Platform:hover {
  background: linear-gradient(145deg,#241A14 0%,#3B2A20 55%,#6B4B3E 100%) !important;
  color: #FFD700 !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45),0 0 14px rgba(212,175,55,0.18) !important;
  transform: translateY(-4px) scale(1.02) !important;
}

.footer-btn-Platform:active {
  background: linear-gradient(145deg,#0A0A0A 0%,#241A14 60%,#8A6A13 100%) !important;
  color: #F5E7C8 !important;
  border-color: #FFD700 !important;
  box-shadow: 0 0 10px rgba(212,175,55,0.22),inset 0 2px 6px rgba(0,0,0,0.45) !important;
}

.m-design-details__title h1 {
  color: #F5E7C8 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.95),0 0 8px rgba(0,0,0,0.75) !important;
}

.m-design__price,
.m-design__price--regular,
.jsProductRegularPrice {
  color: #FFD700 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.95),0 0 8px rgba(0,0,0,0.75) !important;
}

.m-cart-config__color-label,
.m-cart-config__color-name,
.jsConfigColorName {
  color: #F4F0E6 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.95),0 0 5px rgba(0,0,0,0.55) !important;
}

.m-design__options strong,
.m-design-details__title strong {
  color: #D4AF37 !important;
}

.m-product-options__social {
  background: linear-gradient(145deg,rgba(10,10,10,0.92),rgba(36,26,20,0.94)) !important;
  padding: 20px 24px !important;
  border-top: 1px solid #8A6A13 !important;
  border-bottom: 1px solid #6B4B3E !important;
}

.m-product-options__social-title {
  color: #E6D3A3 !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9),0 0 6px rgba(212,175,55,0.20) !important;
}

.m-product-options__social .m-social-share {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.m-product-options__social .m-social-share a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(145deg,#151515,#241A14) !important;
  border: 2px solid #B08D57 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.45),inset 0 1px 0 rgba(245,231,200,0.08) !important;
}

.m-product-options__social .teepublicon-variant--circle {
  background: transparent !important;
  border: none !important;
}

.m-product-options__social .teepublicon-variant--circle img {
  filter: invert(83%) sepia(38%) saturate(1000%) hue-rotate(355deg) brightness(105%) !important;
}

.m-product-options__social .teepublicon-variant--circle svg {
  fill: #D4AF37 !important;
  color: #D4AF37 !important;
}

.m-product-options__social .m-social-share a:hover {
  background: linear-gradient(145deg,#3B2A20,#8A6A13) !important;
  border-color: #FFD700 !important;
  box-shadow: 0 0 10px rgba(212,175,55,0.35),0 6px 16px rgba(0,0,0,0.45) !important;
  transform: translateY(-3px) scale(1.05) !important;
}

.m-product-options__social .m-social-share a:hover .teepublicon-variant--circle img {
  filter: invert(93%) sepia(42%) saturate(750%) hue-rotate(330deg) brightness(115%) !important;
}

.cqd-banner {
  background: transparent !important;
}

.cqd-banner__container {
  background: transparent !important;
}

.cqd-banner .cqd-banner__banner,
.cqd-banner .tp-text-note {
  background: linear-gradient(135deg,#151515 0%,#241A14 55%,#3B2A20 100%) !important;
  border: 1px solid #B08D57 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.38),0 0 10px rgba(212,175,55,0.12) !important;
}

.cqd-banner .tp-text-note__text {
  color: #F4F0E6 !important;
}

.cqd-banner .tp-text-note__text .strong,
.cqd-banner .strong {
  color: #FFD700 !important;
  font-weight: 700 !important;
}

.cqd-banner .tp-text-note__icon {
  color: #D4AF37 !important;
}

.cqd-banner .tp-text-note__icon svg,
.cqd-banner .tp-text-note__icon svg path {
  fill: #D4AF37 !important;
}

.m-design__ratings {
  background: linear-gradient(145deg,#0A0A0A 0%,#151515 35%,#1B1612 70%,#3B2A20 100%) !important;
  border: 1px solid #8A6A13 !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.42),inset 0 1px 0 rgba(245,231,200,0.07),0 0 14px rgba(212,175,55,0.10) !important;
}

.m-design__ratings-heading {
  color: #E6D3A3 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.80),0 0 8px rgba(212,175,55,0.15) !important;
}

.m-design__ratings-services {
  background: transparent !important;
}

.m-design__ratings-service {
  background: linear-gradient(145deg,#151515 0%,#241A14 100%) !important;
  border: 1px solid #6B4B3E !important;
  border-radius: 10px !important;
  padding: 18px 20px !important;
  box-shadow: 0 5px 14px rgba(0,0,0,0.30),inset 0 1px 0 rgba(230,211,163,0.05) !important;
}

.m-design__ratings-service-name {
  color: #F5E7C8 !important;
  font-weight: 700 !important;
}

.m-design__ratings-details {
  color: #B08D57 !important;
  font-weight: 600 !important;
}

.m-design__ratings-service-stars {
  background: transparent !important;
}

.m-design__ratings-service-stars img {
  filter: sepia(1) saturate(2.4) brightness(1.08) drop-shadow(0 0 3px rgba(212,175,55,0.30)) !important;
}

.m-design__ratings-service:hover {
  background: linear-gradient(145deg,#241A14 0%,#3B2A20 65%,#6B4B3E 100%) !important;
  border-color: #D4AF37 !important;
  box-shadow: 0 7px 20px rgba(0,0,0,0.40),0 0 12px rgba(212,175,55,0.14) !important;
}

/* Kelas pengganti style inline; satu kelas untuk setiap gaya yang sama. */

.legacy-browser-notice {
  color: #FFF4E0;
  background: #f00;
  padding: 20px;
  text-align: center;
}

.legacy-browser-link {
  color: #FFF4E0;
  text-decoration: underline;
}

.header-brand-image {
  height: 100px;
  width: 300px;
  display: block;
}

.asset-hidden {
  display: none;
}

.article-paragraph {
  text-align: justify;
}

.article-brand-link {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
}

img.footer-brand-image {
  width: 50%;
  height: auto;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.animation-order-reset {
  --animation-order:   ;
}

.customer-reviews-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  min-height: 70px;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: underline;
}

.cart-progress-empty {
  width: 0.0%;
}

.drawer-brand-image {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.keyword-section {
  font-family: "Inter",sans-serif;
  padding: 12px 0 8px 0;
  border-top: 1px solid rgba(212,175,55,0.05);
  margin-top: 20px;
}
