@import "../../components/section-testimonials/assets/styles.css";
/* ============================================
   Chính sách thanh toán — Page Layout
   ============================================ */

/* ============================================
   HERO BANNER
   ============================================ */
.cstt-hero {
  position: relative;
  width: 100%;
  min-height: 31.25rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.cstt-hero__bg {
  position: absolute;
  inset: 0;
}

.cstt-hero__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.cstt-hero__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20.75rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.cstt-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 87.5rem);
  margin: 0 auto;
  padding: 2rem 1rem 2.5rem;
}

.cstt-hero__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.cstt-hero__breadcrumb {
  color: rgba(255, 255, 255, 0.8);
  font-family: SVN-Gilroy, sans-serif;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.cstt-hero__breadcrumb:hover {
  color: #fff;
}

.cstt-hero__breadcrumb--active {
  color: rgba(255, 255, 255, 0.9);
}

.cstt-hero__breadcrumb-sep {
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 50%;
}

.cstt-hero__title {
  color: #fff;
  font-family: SVN-Gilroy, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
}

/* ============================================
   SECTION: CÁC PHƯƠNG THỨC THANH TOÁN
   ============================================ */
.cstt-methods {
  padding: 6.25rem 0 6.8rem 0;
}

.cstt-methods__container {
  width: min(100%, 87.5rem);
  margin: 0 auto;
  padding: 0 1rem;
}

.cstt-methods__card {
  position: relative;
  z-index: 0;
  border-radius: 2.5rem;
  padding: 3.25rem 3.75rem;
  overflow: visible;
  background: #030303;
}
.cstt-methods__card-imgbg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 2.5rem;
  pointer-events: none;
}
.cstt-methods__card > *:not(.cstt-methods__card-imgbg) {
  position: relative;
  z-index: 1;
}
/* Ảnh trang trí (người) — absolute phải */
.cstt-methods__deco {
  position: absolute;
  right: -1.375rem;
  bottom: 0;
  width: 20.1875rem;
  height: 19.375rem;
  aspect-ratio: 149/143;
  pointer-events: none;
  user-select: none;
}

.cstt-methods__deco img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
}

