<style>
/* ============================= */
/* TABLE DESKTOP PREMIUM */
/* ============================= */

.dptoto-table-wrap {
  width: 78%;
  max-width: 760px;
  overflow: hidden;
  margin: 14px auto 20px;
  border-radius: 16px;

  background:
    linear-gradient(135deg, rgba(0, 28, 70, 0.48), rgba(0, 10, 30, 0.42)),
    rgba(0, 18, 45, 0.38);

  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);

  border: 1px solid rgba(0, 208, 255, 0.32);
  box-shadow:
    0 0 18px rgba(0, 114, 255, 0.22),
    inset 0 0 16px rgba(255, 255, 255, 0.035);
}

.dptoto-premium-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

/* ============================= */
/* HEADER TABLE PREMIUM */
/* ============================= */

.dptoto-premium-table thead th {
  position: relative;
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 900;
  color: #f4fdff;
  letter-spacing: 0.35px;
  text-transform: uppercase;

  background:
    linear-gradient(
      135deg,
      rgba(0, 208, 255, 0.78) 0%,
      rgba(0, 114, 255, 0.68) 48%,
      rgba(0, 38, 95, 0.76) 100%
    ),
    rgba(0, 18, 45, 0.55);

  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);

  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  line-height: 1.35;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;

  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 6px rgba(255, 255, 255, 0.55),
    0 0 14px rgba(0, 208, 255, 0.85);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -10px 18px rgba(0, 0, 0, 0.18);
}

.dptoto-premium-table thead th::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.85),
    rgba(0, 208, 255, 0.95),
    transparent
  );
  box-shadow: 0 0 8px rgba(0, 208, 255, 0.75);
  pointer-events: none;
}

/* ============================= */
/* BODY TABLE */
/* ============================= */

.dptoto-premium-table tbody td {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid rgba(91, 143, 196, 0.20);
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;

  background: rgba(0, 18, 40, 0.16);
  color: #f4fbff;

  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 0 7px rgba(0, 208, 255, 0.12);
}

.dptoto-premium-table tbody tr:nth-child(even) td {
  background: rgba(0, 208, 255, 0.055);
}

.dptoto-premium-table tbody tr:hover td {
  background: rgba(0, 208, 255, 0.12);
}

.dptoto-table-label {
  font-weight: 800;
  color: #ffffff;
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.45),
    0 0 10px rgba(0, 208, 255, 0.45);
  white-space: normal;
  font-size: 13px;
  line-height: 1.4;
}

/* Desktop tabel 3 kolom */
.dptoto-premium-table th:nth-child(1),
.dptoto-premium-table td:nth-child(1) {
  width: 22%;
  text-align: left;
}

.dptoto-premium-table th:nth-child(2),
.dptoto-premium-table td:nth-child(2) {
  width: 28%;
}

.dptoto-premium-table th:nth-child(3),
.dptoto-premium-table td:nth-child(3) {
  width: 50%;
}

/* Desktop tabel 2 kolom */
.dptoto-premium-table th:first-child:nth-last-child(2),
.dptoto-premium-table th:first-child:nth-last-child(2) ~ th,
.dptoto-premium-table td:first-child:nth-last-child(2),
.dptoto-premium-table td:first-child:nth-last-child(2) ~ td {
  width: 50%;
}

/* ============================= */
/* ARTICLE PREMIUM DESKTOP */
/* ============================= */

.dptoto-article-premium {
  position: relative;
  padding: 18px 16px;
  border-radius: 18px;

  background:
    linear-gradient(135deg, rgba(0, 28, 70, 0.58), rgba(0, 10, 30, 0.48)),
    rgba(0, 18, 45, 0.50);

  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);

  border: 1px solid rgba(0, 208, 255, 0.26);
  box-shadow:
    0 0 18px rgba(0, 114, 255, 0.22),
    inset 0 0 18px rgba(255, 255, 255, 0.035);

  overflow: hidden;
}

.dptoto-article-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 208, 255, 0.75),
    transparent
  );
  pointer-events: none;
}

.dptoto-article-premium p {
  color: #f4fbff;
  font-size: 15px;
  line-height: 1.82;
  font-weight: 500;
  letter-spacing: 0.18px;
  text-align: justify;

  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.95),
    0 0 8px rgba(0, 208, 255, 0.16);

  margin-bottom: 16px;
}

.dptoto-article-premium strong,
.dptoto-article-premium b {
  color: #ffffff;
  font-weight: 900;
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.55),
    0 0 12px rgba(0, 208, 255, 0.45);
}

