.ftc-spec {
  --ftc-text: #fff;
  --ftc-text2: hsla(0, 0%, 100%, .64);
  --ftc-line: rgba(255, 255, 255, .15);
  --ftc-disp: "Prompt", sans-serif;
  --ftc-head: "Prompt", sans-serif;
  position: relative;
  z-index: 2;
  margin: 2.4rem 0 !important;
  padding: 2.4rem 2.8rem;
  border: 1px solid #fff;
  border-radius: 8px;
  background: linear-gradient(135deg,#1a0533 0%,#2d1054 40%,#4a1a8a 70%,#6900ff 100%);
  box-shadow: 0 0 0 1px #7a3fd6 inset,0 1px 1px rgba(255,255,255,.25) inset,0 0 12px rgba(126,34,255,.5),0 4px 14px rgba(0,0,0,.4);
  color: var(--ftc-text);
  font-family: var(--ftc-disp);
  font-size: 1.6rem;
  line-height: 1.55;
}
.ftc-spec * { box-sizing: border-box; }
.ftc-spec .ftc-spec-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--ftc-line);
}
.ftc-spec .ftc-spec-photo {
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 0;
}
.ftc-spec .ftc-spec-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.ftc-spec .ftc-spec-headtext { flex: 1; min-width: 0; }
/* image and header stack vertically on a narrow screen (ledger C27) */
@media (max-width: 640px) {
  .ftc-spec { padding: 2rem; }
  .ftc-spec .ftc-spec-head { flex-direction: column; align-items: stretch; gap: 1.2rem; }
  .ftc-spec .ftc-spec-photo { flex: 1 1 auto; max-width: 100%; }
}
.ftc-spec .ftc-spec-title {
  margin: 0;
  font-family: var(--ftc-head);
  font-size: 2.6rem;
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: .04em;
}
.ftc-spec .ftc-spec-trim {
  margin-top: .4rem;
  font-size: 1.4rem;
  color: var(--ftc-text2);
  letter-spacing: .06em;
  text-transform: uppercase;
}
/* the price sits in the header, under the trim and above the toggle - full
   strength white so it reads against the muted uppercase trim line */
.ftc-spec .ftc-spec-price {
  margin-top: .6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ftc-text);
}
/* the Thai price, in parentheses on the same line (ledger C9) */
.ftc-spec .ftc-spec-price-th {font-weight: 700;font-size: 2.0rem; }
/* z-index 3: the theme sets .gh-content > * + * { margin-bottom: -12px },
   which can pull the next block up over the switch and swallow the click. */
.ftc-spec .ftc-spec-toggle {
  position: relative;
  z-index: 3;
  display: inline-flex;
  margin-top: 1.2rem;
  padding: .3rem;
  border: 1px solid var(--ftc-line);
  border-radius: 999px;
  background: rgba(0, 0, 0, .28);
}
.ftc-spec .ftc-seg {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: .55rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ftc-text2);
  font-family: var(--ftc-disp);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .04em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.ftc-spec .ftc-seg:hover { color: var(--ftc-text); }
.ftc-spec .ftc-seg.is-on {
  background: #cfadff;
  color: #1a0533;
  font-weight: 600;
}
.ftc-spec .ftc-grp { margin-top: 2rem; }
.ftc-spec .ftc-grp-h {
  margin: 0 0 .8rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--ftc-line);
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #cfadff;
}
.ftc-spec .ftc-row {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.ftc-spec .ftc-row:last-child { border-bottom: 0; }
.ftc-spec .ftc-k { flex: 1; min-width: 0; font-size: 1.8rem; color: var(--ftc-text2); }
.ftc-spec .ftc-v { font-size: 1.8rem; font-weight: 500; text-align: right; }
.ftc-spec .ftc-u { margin-left: .4rem; font-size: 1.3rem; font-weight: 400; color: var(--ftc-text2); }
.ftc-spec.ftc-spec a { color: #cfadff !important; }
/* Mobile type sizes. This block must stay AFTER the .ftc-k / .ftc-v rules
   above: a media query adds no specificity, so an earlier @media loses to a
   later plain rule of equal weight. */
@media (max-width: 640px) {
  .ftc-spec .ftc-k { font-size: 1.6rem; }
  .ftc-spec .ftc-v { font-size: 1.8rem; }
  .ftc-spec .ftc-spec-price { font-size: 2rem; }
}

.ftc-spec .ftc-spec-price-th {
    font-weight: 700;
    font-size: 2.0rem;
    color: hsl(317.91deg 100% 70.6%);
}
.ftc-spec .ftc-spec-price-th .ftc-u {
  color: hsl(317.91deg 100% 70.6%) !important;
  font-weight: 500;
}