/* Top row */
.cstt-methods__top {
  display: flex;
  align-items: flex-start;
  gap: 2.92rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

/* Intro: tiêu đề + CTA */
.cstt-methods__intro {
  flex: 0 0 auto;
}

.cstt-methods__title {
  width: 33.75rem;
  color: var(--Color-Text-Title-White, #fff);
  font-family: SVN-Gilroy;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 3rem */
  letter-spacing: -0.03056rem;
  text-transform: capitalize;
  margin: 0 0 1.25rem;
  margin-bottom: 1.875rem;
}

.cstt-methods__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: #fff;
  font-family: SVN-Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: 0.25s;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.cstt-methods__cta-text {
  background: var(
    --Color-Brand-Gradient,
    linear-gradient(92deg, #09b8b3 3.04%, #4dcbdf 99%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease;
}

.cstt-methods__cta-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  transition: transform 0.3s ease;
}

.cstt-methods__cta-icon svg {
  width: 100%;
  height: 100%;
}

.cstt-methods__cta:hover {
  background: #fff;
  color: var(--Color-Brand-Primary, #09b8b3);
}

.cstt-methods__cta:hover .cstt-methods__cta-text {
  transform: translateX(-0.5rem);
}

.cstt-methods__cta:hover .cstt-methods__cta-icon {
  transform: translateX(0.5rem);
}

/* Featured item (COD) */
.cstt-methods__featured {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 14.0625rem;
  padding: 1rem;
  border-radius: 1rem;
  background:
    linear-gradient(
      84deg,
      rgba(0, 0, 0, 0) 30.58%,
      rgba(0, 92, 89, 0.16) 99.43%
    ),
    rgba(36, 36, 36, 0.18);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cstt-methods__featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.2px;
  background: linear-gradient(60deg, #fffefe 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
}
.cstt-methods__featured-wrapper-icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Viền trắng gương (glossy) cho ô icon — giống homepage */
.cstt-methods__featured-wrapper-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.5),
      transparent 60%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 255, 255, 0.5),
      transparent 60%
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1.5px;
  pointer-events: none;
}

/* Ô icon trong grid: 1 hộp sạch, radius khít với vòng gương — giống van-chuyen */
.cstt-methods__item .cstt-methods__featured-wrapper-icon {
  position: relative;
  z-index: 1;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cstt-methods__featured-icon {
  display: block;
  width: 3.75rem;
  height: 3.625rem;
  flex-shrink: 0;
  object-fit: contain;
  padding: 0;
}
.cstt-methods__featured-title {
  color: var(--Color-Text-Title-White, #fff);
  /* PC/Title/H2/24-XBold */
  font-family: SVN-Gilroy;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 2.25rem */
  margin: 0 0 0.375rem;
  text-transform: uppercase;
}

.cstt-methods__featured-desc {
  color: var(--Color-Text-Body-White-90, rgba(255, 255, 255, 0.9));
  font-family: SVN-Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin: 0;
}

/* Grid phương thức */
.cstt-methods__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.cstt-methods__item {
  position: relative;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  flex: 1 0 0;
  border-radius: 1rem;
  background:
    linear-gradient(
      84deg,
      rgba(0, 0, 0, 0) 30.58%,
      rgba(0, 92, 89, 0.16) 99.43%
    ),
    rgba(36, 36, 36, 0.18);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

/* Viền khung gradient — đồng bộ .service-benefits__right */
.cstt-methods__item::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.2px;
  border-radius: inherit;
  background: linear-gradient(60deg, #fffefe 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
}

.cstt-methods__item > * {
  position: relative;
  z-index: 1;
}

.cstt-methods__item-icon {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.cstt-methods__item-title {
  color: var(--Color-Text-Title-White, #fff);
  font-family: SVN-Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 1.5rem */
  margin: 0 0 0.375rem;
  text-transform: uppercase;
}

.cstt-methods__item-desc {
  color: var(--white, #fff);
  font-family: SVN-Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
}

/* ============================================
   Chính sách thanh toán — Content area
   ============================================ */

.cstt-page {
  width: 100%;
  padding: 0 0 5rem;
}

.cstt__container {
  width: min(100%, 87.5rem);
  margin: 0 auto;
  padding: 0 1rem;
}

/* ============================================
   Layout: sidebar + content
   ============================================ */
.cstt__layout {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

/* ============================================
   Sidebar — TOC
   ============================================ */
.cstt__sidebar {
  position: sticky;
  top: 6rem;
  width: 23.625rem;
  flex-shrink: 0;
  height: fit-content;
}

.cstt__toc {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(66, 66, 66, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem rgba(17, 24, 39, 0.06);
  font-family: SVN-Gilroy, sans-serif;
}

.cstt__toc-title {
  margin: 0 0 1rem;
  color: #2e2e2e;
  font-family: SVN-Gilroy, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.cstt__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cstt-toc-counter;
}

.cstt__toc-item {
  margin: 0 0 0.875rem;
  counter-increment: cstt-toc-counter;
  color: #2e2e2e;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.cstt__toc-item:last-child {
  margin-bottom: 0;
}

.cstt__toc-link {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cstt__toc-link:hover,
.cstt__toc-item.is-active .cstt__toc-link {
  color: #09b8b3;
}

.cstt__toc-item.is-active::before {
  color: #09b8b3;
}

/* ============================================
   Main content
   ============================================ */
.cstt__main {
  flex: 1;
  min-width: 0;
}

.cstt__content {
  color: rgba(66, 66, 66, 0.8);
  font-family: SVN-Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  word-break: break-word;
  overflow-wrap: break-word;
}
.cstt__content strong {
  font-weight: 700;
}
.cstt__content > :first-child {
  margin-top: 0;
}

/* Headings */
.cstt__content h1 {
  margin: 2.5rem 0 1rem;
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.cstt__content h2 {
  margin: 2rem 0 1rem;
  color: #424242;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.cstt__content h3 {
  margin: 1.75rem 0 0.75rem;
  color: #424242;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}

.cstt__content h4 {
  margin: 1.5rem 0 0.75rem;
  color: #424242;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.cstt__content h5 {
  margin: 1.25rem 0 0.5rem;
  color: #424242;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.cstt__content h6 {
  margin: 1rem 0 0.5rem;
  color: #424242;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.cstt__content p {
  margin: 0 0 1rem;
}

.cstt__content a {
  color: #09b8b3;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 0.2s ease;
}

.cstt__content a:hover {
  color: #07a09b;
}

.cstt__content ul,
.cstt__content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

.cstt__content ul {
  list-style: disc;
}
.cstt__content ol {
  list-style: decimal;
}

.cstt__content li {
  margin: 0 0 0.5rem;
  line-height: 1.75;
}

.cstt__content li:last-child {
  margin-bottom: 0;
}

.cstt__content blockquote {
  margin: 1rem 0;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--Color-Stroke-02, rgba(172, 187, 181, 0.25));
  background: var(--Color-Neutral-10, rgba(164, 164, 164, 0.1));
  color: #2e2e2e;
  font-size: 1rem;
  line-height: 1.7;
}

.cstt__content blockquote p {
  margin: 0;
}

.cstt__content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin: 1.75rem 0;
}

.cstt__content hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid rgba(66, 66, 66, 0.1);
}

.cstt__content table {
  width: 100%;
  margin: 1.75rem 0;
  border-collapse: collapse;
  font-size: 0.9375rem;
  overflow-x: auto;
  display: block;
}

.cstt__content thead {
  background: linear-gradient(92deg, #09b8b3 3.04%, #4dcbdf 99%);
  color: #fff;
}

.cstt__content th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.cstt__content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(66, 66, 66, 0.08);
  vertical-align: top;
}

.cstt__content tbody tr:nth-child(even) {
  background: rgba(9, 184, 179, 0.03);
}

.cstt__content::after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================
   Shortcode: Tài khoản ngân hàng thụ hưởng
   [cstt_bank_account]
   ============================================ */
.cstt-bank-account {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #e6faf9 0%, #f0fffe 100%);
  border: 1px solid rgba(9, 184, 179, 0.2);
  margin: 1.75rem 0;
}

.cstt-bank-account__info {
  flex: 1;
  min-width: 0;
}

.cstt-bank-account__label {
  display: inline-block;
  margin-bottom: 1rem;
  color: #09b8b3;
  font-family: SVN-Gilroy, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cstt-bank-account__rows {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cstt-bank-account__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2e2e2e;
  font-family: SVN-Gilroy, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.cstt-bank-account__row-label {
  color: rgba(46, 46, 46, 0.65);
  flex-shrink: 0;
}

.cstt-bank-account__row-value {
  font-weight: 600;
}

.cstt-bank-account__copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: transparent;
  color: #09b8b3;
  cursor: pointer;
  padding: 0;
  border-radius: 0.25rem;
  transition:
    background 0.2s,
    transform 0.15s;
  flex-shrink: 0;
}

.cstt-bank-account__copy-btn:hover {
  background: rgba(9, 184, 179, 0.1);
}

.cstt-bank-account__copy-btn.is-copied {
  color: #22c55e;
  transform: scale(1.15);
}

.cstt-bank-account__qr {
  flex-shrink: 0;
  width: 13.75rem;
  height: 13.0625rem;
  aspect-ratio: 20/19;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(9, 184, 179, 0.15);
  background: #fff;
}

.cstt-bank-account__qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  border-radius: 0;
}

/* ============================================
   Responsive — Tablet ≤ 1024px
   ============================================ */
@media screen and (max-width: 1024px) {
  .cstt__sidebar {
    width: 18rem;
  }

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

 
}

/* ============================================
   Responsive — Mobile ≤ 767.98px
   ============================================ */
@media screen and (max-width: 767.98px) {
  /* Hero */
  .cstt-hero {
    min-height: 25rem;
  }

  .cstt-hero__title {
    font-size: 1. 625rem;
  }

  /* Methods section */
  .cstt-methods__cta {
    max-width: 100%;
  }
  .cstt-methods {
    padding: 1.25rem 0;
    overflow-x: hidden;
  }

  .cstt-methods__card {
    padding: 1.5rem 0.875rem;
    border-radius: 1.25rem;
    width: 100%;
    max-width: 100%;
    background:
      #050505 url("/wp-content/uploads/2026/03/image-1-scaled.webp") center/cover no-repeat;
    overflow: hidden;
  }
  .cstt-methods__card::after {
    display: none;
  }
  .cstt-methods__card [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .cstt-methods__card-imgbg {
    display: none;
    border-radius: 1.25rem;
  }
  .cstt-methods__deco {
    right: 0;
    width: 10.75rem;
    height: 11.3125rem;
    aspect-ratio: 172/165;
    opacity: 1;
    max-width: 50%;
  }

  .cstt-methods__top {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }

  .cstt-methods__intro {
    max-width: 100%;
  }

  .cstt-methods__title {
    width: 100%;
    margin-bottom: 1rem;
    color: var(--Color-Text-Title-White, #fff);
    font-family: SVN-Gilroy;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.8rem */
    letter-spacing: -0.03056rem;
    text-transform: capitalize;
  }

  .cstt-methods__featured {
    max-width: 100%;
    width: 100%;
    gap: 1rem;
    background:
      linear-gradient(
        84deg,
        rgba(0, 0, 0, 0) 30.58%,
        rgba(0, 92, 89, 0.16) 99.43%
      ),
      rgba(36, 36, 36, 0.18);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .cstt-methods__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .cstt-methods__featured-title {
    color: var(--Color-Text-Title-White, #fff);
    font-family: SVN-Gilroy;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 1.3125rem */
    max-width: 7.75rem;
    overflow-wrap: anywhere;
  }
  .cstt-methods__featured-desc {
    color: var(--Color-Text-Body-White-90, rgba(255, 255, 255, 0.9));
    font-family: SVN-Gilroy;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.125rem */
    letter-spacing: -0.01125rem;
    overflow-wrap: anywhere;
  }
  .cstt-methods__featured-icon {
    width: 2.75rem;
    height: 2.625rem;
  }
  .cstt-methods__item .cstt-methods__featured-wrapper-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  /* Content page */
  .cstt-page {
    padding: 0;
  }

  .cstt__container {
    padding: 2rem 1rem;
    padding-bottom: 5rem;
  }

  .cstt__layout {
    flex-direction: column;
    gap: 0;
  }

  .cstt__sidebar {
    position: static;
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }

  .cstt__main {
    order: 1;
  }

  .cstt__toc {
    padding: 1.25rem 1rem;
  }

  .cstt__toc-title {
    font-size: 1rem;
  }

  .cstt__toc-item {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }

  .cstt__content {
    font-size: 0.9375rem;
  }

  .cstt__content h2 {
    font-size: 1.3125rem;
  }
  .cstt__content h3 {
    font-size: 1.125rem;
  }
  .cstt__content h4 {
    font-size: 1rem;
  }

  /* Bank account card — stack dọc */
  .cstt-bank-account {
    position: relative;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1rem;
  }

  .cstt-bank-account__qr {
    width: 9.6875rem;
    height: 9.1875rem;
    aspect-ratio: 155/147;
    position: absolute;
    bottom: 1.25rem;
    right: 1rem;
  }
  .cstt-bank-account__row-note {
    width: 8.25rem;
    margin-top: 1.25rem;
    color: var(--Color-Text-Body-Black-100, #424242);
    font-family: SVN-Gilroy;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.00875rem;
    padding-bottom: 5.25rem;
  }
}

/* ============================================
   Mobile TOC — Fixed bottom bar
   ============================================ */
.cstt-toc-bar {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .cstt-toc-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 3.25rem;
    padding: 0 1.25rem;
    background: #fff;
    border-top: 1px solid rgba(66, 66, 66, 0.1);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .cstt-toc-bar.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .cstt-toc-bar__title {
    color: #2e2e2e;
    font-family: SVN-Gilroy, sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .cstt-toc-bar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    background: transparent;
    color: #09b8b3;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
  }

  .cstt-toc-bar__toggle:hover {
    background: rgba(9, 184, 179, 0.08);
  }

  .cstt-toc-bar:active,
  .cstt-toc-bar:focus,
  .cstt-toc-bar__toggle:active,
  .cstt-toc-bar__toggle:focus {
    background: #fff;
    outline: none;
  }

  .cstt-toc-bar:active .cstt-toc-bar__title,
  .cstt-toc-bar:focus .cstt-toc-bar__title {
    color: #2e2e2e;
  }

  .cstt-toc-bar__toggle:active,
  .cstt-toc-bar__toggle:focus {
    color: #09b8b3;
  }

  /* Drawer */
  .cstt-toc-drawer {
    position: fixed;
    inset: 0;
    z-index: 1100;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear 0.35s;
    contain: paint;
    isolation: isolate;
  }

  .cstt-toc-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .cstt-toc-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cstt-toc-drawer.is-open .cstt-toc-drawer__backdrop {
    opacity: 1;
  }

  .cstt-toc-drawer__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    will-change: transform;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .cstt-toc-drawer.is-open .cstt-toc-drawer__panel {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .cstt-toc-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid rgba(66, 66, 66, 0.08);
    flex-shrink: 0;
  }

  .cstt-toc-drawer__title {
    color: #2e2e2e;
    font-family: SVN-Gilroy, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .cstt-toc-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    background: transparent;
    color: #424242;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    transition: background 0.2s;
    flex-shrink: 0;
  }

  .cstt-toc-drawer__close:hover {
    background: rgba(66, 66, 66, 0.06);
  }

  .cstt-toc-drawer__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 1rem 1.25rem 2rem;
    flex: 1;
  }

  .cstt-toc-drawer__body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: cstt-drawer-counter;
  }

  .cstt-toc-drawer__body ul li {
    margin: 0 0 1rem;
    padding: 0;
    counter-increment: cstt-drawer-counter;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .cstt-toc-drawer__body ul li:last-child {
    margin-bottom: 0;
  }

  .cstt-toc-drawer__body ul li a {
    color: #2e2e2e;
    font-family: SVN-Gilroy, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.55;
    text-decoration: none;
  }

  .cstt-toc-drawer__body ul li a:hover,
  .cstt-toc-drawer__body ul li a.active {
    color: #09b8b3;
  }

  .cstt-toc-drawer__see-more {
    display: inline-block;
    margin-top: 1rem;
    color: #09b8b3;
    font-family: SVN-Gilroy, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }

  .cstt-toc-drawer__see-more:hover {
    text-decoration: underline;
  }
  .cstt-methods__item {
    min-width: 0;
    max-width: 100%;
    justify-content: start;
    padding: 0.75rem;
    border: 0;
    background:
      linear-gradient(
        84deg,
        rgba(0, 0, 0, 0) 30.58%,
        rgba(0, 92, 89, 0.16) 99.43%
      ),
      rgba(36, 36, 36, 0.18);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
  .cstt-methods__item::after {
    display: block;
  }
  .cstt-methods__item-title {
    color: var(--Color-Text-Title-White, #fff);
    font-family: SVN-Gilroy;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 1.125rem */
    margin-bottom: 0.25rem;
    overflow-wrap: anywhere;
  }
  .cstt-methods__item-desc {
    color: var(--white, #fff);
    font-family: SVN-Gilroy;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.125rem */
    letter-spacing: -0.01125rem;
    overflow-wrap: anywhere;
  }
}

/* ============================================
   TOC sync with single-post
   ============================================ */
body.page-id-1474 .cstt__toc {
  width: 100%;
  margin: 0 0 2rem;
  padding: 2.5rem 1.875rem 1.875rem 1.875rem;
  border: 1px solid rgba(66, 66, 66, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.25rem 1.5rem rgba(17, 24, 39, 0.06);
  font-family: "SVN-Gilroy", sans-serif;
}

body.page-id-1474 .cstt__toc-title {
  margin: 0 0 1rem;
  padding: 0;
  color: #2e2e2e;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}

body.page-id-1474 .cstt__toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

body.page-id-1474 .cstt__toc-item {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
  color: rgba(66, 66, 66, 0.8);
  font-size: 0.9375rem;
  line-height: 1.55;
}

body.page-id-1474 .cstt__toc-item:last-child {
  margin-bottom: 0;
}

body.page-id-1474 .cstt__toc-link {
  display: inline;
  color: rgba(66, 66, 66, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  background: transparent;
  transition: color 0.2s ease;
}

body.page-id-1474 .cstt__toc-link:hover {
  font-weight: 600;
  color: #09b8b3;
}

body.page-id-1474 .cstt__toc-item.is-active .cstt__toc-link,
body.page-id-1474
  .cstt__toc-list:not(:has(.cstt__toc-item.is-active))
  > .cstt__toc-item:first-child
  > .cstt__toc-link {
  font-weight: 600;
  color: #09b8b3;
}

body.page-id-1474 .cstt-toc-drawer__body ul li a {
  color: rgba(66, 66, 66, 0.8);
}

body.page-id-1474 .cstt-toc-drawer__see-more {
  color: #2b98ff;
  font-size: 1rem;
  line-height: 130%;
}

@media screen and (max-width: 767.98px) {
  body.page-id-1474 .cstt__toc {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    box-shadow: 0 3px 40px 1px rgba(214, 214, 221, 0.4);
  }

  body.page-id-1474 .cstt__toc-title {
    font-size: 1rem;
  }

  body.page-id-1474 .cstt__toc-link {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.00875rem;
  }

  body.page-id-1474 .cstt__toc-item {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }

  body.page-id-1474 .cstt__toc-item.is-active .cstt__toc-link,
  body.page-id-1474 .cstt__toc-link:active,
  body.page-id-1474 .cstt__toc-link:focus,
  body.page-id-1474 .cstt__toc-link:hover,
  body.page-id-1474
    .cstt__toc-list:not(:has(.cstt__toc-item.is-active))
    > .cstt__toc-item:first-child
    > .cstt__toc-link,
  body.page-id-1474 .cstt-toc-drawer__body ul li a:hover,
  body.page-id-1474 .cstt-toc-drawer__body ul li a.active,
  body.page-id-1474 .cstt-toc-drawer__body ul li a:active,
  body.page-id-1474 .cstt-toc-drawer__body ul li a:focus {
    background: none !important;
    color: rgba(66, 66, 66, 0.8) !important;
    -webkit-text-fill-color: rgba(66, 66, 66, 0.8) !important;
  }
}