.dptoto-article-premium a {
  color: #7eeaff;
  font-weight: 800;
  text-decoration: none;
  text-shadow:
    0 0 6px rgba(0, 208, 255, 0.65),
    0 0 14px rgba(0, 114, 255, 0.45);
}

.dptoto-article-premium a:hover {
  color: #ffffff;
  text-shadow:
    0 0 7px rgba(255, 255, 255, 0.9),
    0 0 16px rgba(0, 208, 255, 0.95);
}

/* ============================= */
/* HEADER / TITLE PREMIUM */
/* ============================= */

.dptoto-article-premium h1,
.dptoto-article-premium h2,
.dptoto-article-premium h3,
.dptoto-article-premium h4,
.dptoto-main-title,
.dptoto-section-title h2,
.dptoto-section-title h3 {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 20px;
  padding: 13px 22px;

  color: #f8fdff;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;

  background:
    linear-gradient(135deg, rgba(0, 208, 255, 0.24), rgba(0, 114, 255, 0.18)),
    rgba(0, 18, 45, 0.48);

  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);

  border: 1px solid rgba(0, 208, 255, 0.42);
  border-radius: 16px;

  box-shadow:
    0 0 18px rgba(0, 114, 255, 0.24),
    inset 0 0 16px rgba(255, 255, 255, 0.045);

  text-shadow:
    0 1px 2px rgba(0, 0, 0, 1),
    0 0 7px rgba(255, 255, 255, 0.55),
    0 0 16px rgba(0, 208, 255, 0.82),
    0 0 28px rgba(0, 114, 255, 0.52);
}

.dptoto-article-premium h1::after,
.dptoto-article-premium h2::after,
.dptoto-article-premium h3::after,
.dptoto-article-premium h4::after,
.dptoto-main-title::after,
.dptoto-section-title h2::after,
.dptoto-section-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 58%;
  height: 2px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    transparent,
    #00d0ff,
    #ffffff,
    #0072ff,
    transparent
  );
  box-shadow: 0 0 10px rgba(0, 208, 255, 0.85);
}

/* ============================= */
/* LINK TABLE PREMIUM */
/* ============================= */

.dptoto-link-table-wrap {
  width: 100%;
  margin: 22px 0 28px;
  border-radius: 18px;
  overflow: hidden;

  background:
    linear-gradient(135deg, rgba(0, 28, 70, 0.46), rgba(0, 10, 30, 0.42)),
    rgba(0, 18, 45, 0.38);

  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);

  border: 1px solid rgba(0, 208, 255, 0.34);
  box-shadow:
    0 0 18px rgba(91, 143, 196, 0.20),
    inset 0 0 14px rgba(255, 255, 255, 0.035);
}

.dptoto-link-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.dptoto-link-table td {
  padding: 14px 12px;
  text-align: center;
  border: 1px solid rgba(91, 143, 196, 0.22);
  background: rgba(0, 208, 255, 0.045);
}

.dptoto-link-table a {
  display: block;
  width: 100%;
  color: #e9fbff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  letter-spacing: 0.3px;

  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.95),
    0 0 10px rgba(0, 208, 255, 0.9),
    0 0 18px rgba(0, 114, 255, 0.75);

  transition: all 0.25s ease;
}

.dptoto-link-table td:hover {
  background: rgba(0, 208, 255, 0.14);
}

.dptoto-link-table td:hover a {
  color: #ffffff;
  transform: translateY(-1px);
  text-shadow:
    0 0 5px rgba(255, 255, 255, 1),
    0 0 14px rgba(0, 208, 255, 1),
    0 0 26px rgba(0, 114, 255, 0.95);
}

/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .dptoto-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 12px auto 18px;
    border-radius: 14px;
    overflow: hidden;

    background:
      linear-gradient(135deg, rgba(0, 28, 70, 0.52), rgba(0, 10, 30, 0.48)),
      rgba(0, 18, 45, 0.46);

    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);

    border: 1px solid rgba(0, 208, 255, 0.34);
    box-shadow:
      0 0 14px rgba(0, 114, 255, 0.20),
      inset 0 0 14px rgba(255, 255, 255, 0.035);
  }

  .dptoto-premium-table {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
    border-collapse: collapse;
    background: transparent !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.35;
  }

  .dptoto-premium-table thead th {
    position: relative;
    padding: 8px 6px;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1.28;
    text-align: left;
    color: #f4fdff;
    letter-spacing: 0.22px;
    text-transform: uppercase;

    background:
      linear-gradient(
        135deg,
        rgba(0, 208, 255, 0.58) 0%,
        rgba(0, 114, 255, 0.48) 52%,
        rgba(0, 32, 82, 0.60) 100%
      ) !important,
      rgba(0, 18, 45, 0.55) !important;

    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);

    border-bottom: 1px solid rgba(255, 255, 255, 0.18);

    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: middle;

    text-shadow:
      0 1px 2px rgba(0, 0, 0, 1),
      0 0 5px rgba(255, 255, 255, 0.48),
      0 0 12px rgba(0, 208, 255, 0.82);

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -8px 16px rgba(0, 0, 0, 0.18);
  }

  .dptoto-premium-table tbody td {
    padding: 7px 5px;
    font-size: 10.5px;
    line-height: 1.35;
    color: #f4fbff;

    background: rgba(0, 18, 40, 0.18);
    border-bottom: 1px solid rgba(91, 143, 196, 0.18);

    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    vertical-align: top;

    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.95),
      0 0 6px rgba(0, 208, 255, 0.12);
  }

  .dptoto-premium-table tbody tr:nth-child(even) td {
    background: rgba(0, 208, 255, 0.055);
  }

  .dptoto-premium-table tbody tr:hover td {
    background: rgba(0, 208, 255, 0.12);
  }

  .dptoto-table-label {
    font-size: 10.5px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.45),
      0 0 10px rgba(0, 208, 255, 0.45);
  }

  .dptoto-premium-table th:nth-child(1),
  .dptoto-premium-table td:nth-child(1) {
    width: 26%;
    text-align: left;
  }

  .dptoto-premium-table th:nth-child(2),
  .dptoto-premium-table td:nth-child(2) {
    width: 31%;
  }

  .dptoto-premium-table th:nth-child(3),
  .dptoto-premium-table td:nth-child(3) {
    width: 43%;
  }

  .dptoto-premium-table th:first-child:nth-last-child(2),
  .dptoto-premium-table th:first-child:nth-last-child(2) ~ th,
  .dptoto-premium-table td:first-child:nth-last-child(2),
  .dptoto-premium-table td:first-child:nth-last-child(2) ~ td {
    width: 50%;
  }

  .dptoto-article-premium {
    padding: 14px 12px;
    border-radius: 15px;

    background:
      linear-gradient(135deg, rgba(0, 28, 70, 0.62), rgba(0, 10, 30, 0.52)),
      rgba(0, 18, 45, 0.56);

    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);

    border: 1px solid rgba(0, 208, 255, 0.28);
    box-shadow:
      0 0 16px rgba(0, 114, 255, 0.20),
      inset 0 0 14px rgba(255, 255, 255, 0.035);
  }

  .dptoto-article-premium p {
    font-size: 14px;
    line-height: 1.72;
    font-weight: 500;
    letter-spacing: 0.12px;

    text-shadow:
      0 1px 2px rgba(0, 0, 0, 1),
      0 0 7px rgba(0, 208, 255, 0.18);
  }

  .dptoto-article-premium h1,
  .dptoto-article-premium h2,
  .dptoto-article-premium h3,
  .dptoto-article-premium h4,
  .dptoto-main-title,
  .dptoto-section-title h2,
  .dptoto-section-title h3 {
    width: 100%;
    padding: 11px 12px;
    margin: 22px auto 16px;
    font-size: clamp(18px, 5vw, 23px);
    line-height: 1.35;
    border-radius: 14px;
  }

  .dptoto-link-table-wrap {
    border-radius: 14px;
    margin: 18px 0 24px;
  }

  .dptoto-link-table,
  .dptoto-link-table tbody,
  .dptoto-link-table tr,
  .dptoto-link-table td {
    display: block;
    width: 100%;
  }

  .dptoto-link-table td {
    padding: 12px 10px;
    border-left: none;
    border-right: none;
  }

  .dptoto-link-table a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .dptoto-table-wrap {
    border-radius: 12px;
  }

  .dptoto-premium-table {
    width: 100%;
    min-width: 0 !important;
    font-size: 10px;
    background: transparent !important;
  }

  .dptoto-premium-table thead th,
  .dptoto-premium-table tbody td {
    padding: 6px 4px;
    font-size: 10px;
    line-height: 1.3;
  }

  .dptoto-table-label {
    font-size: 10px;
  }

  .dptoto-premium-table th:nth-child(1),
  .dptoto-premium-table td:nth-child(1) {
    width: 27%;
  }

  .dptoto-premium-table th:nth-child(2),
  .dptoto-premium-table td:nth-child(2) {
    width: 31%;
  }

  .dptoto-premium-table th:nth-child(3),
  .dptoto-premium-table td:nth-child(3) {
    width: 42%;
  }
}
</style>
