﻿:root {
  --vdt-navy: #0b1f3a;
  --vdt-navy-2: #07182d;
  --vdt-heading-dark: #0B1F3A;
  --vdt-heading-light: #FFFFFF;
  --vdt-blue: #1e5bff;
  --vdt-cyan: #00b8d9;
  --vdt-gold: #F5B842;
  --vdt-bg: #f5f8fc;
  --vdt-white: #ffffff;
  --vdt-text: #172033;
  --vdt-text-light: rgba(255,255,255,0.88);
  --vdt-text-light-muted: rgba(255,255,255,0.72);
  --vdt-muted: #667085;
  --vdt-border: #e4e7ec;
  --vdt-success: #12b76a;
  --vdt-warning: #f79009;
  --vdt-danger: #f04438;
  --vdt-shadow: 0 18px 48px rgba(11, 31, 58, .10);
  --vdt-radius: 8px;
  --vdt-font-main: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vdt-fs-xs: clamp(0.78rem, 0.82rem, 0.84rem);
  --vdt-fs-sm: clamp(0.88rem, 0.92rem, 0.95rem);
  --vdt-fs-body: clamp(0.98rem, 1rem, 1rem);
  --vdt-fs-body-lg: clamp(1rem, 1.06rem, 1.08rem);
  --vdt-fs-lead: clamp(1.05rem, 1.14rem, 1.22rem);
  --vdt-fs-h1: clamp(2.05rem, 3.15rem, 3.35rem);
  --vdt-fs-h2: clamp(1.72rem, 2.2rem, 2.42rem);
  --vdt-fs-h3: clamp(1.38rem, 1.58rem, 1.82rem);
  --vdt-fs-h4: clamp(1.14rem, 1.25rem, 1.36rem);
  --vdt-fs-h5: clamp(1rem, 1.08rem, 1.12rem);
  --vdt-fs-h6: clamp(0.84rem, 0.9rem, 0.92rem);
  --vdt-lh-tight: 1.12;
  --vdt-lh-heading: 1.22;
  --vdt-lh-body: 1.72;
  --vdt-lh-article: 1.78;
  --vdt-tracking-tight: 0;
  --vdt-tracking-heading: 0;
  --vdt-tracking-normal: 0;
  --vdt-heading: var(--vdt-heading-dark);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vdt-page {
  margin: 0;
  font-family: var(--vdt-font-main);
  font-size: var(--vdt-fs-body);
  line-height: var(--vdt-lh-body);
  color: var(--vdt-text);
  background: var(--vdt-white);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
body.vdt-page h1,
body.vdt-page h2,
body.vdt-page h3,
body.vdt-page h4,
body.vdt-page h5,
body.vdt-page h6 {
  margin-top: 0;
  color: var(--vdt-heading);
  font-weight: 800;
  letter-spacing: var(--vdt-tracking-normal);
  text-wrap: balance;
}
body.vdt-page h1 {
  font-size: var(--vdt-fs-h1);
  line-height: var(--vdt-lh-tight);
}
body.vdt-page h2 {
  font-size: var(--vdt-fs-h2);
  line-height: var(--vdt-lh-heading);
}
body.vdt-page h3 {
  font-size: var(--vdt-fs-h3);
  line-height: 1.28;
}
body.vdt-page h4 {
  font-size: var(--vdt-fs-h4);
  line-height: 1.35;
}
body.vdt-page h5 {
  font-size: var(--vdt-fs-h5);
  line-height: 1.4;
  font-weight: 750;
}
body.vdt-page h6 {
  font-size: var(--vdt-fs-h6);
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
body.vdt-page p,
body.vdt-page li {
  font-size: var(--vdt-fs-body);
  line-height: var(--vdt-lh-body);
}
.vdt-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.vdt-site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(228,231,236,.88); backdrop-filter: blur(16px); }
.vdt-topbar { background: var(--vdt-navy); color: rgba(255,255,255,.86); font-size: 13px; }
.vdt-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.vdt-topbar a { text-decoration: none; color: var(--vdt-gold); }
.vdt-header__inner { position: relative; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.vdt-logo { flex: 0 0 auto; min-width: 0; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--vdt-navy); font-weight: 800; }
.vdt-logo__mark { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue)); font-size: 13px; box-shadow: 0 10px 24px rgba(30,91,255,.22); }
.vdt-logo__mark--image { width: 52px; height: 52px; padding: 0; flex: 0 0 auto; border-radius: 50%; background: #fff; overflow: hidden; box-shadow: 0 10px 24px rgba(30,91,255,.16); }
.vdt-logo__mark--image img, .vdt-logo__image { width: 100%; height: 100%; object-fit: contain; display: block; }
.vdt-logo__text { max-width: 150px; line-height: 1.2; font-size: 15px; }
.vdt-nav { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 2px; flex-wrap: nowrap; }
.vdt-nav__link { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 7px; border-radius: var(--vdt-radius); text-decoration: none; color: #344054; font-size: 13px; line-height: 1.1; font-weight: 650; white-space: nowrap; }
.vdt-nav__link:hover, .vdt-nav__link.vdt-is-active { color: var(--vdt-blue); background: #eef4ff; }
.vdt-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); background: #fff; }
.vdt-menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--vdt-navy); }
.vdt-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.vdt-btn:hover { transform: translateY(-2px); }
.vdt-btn--primary { color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 12px 30px rgba(30,91,255,.25); }
.vdt-btn--primary:hover { box-shadow: 0 18px 44px rgba(30,91,255,.34); }
.vdt-btn--secondary { color: var(--vdt-navy); background: #fff; border-color: var(--vdt-border); }

/* Refund and cancellation policy page */
.vdt-refund-page {
  --vdt-refund-soft: #f4f8fd;
  --vdt-refund-line: rgba(30, 91, 255, .18);
}
.vdt-refund-main {
  overflow: hidden;
  background: #fff;
}
.vdt-refund-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 45, .98), rgba(10, 42, 76, .94) 52%, rgba(30, 91, 255, .72)),
    var(--vdt-navy);
}
.vdt-refund-hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -34% 32%;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 184, 217, 0), rgba(0, 184, 217, .26), rgba(245, 184, 66, .18), rgba(0, 184, 217, 0));
  filter: blur(22px);
  opacity: .7;
}
.vdt-refund-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: 56px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.vdt-refund-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}
.vdt-refund-breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.vdt-refund-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, .42);
}
body.vdt-page .vdt-refund-hero h1 {
  max-width: 720px;
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}
.vdt-refund-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, .86);
}
.vdt-refund-hero__lead {
  margin-bottom: 14px;
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
  line-height: 1.56;
  color: #fff;
}
.vdt-refund-tags,
.vdt-refund-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.vdt-refund-tags {
  margin: 28px 0 30px;
}
.vdt-refund-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--vdt-radius);
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
  font-size: 13.5px;
  font-weight: 700;
}
.vdt-refund-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .08);
}
.vdt-refund-btn--ghost:hover {
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .14);
}
.vdt-refund-btn--light {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
}
.vdt-refund-hotline {
  margin-top: 20px;
  font-size: 15px;
}
.vdt-refund-hotline a {
  color: var(--vdt-gold);
  font-weight: 800;
  text-decoration: none;
}
.vdt-refund-hero__media {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vdt-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .26);
}
.vdt-refund-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.vdt-refund-hero__media figcaption,
.vdt-refund-image-panel figcaption {
  padding: 12px 14px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.5;
}
.vdt-refund-summary {
  padding: 0 0 32px;
  background: linear-gradient(180deg, #eef6ff, #fff);
}
.vdt-refund-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  transform: translateY(-34px);
}
.vdt-refund-summary-card,
.vdt-refund-card,
.vdt-refund-note-card,
.vdt-refund-time-card,
.vdt-refund-form,
.vdt-refund-contact-box,
.vdt-refund-conserve__panel,
.vdt-refund-faq__item {
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 31, 58, .08);
}
.vdt-refund-summary-card {
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.vdt-refund-summary-card:hover,
.vdt-refund-card:hover,
.vdt-refund-note-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 91, 255, .3);
  box-shadow: 0 22px 50px rgba(11, 31, 58, .12);
}
.vdt-refund-summary-card span,
.vdt-refund-kicker {
  color: var(--vdt-blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}
.vdt-refund-summary-card h2 {
  margin: 10px 0 10px;
  font-size: 21px;
}
.vdt-refund-summary-card p {
  margin: 0;
  color: var(--vdt-muted);
}
.vdt-refund-section {
  padding: 88px 0;
  background: #fff;
}
.vdt-refund-section--soft {
  background: var(--vdt-refund-soft);
}
.vdt-refund-section--blue {
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), #0f3b72);
}
body.vdt-page .vdt-refund-section--blue h2,
.vdt-refund-section--blue p,
.vdt-refund-section--blue .vdt-refund-kicker {
  color: #fff;
}
.vdt-refund-split,
.vdt-refund-info-grid,
.vdt-refund-form-layout,
.vdt-refund-conserve {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  gap: 48px;
  align-items: center;
}
.vdt-refund-copy h2,
.vdt-refund-heading h2 {
  max-width: 840px;
  margin: 10px 0 16px;
}
.vdt-refund-copy p,
.vdt-refund-heading p {
  max-width: 820px;
  color: var(--vdt-muted);
}
.vdt-refund-heading {
  margin-bottom: 32px;
}
.vdt-refund-image-panel {
  margin: 0;
  overflow: hidden;
  border-radius: var(--vdt-radius);
  background: var(--vdt-navy);
  box-shadow: var(--vdt-shadow);
}
.vdt-refund-image-panel img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}
.vdt-refund-checklist {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.vdt-refund-checklist li {
  position: relative;
  padding-left: 34px;
  color: var(--vdt-text);
}
.vdt-refund-checklist li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 0 24%, var(--vdt-cyan) 25% 100%);
  box-shadow: 0 0 0 4px rgba(0, 184, 217, .12);
}
.vdt-refund-checklist--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vdt-refund-card-grid {
  display: grid;
  gap: 18px;
}
.vdt-refund-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vdt-refund-card-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.vdt-refund-card,
.vdt-refund-note-card {
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.vdt-refund-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.vdt-refund-card p,
.vdt-refund-note-card p {
  margin: 0;
  color: var(--vdt-muted);
}
.vdt-refund-card--check {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.vdt-refund-card--check span,
.vdt-refund-note-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-weight: 900;
}
.vdt-refund-note-card {
  background: #fffaf0;
  border-color: rgba(245, 184, 66, .32);
}
.vdt-refund-note-card span {
  margin-bottom: 14px;
  color: var(--vdt-navy);
  background: linear-gradient(135deg, #ffe1a0, var(--vdt-gold));
}
.vdt-refund-conserve {
  align-items: center;
}
.vdt-refund-conserve .vdt-refund-copy p {
  color: rgba(255, 255, 255, .82);
}
.vdt-refund-conserve__panel {
  padding: 34px;
  color: var(--vdt-navy);
  background: #fff;
}
.vdt-refund-conserve__panel strong {
  display: block;
  margin-bottom: 12px;
  color: var(--vdt-blue);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
}
.vdt-refund-conserve__panel span {
  color: var(--vdt-muted);
  font-weight: 700;
}
.vdt-refund-process-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, .9fr);
  gap: 42px;
  align-items: start;
}
.vdt-refund-process-layout .vdt-refund-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.vdt-refund-timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vdt-refund-timeline li {
  position: relative;
  padding: 20px 22px 20px 74px;
  border: 1px solid var(--vdt-refund-line);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 31, 58, .06);
}
.vdt-refund-timeline li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 0 0 6px rgba(30, 91, 255, .1);
}
.vdt-refund-timeline span {
  color: var(--vdt-blue);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
.vdt-refund-timeline strong {
  display: block;
  margin: 3px 0 5px;
  color: var(--vdt-navy);
  font-size: 18px;
}
.vdt-refund-timeline p {
  margin: 0;
  color: var(--vdt-muted);
}
.vdt-refund-time-card {
  padding: 28px;
}
.vdt-refund-time-card dl {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.vdt-refund-time-card dl div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--vdt-border);
}
.vdt-refund-time-card dt {
  color: var(--vdt-muted);
  font-size: 14px;
  font-weight: 750;
}
.vdt-refund-time-card dd {
  margin: 4px 0 0;
  color: var(--vdt-navy);
  font-weight: 850;
}
.vdt-refund-faq {
  display: grid;
  gap: 12px;
}
.vdt-refund-faq__item {
  padding: 0 22px;
}
.vdt-refund-faq__item summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--vdt-navy);
  font-weight: 850;
  list-style: none;
}
.vdt-refund-faq__item summary::-webkit-details-marker {
  display: none;
}
.vdt-refund-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--vdt-blue);
  font-size: 24px;
  line-height: 1;
}
.vdt-refund-faq__item[open] summary::after {
  content: "-";
}
.vdt-refund-faq__item p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--vdt-muted);
}
.vdt-refund-form-layout {
  align-items: start;
}
.vdt-refund-form-intro {
  position: sticky;
  top: 118px;
}
.vdt-refund-contact-box {
  margin-top: 24px;
  padding: 22px;
}
.vdt-refund-contact-box strong {
  display: block;
  margin-bottom: 10px;
  color: var(--vdt-navy);
}
.vdt-refund-contact-box p {
  margin: 8px 0;
  overflow-wrap: anywhere;
}
.vdt-refund-contact-box a {
  color: var(--vdt-blue);
  font-weight: 800;
  text-decoration: none;
}
.vdt-refund-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
}
.vdt-refund-form label {
  display: grid;
  gap: 8px;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 800;
}
.vdt-refund-form input,
.vdt-refund-form select,
.vdt-refund-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  padding: 12px 14px;
  color: var(--vdt-text);
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.vdt-refund-form textarea {
  resize: vertical;
}
.vdt-refund-form input:focus,
.vdt-refund-form select:focus,
.vdt-refund-form textarea:focus {
  border-color: rgba(30, 91, 255, .58);
  box-shadow: 0 0 0 4px rgba(30, 91, 255, .1);
}
.vdt-refund-form__full {
  grid-column: 1 / -1;
}
.vdt-refund-form__check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--vdt-muted);
  font-weight: 650;
}
.vdt-refund-form__check input {
  min-height: auto;
  margin-top: 4px;
}
.vdt-refund-final {
  padding: 0 0 72px;
  background: #fff;
}
.vdt-refund-final__inner {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: var(--vdt-navy);
}
.vdt-refund-final__bg {
  position: absolute;
  inset: 0;
  margin: 0;
}
.vdt-refund-final__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 45, .94), rgba(7, 24, 45, .74) 52%, rgba(7, 24, 45, .28));
}
.vdt-refund-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vdt-refund-final__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 56px;
}
body.vdt-page .vdt-refund-final h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
}
.vdt-refund-final p {
  color: rgba(255, 255, 255, .84);
  font-size: var(--vdt-fs-lead);
}
.vdt-refund-disclaimer {
  padding: 24px 0 72px;
  background: #fff;
}
.vdt-refund-disclaimer p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--vdt-gold);
  border-radius: var(--vdt-radius);
  color: var(--vdt-muted);
  background: #fff8e7;
}
.vdt-btn--secondary:hover { border-color: rgba(30,91,255,.35); box-shadow: 0 14px 32px rgba(11,31,58,.10); }
.vdt-btn--small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.vdt-nav__cta { flex: 0 0 auto; min-height: 44px; padding-left: 16px; padding-right: 16px; font-size: 13.5px; white-space: nowrap; }
@media (min-width: 1281px) {
  .vdt-site-header .vdt-container { max-width: 1320px; }
}
.vdt-hero { background: linear-gradient(135deg, #071a32 0%, #0b1f3a 44%, #123b68 100%); color: #fff; overflow: hidden; }
.vdt-hero--home { position: relative; isolation: isolate; background: #071a32; }
.vdt-hero__bg, .vdt-footer-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vdt-hero__bg { z-index: -2; }
.vdt-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.94) 0%, rgba(11,31,58,.82) 48%, rgba(11,31,58,.52) 100%), linear-gradient(180deg, rgba(7,26,50,.18), rgba(7,26,50,.74)); }
.vdt-hero__grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 52px; padding-top: 54px; padding-bottom: 54px; }
.vdt-hero--home .vdt-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); }
.vdt-hero h1 { margin: 0; max-width: 820px; font-size: var(--vdt-fs-h1); line-height: 1.12; font-weight: 800; letter-spacing: 0; }
.vdt-hero--home h1 { max-width: 780px; font-size: var(--vdt-fs-h1); }
.vdt-hero p { margin: 22px 0 0; max-width: 720px; color: rgba(255,255,255,.78); font-size: var(--vdt-fs-lead); }
.vdt-hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-hero__chips { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-hero__chips span { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.84); background: rgba(255,255,255,.08); font-size: 14px; }
.vdt-hero__hotline { font-size: 15px !important; }
.vdt-hero__visual { position: relative; border-radius: var(--vdt-radius); padding: 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 26px 70px rgba(0,0,0,.25); }
.vdt-hero__visual img { border-radius: var(--vdt-radius); background: #fff; }
.vdt-hero__visual--home { min-height: 320px; display: flex; align-items: flex-end; background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07)); backdrop-filter: blur(3px); }
.vdt-hero__panel { position: absolute; left: 34px; right: 34px; bottom: 34px; padding: 18px; border-radius: var(--vdt-radius); background: rgba(255,255,255,.94); color: var(--vdt-navy); box-shadow: var(--vdt-shadow); }
.vdt-hero__panel strong, .vdt-hero__panel span { display: block; }
.vdt-hero__panel span { margin-top: 4px; color: var(--vdt-muted); font-size: 14px; line-height: 1.5; }
.vdt-section { padding: 88px 0; }
.vdt-section--soft { background: var(--vdt-bg); }
.vdt-section-heading { max-width: 780px; margin-bottom: 32px; }
.vdt-section-heading h2, .vdt-cta-band h2 { margin: 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-section-heading p { margin: 14px 0 0; color: var(--vdt-muted); font-size: var(--vdt-fs-body-lg); }
.vdt-grid { display: grid; gap: 24px; }
.vdt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vdt-card, .vdt-side-card, .vdt-feature-panel, .vdt-confirm-box { background: #fff; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 28px; box-shadow: 0 14px 36px rgba(11,31,58,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.vdt-card--media { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.vdt-card__image { position: relative; overflow: hidden; background: #eef4ff; }
.vdt-card__image img { width: 100%; height: 190px; object-fit: cover; transition: transform .35s ease; }
.vdt-card--media:hover .vdt-card__image img { transform: scale(1.035); }
.vdt-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.vdt-card:hover { transform: translateY(-6px); border-color: rgba(30,91,255,.32); box-shadow: 0 22px 60px rgba(11,31,58,.13); }
.vdt-card__meta { color: var(--vdt-blue); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.vdt-card h3, .vdt-side-card h2, .vdt-feature-panel h3, .vdt-card h2 { margin: 10px 0 10px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-card p, .vdt-side-card p, .vdt-feature-panel p { color: var(--vdt-muted); margin: 0 0 18px; }
.vdt-card__footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--vdt-border); display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--vdt-muted); font-size: 14px; }
.vdt-card__footer a, .vdt-link, .vdt-internal-link a { color: var(--vdt-blue); font-weight: 750; text-decoration: none; }
.vdt-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 36px; align-items: start; }
.vdt-two-col--center { align-items: center; }
.vdt-image-panel { margin: 0; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid var(--vdt-border); box-shadow: var(--vdt-shadow); background: #fff; }
.vdt-image-panel img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.vdt-training-media { display: grid; gap: 18px; }
.vdt-training-card { padding: 0; overflow: hidden; }
.vdt-training-card h3 { padding: 0 22px; }
.vdt-training-card__image { margin: 0; overflow: hidden; }
.vdt-training-card__image img { width: 100%; height: 180px; object-fit: cover; }
.vdt-steps--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 22px 22px; }
.vdt-profile-list { display: grid; gap: 12px; margin: 0 0 18px; }
.vdt-profile-list div { display: grid; gap: 3px; }
.vdt-profile-list dt { color: var(--vdt-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.vdt-profile-list dd { margin: 0; color: #344054; font-size: 14px; line-height: 1.5; }
.vdt-lecturer-card .vdt-card__image img { height: 220px; }
.vdt-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.vdt-list li { position: relative; padding-left: 26px; color: #344054; }
.vdt-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); }
.vdt-legal-note { padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); background: #fff8e6; color: #60420b; }
.vdt-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vdt-step { padding: 22px; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); background: #fff; }
.vdt-step span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: var(--vdt-radius); background: #eef4ff; color: var(--vdt-blue); font-weight: 800; }
.vdt-step p { margin: 16px 0 0; color: #344054; }
.vdt-table-wrap { overflow: auto; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.07); }
.vdt-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.vdt-table th, .vdt-table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--vdt-border); vertical-align: top; }
.vdt-table th { background: #f9fbff; color: var(--vdt-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .03em; }
.vdt-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.vdt-badge--success { color: #027a48; background: #ecfdf3; }
.vdt-badge--warning { color: #b54708; background: #fffaeb; }
.vdt-badge--info { color: #175cd3; background: #eff8ff; }
.vdt-badge--neutral { color: #475467; background: #f2f4f7; }
.vdt-badge--danger { color: #b42318; background: #fef3f2; }
.vdt-faq { display: grid; gap: 12px; }
.vdt-faq__item { background: #fff; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 18px 20px; }
.vdt-faq__item summary { cursor: pointer; color: var(--vdt-navy); font-weight: 750; }
.vdt-faq__item p { margin: 12px 0 0; color: var(--vdt-muted); }
.vdt-form { display: grid; gap: 16px; background: #fff; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 24px; box-shadow: 0 14px 36px rgba(11,31,58,.07); }
.vdt-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vdt-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-form input, .vdt-form textarea, .vdt-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-form input:focus, .vdt-form textarea:focus, .vdt-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-checkbox { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; color: #344054 !important; font-weight: 500 !important; }
.vdt-checkbox input { width: 18px; min-width: 18px; margin-top: 4px; }
.vdt-form__message { margin: 0; color: var(--vdt-success); font-weight: 750; }
.vdt-course-register-form input, .vdt-course-register-form textarea, .vdt-course-register-form select { min-height: 50px; font-size: 15.5px; }
.vdt-course-register-form textarea { min-height: 126px; resize: vertical; }
.vdt-course-register-form input[readonly] { color: #1d2939; background: #f8fbff; border-color: rgba(30,91,255,.22); font-weight: 750; }
.vdt-course-register-form .vdt-btn { min-height: 52px; justify-content: center; }
.vdt-course-register-form .vdt-btn:disabled { cursor: wait; opacity: .72; transform: none; }
.vdt-course-register-form .vdt-checkbox { margin: 0; }
.vdt-course-register-form .vdt-checkbox a { color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-course-register-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.vdt-course-register-form .vdt-form__message.is-error { color: #b42318; }
.vdt-course-register-form .vdt-form__message.is-success { color: var(--vdt-success); }
.vdt-stats { margin-top: -42px; position: relative; z-index: 2; }
.vdt-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-stat { padding: 22px; border-radius: var(--vdt-radius); background: #fff; border: 1px solid var(--vdt-border); box-shadow: var(--vdt-shadow); }
.vdt-stat strong { display: block; color: var(--vdt-blue); font-size: 34px; line-height: 1; }
.vdt-stat span { display: block; margin-top: 8px; color: var(--vdt-muted); font-weight: 650; }
.vdt-cta-band { padding: 70px 0; background: linear-gradient(135deg, var(--vdt-navy), #123b68); color: #fff; }
.vdt-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vdt-cta-band h2 { color: #fff; }
.vdt-cta-band p { color: rgba(255,255,255,.78); margin: 12px 0 0; max-width: 720px; }
.vdt-cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vdt-footer-cta { padding: 64px 0; background: linear-gradient(135deg, #f5f8fc 0%, #eef7ff 100%); border-top: 1px solid var(--vdt-border); }
.vdt-footer-cta--image { position: relative; overflow: hidden; isolation: isolate; border-top: 0; background: #071a32; }
.vdt-footer-cta--image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.92), rgba(11,31,58,.82)), rgba(11,31,58,.46); }
.vdt-footer-cta--image .vdt-footer-cta__bg { z-index: -2; opacity: .72; }
.vdt-footer-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 32px; border-radius: var(--vdt-radius); background: #fff; border: 1px solid rgba(30,91,255,.16); box-shadow: 0 20px 58px rgba(11,31,58,.09); }
.vdt-footer-cta--image .vdt-footer-cta__inner { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: 0 20px 58px rgba(0,0,0,.20); backdrop-filter: blur(4px); }
.vdt-footer-cta h2 { margin: 0; max-width: 760px; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-footer-cta p { margin: 12px 0 0; max-width: 820px; color: var(--vdt-muted); font-size: 16px; }
.vdt-footer-cta--image h2 { color: #fff; }
.vdt-footer-cta--image p { color: rgba(255,255,255,.80); }
.vdt-footer-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.vdt-footer { position: relative; isolation: isolate; overflow: hidden; color: rgba(255,255,255,.88); background-color: #06182f; }
.vdt-footer::before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: url("../images/footer/footer-trong-dong-lac-viet-bg.webp"); background-size: cover; background-position: 74% center; background-repeat: no-repeat; opacity: .58; filter: saturate(1.14) contrast(1.12) brightness(1.16); pointer-events: none; }
.vdt-footer::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,18,38,.86), rgba(7,24,48,.66), rgba(5,18,38,.72)), radial-gradient(circle at 82% 18%, rgba(0,184,217,.07), transparent 36%), radial-gradient(circle at 14% 24%, rgba(245,184,66,.06), transparent 30%); pointer-events: none; }
.vdt-footer-bg { display: none; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.vdt-footer-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vdt-footer-bg--campus { display: none; }
.vdt-footer-bg--campus img { object-position: center bottom; }
.vdt-footer-bg--wave { top: auto; bottom: 0; height: 28%; opacity: .28; mix-blend-mode: screen; }
.vdt-footer-bg--wave img { object-position: center bottom; }
.vdt-footer-line { position: absolute; z-index: 3; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--vdt-gold) 18%, var(--vdt-cyan) 50%, var(--vdt-blue) 74%, transparent); box-shadow: 0 0 32px rgba(0,184,217,.68), 0 0 22px rgba(245,184,66,.35); }
.vdt-footer-glow { position: absolute; z-index: 1; width: 360px; height: 360px; border-radius: 999px; filter: blur(24px); opacity: .30; pointer-events: none; }
.vdt-footer-glow--left { left: -160px; top: 26%; background: radial-gradient(circle, rgba(0,184,217,.48), transparent 66%); }
.vdt-footer-glow--right { right: -150px; top: 12%; background: radial-gradient(circle, rgba(30,91,255,.50), transparent 66%); }
.vdt-footer-container { position: relative; z-index: 2; width: min(100% - 48px, 1380px); margin: 0 auto; }
.vdt-footer .vdt-container { max-width: 1500px; }
.vdt-footer-main { display: grid; grid-template-columns: minmax(300px, 1.08fr) minmax(460px, 1.82fr) minmax(300px, 1fr); gap: 30px; align-items: start; padding: 54px 0 22px; }
.vdt-footer-brand { min-width: 0; }
.vdt-footer-brand-link { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; align-items: center; color: #fff; text-decoration: none; }
.vdt-footer-logo-wrap { position: relative; width: 84px; height: 84px; display: grid; place-items: center; border: 1px solid rgba(245,184,66,.36); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: 0 20px 48px rgba(0,0,0,.28), 0 0 30px rgba(245,184,66,.14); }
.vdt-footer-logo-wrap::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(245,184,66,.45), rgba(0,184,217,.26), transparent); opacity: .38; pointer-events: none; }
.vdt-footer-logo { position: relative; z-index: 1; width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.24)); }
.vdt-footer-brand-text { display: grid; gap: 6px; min-width: 0; }
.vdt-footer-brand-name { color: #fff; font-size: clamp(20px, 1.55vw, 25px); line-height: 1.2; font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; text-wrap: balance; overflow-wrap: break-word; }
.vdt-footer-brand-desc { margin: 18px 0 0; max-width: 460px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.65; }
.vdt-footer-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.vdt-footer-proof { min-height: 96px; padding: 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.03)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.vdt-footer-proof-icon { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 13px; color: var(--vdt-gold); background: rgba(245,184,66,.10); border: 1px solid rgba(245,184,66,.30); }
.vdt-footer svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vdt-footer-proof strong { display: block; color: #fff; font-size: 13.5px; line-height: 1.32; font-weight: 850; }
.vdt-footer-proof span:not(.vdt-footer-proof-icon) { display: block; margin-top: 4px; color: rgba(238,247,255,.68); font-size: 12px; line-height: 1.45; }
.vdt-footer-nav-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; min-width: 0; }
.vdt-footer-panel { min-width: 0; padding: 4px 0 0 20px; border-left: 1px solid rgba(255,255,255,.12); }
.vdt-footer-panel summary { display: flex; align-items: center; gap: 11px; min-height: 40px; margin: 0 0 16px; color: #fff; list-style: none; cursor: pointer; font-size: 15.5px; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.vdt-footer-panel summary::-webkit-details-marker { display: none; }
.vdt-footer-panel-icon { width: 32px; height: 32px; min-width: 32px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); box-shadow: 0 0 24px rgba(0,184,217,.12); }
.vdt-footer-panel-icon svg { width: 20px; height: 20px; }
.vdt-footer-panel-icon--gold { color: var(--vdt-gold); }
.vdt-footer-panel-icon--cyan { color: #42f2ff; }
.vdt-footer-panel-icon--blue { color: #6ca7ff; }
.vdt-footer-links { display: grid; gap: 10px; }
.vdt-footer-links a { position: relative; display: inline-flex; align-items: flex-start; gap: 9px; width: fit-content; max-width: 100%; color: rgba(255,255,255,.78); text-decoration: none; font-size: 13.5px; line-height: 1.5; overflow-wrap: anywhere; transition: color .22s ease, transform .22s ease; }
.vdt-footer-links a::before { content: ""; width: 7px; height: 7px; min-width: 7px; margin-top: .55em; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); color: var(--vdt-gold); opacity: .95; transition: color .22s ease, transform .22s ease; }
.vdt-footer-links a:hover { color: #fff; transform: translateX(3px); }
.vdt-footer-links a:hover::before { color: var(--vdt-cyan); transform: translateX(2px) rotate(45deg); }
.vdt-footer-contact-card { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: linear-gradient(150deg, rgba(30,91,255,.13), rgba(255,255,255,.058)); box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.vdt-footer-contact-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 10%, rgba(0,184,217,.20), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.06), transparent 44%); pointer-events: none; }
.vdt-footer-contact-heading { position: relative; display: flex; align-items: center; gap: 11px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.13); }
.vdt-footer-contact-heading-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 14px; color: #6ca7ff; background: rgba(30,91,255,.14); border: 1px solid rgba(108,167,255,.34); box-shadow: 0 0 28px rgba(30,91,255,.28); }
.vdt-footer-contact-heading h2 { margin: 0; color: #fff; font-size: 15.5px; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.vdt-footer-contact-list { position: relative; display: grid; gap: 0; }
.vdt-footer-contact-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 15px 0; border-bottom: 1px dashed rgba(255,255,255,.14); }
.vdt-footer-contact-item:last-child { border-bottom: 0; padding-bottom: 0; }
.vdt-footer-contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; color: #eaf3ff; background: linear-gradient(145deg, rgba(30,91,255,.24), rgba(0,184,217,.13)); border: 1px solid rgba(108,167,255,.42); box-shadow: 0 0 24px rgba(30,91,255,.24); }
.vdt-footer-contact-icon svg { width: 20px; height: 20px; }
.vdt-footer-contact-item span:not(.vdt-footer-contact-icon) { display: block; margin-bottom: 4px; color: rgba(238,247,255,.74); font-size: 13px; line-height: 1.35; }
.vdt-footer-contact-item a { display: block; width: fit-content; max-width: 100%; color: #ffd36b; text-decoration: none; font-size: 14.5px; font-weight: 850; line-height: 1.42; overflow-wrap: anywhere; transition: color .22s ease, text-shadow .22s ease; }
.vdt-footer-contact-item a:hover { color: #fff; text-shadow: 0 0 20px rgba(245,184,66,.42); }
.vdt-footer-contact-item p { margin: 0; color: rgba(255,255,255,.88); font-size: 13.5px; line-height: 1.55; overflow-wrap: anywhere; }
.vdt-footer-cta-strip { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; margin: 14px 0 22px; padding: 18px 22px; border: 1px solid rgba(0,184,217,.30); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(0,184,217,.105) 54%, rgba(245,184,66,.075)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 42px rgba(0,184,217,.10); backdrop-filter: blur(9px); }
.vdt-footer-cta-strip::before { content: ""; position: absolute; left: 26px; right: 26px; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(245,184,66,.92), rgba(0,184,217,.92), transparent); box-shadow: 0 0 22px rgba(0,184,217,.46); }
.vdt-footer-cta-copy { min-width: 0; }
.vdt-footer-cta-kicker { display: block; color: var(--vdt-gold); font-size: 12px; line-height: 1.35; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.vdt-footer-cta-copy h2 { margin: 5px 0 0; color: #fff; font-size: clamp(1.1875rem, 1.45rem, 1.625rem); line-height: 1.22; font-weight: 900; letter-spacing: 0; }
.vdt-footer-cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.vdt-footer-cta-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 16px; color: #fff; text-decoration: none; font-size: 13.5px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.vdt-footer-cta-button svg { width: 20px; height: 20px; }
.vdt-footer-cta-button--gold { border: 1px solid rgba(245,184,66,.65); background: linear-gradient(135deg, rgba(245,184,66,.28), rgba(245,184,66,.12)); box-shadow: 0 0 26px rgba(245,184,66,.24); }
.vdt-footer-cta-button--cyan { border: 1px solid rgba(0,184,217,.68); background: linear-gradient(135deg, rgba(0,184,217,.27), rgba(30,91,255,.14)); box-shadow: 0 0 26px rgba(0,184,217,.22); }
.vdt-footer-cta-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(0,0,0,.24), 0 0 34px rgba(0,184,217,.28); }
.vdt-footer-legal-note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; margin: 0 0 26px; padding: 15px 18px; border: 1px solid rgba(245,184,66,.28); border-radius: 18px; color: rgba(255,255,255,.86); background: rgba(5,18,38,.48); font-size: 13.5px; line-height: 1.55; backdrop-filter: blur(8px); }
.vdt-footer-legal-note strong { color: #ffd36b; white-space: nowrap; }
.vdt-footer-bottom { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.vdt-footer-bottom-inner { min-height: 72px; display: grid; grid-template-columns: minmax(230px, auto) minmax(0, 1fr) auto; align-items: center; gap: 18px; padding-top: 13px; padding-bottom: 13px; color: rgba(238,247,255,.72); font-size: 13px; }
.vdt-footer-copyright { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.vdt-footer-mini-seal { width: 34px; height: 34px; min-width: 34px; display: grid; place-items: center; border-radius: 12px; border: 1px solid rgba(245,184,66,.30); background: rgba(245,184,66,.08); }
.vdt-footer-mini-seal img { width: 26px; height: 26px; object-fit: contain; }
.vdt-footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.vdt-footer-bottom-links a { color: rgba(238,247,255,.72); text-decoration: none; transition: color .22s ease; }
.vdt-footer-bottom-links a:hover { color: #fff; }
.vdt-footer-secure { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; color: #6ca7ff; font-size: 12px; line-height: 1.25; font-weight: 800; text-transform: uppercase; }
.vdt-footer-secure svg { width: 26px; height: 26px; min-width: 26px; }
@media (min-width: 1280px) {
  .vdt-footer-container { width: min(100% - 64px, 1480px); }
  .vdt-footer-main { grid-template-columns: minmax(318px, 1.16fr) minmax(540px, 2.24fr) minmax(350px, 1.22fr); gap: 34px; }
  .vdt-footer-nav-grid { grid-template-columns: repeat(3, minmax(170px, 1fr)); gap: 26px; }
}
@media (min-width: 1440px) {
  .vdt-footer-container { width: min(100% - 80px, 1540px); }
}
.vdt-payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vdt-qr { width: 180px; height: 180px; display: grid; place-items: center; border-radius: var(--vdt-radius); border: 1px dashed var(--vdt-border); color: var(--vdt-muted); font-weight: 800; background: repeating-linear-gradient(45deg, #fff, #fff 8px, #f2f4f7 8px, #f2f4f7 16px); }
.vdt-muted { color: var(--vdt-muted); }
.vdt-article { max-width: 860px; }
.vdt-article h2 { color: var(--vdt-navy); margin: 0 0 14px; }
.vdt-article p { color: #344054; }

/* Blog / News system */
.vdt-breadcrumb {
  padding-top: 24px;
  padding-bottom: 0;
}

.vdt-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}

.vdt-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vdt-breadcrumb li + li::before {
  content: "/";
  color: #98A2B3;
}

.vdt-breadcrumb a {
  color: #1E5BFF;
  text-decoration: none;
}

.vdt-blog-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (min-width: 1600px) {
  .vdt-blog-container {
    max-width: 1540px;
  }
}

/* Scoped overrides for dao tao dau thau tai don vi */
.vdt-bidding-training-page {
  background: #f7fbff;
}

.vdt-bidding-training-page .vdt-onsite-bid-main .vdt-container {
  width: min(1180px, calc(100% - 36px));
  max-width: none;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero h1 {
  color: #fff !important;
  overflow-wrap: anywhere;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero__lead,
.vdt-bidding-training-page .vdt-onsite-bid-hero__desc {
  color: rgba(255,255,255,.9) !important;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero__content,
.vdt-bidding-training-page .vdt-onsite-bid-hero__media,
.vdt-bidding-training-page .vdt-onsite-bid-media,
.vdt-bidding-training-page .vdt-onsite-bid-card,
.vdt-bidding-training-page .vdt-onsite-bid-audience,
.vdt-bidding-training-page .vdt-onsite-bid-benefit {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 920px) {
  .vdt-bidding-training-page .vdt-onsite-bid-hero__grid,
  .vdt-bidding-training-page .vdt-onsite-bid-split,
  .vdt-bidding-training-page .vdt-onsite-bid-split--reverse,
  .vdt-bidding-training-page .vdt-onsite-bid-form-layout,
  .vdt-bidding-training-page .vdt-onsite-bid-final__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .vdt-bidding-training-page .vdt-onsite-bid-main .vdt-container {
    width: min(292px, calc(100vw - 64px));
  }

  .vdt-bidding-training-page .vdt-onsite-bid-hero__content {
    width: 100%;
    max-width: min(292px, calc(100vw - 64px));
  }

  .vdt-bidding-training-page .vdt-onsite-bid-badge,
  .vdt-bidding-training-page .vdt-onsite-bid-hero h1,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__lead,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__desc,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__actions,
  .vdt-bidding-training-page .vdt-onsite-bid-quick {
    max-width: min(292px, calc(100vw - 64px)) !important;
  }
}

/* Privacy policy page */
.vdt-privacy-page {
  --vdt-privacy-soft: #f5f8fc;
  --vdt-privacy-line: rgba(30, 91, 255, .16);
  --vdt-privacy-shadow: 0 20px 54px rgba(11, 31, 58, .10);
}

.vdt-privacy-main {
  overflow-x: clip;
  background: #fff;
  color: var(--vdt-text);
}

.vdt-privacy-main *,
.vdt-privacy-main *::before,
.vdt-privacy-main *::after {
  min-width: 0;
}

.vdt-privacy-main svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-privacy-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}

.vdt-privacy-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--vdt-blue), var(--vdt-cyan), var(--vdt-gold));
  box-shadow: 0 0 18px rgba(0, 184, 217, .36);
}

.vdt-privacy-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 24, 45, .98), rgba(11, 31, 58, .94) 48%, rgba(30, 91, 255, .70)),
    var(--vdt-navy);
}

.vdt-privacy-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -1px 0;
  height: 36%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 184, 217, 0), rgba(0, 184, 217, .22), rgba(245, 184, 66, .12), rgba(0, 184, 217, 0));
  filter: blur(20px);
}

.vdt-privacy-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: 56px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.vdt-privacy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.vdt-privacy-breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 750;
}

.vdt-privacy-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, .42);
}

.vdt-privacy-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--vdt-radius);
  color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  font-size: 14px;
  font-weight: 800;
}

body.vdt-page .vdt-privacy-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.12;
  letter-spacing: 0;
}

.vdt-privacy-hero__lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  line-height: 1.76;
  overflow-wrap: break-word;
}

.vdt-privacy-actions,
.vdt-privacy-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.vdt-privacy-actions {
  margin-top: 30px;
}

.vdt-privacy-btn--light {
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(10px);
}

.vdt-privacy-quick {
  margin-top: 30px;
}

.vdt-privacy-quick span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: var(--vdt-radius);
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .07);
  font-size: 13.5px;
  font-weight: 700;
}

.vdt-privacy-quick svg {
  color: var(--vdt-gold);
}

.vdt-privacy-hero__media {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--vdt-radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.vdt-privacy-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--vdt-radius);
  object-fit: cover;
}

.vdt-privacy-glass-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 3px;
  min-width: 210px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--vdt-radius);
  color: #fff;
  background: rgba(11, 31, 58, .58);
  backdrop-filter: blur(14px);
}

.vdt-privacy-glass-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border-radius: var(--vdt-radius);
  color: var(--vdt-gold);
  background: rgba(255, 255, 255, .12);
}

.vdt-privacy-glass-card strong {
  font-size: 14px;
  font-weight: 800;
}

.vdt-privacy-glass-card em {
  color: rgba(255, 255, 255, .76);
  font-style: normal;
}

.vdt-privacy-summary {
  padding: 72px 0;
  background: var(--vdt-privacy-soft);
}

.vdt-privacy-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.vdt-privacy-heading > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--vdt-blue);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-privacy-heading p,
.vdt-privacy-section p {
  color: var(--vdt-muted);
}

.vdt-privacy-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-privacy-summary-card,
.vdt-privacy-purpose-card,
.vdt-privacy-retention-grid article,
.vdt-privacy-cookie-grid article,
.vdt-privacy-faq__item {
  min-width: 0;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 31, 58, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vdt-privacy-summary-card:hover,
.vdt-privacy-purpose-card:hover,
.vdt-privacy-retention-grid article:hover,
.vdt-privacy-cookie-grid article:hover,
.vdt-privacy-faq__item:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 91, 255, .24);
  box-shadow: var(--vdt-privacy-shadow);
}

.vdt-privacy-summary-card {
  padding: 24px;
}

.vdt-privacy-summary-card > span,
.vdt-privacy-purpose-card > span,
.vdt-privacy-cookie-grid article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--vdt-radius);
  color: var(--vdt-blue);
  background: linear-gradient(135deg, rgba(30, 91, 255, .12), rgba(0, 184, 217, .12));
}

body.vdt-page .vdt-privacy-summary-card h3,
body.vdt-page .vdt-privacy-purpose-card h3,
body.vdt-page .vdt-privacy-cookie-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.32;
}

.vdt-privacy-summary-card p,
.vdt-privacy-purpose-card p,
.vdt-privacy-cookie-grid p,
.vdt-privacy-retention-grid p {
  margin: 0;
  color: var(--vdt-muted);
}

.vdt-privacy-mobile-toc {
  display: none;
}

.vdt-privacy-layout-section {
  background: #fff;
}

.vdt-privacy-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 46px;
  padding-top: 68px;
  padding-bottom: 76px;
}

.vdt-privacy-toc {
  position: sticky;
  top: 98px;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(11, 31, 58, .07);
}

.vdt-privacy-toc strong {
  display: block;
  margin-bottom: 12px;
  color: var(--vdt-navy);
  font-size: 15px;
  font-weight: 850;
}

.vdt-privacy-toc nav {
  display: grid;
  gap: 6px;
}

.vdt-privacy-toc a {
  display: block;
  padding: 9px 10px;
  border-radius: var(--vdt-radius);
  color: #344054;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.vdt-privacy-toc a:hover,
.vdt-privacy-toc a.vdt-is-active {
  color: var(--vdt-blue);
  background: #eef4ff;
}

.vdt-privacy-article {
  min-width: 0;
}

.vdt-privacy-section {
  min-width: 0;
  padding: 0 0 58px;
  margin: 0 0 58px;
  border-bottom: 1px solid var(--vdt-border);
  scroll-margin-top: 112px;
}

.vdt-privacy-section:last-child,
.vdt-privacy-links {
  border-bottom: 0;
}

.vdt-privacy-section__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin-bottom: 18px;
}

.vdt-privacy-section__head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(30, 91, 255, .20);
}

body.vdt-page .vdt-privacy-section__head h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
}

.vdt-privacy-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vdt-privacy-chip-list span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(30, 91, 255, .16);
  border-radius: var(--vdt-radius);
  color: var(--vdt-navy);
  background: #f8fbff;
  font-size: 14px;
  font-weight: 750;
}

.vdt-privacy-split,
.vdt-privacy-rights {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 38px;
}

.vdt-privacy-image-panel {
  min-width: 0;
  margin: 0;
}

.vdt-privacy-image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--vdt-radius);
  object-fit: cover;
  box-shadow: var(--vdt-privacy-shadow);
}

.vdt-privacy-checklist {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-privacy-checklist--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-privacy-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--vdt-text);
  line-height: 1.65;
}

.vdt-privacy-checklist li::before {
  content: "";
  position: absolute;
  top: .46em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--vdt-success), #45d69b);
  box-shadow: 0 6px 14px rgba(18, 183, 106, .20);
}

.vdt-privacy-checklist li::after {
  content: "";
  position: absolute;
  top: calc(.46em + 5px);
  left: 5px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.vdt-privacy-callout,
.vdt-privacy-note,
.vdt-privacy-update-box {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(30, 91, 255, .18);
  border-radius: var(--vdt-radius);
  background: linear-gradient(135deg, #f7fbff, #fff);
}

.vdt-privacy-callout strong,
.vdt-privacy-note,
.vdt-privacy-update-box strong {
  color: var(--vdt-navy);
  font-weight: 850;
}

.vdt-privacy-callout p {
  margin: 8px 0 0;
}

.vdt-privacy-callout--gold {
  border-color: rgba(245, 184, 66, .34);
  background: linear-gradient(135deg, rgba(245, 184, 66, .13), #fff);
}

.vdt-privacy-purpose-grid,
.vdt-privacy-retention-grid,
.vdt-privacy-cookie-grid {
  display: grid;
  gap: 16px;
}

.vdt-privacy-purpose-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-privacy-purpose-card,
.vdt-privacy-cookie-grid article {
  padding: 22px;
}

.vdt-privacy-retention-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.vdt-privacy-retention-grid article {
  padding: 20px;
}

body.vdt-page .vdt-privacy-retention-grid h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.vdt-privacy-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.vdt-privacy-security-grid div {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid rgba(30, 91, 255, .14);
  border-radius: var(--vdt-radius);
  color: var(--vdt-navy);
  background: #f8fbff;
  font-weight: 750;
  line-height: 1.42;
}

.vdt-privacy-security-grid span {
  flex: 0 0 auto;
  color: var(--vdt-blue);
}

.vdt-privacy-cookie-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.vdt-privacy-rights {
  padding: 34px;
  border: 0;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), #0a376f 58%, rgba(0, 184, 217, .92));
}

body.vdt-page .vdt-privacy-rights h2,
.vdt-privacy-rights p,
.vdt-privacy-rights li {
  color: #fff;
}

.vdt-privacy-rights p,
.vdt-privacy-rights li {
  color: rgba(255, 255, 255, .84);
}

.vdt-privacy-rights .vdt-privacy-section__head > span {
  color: var(--vdt-navy);
  background: var(--vdt-gold);
  box-shadow: none;
}

.vdt-privacy-rights .vdt-privacy-image-panel img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, .26);
}

.vdt-privacy-update-box {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px 12px;
}

.vdt-privacy-update-box span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
}

.vdt-privacy-update-box em {
  color: var(--vdt-muted);
  font-style: normal;
}

.vdt-privacy-contact {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 30px;
}

.vdt-privacy-contact-card {
  min-width: 0;
  padding: 24px;
  border-left: 4px solid var(--vdt-blue);
  border-radius: var(--vdt-radius);
  background: #f8fbff;
}

body.vdt-page .vdt-privacy-contact-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.vdt-privacy-contact-card p {
  margin: 8px 0;
  color: var(--vdt-text);
}

.vdt-privacy-contact-card a,
.vdt-privacy-links a {
  color: var(--vdt-blue);
  font-weight: 800;
  text-decoration: none;
}

.vdt-privacy-support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: var(--vdt-privacy-shadow);
}

.vdt-privacy-support-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 800;
}

.vdt-privacy-support-form input,
.vdt-privacy-support-form select,
.vdt-privacy-support-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  padding: 12px 14px;
  color: var(--vdt-text);
  background: #fff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vdt-privacy-support-form textarea {
  min-height: 126px;
  resize: vertical;
}

.vdt-privacy-support-form input:focus,
.vdt-privacy-support-form select:focus,
.vdt-privacy-support-form textarea:focus {
  border-color: var(--vdt-blue);
  box-shadow: 0 0 0 4px rgba(30, 91, 255, .12);
}

.vdt-privacy-form__full {
  grid-column: 1 / -1;
}

.vdt-privacy-form__check {
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: flex-start;
  color: var(--vdt-muted) !important;
  font-weight: 650 !important;
}

.vdt-privacy-form__check input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--vdt-blue);
}

.vdt-privacy-form__message {
  min-height: 24px;
  margin: 0;
  color: var(--vdt-success);
  font-weight: 800;
}

.vdt-privacy-faq {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.vdt-privacy-faq__item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 18px 20px;
  border: 0;
  color: var(--vdt-navy);
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 850;
  line-height: 1.45;
}

.vdt-privacy-faq__item button::after {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.vdt-privacy-faq__item button[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.vdt-privacy-faq__item button:focus-visible {
  outline: 3px solid rgba(30, 91, 255, .24);
  outline-offset: -3px;
}

.vdt-privacy-faq__item div {
  padding: 0 20px 20px;
}

.vdt-privacy-faq__item p {
  margin: 0;
}

.vdt-privacy-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 24px 0 0;
}

body.vdt-page .vdt-privacy-links h2 {
  flex: 0 0 100%;
  margin-bottom: 8px;
  font-size: 22px;
}

.vdt-privacy-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(30, 91, 255, .16);
  border-radius: var(--vdt-radius);
  background: #f8fbff;
  font-size: 14px;
}

.vdt-privacy-final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--vdt-navy);
}

.vdt-privacy-final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .64;
}

.vdt-privacy-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 31, 58, .94), rgba(11, 31, 58, .72) 54%, rgba(11, 31, 58, .28));
}

.vdt-privacy-final-cta__inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.vdt-privacy-final-cta__inner > div {
  max-width: 760px;
}

body.vdt-page .vdt-privacy-final-cta h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.vdt-privacy-final-cta p {
  color: rgba(255, 255, 255, .84);
  font-size: var(--vdt-fs-lead);
}

.vdt-privacy-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .55s ease, transform .55s ease;
}

.vdt-privacy-reveal.vdt-is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1100px) {
  .vdt-privacy-hero__grid,
  .vdt-privacy-layout {
    gap: 34px;
  }

  .vdt-privacy-summary__grid,
  .vdt-privacy-purpose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .vdt-privacy-hero__grid,
  .vdt-privacy-layout,
  .vdt-privacy-split,
  .vdt-privacy-rights,
  .vdt-privacy-contact {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdt-privacy-hero__grid {
    min-height: 0;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .vdt-privacy-toc {
    display: none;
  }

  .vdt-privacy-mobile-toc {
    position: sticky;
    top: 0;
    z-index: 24;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--vdt-border);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
  }

  .vdt-privacy-mobile-toc .vdt-container {
    display: grid;
    gap: 8px;
  }

  .vdt-privacy-mobile-toc label {
    color: var(--vdt-navy);
    font-size: 13px;
    font-weight: 850;
  }

  .vdt-privacy-mobile-toc select {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--vdt-border);
    border-radius: var(--vdt-radius);
    padding: 0 12px;
    color: var(--vdt-navy);
    background: #fff;
    font-weight: 750;
  }

  .vdt-privacy-layout {
    padding-top: 48px;
  }
}

@media (max-width: 760px) {
  .vdt-privacy-summary,
  .vdt-privacy-layout {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .vdt-privacy-summary__grid,
  .vdt-privacy-purpose-grid,
  .vdt-privacy-retention-grid,
  .vdt-privacy-cookie-grid,
  .vdt-privacy-security-grid,
  .vdt-privacy-checklist--columns,
  .vdt-privacy-support-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdt-privacy-section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }

  .vdt-privacy-rights {
    padding: 24px;
  }

  .vdt-privacy-glass-card {
    position: static;
    margin-top: 12px;
  }

  .vdt-privacy-support-form {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .vdt-privacy-page .vdt-privacy-main .vdt-container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .vdt-privacy-hero__content,
  .vdt-privacy-hero__lead,
  .vdt-privacy-actions,
  .vdt-privacy-quick,
  .vdt-privacy-hero__media,
  .vdt-privacy-summary-card,
  .vdt-privacy-purpose-card,
  .vdt-privacy-retention-grid article,
  .vdt-privacy-cookie-grid article,
  .vdt-privacy-security-grid div,
  .vdt-privacy-support-form,
  .vdt-privacy-faq__item {
    width: 100%;
    max-width: 100%;
  }

  body.vdt-page .vdt-privacy-hero h1 {
    font-size: clamp(32px, 9vw, 34px);
    line-height: 1.12;
  }

  body.vdt-page .vdt-privacy-section__head h2 {
    font-size: clamp(26px, 8vw, 28px);
  }

  .vdt-privacy-section__head {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .vdt-privacy-actions .vdt-btn,
  .vdt-privacy-final-cta .vdt-btn {
    width: 100%;
    min-height: 44px;
  }

  .vdt-privacy-badge,
  .vdt-privacy-quick span,
  .vdt-privacy-chip-list span {
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vdt-privacy-hero__lead,
  .vdt-privacy-section p,
  .vdt-privacy-section li,
  .vdt-privacy-summary-card p,
  .vdt-privacy-purpose-card p,
  .vdt-privacy-cookie-grid p {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-privacy-reveal,
  .vdt-privacy-summary-card,
  .vdt-privacy-purpose-card,
  .vdt-privacy-retention-grid article,
  .vdt-privacy-cookie-grid article,
  .vdt-privacy-faq__item {
    transition: none;
  }

  .vdt-privacy-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Dao tao bat dong san tai don vi */
.vdt-realestate-training-page .vdt-realestate-main {
  overflow: hidden;
  color: #172033;
  background: #ffffff;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vdt-realestate-training-page .vdt-re-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.vdt-realestate-training-page .vdt-re-section {
  padding: 86px 0;
}

.vdt-realestate-training-page .vdt-re-section--soft {
  background: #f5f8fc;
}

.vdt-realestate-training-page .vdt-re-section--navy {
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(0,184,217,.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(245,184,66,.18), transparent 26%),
    linear-gradient(135deg, #07182d 0%, #0b1f3a 58%, #123b68 100%);
}

.vdt-realestate-training-page .vdt-re-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 86px 0 94px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 12%, rgba(0,184,217,.32), transparent 28%),
    linear-gradient(135deg, #06172d 0%, #0b1f3a 54%, #1d3b55 100%);
}

.vdt-realestate-training-page .vdt-re-hero__glow {
  position: absolute;
  inset: auto 8% 9% auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(245,184,66,.22);
  filter: blur(76px);
  z-index: -1;
}

.vdt-realestate-training-page .vdt-re-hero__grid,
.vdt-realestate-training-page .vdt-re-split,
.vdt-realestate-training-page .vdt-re-form-layout,
.vdt-realestate-training-page .vdt-re-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
  gap: 48px;
  align-items: center;
}

.vdt-realestate-training-page .vdt-re-hero h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.vdt-realestate-training-page .vdt-re-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.76;
}

.vdt-realestate-training-page .vdt-re-badge,
.vdt-realestate-training-page .vdt-re-kicker,
.vdt-realestate-training-page .vdt-re-heading span,
.vdt-realestate-training-page .vdt-re-final span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #cdf7ff;
  background: rgba(0,184,217,.16);
  border: 1px solid rgba(0,184,217,.28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 100%;
  white-space: normal;
}

.vdt-realestate-training-page .vdt-re-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vdt-realestate-training-page .vdt-re-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.vdt-realestate-training-page .vdt-re-btn:hover {
  transform: translateY(-2px);
}

.vdt-realestate-training-page .vdt-re-btn--primary {
  color: #fff;
  border-color: rgba(30,91,255,.38);
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 18px 38px rgba(30,91,255,.24);
}

.vdt-realestate-training-page .vdt-re-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}

.vdt-realestate-training-page .vdt-re-btn--light {
  color: #0b1f3a;
  border-color: #fff;
  background: #fff;
}

.vdt-realestate-training-page .vdt-re-btn--ghost-light {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}

.vdt-realestate-training-page .vdt-re-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.vdt-realestate-training-page .vdt-re-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  font-size: 13.5px;
  font-weight: 750;
}

.vdt-realestate-training-page .vdt-re-hero__media,
.vdt-realestate-training-page .vdt-re-program,
.vdt-realestate-training-page .vdt-re-copy img {
  min-width: 0;
  margin: 0;
}

.vdt-realestate-training-page .vdt-re-hero__media {
  position: relative;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}

.vdt-realestate-training-page .vdt-re-hero__media img,
.vdt-realestate-training-page .vdt-re-program img,
.vdt-realestate-training-page .vdt-re-copy img,
.vdt-realestate-training-page .vdt-re-final > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vdt-realestate-training-page .vdt-re-hero__media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #fff;
  background: rgba(7,24,45,.78);
  backdrop-filter: blur(12px);
  font-size: 14px;
  line-height: 1.55;
}

.vdt-realestate-training-page .vdt-re-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.vdt-realestate-training-page .vdt-re-heading h2,
.vdt-realestate-training-page .vdt-re-copy h2,
.vdt-realestate-training-page .vdt-re-form-copy h2,
.vdt-realestate-training-page .vdt-re-final h2 {
  margin: 14px 0 0;
  color: #0b1f3a;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}

.vdt-realestate-training-page .vdt-re-heading p,
.vdt-realestate-training-page .vdt-re-copy p,
.vdt-realestate-training-page .vdt-re-form-copy p {
  margin: 14px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.72;
}

.vdt-realestate-training-page .vdt-re-heading--light h2,
.vdt-realestate-training-page .vdt-re-heading--light p {
  color: #fff;
}

.vdt-realestate-training-page .vdt-re-heading--light p {
  color: rgba(255,255,255,.78);
}

.vdt-realestate-training-page .vdt-re-card-grid,
.vdt-realestate-training-page .vdt-re-program-grid,
.vdt-realestate-training-page .vdt-re-topic-grid,
.vdt-realestate-training-page .vdt-re-list-grid,
.vdt-realestate-training-page .vdt-re-benefit-grid,
.vdt-realestate-training-page .vdt-re-info-grid,
.vdt-realestate-training-page .vdt-re-related-grid {
  display: grid;
  gap: 18px;
}

.vdt-realestate-training-page .vdt-re-card-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-card,
.vdt-realestate-training-page .vdt-re-topic,
.vdt-realestate-training-page .vdt-re-audience,
.vdt-realestate-training-page .vdt-re-info-grid div,
.vdt-realestate-training-page .vdt-re-related-card,
.vdt-realestate-training-page .vdt-re-faq__item {
  min-width: 0;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11,31,58,.07);
}

.vdt-realestate-training-page .vdt-re-card,
.vdt-realestate-training-page .vdt-re-topic,
.vdt-realestate-training-page .vdt-re-audience,
.vdt-realestate-training-page .vdt-re-info-grid div {
  padding: 22px;
}

.vdt-realestate-training-page .vdt-re-card,
.vdt-realestate-training-page .vdt-re-program,
.vdt-realestate-training-page .vdt-re-related-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vdt-realestate-training-page .vdt-re-card:hover,
.vdt-realestate-training-page .vdt-re-program:hover,
.vdt-realestate-training-page .vdt-re-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30,91,255,.28);
  box-shadow: 0 24px 58px rgba(11,31,58,.11);
}

.vdt-realestate-training-page .vdt-re-card__icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #0b1f3a, #1e5bff 64%, #00b8d9);
  font-weight: 900;
}

.vdt-realestate-training-page .vdt-re-card h4,
.vdt-realestate-training-page .vdt-re-program h4,
.vdt-realestate-training-page .vdt-re-related-card h4,
.vdt-realestate-training-page .vdt-re-timeline h4 {
  margin: 0 0 10px;
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.vdt-realestate-training-page .vdt-re-card p,
.vdt-realestate-training-page .vdt-re-program p,
.vdt-realestate-training-page .vdt-re-related-card p,
.vdt-realestate-training-page .vdt-re-timeline p {
  margin: 0;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.68;
}

.vdt-realestate-training-page .vdt-re-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-program {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(11,31,58,.08);
}

.vdt-realestate-training-page .vdt-re-program img {
  aspect-ratio: 16 / 9;
}

.vdt-realestate-training-page .vdt-re-program div {
  padding: 24px;
}

.vdt-realestate-training-page .vdt-re-topic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-topic {
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  font-weight: 750;
}

.vdt-realestate-training-page .vdt-re-split {
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
}

.vdt-realestate-training-page .vdt-re-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-audience {
  color: #172033;
  font-weight: 850;
}

.vdt-realestate-training-page .vdt-re-process-grid {
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  align-items: start;
}

.vdt-realestate-training-page .vdt-re-copy img {
  margin-top: 24px;
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(11,31,58,.12);
}

.vdt-realestate-training-page .vdt-re-timeline {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: re-step;
}

.vdt-realestate-training-page .vdt-re-timeline li {
  position: relative;
  min-width: 0;
  padding: 22px 22px 22px 76px;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(11,31,58,.07);
}

.vdt-realestate-training-page .vdt-re-timeline li::before {
  counter-increment: re-step;
  content: counter(re-step);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0b1f3a;
  background: #f5b842;
  font-weight: 900;
}

.vdt-realestate-training-page .vdt-re-timeline span {
  display: block;
  margin-bottom: 7px;
  color: #1e5bff;
  font-size: 13px;
  font-weight: 900;
}

.vdt-realestate-training-page .vdt-re-benefits,
.vdt-realestate-training-page .vdt-re-final {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 14% 10%, rgba(0,184,217,.26), transparent 30%),
    linear-gradient(135deg, #07182d 0%, #0b1f3a 55%, #123b68 100%);
}

.vdt-realestate-training-page .vdt-re-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-benefit-grid div {
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  line-height: 1.56;
}

.vdt-realestate-training-page .vdt-re-info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-info-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #0b1f3a;
  font-size: 15px;
}

.vdt-realestate-training-page .vdt-re-info-grid span {
  color: #667085;
  line-height: 1.62;
}

.vdt-realestate-training-page .vdt-re-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-realestate-training-page .vdt-re-related-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.vdt-realestate-training-page .vdt-re-related-card span {
  margin-top: auto;
  color: #1e5bff;
  font-weight: 900;
}

.vdt-realestate-training-page .vdt-re-form-section {
  background:
    linear-gradient(180deg, #fff 0%, #f5f8fc 100%);
}

.vdt-realestate-training-page .vdt-re-form-layout {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}

.vdt-realestate-training-page .vdt-re-contact-box {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #0b1f3a, #123b68);
}

.vdt-realestate-training-page .vdt-re-contact-box a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.vdt-realestate-training-page .vdt-re-form {
  padding: 28px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11,31,58,.12);
}

.vdt-realestate-training-page .vdt-re-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vdt-realestate-training-page .vdt-re-form label {
  display: grid;
  gap: 8px;
  color: #172033;
  font-size: 14px;
  font-weight: 850;
}

.vdt-realestate-training-page .vdt-re-form input,
.vdt-realestate-training-page .vdt-re-form select,
.vdt-realestate-training-page .vdt-re-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  color: #172033;
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vdt-realestate-training-page .vdt-re-form textarea {
  resize: vertical;
}

.vdt-realestate-training-page .vdt-re-form input:focus,
.vdt-realestate-training-page .vdt-re-form select:focus,
.vdt-realestate-training-page .vdt-re-form textarea:focus {
  border-color: rgba(30,91,255,.55);
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}

.vdt-realestate-training-page .vdt-re-form__wide,
.vdt-realestate-training-page .vdt-re-policy {
  grid-column: 1 / -1;
}

.vdt-realestate-training-page .vdt-re-policy {
  display: flex;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 20px;
  color: #667085;
  line-height: 1.56;
}

.vdt-realestate-training-page .vdt-re-policy input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.vdt-realestate-training-page .vdt-re-form__message {
  min-height: 24px;
  margin-top: 14px;
  color: #0b6b44;
  font-weight: 850;
}

.vdt-realestate-training-page .vdt-re-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .56fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.vdt-realestate-training-page .vdt-re-faq {
  display: grid;
  gap: 12px;
}

.vdt-realestate-training-page .vdt-re-faq__item {
  overflow: hidden;
}

.vdt-realestate-training-page .vdt-re-faq__item button {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  color: #0b1f3a;
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.vdt-realestate-training-page .vdt-re-faq__item button span:last-child {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #1e5bff;
}

.vdt-realestate-training-page .vdt-re-faq__item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #667085;
  line-height: 1.72;
}

.vdt-realestate-training-page .vdt-re-final {
  min-height: 520px;
  display: grid;
  align-items: center;
  padding: 92px 0;
  overflow: hidden;
}

.vdt-realestate-training-page .vdt-re-final > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.vdt-realestate-training-page .vdt-re-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7,24,45,.94), rgba(7,24,45,.74) 56%, rgba(7,24,45,.42));
}

.vdt-realestate-training-page .vdt-re-final__inner {
  max-width: 850px;
}

.vdt-realestate-training-page .vdt-re-final h2,
.vdt-realestate-training-page .vdt-re-final p {
  color: #fff;
}

.vdt-realestate-training-page .vdt-re-final p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.72;
}

.vdt-realestate-training-page .vdt-re-mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .vdt-realestate-training-page .vdt-re-card-grid--four,
  .vdt-realestate-training-page .vdt-re-info-grid,
  .vdt-realestate-training-page .vdt-re-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-realestate-training-page .vdt-re-program-grid,
  .vdt-realestate-training-page .vdt-re-card-grid--six,
  .vdt-realestate-training-page .vdt-re-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .vdt-realestate-training-page .vdt-re-section {
    padding: 68px 0;
  }

  .vdt-realestate-training-page .vdt-re-hero {
    min-height: 0;
    padding: 68px 0 76px;
  }

  .vdt-realestate-training-page .vdt-re-hero__grid,
  .vdt-realestate-training-page .vdt-re-split,
  .vdt-realestate-training-page .vdt-re-form-layout,
  .vdt-realestate-training-page .vdt-re-process-grid,
  .vdt-realestate-training-page .vdt-re-faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdt-realestate-training-page .vdt-re-hero__media {
    max-width: 680px;
  }

  .vdt-realestate-training-page .vdt-re-topic-grid,
  .vdt-realestate-training-page .vdt-re-list-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .vdt-realestate-training-page .vdt-re-container {
    width: min(100% - 48px, 420px);
  }

  .vdt-realestate-training-page .vdt-re-hero {
    padding: 52px 0 62px;
  }

  .vdt-realestate-training-page .vdt-re-hero h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .vdt-realestate-training-page .vdt-re-hero__lead,
  .vdt-realestate-training-page .vdt-re-heading p,
  .vdt-realestate-training-page .vdt-re-copy p,
  .vdt-realestate-training-page .vdt-re-form-copy p {
    font-size: 15.5px;
    overflow-wrap: break-word;
  }

  .vdt-realestate-training-page .vdt-re-actions,
  .vdt-realestate-training-page .vdt-re-trust {
    flex-direction: column;
  }

  .vdt-realestate-training-page .vdt-re-btn,
  .vdt-realestate-training-page .vdt-re-actions .vdt-re-btn {
    width: 100%;
    min-height: 46px;
  }

  .vdt-realestate-training-page .vdt-re-card-grid--four,
  .vdt-realestate-training-page .vdt-re-program-grid,
  .vdt-realestate-training-page .vdt-re-card-grid--six,
  .vdt-realestate-training-page .vdt-re-benefit-grid,
  .vdt-realestate-training-page .vdt-re-info-grid,
  .vdt-realestate-training-page .vdt-re-related-grid,
  .vdt-realestate-training-page .vdt-re-form__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdt-realestate-training-page .vdt-re-hero__media figcaption {
    position: static;
    border-radius: 0;
  }

  .vdt-realestate-training-page .vdt-re-card,
  .vdt-realestate-training-page .vdt-re-program div,
  .vdt-realestate-training-page .vdt-re-form {
    padding: 20px;
  }

  .vdt-realestate-training-page .vdt-re-timeline li {
    padding: 20px 18px 20px 66px;
  }

  .vdt-realestate-training-page .vdt-re-timeline li::before {
    left: 18px;
    top: 20px;
  }

  .vdt-realestate-training-page .vdt-re-final {
    min-height: 0;
    padding: 68px 0 96px;
  }

  .vdt-realestate-training-page .vdt-re-mobile-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 35;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    background: rgba(7,24,45,.92);
    box-shadow: 0 18px 46px rgba(0,0,0,.24);
    opacity: 0;
    transform: translateY(120%);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
    backdrop-filter: blur(16px);
  }

  .vdt-realestate-training-page .vdt-re-mobile-cta.vdt-is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .vdt-realestate-training-page .vdt-re-mobile-cta a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #1e5bff, #00b8d9);
    text-decoration: none;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-realestate-training-page .vdt-re-card,
  .vdt-realestate-training-page .vdt-re-program,
  .vdt-realestate-training-page .vdt-re-related-card,
  .vdt-realestate-training-page .vdt-re-btn,
  .vdt-realestate-training-page .vdt-re-mobile-cta {
    transition: none !important;
    transform: none !important;
  }
}
.vdt-bidding-training-page .vdt-onsite-bid-badge,
.vdt-bidding-training-page .vdt-onsite-bid-hero__lead,
.vdt-bidding-training-page .vdt-onsite-bid-hero__desc,
.vdt-bidding-training-page .vdt-onsite-bid-quick span {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .vdt-bidding-training-page .vdt-onsite-bid-hero__content {
    width: 100%;
    max-width: calc(100vw - 48px);
  }
}

/* Dao tao dau thau tai don vi */
.vdt-onsite-bid-main {
  overflow: hidden;
  color: #12304f;
}

.vdt-onsite-bid-hero {
  position: relative;
  padding: 76px 0 54px;
  background:
    linear-gradient(135deg, rgba(7,26,51,.96), rgba(13,72,122,.9) 54%, rgba(237,176,55,.18)),
    #071a33;
  isolation: isolate;
}

.vdt-onsite-bid-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 18%, rgba(0,184,217,.2), transparent 36%),
    linear-gradient(120deg, rgba(30,91,255,.18), rgba(245,184,66,.14));
  opacity: .9;
}

.vdt-onsite-bid-hero__grid,
.vdt-onsite-bid-split,
.vdt-onsite-bid-form-layout,
.vdt-onsite-bid-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  gap: 42px;
}

.vdt-onsite-bid-split--reverse {
  grid-template-columns: minmax(380px, .98fr) minmax(0, 1.02fr);
}

.vdt-onsite-bid-badge,
.vdt-onsite-bid-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(0,184,217,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #9eeaf5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vdt-onsite-bid-kicker {
  background: rgba(30,91,255,.08);
  color: #1d5bd8;
}

.vdt-onsite-bid-heading--light .vdt-onsite-bid-kicker,
.vdt-onsite-bid-final .vdt-onsite-bid-kicker {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
  color: #b9f4ff;
}

.vdt-onsite-bid-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.06;
  letter-spacing: 0;
}

.vdt-onsite-bid-hero__lead,
.vdt-onsite-bid-hero__desc {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.72;
}

.vdt-onsite-bid-hero__desc {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255,255,255,.72);
}

.vdt-onsite-bid-hero__actions,
.vdt-onsite-bid-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vdt-onsite-bid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.vdt-onsite-bid-btn--primary {
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  color: #fff;
  box-shadow: 0 16px 38px rgba(30,91,255,.28);
}

.vdt-onsite-bid-btn--secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}

.vdt-onsite-bid-btn--light {
  background: #fff;
  color: #0b1f3a;
}

.vdt-onsite-bid-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.vdt-onsite-bid-quick span {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.45;
}

.vdt-onsite-bid-hero__media,
.vdt-onsite-bid-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: #dce9f7;
  box-shadow: 0 28px 70px rgba(4,16,32,.26);
}

.vdt-onsite-bid-media {
  border-color: rgba(30,91,255,.1);
  box-shadow: 0 22px 54px rgba(11,31,58,.12);
}

.vdt-onsite-bid-hero__media img,
.vdt-onsite-bid-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.vdt-onsite-bid-hero__media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(7,26,51,.84);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.55;
}

.vdt-onsite-bid-scope {
  position: relative;
  margin-top: -30px;
  z-index: 2;
}

.vdt-onsite-bid-scope__box {
  padding: 24px;
  border: 1px solid rgba(245,184,66,.26);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(11,31,58,.11);
}

.vdt-onsite-bid-scope__box strong {
  display: block;
  margin-bottom: 10px;
  color: #0b1f3a;
  font-size: 20px;
}

.vdt-onsite-bid-scope__box p {
  margin: 8px 0 0;
  color: #4b6178;
  font-size: 15.5px;
  line-height: 1.72;
}

.vdt-onsite-bid-section {
  padding: 74px 0;
  background: #fff;
}

.vdt-onsite-bid-section--soft {
  background: #f2f7fd;
}

.vdt-onsite-bid-section--blue,
.vdt-onsite-bid-benefits {
  padding: 74px 0;
  background:
    linear-gradient(135deg, rgba(7,26,51,.97), rgba(13,72,122,.94)),
    #071a33;
}

.vdt-onsite-bid-section--form {
  background: #eef6ff;
}

.vdt-onsite-bid-heading {
  max-width: 830px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-onsite-bid-heading--light h2,
.vdt-onsite-bid-heading--light p,
.vdt-onsite-bid-final h2,
.vdt-onsite-bid-final p {
  color: #fff;
}

.vdt-onsite-bid-heading h2,
.vdt-onsite-bid-copy h2,
.vdt-onsite-bid-form-copy h2,
.vdt-onsite-bid-final h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: 38px;
  line-height: 1.16;
  letter-spacing: 0;
}

.vdt-onsite-bid-heading > p:last-child,
.vdt-onsite-bid-copy p,
.vdt-onsite-bid-form-copy p,
.vdt-onsite-bid-final p {
  margin: 14px 0 0;
  color: #536a82;
  font-size: 16px;
  line-height: 1.72;
}

.vdt-onsite-bid-heading--light > p:last-child {
  color: rgba(255,255,255,.78);
}

.vdt-onsite-bid-card-grid,
.vdt-onsite-bid-audience-grid,
.vdt-onsite-bid-benefit-grid,
.vdt-onsite-bid-related {
  display: grid;
  gap: 18px;
}

.vdt-onsite-bid-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-onsite-bid-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-onsite-bid-card,
.vdt-onsite-bid-audience,
.vdt-onsite-bid-benefit,
.vdt-onsite-bid-related-card,
.vdt-onsite-bid-faq__item {
  min-width: 0;
  border: 1px solid rgba(30,91,255,.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11,31,58,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vdt-onsite-bid-card,
.vdt-onsite-bid-audience,
.vdt-onsite-bid-benefit {
  padding: 22px;
}

.vdt-onsite-bid-card span,
.vdt-onsite-bid-audience span,
.vdt-onsite-bid-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(30,91,255,.09);
  color: #1e5bff;
  font-size: 13px;
  font-weight: 900;
}

.vdt-onsite-bid-card h4,
.vdt-onsite-bid-audience h4,
.vdt-onsite-bid-benefit h4,
.vdt-onsite-bid-related-card strong {
  margin: 0;
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.32;
}

.vdt-onsite-bid-card p,
.vdt-onsite-bid-benefit p,
.vdt-onsite-bid-related-card em {
  margin: 12px 0 0;
  color: #5b7087;
  font-size: 15px;
  line-height: 1.68;
}

.vdt-onsite-bid-audience-grid,
.vdt-onsite-bid-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-onsite-bid-audience-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vdt-onsite-bid-audience,
.vdt-onsite-bid-benefit {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}

.vdt-onsite-bid-audience h4,
.vdt-onsite-bid-benefit h4,
.vdt-onsite-bid-benefit p {
  color: #fff;
}

.vdt-onsite-bid-benefit p {
  color: rgba(255,255,255,.74);
}

.vdt-onsite-bid-checklist {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-onsite-bid-checklist li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgba(30,91,255,.1);
  border-radius: 8px;
  background: #fff;
  color: #405870;
  font-size: 15px;
  line-height: 1.6;
}

.vdt-onsite-bid-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00b8d9;
  box-shadow: 0 0 0 5px rgba(0,184,217,.12);
}

.vdt-onsite-bid-timeline {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-onsite-bid-timeline li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 14px;
  padding: 16px;
  border: 1px solid rgba(30,91,255,.1);
  border-radius: 8px;
  background: #fff;
}

.vdt-onsite-bid-timeline span {
  grid-row: span 2;
  margin: 0;
}

.vdt-onsite-bid-timeline strong {
  color: #0b1f3a;
  font-size: 16px;
}

.vdt-onsite-bid-timeline p {
  margin: 6px 0 0;
  color: #5b7087;
  font-size: 14.5px;
  line-height: 1.58;
}

.vdt-onsite-bid-info-table {
  overflow-x: auto;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11,31,58,.08);
}

.vdt-onsite-bid-info-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.vdt-onsite-bid-info-table th,
.vdt-onsite-bid-info-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(30,91,255,.08);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.62;
}

.vdt-onsite-bid-info-table th {
  width: 240px;
  color: #0b1f3a;
  background: #f3f8ff;
}

.vdt-onsite-bid-info-table td {
  color: #526a82;
}

.vdt-onsite-bid-related {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-onsite-bid-related-card {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.vdt-onsite-bid-related-card span {
  color: #1e5bff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vdt-onsite-bid-related-card em {
  font-style: normal;
  font-weight: 800;
}

.vdt-onsite-bid-form-layout {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}

.vdt-onsite-bid-contact {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 8px;
  background: #0b1f3a;
  color: #fff;
}

.vdt-onsite-bid-contact a {
  color: #b9f4ff;
  text-decoration: none;
  font-weight: 800;
}

.vdt-onsite-bid-form {
  padding: 24px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(11,31,58,.1);
}

.vdt-onsite-bid-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vdt-onsite-bid-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #173452;
  font-size: 14px;
  font-weight: 800;
}

.vdt-onsite-bid-form input,
.vdt-onsite-bid-form select,
.vdt-onsite-bid-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 8px;
  background: #f8fbff;
  color: #12304f;
  font: inherit;
  font-weight: 500;
}

.vdt-onsite-bid-form textarea {
  min-height: 128px;
  resize: vertical;
}

.vdt-onsite-bid-form__full,
.vdt-onsite-bid-checkbox {
  grid-column: 1 / -1;
}

.vdt-onsite-bid-checkbox {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  margin: 16px 0;
  color: #526a82 !important;
  font-weight: 600 !important;
}

.vdt-onsite-bid-checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.vdt-onsite-bid-form__message {
  min-height: 24px;
  margin: 14px 0 0;
  color: #0f7b57;
  font-weight: 800;
  line-height: 1.55;
}

.vdt-onsite-bid-faq {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}

.vdt-onsite-bid-faq__item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #0b1f3a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.vdt-onsite-bid-faq__item button::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 16px;
  color: #1e5bff;
  font-size: 22px;
}

.vdt-onsite-bid-faq__item button[aria-expanded="true"]::after {
  content: "-";
}

.vdt-onsite-bid-faq__item div {
  padding: 0 20px 18px;
}

.vdt-onsite-bid-faq__item p {
  margin: 0;
  color: #536a82;
  font-size: 15.5px;
  line-height: 1.7;
}

.vdt-onsite-bid-final {
  position: relative;
  padding: 74px 0;
  isolation: isolate;
}

.vdt-onsite-bid-final__bg,
.vdt-onsite-bid-final__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.vdt-onsite-bid-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7,26,51,.95), rgba(7,26,51,.82) 58%, rgba(7,26,51,.52));
}

.vdt-onsite-bid-final__inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

.vdt-onsite-bid-mobile-cta {
  display: none;
}

@media (hover: hover) {
  .vdt-onsite-bid-btn:hover,
  .vdt-onsite-bid-card:hover,
  .vdt-onsite-bid-audience:hover,
  .vdt-onsite-bid-benefit:hover,
  .vdt-onsite-bid-related-card:hover,
  .vdt-onsite-bid-faq__item:hover {
    transform: translateY(-3px);
    border-color: rgba(30,91,255,.28);
    box-shadow: 0 24px 58px rgba(11,31,58,.12);
  }

  .vdt-onsite-bid-hero__media:hover img,
  .vdt-onsite-bid-media:hover img {
    transform: scale(1.03);
  }
}

@media (max-width: 1120px) {
  .vdt-onsite-bid-card-grid--4,
  .vdt-onsite-bid-audience-grid,
  .vdt-onsite-bid-benefit-grid,
  .vdt-onsite-bid-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .vdt-onsite-bid-hero__grid,
  .vdt-onsite-bid-split,
  .vdt-onsite-bid-split--reverse,
  .vdt-onsite-bid-form-layout,
  .vdt-onsite-bid-final__inner {
    grid-template-columns: 1fr;
  }

  .vdt-onsite-bid-hero {
    padding: 58px 0 42px;
  }

  .vdt-onsite-bid-hero h1 {
    font-size: 42px;
  }

  .vdt-onsite-bid-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .vdt-onsite-bid-mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    background: rgba(7,26,51,.94);
    box-shadow: 0 20px 48px rgba(7,26,51,.28);
    transform: translateY(130%);
    transition: transform .25s ease;
  }

  .vdt-onsite-bid-sticky-ready .vdt-onsite-bid-mobile-cta {
    transform: translateY(0);
  }

  .vdt-onsite-bid-sticky-ready {
    padding-bottom: 78px;
  }

  .vdt-onsite-bid-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    background: #fff;
    color: #0b1f3a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 640px) {
  .vdt-onsite-bid-hero {
    padding: 42px 0 34px;
  }

  .vdt-onsite-bid-hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .vdt-onsite-bid-hero__lead {
    font-size: 16px;
    line-height: 1.66;
  }

  .vdt-onsite-bid-hero__desc {
    font-size: 15px;
  }

  .vdt-onsite-bid-section,
  .vdt-onsite-bid-section--blue,
  .vdt-onsite-bid-benefits,
  .vdt-onsite-bid-final {
    padding: 52px 0;
  }

  .vdt-onsite-bid-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .vdt-onsite-bid-heading h2,
  .vdt-onsite-bid-copy h2,
  .vdt-onsite-bid-form-copy h2,
  .vdt-onsite-bid-final h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .vdt-onsite-bid-quick,
  .vdt-onsite-bid-card-grid--3,
  .vdt-onsite-bid-card-grid--4,
  .vdt-onsite-bid-audience-grid,
  .vdt-onsite-bid-benefit-grid,
  .vdt-onsite-bid-related,
  .vdt-onsite-bid-form__grid {
    grid-template-columns: 1fr;
  }

  .vdt-onsite-bid-hero__actions,
  .vdt-onsite-bid-final__actions {
    flex-direction: column;
  }

  .vdt-onsite-bid-hero__actions .vdt-onsite-bid-btn,
  .vdt-onsite-bid-final__actions .vdt-onsite-bid-btn,
  .vdt-onsite-bid-form .vdt-onsite-bid-btn {
    width: 100%;
  }

  .vdt-onsite-bid-hero__media figcaption {
    position: static;
    border-radius: 0;
  }

  .vdt-onsite-bid-scope {
    margin-top: 0;
  }

  .vdt-onsite-bid-card,
  .vdt-onsite-bid-audience,
  .vdt-onsite-bid-benefit,
  .vdt-onsite-bid-form,
  .vdt-onsite-bid-scope__box {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-onsite-bid-btn,
  .vdt-onsite-bid-card,
  .vdt-onsite-bid-audience,
  .vdt-onsite-bid-benefit,
  .vdt-onsite-bid-related-card,
  .vdt-onsite-bid-faq__item,
  .vdt-onsite-bid-hero__media img,
  .vdt-onsite-bid-media img,
  .vdt-onsite-bid-mobile-cta {
    transition: none !important;
    transform: none !important;
  }
}

.vdt-blog-page,
.vdt-post-page {
  background:
    linear-gradient(180deg, rgba(245, 248, 252, .98), rgba(255, 255, 255, 1) 420px),
    #fff;
}

.vdt-blog-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 58px;
  background:
    linear-gradient(135deg, rgba(232, 242, 255, .92), rgba(236, 254, 255, .78) 52%, rgba(255, 255, 255, .92)),
    linear-gradient(180deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
}

.vdt-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 91, 255, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 91, 255, .075) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}

.vdt-blog-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 64px;
  align-items: center;
}

.vdt-blog-hero__content h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h1);
  line-height: 1.08;
  letter-spacing: 0;
}

.vdt-blog-hero__content p {
  max-width: 760px;
  margin: 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.75;
}

.vdt-blog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vdt-blog-hero__tools,
.vdt-blog-sidebox,
.vdt-post-sidebox {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(228, 231, 236, .95);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, .08);
}

.vdt-blog-hero__tools {
  padding: 28px;
  backdrop-filter: blur(14px);
}

.vdt-blog-search label {
  display: block;
  margin-bottom: 10px;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
}

.vdt-blog-search__field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #D0D5DD;
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vdt-blog-search__field:focus-within {
  border-color: rgba(30, 91, 255, .55);
  box-shadow: 0 0 0 4px rgba(30, 91, 255, .10);
}

.vdt-blog-search__field svg {
  width: 19px;
  height: 19px;
  color: #1E5BFF;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.vdt-blog-search__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #172033;
  font: inherit;
}

.vdt-blog-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vdt-blog-pill,
.vdt-blog-category-list a {
  min-height: 48px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.vdt-blog-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #D0D5DD;
  background: #fff;
  color: #344054;
  font-size: 14.5px;
  font-weight: 800;
}

.vdt-blog-pill:hover,
.vdt-blog-pill.vdt-is-active {
  transform: translateY(-1px);
  border-color: rgba(30, 91, 255, .42);
  background: linear-gradient(135deg, rgba(30, 91, 255, .10), rgba(0, 184, 217, .12));
  color: #0B1F3A;
}

.vdt-section-heading--left {
  text-align: left;
  align-items: flex-start;
}

.vdt-blog-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(420px, 1fr);
  gap: 32px;
}

.vdt-blog-featured-stack {
  display: grid;
  gap: 22px;
}

.vdt-blog-featured-card,
.vdt-blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #E4E7EC;
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vdt-blog-featured-card:hover,
.vdt-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 255, .34);
  box-shadow: 0 24px 68px rgba(11, 31, 58, .13);
}

.vdt-blog-featured-card__media,
.vdt-blog-card__media {
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #EAF1FF, #E9FBFF);
}

.vdt-blog-featured-card__image,
.vdt-blog-card__image,
.vdt-post-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s ease;
}

.vdt-blog-featured-card:hover .vdt-blog-featured-card__image,
.vdt-blog-card:hover .vdt-blog-card__image {
  transform: scale(1.04);
}

.vdt-blog-featured-card--large .vdt-blog-featured-card__media {
  aspect-ratio: 16 / 9;
}

.vdt-blog-featured-card--small {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}

.vdt-blog-featured-card--small .vdt-blog-featured-card__media {
  min-height: 100%;
}

.vdt-blog-featured-card__body,
.vdt-blog-card__body {
  padding: 24px;
}

.vdt-blog-featured-card--large .vdt-blog-featured-card__body {
  padding: 30px;
}

.vdt-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 12px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.vdt-blog-meta span:first-child {
  color: #1E5BFF;
}

.vdt-blog-featured-card h2,
.vdt-blog-featured-card h3,
.vdt-blog-card h3,
.vdt-blog-sidebox h2,
.vdt-post-sidebox h2 {
  margin: 0;
  color: #0B1F3A;
  letter-spacing: 0;
}

.vdt-blog-featured-card h2 {
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
}

.vdt-blog-featured-card h3,
.vdt-blog-card h3 {
  font-size: 21px;
  line-height: 1.35;
}

.vdt-blog-featured-card--small h3 {
  font-size: 18px;
}

.vdt-blog-featured-card a,
.vdt-blog-card a,
.vdt-blog-side-link,
.vdt-blog-mini-post,
.vdt-blog-rank {
  color: inherit;
  text-decoration: none;
}

.vdt-blog-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vdt-blog-featured-card p,
.vdt-blog-card p,
.vdt-blog-sidebox p,
.vdt-post-sidebox p {
  color: #475467;
  line-height: 1.7;
}

.vdt-blog-readmore,
.vdt-blog-card__footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1E5BFF;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vdt-blog-readmore svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.vdt-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: start;
}

@media (min-width: 1500px) {
  .vdt-blog-layout {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
  }
}

.vdt-blog-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.vdt-blog-list-head h2 {
  margin: 0 0 8px;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
}

.vdt-blog-list-head p {
  margin: 0;
  color: #667085;
}

.vdt-blog-list-head > a {
  flex: 0 0 auto;
  color: #1E5BFF;
  font-weight: 800;
  text-decoration: none;
}

.vdt-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 30px;
}

.vdt-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.vdt-blog-card__media {
  aspect-ratio: 16 / 9;
}

.vdt-blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.vdt-blog-card p {
  margin: 12px 0 16px;
  display: -webkit-box;
  overflow: hidden;
  color: #475467;
  font-size: 15.5px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vdt-blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.vdt-blog-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #F2F4F7;
  color: #475467;
  font-size: 12px;
  font-weight: 800;
}

.vdt-blog-card__footer {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #EAECF0;
}

.vdt-blog-card__footer a:last-child {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.vdt-blog-empty {
  margin-top: 22px;
  padding: 28px;
  border: 1px dashed #B2CCFF;
  border-radius: 24px;
  background: #F5F8FF;
  color: #475467;
}

.vdt-blog-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #0B1F3A;
  font-size: 20px;
}

.vdt-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.vdt-pagination a,
.vdt-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #D0D5DD;
  border-radius: 14px;
  background: #fff;
  color: #344054;
  font-weight: 800;
  text-decoration: none;
}

.vdt-pagination a.vdt-is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #1E5BFF, #00B8D9);
  color: #fff;
}

.vdt-blog-sidebar,
.vdt-post-sidebar__inner {
  display: grid;
  gap: 24px;
}

.vdt-blog-sidebar {
  position: sticky;
  top: 110px;
}

.vdt-blog-sidebox,
.vdt-post-sidebox {
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vdt-blog-sidebar .vdt-blog-sidebox:hover {
  border-color: rgba(30, 91, 255, .22);
  box-shadow: 0 22px 58px rgba(11, 31, 58, .11);
}

.vdt-blog-sidebox h2,
.vdt-post-sidebox h2 {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3;
}

.vdt-blog-category-list {
  display: grid;
  gap: 10px;
}

.vdt-blog-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #EAECF0;
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.vdt-blog-category-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 28px;
  border-radius: 999px;
  background: #F2F4F7;
  color: #1E5BFF;
  font-size: 13px;
}

.vdt-blog-category-list a:hover,
.vdt-blog-category-list a.vdt-is-active {
  border-color: rgba(30, 91, 255, .32);
  background: #F5F8FF;
  color: #0B1F3A;
}

.vdt-blog-side-list {
  display: grid;
  gap: 14px;
}

.vdt-blog-side-link {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EAECF0;
}

.vdt-blog-side-link:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vdt-blog-side-link span {
  color: #1E5BFF;
  font-size: 12px;
  font-weight: 800;
}

.vdt-blog-side-link strong {
  color: #172033;
  font-size: 15px;
  line-height: 1.45;
}

.vdt-blog-side-link small {
  color: #667085;
  font-size: 12px;
}

.vdt-blog-mini-post {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #EAECF0;
}

.vdt-blog-mini-post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vdt-blog-mini-post img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  background: #EAF1FF;
}

.vdt-blog-mini-post span,
.vdt-blog-rank span:last-child {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.vdt-blog-mini-post em,
.vdt-blog-rank em {
  color: #1E5BFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.vdt-blog-mini-post strong,
.vdt-blog-rank strong {
  display: -webkit-box;
  overflow: hidden;
  color: #172033;
  font-size: 14.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vdt-blog-mini-post small {
  color: #667085;
  font-size: 12px;
  line-height: 1.4;
}

.vdt-blog-rank-list {
  display: grid;
  gap: 14px;
}

.vdt-blog-rank {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid #EAECF0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #F8FAFC);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vdt-blog-rank:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 91, 255, .28);
  box-shadow: 0 14px 34px rgba(11, 31, 58, .08);
}

.vdt-blog-rank__number {
  color: rgba(30, 91, 255, .22);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.vdt-blog-sidebox--cta {
  border-color: rgba(0, 184, 217, .28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(145deg, #0B1F3A, #123A69 58%, #075C7A);
  background-size: 22px 22px, auto;
  color: #fff;
  box-shadow: 0 22px 58px rgba(11, 31, 58, .22);
}

.vdt-blog-sidebox--cta h2,
.vdt-blog-sidebox--cta p {
  color: #fff;
}

.vdt-blog-sidebox__actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.vdt-blog-sidebox--cta .vdt-btn {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.vdt-blog-sidebox--cta .vdt-btn--secondary {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.vdt-blog-hotline {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vdt-blog-sidebox--note {
  background: #FFFAEB;
  border-color: #FEDF89;
}

.vdt-blog-final-cta {
  padding: 18px 0 72px;
}

.vdt-blog-final-cta__inner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border: 1px solid rgba(0, 184, 217, .28);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(135deg, #071A31, #0D3B66 58%, #0287A7);
  background-size: 28px 28px, auto;
  box-shadow: 0 28px 72px rgba(11, 31, 58, .22);
}

.vdt-blog-final-cta__inner span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #8DEBFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vdt-blog-final-cta__inner h2 {
  margin: 0;
  color: #fff;
  font-size: var(--vdt-fs-h2);
  line-height: 1.2;
  letter-spacing: 0;
}

.vdt-blog-final-cta__inner p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
}

.vdt-blog-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.vdt-blog-final-cta__actions .vdt-btn--secondary {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.vdt-post-hero {
  padding: 42px 0 56px;
}

.vdt-post-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
  gap: 42px;
  align-items: center;
}

.vdt-post-category {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(30, 91, 255, .10);
  color: #1E5BFF;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vdt-post-hero h1 {
  max-width: 820px;
  margin: 18px 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h1);
  line-height: 1.12;
  letter-spacing: 0;
}

.vdt-post-lead {
  margin: 0;
  color: #475467;
  font-size: 19px;
  line-height: 1.75;
}

.vdt-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  color: #667085;
  font-size: 14px;
}

/* ===== Single post hero H1 — scoped to single posts only =====
   Specificity (0,2,2) so it overrides .vdt-post-hero h1 (var(--vdt-fs-h1) ~50px)
   without affecting page / archive / homepage / landing heroes. */
body.single-post .vdt-post-hero h1 {
  font-size: clamp(36px, 2.85vw, 48px);
  line-height: 1.13;
  letter-spacing: -.032em;
  font-weight: 800;
  color: #0B1F3A;
  max-width: 720px;
}

/* ===== Article meta bar + share (single post hero) — compact pill layout ===== */
.vdt-article-meta-card {
  max-width: 100%;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid rgba(30, 91, 255, .12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(248, 251, 255, .96), rgba(243, 248, 255, .96));
  box-shadow: 0 10px 26px rgba(11, 31, 58, .055);
  overflow: visible;
}

.vdt-article-meta-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.vdt-article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #E1EAF6;
  border-radius: 999px;
  background: #FFFFFF;
  color: #344054;
  box-shadow: 0 4px 14px rgba(11, 31, 58, .035);
}

.vdt-article-meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 999px;
  background: rgba(30, 91, 255, .08);
  border: 1px solid rgba(30, 91, 255, .12);
  color: #1E5BFF;
}

.vdt-article-meta-icon svg {
  width: 13px;
  height: 13px;
}

.vdt-article-meta-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #667085;
  white-space: nowrap;
}

.vdt-article-meta-value {
  font-size: 13px;
  font-weight: 700;
  color: #0B1F3A;
  white-space: nowrap;
}

.vdt-article-share-wrap {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(30, 91, 255, .10);
}

.vdt-article-share-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #667085;
}

.vdt-article-share-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.vdt-share-btn,
.vdt-copy-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 0 11px;
  border: 1px solid #D5DFEC;
  border-radius: 999px;
  background: #FFFFFF;
  color: #344054;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.vdt-share-btn:hover,
.vdt-copy-link-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 91, 255, .34);
  box-shadow: 0 8px 18px rgba(11, 31, 58, .07);
  color: #1E5BFF;
}

.vdt-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 999px;
  background: rgba(30, 91, 255, .08);
  color: #1E5BFF;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.vdt-share-icon svg {
  width: 13px;
  height: 13px;
}

.vdt-copy-link-btn.is-copied {
  border-color: rgba(18, 183, 106, .45);
  color: #12B76A;
}

.vdt-copy-link-btn.is-copied .vdt-share-icon {
  background: rgba(18, 183, 106, .10);
  color: #12B76A;
}

.vdt-share-btn:focus-visible,
.vdt-copy-link-btn:focus-visible {
  outline: 3px solid rgba(30, 91, 255, .22);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  body.single-post .vdt-post-hero h1 {
    font-size: clamp(30px, 8vw, 36px);
    line-height: 1.15;
    letter-spacing: -.025em;
  }

  .vdt-article-meta-card {
    margin-top: 18px;
    padding: 12px;
    border-radius: 16px;
  }

  .vdt-article-meta-grid {
    gap: 7px;
  }

  .vdt-article-meta-item {
    min-height: 32px;
    padding: 6px 9px;
  }

  .vdt-article-meta-label,
  .vdt-article-meta-value {
    font-size: 12.3px;
  }

  .vdt-article-share-list {
    gap: 7px;
  }

  .vdt-share-btn,
  .vdt-copy-link-btn {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.vdt-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vdt-share-row a,
.vdt-share-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #D0D5DD;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.vdt-share-row a:hover,
.vdt-share-row button:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 91, 255, .42);
  color: #1E5BFF;
}

.vdt-post-hero__media {
  overflow: hidden;
  margin: 0;
  border: 1px solid #E4E7EC;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(11, 31, 58, .12);
}

.vdt-post-hero__media img {
  aspect-ratio: 16 / 9;
}

.vdt-post-hero__media figcaption {
  padding: 12px 16px 16px;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.vdt-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 340px;
  gap: 42px;
  align-items: start;
}

.vdt-post-main {
  min-width: 0;
}

.vdt-post-content {
  color: #2F3A4C;
  font-size: 17px;
  line-height: 1.82;
}

.vdt-post-content > p:first-child {
  font-size: 18px;
}

.vdt-post-content h2 {
  scroll-margin-top: 120px;
  margin: 42px 0 14px;
  color: #0B1F3A;
  font-size: clamp(1.65rem, 1.95rem, 2.15rem);
  line-height: 1.24;
  letter-spacing: 0;
}

.vdt-post-content h3 {
  margin: 28px 0 10px;
  color: #172033;
  font-size: 22px;
}

.vdt-post-content p,
.vdt-post-content ul,
.vdt-post-content table {
  margin-top: 0;
  margin-bottom: 20px;
}

.vdt-post-content li + li {
  margin-top: 8px;
}

.vdt-post-content a {
  color: #1E5BFF;
  font-weight: 800;
}

.vdt-post-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #F5B842;
  border-radius: 18px;
  background: #FFFAEB;
  color: #344054;
  font-weight: 700;
}

.vdt-post-callout,
.vdt-post-linkbox,
.vdt-post-inline-cta,
.vdt-post-legal-note,
.vdt-post-author,
.vdt-post-final-cta,
.vdt-post-share-bottom {
  margin: 30px 0;
  padding: 24px;
  border: 1px solid #E4E7EC;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 31, 58, .07);
}

.vdt-post-callout {
  background: #F5F8FF;
  border-color: #B2CCFF;
}

.vdt-post-callout strong,
.vdt-post-legal-note strong {
  display: block;
  margin-bottom: 8px;
  color: #0B1F3A;
  font-size: 18px;
}

.vdt-post-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid #E4E7EC;
  border-radius: 18px;
  background: #fff;
}

.vdt-post-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 15px;
}

.vdt-post-table th,
.vdt-post-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #EAECF0;
  text-align: left;
  vertical-align: top;
}

.vdt-post-table th {
  background: #F5F8FC;
  color: #0B1F3A;
  font-weight: 900;
}

.vdt-post-table tr:last-child td {
  border-bottom: 0;
}

.vdt-post-linkbox {
  display: grid;
  gap: 10px;
}

.vdt-post-linkbox strong {
  color: #0B1F3A;
}

.vdt-post-linkbox a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #EAECF0;
  border-radius: 14px;
  background: #F9FAFB;
  color: #1E5BFF;
  text-decoration: none;
}

.vdt-post-inline-cta,
.vdt-post-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.vdt-post-inline-cta {
  background: linear-gradient(135deg, rgba(30, 91, 255, .08), rgba(0, 184, 217, .10));
}

.vdt-post-inline-cta p,
.vdt-post-final-cta p,
.vdt-post-author p {
  margin: 8px 0 0;
  color: #475467;
}

.vdt-post-faq {
  display: grid;
  gap: 12px;
}

.vdt-post-faq details {
  border: 1px solid #E4E7EC;
  border-radius: 18px;
  background: #fff;
}

.vdt-post-faq summary {
  min-height: 50px;
  padding: 14px 18px;
  color: #0B1F3A;
  font-weight: 900;
  cursor: pointer;
}

.vdt-post-faq p {
  padding: 0 18px 18px;
}

.vdt-post-legal-note {
  background: #FFFAEB;
  border-color: #FEDF89;
}

.vdt-post-author {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.vdt-post-author img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 18px;
  background: #F5F8FC;
}

.vdt-post-author h2,
.vdt-post-final-cta h2,
.vdt-post-share-bottom h2 {
  margin: 0;
  color: #0B1F3A;
  font-size: 22px;
  line-height: 1.35;
}

.vdt-post-final-cta {
  background: linear-gradient(145deg, #0B1F3A, #123A69);
}

.vdt-post-final-cta h2,
.vdt-post-final-cta p {
  color: #fff;
}

.vdt-post-final-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vdt-post-related {
  margin-top: 44px;
}

.vdt-blog-grid--related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-post-sidebar {
  position: sticky;
  top: 118px;
}

.vdt-post-toc nav,
.vdt-post-toc-mobile nav {
  display: grid;
  gap: 10px;
}

.vdt-post-toc a,
.vdt-post-toc-mobile a {
  color: #475467;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.vdt-post-toc a:hover,
.vdt-post-toc-mobile a:hover {
  color: #1E5BFF;
}

.vdt-post-toc-mobile {
  display: none;
  margin-bottom: 24px;
  border: 1px solid #E4E7EC;
  border-radius: 18px;
  background: #fff;
}

.vdt-post-toc-mobile summary {
  min-height: 50px;
  padding: 14px 18px;
  color: #0B1F3A;
  font-weight: 900;
  cursor: pointer;
}

.vdt-post-toc-mobile nav {
  padding: 0 18px 18px;
}

/* Premium article detail redesign */
.vdt-post-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (min-width: 1600px) {
  .vdt-post-container {
    max-width: 1540px;
  }
}

.vdt-post-bg-heritage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 248, 252, .88), rgba(255, 255, 255, .96) 460px, rgba(247, 250, 253, .98)),
    url("../images/blog/blog-post-trong-dong-chim-hac-bg.webp") center top / cover no-repeat;
}

.vdt-post-bg-heritage::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .96)),
    url("../images/blog/blog-post-trong-dong-chim-hac-bg.webp") center top / cover no-repeat;
  opacity: .42;
}

.vdt-post-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  width: 100%;
  height: 3px;
  background: rgba(30, 91, 255, .08);
}

.vdt-post-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #1E5BFF, #00B8D9, #F5B842);
  transition: width .12s linear;
}

.vdt-post-bg-heritage .vdt-breadcrumb {
  padding-top: 22px;
}

.vdt-post-bg-heritage .vdt-post-hero {
  padding: 42px 0 72px;
}

.vdt-post-bg-heritage .vdt-post-hero__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .82fr);
  gap: 56px;
  align-items: center;
}

.vdt-post-hero__content {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(226, 232, 240, .78);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 28px 78px rgba(11, 31, 58, .10);
  backdrop-filter: blur(18px);
}

.vdt-post-bg-heritage .vdt-post-category {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(30, 91, 255, .18);
  background: linear-gradient(135deg, rgba(30, 91, 255, .12), rgba(0, 184, 217, .12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .62);
}

.vdt-post-bg-heritage .vdt-post-hero h1 {
  max-width: none;
  margin: 20px 0 18px;
  font-size: var(--vdt-fs-h1);
  line-height: 1.11;
}

.vdt-post-bg-heritage .vdt-post-lead {
  max-width: 860px;
  color: #344054;
  font-size: 19.5px;
  line-height: 1.68;
}

.vdt-post-bg-heritage .vdt-post-meta {
  gap: 10px 14px;
  margin-top: 24px;
  color: #475467;
  font-size: 13.5px;
  line-height: 1.45;
}

.vdt-post-bg-heritage .vdt-post-meta span,
.vdt-post-bg-heritage .vdt-post-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
}

.vdt-post-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-post-share__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px 0 10px;
  border: 1px solid rgba(208, 213, 221, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #344054;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.vdt-post-share__item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #EEF4FF;
  color: #1E5BFF;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.vdt-post-share__item[data-share="facebook"]::before { content: "f"; }
.vdt-post-share__item[data-share="zalo"]::before { content: "Z"; }
.vdt-post-share__item[data-share="linkedin"]::before { content: "in"; }
.vdt-post-share__item[data-share="x"]::before { content: "X"; }
.vdt-post-share__item[data-share="telegram"]::before { content: "T"; }
.vdt-post-share__item[data-share="copy"]::before { content: "\29C9"; }

.vdt-post-share__item:hover,
.vdt-post-share__item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30, 91, 255, .34);
  color: #0B1F3A;
  box-shadow: 0 14px 34px rgba(11, 31, 58, .10);
}

.vdt-post-bg-heritage .vdt-post-hero__media {
  border-radius: 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 34px 88px rgba(11, 31, 58, .18);
}

.vdt-post-bg-heritage .vdt-post-hero__media img {
  aspect-ratio: 16 / 10;
}

.vdt-post-bg-heritage .vdt-post-hero__media figcaption {
  padding: 14px 18px 18px;
  background: linear-gradient(180deg, #fff, #F8FAFC);
}

.vdt-post-bg-heritage .vdt-post-layout {
  grid-template-columns: minmax(0, 880px) 360px;
  justify-content: center;
  gap: 48px;
  align-items: start;
  padding-bottom: 82px;
}

@media (min-width: 1500px) {
  .vdt-post-bg-heritage .vdt-post-layout {
    grid-template-columns: minmax(0, 920px) 380px;
    gap: 52px;
  }
}

.vdt-post-card {
  padding: 50px 54px;
  border: 1px solid rgba(226, 232, 240, .92);
  border-radius: 30px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 72px rgba(11, 31, 58, .10);
  backdrop-filter: blur(12px);
}

.vdt-post-bg-heritage .vdt-post-content {
  color: #172033;
  font-size: 17px;
  line-height: 1.78;
}

.vdt-post-bg-heritage .vdt-post-content > p:first-child {
  color: #243247;
  font-size: 18px;
  line-height: 1.78;
}

.vdt-post-bg-heritage .vdt-post-content h2 {
  margin-top: 44px;
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 1.95rem, 2.15rem);
  line-height: 1.22;
}

.vdt-post-bg-heritage .vdt-post-content h3 {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.3;
}

.vdt-post-bg-heritage .vdt-post-content p {
  margin: 0 0 18px;
}

.vdt-post-bg-heritage .vdt-post-content ul,
.vdt-post-bg-heritage .vdt-post-content ol {
  margin: 16px 0 24px;
  padding-left: 24px;
}

.vdt-post-bg-heritage .vdt-post-content li {
  margin-bottom: 10px;
}

.vdt-post-bg-heritage .vdt-post-content a {
  text-decoration-color: rgba(30, 91, 255, .28);
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.vdt-post-bg-heritage .vdt-post-content a:hover {
  color: #004EEB;
  text-decoration-color: currentColor;
}

.vdt-post-bg-heritage .vdt-post-content blockquote {
  padding: 24px 26px;
  border: 1px solid rgba(245, 184, 66, .28);
  border-left: 5px solid #F5B842;
  border-radius: 22px;
  background: linear-gradient(135deg, #FFFAEB, #fff);
  box-shadow: 0 16px 42px rgba(245, 184, 66, .12);
}

.vdt-post-bg-heritage .vdt-post-callout,
.vdt-post-bg-heritage .vdt-post-linkbox,
.vdt-post-bg-heritage .vdt-post-inline-cta,
.vdt-post-bg-heritage .vdt-post-legal-note,
.vdt-post-bg-heritage .vdt-post-author,
.vdt-post-bg-heritage .vdt-post-final-cta,
.vdt-post-bg-heritage .vdt-post-share-bottom,
.vdt-post-helpful {
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, .08);
}

.vdt-post-bg-heritage .vdt-post-table-wrap {
  max-width: 100%;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(11, 31, 58, .06);
}

.vdt-post-bg-heritage .vdt-post-table th {
  background: linear-gradient(135deg, #F5F8FF, #ECFEFF);
}

.vdt-post-bg-heritage .vdt-post-linkbox a {
  align-items: center;
  min-height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #F8FAFC, #fff);
}

.vdt-post-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.vdt-post-bg-heritage .vdt-post-inline-cta {
  background:
    linear-gradient(135deg, rgba(30, 91, 255, .10), rgba(0, 184, 217, .12)),
    #fff;
}

.vdt-post-bg-heritage .vdt-post-final-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 184, 217, .28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(135deg, #071A31, #0D3B66 58%, #036E89);
  background-size: 26px 26px, auto;
  box-shadow: 0 28px 72px rgba(11, 31, 58, .22);
}

.vdt-post-bg-heritage .vdt-post-author {
  grid-template-columns: 88px minmax(0, 1fr);
  padding: 28px;
  background: rgba(255, 255, 255, .94);
}

.vdt-post-bg-heritage .vdt-post-author img {
  width: 88px;
  height: 88px;
  border: 1px solid #E4E7EC;
  box-shadow: 0 12px 28px rgba(11, 31, 58, .08);
}

.vdt-post-author__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.vdt-post-author__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #D0D5DD;
  border-radius: 999px;
  color: #1E5BFF;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vdt-post-helpful {
  margin: 30px 0;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, .92);
  background: rgba(255, 255, 255, .94);
}

.vdt-post-helpful h2 {
  margin: 0 0 18px;
  color: #0B1F3A;
  font-size: 24px;
  line-height: 1.3;
}

.vdt-post-helpful__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vdt-post-helpful__grid a {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 18px;
  border: 1px solid #EAECF0;
  border-radius: 18px;
  background: linear-gradient(135deg, #F8FAFC, #fff);
  color: #172033;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vdt-post-helpful__grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 91, 255, .28);
  box-shadow: 0 16px 38px rgba(11, 31, 58, .08);
}

.vdt-post-helpful__grid span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vdt-post-helpful__grid strong {
  color: #0B1F3A;
  font-size: 16px;
  line-height: 1.35;
}

.vdt-post-bg-heritage .vdt-post-related {
  margin-top: 50px;
}

.vdt-post-bg-heritage .vdt-blog-grid--related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vdt-post-bg-heritage .vdt-blog-card--related {
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, .08);
}

.vdt-post-bg-heritage .vdt-post-sidebar {
  position: sticky;
  top: 112px;
}

.vdt-post-bg-heritage .vdt-post-sidebar__inner {
  gap: 24px;
}

.vdt-post-widget,
.vdt-post-bg-heritage .vdt-post-sidebox,
.vdt-post-toc-mobile {
  border: 1px solid rgba(226, 232, 240, .88);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 48px rgba(11, 31, 58, .08);
  backdrop-filter: blur(14px);
}

.vdt-post-widget {
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vdt-post-widget:hover {
  border-color: rgba(30, 91, 255, .22);
  box-shadow: 0 22px 58px rgba(11, 31, 58, .11);
}

.vdt-post-widget h2 {
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 1.3;
}

.vdt-post-toc nav {
  gap: 8px;
}

.vdt-post-toc a,
.vdt-post-toc-mobile a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.vdt-post-toc a:hover,
.vdt-post-toc-mobile a:hover,
.vdt-post-toc a.vdt-is-active {
  transform: translateX(2px);
  background: linear-gradient(135deg, rgba(30, 91, 255, .10), rgba(0, 184, 217, .10));
  color: #0B1F3A;
}

.vdt-post-mini-list {
  display: grid;
  gap: 15px;
}

.vdt-post-mini {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAECF0;
  color: inherit;
  text-decoration: none;
}

.vdt-post-mini:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vdt-post-mini img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  background: #EAF1FF;
}

.vdt-post-mini span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.vdt-post-mini em {
  color: #1E5BFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.vdt-post-mini strong {
  display: -webkit-box;
  overflow: hidden;
  color: #172033;
  font-size: 14.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vdt-post-mini small {
  color: #667085;
  font-size: 12px;
}

.vdt-post-rank-list {
  display: grid;
  gap: 12px;
}

.vdt-post-rank {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 74px;
  padding: 14px;
  border: 1px solid #EAECF0;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #F8FAFC);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vdt-post-rank:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 91, 255, .28);
  box-shadow: 0 14px 34px rgba(11, 31, 58, .08);
}

.vdt-post-rank span {
  color: rgba(30, 91, 255, .25);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.vdt-post-rank strong {
  display: -webkit-box;
  overflow: hidden;
  color: #172033;
  font-size: 14.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vdt-post-sidebox--cta {
  border-color: rgba(0, 184, 217, .28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(145deg, #0B1F3A, #123A69 58%, #075C7A);
  background-size: 22px 22px, auto;
  color: #fff;
}

.vdt-post-sidebox--cta h2,
.vdt-post-sidebox--cta p {
  color: #fff;
}

.vdt-post-widget__actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.vdt-post-widget__actions .vdt-btn {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.vdt-post-sidebox--cta .vdt-btn--secondary {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.vdt-post-sidebox--note {
  background: #FFFAEB;
  border-color: #FEDF89;
}

.vdt-post-sidebox--note p {
  margin-bottom: 0;
  color: #475467;
}

/* Sidebar block: "Liên kết website" — banner list of partner / gov websites.
   The card itself reuses .vdt-post-widget / .vdt-post-sidebox so it matches the
   other sidebar boxes (white bg, soft border, radius, shadow, hover lift). */
.vdt-website-links__list {
  display: grid;
  gap: 12px;
}

.vdt-website-links__item {
  display: block;
  overflow: hidden;
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vdt-website-links__item:hover,
.vdt-website-links__item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30, 91, 255, .28);
  box-shadow: 0 12px 28px rgba(11, 31, 58, .10);
}

.vdt-website-links__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Lac Viet article watermark */
.vdt-post-page--lacviet {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 30%, rgba(30, 91, 255, .06), transparent 28%),
    radial-gradient(circle at 92% 70%, rgba(0, 184, 217, .07), transparent 30%),
    linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 48%, #F5F8FC 100%);
}

.vdt-post-bg-heritage.vdt-post-page--lacviet::before {
  content: none;
}

.vdt-post-page--lacviet .vdt-breadcrumb,
.vdt-post-page--lacviet .vdt-post-layout {
  position: relative;
  z-index: 1;
}

.vdt-post-hero--lacviet {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 184, 217, .12), transparent 34%),
    linear-gradient(135deg, #F8FBFF 0%, #EEF6FF 46%, #FFFFFF 100%);
}

.vdt-post-hero--lacviet::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 46px;
  z-index: 0;
  width: min(900px, 64vw);
  height: min(520px, 38vw);
  background: url("../images/backgrounds/chimlacviet.webp") 72% center / cover no-repeat;
  opacity: .42;
  filter: saturate(1);
  pointer-events: none;
}

.vdt-post-hero--lacviet::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(248, 251, 255, .96) 0%, rgba(248, 251, 255, .84) 46%, rgba(248, 251, 255, .36) 100%);
  pointer-events: none;
}

.vdt-post-hero--lacviet > .vdt-post-container,
.vdt-post-hero--lacviet .vdt-post-hero__grid,
.vdt-post-hero--lacviet .vdt-post-hero__inner {
  position: relative;
  z-index: 1;
}

.vdt-post-page--lacviet .vdt-post-hero__content {
  padding: 38px;
  border: 1px solid rgba(228, 231, 236, .9);
  border-radius: 32px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(11, 31, 58, .08);
  backdrop-filter: blur(10px);
}

.vdt-post-page--lacviet .vdt-post-category {
  border-color: rgba(11, 99, 206, .18);
  background: linear-gradient(135deg, rgba(30, 91, 255, .10), rgba(0, 184, 217, .10));
  color: #0B63CE;
}

.vdt-post-page--lacviet .vdt-post-hero h1 {
  color: #0B1F3A;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

.vdt-post-page--lacviet .vdt-post-lead {
  color: #475467;
  font-size: 17px;
  line-height: 1.72;
}

.vdt-post-page--lacviet .vdt-post-meta,
.vdt-post-page--lacviet .vdt-post-hero__media figcaption,
.vdt-post-page--lacviet .vdt-post-mini small {
  color: #667085;
  font-size: 14px;
}

.vdt-post-page--lacviet .vdt-post-meta span,
.vdt-post-page--lacviet .vdt-post-meta time {
  color: #667085;
  background: rgba(255, 255, 255, .84);
}

.vdt-post-page--lacviet .vdt-post-hero__media {
  position: relative;
  isolation: isolate;
  border-color: rgba(228, 231, 236, .95);
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 22px 62px rgba(11, 31, 58, .10);
}

.vdt-post-page--lacviet .vdt-post-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 78px;
  z-index: 1;
  width: 52%;
  background: url("../images/backgrounds/chimlacviet.webp") 78% center / cover no-repeat;
  opacity: .12;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  pointer-events: none;
}

.vdt-post-page--lacviet .vdt-post-hero__media img,
.vdt-post-page--lacviet .vdt-post-hero__media figcaption {
  position: relative;
}

.vdt-post-page--lacviet .vdt-post-hero__media img {
  z-index: 0;
}

.vdt-post-page--lacviet .vdt-post-hero__media figcaption {
  z-index: 2;
}

.vdt-post-page--lacviet .vdt-post-card.vdt-post-content {
  padding: 48px;
  border: 1px solid #E4E7EC;
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 18px 50px rgba(11, 31, 58, .06);
  backdrop-filter: none;
}

.vdt-post-page--lacviet .vdt-post-content {
  color: #344054;
  font-size: 17px;
  line-height: 1.78;
}

.vdt-post-page--lacviet .vdt-post-content p,
.vdt-post-page--lacviet .vdt-post-content li {
  color: #344054;
  font-size: 17px;
  line-height: 1.78;
}

.vdt-post-page--lacviet .vdt-post-content > p:first-child {
  color: #344054;
  font-size: 17px;
  line-height: 1.78;
}

.vdt-post-page--lacviet .vdt-post-content h2 {
  color: #0B1F3A;
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.vdt-post-page--lacviet .vdt-post-content h3 {
  color: #0B1F3A;
}

.vdt-post-page--lacviet .vdt-post-content a,
.vdt-post-page--lacviet .vdt-post-linkbox a,
.vdt-post-page--lacviet .vdt-post-mini em {
  color: #0B63CE;
  font-weight: 700;
}

.vdt-post-page--lacviet .vdt-post-widget,
.vdt-post-page--lacviet .vdt-post-toc-mobile {
  border-color: #E4E7EC;
  background: #FFFFFF;
  box-shadow: 0 16px 44px rgba(11, 31, 58, .06);
  backdrop-filter: none;
}

.vdt-post-page--lacviet .vdt-post-toc a,
.vdt-post-page--lacviet .vdt-post-toc-mobile a {
  color: #475467;
}

.vdt-post-page--lacviet .vdt-post-toc a:hover,
.vdt-post-page--lacviet .vdt-post-toc-mobile a:hover,
.vdt-post-page--lacviet .vdt-post-toc a.vdt-is-active {
  color: #0B1F3A;
  background: linear-gradient(135deg, rgba(30, 91, 255, .09), rgba(0, 184, 217, .09));
}

.vdt-post-page--lacviet .vdt-post-sidebox--lacviet {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 184, 217, .32);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(145deg, #0B1F3A, #123A69 58%, #075C7A);
  background-size: 22px 22px, auto;
  color: #FFFFFF;
}

.vdt-post-page--lacviet .vdt-post-sidebox--lacviet::after {
  content: "";
  position: absolute;
  right: -76px;
  bottom: -92px;
  width: 260px;
  height: 260px;
  background: url("../images/backgrounds/chimlacviet.webp") 76% center / cover no-repeat;
  opacity: .14;
  pointer-events: none;
}

.vdt-post-page--lacviet .vdt-post-sidebox--lacviet > * {
  position: relative;
  z-index: 1;
}

.vdt-post-page--lacviet .vdt-post-cta--lacviet {
  position: relative;
  overflow: hidden;
  border-color: rgba(30, 91, 255, .14);
  background: linear-gradient(135deg, #EEF4FF 0%, #ECFEFF 100%);
  box-shadow: 0 18px 50px rgba(11, 31, 58, .08);
}

.vdt-post-page--lacviet .vdt-post-cta--lacviet::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 360px;
  height: 360px;
  background: url("../images/backgrounds/chimlacviet.webp") 76% center / cover no-repeat;
  opacity: .12;
  pointer-events: none;
}

.vdt-post-page--lacviet .vdt-post-cta--lacviet > * {
  position: relative;
  z-index: 1;
}

.vdt-post-page--lacviet .vdt-post-cta--lacviet h2 {
  color: #0B1F3A;
}

.vdt-post-page--lacviet .vdt-post-cta--lacviet p {
  color: #475467;
}

.vdt-post-page--lacviet a:focus-visible,
.vdt-post-page--lacviet button:focus-visible,
.vdt-post-page--lacviet summary:focus-visible {
  outline: 3px solid rgba(30, 91, 255, .25);
  outline-offset: 3px;
}
.vdt-home-page { background: linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #ffffff 100%); }
.vdt-home-page .vdt-site-header { box-shadow: 0 12px 34px rgba(11,31,58,.06); }
.vdt-home-page .vdt-header__inner { min-height: 72px; }
.vdt-home-page .vdt-nav { gap: 2px; }
.vdt-home-page .vdt-nav__cta { min-height: 42px; padding: 0 18px; font-size: 14px; }
.vdt-home-page .vdt-hero--home { min-height: calc(100vh - 110px); display: grid; align-items: center; }
.vdt-home-page .vdt-fade-up { opacity: 1; transform: none; }
.vdt-home-page .vdt-hero__overlay {
  background:
    linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.90) 39%, rgba(9,38,70,.58) 72%, rgba(7,26,50,.24) 100%),
    linear-gradient(180deg, rgba(7,26,50,.14), rgba(7,26,50,.72));
}
.vdt-home-page .vdt-hero__grid { min-height: 690px; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); padding-top: 76px; padding-bottom: 92px; }
.vdt-home-page .vdt-hero h1 { max-width: 760px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-home-page .vdt-hero p { max-width: 690px; color: rgba(255,255,255,.90); }
.vdt-home-page .vdt-hero__actions .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-home-page .vdt-hero__chips span { min-height: 36px; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.vdt-home-page .vdt-hero__hotline strong { color: #fff; }
.vdt-home-page .vdt-hero__hotline strong { white-space: nowrap; }
.vdt-home-page .vdt-hero__visual--home { min-height: 360px; border-color: rgba(255,255,255,.24); background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(0,184,217,.08)); }
.vdt-home-page .vdt-hero__visual--home::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: var(--vdt-radius);
}
.vdt-home-page .vdt-hero__panel { left: 28px; right: 28px; bottom: 28px; padding: 22px; border: 1px solid rgba(30,91,255,.12); }
.vdt-home-page .vdt-hero__panel strong { font-size: 18px; }
.vdt-home-page .vdt-stats { margin-top: -64px; }
.vdt-home-page .vdt-stat { min-height: 128px; border-color: rgba(30,91,255,.12); box-shadow: 0 22px 60px rgba(11,31,58,.12); }
.vdt-home-page .vdt-stat strong { background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.vdt-home-page .vdt-section { position: relative; }
.vdt-home-page .vdt-section-heading h2 { max-width: 760px; }
.vdt-home-page .vdt-card { border-color: rgba(214,222,235,.95); }
.vdt-home-page .vdt-card__image img { height: 214px; }
.vdt-home-page .vdt-course-card--featured { grid-column: span 2; display: grid; grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr); min-height: 100%; }
.vdt-home-page .vdt-course-card--featured .vdt-card__image img { height: 100%; min-height: 350px; }
.vdt-home-page .vdt-course-card--featured .vdt-card__body { justify-content: center; padding: 34px; }
.vdt-home-page .vdt-course-card--featured h3 { font-size: 30px; line-height: 1.15; }
.vdt-home-page .vdt-card__meta { color: #175cd3; letter-spacing: 0; }
.vdt-home-page .vdt-image-panel--primary img { min-height: 500px; }
.vdt-home-page .vdt-training-media { grid-template-columns: minmax(0, 1fr); }
.vdt-home-page .vdt-training-card { border-color: rgba(30,91,255,.14); box-shadow: 0 20px 52px rgba(11,31,58,.09); }
.vdt-expert-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vdt-expert-card { min-height: 280px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(214,222,235,.95); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 14px 36px rgba(11,31,58,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.vdt-expert-card:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.30); box-shadow: 0 22px 54px rgba(11,31,58,.12); }
.vdt-expert-card__mark { width: 52px; height: 52px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue) 62%, var(--vdt-cyan)); font-size: 15px; font-weight: 800; box-shadow: 0 14px 32px rgba(30,91,255,.22); }
.vdt-expert-card__mark svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.vdt-expert-card h3 { margin: 20px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.25; }
.vdt-expert-card p { margin: 0 0 18px; color: var(--vdt-muted); font-size: 15px; line-height: 1.65; }
.vdt-expert-card .vdt-link { margin-top: auto; }
.vdt-home-page .vdt-table-wrap { border-color: rgba(30,91,255,.13); box-shadow: 0 20px 52px rgba(11,31,58,.08); }
.vdt-home-page .vdt-table th { background: #eef5ff; }
.vdt-home-page .vdt-step { min-height: 180px; border-color: rgba(30,91,255,.12); box-shadow: 0 12px 32px rgba(11,31,58,.06); }
.vdt-home-page .vdt-step span { background: linear-gradient(135deg, #eef4ff, #e8fbff); }
.vdt-home-page .vdt-faq__item { border-color: rgba(30,91,255,.12); box-shadow: 0 10px 28px rgba(11,31,58,.05); }
.vdt-home-page .vdt-cta-band { background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 48%, #124b78 100%); }
.vdt-course-detail-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 42%, #fff 100%); }
.vdt-course-hero { position: relative; isolation: isolate; min-height: 680px; display: grid; align-items: center; background: #071a32; }
.vdt-course-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.vdt-course-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 46%, rgba(11,31,58,.42) 100%), linear-gradient(180deg, rgba(7,26,50,.12), rgba(7,26,50,.72)); }
.vdt-course-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); align-items: center; gap: 42px; padding-top: 88px; padding-bottom: 108px; }
.vdt-course-hero h1 { margin: 0; max-width: 780px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-course-hero p { max-width: 760px; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-course-hero .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-price-card { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: rgba(255,255,255,.12); color: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(10px); }
.vdt-price-card span { display: block; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-price-card strong { display: block; margin-top: 10px; color: #fff; font-size: 42px; line-height: 1; }
.vdt-price-card p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 16px; }
.vdt-price-card ul { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.vdt-price-card li { position: relative; padding-left: 22px; color: rgba(255,255,255,.84); font-size: 14px; }
.vdt-price-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 8px; border-radius: 50%; background: var(--vdt-gold); }
.vdt-quick-info { position: relative; z-index: 2; margin-top: -54px; }
.vdt-quick-info__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-quick-info__grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vdt-info-card { min-height: 156px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 60px rgba(11,31,58,.12); }
.vdt-info-card span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; }
.vdt-info-card .vdt-icon-box svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.vdt-info-card h2 { margin: 16px 0 6px; color: var(--vdt-navy); font-size: 17px; }
.vdt-info-card p { margin: 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-course-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 390px); gap: 40px; align-items: start; }
.vdt-course-intro > div > p { color: #344054; margin: 0 0 14px; }
.vdt-course-contact-card a { color: var(--vdt-blue); text-decoration: none; font-weight: 750; }
.vdt-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-audience-grid article { min-height: 126px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 14px 36px rgba(11,31,58,.06); }
.vdt-outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vdt-outcome-grid article { position: relative; min-height: 96px; padding: 18px 18px 18px 42px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 650; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-outcome-grid article::before { content: ""; position: absolute; left: 20px; top: 28px; width: 9px; height: 9px; border-radius: 999px; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); }
.vdt-list--strong li { color: var(--vdt-text); font-weight: 650; }
.vdt-course-image-panel img { width: 100%; min-height: 440px; object-fit: cover; }
.vdt-module-list { display: grid; gap: 12px; }
.vdt-module-list details { border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); overflow: hidden; }
.vdt-module-list summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--vdt-navy); font-weight: 800; line-height: 1.35; }
.vdt-module-list summary span { min-width: 84px; color: var(--vdt-blue); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-module-list p { margin: 0; padding: 0 20px 20px 118px; color: var(--vdt-muted); }
.vdt-fee-panel { padding: 28px; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-navy), #104d7c); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-fee-panel span { display: block; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-fee-panel strong { display: block; margin: 10px 0; font-size: clamp(1.875rem, 2.35rem, 2.875rem); line-height: 1.05; }
.vdt-fee-panel p { color: rgba(255,255,255,.82); margin: 0; }
.vdt-benefit-stack { display: grid; gap: 14px; }
.vdt-benefit-stack article, .vdt-learning-grid article, .vdt-schedule-mini article { padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); }
.vdt-benefit-stack h3, .vdt-learning-grid h3, .vdt-schedule-mini h3 { margin: 0 0 8px; color: var(--vdt-navy); }
.vdt-benefit-stack p, .vdt-learning-grid p, .vdt-schedule-mini p { margin: 0; color: var(--vdt-muted); }
.vdt-learning-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-learning-grid article { display: flex; flex-direction: column; min-height: 224px; }
.vdt-learning-grid .vdt-link { margin-top: auto; }
.vdt-steps--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vdt-schedule-mini { display: grid; gap: 14px; }
.vdt-schedule-mini span { display: inline-flex; margin-bottom: 8px; color: var(--vdt-blue); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-schedule-mini strong { display: block; color: var(--vdt-navy); font-size: 19px; }
.vdt-expert-grid--course { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 24px; }
.vdt-checklist-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vdt-checklist-grid span { position: relative; min-height: 54px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 10px 26px rgba(11,31,58,.05); }
.vdt-checklist-grid span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-related-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-related-grid a { min-height: 92px; display: flex; align-items: center; padding: 18px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: var(--vdt-navy); text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(11,31,58,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vdt-related-grid a:hover { transform: translateY(-4px); border-color: rgba(30,91,255,.32); box-shadow: 0 18px 44px rgba(11,31,58,.10); }
.vdt-onsite-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%); }
.vdt-onsite-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #071a32; color: #fff; }
.vdt-onsite-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.vdt-onsite-hero__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 76% 18%, rgba(0,184,217,.28), transparent 32%), linear-gradient(90deg, rgba(7,26,50,.97) 0%, rgba(11,31,58,.88) 46%, rgba(11,31,58,.42) 100%), linear-gradient(180deg, rgba(7,26,50,.10), rgba(7,26,50,.76)); }
.vdt-onsite-hero__grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px); align-items: center; gap: 46px; padding-top: 88px; padding-bottom: 104px; }
.vdt-onsite-hero h1 { margin: 0; max-width: 840px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-onsite-hero p { max-width: 780px; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-onsite-hero .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-onsite-hero .vdt-hero__chips span { min-height: 36px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.vdt-onsite-hero .vdt-hero__hotline strong { color: #fff; white-space: nowrap; }
.vdt-onsite-hero__panel { padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.09)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-onsite-hero__panel span { display: inline-flex; margin-bottom: 14px; color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-onsite-hero__panel strong { display: block; color: #fff; font-size: 24px; line-height: 1.22; }
.vdt-onsite-hero__panel ul { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.vdt-onsite-hero__panel li { position: relative; padding-left: 24px; color: rgba(255,255,255,.82); font-size: 14px; }
.vdt-onsite-hero__panel li::before { content: ""; position: absolute; left: 0; top: .7em; width: 9px; height: 9px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.14); }
.vdt-onsite-hero__panel a { color: #fff; font-weight: 800; text-decoration: none; }
.vdt-onsite-quick { position: relative; z-index: 2; margin-top: -56px; }
.vdt-onsite-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-onsite-quick article { min-height: 148px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-onsite-quick article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 28px 70px rgba(11,31,58,.15); }
.vdt-onsite-quick span, .vdt-onsite-program-card span, .vdt-onsite-mode-grid span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; }
.vdt-onsite-quick .vdt-icon-box svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.vdt-onsite-quick strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-onsite-quick p { margin: 7px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-onsite-split, .vdt-onsite-process, .vdt-onsite-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr); gap: 44px; align-items: center; }
.vdt-onsite-split--reverse { grid-template-columns: minmax(340px, .86fr) minmax(0, 1fr); }
.vdt-onsite-media { position: relative; margin: 0; min-height: 420px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-onsite-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0), rgba(11,31,58,.18)); }
.vdt-onsite-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.vdt-onsite-benefits, .vdt-onsite-trust-grid { display: grid; gap: 14px; }
.vdt-onsite-benefits article { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; padding: 18px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-onsite-benefits span { color: var(--vdt-blue); font-weight: 800; }
.vdt-onsite-benefits p { margin: 0; color: #344054; }
.vdt-onsite-fit-grid, .vdt-onsite-case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-onsite-fit-grid article, .vdt-onsite-case-grid article { position: relative; min-height: 134px; padding: 22px 22px 22px 46px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-onsite-fit-grid article:hover, .vdt-onsite-case-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-onsite-fit-grid article::before, .vdt-onsite-case-grid article::before { content: ""; position: absolute; left: 22px; top: 30px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.16); }
.vdt-onsite-program-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.vdt-onsite-program-card { min-height: 100%; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-onsite-program-card:hover { transform: translateY(-6px); border-color: rgba(30,91,255,.32); box-shadow: 0 24px 60px rgba(11,31,58,.13); }
.vdt-onsite-program-card h3 { margin: 18px 0 12px; color: var(--vdt-navy); font-size: 21px; line-height: 1.22; }
.vdt-onsite-program-card ul { display: grid; gap: 9px; margin: 0 0 20px; padding: 0; list-style: none; }
.vdt-onsite-program-card li { position: relative; padding-left: 19px; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-onsite-program-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--vdt-cyan); }
.vdt-onsite-program-card a { margin-top: auto; color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-onsite-process { grid-template-columns: minmax(310px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-onsite-process .vdt-onsite-media { min-height: 360px; }
.vdt-onsite-process .vdt-onsite-media img { min-height: 360px; }
.vdt-onsite-timeline { position: relative; display: grid; gap: 14px; counter-reset: vdt-step; }
.vdt-onsite-timeline::before { content: ""; position: absolute; left: 21px; top: 16px; bottom: 16px; width: 2px; background: linear-gradient(180deg, var(--vdt-blue), var(--vdt-cyan), var(--vdt-gold)); opacity: .34; }
.vdt-onsite-timeline article { counter-increment: vdt-step; position: relative; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; padding: 18px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.06); }
.vdt-onsite-timeline article::before { content: counter(vdt-step, decimal-leading-zero); position: relative; z-index: 1; width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(30,91,255,.22); }
.vdt-onsite-timeline h3 { margin: 0 0 6px; color: var(--vdt-navy); font-size: 18px; line-height: 1.25; }
.vdt-onsite-timeline p { margin: 0; color: var(--vdt-muted); }
.vdt-onsite-process-section .vdt-container,
.vdt-onsite-process-wrap { max-width: 1360px; margin: 0 auto; }
.vdt-onsite-process-layout { display: grid; grid-template-columns: minmax(360px, .42fr) minmax(0, .58fr); gap: 56px; align-items: start; }
.vdt-onsite-process-intro { min-width: 0; }
.vdt-onsite-process-badge { display: inline-flex; align-items: center; min-height: 32px; margin-bottom: 14px; padding: 6px 12px; border: 1px solid rgba(30,91,255,.16); border-radius: 999px; color: var(--vdt-blue); background: rgba(30,91,255,.07); font-size: 13px; line-height: 1.25; font-weight: 850; }
.vdt-onsite-process-media { min-height: 390px; border-radius: 26px; box-shadow: 0 24px 64px rgba(11,31,58,.13); }
.vdt-onsite-process-media img { min-height: 390px; object-fit: cover; }
.vdt-onsite-process-cta { width: fit-content; max-width: 100%; margin-top: 22px; box-shadow: 0 18px 42px rgba(30,91,255,.24); }
.vdt-onsite-process-timeline { position: relative; display: grid; gap: 16px; min-width: 0; }
.vdt-onsite-process-timeline::before { content: ""; position: absolute; left: 31px; top: 24px; bottom: 24px; width: 2px; border-radius: 999px; background: linear-gradient(180deg, rgba(30,91,255,.42), rgba(0,184,217,.30), rgba(245,184,66,.22)); }
.vdt-onsite-process-step { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; align-items: start; padding: 22px 24px; border: 1px solid rgba(30,91,255,.14); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 18px 44px rgba(11,31,58,.08); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-onsite-process-step:hover { transform: translateY(-4px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 58px rgba(11,31,58,.12); }
.vdt-onsite-process-step__number { position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 14px; line-height: 1; font-weight: 850; box-shadow: 0 14px 30px rgba(30,91,255,.24), 0 0 0 8px rgba(0,184,217,.08); }
.vdt-onsite-process-step__body { min-width: 0; }
.vdt-onsite-process-step__label { display: inline-flex; margin-bottom: 6px; color: var(--vdt-blue); font-size: 13px; line-height: 1.25; font-weight: 850; }
.vdt-onsite-process-step h3 { margin: 0 0 8px; color: var(--vdt-navy); font-size: clamp(1.05rem, .98rem + .32vw, 1.22rem); line-height: 1.32; overflow-wrap: normal; word-break: normal; hyphens: none; }
.vdt-onsite-process-step p { margin: 0; color: var(--vdt-muted); font-size: 14.5px; line-height: 1.65; }
@media (max-width: 991px) {
  .vdt-onsite-process-layout { grid-template-columns: 1fr; gap: 34px; }
  .vdt-onsite-process-media,
  .vdt-onsite-process-media img { min-height: 320px; }
}
@media (max-width: 640px) {
  .vdt-onsite-process-section .vdt-container,
  .vdt-onsite-process-wrap { padding-left: 18px; padding-right: 18px; }
  .vdt-onsite-process-media,
  .vdt-onsite-process-media img { min-height: 240px; }
  .vdt-onsite-process-cta { width: 100%; }
  .vdt-onsite-process-timeline { gap: 14px; }
  .vdt-onsite-process-timeline::before { left: 25px; }
  .vdt-onsite-process-step { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 18px; border-radius: 20px; }
  .vdt-onsite-process-step__number { width: 46px; height: 46px; border-radius: 16px; }
  .vdt-onsite-process-step h3 { font-size: 1.04rem; line-height: 1.35; }
}
.vdt-onsite-checklist, .vdt-onsite-doc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vdt-onsite-checklist span, .vdt-onsite-doc-list span { position: relative; min-height: 54px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 10px 26px rgba(11,31,58,.05); }
.vdt-onsite-checklist span::before, .vdt-onsite-doc-list span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-onsite-trust-grid article { padding: 20px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-onsite-trust-grid h3 { margin: 0 0 8px; color: var(--vdt-navy); font-size: 18px; }
.vdt-onsite-trust-grid p { margin: 0; color: var(--vdt-muted); }
.vdt-onsite-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-onsite-value-grid article { min-height: 150px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); }
.vdt-onsite-value-grid strong { display: block; color: var(--vdt-navy); line-height: 1.25; }
.vdt-onsite-value-grid p { margin: 10px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-onsite-contact-card { align-self: stretch; display: grid; align-content: center; padding: 30px; border-radius: var(--vdt-radius); color: rgba(255,255,255,.84); background: radial-gradient(circle at 84% 12%, rgba(0,184,217,.24), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-onsite-contact-card h3 { margin: 0 0 18px; color: #fff; font-size: 24px; line-height: 1.2; }
.vdt-onsite-contact-card p { margin: 0 0 12px; }
.vdt-onsite-contact-card a { color: #fff; font-weight: 800; text-decoration: none; }
.vdt-onsite-mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-onsite-mode-grid article { min-height: 230px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 16px 42px rgba(11,31,58,.07); }
.vdt-onsite-mode-grid h3 { margin: 18px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.25; }
.vdt-onsite-mode-grid p { margin: 0; color: var(--vdt-muted); }
.vdt-onsite-form-layout { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; }
.vdt-onsite-form-intro { position: sticky; top: 128px; }
.vdt-onsite-form { padding: 28px; border-color: rgba(30,91,255,.16); box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-onsite-form textarea { resize: vertical; }
.vdt-onsite-final-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 8%, rgba(0,184,217,.25), transparent 28%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 52%, #124b78 100%); }
.vdt-onsite-final-cta .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); }
.vdt-broker-course-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%); }
.vdt-broker-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #071a32; color: #fff; }
.vdt-broker-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.vdt-broker-hero__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.24), transparent 34%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.90) 44%, rgba(11,31,58,.44) 100%), linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.74)); }
.vdt-broker-hero__grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px); align-items: center; gap: 46px; padding-top: 88px; padding-bottom: 104px; }
.vdt-broker-hero h1 { margin: 0; max-width: 780px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-broker-hero p { max-width: 780px; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-broker-hero .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-broker-hero .vdt-hero__chips span { min-height: 36px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.vdt-broker-hero .vdt-hero__hotline strong { color: #fff; white-space: nowrap; }
.vdt-broker-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.09)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-broker-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.2; }
.vdt-broker-hero__panel p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.vdt-broker-hero__panel div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.vdt-broker-hero__panel span { display: block; margin-bottom: 4px; color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-broker-hero__panel b { display: block; color: #fff; font-size: 16px; line-height: 1.45; }
.vdt-broker-quick { position: relative; z-index: 2; margin-top: -56px; }
.vdt-broker-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-broker-quick article { min-height: 154px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-broker-quick article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 28px 70px rgba(11,31,58,.15); }
.vdt-broker-quick span, .vdt-broker-mode-grid span, .vdt-broker-process span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; }
.vdt-broker-quick strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-broker-quick p { margin: 7px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-broker-split, .vdt-broker-program, .vdt-broker-pricing, .vdt-broker-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.vdt-broker-split--reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.vdt-broker-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-broker-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.vdt-broker-copy { display: grid; gap: 14px; }
.vdt-broker-copy p { margin: 0; color: #344054; }
.vdt-broker-grid, .vdt-broker-benefit-grid, .vdt-broker-expert-grid { display: grid; gap: 16px; }
.vdt-broker-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-broker-grid article, .vdt-broker-benefit-grid article, .vdt-broker-expert-grid article { position: relative; min-height: 126px; padding: 22px 22px 22px 46px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-broker-grid article:hover, .vdt-broker-benefit-grid article:hover, .vdt-broker-expert-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-broker-grid article::before, .vdt-broker-benefit-grid article::before, .vdt-broker-expert-grid article::before { content: ""; position: absolute; left: 22px; top: 30px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.16); }
.vdt-broker-outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-broker-outcome-grid article { min-height: 164px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-broker-outcome-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-broker-outcome-grid strong { display: block; color: var(--vdt-navy); line-height: 1.25; }
.vdt-broker-outcome-grid p { margin: 10px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-broker-program { grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-broker-program .vdt-broker-media, .vdt-broker-program .vdt-broker-media img { min-height: 360px; }
.vdt-broker-module-list { display: grid; gap: 12px; }
.vdt-broker-module-list details { overflow: hidden; border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-broker-module-list summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--vdt-navy); font-weight: 800; line-height: 1.35; }
.vdt-broker-module-list summary span { min-width: 82px; color: var(--vdt-blue); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-broker-module-list ul { display: grid; gap: 8px; margin: 0; padding: 0 20px 20px 118px; color: var(--vdt-muted); }
.vdt-broker-module-list li { padding-left: 2px; }
.vdt-broker-pricing { grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr); align-items: start; }
.vdt-broker-fee-card { position: sticky; top: 128px; display: grid; gap: 16px; padding: 30px; border-radius: var(--vdt-radius); color: #fff; background: radial-gradient(circle at 84% 10%, rgba(0,184,217,.25), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-broker-fee-card span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-broker-fee-card strong { font-size: 30px; line-height: 1.15; }
.vdt-broker-fee-card p { margin: 0; color: rgba(255,255,255,.82); }
.vdt-broker-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-broker-mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-broker-mode-grid article { min-height: 230px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-broker-mode-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-broker-mode-grid h3 { margin: 18px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.25; }
.vdt-broker-mode-grid p { margin: 0; color: var(--vdt-muted); }
.vdt-broker-muted { margin: 0 0 18px; color: var(--vdt-muted); }
.vdt-broker-expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-broker-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-broker-process article { min-height: 236px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-broker-process article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-broker-process h3 { margin: 18px 0 8px; color: var(--vdt-navy); font-size: 18px; line-height: 1.25; }
.vdt-broker-process p { margin: 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-broker-related-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-broker-related-grid a { min-height: 104px; display: flex; align-items: center; padding: 18px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: var(--vdt-navy); text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(11,31,58,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vdt-broker-related-grid a:hover { transform: translateY(-4px); border-color: rgba(30,91,255,.32); box-shadow: 0 18px 44px rgba(11,31,58,.10); }
.vdt-broker-faq { max-width: 920px; }
.vdt-broker-form-layout { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; }
.vdt-broker-form-intro { position: sticky; top: 128px; }
.vdt-broker-form { padding: 28px; border-color: rgba(30,91,255,.16); box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-broker-form textarea { resize: vertical; }
.vdt-broker-final-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 8%, rgba(0,184,217,.25), transparent 28%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 52%, #124b78 100%); }
.vdt-broker-final-cta .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); }
.vdt-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vdt-supervision-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 45%, #fff 100%); }
.vdt-supervision-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #071a32; color: #fff; }
.vdt-supervision-hero__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-supervision-hero__bg { width: 100%; height: 100%; object-fit: cover; }
.vdt-supervision-hero__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.26), transparent 34%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.91) 45%, rgba(11,31,58,.44) 100%), linear-gradient(180deg, rgba(7,26,50,.06), rgba(7,26,50,.76)); }
.vdt-supervision-hero__grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px); align-items: center; gap: 46px; padding-top: 88px; padding-bottom: 104px; }
.vdt-supervision-hero h1 { margin: 0; max-width: 820px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-supervision-hero p { max-width: 800px; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-supervision-hero .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-supervision-hero .vdt-hero__chips span { min-height: 36px; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.vdt-supervision-hero .vdt-hero__hotline strong { color: #fff; white-space: nowrap; }
.vdt-supervision-price-pill { width: fit-content; max-width: 100%; display: inline-flex; align-items: center; gap: 10px; margin: 20px 0 4px; padding: 10px 14px; border: 1px solid rgba(245,184,66,.44); border-radius: 999px; color: #fff; background: rgba(245,184,66,.14); box-shadow: 0 16px 36px rgba(245,184,66,.12); }
.vdt-supervision-price-pill strong { color: var(--vdt-gold); }
.vdt-supervision-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.09)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-supervision-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.2; }
.vdt-supervision-hero__panel p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.vdt-supervision-hero__panel div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); }
.vdt-supervision-hero__panel span { display: block; margin-bottom: 4px; color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-supervision-hero__panel b { display: block; color: #fff; font-size: 16px; line-height: 1.45; }
.vdt-supervision-quick { position: relative; z-index: 2; margin-top: -56px; }
.vdt-supervision-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-supervision-quick article { min-height: 154px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-quick article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 28px 70px rgba(11,31,58,.15); }
.vdt-supervision-quick span, .vdt-supervision-mode-grid span, .vdt-supervision-process span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; }
.vdt-supervision-quick strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-supervision-quick p { margin: 7px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-supervision-split, .vdt-supervision-program, .vdt-supervision-pricing, .vdt-supervision-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.vdt-supervision-split--reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.vdt-supervision-copy { display: grid; gap: 14px; }
.vdt-supervision-copy p { margin: 0; color: #344054; }
.vdt-supervision-contact-card, .vdt-supervision-schedule-card { display: grid; align-content: center; gap: 12px; padding: 30px; border-radius: var(--vdt-radius); color: rgba(255,255,255,.84); background: radial-gradient(circle at 84% 12%, rgba(0,184,217,.24), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-supervision-contact-card h3, .vdt-supervision-schedule-card h2 { margin: 0; color: #fff; font-size: 24px; line-height: 1.2; }
.vdt-supervision-contact-card p, .vdt-supervision-schedule-card p { margin: 0; color: rgba(255,255,255,.84); }
.vdt-supervision-contact-card a { color: #fff; font-weight: 800; text-decoration: none; }
.vdt-supervision-grid, .vdt-supervision-benefit-grid, .vdt-supervision-expert-grid { display: grid; gap: 16px; }
.vdt-supervision-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-supervision-grid article, .vdt-supervision-benefit-grid article, .vdt-supervision-expert-grid article { position: relative; min-height: 126px; padding: 22px 22px 22px 46px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-grid article:hover, .vdt-supervision-benefit-grid article:hover, .vdt-supervision-expert-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-supervision-grid article::before, .vdt-supervision-benefit-grid article::before, .vdt-supervision-expert-grid article::before { content: ""; position: absolute; left: 22px; top: 30px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.16); }
.vdt-supervision-outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-supervision-outcome-grid article { min-height: 164px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-outcome-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-supervision-outcome-grid strong { display: block; color: var(--vdt-navy); line-height: 1.25; }
.vdt-supervision-outcome-grid p { margin: 10px 0 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-supervision-focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-supervision-focus-grid article { overflow: hidden; padding: 0; border-color: rgba(30,91,255,.13); box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-focus-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-supervision-focus-grid h3 { margin: 0; padding: 22px 22px 8px; color: var(--vdt-navy); font-size: 20px; line-height: 1.25; }
.vdt-supervision-focus-grid p { margin: 0; padding: 0 22px 24px; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-supervision-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-supervision-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.vdt-supervision-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(11,31,58,.45) 100%); }
.vdt-supervision-media figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 1; padding: 10px 12px; border-radius: calc(var(--vdt-radius) - 4px); color: #fff; background: rgba(7,26,50,.72); backdrop-filter: blur(8px); font-size: 13px; line-height: 1.45; }
.vdt-supervision-focus-grid .vdt-supervision-media { min-height: 246px; border: 0; border-radius: 0; box-shadow: none; }
.vdt-supervision-focus-grid .vdt-supervision-media img { min-height: 246px; }
.vdt-supervision-program { grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-supervision-program .vdt-supervision-media, .vdt-supervision-program .vdt-supervision-media img { min-height: 360px; }
.vdt-supervision-module-list { display: grid; gap: 12px; }
.vdt-supervision-module-list details { overflow: hidden; border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-supervision-module-list summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--vdt-navy); font-weight: 800; line-height: 1.35; }
.vdt-supervision-module-list summary span { min-width: 82px; color: var(--vdt-blue); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-supervision-module-list ul { display: grid; gap: 8px; margin: 0; padding: 0 20px 20px 118px; color: var(--vdt-muted); }
.vdt-supervision-pricing { grid-template-columns: minmax(300px, .78fr) minmax(0, 1fr); align-items: start; }
.vdt-supervision-fee-card { position: sticky; top: 128px; display: grid; gap: 16px; padding: 30px; border-radius: var(--vdt-radius); color: #fff; background: radial-gradient(circle at 84% 10%, rgba(0,184,217,.25), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-supervision-fee-card span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-supervision-fee-card strong { color: #fff; font-size: 34px; line-height: 1.12; }
.vdt-supervision-fee-card p { margin: 0; color: rgba(255,255,255,.82); }
.vdt-supervision-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-supervision-mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-supervision-mode-grid article { min-height: 230px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-mode-grid article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-supervision-mode-grid h3 { margin: 18px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.25; }
.vdt-supervision-mode-grid p { margin: 0; color: var(--vdt-muted); }
.vdt-supervision-muted { margin: 0 0 18px; color: var(--vdt-muted); }
.vdt-supervision-expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-supervision-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-supervision-process article { min-height: 236px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-supervision-process article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-supervision-process h3 { margin: 18px 0 8px; color: var(--vdt-navy); font-size: 18px; line-height: 1.25; }
.vdt-supervision-process p { margin: 0; color: var(--vdt-muted); font-size: 14px; line-height: 1.55; }
.vdt-supervision-doc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vdt-supervision-doc-grid span { position: relative; min-height: 54px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 10px 26px rgba(11,31,58,.05); }
.vdt-supervision-doc-grid span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-supervision-related-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.vdt-supervision-related-grid a { min-height: 104px; display: flex; align-items: center; padding: 18px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: var(--vdt-navy); text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(11,31,58,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vdt-supervision-related-grid a:hover { transform: translateY(-4px); border-color: rgba(30,91,255,.32); box-shadow: 0 18px 44px rgba(11,31,58,.10); }
.vdt-supervision-faq { max-width: 920px; }
.vdt-supervision-form-layout { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; }
.vdt-supervision-form-intro { position: sticky; top: 128px; }
.vdt-supervision-form { padding: 28px; border-color: rgba(30,91,255,.16); box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-supervision-form textarea { resize: vertical; }
.vdt-supervision-final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 86px 0; background: #071a32; color: #fff; }
.vdt-supervision-final-cta__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-supervision-final-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-supervision-final-cta__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 80% 8%, rgba(0,184,217,.28), transparent 30%), linear-gradient(90deg, rgba(7,26,50,.96), rgba(11,31,58,.82), rgba(11,31,58,.44)); }
.vdt-supervision-final-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-supervision-final-cta h2 { margin: 0 0 12px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-supervision-final-cta p { max-width: 780px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; }
.vdt-supervision-final-cta .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); }
.vdt-estimate-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 48%, #fff 100%); }
.vdt-estimate-sr { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vdt-estimate-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-estimate-hero__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-estimate-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-estimate-hero__overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 16%, rgba(0,184,217,.28), transparent 34%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.91) 48%, rgba(11,31,58,.42) 100%), linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.78)); }
.vdt-estimate-hero__grid { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px); align-items: center; gap: 46px; padding-top: 88px; padding-bottom: 104px; }
.vdt-estimate-hero h1 { margin: 0; max-width: 830px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-estimate-hero p { max-width: 800px; margin: 16px 0 0; color: rgba(255,255,255,.88); font-size: 17px; }
.vdt-estimate-hero__lead { color: #fff !important; font-size: 20px !important; font-weight: 650; line-height: 1.5; }
.vdt-estimate-price { width: fit-content; max-width: 100%; display: inline-flex; align-items: center; gap: 10px; margin: 22px 0 4px; padding: 10px 14px; border: 1px solid rgba(245,184,66,.44); border-radius: 999px; color: #fff; background: rgba(245,184,66,.14); box-shadow: 0 16px 36px rgba(245,184,66,.12); }
.vdt-estimate-price strong { color: var(--vdt-gold); font-size: 20px; }
.vdt-estimate-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-estimate-tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-estimate-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-estimate-hero .vdt-btn--secondary, .vdt-estimate-final .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-estimate-hotline strong { color: #fff; white-space: nowrap; }
.vdt-estimate-hero__card { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.09)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-estimate-hero__card span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-estimate-hero__card strong { color: #fff; font-size: 24px; line-height: 1.2; }
.vdt-estimate-hero__card ul { display: grid; gap: 10px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.vdt-estimate-hero__card li { position: relative; padding-left: 22px; color: rgba(255,255,255,.84); }
.vdt-estimate-hero__card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--vdt-gold); }
.vdt-estimate-quick { position: relative; z-index: 2; margin-top: -56px; }
.vdt-estimate-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-estimate-mini { min-height: 150px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-mini:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 28px 70px rgba(11,31,58,.15); }
.vdt-estimate-mini span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-estimate-mini strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.28; }
.vdt-estimate-section { padding: 92px 0; }
.vdt-estimate-section--soft { background: var(--vdt-bg); }
.vdt-estimate-section--image { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.vdt-estimate-section--dark { color: #fff; background: radial-gradient(circle at 82% 12%, rgba(0,184,217,.22), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 58%, #104d7c 100%); }
.vdt-estimate-section--form { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.vdt-estimate-heading { max-width: 820px; margin-bottom: 34px; }
.vdt-estimate-heading h2, .vdt-estimate-copy h2, .vdt-estimate-form-copy h2 { margin: 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-estimate-heading p, .vdt-estimate-copy p, .vdt-estimate-form-copy p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-estimate-section--dark .vdt-estimate-copy h2, .vdt-estimate-section--dark .vdt-estimate-copy p { color: #fff; }
.vdt-estimate-label { display: inline-flex; width: fit-content; margin-bottom: 12px; padding: 6px 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: var(--vdt-blue); background: #eef4ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-estimate-section--dark .vdt-estimate-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-estimate-split, .vdt-estimate-program, .vdt-estimate-pricing, .vdt-estimate-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.vdt-estimate-split--reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.vdt-estimate-copy { display: grid; gap: 14px; }
.vdt-estimate-copy p { margin: 0; color: #344054; }
.vdt-estimate-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-estimate-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.vdt-estimate-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(11,31,58,.45) 100%); }
.vdt-estimate-media figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; z-index: 1; padding: 10px 12px; border-radius: calc(var(--vdt-radius) - 4px); color: #fff; background: rgba(7,26,50,.72); backdrop-filter: blur(8px); font-size: 13px; line-height: 1.45; }
.vdt-estimate-grid, .vdt-estimate-image-grid, .vdt-estimate-info-grid { display: grid; gap: 16px; }
.vdt-estimate-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-estimate-card { position: relative; min-height: 168px; padding: 24px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-card:hover, .vdt-estimate-image-card:hover, .vdt-estimate-step:hover, .vdt-estimate-info:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-estimate-card h3, .vdt-estimate-image-card h3, .vdt-estimate-step h3, .vdt-estimate-info h2 { margin: 0 0 10px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-estimate-card p, .vdt-estimate-image-card p, .vdt-estimate-step p, .vdt-estimate-info p { margin: 0; color: var(--vdt-muted); }
.vdt-estimate-card--mode { min-height: 230px; }
.vdt-estimate-card--mode a { display: inline-flex; margin-top: 16px; color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-estimate-outcomes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-estimate-outcome { min-height: 150px; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); color: #344054; font-weight: 700; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-outcome:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-estimate-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-estimate-image-card { overflow: hidden; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-image-card figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; background: #eef4ff; }
.vdt-estimate-image-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .35s ease; }
.vdt-estimate-image-card:hover img { transform: scale(1.035); }
.vdt-estimate-image-card figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 9px 10px; border-radius: calc(var(--vdt-radius) - 4px); color: #fff; background: rgba(7,26,50,.70); backdrop-filter: blur(8px); font-size: 12px; line-height: 1.4; }
.vdt-estimate-image-card h3 { padding: 22px 22px 0; }
.vdt-estimate-image-card p { padding: 0 22px 24px; }
.vdt-estimate-program { grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-estimate-program__intro .vdt-estimate-media, .vdt-estimate-program__intro .vdt-estimate-media img { min-height: 360px; }
.vdt-estimate-modules { display: grid; gap: 12px; }
.vdt-estimate-module { overflow: hidden; border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-estimate-module summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--vdt-navy); font-weight: 800; line-height: 1.35; }
.vdt-estimate-module summary span { min-width: 82px; color: var(--vdt-blue); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-estimate-module ul { display: grid; gap: 8px; margin: 0; padding: 0 20px 20px 118px; color: var(--vdt-muted); }
.vdt-estimate-pricing { grid-template-columns: minmax(300px, .76fr) minmax(0, 1fr); align-items: start; }
.vdt-estimate-fee { position: sticky; top: 128px; display: grid; gap: 16px; padding: 30px; border-radius: var(--vdt-radius); color: #fff; background: radial-gradient(circle at 84% 10%, rgba(0,184,217,.25), transparent 32%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-estimate-fee span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vdt-estimate-fee strong { color: #fff; font-size: 38px; line-height: 1.1; }
.vdt-estimate-fee p { margin: 0; color: rgba(255,255,255,.82); }
.vdt-estimate-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vdt-estimate-checks span, .vdt-estimate-experts span { position: relative; min-height: 58px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: #344054; font-weight: 700; box-shadow: 0 10px 26px rgba(11,31,58,.05); }
.vdt-estimate-checks span::before, .vdt-estimate-experts span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-estimate-experts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.vdt-estimate-experts span { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.10); color: #fff; box-shadow: none; }
.vdt-estimate-legal { margin-top: 8px; padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: rgba(255,255,255,.90); background: rgba(255,255,255,.10); }
.vdt-estimate-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-estimate-step { min-height: 236px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-step span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; }
.vdt-estimate-step h3 { margin-top: 18px; font-size: 18px; }
.vdt-estimate-info-grid { grid-template-columns: minmax(0, .9fr) minmax(0, .82fr) minmax(0, 1fr); }
.vdt-estimate-info { padding: 26px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-estimate-info ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; color: #344054; }
.vdt-estimate-related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vdt-estimate-related a { min-height: 58px; display: flex; align-items: center; padding: 12px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); color: var(--vdt-navy); background: #f9fbff; text-decoration: none; font-weight: 750; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.vdt-estimate-related a:hover { transform: translateY(-3px); border-color: rgba(30,91,255,.32); box-shadow: 0 14px 30px rgba(11,31,58,.08); }
.vdt-estimate-faq { max-width: 920px; display: grid; gap: 12px; }
.vdt-estimate-faq details { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-estimate-faq summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-estimate-faq p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-estimate-form-layout { grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); align-items: start; }
.vdt-estimate-form-copy { position: sticky; top: 128px; }
.vdt-estimate-form-copy .vdt-estimate-media, .vdt-estimate-form-copy .vdt-estimate-media img { min-height: 280px; }
.vdt-estimate-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-estimate-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-estimate-form input, .vdt-estimate-form textarea, .vdt-estimate-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-estimate-form textarea { resize: vertical; }
.vdt-estimate-form input:focus, .vdt-estimate-form textarea:focus, .vdt-estimate-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-estimate-form__full { grid-column: 1 / -1; }
.vdt-estimate-consent { display: flex !important; align-items: flex-start; gap: 10px !important; color: #344054 !important; font-weight: 500 !important; }
.vdt-estimate-consent input { width: 18px; min-width: 18px; margin-top: 4px; }
.vdt-estimate-final { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0; color: #fff; background: #071a32; }
.vdt-estimate-final > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.vdt-estimate-final__overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 80% 8%, rgba(0,184,217,.26), transparent 30%), linear-gradient(90deg, rgba(7,26,50,.96), rgba(11,31,58,.82), rgba(11,31,58,.46)); }
.vdt-estimate-final__content { max-width: 850px; }
.vdt-estimate-final h2 { margin: 0 0 14px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-estimate-final p { margin: 0; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-fade-up { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.vdt-fade-up.vdt-is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vdt-fade-up, .vdt-card, .vdt-btn { transition: none; transform: none !important; opacity: 1; }
}

.vdt-construction-page { overflow-x: hidden; background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%); }
.vdt-construction-page * { min-width: 0; }
.vdt-construction-page .vdt-site-header { box-shadow: 0 12px 34px rgba(11,31,58,.06); }
.vdt-construction-sr { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vdt-construction-hero { position: relative; isolation: isolate; min-height: 740px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-construction-hero__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-construction-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-construction-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.46) 100%), linear-gradient(180deg, rgba(7,26,50,.06), rgba(7,26,50,.78)); }
.vdt-construction-hero__grid { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 430px); align-items: center; gap: 48px; padding-top: 88px; padding-bottom: 104px; }
.vdt-construction-hero h1 { margin: 0; max-width: 840px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-construction-hero p { max-width: 820px; margin: 16px 0 0; color: rgba(255,255,255,.86); font-size: 17px; }
.vdt-construction-hero__lead { color: #fff !important; font-size: 20px !important; font-weight: 650; line-height: 1.5; }
.vdt-construction-tags { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-construction-tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-construction-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-construction-hero .vdt-btn--secondary, .vdt-construction-section--dark .vdt-btn--secondary, .vdt-construction-final .vdt-btn--secondary { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-construction-hotline strong { color: #fff; white-space: nowrap; }
.vdt-construction-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-construction-hero__panel span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-construction-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.22; }
.vdt-construction-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.vdt-construction-hero__panel li { position: relative; padding-left: 24px; color: rgba(255,255,255,.84); font-size: 14px; }
.vdt-construction-hero__panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.14); }
.vdt-construction-quick { position: relative; z-index: 2; margin-top: -56px; }
.vdt-construction-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-construction-mini { min-height: 154px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-construction-mini:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 28px 70px rgba(11,31,58,.15); }
.vdt-construction-mini span, .vdt-construction-label { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-construction-mini strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.28; }
.vdt-construction-section { padding: 92px 0; }
.vdt-construction-section--soft { background: var(--vdt-bg); }
.vdt-construction-section--image { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.vdt-construction-section--dark { color: #fff; background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 58%, #104d7c 100%); }
.vdt-construction-section--form { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.vdt-construction-heading { max-width: 860px; margin-bottom: 34px; }
.vdt-construction-heading h2, .vdt-construction-copy h2, .vdt-construction-form-copy h2, .vdt-construction-schedule h2 { margin: 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-construction-heading p, .vdt-construction-copy p, .vdt-construction-form-copy p, .vdt-construction-schedule p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-construction-section--dark .vdt-construction-copy h2, .vdt-construction-section--dark .vdt-construction-copy p { color: #fff; }
.vdt-construction-section--dark .vdt-construction-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-construction-split, .vdt-construction-program, .vdt-construction-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.vdt-construction-split--reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.vdt-construction-copy { display: grid; gap: 14px; }
.vdt-construction-copy p { margin: 0; color: #344054; }
.vdt-construction-info-panel { padding: 28px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 20px 58px rgba(11,31,58,.08); }
.vdt-construction-info-panel h2 { margin: 0 0 16px; color: var(--vdt-navy); line-height: 1.24; }
.vdt-construction-info-panel p { margin: 0 0 12px; color: #344054; }
.vdt-construction-info-panel a, .vdt-construction-form-copy a { color: var(--vdt-blue); font-weight: 750; overflow-wrap: anywhere; text-decoration: none; }
.vdt-construction-card-grid, .vdt-construction-decision-grid, .vdt-construction-course-grid, .vdt-construction-outcome-grid, .vdt-construction-mode-grid, .vdt-construction-expert-grid, .vdt-construction-process { display: grid; gap: 16px; }
.vdt-construction-card-grid--3, .vdt-construction-mode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-construction-card, .vdt-construction-decision, .vdt-construction-mode, .vdt-construction-step { border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-construction-card { min-height: 170px; padding: 24px; }
.vdt-construction-card:hover, .vdt-construction-decision:hover, .vdt-construction-course-card:hover, .vdt-construction-outcome:hover, .vdt-construction-mode:hover, .vdt-construction-step:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 22px 54px rgba(11,31,58,.11); }
.vdt-construction-card h3, .vdt-construction-decision h3, .vdt-construction-course-card h3, .vdt-construction-mode h3, .vdt-construction-step h3 { margin: 0 0 10px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-construction-card p, .vdt-construction-course-card p, .vdt-construction-mode p, .vdt-construction-step p { margin: 0; color: var(--vdt-muted); }
.vdt-construction-decision-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-construction-decision { min-height: 178px; display: grid; align-content: start; padding: 22px; }
.vdt-construction-decision span { color: var(--vdt-blue); font-size: 13px; font-weight: 800; line-height: 1.35; }
.vdt-construction-decision h3 { margin-top: 10px; font-size: 19px; }
.vdt-construction-decision a, .vdt-construction-course-card__actions a { color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-construction-course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-construction-course-card { overflow: hidden; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-construction-course-card figure { position: relative; min-height: 248px; margin: 0; overflow: hidden; background: #eef4ff; }
.vdt-construction-course-card img { width: 100%; height: 248px; object-fit: cover; transition: transform .35s ease; }
.vdt-construction-course-card:hover img { transform: scale(1.035); }
.vdt-construction-course-card figcaption, .vdt-construction-media figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 1; padding: 9px 10px; border-radius: calc(var(--vdt-radius) - 4px); color: #fff; background: rgba(7,26,50,.72); backdrop-filter: blur(8px); font-size: 12px; line-height: 1.4; }
.vdt-construction-course-card__body { display: grid; gap: 12px; padding: 22px; }
.vdt-construction-course-card__body > span { color: var(--vdt-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-construction-course-card__format { color: #344054 !important; font-weight: 750; }
.vdt-construction-course-card__actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 12px; border-top: 1px solid var(--vdt-border); }
.vdt-construction-outcome-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-construction-outcome { min-height: 142px; display: flex; align-items: center; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); color: #344054; font-weight: 750; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-construction-program { grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-construction-modules { display: grid; gap: 12px; }
.vdt-construction-module { overflow: hidden; border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-construction-module summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: var(--vdt-navy); font-weight: 800; line-height: 1.35; }
.vdt-construction-module summary span { min-width: 82px; color: var(--vdt-blue); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-construction-module p { margin: 0; padding: 0 20px 20px 118px; color: var(--vdt-muted); }
.vdt-construction-mode { min-height: 230px; padding: 24px; }
.vdt-construction-mode span, .vdt-construction-step span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(30,91,255,.18); }
.vdt-construction-mode h3, .vdt-construction-step h3 { margin-top: 18px; font-size: 19px; }
.vdt-construction-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-construction-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.vdt-construction-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0) 48%, rgba(11,31,58,.45) 100%); }
.vdt-construction-media--dark { border-color: rgba(255,255,255,.16); box-shadow: 0 24px 64px rgba(0,0,0,.22); }
.vdt-construction-expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; }
.vdt-construction-expert-grid span { position: relative; min-height: 58px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); background: rgba(255,255,255,.10); color: #fff; font-weight: 700; }
.vdt-construction-expert-grid span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-construction-legal { margin-top: 8px; padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; }
.vdt-construction-process { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vdt-construction-step { min-height: 252px; display: flex; flex-direction: column; padding: 22px; }
.vdt-construction-schedule { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 30px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); box-shadow: 0 20px 58px rgba(11,31,58,.08); }
.vdt-construction-faq { max-width: 960px; display: grid; gap: 12px; }
.vdt-construction-faq details { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-construction-faq summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-construction-faq p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-construction-form-layout { grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); align-items: start; }
.vdt-construction-form-copy { position: sticky; top: 128px; }
.vdt-construction-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-construction-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-construction-form input, .vdt-construction-form textarea, .vdt-construction-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-construction-form textarea { resize: vertical; }
.vdt-construction-form input:focus, .vdt-construction-form textarea:focus, .vdt-construction-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-construction-form__full { grid-column: 1 / -1; }
.vdt-construction-consent { display: flex !important; align-items: flex-start; gap: 10px !important; color: #344054 !important; font-weight: 500 !important; }
.vdt-construction-consent input { width: 18px; min-width: 18px; margin-top: 4px; }
.vdt-construction-final { overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); }
.vdt-construction-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-construction-final h2 { margin: 0; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-construction-final p { max-width: 820px; margin: 14px 0 0; color: rgba(255,255,255,.88); font-size: 18px; }
.vdt-construction-final__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
@keyframes vdtConstructionPulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(30,91,255,.18); }
  50% { box-shadow: 0 14px 34px rgba(0,184,217,.28); }
}
.vdt-construction-step span { animation: vdtConstructionPulse 4.5s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .vdt-construction-step span { animation: none; }
}

/* Project management course page */
.vdt-pm-page { overflow-x: hidden; background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%); }
.vdt-pm-page * { min-width: 0; }
.vdt-pm-page .vdt-site-header { box-shadow: 0 12px 34px rgba(11,31,58,.06); }
.vdt-pm-sr { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vdt-pm-hero { position: relative; isolation: isolate; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-pm-hero__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-pm-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-pm-hero__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 28%, rgba(0,184,217,.18), transparent 34%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.36) 100%), linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.78)); }
.vdt-pm-hero__grid { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, 430px); align-items: center; gap: 50px; padding-top: 90px; padding-bottom: 112px; }
.vdt-pm-hero h1 { margin: 0; max-width: 850px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-pm-hero p { max-width: 820px; margin: 16px 0 0; color: rgba(255,255,255,.88); font-size: 17px; }
.vdt-pm-hero__lead { color: #fff !important; font-size: 20px !important; font-weight: 650; line-height: 1.5; }
.vdt-pm-price-pill { width: fit-content; max-width: 100%; display: inline-flex; align-items: center; gap: 14px; margin-top: 24px; padding: 10px 14px; border: 1px solid rgba(245,184,66,.44); border-radius: 999px; color: #fff; background: linear-gradient(135deg, rgba(245,184,66,.22), rgba(0,184,217,.14)); box-shadow: 0 18px 42px rgba(245,184,66,.12); }
.vdt-pm-price-pill span { color: var(--vdt-gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-pm-price-pill strong { color: #fff; font-size: 19px; white-space: nowrap; }
.vdt-pm-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-pm-tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-pm-actions, .vdt-pm-final__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-pm-btn { position: relative; min-height: 52px; padding: 0 24px; font-weight: 800; letter-spacing: 0; overflow: hidden; }
.vdt-pm-btn--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1e5bff 0%, #00b8d9 58%, #17d6ff 100%); box-shadow: 0 18px 44px rgba(30,91,255,.34), 0 0 0 1px rgba(255,255,255,.10) inset; }
.vdt-pm-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(30,91,255,.42), 0 0 28px rgba(0,184,217,.22); }
.vdt-pm-btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-pm-btn--pulse::after { content: ""; position: absolute; inset: -2px; border-radius: inherit; border: 1px solid rgba(0,184,217,.45); opacity: 0; animation: vdtPmPulse 3.6s ease-in-out infinite; }
.vdt-pm-hotline strong { color: #fff; white-space: nowrap; }
.vdt-pm-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-pm-hero__panel span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-pm-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.22; }
.vdt-pm-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.vdt-pm-hero__panel li { position: relative; padding-left: 24px; color: rgba(255,255,255,.86); font-size: 14px; }
.vdt-pm-hero__panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.14); }
.vdt-pm-panel-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--vdt-navy); background: #fff; text-decoration: none; font-weight: 800; }
.vdt-pm-quick { position: relative; z-index: 2; margin-top: -58px; }
.vdt-pm-quick__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vdt-pm-mini { min-height: 156px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-pm-mini:hover, .vdt-pm-card:hover, .vdt-pm-outcome:hover, .vdt-pm-mode:hover, .vdt-pm-step:hover, .vdt-pm-benefits article:hover, .vdt-pm-related a:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-pm-mini span, .vdt-pm-label { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-pm-mini strong { display: block; margin-top: 14px; color: var(--vdt-navy); line-height: 1.28; }
.vdt-pm-section { padding: 92px 0; }
.vdt-pm-section--soft { background: var(--vdt-bg); }
.vdt-pm-section--dark { color: #fff; background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 58%, #104d7c 100%); }
.vdt-pm-section--form { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.vdt-pm-heading { max-width: 880px; margin-bottom: 34px; }
.vdt-pm-heading h2, .vdt-pm-copy h2, .vdt-pm-checklist h2, .vdt-pm-schedule h2, .vdt-pm-form-copy h2 { margin: 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-pm-heading p, .vdt-pm-copy p, .vdt-pm-checklist p, .vdt-pm-schedule p, .vdt-pm-form-copy p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-pm-section--dark .vdt-pm-copy h2, .vdt-pm-section--dark .vdt-pm-copy p { color: #fff; }
.vdt-pm-section--dark .vdt-pm-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-pm-split, .vdt-pm-program, .vdt-pm-pricing, .vdt-pm-form-layout, .vdt-pm-info-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 44px; align-items: center; }
.vdt-pm-split--reverse { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.vdt-pm-copy { display: grid; gap: 14px; }
.vdt-pm-copy p { margin: 0; color: #344054; }
.vdt-pm-info-panel, .vdt-pm-checklist, .vdt-pm-schedule { padding: 28px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 20px 58px rgba(11,31,58,.08); }
.vdt-pm-info-panel h2 { margin: 0 0 16px; color: var(--vdt-navy); line-height: 1.24; }
.vdt-pm-info-panel p { margin: 0 0 12px; color: #344054; }
.vdt-pm-info-panel a, .vdt-pm-form-copy a { color: var(--vdt-blue); font-weight: 750; overflow-wrap: anywhere; text-decoration: none; }
.vdt-pm-card-grid, .vdt-pm-outcome-grid, .vdt-pm-mode-grid, .vdt-pm-expert-grid, .vdt-pm-process, .vdt-pm-related, .vdt-pm-benefits { display: grid; gap: 16px; }
.vdt-pm-card-grid--3, .vdt-pm-mode-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-pm-card, .vdt-pm-mode, .vdt-pm-step, .vdt-pm-benefits article, .vdt-pm-related a { border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-pm-card { min-height: 176px; padding: 24px; }
.vdt-pm-card h3, .vdt-pm-mode h3, .vdt-pm-step h3 { margin: 0 0 10px; color: var(--vdt-navy); line-height: 1.25; }
.vdt-pm-card p, .vdt-pm-mode p, .vdt-pm-step p, .vdt-pm-benefits p { margin: 0; color: var(--vdt-muted); }
.vdt-pm-outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-pm-outcome { min-height: 118px; display: flex; align-items: center; padding: 20px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); color: #344054; font-weight: 750; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-pm-outcome--wide { grid-column: 1 / -1; }
.vdt-pm-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-pm-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.vdt-pm-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,0) 48%, rgba(11,31,58,.45) 100%); }
.vdt-pm-media figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 1; padding: 9px 10px; border-radius: calc(var(--vdt-radius) - 4px); color: #fff; background: rgba(7,26,50,.72); backdrop-filter: blur(8px); font-size: 12px; line-height: 1.4; }
.vdt-pm-media--dark { border-color: rgba(255,255,255,.16); box-shadow: 0 24px 64px rgba(0,0,0,.22); }
.vdt-pm-program { grid-template-columns: minmax(300px, .82fr) minmax(0, 1fr); align-items: start; }
.vdt-pm-modules { display: grid; gap: 12px; }
.vdt-pm-module { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); background: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(0,0,0,.10); }
.vdt-pm-module summary { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; color: #fff; font-weight: 800; line-height: 1.35; }
.vdt-pm-module summary span { min-width: 82px; color: var(--vdt-gold); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.vdt-pm-module ul { margin: 0; padding: 0 20px 20px 118px; color: rgba(255,255,255,.84); }
.vdt-pm-pricing { align-items: stretch; }
.vdt-pm-price-card { display: grid; align-content: start; gap: 16px; padding: 34px; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 52%, #116b94 100%); box-shadow: 0 28px 78px rgba(11,31,58,.20); }
.vdt-pm-price-card .vdt-pm-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-pm-price-card h2 { margin: 0; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.08; }
.vdt-pm-price-card small { font-size: 17px; color: rgba(255,255,255,.82); }
.vdt-pm-price-card p, .vdt-pm-price-card li { color: rgba(255,255,255,.86); }
.vdt-pm-price-card ul, .vdt-pm-checklist ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.vdt-pm-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-pm-benefits article { min-height: 184px; padding: 22px; }
.vdt-pm-benefits span, .vdt-pm-mode span, .vdt-pm-step span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(30,91,255,.18); }
.vdt-pm-benefits strong { display: block; margin: 16px 0 8px; color: var(--vdt-navy); font-size: 18px; line-height: 1.25; }
.vdt-pm-mode { min-height: 230px; padding: 24px; }
.vdt-pm-mode h3, .vdt-pm-step h3 { margin-top: 18px; font-size: 19px; }
.vdt-pm-expert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; }
.vdt-pm-expert-grid span { position: relative; min-height: 58px; display: flex; align-items: center; padding: 12px 14px 12px 38px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; color: var(--vdt-navy); font-weight: 750; box-shadow: 0 10px 28px rgba(11,31,58,.05); }
.vdt-pm-expert-grid span::before { content: ""; position: absolute; left: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 4px rgba(245,184,66,.18); }
.vdt-pm-legal { margin-top: 8px; padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; }
.vdt-pm-process { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vdt-pm-step { min-height: 252px; display: flex; flex-direction: column; padding: 22px; }
.vdt-pm-info-grid { align-items: stretch; }
.vdt-pm-schedule { display: grid; align-content: start; gap: 14px; background: linear-gradient(180deg, #fff 0%, #f9fbff 100%); }
.vdt-pm-related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vdt-pm-related a { min-height: 86px; display: flex; align-items: center; padding: 18px; color: var(--vdt-navy); font-weight: 800; text-decoration: none; }
.vdt-pm-faq { max-width: 980px; display: grid; gap: 12px; }
.vdt-pm-faq details { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-pm-faq summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-pm-faq p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-pm-form-layout { grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); align-items: start; }
.vdt-pm-form-copy { position: sticky; top: 128px; }
.vdt-pm-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-pm-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-pm-form input, .vdt-pm-form textarea, .vdt-pm-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-pm-form textarea { resize: vertical; }
.vdt-pm-form input:focus, .vdt-pm-form textarea:focus, .vdt-pm-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-pm-form__full { grid-column: 1 / -1; }
.vdt-pm-consent { display: flex !important; align-items: flex-start; gap: 10px !important; color: #344054 !important; font-weight: 500 !important; }
.vdt-pm-consent input { width: 18px; min-width: 18px; margin-top: 4px; }
.vdt-pm-final { position: relative; isolation: isolate; overflow: hidden; scroll-margin-top: 132px; padding: 92px 0; color: #fff; background: #071a32; }
.vdt-pm-final__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-pm-final__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-pm-final__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.86) 52%, rgba(11,31,58,.40) 100%); }
.vdt-pm-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-pm-final__inner.vdt-fade-up { opacity: 1 !important; transform: none !important; }
.vdt-pm-final h2 { margin: 0; max-width: 760px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-pm-final p { max-width: 800px; margin: 14px 0 0; color: rgba(255,255,255,.90); font-size: 18px; }
.vdt-pm-step span { animation: vdtPmStep 4.8s ease-in-out infinite; }
@keyframes vdtPmPulse {
  0%, 100% { opacity: 0; transform: scale(.98); }
  45% { opacity: 1; transform: scale(1.08); }
}
@keyframes vdtPmStep {
  0%, 100% { box-shadow: 0 12px 28px rgba(30,91,255,.18); }
  50% { box-shadow: 0 12px 32px rgba(0,184,217,.36); }
}
@media (prefers-reduced-motion: reduce) {
  .vdt-pm-btn--pulse::after, .vdt-pm-step span { animation: none; }
}

/* Apartment operation course extensions */
.vdt-apartment-page .vdt-pm-price-pill strong { white-space: normal; }
.vdt-apartment-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-apartment-testimonial { min-height: 260px; display: flex; flex-direction: column; gap: 12px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-apartment-testimonial:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-apartment-stars { color: var(--vdt-gold); font-size: 18px; letter-spacing: 2px; line-height: 1; text-shadow: 0 6px 18px rgba(245,184,66,.18); }
.vdt-apartment-testimonial p { margin: 0; color: #344054; line-height: 1.7; }
.vdt-apartment-testimonial strong { margin-top: auto; color: var(--vdt-navy); line-height: 1.35; }
.vdt-apartment-testimonial span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; }
.vdt-course-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-course-testimonial { min-height: 288px; display: flex; flex-direction: column; gap: 12px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-course-testimonial:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-course-stars { color: var(--vdt-gold); font-size: 18px; letter-spacing: 2px; line-height: 1; text-shadow: 0 6px 18px rgba(245,184,66,.18); }
.vdt-course-testimonial p { margin: 0; color: #344054; line-height: 1.7; }
.vdt-course-reviewer { margin-top: auto; display: grid; gap: 4px; }
.vdt-course-reviewer strong { color: var(--vdt-navy); line-height: 1.35; }
.vdt-course-reviewer-meta { color: var(--vdt-muted); font-size: 14px; line-height: 1.4; }
.vdt-course-review-tag { width: fit-content; max-width: 100%; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; line-height: 1.3; }

.vdt-service-testimonials { padding: clamp(54px, 7vw, 92px) 0; background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%); }
.vdt-service-testimonials__header { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.vdt-service-testimonials__header span { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; padding: 8px 14px; border-radius: 999px; color: #1e5bff; background: rgba(30,91,255,.09); border: 1px solid rgba(30,91,255,.14); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.vdt-service-testimonials__header h2 { margin: 0; color: var(--vdt-heading); }
.vdt-service-testimonials__header p { margin: 12px auto 0; max-width: 760px; color: #475467; line-height: 1.7; }
.vdt-service-testimonials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vdt-service-testimonial { min-height: 300px; display: flex; flex-direction: column; gap: 13px; padding: 24px; border: 1px solid rgba(30,91,255,.14); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 18px 48px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-service-testimonial:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.3); box-shadow: 0 24px 62px rgba(11,31,58,.12); }
.vdt-service-testimonial__stars { color: var(--vdt-gold); font-size: 18px; letter-spacing: 2px; line-height: 1; text-shadow: 0 6px 18px rgba(245,184,66,.18); }
.vdt-service-testimonial__quote { margin: 0; color: #344054; line-height: 1.72; }
.vdt-service-testimonial__person { margin-top: auto; display: grid; gap: 4px; }
.vdt-service-testimonial__person strong { color: var(--vdt-navy); line-height: 1.35; }
.vdt-service-testimonial__role { color: var(--vdt-muted); font-size: 14px; line-height: 1.4; }
.vdt-service-testimonial__tag { width: fit-content; max-width: 100%; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; line-height: 1.3; }

/* Real estate exchange management course extensions */
.vdt-rex-page .vdt-pm-price-pill strong { white-space: normal; }
.vdt-rex-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-rex-testimonial { min-height: 260px; display: flex; flex-direction: column; gap: 12px; padding: 24px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 16px 42px rgba(11,31,58,.07); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-rex-testimonial:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-rex-stars { color: var(--vdt-gold); font-size: 18px; letter-spacing: 2px; line-height: 1; text-shadow: 0 6px 18px rgba(245,184,66,.18); }
.vdt-rex-testimonial p { margin: 0; color: #344054; line-height: 1.7; }
.vdt-rex-testimonial strong { margin-top: auto; color: var(--vdt-navy); line-height: 1.35; }
.vdt-rex-testimonial span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; }

/* Schedule page */
.vdt-schedule-page { background: #fff; }
.vdt-schedule-page [hidden] { display: none !important; }
.vdt-schedule-hero { position: relative; isolation: isolate; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-schedule-hero__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-schedule-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-schedule-hero__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 74% 24%, rgba(0,184,217,.20), transparent 34%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.30) 100%), linear-gradient(180deg, rgba(7,26,50,.10), rgba(7,26,50,.78)); }
.vdt-schedule-hero__inner { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 430px); align-items: center; gap: 48px; padding-top: 88px; padding-bottom: 112px; }
.vdt-schedule-hero h1 { margin: 0; max-width: 850px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-schedule-hero p { max-width: 830px; margin: 16px 0 0; color: rgba(255,255,255,.88); font-size: 17px; }
.vdt-schedule-hero__lead { color: #fff !important; font-size: 20px !important; font-weight: 650; line-height: 1.5; }
.vdt-schedule-hero__tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-schedule-hero__tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-schedule-actions, .vdt-schedule-final__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-schedule-btn { position: relative; min-height: 52px; padding: 0 24px; font-weight: 800; letter-spacing: 0; overflow: hidden; }
.vdt-schedule-btn--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1e5bff 0%, #00b8d9 58%, #17d6ff 100%); box-shadow: 0 18px 44px rgba(30,91,255,.34), 0 0 0 1px rgba(255,255,255,.10) inset; }
.vdt-schedule-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(30,91,255,.42), 0 0 28px rgba(0,184,217,.22); }
.vdt-schedule-btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-schedule-hotline strong { color: #fff; white-space: nowrap; }
.vdt-schedule-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-schedule-hero__panel span { color: var(--vdt-gold); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-schedule-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.22; }
.vdt-schedule-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.vdt-schedule-hero__panel li { position: relative; padding-left: 24px; color: rgba(255,255,255,.86); font-size: 14px; }
.vdt-schedule-hero__panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.14); }
.vdt-schedule-panel-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--vdt-navy); background: #fff; text-decoration: none; font-weight: 800; }
.vdt-schedule-stats { position: relative; z-index: 2; margin-top: -58px; }
.vdt-schedule-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vdt-schedule-stats article { min-height: 166px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-schedule-stats article:hover, .vdt-schedule-course:hover, .vdt-schedule-steps article:hover, .vdt-schedule-onsite__list article:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-schedule-stat-top { display: flex; align-items: center; gap: 12px; min-height: 48px; }
.vdt-schedule-stats .vdt-schedule-stat-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; padding: 0; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); color: #175cd3; background: linear-gradient(135deg, #eff8ff, #e6fbff); box-shadow: 0 12px 30px rgba(30,91,255,.10); }
.vdt-schedule-stats .vdt-schedule-stat-icon svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.vdt-schedule-stats .vdt-schedule-stat-metric { display: inline-flex; margin: 0; color: var(--vdt-navy); font-size: 25px; line-height: 1; font-weight: 850; }
.vdt-schedule-stats strong { display: block; margin-top: 14px; color: var(--vdt-navy); font-size: 18px; line-height: 1.25; }
.vdt-schedule-stats p { margin: 8px 0 0; color: var(--vdt-muted); }
.vdt-schedule-section { padding: 92px 0; }
.vdt-schedule-section--soft { background: var(--vdt-bg); }
.vdt-schedule-section--dark { color: #fff; background: linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 58%, #104d7c 100%); }
.vdt-schedule-heading { max-width: 880px; margin-bottom: 34px; }
.vdt-schedule-heading--compact { margin-bottom: 22px; }
.vdt-schedule-heading span, .vdt-schedule-label { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-schedule-heading h2, .vdt-schedule-consult__copy h2, .vdt-schedule-onsite__copy h2, .vdt-schedule-legal h2 { margin: 12px 0 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-schedule-heading p, .vdt-schedule-consult__copy p, .vdt-schedule-onsite__copy p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-schedule-section--dark .vdt-schedule-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-schedule-section--dark .vdt-schedule-onsite__copy h2, .vdt-schedule-section--dark .vdt-schedule-onsite__copy p { color: #fff; }
.vdt-schedule-filters { display: flex; flex-wrap: wrap; gap: 10px; padding: 16px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: rgba(255,255,255,.82); box-shadow: 0 18px 48px rgba(11,31,58,.08); backdrop-filter: blur(10px); }
.vdt-schedule-filters button { min-height: 40px; border: 1px solid rgba(30,91,255,.15); border-radius: 999px; padding: 0 14px; color: var(--vdt-navy); background: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.vdt-schedule-filters button:hover { transform: translateY(-2px); border-color: rgba(30,91,255,.34); box-shadow: 0 10px 24px rgba(11,31,58,.08); }
.vdt-schedule-filters button.vdt-is-active { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 14px 30px rgba(30,91,255,.22); }
.vdt-schedule-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-schedule-course { min-height: 430px; display: flex; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-schedule-course > div:first-child span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.vdt-schedule-course strong { display: block; margin-top: 12px; color: var(--vdt-navy); font-size: 20px; line-height: 1.28; }
.vdt-schedule-course dl { display: grid; grid-template-columns: minmax(82px, .48fr) minmax(0, 1fr); gap: 9px 12px; margin: 0; color: #344054; }
.vdt-schedule-course dt { color: #667085; font-size: 13px; font-weight: 800; }
.vdt-schedule-course dd { margin: 0; color: #1d2939; font-size: 14px; font-weight: 650; line-height: 1.45; }
.vdt-schedule-status { width: fit-content; min-height: 28px; display: inline-flex; align-items: center; margin: auto 0 0; padding: 0 10px; border-radius: 999px; font-size: 12px; font-weight: 800; line-height: 1; }
.vdt-schedule-status--open { color: #027a48; background: #ecfdf3; }
.vdt-schedule-status--soon { color: #b54708; background: #fffaeb; }
.vdt-schedule-status--waiting { color: #175cd3; background: #eff8ff; }
.vdt-schedule-status--onsite { color: #6941c6; background: #f4f3ff; }
.vdt-schedule-card-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.vdt-schedule-card-actions a, .vdt-schedule-table-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 800; }
.vdt-schedule-card-actions a:first-child, .vdt-schedule-table-cta { color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 12px 26px rgba(30,91,255,.20); }
.vdt-schedule-card-actions a:last-child { color: var(--vdt-blue); background: #eff8ff; }
.vdt-schedule-dashboard { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.vdt-schedule-dashboard__media { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr); align-items: stretch; margin: 0; border-radius: var(--vdt-radius); border: 1px solid rgba(30,91,255,.13); background: #eef4ff; box-shadow: 0 24px 64px rgba(11,31,58,.12); }
.vdt-schedule-dashboard__media img { width: 100%; height: 320px; min-height: 0; object-fit: cover; }
.vdt-schedule-dashboard__media figcaption, .vdt-schedule-consult figure figcaption { padding: 12px 14px; color: #344054; background: #fff; font-size: 13px; line-height: 1.5; }
.vdt-schedule-dashboard__media figcaption { display: flex; align-items: center; }
.vdt-schedule-table-wrap { padding: 26px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.09); overflow: hidden; }
.vdt-schedule-table-wrap.vdt-fade-up { opacity: 1 !important; transform: none !important; }
.vdt-schedule-table { width: 100%; border-collapse: separate; border-spacing: 0 10px; }
.vdt-schedule-table th { padding: 0 10px 10px; color: #667085; font-size: 12px; text-align: left; text-transform: uppercase; letter-spacing: 0; }
.vdt-schedule-table td { padding: 14px 10px; color: #344054; font-size: 13px; line-height: 1.45; background: #f8fbff; border-top: 1px solid rgba(30,91,255,.10); border-bottom: 1px solid rgba(30,91,255,.10); vertical-align: middle; }
.vdt-schedule-table td:first-child { border-left: 1px solid rgba(30,91,255,.10); border-radius: var(--vdt-radius) 0 0 var(--vdt-radius); color: var(--vdt-blue); font-weight: 800; white-space: nowrap; }
.vdt-schedule-table td:last-child { border-right: 1px solid rgba(30,91,255,.10); border-radius: 0 var(--vdt-radius) var(--vdt-radius) 0; }
.vdt-schedule-table .vdt-schedule-status { margin: 0; white-space: nowrap; }
.vdt-schedule-table-cta { min-width: 86px; padding: 0 12px; }
.vdt-schedule-consult { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 44px; align-items: start; }
.vdt-schedule-consult__copy { display: grid; gap: 14px; }
.vdt-schedule-consult figure { overflow: hidden; margin: 10px 0 0; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-schedule-consult figure img { width: 100%; min-height: 300px; object-fit: cover; }
.vdt-schedule-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-schedule-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-schedule-form input, .vdt-schedule-form textarea, .vdt-schedule-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-schedule-form textarea { resize: vertical; }
.vdt-schedule-form input:focus, .vdt-schedule-form textarea:focus, .vdt-schedule-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-schedule-form__full { grid-column: 1 / -1; }
.vdt-schedule-onsite { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 44px; align-items: center; }
.vdt-schedule-onsite__list { display: grid; gap: 14px; }
.vdt-schedule-onsite__list article { padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); background: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(0,0,0,.10); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-schedule-onsite__list strong { color: #fff; font-size: 18px; }
.vdt-schedule-onsite__list p { margin: 8px 0 0; color: rgba(255,255,255,.80); }
.vdt-schedule-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.vdt-schedule-steps article { min-height: 250px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-schedule-steps span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(30,91,255,.18); animation: vdtPmStep 4.8s ease-in-out infinite; }
.vdt-schedule-steps h3 { margin: 18px 0 10px; color: var(--vdt-navy); font-size: 19px; line-height: 1.28; }
.vdt-schedule-steps p { margin: 0; color: var(--vdt-muted); }
.vdt-schedule-legal { margin-top: 34px; padding: 26px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; }
.vdt-schedule-legal h2 { margin-top: 0; font-size: 26px; }
.vdt-schedule-legal p { margin: 12px 0 0; line-height: 1.7; }
.vdt-schedule-faq { max-width: 980px; display: grid; gap: 12px; }
.vdt-schedule-faq details { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-schedule-faq summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-schedule-faq p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-schedule-final { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0; color: #fff; background: #071a32; }
.vdt-schedule-final__media { position: absolute; inset: 0; z-index: -2; margin: 0; }
.vdt-schedule-final__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-schedule-final__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.86) 52%, rgba(11,31,58,.40) 100%); }
.vdt-schedule-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-schedule-final h2 { margin: 0; max-width: 760px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-schedule-final p { max-width: 800px; margin: 14px 0 0; color: rgba(255,255,255,.90); font-size: 18px; }

@media (prefers-reduced-motion: reduce) {
  .vdt-schedule-steps span { animation: none; }
}

/* Contact page */
.vdt-contact-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 44%, #fff 100%); }
.vdt-contact-hero { position: relative; isolation: isolate; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-contact-hero__media { position: absolute; inset: 0; z-index: -3; margin: 0; }
.vdt-contact-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-contact-hero__media figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.vdt-contact-hero__shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 82% 18%, rgba(0,184,217,.24), transparent 32%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.42) 100%), linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.74)); }
.vdt-contact-hero__inner { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 420px); align-items: center; gap: 48px; padding-top: 76px; padding-bottom: 104px; }
.vdt-contact-hero h1 { margin: 0; max-width: 820px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-contact-hero__lead { max-width: 850px; margin: 18px 0 0; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.65; }
.vdt-contact-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-contact-btn { min-height: 52px; padding: 0 24px; font-weight: 800; letter-spacing: 0; }
.vdt-contact-btn--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1e5bff 0%, #00b8d9 58%, #17d6ff 100%); box-shadow: 0 18px 44px rgba(30,91,255,.34), 0 0 0 1px rgba(255,255,255,.10) inset; }
.vdt-contact-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(30,91,255,.42), 0 0 28px rgba(0,184,217,.22); }
.vdt-contact-btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-contact-btn--light { color: var(--vdt-blue); border-color: rgba(30,91,255,.18); background: #fff; box-shadow: 0 14px 32px rgba(11,31,58,.08); }
.vdt-contact-hotline { margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 16px; }
.vdt-contact-hotline strong { color: #fff; white-space: nowrap; }
.vdt-contact-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-contact-tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-contact-hero__panel { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-contact-hero__panel strong { color: #fff; font-size: 24px; line-height: 1.22; }
.vdt-contact-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.vdt-contact-hero__panel li { position: relative; padding-left: 24px; color: rgba(255,255,255,.86); font-size: 14px; }
.vdt-contact-hero__panel li::before { content: ""; position: absolute; left: 0; top: .72em; width: 9px; height: 9px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.14); }
.vdt-contact-panel-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--vdt-navy); background: #fff; text-decoration: none; font-weight: 800; }
.vdt-contact-label { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-contact-hero__panel .vdt-contact-label, .vdt-contact-section--dark .vdt-contact-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-contact-quick { position: relative; z-index: 3; margin-top: -54px; }
.vdt-contact-quick__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vdt-contact-mini { min-height: 180px; display: flex; flex-direction: column; gap: 14px; padding: 22px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.12); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-contact-mini:hover, .vdt-contact-need-card:hover, .vdt-contact-channel:hover, .vdt-contact-step:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-contact-mini h2 { margin: 0; color: var(--vdt-navy); font-size: 17px; line-height: 1.3; }
.vdt-contact-mini p { margin: 5px 0 0; color: #344054; font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.vdt-contact-mini a { text-decoration: none; }
.vdt-contact-mini__action { margin-top: auto; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: 999px; color: var(--vdt-blue); background: #eff8ff; font-size: 13px; font-weight: 800; }
.vdt-contact-icon { position: relative; width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 12px 28px rgba(30,91,255,.18); }
.vdt-contact-icon::before, .vdt-contact-icon::after { content: ""; position: absolute; display: block; }
.vdt-contact-icon--phone::before { width: 18px; height: 18px; border: 3px solid currentColor; border-top-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(38deg); }
.vdt-contact-icon--mail::before { width: 22px; height: 15px; border: 2px solid currentColor; border-radius: 3px; }
.vdt-contact-icon--mail::after { width: 15px; height: 15px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-4px) rotate(-45deg); }
.vdt-contact-icon--web::before { width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 50%; }
.vdt-contact-icon--web::after { width: 22px; height: 2px; background: currentColor; box-shadow: 0 -7px 0 rgba(255,255,255,.72), 0 7px 0 rgba(255,255,255,.72); }
.vdt-contact-icon--chat::before { width: 22px; height: 16px; border: 2px solid currentColor; border-radius: 6px; }
.vdt-contact-icon--chat::after { left: 13px; bottom: 9px; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); background: transparent; }
.vdt-contact-icon--form::before { width: 18px; height: 22px; border: 2px solid currentColor; border-radius: 4px; }
.vdt-contact-icon--form::after { width: 10px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor; }
.vdt-contact-icon--training::before { width: 24px; height: 15px; border: 2px solid currentColor; border-radius: 3px; transform: skewX(-8deg); }
.vdt-contact-icon--training::after { width: 16px; height: 2px; background: currentColor; transform: translateY(10px); }
.vdt-contact-section { padding: 92px 0; }
.vdt-contact-section--soft { background: var(--vdt-bg); }
.vdt-contact-section--form { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.vdt-contact-heading { max-width: 900px; margin-bottom: 34px; }
.vdt-contact-heading h2, .vdt-contact-org__card h2, .vdt-contact-form-copy h2, .vdt-contact-location__copy h2 { margin: 12px 0 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-contact-heading p, .vdt-contact-form-copy p, .vdt-contact-location__copy p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-contact-org { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: 34px; align-items: stretch; }
.vdt-contact-org__card { display: grid; align-content: start; padding: 30px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.10); }
.vdt-contact-info-list { display: grid; gap: 14px; margin: 24px 0 0; }
.vdt-contact-info-list div { display: grid; grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr); gap: 16px; padding: 0 0 14px; border-bottom: 1px solid var(--vdt-border); }
.vdt-contact-info-list dt { color: var(--vdt-muted); font-size: 13px; font-weight: 800; }
.vdt-contact-info-list dd { margin: 0; color: #344054; line-height: 1.6; overflow-wrap: anywhere; }
.vdt-contact-info-list a, .vdt-contact-channel a, .vdt-contact-need-card a, .vdt-contact-faq a, .vdt-contact-checkbox a { color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-contact-note { margin: 22px 0 0; padding: 16px 18px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; }
.vdt-contact-image-card, .vdt-contact-form-figure { overflow: hidden; margin: 0; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-contact-image-card img, .vdt-contact-form-figure img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.vdt-contact-image-card figcaption, .vdt-contact-form-figure figcaption { padding: 12px 14px; color: #344054; background: #fff; font-size: 13px; line-height: 1.5; }
.vdt-contact-need-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.vdt-contact-need-card { min-height: 260px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-contact-need-card span { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); font-size: 13px; font-weight: 800; box-shadow: 0 12px 28px rgba(30,91,255,.18); }
.vdt-contact-need-card h3, .vdt-contact-channel h3, .vdt-contact-step h3 { margin: 18px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.28; }
.vdt-contact-need-card p, .vdt-contact-channel p, .vdt-contact-step p { margin: 0; color: var(--vdt-muted); }
.vdt-contact-need-card a { margin-top: auto; padding-top: 18px; }
.vdt-contact-form-layout { display: grid; grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); gap: 42px; align-items: start; }
.vdt-contact-form-copy { position: sticky; top: 128px; display: grid; gap: 18px; }
.vdt-contact-form-copy .vdt-contact-form-figure { margin-top: 4px; }
.vdt-contact-legal { padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; }
.vdt-contact-legal strong { display: block; color: #60420b; font-size: 16px; }
.vdt-contact-legal p { margin: 8px 0 0; color: #60420b; font-size: 14px; line-height: 1.65; }
.vdt-contact-form { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 28px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vdt-contact-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-contact-form input, .vdt-contact-form textarea, .vdt-contact-form select { width: 100%; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-contact-form textarea { resize: vertical; }
.vdt-contact-form input:focus, .vdt-contact-form textarea:focus, .vdt-contact-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-contact-form__full { grid-column: 1 / -1; }
.vdt-contact-checkbox { align-items: flex-start; }
.vdt-contact-checkbox span { color: #344054; line-height: 1.55; }
.vdt-contact-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-contact-step { min-height: 250px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-contact-step > span { width: fit-content; min-height: 34px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 13px; font-weight: 800; }
.vdt-contact-location { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 38px; align-items: center; }
.vdt-map-placeholder { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: radial-gradient(circle at 70% 22%, rgba(0,184,217,.20), transparent 30%), linear-gradient(135deg, #eaf4ff 0%, #f9fbff 55%, #fff8e6 100%); box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-map-placeholder__grid { position: absolute; inset: -30px; background-image: linear-gradient(rgba(30,91,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(30,91,255,.12) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-8deg) scale(1.08); }
.vdt-map-placeholder__grid::before, .vdt-map-placeholder__grid::after { content: ""; position: absolute; border-radius: 999px; background: rgba(30,91,255,.16); }
.vdt-map-placeholder__grid::before { left: 6%; top: 32%; width: 88%; height: 24px; transform: rotate(14deg); }
.vdt-map-placeholder__grid::after { left: 42%; top: 0; width: 24px; height: 100%; transform: rotate(26deg); }
.vdt-map-placeholder__pin { position: absolute; left: 50%; top: 42%; width: 54px; height: 54px; border-radius: 50% 50% 50% 0; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); transform: translate(-50%, -50%) rotate(-45deg); box-shadow: 0 18px 44px rgba(30,91,255,.30); }
.vdt-map-placeholder__pin::after { content: ""; position: absolute; left: 16px; top: 16px; width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.vdt-map-placeholder__card { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 20px; border: 1px solid rgba(255,255,255,.72); border-radius: var(--vdt-radius); background: rgba(255,255,255,.92); box-shadow: 0 18px 46px rgba(11,31,58,.13); backdrop-filter: blur(12px); }
.vdt-map-placeholder__card strong { display: block; color: var(--vdt-navy); line-height: 1.35; }
.vdt-map-placeholder__card span { display: block; margin-top: 8px; color: #344054; line-height: 1.55; }
.vdt-contact-channel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.vdt-contact-channel { min-height: 260px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-contact-channel a { margin-top: auto; padding-top: 18px; }
.vdt-contact-faq { max-width: 980px; display: grid; gap: 12px; }
.vdt-contact-faq__item { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-contact-faq__item summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-contact-faq__item p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-contact-final { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0; color: #fff; background: #071a32; }
.vdt-contact-final__bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.vdt-contact-final__shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.22), transparent 30%), linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 52%, rgba(11,31,58,.42) 100%); }
.vdt-contact-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-contact-final h2 { margin: 0; max-width: 760px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-contact-final p { max-width: 800px; margin: 14px 0 0; color: rgba(255,255,255,.90); font-size: 18px; }
.vdt-contact-final__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }

@media (prefers-reduced-motion: reduce) {
  .vdt-contact-mini, .vdt-contact-need-card, .vdt-contact-channel, .vdt-contact-step, .vdt-contact-btn { transition: none; }
}

/* Register page */
.vdt-register-page { background: linear-gradient(180deg, #fff 0%, #f7fbff 42%, #fff 100%); }
.vdt-register-hero { position: relative; isolation: isolate; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #071a32; }
.vdt-register-hero__media { position: absolute; inset: 0; z-index: -3; margin: 0; }
.vdt-register-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.vdt-register-hero__media figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.vdt-register-hero__shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.22), transparent 32%), linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.36) 100%), linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.74)); }
.vdt-register-hero__inner { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 430px); align-items: center; gap: 48px; padding-top: 78px; padding-bottom: 108px; }
.vdt-register-hero h1 { margin: 0; max-width: 820px; color: #fff; font-size: var(--vdt-fs-h1); line-height: 1.08; font-weight: 800; letter-spacing: 0; text-shadow: 0 18px 48px rgba(0,0,0,.28); }
.vdt-register-hero__lead { max-width: 780px; margin: 18px 0 0; color: rgba(255,255,255,.90); font-size: 18px; line-height: 1.65; }
.vdt-register-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.vdt-register-btn { min-height: 52px; padding: 0 24px; font-weight: 800; letter-spacing: 0; }
.vdt-register-btn--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #1e5bff 0%, #00b8d9 58%, #17d6ff 100%); box-shadow: 0 18px 44px rgba(30,91,255,.34), 0 0 0 1px rgba(255,255,255,.10) inset; }
.vdt-register-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(30,91,255,.42), 0 0 28px rgba(0,184,217,.22); }
.vdt-register-btn--ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.vdt-register-hotline { margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 16px; }
.vdt-register-hotline strong { color: #fff; white-space: nowrap; }
.vdt-register-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.vdt-register-tags span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.92); background: rgba(255,255,255,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); font-size: 14px; font-weight: 650; }
.vdt-register-hero__preview { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--vdt-radius); background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08)); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.vdt-register-hero__preview strong { color: #fff; font-size: 23px; line-height: 1.25; }
.vdt-register-label { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border: 1px solid rgba(30,91,255,.14); border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
.vdt-register-hero__preview .vdt-register-label, .vdt-register-support__card .vdt-register-label { color: var(--vdt-gold); border-color: rgba(245,184,66,.34); background: rgba(245,184,66,.10); }
.vdt-register-preview-form { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); background: rgba(255,255,255,.10); }
.vdt-register-preview-form span { height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.74)); }
.vdt-register-preview-form span:first-child { background: linear-gradient(90deg, rgba(245,184,66,.92), rgba(255,255,255,.82)); }
.vdt-register-preview-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.vdt-register-preview-actions span { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.90); background: rgba(255,255,255,.08); font-size: 12px; font-weight: 800; text-align: center; }
.vdt-register-panel-link { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--vdt-navy); background: #fff; text-decoration: none; font-weight: 800; }
.vdt-register-section { padding: 92px 0; }
.vdt-register-section--soft { background: var(--vdt-bg); }
.vdt-register-heading { max-width: 900px; margin-bottom: 34px; }
.vdt-register-heading h2, .vdt-register-support h2, .vdt-register-form__head h2, .vdt-register-concept__copy h2, .vdt-register-after__card h2 { margin: 12px 0 0; color: var(--vdt-navy); font-size: var(--vdt-fs-h2); line-height: 1.18; font-weight: 800; letter-spacing: 0; }
.vdt-register-heading p, .vdt-register-form__head p, .vdt-register-concept__copy p { margin: 14px 0 0; color: var(--vdt-muted); font-size: 17px; }
.vdt-register-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-register-step { min-height: 260px; display: flex; flex-direction: column; padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-register-step:hover, .vdt-register-course-card:hover { transform: translateY(-5px); border-color: rgba(30,91,255,.28); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.vdt-register-step strong { margin-top: 16px; color: var(--vdt-blue); font-size: 14px; font-weight: 800; }
.vdt-register-step h3 { margin: 8px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.28; }
.vdt-register-step p { margin: 0; color: var(--vdt-muted); }
.vdt-register-step__icon { position: relative; width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: var(--vdt-radius); color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 12px 28px rgba(30,91,255,.18); }
.vdt-register-step__icon::before, .vdt-register-step__icon::after { content: ""; position: absolute; display: block; }
.vdt-register-step__icon--course::before { width: 24px; height: 15px; border: 2px solid currentColor; border-radius: 3px; transform: skewX(-8deg); }
.vdt-register-step__icon--course::after { width: 16px; height: 2px; background: currentColor; transform: translateY(10px); }
.vdt-register-step__icon--form::before { width: 18px; height: 22px; border: 2px solid currentColor; border-radius: 4px; }
.vdt-register-step__icon--form::after { width: 10px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor; }
.vdt-register-step__icon--call::before { width: 18px; height: 18px; border: 3px solid currentColor; border-top-color: transparent; border-left-color: transparent; border-radius: 50%; transform: rotate(38deg); }
.vdt-register-step__icon--check::before { width: 22px; height: 22px; border: 2px solid currentColor; border-radius: 50%; }
.vdt-register-step__icon--check::after { width: 13px; height: 7px; border-left: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: rotate(-45deg) translate(1px, -1px); }
.vdt-register-form-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: 42px; align-items: start; }
.vdt-register-support { position: sticky; top: 128px; display: grid; gap: 18px; }
.vdt-register-support__card { display: grid; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); color: #fff; background: radial-gradient(circle at 82% 10%, rgba(0,184,217,.25), transparent 28%), linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%); box-shadow: 0 24px 64px rgba(11,31,58,.18); }
.vdt-register-support__card h2 { color: #fff; }
.vdt-register-support__card p { margin: 0; color: rgba(255,255,255,.82); }
.vdt-register-support__contacts { display: grid; gap: 10px; padding-top: 4px; }
.vdt-register-support__contacts a { min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--vdt-radius); color: #fff; background: rgba(255,255,255,.08); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.vdt-register-side-image, .vdt-register-concept__image { overflow: hidden; margin: 0; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 24px 64px rgba(11,31,58,.10); }
.vdt-register-side-image img, .vdt-register-concept__image img { width: 100%; min-height: 280px; object-fit: cover; }
.vdt-register-side-image figcaption, .vdt-register-concept__image figcaption { padding: 12px 14px; color: #344054; background: #fff; font-size: 13px; line-height: 1.5; }
.vdt-register-flow-card { padding: 22px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); }
.vdt-register-flow-card h3 { margin: 0 0 14px; color: var(--vdt-navy); font-size: 20px; line-height: 1.28; }
.vdt-register-flow-card ol { display: grid; gap: 10px; margin: 0; padding-left: 22px; color: #344054; }
.vdt-register-form { display: grid; gap: 18px; padding: 30px; border: 1px solid rgba(30,91,255,.16); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 28px 74px rgba(11,31,58,.13); }
.vdt-register-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vdt-register-form label { display: grid; gap: 7px; color: var(--vdt-navy); font-size: 14px; font-weight: 750; }
.vdt-register-form input, .vdt-register-form textarea, .vdt-register-form select { width: 100%; min-height: 50px; border: 1px solid var(--vdt-border); border-radius: var(--vdt-radius); padding: 12px 13px; color: var(--vdt-text); background: #fff; outline: none; }
.vdt-register-form textarea { resize: vertical; }
.vdt-register-form input[readonly] { color: #1d2939; background: #f8fbff; border-color: rgba(30,91,255,.22); font-weight: 750; }
.vdt-register-form input:focus, .vdt-register-form textarea:focus, .vdt-register-form select:focus { border-color: var(--vdt-blue); box-shadow: 0 0 0 4px rgba(30,91,255,.12); }
.vdt-register-form__full { grid-column: 1 / -1; }
.vdt-register-form small { color: var(--vdt-muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.vdt-register-form code { color: var(--vdt-blue); font-weight: 800; }
.vdt-register-form .vdt-form__message.is-error { color: #b42318; }
.vdt-register-form .vdt-form__message.is-success { color: var(--vdt-success); }
.vdt-register-form .vdt-register-btn:disabled { cursor: wait; opacity: .72; transform: none; }
.vdt-register-checkbox { align-items: flex-start; }
.vdt-register-checkbox span { color: #344054; line-height: 1.55; }
.vdt-register-checkbox a { color: var(--vdt-blue); font-weight: 800; text-decoration: none; }
.vdt-register-concept { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 40px; align-items: center; }
.vdt-register-concept__copy ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.vdt-register-concept__copy li { position: relative; padding-left: 28px; color: #344054; }
.vdt-register-concept__copy li::before { content: ""; position: absolute; left: 0; top: .68em; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 0 0 5px rgba(30,91,255,.10); }
.vdt-register-course-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.vdt-register-course-card { min-height: 270px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(30,91,255,.12); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 14px 36px rgba(11,31,58,.06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.vdt-register-course-card > span { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; padding: 0 10px; border-radius: 999px; color: #175cd3; background: #eff8ff; font-size: 12px; font-weight: 800; }
.vdt-register-course-card h3 { margin: 16px 0 10px; color: var(--vdt-navy); font-size: 20px; line-height: 1.28; }
.vdt-register-course-card p { margin: 0; color: var(--vdt-muted); }
.vdt-register-course-card div { display: grid; gap: 10px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--vdt-border); }
.vdt-register-course-card a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--vdt-blue); background: #eff8ff; text-decoration: none; font-weight: 800; }
.vdt-register-course-card__primary { color: #fff !important; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)) !important; box-shadow: 0 12px 26px rgba(30,91,255,.20); }
.vdt-register-after { max-width: 1000px; }
.vdt-register-after__card { padding: 30px; border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 22px 58px rgba(11,31,58,.10); }
.vdt-register-after__card ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.vdt-register-after__card li { position: relative; padding-left: 28px; color: #344054; }
.vdt-register-after__card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 10px; height: 10px; border-radius: 50%; background: var(--vdt-gold); box-shadow: 0 0 0 5px rgba(245,184,66,.16); }
.vdt-register-legal { margin: 24px 0 0; padding: 18px 20px; border-left: 4px solid var(--vdt-gold); border-radius: var(--vdt-radius); color: #60420b; background: #fff8e6; line-height: 1.65; }
.vdt-register-faq { max-width: 980px; display: grid; gap: 12px; }
.vdt-register-faq__item { border: 1px solid rgba(30,91,255,.13); border-radius: var(--vdt-radius); background: #fff; box-shadow: 0 12px 30px rgba(11,31,58,.05); }
.vdt-register-faq__item summary { cursor: pointer; padding: 18px 20px; color: var(--vdt-navy); font-weight: 800; line-height: 1.4; }
.vdt-register-faq__item p { margin: 0; padding: 0 20px 20px; color: var(--vdt-muted); }
.vdt-register-final { position: relative; isolation: isolate; overflow: hidden; padding: 92px 0; color: #fff; background: #071a32; }
.vdt-register-final__bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.vdt-register-final__shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.22), transparent 30%), linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 52%, rgba(11,31,58,.42) 100%); }
.vdt-register-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; }
.vdt-register-final h2 { margin: 0; max-width: 760px; color: #fff; font-size: var(--vdt-fs-h2); line-height: 1.18; }
.vdt-register-final p { max-width: 800px; margin: 14px 0 0; color: rgba(255,255,255,.90); font-size: 18px; }
.vdt-register-final__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }

@media (prefers-reduced-motion: reduce) {
  .vdt-register-step, .vdt-register-course-card, .vdt-register-btn { transition: none; }
}

/* About page */
.vdt-about-page .vdt-about-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  padding: 88px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(0,184,217,.12), transparent 30%),
    linear-gradient(110deg, #06172d 0%, var(--vdt-navy) 45%, #102f55 100%);
}
.vdt-about-page .vdt-about-showcase::before {
  content: "";
  position: absolute;
  left: -18%;
  bottom: -46%;
  width: 74%;
  height: 72%;
  border: 2px solid rgba(245,184,66,.70);
  border-color: rgba(245,184,66,.70) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-6deg);
  z-index: -1;
}
.vdt-about-page .vdt-about-showcase__pattern {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 190px;
  height: 110px;
  opacity: .28;
  background-image: radial-gradient(rgba(255,255,255,.58) 1px, transparent 1px);
  background-size: 13px 13px;
  z-index: -1;
}
.vdt-about-page .vdt-about-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 56px;
}
.vdt-about-page .vdt-about-showcase__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.vdt-about-page .vdt-about-showcase__content h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: var(--vdt-fs-h1);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}
.vdt-about-page .vdt-about-showcase__content h1 span { color: var(--vdt-gold); }
.vdt-about-page .vdt-about-showcase__content p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.75;
}
.vdt-about-page .vdt-about-showcase__actions,
.vdt-about-page .vdt-about-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.vdt-about-page .vdt-about-gold-btn {
  color: var(--vdt-navy);
  background: linear-gradient(135deg, #ffd66e, var(--vdt-gold));
  border-color: rgba(245,184,66,.75);
  box-shadow: 0 16px 36px rgba(245,184,66,.24);
}
.vdt-about-page .vdt-about-gold-btn:hover {
  box-shadow: 0 22px 48px rgba(245,184,66,.32);
}
.vdt-about-page .vdt-about-outline-btn {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.56);
}
.vdt-about-page .vdt-about-outline-btn:hover {
  border-color: var(--vdt-gold);
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.vdt-about-page .vdt-about-navy-btn {
  color: #fff;
  background: var(--vdt-navy);
  border-color: var(--vdt-navy);
  box-shadow: 0 14px 32px rgba(11,31,58,.18);
}
.vdt-about-page .vdt-about-showcase__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.vdt-about-page .vdt-about-showcase__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.07);
  font-size: 13px;
  font-weight: 700;
}
.vdt-about-page .vdt-about-showcase__image {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0,0,0,.30);
}
.vdt-about-page .vdt-about-showcase__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11,31,58,.82) 0%, rgba(11,31,58,.42) 34%, rgba(11,31,58,.06) 100%);
}
.vdt-about-page .vdt-about-showcase__image img,
.vdt-about-page .vdt-about-onsite__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vdt-about-page .vdt-about-showcase__image img { object-position: 70% center; }
.vdt-about-page .vdt-about-block {
  padding: 88px 0;
  background: #fff;
}
.vdt-about-page .vdt-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 52px;
}
.vdt-about-page .vdt-about-building-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 24px;
  background: #eef4ff;
  box-shadow: 0 22px 58px rgba(11,31,58,.12);
}
.vdt-about-page .vdt-about-building-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.vdt-about-page .vdt-about-building-card__sky,
.vdt-about-page .vdt-about-building-card__tower,
.vdt-about-page .vdt-about-building-card__base { display: none; }
.vdt-about-page .vdt-about-building-card__sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.92) 0 38px, transparent 40px),
    radial-gradient(circle at 74% 14%, rgba(255,255,255,.75) 0 26px, transparent 28px);
}
.vdt-about-page .vdt-about-building-card__tower,
.vdt-about-page .vdt-about-building-card__tower::before,
.vdt-about-page .vdt-about-building-card__tower::after {
  position: absolute;
  bottom: 58px;
  width: 95px;
  height: 210px;
  border-radius: 8px 8px 2px 2px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.36)),
    repeating-linear-gradient(180deg, transparent 0 22px, rgba(30,91,255,.16) 23px 27px),
    linear-gradient(135deg, #dbe9f5, #ffffff);
  border: 1px solid rgba(11,31,58,.12);
  box-shadow: 0 18px 40px rgba(11,31,58,.10);
  content: "";
}
.vdt-about-page .vdt-about-building-card__tower { left: 45%; transform: translateX(-50%); }
.vdt-about-page .vdt-about-building-card__tower::before { left: -88px; bottom: -22px; height: 170px; }
.vdt-about-page .vdt-about-building-card__tower::after { right: -102px; bottom: -10px; height: 190px; }
.vdt-about-page .vdt-about-building-card__base {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 38px;
  height: 42px;
  border-radius: var(--vdt-radius);
  background: linear-gradient(135deg, var(--vdt-navy), #164677);
  box-shadow: 0 18px 42px rgba(11,31,58,.20);
}
.vdt-about-page .vdt-about-intro__copy h2,
.vdt-about-page .vdt-about-onsite__copy h2,
.vdt-about-page .vdt-about-section-heading h2,
.vdt-about-page .vdt-about-final-cta h2 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}
.vdt-about-page .vdt-about-intro__copy > p,
.vdt-about-page .vdt-about-onsite__copy p,
.vdt-about-page .vdt-about-final-cta p {
  margin: 16px 0 0;
  color: var(--vdt-muted);
  line-height: 1.72;
}
.vdt-about-page .vdt-fade-up {
  transition: opacity .65s ease var(--vdt-delay, 0s), transform .65s ease var(--vdt-delay, 0s);
}
.vdt-about-page .vdt-about-values {
  position: relative;
  grid-column: 1 / -1;
  margin-top: 42px;
}
.vdt-about-page .vdt-about-values::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,184,66,.42), rgba(0,184,217,.28), transparent);
  pointer-events: none;
}
.vdt-about-page .vdt-about-values-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.vdt-about-page .vdt-about-value-card:nth-child(3) {
  grid-column: 1 / -1;
}
.vdt-about-page .vdt-about-value-card:nth-child(3) .vdt-about-value-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
}
.vdt-about-page .vdt-about-value-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vdt-border);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 18px 48px rgba(11,31,58,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.vdt-about-page .vdt-about-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(245,184,66,.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(0,184,217,.12), transparent 36%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.vdt-about-page .vdt-about-value-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--vdt-gold), var(--vdt-cyan));
  opacity: .82;
}
.vdt-about-page .vdt-about-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245,184,66,.48);
  box-shadow: 0 26px 70px rgba(11,31,58,.14);
}
.vdt-about-page .vdt-about-value-card:hover::before { opacity: 1; }
.vdt-about-page .vdt-about-value-card > * {
  position: relative;
  z-index: 1;
}
.vdt-about-page .vdt-about-value-card.is-featured {
  border-color: rgba(245,184,66,.52);
  box-shadow: 0 22px 64px rgba(245,184,66,.16), 0 18px 48px rgba(11,31,58,.08);
}
.vdt-about-page .vdt-about-value-icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-grid;
  place-items: center;
  color: var(--vdt-gold);
  background: linear-gradient(135deg, var(--vdt-navy), #123b63);
  box-shadow: 0 14px 32px rgba(11,31,58,.18);
  margin: 0 0 20px;
  transition: transform .28s ease;
}
.vdt-about-page .vdt-about-value-icon::before,
.vdt-about-page .vdt-about-value-icon::after {
  content: "";
  position: absolute;
  display: block;
}
.vdt-about-page .vdt-about-value-card:hover .vdt-about-value-icon {
  transform: scale(1.05) rotate(3deg);
}
.vdt-about-page .vdt-about-value-kicker {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245,184,66,.14);
  color: #9a6400;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}
.vdt-about-page .vdt-about-value-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--vdt-navy);
  font-weight: 900;
}
.vdt-about-page .vdt-about-value-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--vdt-gold), var(--vdt-cyan));
}
.vdt-about-page .vdt-about-value-desc {
  margin: 0 0 16px;
  color: #475467;
  font-size: 15.5px;
  line-height: 1.72;
}
.vdt-about-page .vdt-about-value-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.vdt-about-page .vdt-about-value-list li {
  position: relative;
  padding-left: 28px;
  color: #344054;
  font-size: 15px;
  line-height: 1.6;
}
.vdt-about-page .vdt-about-value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(18,183,106,.12);
  color: #12b76a;
  font-size: 12px;
  font-weight: 900;
}
.vdt-about-page .vdt-about-value-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #12b76a;
  border-bottom: 2px solid #12b76a;
  transform: rotate(-45deg);
}
.vdt-about-page .vdt-about-value-list strong {
  color: var(--vdt-navy);
}
.vdt-about-page .vdt-about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
.vdt-about-page .vdt-about-principles article {
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid var(--vdt-border);
}
.vdt-about-page .vdt-about-principles article:first-child { padding-left: 0; }
.vdt-about-page .vdt-about-principles article:last-child { padding-right: 0; border-right: 0; }
.vdt-about-page .vdt-about-principles h3,
.vdt-about-page .vdt-about-field-card h3,
.vdt-about-page .vdt-about-why-item h3 {
  margin: 14px 0 8px;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.3;
}
.vdt-about-page .vdt-about-principles p,
.vdt-about-page .vdt-about-why-item p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.58;
}
.vdt-about-page .vdt-about-line-icon,
.vdt-about-page .vdt-about-field-icon,
.vdt-about-page .vdt-about-why-icon,
.vdt-about-page .vdt-about-metric__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--vdt-gold);
}
.vdt-about-page .vdt-about-line-icon,
.vdt-about-page .vdt-about-field-icon { width: 54px; height: 54px; }
.vdt-about-page .vdt-about-line-icon::before,
.vdt-about-page .vdt-about-line-icon::after,
.vdt-about-page .vdt-about-field-icon::before,
.vdt-about-page .vdt-about-field-icon::after,
.vdt-about-page .vdt-about-why-icon::before,
.vdt-about-page .vdt-about-why-icon::after,
.vdt-about-page .vdt-about-metric__icon::before,
.vdt-about-page .vdt-about-metric__icon::after {
  content: "";
  position: absolute;
  display: block;
}
.vdt-about-page .vdt-about-line-icon--target::before { width: 30px; height: 30px; border: 3px solid currentColor; border-radius: 50%; }
.vdt-about-page .vdt-about-line-icon--target::after { width: 10px; height: 10px; border: 3px solid currentColor; border-radius: 50%; box-shadow: 18px -18px 0 -2px #fff, 18px -18px 0 0 currentColor; }
.vdt-about-page .vdt-about-line-icon--eye::before { width: 42px; height: 26px; border: 3px solid currentColor; border-radius: 50% 50% 50% 50% / 64% 64% 36% 36%; transform: rotate(0deg); }
.vdt-about-page .vdt-about-line-icon--eye::after { width: 12px; height: 12px; border: 3px solid currentColor; border-radius: 50%; }
.vdt-about-page .vdt-about-line-icon--diamond::before { width: 36px; height: 36px; border: 3px solid currentColor; transform: rotate(45deg); border-radius: 4px; }
.vdt-about-page .vdt-about-metrics {
  padding: 48px 0;
  background: var(--vdt-bg);
}
.vdt-about-page .vdt-about-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.vdt-about-page .vdt-about-metric {
  min-height: 128px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(30,91,255,.10);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(11,31,58,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-about-page .vdt-about-metric:hover,
.vdt-about-page .vdt-about-field-card:hover,
.vdt-about-page .vdt-about-lecturer-card:hover,
.vdt-about-page .vdt-about-why-item:hover {
  transform: translateY(-5px);
  border-color: rgba(245,184,66,.46);
  box-shadow: 0 22px 52px rgba(11,31,58,.12);
}
.vdt-about-page .vdt-about-metric__icon,
.vdt-about-page .vdt-about-why-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--vdt-gold);
  background: var(--vdt-navy);
  box-shadow: 0 12px 28px rgba(11,31,58,.18);
}
.vdt-about-page .vdt-about-metric strong {
  display: block;
  color: var(--vdt-gold);
  font-size: 30px;
  line-height: 1.05;
}
.vdt-about-page .vdt-about-metric strong.vdt-about-metric__word {
  font-size: 20px;
  line-height: 1.22;
}
.vdt-about-page .vdt-about-metric p {
  margin: 4px 0 0;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.vdt-about-page .vdt-about-section-heading {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}
.vdt-about-page .vdt-about-section-heading::after {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, var(--vdt-gold), transparent);
}
.vdt-about-page .vdt-about-fields-section { background: #fff; }
.vdt-about-page .vdt-about-field-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
}
.vdt-about-page .vdt-about-field-card {
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-about-page .vdt-about-field-card h3 { margin: 0; font-size: 16px; }
.vdt-about-page .vdt-about-onsite {
  overflow: hidden;
  padding: 70px 0;
  background: linear-gradient(90deg, #f7fbff 0%, #fff 42%, #eaf5ff 100%);
}
.vdt-about-page .vdt-about-onsite__grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 44px;
}
.vdt-about-page .vdt-about-onsite__copy p { max-width: 560px; }
.vdt-about-page .vdt-about-onsite__copy .vdt-btn { margin-top: 26px; }
.vdt-about-page .vdt-about-onsite__image {
  height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--vdt-radius);
  border: 1px solid rgba(30,91,255,.10);
  box-shadow: 0 24px 64px rgba(11,31,58,.12);
}
.vdt-about-page .vdt-about-lecturer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.vdt-about-page .vdt-about-lecturer-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  min-height: 206px;
  padding: 18px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-about-page .vdt-about-avatar {
  width: 96px;
  height: 128px;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: end center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(160deg, #eef4ff 0%, #e7eef7 46%, #cbd7e6 100%);
}
.vdt-about-page .vdt-about-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.vdt-about-page .vdt-about-avatar::before {
  content: "";
  position: absolute;
}
.vdt-about-page .vdt-about-avatar span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), #225f9a);
  font-weight: 800;
}
.vdt-about-page .vdt-about-avatar--gold span { background: linear-gradient(135deg, #9a6714, var(--vdt-gold)); }
.vdt-about-page .vdt-about-avatar--blue span { background: linear-gradient(135deg, #123b68, var(--vdt-blue)); }
.vdt-about-page .vdt-about-avatar--cyan span { background: linear-gradient(135deg, #08758c, var(--vdt-cyan)); }
.vdt-about-page .vdt-about-lecturer-card h3 {
  margin: 4px 0 4px;
  color: var(--vdt-navy);
  font-size: 16px;
  line-height: 1.3;
}
.vdt-about-page .vdt-about-lecturer-card p {
  margin: 0 0 12px;
  color: var(--vdt-muted);
  font-size: 13px;
  line-height: 1.45;
}
.vdt-about-page .vdt-about-lecturer-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vdt-about-page .vdt-about-lecturer-card li {
  position: relative;
  padding-left: 18px;
  color: #344054;
  font-size: 12.5px;
  line-height: 1.45;
}
.vdt-about-page .vdt-about-lecturer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--vdt-blue);
  border-bottom: 2px solid var(--vdt-blue);
  transform: rotate(-45deg);
}
.vdt-about-page .vdt-about-why { padding-top: 88px; }
.vdt-about-page .vdt-about-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.vdt-about-page .vdt-about-why-item {
  min-width: 0;
  display: block;
  padding: 28px;
  border: 1px solid var(--vdt-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(11,31,58,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-about-page .vdt-about-why-item h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
}
.vdt-about-page .vdt-about-why-item p {
  font-size: 15.5px;
  line-height: 1.7;
}
.vdt-about-page .vdt-about-why-icon {
  display: inline-grid;
  margin-bottom: 18px;
}
.vdt-about-page .vdt-about-final-cta {
  padding: 84px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(0,184,217,.20), transparent 32%),
    linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 54%, #123b68 100%);
}
.vdt-about-page .vdt-about-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}
.vdt-about-page .vdt-about-final-cta h2,
.vdt-about-page .vdt-about-final-cta p { color: #fff; }
.vdt-about-page .vdt-about-final-cta p { color: rgba(255,255,255,.82); }
.vdt-about-page .vdt-about-line-icon--cap::before,
.vdt-about-page .vdt-about-line-icon--gavel::before,
.vdt-about-page .vdt-about-line-icon--clipboard::before,
.vdt-about-page .vdt-about-line-icon--helmet::before,
.vdt-about-page .vdt-about-line-icon--search::before,
.vdt-about-page .vdt-about-line-icon--calculator::before,
.vdt-about-page .vdt-about-line-icon--handshake::before,
.vdt-about-page .vdt-about-line-icon--office::before,
.vdt-about-page .vdt-about-line-icon--building::before,
.vdt-about-page .vdt-about-line-icon--book::before,
.vdt-about-page .vdt-about-line-icon--expert::before,
.vdt-about-page .vdt-about-line-icon--support::before,
.vdt-about-page .vdt-about-line-icon--calendar::before,
.vdt-about-page .vdt-about-line-icon--group::before,
.vdt-about-page .vdt-about-line-icon--teacher::before,
.vdt-about-page .vdt-about-line-icon--pin::before {
  width: 30px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 5px;
}
.vdt-about-page .vdt-about-line-icon--cap::after { width: 34px; height: 12px; border: 3px solid currentColor; border-top: 0; transform: translateY(9px) skewX(-18deg); }
.vdt-about-page .vdt-about-line-icon--group::before { width: 28px; height: 28px; border-radius: 50%; }
.vdt-about-page .vdt-about-line-icon--group::after { width: 40px; height: 18px; border: 3px solid currentColor; border-top: 0; border-radius: 0 0 22px 22px; transform: translateY(15px); }
.vdt-about-page .vdt-about-line-icon--teacher::before { width: 24px; height: 24px; border-radius: 50%; }
.vdt-about-page .vdt-about-line-icon--teacher::after { width: 34px; height: 20px; border: 3px solid currentColor; border-top: 0; transform: translateY(17px); border-radius: 0 0 8px 8px; }
.vdt-about-page .vdt-about-line-icon--pin::before { width: 28px; height: 28px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.vdt-about-page .vdt-about-line-icon--pin::after { width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.vdt-about-page .vdt-about-line-icon--gavel::before { width: 28px; height: 10px; transform: rotate(-35deg); }
.vdt-about-page .vdt-about-line-icon--gavel::after { width: 3px; height: 34px; background: currentColor; transform: rotate(-35deg) translate(9px, 13px); }
.vdt-about-page .vdt-about-line-icon--clipboard::before { height: 34px; }
.vdt-about-page .vdt-about-line-icon--clipboard::after { width: 16px; height: 6px; border: 3px solid currentColor; border-radius: 4px; transform: translateY(-18px); }
.vdt-about-page .vdt-about-line-icon--helmet::before { width: 32px; height: 22px; border-radius: 18px 18px 5px 5px; }
.vdt-about-page .vdt-about-line-icon--helmet::after { width: 42px; height: 3px; background: currentColor; transform: translateY(12px); }
.vdt-about-page .vdt-about-line-icon--search::after { width: 3px; height: 18px; background: currentColor; transform: rotate(-45deg) translate(16px, 17px); }
.vdt-about-page .vdt-about-line-icon--calculator::before { height: 36px; }
.vdt-about-page .vdt-about-line-icon--calculator::after { width: 5px; height: 5px; background: currentColor; box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor, 0 10px 0 currentColor, 10px 10px 0 currentColor, 20px 10px 0 currentColor; transform: translate(-10px, 3px); }
.vdt-about-page .vdt-about-line-icon--handshake::before { width: 36px; height: 18px; transform: rotate(-18deg); }
.vdt-about-page .vdt-about-line-icon--office::before,
.vdt-about-page .vdt-about-line-icon--building::before { height: 36px; }
.vdt-about-page .vdt-about-line-icon--office::after,
.vdt-about-page .vdt-about-line-icon--building::after { width: 4px; height: 4px; background: currentColor; box-shadow: -8px 0 0 currentColor, 8px 0 0 currentColor, -8px 9px 0 currentColor, 0 9px 0 currentColor, 8px 9px 0 currentColor; }
.vdt-about-page .vdt-about-line-icon--book::before { width: 34px; height: 28px; border-radius: 3px; }
.vdt-about-page .vdt-about-line-icon--book::after { width: 3px; height: 28px; background: currentColor; }
.vdt-about-page .vdt-about-line-icon--expert::before { width: 24px; height: 24px; border-radius: 50%; }
.vdt-about-page .vdt-about-line-icon--expert::after { width: 22px; height: 12px; border-left: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: translateY(16px) rotate(-45deg); }
.vdt-about-page .vdt-about-line-icon--support::before { width: 34px; height: 24px; border-radius: 18px; }
.vdt-about-page .vdt-about-line-icon--support::after { width: 3px; height: 16px; background: currentColor; box-shadow: -18px 0 0 currentColor, 18px 0 0 currentColor; }
.vdt-about-page .vdt-about-line-icon--calendar::before { width: 32px; height: 30px; }
.vdt-about-page .vdt-about-line-icon--calendar::after { width: 32px; height: 3px; background: currentColor; transform: translateY(-8px); }

@media (min-width: 992px) {
  .vdt-about-page .vdt-about-showcase__content h1 span {
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-about-page .vdt-about-metric,
  .vdt-about-page .vdt-about-field-card,
  .vdt-about-page .vdt-about-lecturer-card,
  .vdt-about-page .vdt-about-why-item {
    transition: none;
  }
}

/* Real estate valuation course page */
.vdt-valuation-page {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%);
}
.vdt-valuation-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(0,184,217,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7fbff 48%, #fff 100%);
}
.vdt-valuation-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071a32;
}
.vdt-valuation-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vdt-valuation-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 18%, rgba(0,184,217,.25), transparent 32%),
    linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.93) 45%, rgba(11,31,58,.46) 100%),
    linear-gradient(180deg, rgba(7,26,50,.06), rgba(7,26,50,.78));
}
.vdt-valuation-hero__inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 430px);
  align-items: center;
  gap: 48px;
  padding-top: 88px;
  padding-bottom: 108px;
}
.vdt-valuation-eyebrow {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 999px;
  color: #175cd3;
  background: #eff8ff;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vdt-valuation-hero .vdt-valuation-eyebrow,
.vdt-valuation-final .vdt-valuation-eyebrow,
.vdt-valuation-hero__panel span,
.vdt-valuation-fee-card span {
  color: var(--vdt-gold);
  border-color: rgba(245,184,66,.36);
  background: rgba(245,184,66,.12);
}
.vdt-valuation-hero h1 {
  max-width: 820px;
  margin: 18px 0 0;
  color: #fff;
  font-size: var(--vdt-fs-h1);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0,0,0,.30);
}
.vdt-valuation-hero__lead,
.vdt-valuation-hero__desc {
  max-width: 790px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
  line-height: 1.68;
}
.vdt-valuation-hero__desc {
  color: rgba(255,255,255,.78);
  font-size: 16px;
}
.vdt-valuation-price-pill {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid rgba(245,184,66,.45);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(245,184,66,.14);
  box-shadow: 0 16px 38px rgba(245,184,66,.12);
}
.vdt-valuation-price-pill span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 800;
}
.vdt-valuation-price-pill strong {
  color: var(--vdt-gold);
  font-size: 15px;
  line-height: 1.35;
}
.vdt-valuation-actions,
.vdt-valuation-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.vdt-valuation-btn {
  min-height: 52px;
  padding: 0 24px;
  font-weight: 850;
}
.vdt-valuation-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vdt-valuation-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.vdt-valuation-hotline {
  margin: 20px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
}
.vdt-valuation-hotline strong {
  color: #fff;
  white-space: nowrap;
}
.vdt-valuation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.vdt-valuation-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 650;
}
.vdt-valuation-hero__panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08));
  box-shadow: 0 30px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
}
.vdt-valuation-hero__panel strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.22;
}
.vdt-valuation-hero__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vdt-valuation-hero__panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.vdt-valuation-hero__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 5px rgba(245,184,66,.15);
}
.vdt-valuation-quick {
  position: relative;
  z-index: 2;
  margin-top: -56px;
}
.vdt-valuation-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.vdt-valuation-quick article {
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 22px 58px rgba(11,31,58,.12);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-valuation-quick article:hover,
.vdt-valuation-card:hover,
.vdt-valuation-mode:hover,
.vdt-valuation-process article:hover,
.vdt-valuation-related a:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,255,.30);
  box-shadow: 0 24px 60px rgba(11,31,58,.12);
}
.vdt-valuation-quick span,
.vdt-valuation-process span,
.vdt-valuation-mode span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-size: 13px;
  font-weight: 850;
}
.vdt-valuation-quick strong {
  display: block;
  margin-top: 14px;
  color: var(--vdt-navy);
  line-height: 1.25;
}
.vdt-valuation-quick p {
  margin: 7px 0 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.55;
}
.vdt-valuation-section {
  padding: 92px 0;
}
.vdt-valuation-section--soft {
  background: var(--vdt-bg);
}
.vdt-valuation-heading {
  max-width: 900px;
  margin-bottom: 34px;
}
.vdt-valuation-heading h2,
.vdt-valuation-copy h2,
.vdt-valuation-schedule h2,
.vdt-valuation-certificate h2,
.vdt-valuation-form-copy h2 {
  margin: 14px 0 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
}
.vdt-valuation-heading p,
.vdt-valuation-copy p,
.vdt-valuation-schedule p,
.vdt-valuation-certificate p,
.vdt-valuation-form-copy p {
  margin: 14px 0 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.75;
}
.vdt-valuation-copy {
  display: grid;
  align-content: center;
  gap: 2px;
}
.vdt-valuation-split,
.vdt-valuation-program,
.vdt-valuation-pricing,
.vdt-valuation-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  gap: 46px;
  align-items: center;
}
.vdt-valuation-split--reverse,
.vdt-valuation-program,
.vdt-valuation-pricing {
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1fr);
}
.vdt-valuation-program,
.vdt-valuation-pricing,
.vdt-valuation-form-layout {
  align-items: start;
}
.vdt-valuation-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #eef4ff;
  box-shadow: 0 24px 64px rgba(11,31,58,.12);
}
.vdt-valuation-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(11,31,58,.18));
}
.vdt-valuation-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.vdt-valuation-media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: var(--vdt-radius);
  color: rgba(255,255,255,.92);
  background: rgba(7,26,50,.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.5;
}
.vdt-valuation-card-grid,
.vdt-valuation-outcomes,
.vdt-valuation-mode-grid,
.vdt-valuation-expert-grid,
.vdt-valuation-process,
.vdt-valuation-related {
  display: grid;
  gap: 16px;
}
.vdt-valuation-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vdt-valuation-card-grid--2,
.vdt-valuation-expert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vdt-valuation-card {
  position: relative;
  min-height: 126px;
  padding: 22px 22px 22px 46px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  color: #344054;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-valuation-card::before,
.vdt-valuation-expert-grid article::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 5px rgba(245,184,66,.16);
}
.vdt-valuation-outcomes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vdt-valuation-outcomes article {
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
  color: #344054;
  font-weight: 650;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
}
.vdt-valuation-modules {
  display: grid;
  gap: 12px;
}
.vdt-valuation-module {
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}
.vdt-valuation-module summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--vdt-navy);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.35;
}
.vdt-valuation-module summary span {
  min-width: 82px;
  color: var(--vdt-blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vdt-valuation-module ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 20px 20px 118px;
  color: var(--vdt-muted);
}
.vdt-valuation-fee-card,
.vdt-valuation-schedule {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: var(--vdt-radius);
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(0,184,217,.25), transparent 32%),
    linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%);
  box-shadow: 0 24px 64px rgba(11,31,58,.18);
}
.vdt-valuation-fee-card strong {
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
}
.vdt-valuation-fee-card p,
.vdt-valuation-schedule p {
  margin: 0;
  color: rgba(255,255,255,.84);
}
.vdt-valuation-benefits {
  min-width: 0;
}
.vdt-valuation-mode-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vdt-valuation-mode {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: linear-gradient(180deg, #fff 0%, #f9fbff 100%);
  box-shadow: 0 16px 42px rgba(11,31,58,.07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-valuation-mode h3,
.vdt-valuation-process h3 {
  margin: 18px 0 10px;
  color: var(--vdt-navy);
  font-size: 20px;
  line-height: 1.25;
}
.vdt-valuation-mode p,
.vdt-valuation-process p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.6;
}
.vdt-valuation-expert-grid {
  margin-top: 22px;
}
.vdt-valuation-expert-grid article {
  position: relative;
  min-height: 98px;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 46px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  color: #344054;
  font-weight: 750;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}
.vdt-valuation-certificate {
  max-width: 1020px;
  padding: 34px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 22px 58px rgba(11,31,58,.10);
}
.vdt-valuation-legal {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--vdt-gold);
  border-radius: var(--vdt-radius);
  color: #60420b;
  background: #fff8e6;
  line-height: 1.65;
}
.vdt-valuation-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.vdt-valuation-process article {
  min-height: 240px;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-valuation-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.vdt-valuation-checklist span {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  color: #344054;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(11,31,58,.05);
}
.vdt-valuation-checklist span::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 4px rgba(245,184,66,.18);
}
.vdt-valuation-schedule h2,
.vdt-valuation-schedule .vdt-valuation-eyebrow {
  color: #fff;
}
.vdt-valuation-related {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.vdt-valuation-related a {
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  color: var(--vdt-navy);
  background: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.vdt-valuation-faq {
  max-width: 980px;
  display: grid;
  gap: 12px;
}
.vdt-valuation-faq__item {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}
.vdt-valuation-faq__item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.4;
}
.vdt-valuation-faq__item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--vdt-muted);
}
.vdt-valuation-form-layout {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}
.vdt-valuation-form-copy {
  position: sticky;
  top: 128px;
}
.vdt-valuation-form-copy a {
  color: var(--vdt-blue);
  font-weight: 800;
  text-decoration: none;
}
.vdt-valuation-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 28px 74px rgba(11,31,58,.13);
}
.vdt-valuation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vdt-valuation-form label {
  display: grid;
  gap: 7px;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 750;
}
.vdt-valuation-form input,
.vdt-valuation-form textarea,
.vdt-valuation-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  padding: 12px 13px;
  color: var(--vdt-text);
  background: #fff;
  outline: none;
}
.vdt-valuation-form textarea {
  resize: vertical;
}
.vdt-valuation-form input[readonly] {
  color: #1d2939;
  background: #f8fbff;
  border-color: rgba(30,91,255,.22);
  font-weight: 750;
}
.vdt-valuation-form input:focus,
.vdt-valuation-form textarea:focus,
.vdt-valuation-form select:focus {
  border-color: var(--vdt-blue);
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}
.vdt-valuation-form__full {
  grid-column: 1 / -1;
}
.vdt-valuation-checkbox {
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px !important;
}
.vdt-valuation-checkbox input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.vdt-valuation-checkbox span {
  color: #344054;
  line-height: 1.55;
}
.vdt-valuation-form small {
  color: var(--vdt-muted);
  font-size: 12px;
  line-height: 1.45;
}
.vdt-valuation-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background: #071a32;
}
.vdt-valuation-final__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  margin: 0;
}
.vdt-valuation-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vdt-valuation-final__media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.vdt-valuation-final__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 18%, rgba(0,184,217,.24), transparent 30%),
    linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 52%, rgba(11,31,58,.42) 100%);
}
.vdt-valuation-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}
.vdt-valuation-final h2 {
  max-width: 800px;
  margin: 14px 0 0;
  color: #fff;
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
}
.vdt-valuation-final p {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-valuation-quick article,
  .vdt-valuation-card,
  .vdt-valuation-mode,
  .vdt-valuation-process article,
  .vdt-valuation-related a,
  .vdt-valuation-btn {
    transition: none;
  }
}

/* Construction certificate advisory page */
.vdt-cert-service-page {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%);
}
.vdt-cert-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(0,184,217,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7fbff 48%, #fff 100%);
}
.vdt-cert-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071a32;
}
.vdt-cert-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vdt-cert-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 18%, rgba(0,184,217,.23), transparent 32%),
    linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 46%, rgba(11,31,58,.36) 100%),
    linear-gradient(180deg, rgba(7,26,50,.08), rgba(7,26,50,.76));
}
.vdt-cert-hero__inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 430px);
  align-items: center;
  gap: 48px;
  padding-top: 88px;
  padding-bottom: 108px;
}
.vdt-cert-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: var(--vdt-fs-h1);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0,0,0,.30);
}
.vdt-cert-hero__lead,
.vdt-cert-hero__desc {
  max-width: 800px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
  line-height: 1.68;
}
.vdt-cert-hero__desc {
  color: rgba(255,255,255,.80);
  font-size: 16px;
}
.vdt-cert-actions,
.vdt-cert-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.vdt-cert-btn {
  min-height: 52px;
  padding: 0 24px;
  font-weight: 850;
}
.vdt-cert-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vdt-cert-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.vdt-cert-hotline {
  margin: 20px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
}
.vdt-cert-hotline strong {
  color: #fff;
  white-space: nowrap;
}
.vdt-cert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.vdt-cert-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 650;
}
.vdt-cert-hero__panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08));
  box-shadow: 0 30px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
}
.vdt-cert-hero__panel span,
.vdt-cert-final .vdt-cert-eyebrow,
.vdt-cert-fee-card span {
  color: var(--vdt-gold);
}
.vdt-cert-hero__panel strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.24;
}
.vdt-cert-hero__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vdt-cert-hero__panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.vdt-cert-hero__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 5px rgba(245,184,66,.15);
}
.vdt-cert-eyebrow {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 999px;
  color: #175cd3;
  background: #eff8ff;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vdt-cert-legal-band {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}
.vdt-cert-legal-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: var(--vdt-radius);
  color: #60420b;
  background: linear-gradient(135deg, #fff8e6, #f5fbff);
  box-shadow: 0 22px 58px rgba(11,31,58,.12);
}
.vdt-cert-legal-card p {
  margin: 0;
  color: #60420b;
  line-height: 1.65;
  font-weight: 650;
}
.vdt-cert-legal-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue));
  box-shadow: 0 14px 30px rgba(30,91,255,.20);
}
.vdt-cert-legal-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}
.vdt-cert-quick {
  position: relative;
  z-index: 2;
  padding-top: 34px;
}
.vdt-cert-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.vdt-cert-quick article,
.vdt-cert-field-grid article,
.vdt-cert-process article,
.vdt-cert-card,
.vdt-cert-trust-list article,
.vdt-cert-reason-card,
.vdt-cert-doc-grid span {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
}
.vdt-cert-quick article {
  min-height: 156px;
  padding: 22px;
  box-shadow: 0 22px 58px rgba(11,31,58,.10);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-cert-quick article:hover,
.vdt-cert-field-grid article:hover,
.vdt-cert-process article:hover,
.vdt-cert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,255,.30);
  box-shadow: 0 24px 60px rgba(11,31,58,.12);
}
.vdt-cert-quick span,
.vdt-cert-field-grid span,
.vdt-cert-process span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-size: 13px;
  font-weight: 850;
}
.vdt-cert-quick span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vdt-cert-quick strong {
  display: block;
  margin-top: 14px;
  color: var(--vdt-navy);
  line-height: 1.25;
}
.vdt-cert-quick p {
  margin: 7px 0 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.55;
}
.vdt-cert-section {
  padding: 92px 0;
}
.vdt-cert-section--soft {
  background: var(--vdt-bg);
}
.vdt-cert-heading {
  max-width: 920px;
  margin-bottom: 34px;
}
.vdt-cert-heading h2,
.vdt-cert-copy h2,
.vdt-cert-reason-card h2,
.vdt-cert-form-copy h2 {
  margin: 14px 0 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
}
.vdt-cert-heading p,
.vdt-cert-copy p,
.vdt-cert-form-copy p {
  margin: 14px 0 0;
  color: #344054;
  font-size: 16px;
  line-height: 1.75;
}
.vdt-cert-card-grid,
.vdt-cert-field-grid,
.vdt-cert-process,
.vdt-cert-checklist,
.vdt-cert-doc-grid,
.vdt-cert-trust-list {
  display: grid;
  gap: 16px;
}
.vdt-cert-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vdt-cert-card {
  position: relative;
  min-height: 126px;
  padding: 22px 22px 22px 46px;
  color: #344054;
  font-weight: 700;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-cert-card::before,
.vdt-cert-checklist span::before,
.vdt-cert-doc-grid span::before,
.vdt-cert-trust-list article::before,
.vdt-cert-reason-card li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 5px rgba(245,184,66,.16);
}
.vdt-cert-card::before {
  left: 22px;
  top: 30px;
}
.vdt-cert-split,
.vdt-cert-process-layout,
.vdt-cert-form-layout {
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}
.vdt-cert-split--reverse,
.vdt-cert-form-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
}
.vdt-cert-process-layout,
.vdt-cert-form-layout {
  align-items: start;
}
.vdt-cert-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #eef4ff;
  box-shadow: 0 24px 64px rgba(11,31,58,.12);
}
.vdt-cert-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(11,31,58,.18));
}
.vdt-cert-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.vdt-cert-media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: var(--vdt-radius);
  color: rgba(255,255,255,.92);
  background: rgba(7,26,50,.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.5;
}
.vdt-cert-copy {
  display: grid;
  align-content: center;
}
.vdt-cert-checklist,
.vdt-cert-doc-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}
.vdt-cert-checklist span,
.vdt-cert-doc-grid span {
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 38px;
  color: #344054;
  font-weight: 700;
}
.vdt-cert-checklist span::before,
.vdt-cert-doc-grid span::before {
  left: 16px;
}
.vdt-cert-field-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vdt-cert-field-grid article {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-cert-field-grid strong {
  color: var(--vdt-navy);
  line-height: 1.3;
}
.vdt-cert-process {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vdt-cert-process article {
  min-height: 210px;
  padding: 22px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-cert-process h3 {
  margin: 18px 0 8px;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.25;
}
.vdt-cert-process p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.6;
}
.vdt-cert-note {
  margin-top: 18px !important;
  padding: 16px 18px;
  border-left: 4px solid var(--vdt-gold);
  border-radius: var(--vdt-radius);
  color: #60420b !important;
  background: #fff8e6;
  font-weight: 650;
}
.vdt-cert-reason-card {
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(0,184,217,.25), transparent 32%),
    linear-gradient(135deg, #071a32 0%, var(--vdt-navy) 56%, #104d7c 100%);
  box-shadow: 0 24px 64px rgba(11,31,58,.18);
}
.vdt-cert-reason-card h2 {
  color: #fff;
}
.vdt-cert-reason-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.vdt-cert-reason-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.84);
  line-height: 1.6;
}
.vdt-cert-reason-card li::before {
  left: 0;
  top: .72em;
}
.vdt-cert-trust-list article {
  position: relative;
  padding: 20px 20px 20px 46px;
  color: #344054;
  font-weight: 700;
}
.vdt-cert-trust-list article::before {
  left: 22px;
  top: 28px;
}
.vdt-cert-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 22px 58px rgba(11,31,58,.10);
}
.vdt-cert-table {
  width: 100%;
  border-collapse: collapse;
}
.vdt-cert-table th,
.vdt-cert-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--vdt-border);
  text-align: left;
  vertical-align: top;
}
.vdt-cert-table th {
  color: var(--vdt-navy);
  background: #eff8ff;
  font-size: 14px;
  font-weight: 850;
}
.vdt-cert-table td {
  color: #344054;
  line-height: 1.55;
}
.vdt-cert-table tr:last-child td {
  border-bottom: 0;
}
.vdt-cert-table td:first-child {
  color: var(--vdt-navy);
  font-weight: 800;
}
.vdt-cert-form-layout {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}
.vdt-cert-form-copy {
  position: sticky;
  top: 128px;
}
.vdt-cert-form-copy a {
  color: var(--vdt-blue);
  font-weight: 800;
  text-decoration: none;
}
.vdt-cert-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
}
.vdt-cert-contact-card strong {
  color: var(--vdt-navy);
}
.vdt-cert-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 28px 74px rgba(11,31,58,.13);
}
.vdt-cert-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vdt-cert-form label {
  display: grid;
  gap: 7px;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 750;
}
.vdt-cert-form input,
.vdt-cert-form textarea,
.vdt-cert-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--vdt-border);
  border-radius: var(--vdt-radius);
  padding: 12px 13px;
  color: var(--vdt-text);
  background: #fff;
  outline: none;
}
.vdt-cert-form textarea {
  resize: vertical;
}
.vdt-cert-form input[readonly] {
  color: #1d2939;
  background: #f8fbff;
  border-color: rgba(30,91,255,.22);
  font-weight: 750;
}
.vdt-cert-form input:focus,
.vdt-cert-form textarea:focus,
.vdt-cert-form select:focus {
  border-color: var(--vdt-blue);
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}
.vdt-cert-form__full {
  grid-column: 1 / -1;
}
.vdt-cert-checkbox {
  display: flex !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px !important;
}
.vdt-cert-checkbox input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.vdt-cert-checkbox span {
  color: #344054;
  line-height: 1.55;
}
.vdt-cert-form small {
  color: var(--vdt-muted);
  font-size: 12px;
  line-height: 1.45;
}
.vdt-cert-faq {
  max-width: 980px;
  display: grid;
  gap: 12px;
}
.vdt-cert-faq__item {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}
.vdt-cert-faq__item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.4;
}
.vdt-cert-faq__item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--vdt-muted);
}
.vdt-cert-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background: #071a32;
}
.vdt-cert-final__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  margin: 0;
}
.vdt-cert-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vdt-cert-final__media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.vdt-cert-final__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 18%, rgba(0,184,217,.24), transparent 30%),
    linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 52%, rgba(11,31,58,.42) 100%);
}
.vdt-cert-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}
.vdt-cert-final h2 {
  max-width: 820px;
  margin: 14px 0 0;
  color: #fff;
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
}
.vdt-cert-final p {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-cert-quick article,
  .vdt-cert-card,
  .vdt-cert-field-grid article,
  .vdt-cert-process article,
  .vdt-cert-btn {
    transition: none;
  }
}

/* Bidding exam preparation course page */
.vdt-bidexam-page {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 48%, #fff 100%);
}
.vdt-bidexam-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(0,184,217,.08), transparent 24%),
    radial-gradient(circle at 86% 42%, rgba(30,91,255,.06), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7fbff 50%, #fff 100%);
}
.vdt-bidexam-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #071a32;
}
.vdt-bidexam-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vdt-bidexam-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 18%, rgba(0,184,217,.24), transparent 32%),
    linear-gradient(90deg, rgba(7,26,50,.98) 0%, rgba(11,31,58,.92) 48%, rgba(11,31,58,.38) 100%),
    linear-gradient(180deg, rgba(7,26,50,.12), rgba(7,26,50,.78));
}
.vdt-bidexam-hero__inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 430px);
  align-items: center;
  gap: 48px;
  padding-top: 88px;
  padding-bottom: 108px;
}
.vdt-bidexam-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: var(--vdt-fs-h1);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0,0,0,.30);
}
.vdt-bidexam-hero__lead,
.vdt-bidexam-hero__desc {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
  line-height: 1.68;
}
.vdt-bidexam-hero__desc {
  color: rgba(255,255,255,.80);
  font-size: 16px;
}
.vdt-bidexam-price-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(245,184,66,.46);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(245,184,66,.20), rgba(255,255,255,.08));
  box-shadow: 0 18px 44px rgba(245,184,66,.14);
  backdrop-filter: blur(12px);
}
.vdt-bidexam-price-pill span {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vdt-bidexam-price-pill strong {
  color: #ffd56b;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}
.vdt-bidexam-actions,
.vdt-bidexam-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.vdt-bidexam-btn {
  min-height: 52px;
  padding: 0 24px;
  font-weight: 850;
}
.vdt-bidexam-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vdt-bidexam-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.vdt-bidexam-hotline {
  margin: 20px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
}
.vdt-bidexam-hotline strong {
  color: #fff;
  white-space: nowrap;
}
.vdt-bidexam-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.vdt-bidexam-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 650;
}
.vdt-bidexam-hero__panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.17), rgba(255,255,255,.08));
  box-shadow: 0 30px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
}
.vdt-bidexam-hero__panel span,
.vdt-bidexam-fee-card span,
.vdt-bidexam-schedule-card span,
.vdt-bidexam-form-copy > span,
.vdt-bidexam-final__inner > div > span {
  color: var(--vdt-gold);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vdt-bidexam-hero__panel strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.24;
}
.vdt-bidexam-hero__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vdt-bidexam-hero__panel li {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.vdt-bidexam-hero__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--vdt-gold);
  box-shadow: 0 0 0 5px rgba(245,184,66,.15);
}
.vdt-bidexam-legal-band {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}
.vdt-bidexam-legal-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: var(--vdt-radius);
  color: #60420b;
  background: linear-gradient(135deg, #fff8e6, #f5fbff);
  box-shadow: 0 22px 58px rgba(11,31,58,.12);
}
.vdt-bidexam-legal-card p {
  margin: 0;
  color: #60420b;
  line-height: 1.65;
  font-weight: 650;
}
.vdt-bidexam-legal-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue));
  box-shadow: 0 14px 30px rgba(30,91,255,.20);
}
.vdt-bidexam-legal-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}
.vdt-bidexam-quick {
  position: relative;
  z-index: 2;
  padding: 40px 0 24px;
}
.vdt-bidexam-quick__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.vdt-bidexam-quick article,
.vdt-bidexam-card,
.vdt-bidexam-mode,
.vdt-bidexam-process article,
.vdt-bidexam-expert-grid article,
.vdt-bidexam-related a {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.vdt-bidexam-quick article:hover,
.vdt-bidexam-card:hover,
.vdt-bidexam-mode:hover,
.vdt-bidexam-process article:hover,
.vdt-bidexam-related a:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,255,.28);
  box-shadow: 0 22px 54px rgba(11,31,58,.11);
}
.vdt-bidexam-quick span,
.vdt-bidexam-mode span,
.vdt-bidexam-process span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  color: var(--vdt-blue);
  background: #eff8ff;
  font-weight: 900;
}
.vdt-bidexam-quick svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}
.vdt-bidexam-quick strong {
  display: block;
  color: var(--vdt-navy);
  line-height: 1.25;
}
.vdt-bidexam-quick p,
.vdt-bidexam-card p,
.vdt-bidexam-mode p,
.vdt-bidexam-process p,
.vdt-bidexam-copy p,
.vdt-bidexam-heading p,
.vdt-bidexam-form-copy p,
.vdt-bidexam-schedule-card p {
  margin: 10px 0 0;
  color: var(--vdt-muted);
  line-height: 1.7;
}
.vdt-bidexam-section {
  padding: 88px 0;
}
.vdt-bidexam-section--soft {
  background:
    radial-gradient(circle at 12% 16%, rgba(0,184,217,.08), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}
.vdt-bidexam-heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}
.vdt-bidexam-heading h2,
.vdt-bidexam-copy h2,
.vdt-bidexam-fee-card h2,
.vdt-bidexam-schedule-card h2,
.vdt-bidexam-form-copy h2 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: 0;
}
.vdt-bidexam-copy {
  max-width: 760px;
}
.vdt-bidexam-split,
.vdt-bidexam-pricing,
.vdt-bidexam-form-layout,
.vdt-bidexam-links-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 42px;
  align-items: center;
}
.vdt-bidexam-split--reverse,
.vdt-bidexam-pricing,
.vdt-bidexam-form-layout {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr);
}
.vdt-bidexam-media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  margin: 0;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: calc(var(--vdt-radius) + 4px);
  background: #eef4ff;
  box-shadow: 0 24px 70px rgba(11,31,58,.12);
}
.vdt-bidexam-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(7,26,50,.34));
}
.vdt-bidexam-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}
.vdt-bidexam-media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: calc(var(--vdt-radius) - 4px);
  color: #fff;
  background: rgba(7,26,50,.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.45;
}
.vdt-bidexam-card-grid,
.vdt-bidexam-checklist,
.vdt-bidexam-mode-grid,
.vdt-bidexam-process,
.vdt-bidexam-expert-grid,
.vdt-bidexam-related {
  display: grid;
  gap: 16px;
}
.vdt-bidexam-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vdt-bidexam-card h3,
.vdt-bidexam-mode h3,
.vdt-bidexam-process h3 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 20px;
  line-height: 1.28;
}
.vdt-bidexam-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}
.vdt-bidexam-checklist span {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 18px 18px 46px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  color: #344054;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
  line-height: 1.5;
  font-weight: 650;
}
.vdt-bidexam-checklist span::before,
.vdt-bidexam-card::before,
.vdt-bidexam-expert-grid article::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 0 0 5px rgba(30,91,255,.10);
}
.vdt-bidexam-checklist span::before {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.vdt-bidexam-card,
.vdt-bidexam-expert-grid article {
  position: relative;
}
.vdt-bidexam-card::before,
.vdt-bidexam-expert-grid article::before {
  right: 20px;
  top: 20px;
}
.vdt-bidexam-modules {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.vdt-bidexam-module {
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(11,31,58,.06);
}
.vdt-bidexam-module summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.35;
}
.vdt-bidexam-module summary span {
  min-width: 88px;
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: #175cd3;
  background: #eff8ff;
  font-size: 13px;
}
.vdt-bidexam-module ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 24px 24px 132px;
  color: #344054;
  line-height: 1.6;
}
.vdt-bidexam-fee-card,
.vdt-bidexam-schedule-card,
.vdt-bidexam-form,
.vdt-bidexam-contact-card {
  padding: 30px;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: calc(var(--vdt-radius) + 4px);
  background: #fff;
  box-shadow: 0 24px 64px rgba(11,31,58,.10);
}
.vdt-bidexam-fee-card {
  position: sticky;
  top: 102px;
}
.vdt-bidexam-fee-card h2 {
  margin-top: 12px;
  color: var(--vdt-blue);
}
.vdt-bidexam-note {
  padding: 14px 16px;
  border-left: 4px solid var(--vdt-gold);
  border-radius: var(--vdt-radius);
  background: #fff8e6;
  color: #60420b !important;
  font-weight: 650;
}
.vdt-bidexam-mode-grid {
  grid-template-columns: 1fr;
}
.vdt-bidexam-mode span {
  color: var(--vdt-gold);
  background: rgba(245,184,66,.14);
}
.vdt-bidexam-expert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}
.vdt-bidexam-expert-grid article {
  color: var(--vdt-navy);
  font-weight: 800;
}
.vdt-bidexam-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: calc(var(--vdt-radius) + 4px);
  background: #fff;
  box-shadow: 0 20px 54px rgba(11,31,58,.08);
}
.vdt-bidexam-table {
  width: 100%;
  border-collapse: collapse;
}
.vdt-bidexam-table th,
.vdt-bidexam-table td {
  padding: 18px;
  border-bottom: 1px solid var(--vdt-border);
  text-align: left;
  vertical-align: top;
  line-height: 1.58;
}
.vdt-bidexam-table th {
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), #123b74);
}
.vdt-bidexam-table td {
  color: #344054;
}
.vdt-bidexam-table tr:last-child td {
  border-bottom: 0;
}
.vdt-bidexam-table td:first-child {
  color: var(--vdt-navy);
  font-weight: 850;
}
.vdt-bidexam-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.vdt-bidexam-links-layout {
  align-items: stretch;
}
.vdt-bidexam-schedule-card {
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(0,184,217,.24), transparent 30%),
    linear-gradient(135deg, var(--vdt-navy), #123b74);
}
.vdt-bidexam-schedule-card h2,
.vdt-bidexam-schedule-card p {
  color: #fff;
}
.vdt-bidexam-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vdt-bidexam-related a {
  display: flex;
  align-items: center;
  color: var(--vdt-navy);
  text-decoration: none;
  font-weight: 800;
}
.vdt-bidexam-faq {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.vdt-bidexam-faq__item {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}
.vdt-bidexam-faq__item summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.4;
}
.vdt-bidexam-faq__item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--vdt-muted);
  line-height: 1.65;
}
.vdt-bidexam-form-layout {
  align-items: start;
}
.vdt-bidexam-form-copy {
  position: sticky;
  top: 102px;
}
.vdt-bidexam-contact-card {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.vdt-bidexam-contact-card strong {
  color: var(--vdt-navy);
}
.vdt-bidexam-contact-card a {
  color: var(--vdt-blue);
  text-decoration: none;
  font-weight: 850;
  overflow-wrap: anywhere;
}
.vdt-bidexam-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vdt-bidexam-form label {
  display: grid;
  gap: 8px;
  color: var(--vdt-navy);
  font-weight: 750;
}
.vdt-bidexam-form input,
.vdt-bidexam-form textarea,
.vdt-bidexam-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #d0d5dd;
  border-radius: 16px;
  color: var(--vdt-text);
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.vdt-bidexam-form textarea {
  min-height: 122px;
  padding-top: 14px;
  resize: vertical;
}
.vdt-bidexam-form input[readonly] {
  color: #475467;
  background: #f8fbff;
}
.vdt-bidexam-form input:focus,
.vdt-bidexam-form textarea:focus,
.vdt-bidexam-form select:focus {
  border-color: var(--vdt-blue);
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}
.vdt-bidexam-form__full {
  grid-column: 1 / -1;
}
.vdt-bidexam-checkbox {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  margin-top: 18px;
  color: #344054 !important;
  font-weight: 500 !important;
  line-height: 1.55;
}
.vdt-bidexam-checkbox input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.vdt-bidexam-form small {
  display: block;
  margin: 14px 0 18px;
  color: var(--vdt-muted);
  line-height: 1.55;
}
.vdt-bidexam-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background: #071a32;
}
.vdt-bidexam-final__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  margin: 0;
}
.vdt-bidexam-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vdt-bidexam-final__media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.vdt-bidexam-final__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 78% 18%, rgba(0,184,217,.22), transparent 30%), linear-gradient(90deg, rgba(7,26,50,.96) 0%, rgba(11,31,58,.88) 52%, rgba(11,31,58,.42) 100%);
}
.vdt-bidexam-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}
.vdt-bidexam-final h2 {
  max-width: 880px;
  margin: 14px 0 0;
  color: #fff;
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
}
.vdt-bidexam-final p {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-bidexam-quick article,
  .vdt-bidexam-card,
  .vdt-bidexam-mode,
  .vdt-bidexam-process article,
  .vdt-bidexam-related a,
  .vdt-bidexam-btn {
    transition: none;
  }
}

/* Premium Header & Mega Menu */
.vdt-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.vdt-site-header { position: sticky; top: 0; z-index: 4000; max-width: 100%; border-bottom: 0; background: linear-gradient(180deg, rgba(245,248,252,.98), rgba(245,248,252,.88)); box-shadow: none; backdrop-filter: none; transform: translateZ(0); will-change: transform; }
.vdt-site-header svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; fill: none; flex: 0 0 auto; }
.vdt-topbar { background: linear-gradient(90deg, var(--vdt-navy-2), var(--vdt-navy)); color: rgba(255,255,255,.88); font-size: 14px; }
.vdt-topbar__inner, .vdt-topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 0; overflow-x: auto; scrollbar-width: none; }
.vdt-topbar__inner::-webkit-scrollbar { display: none; }
.vdt-topbar-item { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.9); text-decoration: none; white-space: nowrap; }
.vdt-topbar-item:first-child { border-left: 0; padding-left: 0; margin-right: auto; }
.vdt-topbar-item svg { width: 18px; height: 18px; color: var(--vdt-cyan); }
.vdt-topbar-clock { color: rgba(255,255,255,.92); font-variant-numeric: tabular-nums; }
.vdt-topbar-clock svg { color: var(--vdt-cyan); }
.vdt-topbar-clock strong,
.vdt-topbar-clock [data-vdt-live-time] { color: var(--vdt-gold); font-weight: 850; letter-spacing: .02em; }
.vdt-topbar-clock__separator { margin: 0 2px; color: rgba(255,255,255,.48); }
.vdt-main-header { position: relative; z-index: 1000; max-width: 100%; background: linear-gradient(180deg, rgba(245,248,252,.96), rgba(245,248,252,.88)); border-bottom: 1px solid rgba(228,231,236,.8); }
.vdt-site-header .vdt-main-header__shell, .vdt-site-header .vdt-main-header-shell { width: 100%; max-width: none; margin-left: auto; margin-right: auto; padding: 14px 16px; }
.vdt-site-header .vdt-main-header-inner, .vdt-site-header .vdt-header__inner { position: relative; width: min(1760px, 100%); max-width: none; margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: flex-start; gap: 18px; padding: 0 22px; border: 1px solid rgba(228,231,236,.92); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 18px 48px rgba(11,31,58,.12); backdrop-filter: none; transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease; }
body.admin-bar .vdt-site-header { top: 32px; }
#wpadminbar { z-index: 99999; }
@media (max-width: 782px) {
  body.admin-bar .vdt-site-header { top: 46px; }
}
.vdt-site-header.vdt-is-scrolled .vdt-main-header { background: rgba(245,248,252,.98); }
.vdt-site-header.vdt-is-scrolled .vdt-main-header-inner { border-color: rgba(214,221,232,.96); background: rgba(255,255,255,.98); box-shadow: 0 18px 58px rgba(11,31,58,.16); }
.vdt-site-header .vdt-logo.vdt-brand { flex: 0 0 68px; width: 68px; min-width: 68px; display: inline-flex; align-items: center; justify-content: center; gap: 0; text-decoration: none; color: var(--vdt-navy); }
.vdt-site-header .vdt-brand-logo, .vdt-site-header .vdt-logo__mark--image { width: 58px; height: 58px; padding: 3px; border-radius: 50%; background: #fff; box-shadow: 0 14px 34px rgba(11,31,58,.12); flex: 0 0 auto; }
.vdt-site-header .vdt-brand-logo img, .vdt-site-header .vdt-logo__mark--image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.vdt-site-header .vdt-brand-text { display: none !important; }
.vdt-site-header .vdt-brand-text strong { font-size: 16px; line-height: 1.15; letter-spacing: 0; }
.vdt-site-header .vdt-brand-text small { color: var(--vdt-muted); font-size: 12px; font-weight: 600; }
.vdt-nav { position: static; min-width: 0; flex: 1 1 auto; display: flex; align-items: center; justify-content: center; overflow: visible; }
.vdt-nav-list { display: flex; align-items: center; justify-content: center; gap: clamp(4px, .5vw, 12px); margin: 0; padding: 0; list-style: none; flex-wrap: nowrap; min-width: 0; }
.vdt-nav-item { position: relative; flex: 0 0 auto; }
.vdt-nav-item--has-menu { position: static; }
.vdt-nav__link, .vdt-nav-link { position: relative; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 clamp(8px, .7vw, 14px); border: 0; border-radius: 14px; color: #344054; background: transparent; font-size: var(--vdt-fs-sm); line-height: 1.2; font-weight: 750; text-decoration: none; white-space: nowrap; flex-shrink: 0; cursor: pointer; transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease; }
.vdt-nav__link::after, .vdt-nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 5px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--vdt-blue), var(--vdt-cyan)); transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.vdt-nav__link:hover, .vdt-nav__link:focus-visible, .vdt-nav__link.vdt-is-active, .vdt-nav-link:hover, .vdt-nav-link:focus-visible, .vdt-nav-link.vdt-is-active { color: var(--vdt-blue); background: rgba(30,91,255,.08); outline: none; }
.vdt-nav__link:hover::after, .vdt-nav__link:focus-visible::after, .vdt-nav__link.vdt-is-active::after, .vdt-nav-link:hover::after, .vdt-nav-link:focus-visible::after, .vdt-nav-link.vdt-is-active::after, .vdt-nav-item.vdt-is-open > .vdt-nav-link::after { transform: scaleX(1); }
.vdt-nav__link svg, .vdt-nav-link svg { width: 17px; height: 17px; }
.vdt-nav-chevron { width: 15px !important; height: 15px !important; transition: transform .22s ease; }
.vdt-nav-item:hover .vdt-nav-chevron, .vdt-nav-item:focus-within .vdt-nav-chevron, .vdt-nav-item.vdt-is-open .vdt-nav-chevron { transform: rotate(180deg); }
.vdt-nav-item--contact { display: none; }
.vdt-header-actions { position: relative; z-index: 3; display: flex; align-items: center; gap: 10px; flex: 0 0 auto; white-space: nowrap; }
.vdt-header-icon-btn { width: 48px; height: 48px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(228,231,236,.9); border-radius: 16px; color: var(--vdt-navy); background: #fff; font: inherit; text-decoration: none; cursor: pointer; box-shadow: 0 12px 30px rgba(11,31,58,.08); transition: transform .22s ease, box-shadow .22s ease, color .22s ease, border-color .22s ease; }
.vdt-header-icon-btn:hover { transform: translateY(-2px); color: var(--vdt-blue); border-color: rgba(30,91,255,.28); box-shadow: 0 18px 42px rgba(11,31,58,.12); }
.vdt-header-icon-btn--consult { color: #fff; border-color: rgba(30,91,255,.26); background: linear-gradient(135deg, var(--vdt-blue), #6b7cff); box-shadow: 0 16px 38px rgba(30,91,255,.28); }
.vdt-header-icon-btn--consult:hover { color: #fff; }
.vdt-header-cta { position: relative; overflow: hidden; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan)); box-shadow: 0 16px 38px rgba(30,91,255,.28); font-weight: 900; text-decoration: none; white-space: nowrap; flex: 0 0 auto; transition: transform .22s ease, box-shadow .22s ease; }
.vdt-header-cta::before { content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: skewX(-18deg); transition: left .55s ease; }
.vdt-header-cta:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(30,91,255,.36); }
.vdt-header-cta:hover::before { left: 130%; }
.vdt-header-cta > * { position: relative; z-index: 1; }
.vdt-mega { position: absolute; left: 50%; top: calc(100% + 16px); width: min(1180px, calc(100vw - 48px)); max-width: calc(100vw - 48px); z-index: 1001; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(12px) scale(.98); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.vdt-nav-item:hover > .vdt-mega, .vdt-nav-item:focus-within > .vdt-mega, .vdt-nav-item.vdt-is-open > .vdt-mega, .vdt-mega.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0) scale(1); }
.vdt-mega-panel { position: relative; padding: 24px; border: 1px solid rgba(228,231,236,.92); border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: 0 30px 90px rgba(11,31,58,.18); backdrop-filter: blur(18px); }
.vdt-mega-panel::before { content: ""; position: absolute; top: -9px; left: 50%; width: 18px; height: 18px; border-left: 1px solid rgba(228,231,236,.92); border-top: 1px solid rgba(228,231,236,.92); background: rgba(255,255,255,.97); transform: translateX(-50%) rotate(45deg); }
.vdt-mega-grid { position: relative; display: grid; grid-template-columns: 260px 1fr 1fr; gap: 24px; }
.vdt-mega-grid--services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-mega-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vdt-mega--compact { width: min(680px, calc(100vw - 48px)); }
.vdt-mega--services { width: min(940px, calc(100vw - 48px)); }
.vdt-mega-col { min-width: 0; display: grid; align-content: start; gap: 12px; padding-left: 22px; border-left: 1px solid rgba(228,231,236,.82); }
.vdt-mega-col:first-child { padding-left: 0; border-left: 0; }
.vdt-mega-col-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vdt-mega-title { margin: 0 0 8px; color: #667085; font-size: 13px; font-weight: 900; letter-spacing: .045em; }
.vdt-mega-category, .vdt-mega-card { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--vdt-border); border-radius: 16px; color: var(--vdt-text); background: #fff; text-decoration: none; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.vdt-mega-category { justify-content: space-between; font-weight: 800; }
.vdt-mega-category > span:nth-child(2), .vdt-mega-card > span:nth-child(2) { min-width: 0; flex: 1 1 auto; }
.vdt-mega-category:hover, .vdt-mega-category.is-active, .vdt-mega-card:hover, .vdt-mega-card.is-featured { transform: translateY(-2px); border-color: rgba(30,91,255,.28); background: #f5f8fc; box-shadow: 0 14px 34px rgba(11,31,58,.08); }
.vdt-mega-card.is-featured { border-color: rgba(30,91,255,.44); box-shadow: inset 0 0 0 1px rgba(30,91,255,.10), 0 14px 34px rgba(11,31,58,.08); }
.vdt-mega-card-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: var(--vdt-blue); background: rgba(30,91,255,.08); flex: 0 0 auto; transition: transform .22s ease, background .22s ease, color .22s ease; }
.vdt-mega-category:hover .vdt-mega-card-icon, .vdt-mega-card:hover .vdt-mega-card-icon { transform: scale(1.06); color: var(--vdt-cyan); background: rgba(30,91,255,.12); }
.vdt-mega-card-title { display: block; margin: 0; color: var(--vdt-text); font-size: 15px; line-height: 1.28; font-weight: 900; }
.vdt-mega-card-desc { display: block; margin: 4px 0 0; color: var(--vdt-muted); font-size: 13px; line-height: 1.42; }
.vdt-mega-card-arrow, .vdt-mega-category > svg, .vdt-mega-footer-link svg { width: 17px !important; height: 17px !important; color: #667085; transition: transform .22s ease, color .22s ease; }
.vdt-mega-card:hover .vdt-mega-card-arrow, .vdt-mega-category:hover > svg, .vdt-mega-footer-link:hover svg { color: var(--vdt-blue); transform: translateX(4px); }
.vdt-mega-badge { display: inline-flex; align-items: center; gap: 5px; min-height: 24px; padding: 0 8px; border-radius: 999px; color: #9a6400; background: rgba(245,184,66,.14); font-size: 12px; font-weight: 900; white-space: nowrap; }
.vdt-mega-badge svg { width: 14px; height: 14px; color: var(--vdt-gold); }
.vdt-mega-badge--hot { color: #b42318; background: #fff1eb; }
.vdt-mega-badge--hot svg { color: #f04438; }
.vdt-mega-footer-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 2px; padding: 0 16px; border-radius: 14px; color: var(--vdt-blue); background: #eef4ff; text-decoration: none; font-size: 14px; font-weight: 900; transition: background .22s ease, transform .22s ease; }
.vdt-mega-footer-link:hover { transform: translateY(-2px); background: #e6efff; }
.vdt-menu-toggle, .vdt-mobile-toggle, .vdt-mobile-drawer-actions, .vdt-mobile-backdrop { display: none; }

/* Header menu IA refresh */
.vdt-mobile-menu { display: none; }
.vdt-site-header .vdt-desktop-nav { display: flex; }
.vdt-site-header .vdt-nav__link:focus-visible,
.vdt-site-header .vdt-nav-link:focus-visible,
.vdt-site-header .vdt-header-icon-btn:focus-visible,
.vdt-site-header .vdt-header-cta:focus-visible,
.vdt-mobile-accordion:focus-visible,
.vdt-mobile-subtitle:focus-visible,
.vdt-mobile-link:focus-visible,
.vdt-mobile-panel a:focus-visible {
  outline: 3px solid rgba(30,91,255,.28);
  outline-offset: 3px;
}
.vdt-site-header .vdt-header-cta.vdt-is-active {
  box-shadow: 0 18px 48px rgba(30,91,255,.36), 0 0 0 4px rgba(0,184,217,.18);
}
.vdt-mega--courses,
.vdt-mega--services {
  width: min(1240px, calc(100vw - 48px));
}
.vdt-mega--about,
.vdt-mega--onsite,
.vdt-mega--news,
.vdt-mega--support {
  width: min(760px, calc(100vw - 48px));
}
.vdt-mega--support {
  width: min(820px, calc(100vw - 48px));
}

.vdt-search-modal[hidden] {
  display: none;
}

.vdt-search-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: start center;
  padding: 96px 20px 32px;
}

.vdt-search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 58, 0.58);
  backdrop-filter: blur(10px);
}

.vdt-search-modal__panel {
  position: relative;
  width: min(860px, 100%);
  max-height: min(760px, calc(100vh - 130px));
  overflow: auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(30, 91, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.28);
}

.vdt-search-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1f3a;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.vdt-search-modal__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1e5bff;
  font-size: 13px;
  font-weight: 800;
}

.vdt-search-modal__head h2 {
  margin: 14px 54px 10px 0;
  color: #0b1f3a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: 0;
}

.vdt-search-modal__head p {
  margin: 0;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.65;
}

.vdt-search-modal__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 24px;
}

.vdt-search-modal__input-wrap {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #d9e2f2;
  border-radius: 18px;
  background: #ffffff;
}

.vdt-search-modal__input-wrap svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #1e5bff;
}

.vdt-search-modal__input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #172033;
  font-size: 16px;
}

.vdt-search-modal__form button[type="submit"] {
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.vdt-search-modal__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.vdt-search-modal__suggestions button {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #d9e2f2;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1f3a;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.vdt-search-modal__suggestions button:hover,
.vdt-search-modal__suggestions button:focus-visible {
  border-color: #1e5bff;
  background: #f5f8ff;
  color: #1e5bff;
}

.vdt-search-modal__results {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.vdt-search-result {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #ffffff;
  color: #172033;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vdt-search-result:hover,
.vdt-search-result:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30, 91, 255, 0.34);
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.09);
}

.vdt-search-result strong {
  color: #0b1f3a;
  font-size: 15px;
}

.vdt-search-result span {
  color: #667085;
  font-size: 13.5px;
  line-height: 1.45;
}

.vdt-search-result small {
  color: #1e5bff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vdt-search-modal__empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed #d9e2f2;
  border-radius: 16px;
  background: #f8fbff;
  color: #667085;
}

body.vdt-search-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .vdt-search-modal {
    padding: 72px 14px 24px;
  }

  .vdt-search-modal__panel {
    padding: 22px;
    border-radius: 22px;
  }

  .vdt-search-modal__head h2 {
    margin-right: 48px;
  }

  .vdt-search-modal__form {
    grid-template-columns: 1fr;
  }

  .vdt-search-modal__form button[type="submit"] {
    width: 100%;
  }
}

.vdt-mega-grid--courses-new,
.vdt-mega-grid--services-new {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.vdt-mega--courses .vdt-mega-panel,
.vdt-mega--services .vdt-mega-panel {
  padding: 20px;
}
.vdt-mega-panel {
  max-height: min(660px, calc(100vh - 154px));
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(30,91,255,.28) transparent;
}
.vdt-mega--courses .vdt-mega-col,
.vdt-mega--services .vdt-mega-col {
  gap: 9px;
  padding-left: 16px;
}
.vdt-mega--courses .vdt-mega-col:first-child,
.vdt-mega--services .vdt-mega-col:first-child {
  padding-left: 0;
}
.vdt-mega--courses .vdt-mega-card,
.vdt-mega--services .vdt-mega-card,
.vdt-mega--courses .vdt-mega-footer-link {
  padding: 10px;
  gap: 10px;
}
.vdt-mega--courses .vdt-mega-card,
.vdt-mega--services .vdt-mega-card {
  align-items: flex-start;
}
.vdt-mega--courses .vdt-mega-card-icon,
.vdt-mega--services .vdt-mega-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
}
.vdt-mega--courses .vdt-mega-card-title,
.vdt-mega--services .vdt-mega-card-title {
  font-size: 13.8px;
  line-height: 1.24;
}
.vdt-mega--courses .vdt-mega-card-desc,
.vdt-mega--services .vdt-mega-card-desc {
  font-size: 12.2px;
  line-height: 1.36;
}
.vdt-mega-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}
.vdt-mega--courses .vdt-mega-badge,
.vdt-mega--services .vdt-mega-badge {
  min-height: 22px;
  padding: 0 7px;
  font-size: 11px;
}
.vdt-mega--courses .vdt-mega-footer-link {
  min-height: 40px;
  justify-content: flex-start;
  font-size: 13px;
}
.vdt-mega-col--quick .vdt-mega-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.vdt-mega-note {
  margin: 16px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 14px;
  color: #6b4a0b;
  background: #fff8e6;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 650;
}

/* Header menu contrast and hover refinement */
body.vdt-mega-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 990;
  pointer-events: none;
  background: rgba(7,24,45,.12);
  backdrop-filter: blur(2px);
}

.vdt-site-header.vdt-has-open-mega {
  z-index: 1100;
  box-shadow: 0 20px 60px rgba(11,31,58,.12);
}

.vdt-site-header.vdt-has-open-mega .vdt-main-header-inner {
  box-shadow: 0 22px 62px rgba(11,31,58,.16);
}

.vdt-nav__link,
.vdt-nav-link {
  transition:
    color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.vdt-nav__link::after,
.vdt-nav-link::after {
  left: 14px;
  right: 14px;
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
}

.vdt-nav__link:hover,
.vdt-nav__link:focus-visible,
.vdt-nav__link.vdt-is-active,
.vdt-nav__link[aria-expanded="true"],
.vdt-nav-link:hover,
.vdt-nav-link:focus-visible,
.vdt-nav-link.vdt-is-active,
.vdt-nav-link[aria-expanded="true"],
.vdt-nav-item--has-menu:hover > .vdt-nav__link,
.vdt-nav-item--has-menu:hover > .vdt-nav-link,
.vdt-nav-item.vdt-is-open > .vdt-nav__link,
.vdt-nav-item.vdt-is-open > .vdt-nav-link {
  color: var(--vdt-blue);
  background: linear-gradient(180deg, #f3f7ff, #eaf2ff);
  box-shadow: 0 10px 24px rgba(30,91,255,.12);
  transform: translateY(-1px);
  outline: none;
}

.vdt-nav__link:hover::after,
.vdt-nav__link:focus-visible::after,
.vdt-nav__link.vdt-is-active::after,
.vdt-nav__link[aria-expanded="true"]::after,
.vdt-nav-link:hover::after,
.vdt-nav-link:focus-visible::after,
.vdt-nav-link.vdt-is-active::after,
.vdt-nav-link[aria-expanded="true"]::after,
.vdt-nav-item.vdt-is-open > .vdt-nav-link::after,
.vdt-nav-item.vdt-is-open > .vdt-nav__link::after {
  opacity: 1;
  transform: scaleX(1);
}

.vdt-nav__link svg,
.vdt-nav-link svg {
  transition: transform .22s ease, color .22s ease;
}

.vdt-nav__link:hover svg,
.vdt-nav__link[aria-expanded="true"] svg,
.vdt-nav-link:hover svg,
.vdt-nav-link[aria-expanded="true"] svg,
.vdt-nav-item.vdt-is-open > .vdt-nav__link svg,
.vdt-nav-item.vdt-is-open > .vdt-nav-link svg {
  transform: translateY(-1px);
}

.vdt-nav-item--has-menu:focus-within:not(.vdt-is-open) > .vdt-mega {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px) scale(.98);
}

.vdt-nav-item:hover .vdt-nav-chevron,
.vdt-nav-item:focus-within .vdt-nav-chevron,
.vdt-nav-item.vdt-is-open .vdt-nav-chevron,
.vdt-nav__link[aria-expanded="true"] .vdt-nav-chevron,
.vdt-nav-link[aria-expanded="true"] .vdt-nav-chevron {
  transform: translateY(-1px) rotate(180deg);
}

.vdt-mega {
  z-index: 1102;
}

.vdt-mega-panel {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(30,91,255,.16);
  background: linear-gradient(180deg, rgba(248,251,255,.98), rgba(241,247,255,.96));
  box-shadow:
    0 32px 90px rgba(11,31,58,.18),
    0 8px 24px rgba(30,91,255,.08);
  backdrop-filter: blur(18px);
}

.vdt-mega-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(30,91,255,.10), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(0,184,217,.10), transparent 30%),
    radial-gradient(circle at 80% 100%, rgba(245,184,66,.10), transparent 34%);
}

.vdt-mega-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 4px;
  border-radius: 28px 28px 0 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--vdt-blue), var(--vdt-cyan), var(--vdt-gold));
}

.vdt-mega-panel > * {
  position: relative;
  z-index: 1;
}

.vdt-mega-col {
  border-left-color: rgba(30,91,255,.10);
}

.vdt-mega-title {
  color: var(--vdt-navy);
  font-weight: 900;
  letter-spacing: .03em;
}

.vdt-mega-category,
.vdt-mega-card {
  background: rgba(255,255,255,.82);
  border-color: rgba(30,91,255,.12);
  box-shadow: 0 8px 20px rgba(11,31,58,.04);
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

.vdt-mega-card.is-featured {
  transform: none;
  border-color: rgba(30,91,255,.34);
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,248,255,.92));
  box-shadow: inset 0 0 0 1px rgba(30,91,255,.10), 0 12px 30px rgba(30,91,255,.08);
}

.vdt-mega-category:hover,
.vdt-mega-category:focus-visible,
.vdt-mega-category.is-active,
.vdt-mega-card:hover,
.vdt-mega-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(30,91,255,.36);
  background: #fff;
  box-shadow: 0 18px 44px rgba(30,91,255,.14);
  outline: none;
}

.vdt-mega-card-icon {
  transition:
    background .24s ease,
    color .24s ease,
    box-shadow .24s ease,
    transform .24s ease;
}

.vdt-mega-category:hover .vdt-mega-card-icon,
.vdt-mega-category:focus-visible .vdt-mega-card-icon,
.vdt-mega-card:hover .vdt-mega-card-icon,
.vdt-mega-card:focus-visible .vdt-mega-card-icon {
  transform: translateY(-1px) scale(1.02);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 12px 28px rgba(30,91,255,.22);
}

.vdt-mega-card-arrow,
.vdt-mega-category > svg,
.vdt-mega-footer-link svg {
  transition: transform .22s ease, color .22s ease;
}

.vdt-mega-card:hover .vdt-mega-card-arrow,
.vdt-mega-card:focus-visible .vdt-mega-card-arrow,
.vdt-mega-category:hover > svg,
.vdt-mega-category:focus-visible > svg,
.vdt-mega-footer-link:hover svg,
.vdt-mega-footer-link:focus-visible svg {
  transform: translateX(4px);
  color: var(--vdt-blue);
}

.vdt-mega-footer-link {
  border: 1px solid rgba(30,91,255,.13);
  background: linear-gradient(180deg, #f3f7ff, #eaf2ff);
  box-shadow: 0 8px 20px rgba(30,91,255,.06);
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.vdt-mega-footer-link:hover,
.vdt-mega-footer-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(30,91,255,.28);
  background: #fff;
  box-shadow: 0 14px 34px rgba(30,91,255,.12);
  outline: none;
}

.vdt-mega--compact .vdt-mega-grid {
  gap: 14px;
}

.vdt-mega--compact .vdt-mega-card:hover,
.vdt-mega--compact .vdt-mega-card:focus-visible {
  background: linear-gradient(180deg, #fff, #f7fbff);
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-mega-open::before,
  .vdt-nav__link,
  .vdt-nav-link,
  .vdt-nav__link::after,
  .vdt-nav-link::after,
  .vdt-nav__link svg,
  .vdt-nav-link svg,
  .vdt-nav-chevron,
  .vdt-mega,
  .vdt-mega-card,
  .vdt-mega-category,
  .vdt-mega-card-icon,
  .vdt-mega-card-arrow,
  .vdt-mega-footer-link {
    transition: none !important;
    transform: none !important;
  }
}

/* Typography system harmonization */
body.vdt-page {
  font-family: var(--vdt-font-main);
  font-size: var(--vdt-fs-body);
  line-height: var(--vdt-lh-body);
}

body.vdt-page p,
body.vdt-page li {
  line-height: var(--vdt-lh-body);
}

.vdt-hero h1,
.vdt-hero--home h1,
.vdt-home-page .vdt-hero h1,
.vdt-course-hero h1,
.vdt-onsite-hero h1,
.vdt-broker-hero h1,
.vdt-supervision-hero h1,
.vdt-estimate-hero h1,
.vdt-construction-hero h1,
.vdt-pm-hero h1,
.vdt-schedule-hero h1,
.vdt-contact-hero h1,
.vdt-register-hero h1,
.vdt-blog-hero__content h1,
.vdt-post-hero h1,
.vdt-post-bg-heritage .vdt-post-hero h1,
.vdt-valuation-hero h1,
.vdt-cert-hero h1,
.vdt-bidexam-hero h1 {
  font-size: var(--vdt-fs-h1);
  line-height: 1.1;
  letter-spacing: var(--vdt-tracking-tight);
  max-width: 920px;
}

.vdt-hero p,
.vdt-hero__lead,
.vdt-course-hero p,
.vdt-onsite-hero p,
.vdt-broker-hero p,
.vdt-supervision-hero p,
.vdt-estimate-hero p,
.vdt-estimate-hero__lead,
.vdt-construction-hero p,
.vdt-construction-hero__lead,
.vdt-pm-hero p,
.vdt-pm-hero__lead,
.vdt-schedule-hero p,
.vdt-schedule-hero__lead,
.vdt-contact-hero__lead,
.vdt-register-hero__lead,
.vdt-blog-hero__content p,
.vdt-post-lead,
.vdt-post-bg-heritage .vdt-post-lead,
.vdt-valuation-hero__lead,
.vdt-valuation-hero__desc,
.vdt-cert-hero__lead,
.vdt-cert-hero__desc,
.vdt-bidexam-hero__lead,
.vdt-bidexam-hero__desc {
  font-size: var(--vdt-fs-lead);
  line-height: 1.65;
}

.vdt-section-heading h2,
.vdt-cta-band h2,
.vdt-footer-cta h2,
.vdt-blog-list-head h2,
.vdt-blog-final-cta__inner h2,
.vdt-post-author h2,
.vdt-post-final-cta h2,
.vdt-post-share-bottom h2,
.vdt-estimate-heading h2,
.vdt-estimate-copy h2,
.vdt-estimate-form-copy h2,
.vdt-construction-heading h2,
.vdt-construction-copy h2,
.vdt-construction-form-copy h2,
.vdt-construction-schedule h2,
.vdt-pm-heading h2,
.vdt-pm-copy h2,
.vdt-pm-checklist h2,
.vdt-pm-schedule h2,
.vdt-pm-form-copy h2,
.vdt-schedule-heading h2,
.vdt-schedule-consult__copy h2,
.vdt-schedule-onsite__copy h2,
.vdt-schedule-legal h2,
.vdt-contact-heading h2,
.vdt-contact-org__card h2,
.vdt-contact-form-copy h2,
.vdt-contact-location__copy h2,
.vdt-register-heading h2,
.vdt-register-support h2,
.vdt-register-form__head h2,
.vdt-register-concept__copy h2,
.vdt-register-after__card h2,
.vdt-about-page .vdt-about-section-heading h2,
.vdt-about-page .vdt-about-final-cta h2,
.vdt-valuation-heading h2,
.vdt-cert-heading h2,
.vdt-bidexam-heading h2 {
  font-size: var(--vdt-fs-h2);
  line-height: 1.22;
  letter-spacing: var(--vdt-tracking-heading);
}

.vdt-supervision-final-cta h2,
.vdt-estimate-final h2,
.vdt-construction-final h2,
.vdt-pm-final h2,
.vdt-schedule-final h2,
.vdt-contact-final h2,
.vdt-register-final h2,
.vdt-valuation-final h2,
.vdt-cert-final h2,
.vdt-bidexam-final h2 {
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  letter-spacing: var(--vdt-tracking-heading);
}

.vdt-section-heading p,
.vdt-footer-cta p,
.vdt-blog-list-head p,
.vdt-blog-final-cta__inner p,
.vdt-post-final-cta p,
.vdt-contact-heading p,
.vdt-contact-form-copy p,
.vdt-contact-location__copy p,
.vdt-register-heading p,
.vdt-register-form__head p,
.vdt-register-concept__copy p {
  font-size: var(--vdt-fs-body-lg);
  line-height: 1.68;
}

.vdt-card h3,
.vdt-card h2,
.vdt-side-card h2,
.vdt-feature-panel h3,
.vdt-blog-featured-card h3,
.vdt-blog-card h3,
.vdt-blog-card__title,
.vdt-course-card__title,
.vdt-contact-mini h2,
.vdt-contact-need-card h3,
.vdt-contact-channel h3,
.vdt-contact-step h3,
.vdt-register-step h3,
.vdt-register-flow-card h3,
.vdt-register-course-card h3,
.vdt-valuation-card h3,
.vdt-cert-card h3,
.vdt-bidexam-card h3 {
  font-size: clamp(1.08rem, 1.18rem, 1.28rem);
  line-height: 1.35;
  letter-spacing: var(--vdt-tracking-normal);
}

.vdt-blog-featured-card h2 {
  font-size: clamp(1.65rem, 1.95rem, 2.2rem);
  line-height: 1.25;
  letter-spacing: var(--vdt-tracking-heading);
}

.vdt-card p,
.vdt-side-card p,
.vdt-feature-panel p,
.vdt-blog-card p,
.vdt-blog-card__excerpt,
.vdt-course-card__desc,
.vdt-contact-mini p,
.vdt-register-course-card p {
  font-size: var(--vdt-fs-sm);
  line-height: 1.62;
}

.vdt-post-content,
.vdt-post-bg-heritage .vdt-post-content {
  font-size: clamp(1rem, 1.055rem, 1.065rem);
  line-height: var(--vdt-lh-article);
}

.vdt-post-content p,
.vdt-post-content li,
.vdt-post-bg-heritage .vdt-post-content p,
.vdt-post-bg-heritage .vdt-post-content li {
  font-size: inherit;
  line-height: inherit;
}

.vdt-post-content h2,
.vdt-post-bg-heritage .vdt-post-content h2 {
  font-size: clamp(1.65rem, 1.95rem, 2.15rem);
  line-height: 1.25;
  letter-spacing: var(--vdt-tracking-heading);
  margin-top: 42px;
  margin-bottom: 16px;
}

.vdt-post-content h3,
.vdt-post-bg-heritage .vdt-post-content h3 {
  font-size: clamp(1.32rem, 1.48rem, 1.62rem);
  line-height: 1.32;
  letter-spacing: var(--vdt-tracking-normal);
  margin-top: 32px;
  margin-bottom: 12px;
}

.vdt-post-content h4,
.vdt-post-bg-heritage .vdt-post-content h4 {
  font-size: clamp(1.08rem, 1.16rem, 1.24rem);
  line-height: 1.38;
  letter-spacing: var(--vdt-tracking-normal);
  margin-top: 26px;
  margin-bottom: 10px;
}

.vdt-post-widget h2,
.vdt-post-widget h3,
.vdt-blog-sidebar h2,
.vdt-blog-sidebar h3,
.vdt-blog-sidebox h2,
.vdt-post-sidebox h2 {
  font-size: clamp(1.02rem, 1.1rem, 1.18rem);
  line-height: 1.32;
  letter-spacing: var(--vdt-tracking-normal);
}

.vdt-post-widget p,
.vdt-blog-sidebar p,
.vdt-post-widget a,
.vdt-blog-sidebar a,
.vdt-post-sidebox p,
.vdt-blog-sidebox p {
  font-size: var(--vdt-fs-sm);
  line-height: 1.55;
}

.vdt-meta,
.vdt-post-meta,
.vdt-blog-meta,
.vdt-card__meta,
.vdt-caption,
figcaption,
.vdt-mega-card-desc,
.vdt-footer-legal-note {
  font-size: var(--vdt-fs-xs);
  line-height: 1.5;
}

.vdt-btn,
.vdt-header-cta,
.vdt-footer-cta-button,
.vdt-mega-footer-link {
  font-size: clamp(0.9rem, 0.94rem, 0.98rem);
  line-height: 1.2;
}

.vdt-nav__link,
.vdt-nav-link {
  font-size: var(--vdt-fs-sm);
  line-height: 1.2;
}

.vdt-mega-card-title {
  font-size: var(--vdt-fs-sm);
  line-height: 1.32;
}

.vdt-mega-title,
.vdt-badge,
.vdt-mega-badge {
  font-size: var(--vdt-fs-xs);
  line-height: 1.35;
}

/* Real estate course collection landing page */
.vdt-bds-page {
  overflow-x: hidden;
  background: #ffffff;
}

.vdt-bds-page * {
  min-width: 0;
}

.vdt-bds-main {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 48%, #ffffff 100%);
}

.vdt-bds-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  color: #ffffff;
  background: #07182d;
}

.vdt-bds-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdt-bds-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 184, 217, .28), transparent 34%),
    linear-gradient(90deg, rgba(7, 24, 45, .97) 0%, rgba(11, 31, 58, .90) 48%, rgba(11, 31, 58, .46) 100%),
    linear-gradient(180deg, rgba(7, 24, 45, .08), rgba(7, 24, 45, .78));
}

.vdt-bds-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.vdt-bds-hero::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,184,217,.72), rgba(245,184,66,.72), transparent);
  box-shadow: 0 0 38px rgba(0,184,217,.42);
}

.vdt-bds-hero__inner {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: 52px;
  padding-top: 84px;
  padding-bottom: 96px;
}

.vdt-bds-hero__content h1 {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 22px 58px rgba(0,0,0,.32);
}

.vdt-bds-hero__content p {
  max-width: 810px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.02rem, 1.14rem, 1.22rem);
  line-height: 1.68;
}

.vdt-bds-breadcrumb {
  margin-bottom: 24px;
}

.vdt-bds-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdt-bds-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.35;
}

.vdt-bds-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255,255,255,.42);
}

.vdt-bds-breadcrumb a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}

.vdt-bds-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vdt-bds-badges span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}

.vdt-bds-hero__actions,
.vdt-bds-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.vdt-bds-hero__actions .vdt-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-bds-hero .vdt-btn--secondary,
.vdt-bds-final-cta .vdt-btn--secondary {
  color: #ffffff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.vdt-bds-hero__media {
  align-self: center;
}

.vdt-bds-media-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}

.vdt-bds-media-card img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.vdt-bds-media-card__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  color: #ffffff;
  background: rgba(7,24,45,.68);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}

.vdt-bds-media-card__caption span,
.vdt-bds-section-heading span,
.vdt-bds-onsite__copy > span,
.vdt-bds-trust__copy > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 999px;
  color: #175cd3;
  background: #eff8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-bds-media-card__caption span {
  color: var(--vdt-gold);
  border-color: rgba(245,184,66,.28);
  background: rgba(245,184,66,.10);
}

.vdt-bds-media-card__caption strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.vdt-bds-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: -62px;
  padding-bottom: 34px;
}

.vdt-bds-stats article {
  min-height: 134px;
  padding: 22px;
  border: 1px solid rgba(228,231,236,.92);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(11,31,58,.14);
}

.vdt-bds-stats strong {
  display: block;
  color: var(--vdt-blue);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.vdt-bds-stats span {
  display: block;
  margin-top: 8px;
  color: var(--vdt-muted);
  font-weight: 650;
  line-height: 1.45;
}

.vdt-bds-section {
  padding: 92px 0;
  background: #ffffff;
}

.vdt-bds-section--soft {
  background: #f5f8fc;
}

.vdt-bds-section-heading {
  max-width: 880px;
  margin-bottom: 34px;
}

.vdt-bds-section-heading h2,
.vdt-bds-onsite__copy h2,
.vdt-bds-trust__copy h2,
.vdt-bds-final-cta h2 {
  margin: 14px 0 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
  letter-spacing: 0;
}

.vdt-bds-section-heading p {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--vdt-muted);
  font-size: var(--vdt-fs-body-lg);
}

.vdt-bds-split {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.vdt-bds-copy {
  display: grid;
  gap: 16px;
}

.vdt-bds-copy p,
.vdt-bds-onsite__copy p,
.vdt-bds-trust__copy p {
  margin: 0;
  color: #344054;
}

.vdt-bds-course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vdt-bds-course-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(11,31,58,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-bds-course-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,91,255,.34);
  box-shadow: 0 28px 72px rgba(11,31,58,.14);
}

.vdt-bds-course-card__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1008 / 656;
  background: #eef4ff;
}

.vdt-bds-course-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.vdt-bds-course-card:hover .vdt-bds-course-card__image img {
  transform: scale(1.035);
}

.vdt-bds-course-card__image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--vdt-navy);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 26px rgba(11,31,58,.16);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.vdt-bds-course-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.vdt-bds-course-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  color: var(--vdt-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-bds-course-card__tag svg,
.vdt-bds-highlight svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-bds-course-card h3 {
  margin: 12px 0 10px;
  color: var(--vdt-navy);
  font-size: clamp(1.08rem, 1.17rem, 1.25rem);
  line-height: 1.34;
  letter-spacing: 0;
}

.vdt-bds-course-card p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: var(--vdt-fs-sm);
  line-height: 1.62;
}

.vdt-bds-course-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.vdt-bds-course-card dl div {
  display: grid;
  gap: 2px;
}

.vdt-bds-course-card dt {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-bds-course-card dd {
  margin: 0;
  color: #344054;
  font-size: 13.5px;
  line-height: 1.48;
}

.vdt-bds-course-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
}

.vdt-bds-course-card__actions a,
.vdt-bds-schedule a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  color: var(--vdt-blue);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
}

.vdt-bds-course-card__actions a:last-child,
.vdt-bds-schedule a {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 12px 26px rgba(30,91,255,.20);
}

.vdt-bds-tabs {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 24px;
}

.vdt-bds-tabs__nav {
  display: grid;
  gap: 10px;
  align-self: start;
}

.vdt-bds-tabs__nav button {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  color: var(--vdt-navy);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(11,31,58,.05);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.vdt-bds-tabs__nav button[aria-selected="true"] {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 16px 34px rgba(30,91,255,.20);
}

.vdt-bds-tabs__panels article {
  min-height: 100%;
  padding: 32px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(30,91,255,.05), rgba(0,184,217,.05)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(11,31,58,.08);
}

.vdt-bds-tabs__panels h3 {
  margin: 0 0 16px;
  color: var(--vdt-navy);
  font-size: 24px;
  line-height: 1.25;
}

.vdt-bds-tabs__panels p {
  margin: 0 0 12px;
  color: #344054;
}

.vdt-bds-tabs__panels p:last-child {
  margin-bottom: 0;
}

.vdt-bds-highlight {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-bds-highlight article,
.vdt-bds-timeline article,
.vdt-bds-trust-grid article {
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(11,31,58,.07);
}

.vdt-bds-highlight article {
  min-height: 222px;
  padding: 24px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-bds-highlight article:hover,
.vdt-bds-timeline article:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,255,.28);
  box-shadow: 0 22px 54px rgba(11,31,58,.11);
}

.vdt-bds-highlight svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
}

.vdt-bds-highlight h3,
.vdt-bds-timeline h3 {
  margin: 18px 0 10px;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
}

.vdt-bds-highlight p,
.vdt-bds-timeline p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: var(--vdt-fs-sm);
  line-height: 1.62;
}

.vdt-bds-schedule {
  overflow: hidden;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(11,31,58,.09);
}

.vdt-bds-schedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.vdt-bds-schedule th {
  padding: 0 12px 10px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-bds-schedule td {
  padding: 16px 12px;
  color: #344054;
  background: #f8fbff;
  border-top: 1px solid rgba(30,91,255,.10);
  border-bottom: 1px solid rgba(30,91,255,.10);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.vdt-bds-schedule td:first-child {
  border-left: 1px solid rgba(30,91,255,.10);
  border-radius: 18px 0 0 18px;
  color: var(--vdt-navy);
  font-weight: 800;
}

.vdt-bds-schedule td:last-child {
  border-right: 1px solid rgba(30,91,255,.10);
  border-radius: 0 18px 18px 0;
}

.vdt-bds-program-layout,
.vdt-bds-onsite,
.vdt-bds-trust {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.vdt-bds-program-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(11,31,58,.09);
}

.vdt-bds-program-media img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.vdt-bds-program-accordion {
  display: grid;
  gap: 12px;
}

.vdt-bds-program-accordion details {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}

.vdt-bds-program-accordion summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 800;
  line-height: 1.35;
}

.vdt-bds-program-accordion ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 20px 20px 42px;
  color: var(--vdt-muted);
}

.vdt-bds-program-accordion li {
  line-height: 1.58;
}

.vdt-bds-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-bds-timeline article {
  position: relative;
  min-height: 230px;
  padding: 24px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-bds-timeline article::before {
  content: "";
  position: absolute;
  top: 44px;
  right: -18px;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(30,91,255,.42), rgba(0,184,217,.42));
}

.vdt-bds-timeline article:last-child::before {
  display: none;
}

.vdt-bds-timeline span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #175cd3;
  background: #eff8ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-bds-center-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.vdt-bds-onsite__copy {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 14px;
}

.vdt-bds-onsite-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(11,31,58,.09);
}

.vdt-bds-onsite-form label {
  display: grid;
  gap: 7px;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 750;
}

.vdt-bds-onsite-form input,
.vdt-bds-onsite-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  color: var(--vdt-text);
  background: #ffffff;
  outline: none;
}

.vdt-bds-onsite-form input:focus,
.vdt-bds-onsite-form select:focus {
  border-color: var(--vdt-blue);
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}

.vdt-bds-form-full {
  grid-column: 1 / -1;
}

.vdt-bds-trust {
  align-items: center;
}

.vdt-bds-trust__copy {
  display: grid;
  gap: 14px;
}

.vdt-bds-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.vdt-bds-trust-grid article {
  min-height: 92px;
  padding: 18px;
  color: #344054;
  font-weight: 700;
  line-height: 1.5;
}

.vdt-bds-counter-panel {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(11,31,58,.09);
}

.vdt-bds-counter-panel figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.vdt-bds-counter-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdt-bds-counter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #e4e7ec;
}

.vdt-bds-counter-grid article {
  padding: 22px;
  background: #ffffff;
}

.vdt-bds-counter-grid strong {
  display: block;
  color: var(--vdt-blue);
  font-size: 32px;
  line-height: 1;
}

.vdt-bds-counter-grid span {
  display: block;
  margin-top: 8px;
  color: var(--vdt-muted);
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 650;
}

.vdt-bds-faq {
  max-width: 960px;
  display: grid;
  gap: 12px;
}

.vdt-bds-faq__item {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11,31,58,.05);
}

.vdt-bds-faq__item button {
  position: relative;
  width: 100%;
  min-height: 62px;
  padding: 18px 54px 18px 20px;
  border: 0;
  color: var(--vdt-navy);
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.vdt-bds-faq__item button::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vdt-blue);
  font-size: 24px;
  line-height: 1;
}

.vdt-bds-faq__item button[aria-expanded="true"]::after {
  content: "-";
}

.vdt-bds-faq__item div {
  padding: 0 20px 20px;
}

.vdt-bds-faq__item p {
  margin: 0;
  color: var(--vdt-muted);
}

.vdt-bds-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0;
  color: #ffffff;
  background: #07182d;
}

.vdt-bds-final-cta > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdt-bds-final-cta__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 14%, rgba(0,184,217,.26), transparent 32%),
    linear-gradient(90deg, rgba(7,24,45,.97), rgba(11,31,58,.84), rgba(11,31,58,.46));
}

.vdt-bds-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.vdt-bds-final-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
}

.vdt-bds-final-cta p {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: var(--vdt-fs-body-lg);
}

.vdt-bds-final-cta__actions {
  justify-content: flex-end;
  margin-top: 0;
}

body.vdt-page .vdt-bds-hero__content h1,
body.vdt-page .vdt-bds-final-cta h2 {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-bds-course-card,
  .vdt-bds-course-card__image img,
  .vdt-bds-highlight article,
  .vdt-bds-timeline article,
  .vdt-bds-tabs__nav button {
    transition: none;
    transform: none !important;
  }
}

/* Construction course landing page */
.vdt-xd-main {
  background: #ffffff;
  color: #102033;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vdt-xd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 88px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,184,217,.24), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(245,184,66,.16), transparent 28%),
    linear-gradient(135deg, #07152a 0%, #0b2d58 50%, #075f8c 100%);
}

.vdt-xd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(135deg, transparent 48%, rgba(0,184,217,.32) 49%, rgba(0,184,217,.32) 51%, transparent 52%);
  background-size: 92px 92px, 92px 92px, 220px 220px;
}

.vdt-xd-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% 18%;
  z-index: -1;
  height: 420px;
  background: radial-gradient(circle, rgba(30,91,255,.36), transparent 68%);
  filter: blur(18px);
}

.vdt-xd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.vdt-xd-hero__content {
  max-width: 860px;
}

.vdt-xd-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 700;
}

.vdt-xd-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255,255,255,.36);
}

.vdt-xd-breadcrumb a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.vdt-xd-breadcrumb a:hover {
  color: #ffffff;
}

.vdt-xd-eyebrow,
.vdt-xd-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #0b4c6a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-xd-eyebrow {
  color: #f5c766;
}

.vdt-xd-eyebrow::before,
.vdt-xd-section__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #f5b842;
}

.vdt-xd-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.vdt-xd-hero__lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.vdt-xd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vdt-xd-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.vdt-xd-badges span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #00b8d9;
  box-shadow: 0 0 0 4px rgba(0,184,217,.16);
}

.vdt-xd-hero__actions,
.vdt-xd-final-cta__actions,
.vdt-xd-schedule__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.vdt-xd-btn,
.vdt-xd-primary-btn,
.vdt-xd-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.vdt-xd-btn:hover,
.vdt-xd-primary-btn:hover,
.vdt-xd-link-btn:hover {
  transform: translateY(-2px);
}

.vdt-xd-btn--primary,
.vdt-xd-primary-btn {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 16px 30px rgba(30,91,255,.26);
}

.vdt-xd-btn--ghost {
  border: 1px solid rgba(255,255,255,.28);
  color: #ffffff;
  background: rgba(255,255,255,.1);
}

.vdt-xd-btn--hotline {
  border: 1px solid rgba(245,184,66,.42);
  color: #1d2433;
  background: linear-gradient(135deg, #ffd977, #f5b842);
}

.vdt-xd-btn--outline,
.vdt-xd-link-btn {
  border: 1px solid rgba(30,91,255,.18);
  color: #1246d8;
  background: #ffffff;
}

.vdt-xd-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.vdt-xd-stats div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
}

.vdt-xd-stats strong,
.vdt-xd-stats span {
  display: block;
}

.vdt-xd-stats strong {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.18;
}

.vdt-xd-stats span {
  margin-top: 9px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
}

.vdt-xd-hero__media {
  position: relative;
  min-width: 0;
}

.vdt-xd-hero__image {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 80px rgba(0,0,0,.28);
}

.vdt-xd-hero__image img {
  display: block;
  width: 100%;
  height: clamp(360px, 38vw, 560px);
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
}

.vdt-xd-hero__floating {
  position: absolute;
  width: min(250px, 54%);
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(6,20,40,.82);
  box-shadow: 0 22px 44px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}

.vdt-xd-hero__floating--top {
  top: 24px;
  left: -26px;
}

.vdt-xd-hero__floating--bottom {
  right: -22px;
  bottom: 26px;
}

.vdt-xd-hero__floating span,
.vdt-xd-hero__floating strong {
  display: block;
}

.vdt-xd-hero__floating span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

.vdt-xd-hero__floating strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 17px;
}

.vdt-xd-section {
  padding: 92px 0;
}

.vdt-xd-section--soft {
  background: #f5f8fc;
}

.vdt-xd-section__head {
  max-width: 860px;
}

.vdt-xd-section__head--center {
  margin: 0 auto 42px;
  text-align: center;
}

.vdt-xd-section__head--center .vdt-xd-section__kicker {
  justify-content: center;
}

.vdt-xd-section__head h2,
.vdt-xd-company-training h2,
.vdt-xd-trust h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

.vdt-xd-section__head p {
  max-width: 780px;
  margin: 16px auto 0;
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.72;
}

.vdt-xd-intro__grid {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.vdt-xd-intro__content {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(15,35,64,.08);
}

.vdt-xd-intro__content p {
  margin: 0;
  color: #4b5a6b;
  font-size: 16px;
  line-height: 1.8;
}

.vdt-xd-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vdt-xd-course-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15,35,64,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-xd-course-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,91,255,.28);
  box-shadow: 0 28px 64px rgba(15,35,64,.14);
}

.vdt-xd-course-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 800 / 520;
  background: #dbeafe;
}

.vdt-xd-course-card__image::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(245,184,66,.92), rgba(255,255,255,.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230b1f3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5h16'/%3E%3Cpath d='M6 15.5a6 6 0 0 1 12 0'/%3E%3Cpath d='M9 14V8'/%3E%3Cpath d='M15 14V8'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  box-shadow: 0 10px 26px rgba(11,31,58,.18);
}

.vdt-xd-course-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.vdt-xd-course-card:hover .vdt-xd-course-card__image img {
  transform: scale(1.04);
}

.vdt-xd-course-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
}

.vdt-xd-course-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 999px;
  color: #1246d8;
  background: #f0f6ff;
  font-size: 12px;
  font-weight: 900;
}

.vdt-xd-course-card__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: #f5b842;
}

.vdt-xd-course-card h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.vdt-xd-course-card p {
  margin: 0;
  color: #526173;
  font-size: 14.5px;
  line-height: 1.68;
}

.vdt-xd-course-card__meta {
  display: grid;
  gap: 8px;
}

.vdt-xd-course-card__meta span {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}

.vdt-xd-course-card__meta span::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: #00b8d9;
}

.vdt-xd-course-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vdt-xd-course-card li {
  position: relative;
  padding-left: 22px;
  color: #3d4a5c;
  font-size: 13.5px;
  line-height: 1.55;
}

.vdt-xd-course-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-xd-course-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.vdt-xd-pathway__layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.vdt-xd-pathway__tabs {
  display: grid;
  gap: 10px;
}

.vdt-xd-pathway__tabs button {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  color: #253348;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.vdt-xd-pathway__tabs button.is-active,
.vdt-xd-pathway__tabs button[aria-selected="true"] {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 14px 30px rgba(30,91,255,.2);
}

.vdt-xd-pathway__tabs button:hover {
  transform: translateY(-2px);
}

.vdt-xd-pathway__panels {
  min-height: 420px;
}

.vdt-xd-pathway__panel {
  min-height: 420px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(0,184,217,.12), transparent 34%),
    #ffffff;
  box-shadow: 0 22px 54px rgba(15,35,64,.08);
}

.vdt-xd-pathway__panel h3 {
  margin: 0 0 20px;
  color: #0b1f3a;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.18;
}

.vdt-xd-pathway__panel p {
  margin: 0;
  color: #526173;
  font-size: 16px;
  line-height: 1.76;
}

.vdt-xd-pathway__panel p + p {
  margin-top: 14px;
}

.vdt-xd-pathway__panel strong {
  color: #0b1f3a;
}

.vdt-xd-highlight__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-xd-highlight__item {
  min-height: 166px;
  padding: 22px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15,35,64,.07);
  transition: transform .22s ease, box-shadow .22s ease;
}

.vdt-xd-highlight__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15,35,64,.1);
}

.vdt-xd-highlight__item span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #0b1f3a;
  background: linear-gradient(135deg, #ffe39a, #f5b842);
  font-size: 13px;
  font-weight: 900;
}

.vdt-xd-highlight__item h3 {
  margin: 0;
  color: #1b2a3f;
  font-size: 15.5px;
  line-height: 1.55;
}

.vdt-xd-schedule__table {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(15,35,64,.08);
}

.vdt-xd-schedule table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.vdt-xd-schedule th,
.vdt-xd-schedule td {
  padding: 17px 18px;
  border-bottom: 1px solid #e4e7ec;
  text-align: left;
  vertical-align: middle;
}

.vdt-xd-schedule th {
  color: #0b1f3a;
  background: #eef5ff;
  font-size: 13px;
  font-weight: 900;
}

.vdt-xd-schedule td {
  color: #3d4a5c;
  font-size: 14px;
  line-height: 1.5;
}

.vdt-xd-schedule tr:last-child td {
  border-bottom: 0;
}

.vdt-xd-schedule td:first-child {
  color: #0b1f3a;
  font-weight: 850;
}

.vdt-xd-schedule td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vdt-xd-program__accordion {
  display: grid;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.vdt-xd-program details {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15,35,64,.06);
}

.vdt-xd-program summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 20px 64px 20px 24px;
  color: #0b1f3a;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.vdt-xd-program summary::-webkit-details-marker {
  display: none;
}

.vdt-xd-program summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #1246d8;
  background: #edf4ff;
  transform: translateY(-50%);
}

.vdt-xd-program details[open] summary::after {
  content: "-";
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-xd-program ul {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px 46px;
  margin: 0;
  color: #526173;
  line-height: 1.65;
}

.vdt-xd-timeline__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-xd-timeline__item {
  position: relative;
  min-height: 230px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15,35,64,.06);
}

.vdt-xd-timeline__item::before {
  content: "";
  position: absolute;
  top: 44px;
  right: -18px;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, #1e5bff, #00b8d9);
}

.vdt-xd-timeline__item:last-child::before {
  display: none;
}

.vdt-xd-timeline__item span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0b1f3a;
  background: #ffe8ad;
  font-size: 12px;
  font-weight: 900;
}

.vdt-xd-timeline__item h3 {
  margin: 18px 0 10px;
  color: #0b1f3a;
  font-size: 19px;
  line-height: 1.35;
}

.vdt-xd-timeline__item p {
  margin: 0;
  color: #526173;
  font-size: 14.5px;
  line-height: 1.68;
}

.vdt-xd-center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.vdt-xd-company-training__grid,
.vdt-xd-trust__grid,
.vdt-xd-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.vdt-xd-company-training__content p,
.vdt-xd-trust__content p,
.vdt-xd-final-cta p {
  color: #526173;
  font-size: 16px;
  line-height: 1.75;
}

.vdt-xd-company-training__content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.vdt-xd-company-training__content li {
  padding: 12px 14px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 14px;
  color: #253348;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.vdt-xd-company-training__content img,
.vdt-xd-trust__media img,
.vdt-xd-final-cta__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 22px 54px rgba(15,35,64,.1);
}

.vdt-xd-company-training__content img {
  aspect-ratio: 16 / 9.6;
  height: clamp(260px, 30vw, 390px);
}

.vdt-xd-company-training__form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(15,35,64,.1);
}

.vdt-xd-company-training__form label {
  display: grid;
  gap: 8px;
  color: #253348;
  font-size: 13px;
  font-weight: 900;
}

.vdt-xd-company-training__form input,
.vdt-xd-company-training__form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d5dbe5;
  border-radius: 14px;
  color: #102033;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vdt-xd-company-training__form textarea {
  resize: vertical;
}

.vdt-xd-company-training__form input:focus,
.vdt-xd-company-training__form textarea:focus {
  border-color: #1e5bff;
  box-shadow: 0 0 0 4px rgba(30,91,255,.1);
}

.vdt-xd-trust__media img {
  aspect-ratio: 4 / 3;
  height: clamp(320px, 38vw, 520px);
}

.vdt-xd-trust__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.vdt-xd-trust__list p {
  margin: 0;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  color: #3d4a5c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.vdt-xd-trust__counters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.vdt-xd-trust__counters div {
  min-height: 120px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0b1f3a, #0c5f88);
  color: #ffffff;
}

.vdt-xd-trust__counters strong,
.vdt-xd-trust__counters span {
  display: block;
}

.vdt-xd-trust__counters strong {
  font-size: 28px;
  line-height: 1;
}

.vdt-xd-trust__counters span {
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.45;
}

.vdt-xd-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vdt-xd-gallery__item {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15,35,64,.07);
}

.vdt-xd-gallery__item img {
  display: block;
  width: 100%;
  height: 240px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.vdt-xd-gallery__item figcaption {
  padding: 16px 18px 18px;
  color: #0b1f3a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.vdt-xd-faq__list {
  display: grid;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.vdt-xd-faq__item {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15,35,64,.06);
}

.vdt-xd-faq__item button {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 18px 62px 18px 22px;
  border: 0;
  color: #0b1f3a;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.vdt-xd-faq__item button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  color: #1246d8;
  background: #edf4ff;
  transform: translateY(-50%);
}

.vdt-xd-faq__item button[aria-expanded="true"]::after {
  content: "-";
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-xd-faq__item div {
  padding: 0 22px 22px;
  color: #526173;
  font-size: 15px;
  line-height: 1.75;
}

.vdt-xd-final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(0,184,217,.24), transparent 30%),
    linear-gradient(135deg, #07152a, #0b2d58 62%, #075f8c);
}

.vdt-xd-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 86px 86px;
}

.vdt-xd-final-cta__grid {
  position: relative;
  z-index: 1;
}

.vdt-xd-final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.12;
}

.vdt-xd-final-cta p {
  max-width: 700px;
  color: rgba(255,255,255,.84);
}

.vdt-xd-final-cta__media img {
  aspect-ratio: 16 / 10.5;
  height: clamp(280px, 32vw, 430px);
  border-color: rgba(255,255,255,.18);
}

body.vdt-page .vdt-xd-hero__content h1,
body.vdt-page .vdt-xd-final-cta h2 {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-xd-course-card,
  .vdt-xd-course-card__image img,
  .vdt-xd-highlight__item,
  .vdt-xd-timeline__item,
  .vdt-xd-pathway__tabs button,
  .vdt-xd-btn,
  .vdt-xd-primary-btn,
  .vdt-xd-link-btn {
    transition: none;
    transform: none !important;
  }
}

/* E-procurement service landing page */
.vdt-dt-main {
  background: #ffffff;
  color: #102033;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vdt-dt-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 88px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(0,184,217,.26), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(245,184,66,.14), transparent 28%),
    linear-gradient(135deg, #07152a 0%, #0b2d58 52%, #075f8c 100%);
}

.vdt-dt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(135deg, transparent 48%, rgba(0,184,217,.3) 49%, rgba(0,184,217,.3) 51%, transparent 52%);
  background-size: 92px 92px, 92px 92px, 220px 220px;
}

.vdt-dt-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -30% 18%;
  z-index: -1;
  height: 420px;
  background: radial-gradient(circle, rgba(30,91,255,.36), transparent 68%);
  filter: blur(18px);
}

.vdt-dt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.vdt-dt-hero__content {
  max-width: 880px;
}

.vdt-dt-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 800;
}

.vdt-dt-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255,255,255,.36);
}

.vdt-dt-breadcrumb a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.vdt-dt-breadcrumb a:hover {
  color: #ffffff;
}

.vdt-dt-eyebrow,
.vdt-dt-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #0b4c6a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.vdt-dt-eyebrow {
  color: #f5c766;
}

.vdt-dt-eyebrow::before,
.vdt-dt-section__kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: #f5b842;
}

.vdt-dt-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5.35vw, 70px);
  line-height: 1.04;
  letter-spacing: 0;
}

.vdt-dt-hero__lead {
  max-width: 800px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.vdt-dt-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vdt-dt-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.vdt-dt-badges span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #00b8d9;
  box-shadow: 0 0 0 4px rgba(0,184,217,.16);
}

.vdt-dt-hero__actions,
.vdt-dt-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.vdt-dt-btn,
.vdt-dt-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.vdt-dt-btn:hover,
.vdt-dt-primary-btn:hover {
  transform: translateY(-2px);
}

.vdt-dt-btn--primary,
.vdt-dt-primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 16px 30px rgba(30,91,255,.26);
}

.vdt-dt-btn--ghost {
  border: 1px solid rgba(255,255,255,.28);
  color: #ffffff;
  background: rgba(255,255,255,.1);
}

.vdt-dt-btn--hotline {
  border: 1px solid rgba(245,184,66,.42);
  color: #1d2433;
  background: linear-gradient(135deg, #ffd977, #f5b842);
}

.vdt-dt-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.vdt-dt-stats div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
}

.vdt-dt-stats strong,
.vdt-dt-stats span {
  display: block;
}

.vdt-dt-stats strong {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.18;
}

.vdt-dt-stats span {
  margin-top: 9px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
}

.vdt-dt-hero__media {
  position: relative;
  min-width: 0;
}

.vdt-dt-hero__image {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 80px rgba(0,0,0,.28);
}

.vdt-dt-hero__image img {
  display: block;
  width: 100%;
  height: clamp(360px, 38vw, 560px);
  object-fit: cover;
}

.vdt-dt-hero__floating {
  position: absolute;
  width: min(250px, 54%);
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(6,20,40,.82);
  box-shadow: 0 22px 44px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}

.vdt-dt-hero__floating--top {
  top: 24px;
  left: -26px;
}

.vdt-dt-hero__floating--bottom {
  right: -22px;
  bottom: 26px;
}

.vdt-dt-hero__floating span,
.vdt-dt-hero__floating strong {
  display: block;
}

.vdt-dt-hero__floating span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
}

.vdt-dt-hero__floating strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 17px;
}

.vdt-dt-section {
  padding: 92px 0;
}

.vdt-dt-section--soft {
  background: #f5f8fc;
}

.vdt-dt-section__head {
  max-width: 900px;
}

.vdt-dt-section__head--center {
  margin: 0 auto 42px;
  text-align: center;
}

.vdt-dt-section__head--center .vdt-dt-section__kicker {
  justify-content: center;
}

.vdt-dt-section__head h2,
.vdt-dt-form h2,
.vdt-dt-commitment h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

.vdt-dt-section__head p,
.vdt-dt-form__content p {
  max-width: 790px;
  margin: 16px auto 0;
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.72;
}

.vdt-dt-intro__grid {
  display: grid;
  grid-template-columns: minmax(260px, .86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.vdt-dt-intro__content {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(15,35,64,.08);
}

.vdt-dt-intro__content p {
  margin: 0;
  color: #4b5a6b;
  font-size: 16px;
  line-height: 1.8;
}

.vdt-dt-legal-note {
  padding: 16px 18px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 18px;
  color: #4a3606;
  background: #fff8e8;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.vdt-dt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vdt-dt-service-card,
.vdt-dt-audience__card,
.vdt-dt-pricing__card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15,35,64,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-dt-service-card:hover,
.vdt-dt-audience__card:hover,
.vdt-dt-pricing__card:hover {
  transform: translateY(-6px);
  border-color: rgba(30,91,255,.28);
  box-shadow: 0 28px 64px rgba(15,35,64,.14);
}

.vdt-dt-service-card {
  display: flex;
  flex-direction: column;
}

.vdt-dt-service-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 800 / 520;
  background: #dbeafe;
}

.vdt-dt-service-card__image::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(245,184,66,.92), rgba(255,255,255,.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230b1f3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 7 4-4 6 6-4 4z'/%3E%3Cpath d='m12.5 12.5 6 6'/%3E%3Cpath d='M4 20h8'/%3E%3Cpath d='M8.5 15.5 6 18'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  box-shadow: 0 10px 26px rgba(11,31,58,.18);
}

.vdt-dt-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .32s ease;
}

.vdt-dt-service-card:hover .vdt-dt-service-card__image img {
  transform: scale(1.04);
}

.vdt-dt-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
}

.vdt-dt-service-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 999px;
  color: #1246d8;
  background: #f0f6ff;
  font-size: 12px;
  font-weight: 900;
}

.vdt-dt-service-card__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: #f5b842;
}

.vdt-dt-service-card h3,
.vdt-dt-audience__card h3,
.vdt-dt-pricing__card h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.vdt-dt-service-card p,
.vdt-dt-audience__card p,
.vdt-dt-pricing__card p,
.vdt-dt-process__item p {
  margin: 0;
  color: #526173;
  font-size: 14.5px;
  line-height: 1.68;
}

.vdt-dt-service-card ul,
.vdt-dt-pricing__card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vdt-dt-service-card li,
.vdt-dt-pricing__card li {
  position: relative;
  padding-left: 22px;
  color: #3d4a5c;
  font-size: 13.5px;
  line-height: 1.55;
}

.vdt-dt-service-card li::before,
.vdt-dt-pricing__card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-dt-service-card .vdt-dt-primary-btn {
  width: 100%;
  margin-top: auto;
}

.vdt-dt-audience__grid,
.vdt-dt-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-dt-audience__card {
  padding: 24px;
}

.vdt-dt-audience__card p + p {
  margin-top: 10px;
}

.vdt-dt-audience__card strong {
  color: #0b1f3a;
}

.vdt-dt-process__timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-dt-process__item,
.vdt-dt-benefits__item {
  min-height: 214px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15,35,64,.07);
}

.vdt-dt-process__item span,
.vdt-dt-benefits__item span,
.vdt-dt-pricing__card > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0b1f3a;
  background: #ffe8ad;
  font-size: 12px;
  font-weight: 900;
}

.vdt-dt-process__item h3,
.vdt-dt-benefits__item h3 {
  margin: 18px 0 10px;
  color: #0b1f3a;
  font-size: 19px;
  line-height: 1.35;
}

.vdt-dt-benefits__item {
  min-height: 164px;
}

.vdt-dt-benefits__item h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
}

.vdt-dt-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-dt-pricing__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.vdt-dt-pricing__card.is-featured {
  border-color: rgba(30,91,255,.34);
  box-shadow: 0 26px 64px rgba(30,91,255,.16);
}

.vdt-dt-pricing__card strong {
  margin-top: auto;
  color: #0b1f3a;
  font-size: 18px;
}

.vdt-dt-pricing__note {
  max-width: 880px;
  margin: 26px auto 0;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.vdt-dt-problems__accordion,
.vdt-dt-faq__list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.vdt-dt-problems details,
.vdt-dt-faq__item {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15,35,64,.06);
}

.vdt-dt-problems summary,
.vdt-dt-faq__item button {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding: 18px 62px 18px 22px;
  border: 0;
  color: #0b1f3a;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

.vdt-dt-problems summary::-webkit-details-marker {
  display: none;
}

.vdt-dt-problems summary::after,
.vdt-dt-faq__item button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  color: #1246d8;
  background: #edf4ff;
  transform: translateY(-50%);
}

.vdt-dt-problems details[open] summary::after,
.vdt-dt-faq__item button[aria-expanded="true"]::after {
  content: "-";
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-dt-problems p,
.vdt-dt-faq__item div {
  margin: 0;
  padding: 0 22px 22px;
  color: #526173;
  font-size: 15px;
  line-height: 1.75;
}

.vdt-dt-commitment__grid,
.vdt-dt-form__grid,
.vdt-dt-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.vdt-dt-commitment__media img,
.vdt-dt-form__content img,
.vdt-dt-final-cta__media img {
  display: block;
  width: 100%;
  height: clamp(300px, 32vw, 460px);
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 22px 54px rgba(15,35,64,.1);
}

.vdt-dt-commitment__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.vdt-dt-commitment__list p {
  margin: 0;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  color: #3d4a5c;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.vdt-dt-commitment__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.vdt-dt-commitment__metrics div {
  min-height: 120px;
  padding: 18px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b1f3a, #0c5f88);
}

.vdt-dt-commitment__metrics strong,
.vdt-dt-commitment__metrics span {
  display: block;
}

.vdt-dt-commitment__metrics strong {
  font-size: 28px;
  line-height: 1;
}

.vdt-dt-commitment__metrics span {
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.45;
}

.vdt-dt-form__grid {
  align-items: start;
}

.vdt-dt-form__content p {
  margin-left: 0;
}

.vdt-dt-form__content img {
  height: clamp(250px, 28vw, 360px);
  margin-top: 26px;
}

.vdt-dt-form__hotline {
  padding: 16px 18px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 18px;
  background: #fff8e8;
  font-weight: 800;
}

.vdt-dt-form__hotline a {
  color: #1246d8;
  text-decoration: none;
}

.vdt-dt-form__box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 56px rgba(15,35,64,.1);
}

.vdt-dt-form__box label {
  display: grid;
  gap: 8px;
  color: #253348;
  font-size: 13px;
  font-weight: 900;
}

.vdt-dt-form__full {
  grid-column: 1 / -1;
}

.vdt-dt-form__box input,
.vdt-dt-form__box select,
.vdt-dt-form__box textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #d5dbe5;
  border-radius: 14px;
  color: #102033;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vdt-dt-form__box textarea {
  resize: vertical;
}

.vdt-dt-form__box input:focus,
.vdt-dt-form__box select:focus,
.vdt-dt-form__box textarea:focus {
  border-color: #1e5bff;
  box-shadow: 0 0 0 4px rgba(30,91,255,.1);
}

.vdt-dt-form__check {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start;
  color: #526173 !important;
  font-weight: 700 !important;
  line-height: 1.55;
}

.vdt-dt-form__check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.vdt-dt-final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(0,184,217,.24), transparent 30%),
    linear-gradient(135deg, #07152a, #0b2d58 62%, #075f8c);
}

.vdt-dt-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .3;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 86px 86px;
}

.vdt-dt-final-cta__grid {
  position: relative;
  z-index: 1;
}

.vdt-dt-final-cta h2 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.12;
}

.vdt-dt-final-cta p {
  max-width: 720px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.75;
}

.vdt-dt-final-cta__media img {
  border-color: rgba(255,255,255,.18);
}

body.vdt-page .vdt-dt-hero__content h1,
body.vdt-page .vdt-dt-final-cta h2 {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-dt-service-card,
  .vdt-dt-service-card__image img,
  .vdt-dt-audience__card,
  .vdt-dt-pricing__card,
  .vdt-dt-btn,
  .vdt-dt-primary-btn {
    transition: none;
    transform: none !important;
  }
}

/* Dark surface typography overrides */
body.vdt-page .vdt-dark h1,
body.vdt-page .vdt-dark h2,
body.vdt-page .vdt-dark h3,
body.vdt-page .vdt-footer h1,
body.vdt-page .vdt-footer h2,
body.vdt-page .vdt-footer h3,
body.vdt-page .vdt-cta-dark h1,
body.vdt-page .vdt-cta-dark h2,
body.vdt-page .vdt-cta-dark h3,
body.vdt-page .footer-cta h1,
body.vdt-page .footer-cta h2,
body.vdt-page .footer-cta h3,
body.vdt-page .site-footer h1,
body.vdt-page .site-footer h2,
body.vdt-page .site-footer h3,
body.vdt-page .vdt-hero__content h1,
body.vdt-page .vdt-hero__content h2,
body.vdt-page .vdt-hero__content h3,
body.vdt-page .vdt-bds-hero__content h1,
body.vdt-page .vdt-bds-hero__content h2,
body.vdt-page .vdt-bds-hero__content h3,
body.vdt-page .vdt-xd-hero__content h1,
body.vdt-page .vdt-xd-hero__content h2,
body.vdt-page .vdt-xd-hero__content h3,
body.vdt-page .vdt-dt-hero__content h1,
body.vdt-page .vdt-dt-hero__content h2,
body.vdt-page .vdt-dt-hero__content h3,
body.vdt-page .vdt-cta-band h1,
body.vdt-page .vdt-cta-band h2,
body.vdt-page .vdt-cta-band h3,
body.vdt-page .vdt-footer-cta--image h1,
body.vdt-page .vdt-footer-cta--image h2,
body.vdt-page .vdt-footer-cta--image h3,
body.vdt-page .vdt-footer-cta-strip h1,
body.vdt-page .vdt-footer-cta-strip h2,
body.vdt-page .vdt-footer-cta-strip h3,
body.vdt-page .vdt-blog-sidebox--cta h1,
body.vdt-page .vdt-blog-sidebox--cta h2,
body.vdt-page .vdt-blog-sidebox--cta h3,
body.vdt-page .vdt-blog-final-cta__inner h1,
body.vdt-page .vdt-blog-final-cta__inner h2,
body.vdt-page .vdt-blog-final-cta__inner h3,
body.vdt-page .vdt-post-sidebox--cta h1,
body.vdt-page .vdt-post-sidebox--cta h2,
body.vdt-page .vdt-post-sidebox--cta h3,
body.vdt-page .vdt-post-final-cta h1,
body.vdt-page .vdt-post-final-cta h2,
body.vdt-page .vdt-post-final-cta h3,
body.vdt-page .vdt-estimate-section--dark h1,
body.vdt-page .vdt-estimate-section--dark h2,
body.vdt-page .vdt-estimate-section--dark h3,
body.vdt-page .vdt-estimate-final h1,
body.vdt-page .vdt-estimate-final h2,
body.vdt-page .vdt-estimate-final h3,
body.vdt-page .vdt-construction-section--dark h1,
body.vdt-page .vdt-construction-section--dark h2,
body.vdt-page .vdt-construction-section--dark h3,
body.vdt-page .vdt-construction-final h1,
body.vdt-page .vdt-construction-final h2,
body.vdt-page .vdt-construction-final h3,
body.vdt-page .vdt-pm-section--dark h1,
body.vdt-page .vdt-pm-section--dark h2,
body.vdt-page .vdt-pm-section--dark h3,
body.vdt-page .vdt-pm-price-card h1,
body.vdt-page .vdt-pm-price-card h2,
body.vdt-page .vdt-pm-price-card h3,
body.vdt-page .vdt-pm-final h1,
body.vdt-page .vdt-pm-final h2,
body.vdt-page .vdt-pm-final h3,
body.vdt-page .vdt-schedule-section--dark h1,
body.vdt-page .vdt-schedule-section--dark h2,
body.vdt-page .vdt-schedule-section--dark h3,
body.vdt-page .vdt-schedule-final h1,
body.vdt-page .vdt-schedule-final h2,
body.vdt-page .vdt-schedule-final h3,
body.vdt-page .vdt-contact-section--dark h1,
body.vdt-page .vdt-contact-section--dark h2,
body.vdt-page .vdt-contact-section--dark h3,
body.vdt-page .vdt-contact-final h1,
body.vdt-page .vdt-contact-final h2,
body.vdt-page .vdt-contact-final h3,
body.vdt-page .vdt-register-support__card h1,
body.vdt-page .vdt-register-support__card h2,
body.vdt-page .vdt-register-support__card h3,
body.vdt-page .vdt-register-final h1,
body.vdt-page .vdt-register-final h2,
body.vdt-page .vdt-register-final h3,
body.vdt-page .vdt-about-page .vdt-about-final-cta h1,
body.vdt-page .vdt-about-page .vdt-about-final-cta h2,
body.vdt-page .vdt-about-page .vdt-about-final-cta h3,
body.vdt-page .vdt-valuation-schedule h1,
body.vdt-page .vdt-valuation-schedule h2,
body.vdt-page .vdt-valuation-schedule h3,
body.vdt-page .vdt-valuation-final h1,
body.vdt-page .vdt-valuation-final h2,
body.vdt-page .vdt-valuation-final h3,
body.vdt-page .vdt-cert-final h1,
body.vdt-page .vdt-cert-final h2,
body.vdt-page .vdt-cert-final h3,
body.vdt-page .vdt-bidexam-schedule-card h1,
body.vdt-page .vdt-bidexam-schedule-card h2,
body.vdt-page .vdt-bidexam-schedule-card h3,
body.vdt-page .vdt-bidexam-final h1,
body.vdt-page .vdt-bidexam-final h2,
body.vdt-page .vdt-bidexam-final h3,
body.vdt-page .vdt-bds-final-cta h1,
body.vdt-page .vdt-bds-final-cta h2,
body.vdt-page .vdt-bds-final-cta h3,
body.vdt-page .vdt-xd-final-cta h1,
body.vdt-page .vdt-xd-final-cta h2,
body.vdt-page .vdt-xd-final-cta h3,
body.vdt-page .vdt-dt-final-cta h1,
body.vdt-page .vdt-dt-final-cta h2,
body.vdt-page .vdt-dt-final-cta h3 {
  color: var(--vdt-heading-light) !important;
}

body.vdt-page :is(
  .vdt-course-hero,
  .vdt-onsite-hero,
  .vdt-broker-hero,
  .vdt-supervision-hero,
  .vdt-estimate-hero,
  .vdt-construction-hero,
  .vdt-pm-hero,
  .vdt-schedule-hero,
  .vdt-contact-hero,
  .vdt-register-hero,
  .vdt-post-hero,
  .vdt-valuation-hero,
  .vdt-cert-hero,
  .vdt-bidexam-hero,
  .vdt-bds-hero,
  .vdt-xd-hero,
  .vdt-dt-hero
) :is(h1, h2, h3) {
  color: var(--vdt-heading-light) !important;
}

body.vdt-page .vdt-dark p,
body.vdt-page .vdt-footer p,
body.vdt-page .vdt-cta-dark p,
body.vdt-page .footer-cta p,
body.vdt-page .site-footer p,
body.vdt-page .vdt-hero__content p,
body.vdt-page .vdt-bds-hero__content p,
body.vdt-page .vdt-xd-hero__content p,
body.vdt-page .vdt-dt-hero__content p,
body.vdt-page .vdt-cta-band p,
body.vdt-page .vdt-footer-cta--image p,
body.vdt-page .vdt-footer-cta-strip p,
body.vdt-page .vdt-blog-sidebox--cta p,
body.vdt-page .vdt-blog-final-cta__inner p,
body.vdt-page .vdt-post-sidebox--cta p,
body.vdt-page .vdt-post-final-cta p,
body.vdt-page .vdt-estimate-section--dark p,
body.vdt-page .vdt-estimate-final p,
body.vdt-page .vdt-construction-section--dark p,
body.vdt-page .vdt-construction-final p,
body.vdt-page .vdt-pm-section--dark p,
body.vdt-page .vdt-pm-price-card p,
body.vdt-page .vdt-pm-price-card li,
body.vdt-page .vdt-pm-final p,
body.vdt-page .vdt-schedule-section--dark p,
body.vdt-page .vdt-schedule-final p,
body.vdt-page .vdt-contact-section--dark p,
body.vdt-page .vdt-contact-final p,
body.vdt-page .vdt-register-support__card p,
body.vdt-page .vdt-register-final p,
body.vdt-page .vdt-about-page .vdt-about-final-cta p,
body.vdt-page .vdt-valuation-schedule p,
body.vdt-page .vdt-valuation-final p,
body.vdt-page .vdt-cert-final p,
body.vdt-page .vdt-bidexam-schedule-card p,
body.vdt-page .vdt-bidexam-final p,
body.vdt-page .vdt-bds-final-cta p,
body.vdt-page .vdt-xd-final-cta p,
body.vdt-page .vdt-dt-final-cta p {
  color: var(--vdt-text-light);
}

body.vdt-page .vdt-dark .section-subtitle,
body.vdt-page .vdt-footer .section-subtitle,
body.vdt-page .vdt-cta-dark .section-subtitle,
body.vdt-page .footer-cta .section-subtitle,
body.vdt-page .site-footer .section-subtitle,
body.vdt-page .vdt-footer-cta-kicker {
  color: var(--vdt-gold);
}

body.vdt-page .vdt-dark .section-title h2,
body.vdt-page .vdt-footer .section-title h2,
body.vdt-page .vdt-cta-dark .section-title h2,
body.vdt-page .footer-cta .section-title h2,
body.vdt-page .site-footer .section-title h2,
body.vdt-page .vdt-dark .vdt-section-heading h2,
body.vdt-page .vdt-footer .vdt-section-heading h2,
body.vdt-page .vdt-cta-dark .vdt-section-heading h2,
body.vdt-page .footer-cta .vdt-section-heading h2,
body.vdt-page .site-footer .vdt-section-heading h2 {
  color: var(--vdt-heading-light) !important;
}

body.vdt-page .vdt-post-page--lacviet .vdt-post-hero--lacviet :is(h1, h2, h3),
body.vdt-page .vdt-post-page--lacviet .vdt-post-cta--lacviet :is(h1, h2, h3) {
  color: #0B1F3A !important;
  text-shadow: none;
}

body.vdt-page .vdt-post-page--lacviet .vdt-post-cta--lacviet p {
  color: #475467 !important;
}

/* Homepage Future Academy redesign */
body.vdt-page.vdt-home-page {
  background: #f5f8fc;
  color: #172033;
}

body.vdt-page.vdt-home-page .vdt-home-main {
  position: relative;
  overflow: clip;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 24%, #ffffff 54%, #f5f8fc 100%);
}

.vdt-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.vdt-scroll-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #1e5bff, #00b8d9, #f5b842);
  box-shadow: 0 0 18px rgba(0, 184, 217, 0.45);
}

body.vdt-page.vdt-home-page .vdt-home-hero {
  position: relative;
  min-height: 0;
  padding: 82px 0 48px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(245, 248, 252, 0.98), rgba(255, 255, 255, 0.92) 46%, rgba(232, 242, 255, 0.9));
  color: #172033;
}

body.vdt-page.vdt-home-page .vdt-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.04), transparent 34%),
    linear-gradient(180deg, rgba(30, 91, 255, 0.08), transparent 62%);
}

.vdt-home-hero__bg {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.14;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}

.vdt-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.vdt-home-hero__content {
  max-width: 720px;
}

body.vdt-page.vdt-home-page .vdt-home-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #0b1f3a !important;
  font-size: 3.25rem;
  line-height: 1.12;
  font-weight: 800;
  text-shadow: none;
}

body.vdt-page.vdt-home-page .vdt-home-hero p {
  color: #344054 !important;
  text-shadow: none;
}

.vdt-home-hero__content > p {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.75;
}

.vdt-home-hero__actions,
.vdt-home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.vdt-home-btn {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(30, 91, 255, 0.16);
}

body.vdt-page .vdt-btn--ghost {
  color: #0b1f3a;
  border: 1px solid rgba(30, 91, 255, 0.2);
  background: rgba(255, 255, 255, 0.74);
}

.vdt-home-hero__hotline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 18px 0 0;
  font-weight: 700;
}

.vdt-home-hero__hotline a {
  color: #1e5bff;
}

.vdt-home-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.vdt-home-hero__chips a,
.vdt-home-trustbar__grid span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(30, 91, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #0b1f3a;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.07);
}

.vdt-home-dashboard {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 252, 0.82));
  box-shadow: 0 34px 80px rgba(11, 31, 58, 0.22);
  backdrop-filter: blur(18px);
  animation: vdt-home-float 7s ease-in-out infinite;
}

.vdt-home-dashboard__top,
.vdt-home-dashboard__hero-row,
.vdt-home-dashboard__metrics,
.vdt-home-dashboard__line {
  display: grid;
  gap: 14px;
}

.vdt-home-dashboard__top {
  grid-template-columns: 1fr auto;
  align-items: center;
  color: #667085;
  font-size: 0.9rem;
  font-weight: 700;
}

.vdt-home-dashboard__top strong {
  padding: 8px 12px;
  border-radius: 999px;
  color: #0b1f3a;
  background: #fff7df;
}

.vdt-home-dashboard__hero-row {
  grid-template-columns: 180px 1fr;
  margin-top: 18px;
  align-items: stretch;
}

.vdt-home-dashboard__photo {
  margin: 0;
  overflow: hidden;
  min-height: 190px;
  border-radius: 18px;
}

.vdt-home-dashboard__photo img,
.vdt-home-image-card img,
.vdt-home-media-stack > img,
.vdt-home-course-card > img,
.vdt-home-expert-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vdt-home-dashboard__summary {
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
}

.vdt-home-dashboard__summary span,
.vdt-home-dashboard__metrics span,
.vdt-home-course-card span {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 700;
}

.vdt-home-dashboard__summary strong {
  display: block;
  margin-top: 10px;
  color: #1e5bff;
  font-size: 2rem;
}

.vdt-home-dashboard__summary p {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.vdt-home-dashboard__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.vdt-home-dashboard__metrics div,
.vdt-home-dashboard__line {
  padding: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #ffffff;
}

.vdt-home-dashboard__metrics strong {
  display: block;
  margin-top: 8px;
  color: #0b1f3a;
  font-size: 1rem;
}

.vdt-home-dashboard__timeline {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.vdt-home-dashboard__line {
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.vdt-home-dashboard__line > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00b8d9;
  box-shadow: 0 0 0 6px rgba(0, 184, 217, 0.12);
}

.vdt-home-dashboard__line p {
  margin: 0;
  font-size: 0.92rem;
}

.vdt-home-dashboard__line strong {
  color: #667085;
  font-size: 0.86rem;
}

.vdt-home-trustbar {
  padding: 20px 0;
  background: #ffffff;
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
}

.vdt-home-trustbar__grid {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.vdt-home-trustbar__grid::-webkit-scrollbar {
  display: none;
}

.vdt-home-stats {
  padding: 36px 0 18px;
}

.vdt-home-stats__grid,
.vdt-home-need-grid,
.vdt-home-course-grid,
.vdt-home-schedule-grid,
.vdt-home-service-grid,
.vdt-home-ecosystem-grid,
.vdt-home-legal-grid,
.vdt-home-why-grid,
.vdt-home-expert-grid,
.vdt-home-testimonial-grid {
  display: grid;
  gap: 18px;
}

.vdt-home-stats__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-home-stat {
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
}

.vdt-home-stat strong {
  display: block;
  color: #1e5bff;
  font-size: 2.25rem;
  line-height: 1;
}

.vdt-home-stat span {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-weight: 700;
}

.vdt-home-section {
  padding: 78px 0;
  scroll-margin-top: 138px;
}

.vdt-home-section:nth-of-type(even) {
  background: rgba(245, 248, 252, 0.72);
}

.vdt-home-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.vdt-home-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

body.vdt-page.vdt-home-page .vdt-home-section-head h2,
body.vdt-page.vdt-home-page .vdt-home-lookup-panel h2,
body.vdt-page.vdt-home-page .vdt-home-final-cta h2 {
  margin: 0;
  color: #0b1f3a !important;
  font-size: 2.45rem;
  line-height: 1.16;
  font-weight: 800;
  text-shadow: none;
}

.vdt-home-section-head p,
.vdt-home-lookup-panel p,
.vdt-home-final-cta p {
  margin: 14px 0 0;
  color: #667085;
  line-height: 1.72;
}

.vdt-home-need-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vdt-home-need-card,
.vdt-home-service-card,
.vdt-home-ecosystem-panel,
.vdt-home-legal-card,
.vdt-home-why-grid article,
.vdt-home-testimonial-grid blockquote,
.vdt-home-faq-list details {
  position: relative;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vdt-home-need-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: 230px;
  padding: 22px;
  color: #172033;
}

.vdt-home-need-card:hover,
.vdt-home-course-card:hover,
.vdt-home-schedule-card:hover,
.vdt-home-service-card:hover,
.vdt-home-ecosystem-panel:hover,
.vdt-home-legal-card:hover,
.vdt-home-why-grid article:hover,
.vdt-home-testimonial-grid blockquote:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 91, 255, 0.42);
  box-shadow: 0 24px 58px rgba(30, 91, 255, 0.14);
}

.vdt-home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  font-size: 0.88rem;
  font-weight: 800;
}

.vdt-home-need-card strong {
  color: #0b1f3a;
  font-size: 1.08rem;
  line-height: 1.35;
}

.vdt-home-need-card small {
  color: #667085;
  line-height: 1.55;
  font-size: 0.92rem;
}

.vdt-home-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.vdt-home-tabs button {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #ffffff;
  color: #344054;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
}

.vdt-home-tabs button.vdt-is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 14px 28px rgba(30, 91, 255, 0.22);
}

.vdt-home-filter-count {
  margin: -10px 0 18px;
  color: #667085;
  font-weight: 700;
}

.vdt-home-course-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-home-course-card {
  display: grid;
  grid-template-rows: 190px auto 1fr auto;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vdt-home-course-card > img {
  height: 190px;
}

.vdt-home-course-card > div,
.vdt-home-course-card dl,
.vdt-home-course-card footer {
  padding-inline: 20px;
}

.vdt-home-course-card > div {
  padding-top: 18px;
}

.vdt-home-course-card h3 {
  margin: 8px 0 0;
  color: #0b1f3a;
  font-size: 1.16rem;
  line-height: 1.35;
}

.vdt-home-course-card p {
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.58;
}

.vdt-home-course-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}

.vdt-home-course-card dt {
  color: #98a2b3;
  font-size: 0.74rem;
  font-weight: 700;
}

.vdt-home-course-card dd {
  margin: 4px 0 0;
  color: #172033;
  font-size: 0.86rem;
  font-weight: 700;
}

.vdt-home-course-card footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 20px;
}

.vdt-home-course-card footer a,
.vdt-home-schedule-card a,
.vdt-home-mini-grid a,
.vdt-home-lookup-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 10px;
  font-weight: 800;
}

.vdt-home-course-card footer a:first-child,
.vdt-home-mini-grid a {
  color: #1e5bff;
  background: #edf4ff;
}

.vdt-home-course-card footer a:last-child,
.vdt-home-schedule-card a,
.vdt-home-lookup-form button {
  color: #ffffff;
  background: #0b1f3a;
}

.vdt-home-course-card[hidden],
.vdt-home-schedule-card[hidden] {
  display: none !important;
}

.vdt-home-course-card.vdt-is-filtered-out {
  opacity: 0;
  transform: scale(0.98);
}

.vdt-home-schedule-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vdt-home-schedule-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  min-height: 245px;
  padding: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vdt-home-schedule-card time {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #667085;
  font-weight: 800;
}

.vdt-home-schedule-card time span {
  color: #1e5bff;
  font-size: 2.2rem;
  line-height: 1;
}

.vdt-home-schedule-card strong {
  display: block;
  color: #0b1f3a;
  line-height: 1.35;
}

.vdt-home-schedule-card p {
  margin: 8px 0 0;
  color: #667085;
  line-height: 1.5;
}

.vdt-home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 44px;
  align-items: center;
}

.vdt-home-split--reverse {
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 0.95fr);
}

.vdt-home-split--reverse > :first-child {
  order: 2;
}

.vdt-home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-home-service-card {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vdt-home-service-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.vdt-home-service-card div {
  padding: 22px;
}

.vdt-home-service-card span {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 800;
}

.vdt-home-service-card h3 {
  margin: 10px 0 0;
  color: #0b1f3a;
  font-size: 1.16rem;
  line-height: 1.35;
}

.vdt-home-service-card p {
  color: #667085;
  line-height: 1.62;
}

.vdt-home-service-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 4px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #1e5bff;
  background: #edf4ff;
  font-weight: 800;
}

.vdt-home-checklist {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.vdt-home-checklist li {
  position: relative;
  padding-left: 30px;
  color: #344054;
  line-height: 1.58;
}

.vdt-home-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b8d9, #1e5bff);
  box-shadow: inset 0 0 0 5px #ffffff;
}

.vdt-home-media-stack,
.vdt-home-image-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.14);
}

.vdt-home-media-stack > img,
.vdt-home-image-card {
  aspect-ratio: 4 / 3;
}

.vdt-home-media-stack div {
  padding: 20px;
}

.vdt-home-media-stack strong,
.vdt-home-media-stack span {
  display: block;
}

.vdt-home-media-stack strong {
  color: #0b1f3a;
  font-size: 1.15rem;
}

.vdt-home-media-stack span {
  margin-top: 8px;
  color: #667085;
  line-height: 1.55;
}

.vdt-home-ecosystem-grid,
.vdt-home-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-home-ecosystem-panel,
.vdt-home-legal-card,
.vdt-home-why-grid article,
.vdt-home-testimonial-grid blockquote {
  padding: 24px;
}

.vdt-home-ecosystem-panel strong {
  color: #00b8d9;
  font-size: 1.55rem;
}

.vdt-home-ecosystem-panel h3,
.vdt-home-legal-card h3,
.vdt-home-expert-grid h3 {
  margin: 12px 0 0;
  color: #0b1f3a;
  font-size: 1.14rem;
}

.vdt-home-ecosystem-panel p,
.vdt-home-legal-card p,
.vdt-home-why-grid p,
.vdt-home-expert-grid p,
.vdt-home-testimonial-grid p,
.vdt-home-faq-list p {
  color: #667085;
  line-height: 1.62;
}

.vdt-home-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.vdt-home-legal-grid,
.vdt-home-expert-grid,
.vdt-home-testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-home-legal-card {
  min-height: 220px;
}

.vdt-home-process-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(11, 31, 58, 0.1);
}

.vdt-home-process-rail > div {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid #e4e7ec;
}

.vdt-home-process-rail > div:last-child {
  border-right: 0;
}

.vdt-home-process-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: #1e5bff;
  font-weight: 800;
}

.vdt-home-process-rail strong,
.vdt-home-why-grid strong {
  display: block;
  margin-top: 18px;
  color: #0b1f3a;
  font-size: 1.08rem;
}

.vdt-home-process-rail p {
  color: #667085;
  line-height: 1.55;
}

.vdt-home-lookup-panel {
  padding: 34px;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.12);
}

.vdt-home-lookup-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.vdt-home-lookup-form label {
  color: #0b1f3a;
  font-weight: 800;
}

.vdt-home-lookup-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.vdt-home-lookup-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  color: #172033;
  font: inherit;
}

.vdt-home-expert-grid article {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.08);
}

.vdt-home-expert-grid img {
  height: 220px;
}

.vdt-home-expert-grid h3,
.vdt-home-expert-grid p {
  padding-inline: 22px;
}

.vdt-home-expert-grid p {
  padding-bottom: 22px;
}

.vdt-home-testimonial-grid blockquote {
  margin: 0;
}

.vdt-home-testimonial-grid cite {
  display: block;
  margin-top: 18px;
  color: #0b1f3a;
  font-style: normal;
  font-weight: 800;
}

.vdt-home-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.vdt-home-faq-list details {
  padding: 18px 22px;
}

.vdt-home-faq-list summary {
  color: #0b1f3a;
  cursor: pointer;
  font-weight: 800;
}

.vdt-home-final-cta {
  padding: 82px 0;
  background:
    linear-gradient(135deg, #0b1f3a, #123f7d 54%, #00b8d9);
}

.vdt-home-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

body.vdt-page.vdt-home-page .vdt-home-final-cta h2 {
  color: #ffffff !important;
}

body.vdt-page.vdt-home-page .vdt-home-final-cta p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.vdt-home-final-cta .vdt-btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
}

.vdt-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #0b1f3a;
  box-shadow: 0 18px 36px rgba(11, 31, 58, 0.22);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.vdt-back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-back-to-top.vdt-is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes vdt-home-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-dashboard {
    animation: none;
  }

  .vdt-home-need-card,
  .vdt-home-course-card,
  .vdt-home-schedule-card,
  .vdt-home-service-card,
  .vdt-home-ecosystem-panel,
  .vdt-home-legal-card,
  .vdt-home-why-grid article,
  .vdt-home-testimonial-grid blockquote,
  .vdt-back-to-top {
    transition: none;
  }
}

/* Homepage portal layout based on the supplied training portal reference */
body.vdt-page.vdt-home-page {
  background: #f5f8fc;
  color: #172033;
}

.vdt-home-portal {
  --portal-navy: #0b1f3a;
  --portal-blue: #1e5bff;
  --portal-cyan: #00b8d9;
  --portal-gold: #f5b842;
  --portal-soft: #f5f8fc;
  --portal-border: #d8e3f2;
  --portal-muted: #667085;
  overflow: clip;
  padding: 18px 0 28px;
  background:
    linear-gradient(180deg, #ffffff 0, #f5f8fc 36%, #ffffff 100%);
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vdt-home-portal-container {
  width: min(100% - 32px, 1440px);
  margin-inline: auto;
}

.vdt-home-portal a {
  text-decoration: none;
}

.vdt-home-portal svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.vdt-home-portal-hero {
  padding: 24px 0 16px;
}

.vdt-home-portal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(540px, 0.55fr);
  gap: 28px;
  align-items: stretch;
}

.vdt-home-portal-hero__content {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 34px 28px;
  border: 1px solid var(--portal-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.08);
}

.vdt-home-portal-badge {
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(30, 91, 255, 0.18);
  border-radius: 999px;
  background: #eef5ff;
  color: var(--portal-blue);
  font-size: 0.86rem;
  font-weight: 800;
}

body.vdt-page.vdt-home-page .vdt-home-portal h1 {
  margin: 16px 0 0;
  color: var(--portal-navy) !important;
  font-size: 2.58rem;
  line-height: 1.16;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: none;
}

.vdt-home-portal-hero__content > p {
  margin: 18px 0 0;
  color: #344054;
  line-height: 1.72;
}

.vdt-home-portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-home-portal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--portal-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--portal-navy);
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.vdt-home-portal a.vdt-home-portal-btn {
  color: var(--portal-navy);
}

.vdt-home-portal-btn:hover,
.vdt-home-portal-course-grid article:hover,
.vdt-home-portal-service-grid article:hover,
.vdt-home-portal-list-panel:hover,
.vdt-home-portal-gallery figure:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.12);
}

.vdt-home-portal-btn--primary {
  border-color: var(--portal-blue);
  background: linear-gradient(135deg, #0b4adf, #00aee6);
  color: #ffffff;
}

.vdt-home-portal a.vdt-home-portal-btn--primary {
  color: #ffffff;
}

.vdt-home-portal-btn--gold {
  border-color: #e6a51c;
  background: #fff7e3;
  color: #8a5700;
}

.vdt-home-portal a.vdt-home-portal-btn--gold {
  color: #8a5700;
}

.vdt-home-portal-hotline {
  margin: 18px 0 0;
  color: var(--portal-navy);
  font-weight: 800;
}

.vdt-home-portal-hotline a {
  color: var(--portal-blue);
  text-decoration: underline;
}

.vdt-home-portal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.vdt-home-portal-tags span {
  padding: 7px 10px;
  border: 1px solid var(--portal-border);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--portal-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.vdt-home-portal-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.vdt-home-portal-quick div {
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 14px;
  border-right: 1px solid var(--portal-border);
  border-bottom: 1px solid var(--portal-border);
  color: var(--portal-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.vdt-home-portal-quick div:nth-child(3n) {
  border-right: 0;
}

.vdt-home-portal-quick div:nth-child(n + 4) {
  border-bottom: 0;
}

.vdt-home-portal-quick svg {
  color: var(--portal-blue);
}

.vdt-home-portal-collage {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  grid-template-rows: 285px 190px;
  gap: 10px;
}

.vdt-home-portal-collage figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  background: #eaf1fb;
}

.vdt-home-portal-collage figure.is-large {
  grid-column: 1 / 3;
  grid-row: 1;
}

.vdt-home-portal-collage figure:last-child {
  grid-column: auto;
}

.vdt-home-portal-collage img,
.vdt-home-portal-intro img,
.vdt-home-portal-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdt-home-portal-section {
  padding: 10px 0;
  scroll-margin-top: 136px;
}

.vdt-home-portal-panel,
.vdt-home-portal-onsite,
.vdt-home-portal-list-panel,
.vdt-home-portal-faq,
.vdt-home-portal-contact {
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.06);
}

.vdt-home-portal-panel {
  padding: 18px;
}

.vdt-home-portal-heading,
.vdt-home-portal-list-panel h2,
.vdt-home-portal-faq h2,
.vdt-home-portal-contact h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--portal-navy) !important;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: none;
}

.vdt-home-portal-heading::before,
.vdt-home-portal-list-panel h2::before,
.vdt-home-portal-faq h2::before,
.vdt-home-portal-contact h2::before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 99px;
  background: var(--portal-blue);
}

.vdt-home-portal-heading-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.vdt-home-portal-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.vdt-home-portal-filter button {
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid var(--portal-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--portal-navy);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.vdt-home-portal-filter button.vdt-is-active {
  border-color: var(--portal-blue);
  background: var(--portal-blue);
  color: #ffffff;
}

.vdt-home-portal-intro {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.vdt-home-portal-intro figure {
  margin: 0;
  overflow: hidden;
  min-height: 170px;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
}

.vdt-home-portal-intro p {
  margin: 0 0 12px;
  color: #344054;
  line-height: 1.65;
}

.vdt-home-portal-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  overflow: hidden;
}

.vdt-home-portal-stats div {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 150px;
  padding: 14px 10px;
  border-right: 1px solid var(--portal-border);
  text-align: center;
}

.vdt-home-portal-stats div:last-child {
  border-right: 0;
}

.vdt-home-portal-stats svg {
  color: var(--portal-blue);
}

.vdt-home-portal-stats strong {
  color: var(--portal-blue);
  font-size: 2rem;
  line-height: 1;
}

.vdt-home-portal-stats span {
  color: var(--portal-navy);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vdt-home-portal-course-grid,
.vdt-home-portal-service-grid,
.vdt-home-portal-three,
.vdt-home-portal-activity,
.vdt-home-portal-register {
  display: grid;
  gap: 12px;
}

.vdt-home-portal-course-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-home-portal-course-grid article,
.vdt-home-portal-service-grid article {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 214px;
  padding: 16px;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  background: #fbfdff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.vdt-home-portal-course-grid article:hover,
.vdt-home-portal-service-grid article:hover {
  border-color: rgba(30, 91, 255, 0.45);
}

.vdt-home-portal-course-grid svg,
.vdt-home-portal-service-grid svg {
  color: var(--portal-blue);
}

.vdt-home-portal-course-grid h3,
.vdt-home-portal-service-grid h3 {
  margin: 0;
  color: var(--portal-navy);
  font-size: 0.98rem;
  line-height: 1.34;
  font-weight: 800;
}

.vdt-home-portal-course-grid ul,
.vdt-home-portal-checks,
.vdt-home-portal-list-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdt-home-portal-course-grid li,
.vdt-home-portal-checks li {
  position: relative;
  padding-left: 16px;
  color: #344054;
  font-size: 0.86rem;
  line-height: 1.48;
}

.vdt-home-portal-course-grid li::before,
.vdt-home-portal-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--portal-blue);
}

.vdt-home-portal-course-grid article a,
.vdt-home-portal-service-grid article a,
.vdt-home-portal-more {
  width: fit-content;
  margin-top: auto;
  color: var(--portal-blue);
  font-size: 0.84rem;
  font-weight: 800;
}

.vdt-home-portal-note,
.vdt-home-portal-lead {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(245, 184, 66, 0.42);
  border-radius: 8px;
  background: #fffaf0;
  color: #6d4700;
  font-weight: 700;
  line-height: 1.58;
}

.vdt-home-portal-table-wrap {
  overflow: hidden;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
}

.vdt-home-portal-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.88rem;
}

.vdt-home-portal-table th {
  padding: 11px 12px;
  background: linear-gradient(180deg, #0b4a91, #08356f);
  color: #ffffff;
  text-align: left;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.vdt-home-portal-table td {
  padding: 11px 12px;
  border-top: 1px solid var(--portal-border);
  color: #172033;
  vertical-align: middle;
}

.vdt-home-portal-table td:first-child {
  font-weight: 800;
}

.vdt-home-portal-table span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
}

.vdt-home-portal-table span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.vdt-home-portal-table .is-success {
  color: #067647;
}

.vdt-home-portal-table .is-success::before {
  background: #12b76a;
}

.vdt-home-portal-table .is-warning {
  color: #b54708;
}

.vdt-home-portal-table .is-warning::before {
  background: #f79009;
}

.vdt-home-portal-table .is-info {
  color: #175cd3;
}

.vdt-home-portal-table .is-info::before {
  background: var(--portal-blue);
}

.vdt-home-portal-table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 5px;
  background: var(--portal-blue);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

.vdt-home-portal-table tr[hidden] {
  display: none;
}

.vdt-home-portal-onsite {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(11, 31, 58, 0.96), rgba(30, 91, 255, 0.86)),
    url("../images/onsite-training/hero-dao-tao-tai-don-vi.webp") center/cover;
}

.vdt-home-portal-onsite .vdt-home-portal-heading,
.vdt-home-portal-onsite p {
  color: #ffffff !important;
}

.vdt-home-portal-onsite p {
  margin: 0 0 18px;
  line-height: 1.65;
}

.vdt-home-portal-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vdt-home-portal-steps span {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 800;
  line-height: 1.38;
}

.vdt-home-portal-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-home-portal-service-grid article p {
  margin: 0;
  color: var(--portal-muted);
  line-height: 1.58;
}

.vdt-home-portal-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-home-portal-list-panel,
.vdt-home-portal-faq {
  padding: 16px;
}

.vdt-home-portal-list-panel h2,
.vdt-home-portal-faq h2 {
  padding: 10px 12px;
  margin: -16px -16px 12px;
  background: linear-gradient(180deg, #0b4a91, #08356f);
  color: #ffffff !important;
  border-radius: 8px 8px 0 0;
  font-size: 0.96rem;
}

.vdt-home-portal-list-panel h2::before,
.vdt-home-portal-faq h2::before {
  background: var(--portal-gold);
}

.vdt-home-portal-list-panel li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #edf2f7;
  color: #344054;
  font-size: 0.86rem;
}

.vdt-home-portal-list-panel li:last-child {
  border-bottom: 0;
}

.vdt-home-portal-list-panel time,
.vdt-home-portal-list-panel span {
  color: var(--portal-muted);
  white-space: nowrap;
}

.vdt-home-portal-activity {
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
}

.vdt-home-portal-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.vdt-home-portal-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.vdt-home-portal-gallery img {
  height: 122px;
}

.vdt-home-portal-gallery figcaption {
  padding: 9px;
  color: var(--portal-navy);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.vdt-home-portal-checks {
  display: grid;
  gap: 9px;
}

.vdt-home-portal-subtitle {
  margin: 18px 0 10px;
  color: var(--portal-navy);
  font-size: 0.98rem;
  text-transform: uppercase;
}

.vdt-home-portal-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.vdt-home-portal-partners span {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid var(--portal-border);
  border-radius: 8px;
  background: #fbfdff;
  color: var(--portal-blue);
  font-weight: 800;
}

.vdt-home-portal-faq details {
  border-bottom: 1px solid #edf2f7;
}

.vdt-home-portal-faq details:last-child {
  border-bottom: 0;
}

.vdt-home-portal-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--portal-navy);
  cursor: pointer;
  font-weight: 800;
}

.vdt-home-portal-faq summary::after {
  content: "+";
  color: var(--portal-blue);
  font-weight: 800;
}

.vdt-home-portal-faq details[open] summary::after {
  content: "-";
}

.vdt-home-portal-faq p {
  margin: 0 0 12px;
  color: var(--portal-muted);
  line-height: 1.58;
}

.vdt-home-portal-register {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
}

.vdt-home-portal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vdt-home-portal-form label {
  display: grid;
  gap: 6px;
  color: var(--portal-navy);
  font-size: 0.86rem;
  font-weight: 800;
}

.vdt-home-portal-form .is-wide {
  grid-column: 1 / -1;
}

.vdt-home-portal-form input,
.vdt-home-portal-form select,
.vdt-home-portal-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--portal-border);
  border-radius: 6px;
  background: #ffffff;
  color: #172033;
  font: inherit;
  font-size: 0.9rem;
}

.vdt-home-portal-form textarea {
  resize: vertical;
}

.vdt-home-portal-consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
}

.vdt-home-portal-consent input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
}

.vdt-home-portal-form button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.vdt-home-portal-contact {
  padding: 18px;
}

.vdt-home-portal-contact p {
  margin: 0 0 12px;
  color: #344054;
  line-height: 1.58;
}

.vdt-home-portal-contact a {
  color: var(--portal-blue);
  font-weight: 800;
}

.vdt-home-portal-qr {
  display: grid;
  place-items: center;
  gap: 8px;
  margin-top: 18px;
  min-height: 220px;
  padding: 18px;
  border: 1px dashed var(--portal-border);
  border-radius: 8px;
  background:
    linear-gradient(45deg, #0b1f3a 25%, transparent 25%) 0 0 / 28px 28px,
    linear-gradient(45deg, transparent 75%, #0b1f3a 75%) 0 0 / 28px 28px,
    #ffffff;
  color: var(--portal-navy);
  text-align: center;
}

.vdt-home-portal-qr span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 6px solid #ffffff;
  border-radius: 8px;
  background: var(--portal-blue);
  color: #ffffff;
  font-weight: 800;
}

.vdt-home-portal-qr small {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

/* ===========================================================
   Home modern design - supporting tweaks (additive, non-breaking)
   Builds on the existing .vdt-home-* component styles above.
   =========================================================== */
.vdt-home-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(30, 91, 255, 0.18);
  border-radius: 999px;
  background: #eef5ff;
  color: #1e5bff;
  font-size: 0.86rem;
  font-weight: 800;
}

.vdt-home-process-rail--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-home-legal-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-home-legal-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-home-legal-card li {
  position: relative;
  padding-left: 26px;
  color: #344054;
  line-height: 1.55;
}

.vdt-home-legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b8d9, #1e5bff);
  box-shadow: inset 0 0 0 5px #ffffff;
}

.vdt-home-legal-card--official {
  border-color: rgba(245, 184, 66, 0.5);
  background: #fffdf7;
}

.vdt-home-legal-card--official .vdt-home-card__icon {
  background: linear-gradient(135deg, #f5b842, #e6a51c);
}

.vdt-home-note {
  margin: 22px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(245, 184, 66, 0.42);
  border-radius: 14px;
  background: #fffaf0;
  color: #6d4700;
  font-weight: 700;
  line-height: 1.58;
}

/* Certificate lookup result mock */
.vdt-home-result {
  padding: 26px;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #f5f8fc);
  box-shadow: 0 24px 64px rgba(11, 31, 58, 0.12);
}

.vdt-home-result__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #067647;
  font-size: 0.86rem;
  font-weight: 800;
}

.vdt-home-result__list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.vdt-home-result__list div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeef4;
}

.vdt-home-result__list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vdt-home-result__list dt {
  color: #667085;
  font-size: 0.9rem;
  font-weight: 700;
}

.vdt-home-result__list dd {
  margin: 0;
  color: #0b1f3a;
  font-weight: 800;
}

/* Expert cards - abstract field imagery + icon badge, no fake portraits */
.vdt-home-expert-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.vdt-home-expert-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(11, 31, 58, 0.06), rgba(30, 91, 255, 0.32));
}

.vdt-home-expert-grid figure img {
  height: 200px;
}

.vdt-home-expert-grid figure span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #1e5bff;
  box-shadow: 0 10px 24px rgba(11, 31, 58, 0.18);
}

.vdt-home-expert-grid figure span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Testimonials - star row */
.vdt-home-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
  color: #f5b842;
}

.vdt-home-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

/* FAQ accordion +/- icon */
.vdt-home-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
}

.vdt-home-faq-list summary::-webkit-details-marker {
  display: none;
}

.vdt-home-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #edf4ff;
  color: #1e5bff;
  font-size: 1.2rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.vdt-home-faq-list details[open] summary::after {
  content: "\2212";
  background: #1e5bff;
  color: #ffffff;
}

.vdt-home-faq-list p {
  margin: 12px 0 0;
}

/* Need cards - arrow that moves on hover */
.vdt-home-need-card__go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: end;
  color: #1e5bff;
  font-size: 0.92rem;
  font-weight: 800;
}

.vdt-home-need-card__go svg,
.vdt-home-course-card footer a svg,
.vdt-home-service-card a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.vdt-home-need-card:hover .vdt-home-need-card__go svg,
.vdt-home-course-card footer a:hover svg,
.vdt-home-service-card a:hover svg {
  transform: translateX(4px);
}

/* Trustbar + service inline icons */
.vdt-home-trustbar__grid span {
  white-space: nowrap;
}

.vdt-home-trustbar__grid span svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #1e5bff;
}

.vdt-home-service-card a {
  gap: 6px;
}

.vdt-home-ecosystem-panel .vdt-home-card__icon {
  margin-bottom: 6px;
}

/* Focus-visible accessibility on the home page */
body.vdt-home-page a:focus-visible,
body.vdt-home-page button:focus-visible,
body.vdt-home-page input:focus-visible,
body.vdt-home-page summary:focus-visible {
  outline: 3px solid rgba(30, 91, 255, 0.45);
  outline-offset: 2px;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-need-card__go svg,
  .vdt-home-course-card footer a svg,
  .vdt-home-service-card a svg,
  .vdt-home-faq-list summary::after {
    transition: none;
  }
}

/* ===========================================================
   Training portal homepage - PREMIUM POLISH (additive overrides)
   Sharper, more modern look while keeping the dense portal layout.
   =========================================================== */
.vdt-home-portal {
  background: linear-gradient(180deg, #ffffff 0%, #eef4fc 42%, #ffffff 100%);
}

.vdt-home-portal-section {
  padding: 16px 0;
}

/* Softer, deeper cards with larger radius */
.vdt-home-portal-hero__content,
.vdt-home-portal-panel,
.vdt-home-portal-onsite,
.vdt-home-portal-list-panel,
.vdt-home-portal-faq,
.vdt-home-portal-contact {
  border-radius: 18px;
  border-color: #e4ebf5;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.09);
}

.vdt-home-portal-hero__content {
  background: linear-gradient(165deg, #ffffff 0%, #f6faff 100%);
}

.vdt-home-portal-hero__content::before {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e5bff, #00b8d9);
}

.vdt-home-portal-collage figure,
.vdt-home-portal-table-wrap,
.vdt-home-portal-quick,
.vdt-home-portal-stats,
.vdt-home-portal-intro figure,
.vdt-home-portal-course-grid article,
.vdt-home-portal-service-grid article,
.vdt-home-portal-gallery figure {
  border-radius: 14px;
}

/* Gradient accent bar on section headings */
.vdt-home-portal-heading::before,
.vdt-home-portal-list-panel h2::before,
.vdt-home-portal-faq h2::before,
.vdt-home-portal-contact h2::before {
  width: 22px;
  height: 4px;
  background: linear-gradient(90deg, #1e5bff, #00b8d9);
}

/* Stat numbers as gradient text for a premium feel */
.vdt-home-portal-stats strong {
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vdt-home-portal-stats div {
  transition: background 180ms ease;
}

.vdt-home-portal-stats div:hover {
  background: #f6faff;
}

/* Card hover lift + cyan border */
.vdt-home-portal-course-grid article,
.vdt-home-portal-service-grid article {
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.vdt-home-portal-course-grid article:hover,
.vdt-home-portal-service-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 217, 0.5);
  box-shadow: 0 22px 50px rgba(30, 91, 255, 0.15);
}

.vdt-home-portal-course-grid article a,
.vdt-home-portal-service-grid article a {
  transition: gap 180ms ease, color 180ms ease;
}

.vdt-home-portal-course-grid article a::after,
.vdt-home-portal-service-grid article a::after {
  content: " \2192";
}

.vdt-home-portal-course-grid article:hover a,
.vdt-home-portal-service-grid article:hover a {
  color: #00a3c4;
}

/* Primary button: vivid gradient + lift */
.vdt-home-portal-btn--primary {
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  box-shadow: 0 14px 30px rgba(30, 91, 255, 0.24);
}

.vdt-home-portal-btn--primary:hover {
  box-shadow: 0 20px 42px rgba(30, 91, 255, 0.34);
}

/* Heading + "xem táº¥t cáº£" footer row under the course grid */
.vdt-home-portal-grid-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
}

.vdt-home-portal-grid-foot .vdt-home-portal-note {
  margin: 0;
}

.vdt-home-portal-grid-foot .vdt-home-portal-more {
  white-space: nowrap;
}

/* Schedule full-width layout */
.vdt-home-portal-schedule-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.vdt-home-portal-panel .vdt-home-portal-more {
  display: inline-flex;
  margin-top: 12px;
}

.vdt-home-portal-cert-lead {
  margin: -4px 0 14px;
  color: var(--portal-muted, #667085);
  font-size: 0.86rem;
  line-height: 1.55;
}

.vdt-home-portal-cert-grid {
  display: grid;
  gap: 12px;
}

.vdt-home-portal-cert-card {
  padding: 16px;
  border: 1px solid var(--portal-border, #d8e3f2);
  border-radius: 14px;
  background: linear-gradient(165deg, #ffffff, #f8fbff);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.vdt-home-portal-cert-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 184, 217, 0.45);
  box-shadow: 0 16px 38px rgba(30, 91, 255, 0.12);
}

.vdt-home-portal-cert-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--portal-navy, #0b1f3a);
  font-size: 0.96rem;
  font-weight: 800;
}

.vdt-home-portal-cert-card h3 svg {
  width: 20px;
  height: 20px;
  color: var(--portal-blue, #1e5bff);
}

.vdt-home-portal-cert-card ul {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.vdt-home-portal-cert-card li {
  position: relative;
  padding-left: 16px;
  color: #344054;
  font-size: 0.86rem;
}

.vdt-home-portal-cert-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--portal-blue, #1e5bff);
}

.vdt-home-portal-cert-card a {
  color: var(--portal-blue, #1e5bff);
  font-size: 0.84rem;
  font-weight: 800;
}

/* Onsite steps: numbered badge for a clearer premium look */
.vdt-home-portal-steps span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vdt-home-portal-steps span b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: var(--vdt-gold, #f5b842);
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-portal-course-grid article,
  .vdt-home-portal-service-grid article,
  .vdt-home-portal-cert-card,
  .vdt-home-portal-stats div {
    transition: none;
  }
}

/* ===========================================================
   HOME PORTAL - BALANCE FIX
   CÃ¢n Ä‘á»‘i tá»· lá»‡ section, Ä‘á»“ng Ä‘á»u card, thá»‘ng nháº¥t typography.
   Base rules (Ä‘áº·t trong main.css, Ä‘á»©ng trÆ°á»›c responsive.css Ä‘á»ƒ
   cÃ¡c breakpoint váº«n override Ä‘Ãºng). Má»i selector scope trong
   .vdt-home-portal - khÃ´ng áº£nh hÆ°á»Ÿng trang khÃ¡c.
   =========================================================== */

/* Container thá»‘ng nháº¥t 1280px */
.vdt-home-portal-container {
  width: min(1280px, 100% - 48px);
  max-width: 1280px;
  margin-inline: auto;
}

/* Nhá»‹p dá»c giá»¯a cÃ¡c section Ä‘á»“ng Ä‘á»u */
.vdt-home-portal {
  padding: 12px 0 36px;
}

.vdt-home-portal-section {
  padding: 18px 0;
}

/* Há»‡ thá»‘ng typography (scoped) */
body.vdt-page.vdt-home-page .vdt-home-portal h1 {
  max-width: 610px;
  margin: 16px 0 20px;
  font-size: clamp(38px, 3.9vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: none;
}

.vdt-home-portal-heading {
  font-size: clamp(18px, 1.5vw, 21px);
}

.vdt-home-portal-course-grid h3,
.vdt-home-portal-service-grid h3 {
  min-height: 2.6em;
  font-size: 1rem;
  line-height: 1.34;
}

/* HERO - section lá»›n, hai cá»™t cÃ¢n báº±ng */
.vdt-home-portal-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at 12% 8%, rgba(30, 91, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  overflow: hidden;
}

.vdt-home-portal-hero__grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: 56px;
  align-items: center;
}

/* Bá» kiá»ƒu "card" cá»§a cá»™t ná»™i dung Ä‘á»ƒ hero lÃ  má»™t section liá»n máº¡ch */
.vdt-home-portal-hero__content {
  max-width: 610px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vdt-home-portal-hero__content::before {
  display: none;
}

.vdt-home-portal-hero__content > p {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.7;
  color: #344054;
}

.vdt-home-portal-actions {
  gap: 12px;
  margin-top: 24px;
}

.vdt-home-portal-btn {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
}

.vdt-home-portal-hotline {
  margin-top: 18px;
}

.vdt-home-portal-tags {
  gap: 8px;
  margin-top: 18px;
}

.vdt-home-portal-tags span {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

/* Collage lá»›n, cÃ¢n vá»›i ná»™i dung */
.vdt-home-portal-collage {
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: repeat(2, 180px) 150px;
  gap: 16px;
  min-height: 530px;
  align-self: center;
}

.vdt-home-portal-collage figure {
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.13);
}

.vdt-home-portal-collage figure.is-large {
  grid-column: 1;
  grid-row: span 2;
}

/* Ã” tÃ­nh nÄƒng nhanh: tháº» bo trÃ²n rá»i, thoÃ¡ng */
.vdt-home-portal-quick {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  max-width: 600px;
  border: 0;
  overflow: visible;
  background: transparent;
}

.vdt-home-portal-quick div,
.vdt-home-portal-quick div:nth-child(3n),
.vdt-home-portal-quick div:nth-child(n + 4) {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--portal-border);
  border-radius: 16px;
  background: #ffffff;
}

.vdt-home-portal-quick svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.vdt-home-portal-quick span {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

/* GIá»šI THIá»†U + THá»NG KÃŠ - áº£nh/ná»™i dung hÃ ng trÃªn, stats full-width hÃ ng dÆ°á»›i */
.vdt-home-portal-intro {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.vdt-home-portal-intro figure {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.vdt-home-portal-stats {
  grid-column: 1 / -1;
  margin-top: 16px;
}

.vdt-home-portal-stats div {
  min-height: 132px;
}

/* CARD KHÃ“A Há»ŒC & Dá»ŠCH Vá»¤ - Ä‘á»“ng Ä‘á»u chiá»u cao, CTA Ä‘áº©y xuá»‘ng Ä‘Ã¡y */
.vdt-home-portal-course-grid article,
.vdt-home-portal-service-grid article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 300px;
}

.vdt-home-portal-course-grid article > svg:first-child,
.vdt-home-portal-service-grid article > svg:first-child {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 12px;
  background: #eef5ff;
  color: var(--portal-blue);
  box-sizing: border-box;
}

.vdt-home-portal-course-grid article ul,
.vdt-home-portal-service-grid article p {
  flex: 1 1 auto;
}

.vdt-home-portal-course-grid article a,
.vdt-home-portal-service-grid article a {
  margin-top: auto;
}

/* Lá»ŠCH KHAI GIáº¢NG - báº£ng full-width */
#lich-khai-giang.vdt-home-portal-section {
  padding: 56px 0;
}

.vdt-home-portal-schedule-layout {
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.vdt-home-portal-schedule-layout > .vdt-home-portal-panel {
  width: 100%;
  padding: 28px;
  border-radius: 24px;
}

/* Heading + filter trÃªn má»™t hÃ ng, filter khÃ´ng bá»‹ dá»“n gÃ³c */
.vdt-home-portal-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.vdt-home-portal-heading-row .vdt-home-portal-heading {
  margin: 0;
  flex: 1 1 360px;
}

.vdt-home-portal-filter {
  flex: 1 1 420px;
  justify-content: flex-end;
  gap: 8px;
}

.vdt-home-portal-filter button {
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* Báº£ng full width, cá»™t rá»™ng dá»… Ä‘á»c */
.vdt-home-portal-table-wrap {
  width: 100%;
  border: 1px solid var(--portal-border);
  border-radius: 18px;
  overflow: hidden;
}

.vdt-home-portal-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

.vdt-home-portal-table th:nth-child(1),
.vdt-home-portal-table td:nth-child(1) { width: 33%; }
.vdt-home-portal-table th:nth-child(2),
.vdt-home-portal-table td:nth-child(2) { width: 15%; }
.vdt-home-portal-table th:nth-child(3),
.vdt-home-portal-table td:nth-child(3) { width: 13%; }
.vdt-home-portal-table th:nth-child(4),
.vdt-home-portal-table td:nth-child(4) { width: 14%; }
.vdt-home-portal-table th:nth-child(5),
.vdt-home-portal-table td:nth-child(5) { width: 15%; }
.vdt-home-portal-table th:nth-child(6),
.vdt-home-portal-table td:nth-child(6) { width: 10%; }

.vdt-home-portal-table th,
.vdt-home-portal-table td {
  padding: 15px 16px;
  vertical-align: middle;
  line-height: 1.45;
}

.vdt-home-portal-table th {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.vdt-home-portal-table td {
  font-size: 14px;
  font-weight: 500;
}

.vdt-home-portal-table td:first-child {
  color: #0b1f3a;
  font-weight: 750;
}

/* Badge tráº¡ng thÃ¡i gá»n dáº¡ng pill */
.vdt-home-portal-table td span.is-success,
.vdt-home-portal-table td span.is-warning,
.vdt-home-portal-table td span.is-info {
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
}

.vdt-home-portal-table td span.is-success { background: #ecfdf3; }
.vdt-home-portal-table td span.is-warning { background: #fffaeb; }
.vdt-home-portal-table td span.is-info { background: #eff8ff; }

/* NÃºt Ä‘Äƒng kÃ½ trong báº£ng */
.vdt-home-portal-table td a {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  background: var(--portal-blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* Khá»‘i chá»©ng chá»‰ / nÄƒng lá»±c: full width bÃªn dÆ°á»›i, 2 card ngang */
.vdt-home-portal-cert {
  width: 100%;
  padding: 28px;
  border-radius: 24px;
}

.vdt-home-portal-cert .vdt-home-portal-heading {
  max-width: none;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.vdt-home-portal-cert-lead {
  max-width: 860px;
  margin-bottom: 4px;
  font-size: 15.5px;
  line-height: 1.7;
}

.vdt-home-portal-cert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.vdt-home-portal-cert-card {
  min-height: 190px;
  padding: 22px;
  border-radius: 18px;
}

/* GALLERY - thumbnail 4:3 Ä‘á»“ng nháº¥t, tá»± fit */
.vdt-home-portal-gallery {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.vdt-home-portal-gallery img {
  height: auto;
  aspect-ratio: 4 / 3;
}

/* FORM - chiá»u cao control Ä‘á»“ng Ä‘á»u */
.vdt-home-portal-register {
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.vdt-home-portal-form input,
.vdt-home-portal-form select,
.vdt-home-portal-form textarea {
  min-height: 46px;
}

.vdt-home-portal-form textarea {
  min-height: 92px;
}

.vdt-home-portal-form button {
  min-height: 50px;
}

/* ===========================================================
   LÄ¨NH Vá»°C ÄÃ€O Táº O - thiáº¿t káº¿ láº¡i dáº¡ng 4 card nhÃ³m + mini pills
   Scope trong .vdt-home-portal-fields, khÃ´ng áº£nh hÆ°á»Ÿng section khÃ¡c.
   =========================================================== */
.vdt-home-portal-fields {
  padding: 32px;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(11, 31, 58, 0.08);
}

.vdt-home-portal-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.vdt-home-portal-fields .vdt-home-portal-heading {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

.vdt-home-portal-section-desc {
  max-width: 760px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.7;
}

.vdt-home-portal-section-head > a {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Grid 4 nhÃ³m lá»›n */
.vdt-home-portal-field-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vdt-home-portal-field-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid rgba(30, 91, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vdt-home-portal-field-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 255, 0.35);
  box-shadow: 0 26px 72px rgba(11, 31, 58, 0.14);
}

.vdt-home-portal-field-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef5ff;
}

.vdt-home-portal-field-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vdt-home-portal-field-card:hover .vdt-home-portal-field-card__media img {
  transform: scale(1.05);
}

.vdt-home-portal-field-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.vdt-home-portal-field-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(30, 91, 255, 0.08);
  color: #1e5bff;
  font-size: 12px;
  font-weight: 800;
}

.vdt-home-portal-field-badge--xd { background: rgba(0, 184, 217, 0.12); color: #0094b3; }
.vdt-home-portal-field-badge--bds { background: rgba(245, 184, 66, 0.18); color: #9a6500; }
.vdt-home-portal-field-badge--cc { background: rgba(11, 31, 58, 0.08); color: #0b1f3a; }

.vdt-home-portal-field-card h3 {
  margin: 12px 0 8px;
  color: #0b1f3a;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.vdt-home-portal-field-card__body > p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.65;
}

.vdt-home-portal-field-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-home-portal-field-list li {
  position: relative;
  padding-left: 22px;
  color: #172033;
  font-size: 14px;
  line-height: 1.45;
}

.vdt-home-portal-field-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #1e5bff 0 3.5px, rgba(30, 91, 255, 0.18) 4.5px 7px);
}

.vdt-home-portal-field-cta {
  margin-top: auto;
  padding-top: 18px;
  color: #1e5bff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vdt-home-portal-field-cta:hover {
  color: #0094b3;
}

/* Mini course pills */
.vdt-home-portal-pills-title {
  margin: 26px 0 0;
  color: #0b1f3a;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vdt-home-portal-course-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.vdt-home-portal-course-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #d9e2f2;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.vdt-home-portal-course-pills a:hover {
  border-color: #1e5bff;
  background: #f5f8ff;
  color: #1e5bff;
}

/* Ghi chÃº chá»©ng nháº­n - notice má»m, hÃ²a vá»›i thiáº¿t káº¿ */
.vdt-home-portal-note {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(245, 184, 66, 0.35);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(245, 184, 66, 0.14), rgba(255, 255, 255, 0.9));
  color: #7a4b00;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-portal-field-card,
  .vdt-home-portal-field-card__media img,
  .vdt-home-portal-course-pills a {
    transition: none;
  }
}

/* ===========================================================
   Dá»ŠCH Vá»¤ TÆ¯ Váº¤N CHá»¨NG CHá»ˆ + Dá»ŠCH Vá»¤ Äáº¤U THáº¦U - premium consulting
   Scope trong .vdt-home-portal-services-premium / -bidding-premium.
   =========================================================== */
.vdt-home-portal-services-premium,
.vdt-home-portal-bidding-premium {
  width: min(1280px, 100% - 48px);
  max-width: 1280px;
  margin-inline: auto;
}

/* Badge dÃ¹ng chung (eyebrow + tag trong card) */
.vdt-home-portal-service-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(30, 91, 255, 0.1);
  color: #1e5bff;
  font-size: 12.5px;
  font-weight: 800;
}

/* Ã” icon lá»›n trong card dá»‹ch vá»¥ */
.vdt-home-portal-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(30, 91, 255, 0.12), rgba(0, 184, 217, 0.12));
  color: #1e5bff;
}

.vdt-home-portal-service-icon svg {
  width: 28px;
  height: 28px;
}

/* ---------- HERO chá»©ng chá»‰ (ná»n sÃ¡ng) ---------- */
.vdt-home-portal-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(30, 91, 255, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 10%, rgba(30, 91, 255, 0.12), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f5f9ff 55%, #eef7ff 100%);
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.1);
}

body.vdt-page.vdt-home-page .vdt-home-portal-service-hero h2 {
  margin: 12px 0 14px;
  color: #0b1f3a;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.vdt-home-portal-service-hero p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.vdt-home-portal-service-media,
.vdt-home-portal-bidding-media {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  margin: 0;
  border-radius: 26px;
  background: #eaf3ff;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.16);
}

.vdt-home-portal-service-media img,
.vdt-home-portal-bidding-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Quy trÃ¬nh 4 bÆ°á»›c */
.vdt-home-portal-service-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.vdt-home-portal-service-steps span {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 74px;
  padding: 13px;
  border: 1px solid rgba(30, 91, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.vdt-home-portal-service-steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  color: #ffffff;
  font-size: 13px;
}

/* Grid card dá»‹ch vá»¥ chá»©ng chá»‰ */
.vdt-home-portal-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.vdt-home-portal-service-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vdt-home-portal-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 255, 0.35);
  box-shadow: 0 28px 72px rgba(11, 31, 58, 0.13);
}

.vdt-home-portal-service-card .vdt-home-portal-service-badge {
  margin: 8px 0 0;
}

.vdt-home-portal-service-card h3 {
  margin: 12px 0 10px;
  color: #0b1f3a;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.vdt-home-portal-service-card > p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.6;
}

.vdt-home-portal-service-checks {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-home-portal-service-checks li {
  position: relative;
  padding-left: 24px;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
}

.vdt-home-portal-service-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #12b76a;
  border-bottom: 2px solid #12b76a;
  color: #12b76a;
  font-weight: 900;
  transform: rotate(-45deg);
}

.vdt-home-portal-service-card > a {
  margin-top: auto;
  padding-top: 18px;
  color: #1e5bff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

/* ---------- HERO Ä‘áº¥u tháº§u (ná»n navy) ---------- */
.vdt-home-portal-bidding-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 184, 217, 0.22), transparent 38%),
    linear-gradient(135deg, #0b1f3a 0%, #0e3a75 58%, #1e5bff 100%);
  box-shadow: 0 30px 90px rgba(11, 31, 58, 0.22);
  color: #ffffff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-bidding-hero h2 {
  margin: 12px 0 14px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.vdt-home-portal-bidding-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.vdt-home-portal-bidding-hero .vdt-home-portal-service-badge {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.vdt-home-portal-bidding-hero .vdt-home-portal-btn--primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #0b1f3a;
}

.vdt-home-portal-bidding-hero .vdt-home-portal-btn--gold {
  background: #f5b842;
  border-color: #f5b842;
  color: #0b1f3a;
}

/* Grid card dá»‹ch vá»¥ Ä‘áº¥u tháº§u */
.vdt-home-portal-bidding-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.vdt-home-portal-bidding-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vdt-home-portal-bidding-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 255, 0.35);
  box-shadow: 0 28px 72px rgba(11, 31, 58, 0.13);
}

.vdt-home-portal-bidding-card h3 {
  margin: 12px 0 10px;
  color: #0b1f3a;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.vdt-home-portal-bidding-card ul {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-home-portal-bidding-card li {
  position: relative;
  padding-left: 22px;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.55;
}

.vdt-home-portal-bidding-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #12b76a;
  border-bottom: 2px solid #12b76a;
  color: #12b76a;
  font-weight: 900;
  transform: rotate(-45deg);
}

.vdt-home-portal-bidding-card > a {
  margin-top: auto;
  padding-top: 18px;
  color: #1e5bff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-portal-service-card,
  .vdt-home-portal-bidding-card {
    transition: none;
  }
}

/* ===========================================================
   THÆ¯ VIá»†N CHUYÃŠN MÃ”N - news / resource hub (3 card blog)
   Scope trong .vdt-home-portal-news-hub.
   =========================================================== */
.vdt-home-portal-news-hub {
  padding: 34px;
  border: 1px solid #e4e7ec;
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(30, 91, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.08);
}

.vdt-home-portal-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-news-head h2 {
  max-width: 780px;
  margin: 12px 0 10px;
  color: #0b1f3a;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.13;
  letter-spacing: 0;
  text-transform: none;
}

.vdt-home-portal-news-head p {
  max-width: 780px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.vdt-home-portal-news-head > a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.vdt-home-portal-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vdt-home-portal-news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid #e4e7ec;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(11, 31, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vdt-home-portal-news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 255, 0.34);
  box-shadow: 0 30px 78px rgba(11, 31, 58, 0.14);
}

.vdt-home-portal-news-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  background: #eef5ff;
}

.vdt-home-portal-news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.vdt-home-portal-news-card:hover .vdt-home-portal-news-media img {
  transform: scale(1.05);
}

.vdt-home-portal-news-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(11, 31, 58, 0.88);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.vdt-home-portal-news-featured {
  padding: 20px;
  border-bottom: 1px solid #e4e7ec;
}

.vdt-home-portal-news-featured time {
  display: inline-flex;
  margin-bottom: 10px;
  color: #667085;
  font-size: 13px;
}

.vdt-home-portal-news-featured h3 {
  margin: 0 0 10px;
  color: #0b1f3a;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
}

.vdt-home-portal-news-featured h3 a {
  color: inherit;
  text-decoration: none;
}

.vdt-home-portal-news-featured h3 a:hover {
  color: #1e5bff;
}

.vdt-home-portal-news-featured p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.65;
}

.vdt-home-portal-news-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.vdt-home-portal-news-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f7;
}

.vdt-home-portal-news-item:last-child {
  border-bottom: 0;
}

.vdt-home-portal-news-item::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
}

.vdt-home-portal-news-item a {
  color: #172033;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
}

.vdt-home-portal-news-item a:hover {
  color: #1e5bff;
}

.vdt-home-portal-news-card__footer {
  margin-top: auto;
  padding: 18px 20px 20px;
}

.vdt-home-portal-news-card__footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: #f5f8ff;
  color: #1e5bff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.vdt-home-portal-news-card__footer a:hover {
  background: #1e5bff;
  color: #ffffff;
}

/* Dáº£i liÃªn káº¿t há»¯u Ã­ch */
.vdt-home-portal-news-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: #0b1f3a;
  color: #ffffff;
}

.vdt-home-portal-news-links strong {
  margin-right: 8px;
  font-size: 14px;
}

.vdt-home-portal-news-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.vdt-home-portal-news-links a:hover {
  background: #f5b842;
  color: #0b1f3a;
}

@media (prefers-reduced-motion: reduce) {
  .vdt-home-portal-news-card,
  .vdt-home-portal-news-media img {
    transition: none;
  }
}

/* ===========================================================
   HOME PORTAL WIDTH SYSTEM
   Scoped override for the homepage only: wider 1360px content rail,
   full-width section backgrounds, and no narrow local containers.
   =========================================================== */
body.vdt-page.vdt-home-page .vdt-home-portal {
  width: 100%;
  overflow-x: clip;
  padding: 0 0 36px;
  background: #f5f8fc;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section,
body.vdt-page.vdt-home-page .vdt-home-portal-hero {
  width: 100%;
}

body.vdt-page.vdt-home-page .vdt-home-portal-container,
body.vdt-page.vdt-home-page .vdt-home-portal-services-premium,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-premium {
  width: min(1360px, calc(100% - 64px));
  max-width: 1360px;
  margin-inline: auto;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section,
body.vdt-page.vdt-home-page #lich-khai-giang.vdt-home-portal-section {
  padding: 72px 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-panel {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 32px;
  border-radius: 28px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero {
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 10% 10%, rgba(30, 91, 255, 0.1), transparent 32%),
    radial-gradient(circle at 90% 0%, rgba(0, 184, 217, 0.1), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero__grid {
  width: min(1360px, calc(100% - 64px));
  max-width: 1360px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: 56px;
  align-items: center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-schedule-layout,
body.vdt-page.vdt-home-page .vdt-home-portal-news-hub,
body.vdt-page.vdt-home-page .vdt-home-portal-register,
body.vdt-page.vdt-home-page .vdt-home-portal-three,
body.vdt-page.vdt-home-page .vdt-home-portal-activity {
  width: min(1360px, calc(100% - 64px));
  max-width: 1360px;
  margin-inline: auto;
}

body.vdt-page.vdt-home-page .vdt-home-portal-schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.vdt-page.vdt-home-page .vdt-home-portal-schedule-layout > .vdt-home-portal-panel {
  min-width: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-course-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.vdt-page.vdt-home-page .vdt-home-portal-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
}

body.vdt-page.vdt-home-page .vdt-home-portal-register {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

/* Hero collage refinement: slightly larger visual column + slow ambient motion */
@keyframes vdtHeroFloatY {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes vdtHeroFloatYReverse {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 8px, 0);
  }
}

@keyframes vdtHeroFloatX {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(8px, -4px, 0);
  }
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(620px, 1.1fr);
  gap: clamp(42px, 5vw, 72px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage {
  width: 100%;
  min-height: clamp(580px, 39vw, 610px);
  grid-template-columns: minmax(0, 1.22fr) minmax(240px, 0.78fr);
  grid-template-rows:
    clamp(205px, 14vw, 212px)
    clamp(190px, 13vw, 198px)
    clamp(165px, 11.2vw, 172px);
  gap: 16px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 22px 58px rgba(11, 31, 58, 0.15);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition: box-shadow 0.25s ease, filter 0.25s ease;
  will-change: transform;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:hover {
  filter: saturate(1.06) contrast(1.03);
  box-shadow: 0 30px 80px rgba(11, 31, 58, 0.22);
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:nth-child(1) {
  animation-name: vdtHeroFloatY;
  animation-duration: 9s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:nth-child(2) {
  animation-name: vdtHeroFloatYReverse;
  animation-delay: 0.4s;
  animation-duration: 7.5s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:nth-child(3) {
  animation-name: vdtHeroFloatX;
  animation-delay: 0.8s;
  animation-duration: 8.5s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:nth-child(4) {
  animation-name: vdtHeroFloatYReverse;
  animation-delay: 0.2s;
  animation-duration: 9.5s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure:nth-child(5) {
  animation-name: vdtHeroFloatY;
  animation-delay: 1s;
  animation-duration: 8s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-page.vdt-home-page .vdt-home-portal-collage figure {
    animation: none !important;
    transform: none !important;
  }
}

/* Conversion contact section: premium enrollment form + Zalo QR */
body.vdt-page.vdt-home-page .vdt-home-portal-register {
  width: min(1360px, calc(100% - 64px));
  max-width: 1360px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(380px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register > .vdt-home-portal-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #e4e7ec;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(30, 91, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 28px 80px rgba(11, 31, 58, 0.1);
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-head {
  margin-bottom: 24px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-head .vdt-home-portal-badge {
  display: inline-flex;
  margin-bottom: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-head h2 {
  display: block;
  max-width: 720px;
  margin: 0 0 10px;
  color: #0b1f3a !important;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-head h2::before {
  display: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-head p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(30, 91, 255, 0.14);
  border-radius: 999px;
  background: #f5f8ff;
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 800;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-benefits svg {
  width: 18px;
  height: 18px;
  color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #0b1f3a;
  font-size: 14px;
  font-weight: 800;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form label.is-wide,
body.vdt-page.vdt-home-page .vdt-home-portal-form .is-wide {
  grid-column: 1 / -1;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-label {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d9e2f2;
  border-radius: 16px;
  background: #ffffff;
  color: #667085;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap:focus-within {
  border-color: #1e5bff;
  background: #fcfdff;
  box-shadow: 0 0 0 4px rgba(30, 91, 255, 0.12);
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap svg {
  width: 20px;
  height: 20px;
  color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form input,
body.vdt-page.vdt-home-page .vdt-home-portal-form select,
body.vdt-page.vdt-home-page .vdt-home-portal-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #172033;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form input:focus,
body.vdt-page.vdt-home-page .vdt-home-portal-form select:focus,
body.vdt-page.vdt-home-page .vdt-home-portal-form textarea:focus {
  box-shadow: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap--textarea {
  align-items: start;
  min-height: 124px;
  padding-top: 14px;
  padding-bottom: 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap--textarea textarea {
  min-height: 96px;
  resize: vertical;
}

body.vdt-page.vdt-home-page .vdt-home-portal-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: #344054;
  font-size: 14px;
  line-height: 1.5;
}

body.vdt-page.vdt-home-page .vdt-home-portal-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form button[type="submit"] {
  justify-self: start;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(30, 91, 255, 0.25);
}

body.vdt-page.vdt-home-page .vdt-home-portal-form button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(30, 91, 255, 0.32);
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 184, 217, 0.28), transparent 34%),
    linear-gradient(145deg, #0b1f3a 0%, #0e3a75 55%, #1e5bff 100%);
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(11, 31, 58, 0.22);
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact .vdt-home-portal-badge {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact h2 {
  display: block;
  margin: 14px 0 12px;
  color: #ffffff !important;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact h2::before {
  display: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-method {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-method svg {
  width: 22px;
  height: 22px;
  color: #f5b842;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact a,
body.vdt-page.vdt-home-page .vdt-home-portal-contact-method span {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact a:hover {
  color: #f5b842;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-actions a:first-child {
  background: #f5b842;
  color: #0b1f3a;
}

body.vdt-page.vdt-home-page .vdt-home-portal-contact-actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-qr {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 0;
  margin-top: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  color: #0b1f3a;
  text-align: center;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
}

body.vdt-page.vdt-home-page .vdt-home-portal-qr img {
  display: block;
  width: 164px;
  height: 164px;
  margin: 0 auto 4px;
  border-radius: 16px;
  object-fit: contain;
}

body.vdt-page.vdt-home-page .vdt-home-portal-qr strong {
  color: #0b1f3a;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-qr small {
  display: block;
  max-width: 240px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

/* Homepage about / trust section */
body.vdt-page.vdt-home-page .vdt-home-portal-about-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(30, 91, 255, 0.07), transparent 32%),
    linear-gradient(225deg, rgba(0, 184, 217, 0.06), transparent 36%),
    linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about {
  position: relative;
  padding: 36px;
  border: 1px solid #e4e7ec;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 90px rgba(11, 31, 58, 0.09);
  backdrop-filter: blur(14px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-media {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 91, 255, 0.12);
  border-radius: 30px;
  background: #eaf3ff;
  box-shadow: 0 28px 70px rgba(11, 31, 58, 0.16);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 31, 58, 0.74) 100%);
  pointer-events: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-float {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(30, 91, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1f3a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.12);
  backdrop-filter: blur(10px);
  animation: vdtAboutFloat 7s ease-in-out infinite;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-float svg {
  width: 18px;
  height: 18px;
  color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-float--one {
  top: 18px;
  left: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-float--two {
  right: 18px;
  bottom: 18px;
  animation-delay: 0.8s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  gap: 3px;
  min-width: 178px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  background: rgba(11, 31, 58, 0.78);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.22);
  backdrop-filter: blur(12px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-overlay strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-overlay small {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-content {
  min-width: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-content h2 {
  margin: 12px 0 16px;
  max-width: 760px;
  color: #0b1f3a !important;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-content h2::before {
  display: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-content p {
  max-width: 780px;
  margin: 0 0 12px;
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #f8fbff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 91, 255, 0.28);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.09);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point strong {
  display: block;
  color: #0b1f3a;
  font-size: 14.5px;
  line-height: 1.4;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 13.5px;
  line-height: 1.5;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-actions a:hover {
  transform: translateY(-2px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-action--primary {
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(30, 91, 255, 0.22);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-action--secondary {
  border: 1px solid rgba(30, 91, 255, 0.18);
  background: #ffffff;
  color: #0b1f3a;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #d9e2f2;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.06);
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 130px;
  padding: 22px 18px;
  border-right: 1px solid #e4e7ec;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card:last-child {
  border-right: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card:hover {
  z-index: 1;
  transform: translateY(-3px);
  background: #f8fbff;
  box-shadow: 0 16px 36px rgba(30, 91, 255, 0.1);
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card svg {
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  color: #1e5bff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card strong {
  display: block;
  background: none;
  color: #1e5bff;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 900;
  line-height: 1;
  -webkit-text-fill-color: currentColor;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card span {
  display: block;
  margin-top: 8px;
  color: #0b1f3a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: uppercase;
}

@keyframes vdtAboutFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-page.vdt-home-page .vdt-home-portal-about-float {
    animation: none !important;
  }

  body.vdt-page.vdt-home-page .vdt-home-portal-about-point,
  body.vdt-page.vdt-home-page .vdt-home-portal-trust-card,
  body.vdt-page.vdt-home-page .vdt-home-portal-about-actions a {
    transition: none;
  }
}

/* Homepage activity / capability / links section */
body.vdt-page.vdt-home-page .vdt-home-portal-activity-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(30, 91, 255, 0.08), transparent 32%),
    linear-gradient(225deg, rgba(0, 184, 217, 0.08), transparent 34%),
    linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-wrap {
  display: block;
  position: relative;
  padding: 36px;
  border: 1px solid #e4e7ec;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 90px rgba(11, 31, 58, 0.09);
  backdrop-filter: blur(14px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-head h2 {
  margin: 12px 0 8px;
  max-width: 820px;
  color: #0b1f3a !important;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-head h2::before {
  display: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-head p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, 190px);
  gap: 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 226, 242, 0.86);
  border-radius: 24px;
  background: #eaf3ff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure:first-child {
  grid-row: span 2;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(11, 31, 58, 0.74) 100%);
  pointer-events: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease, filter 300ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 91, 255, 0.28);
  box-shadow: 0 22px 58px rgba(11, 31, 58, 0.16);
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure:hover img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(0, 184, 217, 0.16), transparent 34%),
    linear-gradient(145deg, #0b1f3a 0%, #0e3a75 70%, #1e5bff 100%);
  color: #ffffff;
  box-shadow: 0 26px 80px rgba(11, 31, 58, 0.2);
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-card .vdt-home-portal-badge {
  width: fit-content;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-card h3 {
  margin: 16px 0 14px;
  color: #ffffff;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 900;
  line-height: 1.15;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.5px;
  line-height: 1.55;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5b842;
  color: #0b1f3a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #0b1f3a;
  border-bottom: 2px solid #0b1f3a;
  transform: rotate(-45deg);
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions a:hover {
  transform: translateY(-2px);
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions a:first-child {
  background: #ffffff;
  color: #0b1f3a;
}

body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions a:last-child {
  background: #f5b842;
  color: #0b1f3a;
  box-shadow: 0 14px 32px rgba(245, 184, 66, 0.22);
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-wall {
  margin-top: 26px;
  padding: 26px;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(11, 31, 58, 0.07);
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-wall-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-wall-head h3 {
  margin: 10px 0 8px;
  color: #0b1f3a;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.18;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-wall-head p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-wall-head .vdt-home-portal-more {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(30, 91, 255, 0.18);
  border-radius: 14px;
  background: #f8fbff;
  color: #1e5bff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-marquee {
  overflow: hidden;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #d9e2f2;
  border-radius: 20px;
  background: #f8fbff;
  color: #1e5bff;
  text-decoration: none;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease, background 250ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo img {
  display: block;
  max-width: 150px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 250ms ease, opacity 250ms ease, transform 250ms ease;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo span {
  display: block;
  max-width: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1e5bff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.32;
  text-align: center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo.is-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.96)),
    linear-gradient(135deg, rgba(30, 91, 255, 0.08), rgba(0, 184, 217, 0.06));
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 91, 255, 0.35);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.1);
}

body.vdt-page.vdt-home-page .vdt-home-portal-link-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery img,
  body.vdt-page.vdt-home-page .vdt-home-portal-activity-gallery figure,
  body.vdt-page.vdt-home-page .vdt-home-portal-capability-actions a,
  body.vdt-page.vdt-home-page .vdt-home-portal-link-logo,
  body.vdt-page.vdt-home-page .vdt-home-portal-link-logo img {
    transition: none;
  }
}

/* Homepage section rhythm audit: reduce blank gaps and add light transitions */
body.vdt-page.vdt-home-page .vdt-home-portal {
  --vdt-lacviet-bg: url("../images/background/chimlacviet.webp");
  width: 100%;
  overflow-x: clip;
  padding: 0 0 32px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 17%, #f5f8fc 42%, #ffffff 70%, #f5f8fc 100%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-container {
  width: min(1360px, calc(100% - 64px));
  max-width: 1360px;
  margin-inline: auto;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section {
  padding: 56px 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 56px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 44%, rgba(245, 248, 252, 0.76) 100%),
    radial-gradient(circle at 12% 18%, rgba(30, 91, 255, 0.08), transparent 35%),
    #f8fbff;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 56px 0 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero::before,
body.vdt-page.vdt-home-page .vdt-home-portal-hero::after,
body.vdt-page.vdt-home-page .vdt-home-portal-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero::before {
  z-index: 0;
  background-image: var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.16;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.93) 45%, rgba(255, 255, 255, 0.72) 100%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero__grid,
body.vdt-page.vdt-home-page .vdt-home-portal-about-section > .vdt-home-portal-container {
  position: relative;
  z-index: 1;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-section::before {
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.93)),
    var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  opacity: 0.13;
}

body.vdt-page.vdt-home-page .vdt-home-portal-fields-section {
  padding: 0;
  background: #ffffff;
}

body.vdt-page.vdt-home-page #lich-khai-giang.vdt-home-portal-section {
  padding: 0 0 56px;
  background: #f5f8fc;
}

body.vdt-page.vdt-home-page #lich-khai-giang.vdt-home-portal-section + .vdt-home-portal-section {
  padding-top: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-announcements-section {
  padding-bottom: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register-section {
  padding-top: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge,
body.vdt-page.vdt-home-page .vdt-home-portal-divider {
  position: relative;
  width: 100%;
  height: 68px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 248, 224, 0.72) 100%),
    var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge::before,
body.vdt-page.vdt-home-page .vdt-home-portal-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(245, 184, 66, 0.42), rgba(30, 91, 255, 0.24), transparent);
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge span,
body.vdt-page.vdt-home-page .vdt-home-portal-divider span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #1e5bff;
  opacity: 0.55;
  animation: vdtBridgeFloat 7s ease-in-out infinite;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge span:nth-child(1),
body.vdt-page.vdt-home-page .vdt-home-portal-divider span:nth-child(1) {
  top: 48%;
  left: 28%;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge span:nth-child(2),
body.vdt-page.vdt-home-page .vdt-home-portal-divider span:nth-child(2) {
  top: 39%;
  left: 50%;
  background: #00b8d9;
  animation-delay: 0.6s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge span:nth-child(3),
body.vdt-page.vdt-home-page .vdt-home-portal-divider span:nth-child(3) {
  top: 54%;
  left: 72%;
  background: #f5b842;
  animation-delay: 1.1s;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--wave {
  height: 68px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 52%, rgba(245, 248, 252, 0.84) 100%),
    var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--line {
  height: 56px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 60%, rgba(248, 251, 255, 0.86) 100%),
    var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--line::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  width: min(480px, calc(100% - 96px));
  height: 12px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(30, 91, 255, 0.12) 8% 9%, transparent 9% 24%, rgba(0, 184, 217, 0.14) 24% 25%, transparent 25% 100%);
  opacity: 0.9;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--glow {
  height: 70px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.92) 48%, rgba(11, 31, 58, 0.08) 100%),
    var(--vdt-lacviet-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

@keyframes vdtBridgeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge span,
  body.vdt-page.vdt-home-page .vdt-home-portal-divider span {
    animation: none !important;
  }
}

/* Homepage compact proportion pass */
body.vdt-page.vdt-home-page .vdt-home-portal {
  font-size: 15.5px;
  line-height: 1.65;
}

body.vdt-page.vdt-home-page .vdt-home-portal h1 {
  max-width: 660px;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal h2,
body.vdt-page.vdt-home-page .vdt-home-portal-heading {
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal h3 {
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal p,
body.vdt-page.vdt-home-page .vdt-home-portal li {
  font-size: 15px;
  line-height: 1.62;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section {
  padding: 56px 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero {
  padding: 24px 0 22px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero__grid {
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero h1 {
  margin: 12px 0 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hero__content p {
  max-width: 610px;
  font-size: 14.5px;
  line-height: 1.58;
}

body.vdt-page.vdt-home-page .vdt-home-portal-actions {
  gap: 10px;
  margin-top: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-btn,
body.vdt-page.vdt-home-page .vdt-home-portal-form button[type="submit"] {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 13px;
  font-size: 13px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-badge,
body.vdt-page.vdt-home-page .vdt-home-portal-service-badge {
  padding: 7px 12px;
  font-size: 12.5px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-tags {
  gap: 6px;
  margin-top: 10px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-tags span {
  padding: 6px 8px;
  font-size: 11.5px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-hotline {
  margin: 10px 0 0;
  font-size: 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-quick div {
  flex: 1 1 calc(33.333% - 8px);
  min-width: 0;
  min-height: 34px;
  padding: 7px 8px;
  border-radius: 999px;
  font-size: 11.5px;
  line-height: 1.25;
  box-shadow: none;
}

body.vdt-page.vdt-home-page .vdt-home-portal-quick svg {
  width: 15px;
  height: 15px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage {
  min-height: 440px;
  grid-template-columns: minmax(0, 1.18fr) minmax(210px, 0.82fr);
  grid-template-rows: 154px 145px 124px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-collage figure {
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.11);
}

body.vdt-page.vdt-home-page .vdt-home-portal-panel,
body.vdt-page.vdt-home-page .vdt-home-portal-about,
body.vdt-page.vdt-home-page .vdt-home-portal-news-hub,
body.vdt-page.vdt-home-page .vdt-home-portal-activity-wrap,
body.vdt-page.vdt-home-page .vdt-home-portal-link-wall {
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.07);
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-section {
  padding: 50px 0 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-grid {
  gap: 30px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-media {
  height: 360px;
  min-height: 0;
  border-radius: 24px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-media img {
  height: 100%;
  min-height: 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-content h2 {
  max-width: 700px;
  font-size: 34px;
  line-height: 1.16;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-points {
  gap: 12px;
  margin: 18px 0 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-point {
  padding: 13px;
  border-radius: 16px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-about-stats {
  margin-top: 22px;
  border-radius: 20px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card {
  min-height: 105px;
  padding: 16px 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-trust-card strong {
  font-size: 30px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge {
  height: 56px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--line {
  height: 44px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-section-bridge--glow {
  height: 54px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-grid,
body.vdt-page.vdt-home-page .vdt-home-portal-service-cards,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-cards,
body.vdt-page.vdt-home-page .vdt-home-portal-news-grid {
  gap: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-card,
body.vdt-page.vdt-home-page .vdt-home-portal-course-grid article,
body.vdt-page.vdt-home-page .vdt-home-portal-service-card,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-card,
body.vdt-page.vdt-home-page .vdt-home-portal-news-card,
body.vdt-page.vdt-home-page .vdt-home-portal-list-panel,
body.vdt-page.vdt-home-page .vdt-home-portal-faq,
body.vdt-page.vdt-home-page .vdt-home-portal-contact {
  min-height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.07);
}

body.vdt-page.vdt-home-page .vdt-home-portal-course-grid article,
body.vdt-page.vdt-home-page .vdt-home-portal-service-card,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-card {
  padding: 20px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-card__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-card__body {
  padding: 16px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-field-card h3 {
  margin: 10px 0 8px;
  font-size: 21px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-pills-title,
body.vdt-page.vdt-home-page .vdt-home-portal-note {
  margin-top: 18px;
}

body.vdt-page.vdt-home-page #lich-khai-giang.vdt-home-portal-section {
  padding: 0 0 52px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-table th,
body.vdt-page.vdt-home-page .vdt-home-portal-table td {
  padding: 12px 14px;
  font-size: 13.5px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-table td a {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-service-hero,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-hero {
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.07);
}

body.vdt-page.vdt-home-page .vdt-home-portal-service-media,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-media {
  min-height: 280px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-service-hero h2,
body.vdt-page.vdt-home-page .vdt-home-portal-bidding-hero h2 {
  max-width: 760px;
  font-size: 34px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-news-featured {
  padding: 16px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-news-featured h3 {
  font-size: 18px;
  line-height: 1.32;
}

body.vdt-page.vdt-home-page .vdt-home-portal-news-item {
  padding: 11px 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-section {
  padding: 52px 0;
}

body.vdt-page.vdt-home-page .vdt-home-portal-activity-grid,
body.vdt-page.vdt-home-page .vdt-home-portal-register {
  gap: 20px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-register > .vdt-home-portal-panel,
body.vdt-page.vdt-home-page .vdt-home-portal-contact {
  padding: 28px;
  border-radius: 24px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form {
  gap: 14px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-input-wrap,
body.vdt-page.vdt-home-page .vdt-home-portal-form input,
body.vdt-page.vdt-home-page .vdt-home-portal-form select {
  min-height: 46px;
  border-radius: 13px;
}

body.vdt-page.vdt-home-page .vdt-home-portal-form textarea {
  min-height: 100px;
}

/* Team page */
body.vdt-page.vdt-team-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(0,184,217,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f7fbff 44%, #fff 100%);
}

.vdt-team-main {
  overflow: hidden;
  color: var(--vdt-text);
}

.vdt-team-page .vdt-fade-up {
  transition-delay: var(--vdt-delay, 0s);
}

.vdt-team-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 14%, rgba(0,184,217,.20), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(245,184,66,.14), transparent 26%),
    linear-gradient(135deg, #06172d 0%, #0b1f3a 52%, #123b68 100%);
}

.vdt-team-hero::before,
.vdt-team-hero::after,
.vdt-team-hero__glow {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.vdt-team-hero::before {
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.54) 1px, transparent 1px);
  background-size: 15px 15px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.vdt-team-hero::after {
  right: -140px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(245,184,66,.42);
  box-shadow: inset 0 0 80px rgba(0,184,217,.16);
}

.vdt-team-hero__glow {
  left: 45%;
  top: 12%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  opacity: .62;
  background: radial-gradient(circle, rgba(0,184,217,.26), transparent 68%);
  animation: vdt-team-glow-drift 16s ease-in-out infinite alternate;
}

.vdt-team-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 52px;
  align-items: center;
}

.vdt-team-hero__content {
  min-width: 0;
}

.vdt-team-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(0,184,217,.22);
  border-radius: 999px;
  color: #0b7c95;
  background: #effbff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vdt-team-hero .vdt-team-eyebrow,
.vdt-team-final-cta .vdt-team-eyebrow {
  color: var(--vdt-gold);
  border-color: rgba(245,184,66,.32);
  background: rgba(245,184,66,.10);
}

.vdt-team-hero h1 {
  max-width: 820px;
  margin: 18px 0 0;
  color: #fff;
  font-size: var(--vdt-fs-h1);
  line-height: 1.08;
  text-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.vdt-team-hero__lead {
  max-width: 780px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.68;
}

.vdt-team-hero__actions,
.vdt-team-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.vdt-team-btn {
  min-height: 50px;
  padding: 0 22px;
  font-weight: 800;
  white-space: normal;
  text-align: center;
}

.vdt-team-btn--primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 18px 42px rgba(30,91,255,.30), 0 0 0 1px rgba(255,255,255,.10) inset;
}

.vdt-team-btn--primary:hover {
  box-shadow: 0 24px 58px rgba(30,91,255,.38), 0 0 28px rgba(0,184,217,.20);
}

.vdt-team-btn--ghost,
.vdt-team-btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.vdt-team-section .vdt-team-btn--outline,
.vdt-team-section .vdt-team-btn--ghost {
  color: var(--vdt-navy);
  border-color: rgba(30,91,255,.14);
  background: #fff;
}

.vdt-team-hero__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 24px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
}

.vdt-team-hero__contact a,
.vdt-team-final-cta__contacts a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.vdt-team-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-team-hero__badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  color: rgba(255,255,255,.90);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 750;
}

.vdt-team-hero__media,
.vdt-team-image-card,
.vdt-team-profile-intro__image {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.vdt-team-hero__media {
  position: relative;
  transform-origin: center;
  animation: vdt-team-float-soft 8s ease-in-out infinite;
}

.vdt-team-hero__media img,
.vdt-team-image-card img,
.vdt-team-profile-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.vdt-team-hero__media img {
  min-height: 420px;
}

.vdt-team-hero__media:hover img,
.vdt-team-image-card:hover img,
.vdt-team-profile-intro__image:hover img {
  transform: scale(1.035);
}

.vdt-team-hero__media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--vdt-radius);
  color: #fff;
  background: rgba(7,24,45,.70);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.5;
}

.vdt-team-stats {
  padding: 34px 0 20px;
  background: #fff;
}

.vdt-team-stats__grid,
.vdt-team-specialty-grid,
.vdt-team-profile-grid,
.vdt-team-check-grid,
.vdt-team-timeline,
.vdt-team-outcome-grid {
  display: grid;
  gap: 18px;
}

.vdt-team-stats__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-team-stat,
.vdt-team-specialty-card,
.vdt-team-profile-card,
.vdt-team-check-card,
.vdt-team-timeline-card,
.vdt-team-outcome-card,
.vdt-team-principle,
.vdt-team-faq-item {
  min-width: 0;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-team-stat {
  min-height: 178px;
  padding: 22px;
}

.vdt-team-stat:hover,
.vdt-team-specialty-card:hover,
.vdt-team-profile-card:hover,
.vdt-team-check-card:hover,
.vdt-team-timeline-card:hover,
.vdt-team-outcome-card:hover,
.vdt-team-principle:hover {
  transform: translateY(-5px);
  border-color: rgba(245,184,66,.46);
  box-shadow: 0 24px 60px rgba(11,31,58,.13), 0 0 0 1px rgba(245,184,66,.12) inset;
}

.vdt-team-stat strong {
  display: block;
  color: var(--vdt-gold);
  font-size: 32px;
  line-height: 1.08;
}

.vdt-team-stat__word {
  color: var(--vdt-blue) !important;
  font-size: 22px !important;
  line-height: 1.24 !important;
}

.vdt-team-stat span {
  display: block;
  margin-top: 10px;
  color: var(--vdt-navy);
  font-weight: 850;
}

.vdt-team-stat p {
  margin: 8px 0 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vdt-team-section {
  padding: 88px 0;
}

.vdt-team-section--soft {
  background:
    radial-gradient(circle at 92% 12%, rgba(0,184,217,.08), transparent 28%),
    var(--vdt-bg);
}

.vdt-team-split {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  gap: 48px;
  align-items: center;
}

.vdt-team-split--reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .94fr);
}

.vdt-team-copy h2,
.vdt-team-section-head h2,
.vdt-team-final-cta h2 {
  margin: 14px 0 0;
  color: var(--vdt-navy);
  font-size: var(--vdt-fs-h2);
  line-height: 1.18;
}

.vdt-team-copy p,
.vdt-team-section-head p {
  margin: 14px 0 0;
  color: var(--vdt-muted);
  font-size: 16px;
  line-height: 1.74;
}

.vdt-team-section-head {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-team-image-card,
.vdt-team-profile-intro__image {
  border-color: rgba(30,91,255,.12);
  box-shadow: 0 24px 64px rgba(11,31,58,.10);
}

.vdt-team-image-card img,
.vdt-team-profile-intro__image img {
  min-height: 360px;
}

.vdt-team-specialty-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vdt-team-specialty-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.vdt-team-card-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--vdt-radius);
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue));
  box-shadow: 0 12px 26px rgba(30,91,255,.22);
  transition: transform .24s ease, box-shadow .24s ease;
}

.vdt-team-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-team-specialty-card:hover .vdt-team-card-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0,184,217,.24);
}

.vdt-team-specialty-card h3,
.vdt-team-profile-card h3,
.vdt-team-check-card h3,
.vdt-team-timeline-card h3,
.vdt-team-outcome-card h3 {
  margin: 18px 0 10px;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
}

.vdt-team-specialty-card p,
.vdt-team-profile-card p,
.vdt-team-check-card p,
.vdt-team-timeline-card p,
.vdt-team-outcome-card p {
  margin: 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.62;
}

.vdt-team-profile-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.vdt-team-profile-intro .vdt-team-section-head {
  margin: 0;
  text-align: left;
}

.vdt-team-profile-intro__image img {
  min-height: 300px;
}

.vdt-team-profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-team-profile-card {
  min-height: 286px;
  padding: 22px;
}

.vdt-team-avatar {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), #225f9a);
  box-shadow: 0 12px 28px rgba(11,31,58,.18);
  font-size: 15px;
  font-weight: 900;
}

.vdt-team-avatar--blue { background: linear-gradient(135deg, #123b68, var(--vdt-blue)); }
.vdt-team-avatar--cyan { background: linear-gradient(135deg, #08758c, var(--vdt-cyan)); }
.vdt-team-avatar--gold { background: linear-gradient(135deg, #9a6714, var(--vdt-gold)); }

.vdt-team-profile-card ul,
.vdt-team-bullet-list {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-team-profile-card li,
.vdt-team-bullet-list li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
}

.vdt-team-profile-card li::before,
.vdt-team-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--vdt-blue);
  border-bottom: 2px solid var(--vdt-blue);
  transform: rotate(-45deg);
}

.vdt-team-criteria {
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: start;
}

.vdt-team-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-team-check-card,
.vdt-team-outcome-card {
  min-height: 210px;
  padding: 24px;
}

.vdt-team-check-card strong,
.vdt-team-timeline-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  border-radius: 999px;
  color: var(--vdt-navy);
  background: rgba(245,184,66,.22);
  font-size: 13px;
  font-weight: 900;
}

.vdt-team-timeline {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-team-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(30,91,255,.26), rgba(245,184,66,.40), transparent);
  z-index: 0;
}

.vdt-team-timeline-card {
  position: relative;
  z-index: 1;
  min-height: 236px;
  padding: 24px;
}

.vdt-team-onsite {
  background: linear-gradient(90deg, #fff 0%, #f7fbff 45%, #eaf5ff 100%);
}

.vdt-team-bullet-list {
  margin-bottom: 24px;
}

.vdt-team-outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-team-legal {
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(0,184,217,.18), transparent 30%),
    linear-gradient(135deg, #071a32, var(--vdt-navy) 56%, #123b68);
}

.vdt-team-legal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 42px;
  align-items: center;
}

.vdt-team-legal .vdt-team-copy h2,
.vdt-team-legal .vdt-team-copy p {
  color: #fff;
}

.vdt-team-legal .vdt-team-copy p {
  color: rgba(255,255,255,.86);
}

.vdt-team-principle-list {
  display: grid;
  gap: 14px;
}

.vdt-team-principle {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-color: rgba(255,255,255,.16);
  color: #fff;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.vdt-team-principle strong {
  color: var(--vdt-gold);
  font-size: 16px;
}

.vdt-team-principle span {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.6;
}

.vdt-team-faq-list {
  max-width: 980px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
}

.vdt-team-faq-item {
  overflow: hidden;
}

.vdt-team-faq-item summary {
  position: relative;
  cursor: pointer;
  padding: 18px 54px 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
}

.vdt-team-faq-item summary::-webkit-details-marker {
  display: none;
}

.vdt-team-faq-item summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--vdt-blue);
  border-bottom: 2px solid var(--vdt-blue);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .22s ease;
}

.vdt-team-faq-item[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.vdt-team-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--vdt-muted);
  opacity: .96;
}

.vdt-team-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0;
  color: #fff;
  background: #071a32;
}

.vdt-team-final-cta__bg,
.vdt-team-final-cta__bg img,
.vdt-team-final-cta__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vdt-team-final-cta__bg {
  z-index: -3;
}

.vdt-team-final-cta__bg img {
  object-fit: cover;
  transform: scale(1.02);
  animation: vdt-team-cta-drift 18s ease-in-out infinite alternate;
}

.vdt-team-final-cta__shade {
  z-index: -2;
  background:
    radial-gradient(circle at 78% 20%, rgba(0,184,217,.24), transparent 32%),
    linear-gradient(90deg, rgba(7,26,50,.97) 0%, rgba(11,31,58,.90) 54%, rgba(11,31,58,.48) 100%);
}

.vdt-team-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.vdt-team-final-cta h2 {
  max-width: 820px;
  color: #fff;
}

body.vdt-page.vdt-team-page .vdt-team-hero h1,
body.vdt-page.vdt-team-page .vdt-team-final-cta h2,
body.vdt-page.vdt-team-page .vdt-team-legal .vdt-team-copy h2 {
  color: #fff;
}

.vdt-team-final-cta p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
}

.vdt-team-final-cta__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vdt-team-final-cta__contacts a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}

.vdt-team-final-cta__actions {
  justify-content: flex-end;
  margin-top: 0;
}

@keyframes vdt-team-glow-drift {
  from { transform: translate3d(-18px, -8px, 0) scale(.96); opacity: .45; }
  to { transform: translate3d(24px, 18px, 0) scale(1.08); opacity: .70; }
}

@keyframes vdt-team-float-soft {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes vdt-team-cta-drift {
  from { transform: scale(1.02) translate3d(-8px, 0, 0); }
  to { transform: scale(1.05) translate3d(10px, 0, 0); }
}

@media (max-width: 1180px) {
  .vdt-team-hero__grid,
  .vdt-team-split,
  .vdt-team-split--reverse,
  .vdt-team-criteria,
  .vdt-team-legal__grid {
    grid-template-columns: 1fr;
  }

  .vdt-team-hero__media img {
    min-height: 360px;
  }

  .vdt-team-stats__grid,
  .vdt-team-profile-grid,
  .vdt-team-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-team-specialty-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vdt-team-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .vdt-team-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .vdt-team-hero {
    padding: 72px 0 54px;
  }

  .vdt-team-section {
    padding: 68px 0;
  }

  .vdt-team-profile-intro,
  .vdt-team-timeline {
    grid-template-columns: 1fr;
  }

  .vdt-team-profile-intro .vdt-team-section-head {
    text-align: center;
  }

  .vdt-team-timeline::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .vdt-team-page .vdt-fade-up {
    transform: translateY(12px);
  }

  .vdt-team-page .vdt-fade-up.vdt-is-visible {
    transform: translateY(0);
  }

  .vdt-team-hero {
    padding: 58px 0 44px;
  }

  .vdt-team-hero__grid {
    gap: 28px;
  }

  .vdt-team-hero h1 {
    font-size: 34px;
  }

  .vdt-team-hero__lead {
    font-size: 16px;
  }

  .vdt-team-hero__actions,
  .vdt-team-final-cta__actions {
    flex-direction: column;
  }

  .vdt-team-btn {
    width: 100%;
  }

  .vdt-team-hero__media {
    animation: none;
  }

  .vdt-team-hero__media img,
  .vdt-team-image-card img,
  .vdt-team-profile-intro__image img {
    min-height: 260px;
  }

  .vdt-team-hero__media figcaption {
    position: static;
    color: var(--vdt-navy);
    background: #fff;
    border: 0;
    border-top: 1px solid var(--vdt-border);
    border-radius: 0;
  }

  .vdt-team-stats__grid,
  .vdt-team-specialty-grid,
  .vdt-team-profile-grid,
  .vdt-team-check-grid,
  .vdt-team-outcome-grid {
    grid-template-columns: 1fr;
  }

  .vdt-team-stat,
  .vdt-team-specialty-card,
  .vdt-team-profile-card,
  .vdt-team-check-card,
  .vdt-team-timeline-card,
  .vdt-team-outcome-card {
    min-height: auto;
  }

  .vdt-team-section-head {
    text-align: left;
  }

  .vdt-team-legal__grid {
    gap: 26px;
  }

  .vdt-team-final-cta {
    padding: 68px 0;
  }
}

@media (max-width: 430px) {
  .vdt-team-hero h1 {
    font-size: 31px;
  }

  .vdt-team-hero__badges span,
  .vdt-team-final-cta__contacts a {
    width: 100%;
    justify-content: center;
  }

  .vdt-team-stat,
  .vdt-team-specialty-card,
  .vdt-team-profile-card,
  .vdt-team-check-card,
  .vdt-team-timeline-card,
  .vdt-team-outcome-card,
  .vdt-team-principle {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-team-page .vdt-fade-up,
  .vdt-team-stat,
  .vdt-team-specialty-card,
  .vdt-team-profile-card,
  .vdt-team-check-card,
  .vdt-team-timeline-card,
  .vdt-team-outcome-card,
  .vdt-team-principle,
  .vdt-team-card-icon,
  .vdt-team-hero__media,
  .vdt-team-hero__glow,
  .vdt-team-final-cta__bg img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Team profile directory */
.vdt-team-profile-directory {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 14%, rgba(30,91,255,.09), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(0,184,217,.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.vdt-team-profile-directory .vdt-container {
  max-width: 1480px;
}

.vdt-team-profile-head {
  max-width: 980px;
}

.vdt-team-profile-note {
  max-width: 900px;
  margin: 18px auto 0 !important;
  padding: 14px 18px;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: 18px;
  color: #294466 !important;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 32px rgba(11,31,58,.06);
}

.vdt-team-profile-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 30px;
}

.vdt-team-filter-chip {
  min-height: 42px;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  padding: 0 16px;
  color: #294466;
  background: rgba(255,255,255,.86);
  box-shadow: 0 8px 20px rgba(11,31,58,.06);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.vdt-team-filter-chip:hover,
.vdt-team-filter-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0,184,217,.48);
  color: var(--vdt-blue);
  background: #fff;
  box-shadow: 0 14px 30px rgba(11,31,58,.10), 0 0 0 3px rgba(0,184,217,.10);
  outline: 0;
}

.vdt-team-filter-chip.vdt-is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-navy), var(--vdt-blue));
  box-shadow: 0 16px 34px rgba(30,91,255,.20);
}

.vdt-team-profile-directory .vdt-team-profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.vdt-team-profile-directory .vdt-team-profile-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 46px rgba(11,31,58,.08);
  transform: translateY(0);
}

.vdt-team-profile-directory .vdt-team-profile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.58);
}

.vdt-team-profile-directory .vdt-team-profile-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,184,217,.42);
  box-shadow: 0 28px 70px rgba(11,31,58,.14), 0 0 0 1px rgba(0,184,217,.10) inset;
}

.vdt-team-profile-photo-wrap {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #e8f1ff, #f8fbff);
}

.vdt-team-profile-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(11,31,58,.28));
  pointer-events: none;
}

.vdt-team-profile-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.01);
  transition: transform .45s ease;
}

.vdt-team-profile-card:hover .vdt-team-profile-photo {
  transform: scale(1.055);
}

.vdt-team-profile-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.vdt-team-profile-group {
  align-self: flex-start;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--vdt-blue);
  background: rgba(30,91,255,.07);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.vdt-team-profile-name {
  margin: 14px 0 8px !important;
  color: var(--vdt-navy);
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.vdt-team-profile-role {
  margin: 0 !important;
  color: #294466 !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.5 !important;
}

.vdt-team-profile-desc {
  margin: 12px 0 0 !important;
  color: var(--vdt-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.vdt-team-profile-list,
.vdt-team-profile-course-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-team-profile-list li,
.vdt-team-profile-course-list li {
  position: relative;
  min-width: 0;
  padding-left: 22px;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.vdt-team-profile-list li::before,
.vdt-team-profile-course-list li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vdt-cyan), var(--vdt-blue));
  box-shadow: 0 0 0 4px rgba(0,184,217,.10);
}

.vdt-team-profile-courses {
  margin-top: auto;
  padding-top: 18px;
}

.vdt-team-profile-courses strong,
.vdt-team-modal__block h3 {
  display: block;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 900;
}

.vdt-team-profile-course-list a {
  color: var(--vdt-blue);
  text-decoration: none;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.vdt-team-profile-course-list a:hover {
  color: var(--vdt-cyan);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.vdt-team-profile-actions,
.vdt-team-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vdt-team-profile-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--vdt-blue);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.vdt-team-profile-action:hover,
.vdt-team-profile-action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0,184,217,.48);
  color: var(--vdt-cyan);
  box-shadow: 0 12px 28px rgba(11,31,58,.10);
  outline: 0;
}

.vdt-team-profile-action--primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 14px 30px rgba(30,91,255,.20);
}

.vdt-team-profile-action--primary:hover,
.vdt-team-profile-action--primary:focus-visible {
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,184,217,.26), 0 0 0 4px rgba(0,184,217,.13);
}

.vdt-team-profile-empty {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px dashed rgba(30,91,255,.24);
  border-radius: 18px;
  color: var(--vdt-muted);
  background: rgba(255,255,255,.8);
  text-align: center;
}

.vdt-team-modal[hidden] {
  display: none !important;
}

.vdt-team-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.vdt-team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7,24,45,.68);
  backdrop-filter: blur(10px);
}

.vdt-team-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0,0,0,.26);
  outline: 0;
}

.vdt-team-modal__panel:focus-visible {
  box-shadow: 0 34px 90px rgba(0,0,0,.26), 0 0 0 4px rgba(0,184,217,.22);
}

.vdt-team-modal__close {
  position: sticky;
  top: 14px;
  z-index: 2;
  float: right;
  min-height: 38px;
  margin: 14px 14px -52px 0;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--vdt-navy);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 26px rgba(11,31,58,.10);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.vdt-team-modal__close:hover,
.vdt-team-modal__close:focus-visible {
  color: #fff;
  background: var(--vdt-blue);
  outline: 0;
}

.vdt-team-modal__body {
  clear: both;
  padding: 30px;
}

.vdt-team-modal__profile {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.vdt-team-modal__photo {
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #e8f1ff, #f8fbff);
  box-shadow: 0 18px 44px rgba(11,31,58,.12);
}

.vdt-team-modal__photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 18%;
}

.vdt-team-modal__content {
  min-width: 0;
  padding-top: 10px;
}

.vdt-team-modal__content h2 {
  margin: 14px 0 10px;
  color: var(--vdt-navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.vdt-team-modal__content p {
  margin: 12px 0 0;
  color: var(--vdt-muted);
  line-height: 1.7;
}

.vdt-team-modal__role {
  color: #294466 !important;
  font-weight: 850;
}

.vdt-team-modal__block {
  margin-top: 22px;
}

body.vdt-team-modal-open {
  overflow: hidden;
}

@media (max-width: 1399px) {
  .vdt-team-profile-directory .vdt-team-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .vdt-team-profile-directory .vdt-team-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-team-modal__profile {
    grid-template-columns: 240px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .vdt-team-profile-directory {
    overflow: hidden;
  }

  .vdt-team-profile-note {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 16px;
  }

  .vdt-team-profile-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 24px;
    padding: 0 2px 8px;
    scrollbar-width: thin;
  }

  .vdt-team-filter-chip {
    flex: 0 0 auto;
    min-height: 40px;
    padding-inline: 14px;
  }

  .vdt-team-profile-directory .vdt-team-profile-card:hover,
  .vdt-team-profile-action:hover,
  .vdt-team-filter-chip:hover {
    transform: none;
  }

  .vdt-team-profile-photo {
    transform: none;
  }

  .vdt-team-profile-card:hover .vdt-team-profile-photo {
    transform: none;
  }

  .vdt-team-modal {
    align-items: end;
    padding: 12px;
  }

  .vdt-team-modal__panel {
    max-height: 88vh;
    border-radius: 20px;
  }

  .vdt-team-modal__body {
    padding: 22px 18px 20px;
  }

  .vdt-team-modal__profile {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vdt-team-modal__photo {
    max-width: 260px;
  }
}

@media (max-width: 640px) {
  .vdt-team-profile-directory .vdt-team-profile-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vdt-team-profile-photo-wrap {
    aspect-ratio: 16 / 10;
  }

  .vdt-team-profile-content {
    padding: 20px;
  }

  .vdt-team-profile-actions,
  .vdt-team-modal__actions {
    flex-direction: column;
  }

  .vdt-team-profile-action {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .vdt-team-profile-directory .vdt-team-profile-card {
    border-radius: 20px;
  }

  .vdt-team-profile-name {
    font-size: 19px !important;
  }

  .vdt-team-modal__content h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-team-filter-chip,
  .vdt-team-profile-directory .vdt-team-profile-card,
  .vdt-team-profile-photo,
  .vdt-team-profile-action,
  .vdt-team-modal__overlay,
  .vdt-team-modal__panel {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Certificate service overview landing page */
.vdt-cert-overview-page {
  overflow-x: hidden;
  background: #fff;
}

.vdt-cert-overview-page * {
  min-width: 0;
}

.vdt-cert-main {
  background:
    radial-gradient(circle at 92% 18%, rgba(0,184,217,.07), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5f8fc 44%, #fff 100%);
}

.vdt-cert-overview-page .vdt-cert-hero,
.vdt-cert-overview-page .vdt-cert-legal,
.vdt-cert-overview-page .vdt-cert-quick,
.vdt-cert-overview-page .vdt-cert-section,
.vdt-cert-overview-page .vdt-cert-final {
  scroll-margin-top: 154px;
}

.vdt-cert-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 62px;
  color: #fff;
  background: #07182d;
}

.vdt-cert-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 20%, rgba(30,91,255,.30), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(0,184,217,.18), transparent 30%),
    linear-gradient(135deg, #07182d 0%, #0b1f3a 58%, #102d56 100%);
}

.vdt-cert-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 45% 22%, #000, transparent 68%);
}

.vdt-cert-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 44px;
  align-items: center;
}

.vdt-cert-hero h1 {
  margin: 0;
  max-width: 850px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.vdt-cert-hero__lead {
  max-width: 820px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.90);
  font-size: 19px;
  line-height: 1.72;
}

.vdt-cert-hero__desc {
  max-width: 800px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.72;
}

.vdt-cert-hero__actions,
.vdt-cert-inline-cta,
.vdt-cert-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vdt-cert-btn,
.vdt-cert-submit,
.vdt-service-card a,
.vdt-cert-text-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, color .24s ease, background .24s ease;
}

.vdt-cert-btn--primary,
.vdt-cert-submit,
.vdt-service-card a {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 16px 34px rgba(30,91,255,.26);
}

.vdt-cert-btn--light {
  color: var(--vdt-navy);
  background: #fff;
  box-shadow: 0 14px 30px rgba(11,31,58,.12);
}

.vdt-cert-btn--outline {
  color: #fff;
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.10);
}

.vdt-cert-btn:hover,
.vdt-cert-submit:hover,
.vdt-service-card a:hover,
.vdt-cert-text-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(30,91,255,.24);
}

.vdt-cert-text-link {
  color: var(--vdt-blue);
  background: #fff;
}

.vdt-cert-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-cert-hero__tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.09);
  font-size: 13px;
  font-weight: 800;
}

.vdt-cert-hero__hotline {
  margin: 22px 0 0;
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

.vdt-cert-hero__hotline a {
  color: var(--vdt-gold);
  text-decoration: none;
  font-weight: 950;
}

.vdt-cert-hero__media,
.vdt-cert-image-card,
.vdt-cert-process-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 76px rgba(11,31,58,.16);
}

.vdt-cert-hero__media {
  position: relative;
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
}

.vdt-cert-hero__media img,
.vdt-cert-image-card img,
.vdt-cert-process-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vdt-cert-hero__media img {
  min-height: 420px;
}

.vdt-cert-hero__media figcaption,
.vdt-cert-image-card figcaption,
.vdt-cert-process-media figcaption {
  margin: 0;
  padding: 12px 16px;
  color: #475467;
  background: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.vdt-cert-legal {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding-bottom: 28px;
}

.vdt-cert-legal__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(245,184,66,.36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 12%, rgba(245,184,66,.16), transparent 28%),
    linear-gradient(135deg, #fff8e6, #f3f8ff);
  box-shadow: 0 20px 54px rgba(11,31,58,.12);
}

.vdt-cert-legal__card strong {
  display: block;
  color: #7a5208;
  font-size: 18px;
  font-weight: 950;
}

.vdt-cert-legal__card p {
  margin: 8px 0 0;
  color: #2a3f5f;
  line-height: 1.74;
}

.vdt-cert-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 14px 30px rgba(30,91,255,.20);
}

.vdt-cert-icon--gold {
  color: #7a5208;
  background: linear-gradient(135deg, #fff7db, #ffe2a2);
  box-shadow: 0 14px 30px rgba(245,184,66,.20);
}

.vdt-cert-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vdt-cert-quick {
  padding: 8px 0 44px;
}

.vdt-cert-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.vdt-cert-quick__item,
.vdt-cert-mini-card,
.vdt-cert-benefit,
.vdt-service-card,
.vdt-cert-step,
.vdt-cert-proof-panel,
.vdt-cert-faq__item {
  min-width: 0;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.07);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-cert-quick__item {
  padding: 20px;
}

.vdt-cert-quick__item:hover,
.vdt-cert-mini-card:hover,
.vdt-cert-benefit:hover,
.vdt-service-card:hover,
.vdt-cert-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0,184,217,.38);
  box-shadow: 0 24px 56px rgba(11,31,58,.13);
}

.vdt-cert-quick__item span,
.vdt-cert-kicker {
  color: var(--vdt-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vdt-cert-quick__item strong {
  display: block;
  margin-top: 10px;
  color: var(--vdt-navy);
  font-size: 17px;
  line-height: 1.3;
}

.vdt-cert-quick__item p,
.vdt-cert-mini-card p,
.vdt-cert-benefit p,
.vdt-service-card p,
.vdt-cert-step p {
  margin: 10px 0 0;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.62;
}

.vdt-cert-section {
  padding: 88px 0;
}

.vdt-cert-section--soft {
  background:
    radial-gradient(circle at 8% 16%, rgba(30,91,255,.07), transparent 28%),
    var(--vdt-bg);
}

.vdt-cert-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(0,184,217,.22), transparent 30%),
    linear-gradient(135deg, #07182d, #0b1f3a);
}

.vdt-cert-section-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-cert-copy h2,
.vdt-cert-section-head h2,
.vdt-cert-form-copy h2,
.vdt-cert-final h2 {
  margin: 12px 0 0;
  color: var(--vdt-navy);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.16;
  letter-spacing: 0;
}

.vdt-cert-section--dark .vdt-cert-copy h2,
.vdt-cert-section--dark .vdt-cert-copy p,
.vdt-cert-final h2,
.vdt-cert-final p {
  color: #fff;
}

.vdt-cert-copy p,
.vdt-cert-section-head p,
.vdt-cert-form-copy p {
  margin: 14px 0 0;
  color: var(--vdt-muted);
  font-size: 16px;
  line-height: 1.76;
}

.vdt-cert-split,
.vdt-cert-proof-grid,
.vdt-cert-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 48px;
  align-items: center;
}

.vdt-cert-split--reverse {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
}

.vdt-cert-image-card img {
  aspect-ratio: 3 / 2;
}

.vdt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vdt-service-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 26px;
}

.vdt-service-card--wide {
  grid-column: span 2;
}

.vdt-service-card h3,
.vdt-cert-mini-card strong,
.vdt-cert-benefit h3,
.vdt-cert-step h3 {
  margin: 18px 0 0;
  color: var(--vdt-navy);
  font-size: 20px;
  line-height: 1.3;
}

.vdt-service-card ul,
.vdt-cert-check-list,
.vdt-cert-proof-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-service-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-service-card li,
.vdt-cert-check-list li,
.vdt-cert-proof-panel li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  font-size: 14px;
  line-height: 1.55;
}

.vdt-service-card li::before,
.vdt-cert-check-list li::before,
.vdt-cert-proof-panel li::before,
.vdt-cert-doc-grid span::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vdt-cyan), var(--vdt-blue));
  box-shadow: 0 0 0 4px rgba(0,184,217,.10);
}

.vdt-service-card a {
  align-self: flex-start;
  margin-top: auto;
}

.vdt-cert-audience-grid,
.vdt-cert-benefit-grid,
.vdt-cert-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-cert-mini-card,
.vdt-cert-benefit {
  padding: 24px;
}

.vdt-cert-mini-card strong {
  display: block;
  margin: 0;
}

.vdt-cert-check-list li {
  font-size: 15px;
}

.vdt-cert-process-media {
  max-width: 1120px;
  margin: 0 auto 28px;
}

.vdt-cert-process-media img {
  aspect-ratio: 3 / 2;
}

.vdt-cert-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-cert-step {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.vdt-cert-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vdt-blue), var(--vdt-cyan), var(--vdt-gold));
}

.vdt-cert-step span {
  color: rgba(30,91,255,.20);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.vdt-cert-doc-grid span {
  position: relative;
  display: block;
  padding: 18px 18px 18px 42px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 18px;
  color: var(--vdt-navy);
  background: #fff;
  box-shadow: 0 12px 28px rgba(11,31,58,.06);
  font-weight: 800;
  line-height: 1.45;
}

.vdt-cert-doc-grid span::before {
  left: 18px;
}

.vdt-cert-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px dashed rgba(245,184,66,.46);
  border-radius: 18px;
  color: #6b4a0b;
  background: #fff8e6;
  font-weight: 750;
}

.vdt-cert-section--dark .vdt-cert-kicker {
  color: var(--vdt-gold);
}

.vdt-cert-proof-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
}

.vdt-cert-proof-panel {
  padding: 28px;
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.vdt-cert-proof-panel strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.vdt-cert-proof-panel li,
.vdt-cert-proof-panel a {
  color: rgba(255,255,255,.88);
}

.vdt-cert-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11,31,58,.08);
}

.vdt-cert-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.vdt-cert-table th,
.vdt-cert-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(30,91,255,.10);
  text-align: left;
  vertical-align: top;
}

.vdt-cert-table th {
  color: var(--vdt-navy);
  background: linear-gradient(180deg, #f3f7ff, #eaf2ff);
  font-weight: 950;
}

.vdt-cert-table td {
  color: #344054;
  line-height: 1.58;
}

.vdt-cert-table tr:last-child td {
  border-bottom: 0;
}

.vdt-cert-form-grid {
  align-items: start;
}

.vdt-cert-contact-box {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.vdt-cert-contact-box a {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--vdt-blue);
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}

.vdt-cert-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(30,91,255,.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(11,31,58,.10);
}

.vdt-cert-field {
  display: grid;
  gap: 8px;
}

.vdt-cert-field--wide,
.vdt-cert-consent,
.vdt-cert-submit,
.vdt-cert-form-message {
  grid-column: 1 / -1;
}

.vdt-cert-field label {
  color: var(--vdt-navy);
  font-size: 13px;
  font-weight: 900;
}

.vdt-cert-field input,
.vdt-cert-field select,
.vdt-cert-field textarea {
  width: 100%;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 14px;
  padding: 12px 13px;
  color: var(--vdt-text);
  background: #f8fbff;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.vdt-cert-field textarea {
  resize: vertical;
}

.vdt-cert-field input:focus,
.vdt-cert-field select:focus,
.vdt-cert-field textarea:focus {
  border-color: rgba(30,91,255,.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30,91,255,.10);
}

.vdt-cert-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
}

.vdt-cert-consent input {
  margin-top: 4px;
}

.vdt-cert-submit {
  width: 100%;
  min-height: 52px;
}

.vdt-cert-form-message {
  min-height: 20px;
  margin: 0;
  color: var(--vdt-blue);
  font-size: 13px;
  font-weight: 800;
}

.vdt-cert-faq {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.vdt-cert-faq__item {
  overflow: hidden;
}

.vdt-cert-faq__item summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  color: var(--vdt-navy);
  font-weight: 900;
  cursor: pointer;
}

.vdt-cert-faq__item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--vdt-blue);
  background: #eef4ff;
}

.vdt-cert-faq__item[open] summary::after {
  content: "-";
}

.vdt-cert-faq__item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--vdt-muted);
  line-height: 1.7;
}

.vdt-cert-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background: #07182d;
}

.vdt-cert-final__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.vdt-cert-final__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vdt-cert-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7,24,45,.96), rgba(7,24,45,.78) 54%, rgba(7,24,45,.42));
}

.vdt-cert-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.vdt-cert-final h2 {
  max-width: 860px;
}

.vdt-cert-final p {
  max-width: 820px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.72;
}

.vdt-cert-final .vdt-cert-btn--light {
  color: var(--vdt-navy);
}

@media (max-width: 1180px) {
  .vdt-cert-hero__grid,
  .vdt-cert-split,
  .vdt-cert-split--reverse,
  .vdt-cert-proof-grid,
  .vdt-cert-form-grid,
  .vdt-cert-final__inner {
    grid-template-columns: 1fr;
  }

  .vdt-cert-quick__grid,
  .vdt-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-service-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .vdt-cert-hero {
    padding: 72px 0 48px;
  }

  .vdt-cert-section {
    padding: 68px 0;
  }

  .vdt-cert-audience-grid,
  .vdt-cert-benefit-grid,
  .vdt-cert-doc-grid,
  .vdt-cert-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vdt-cert-hero {
    padding: 58px 0 42px;
  }

  .vdt-cert-hero h1 {
    font-size: 34px;
  }

  .vdt-cert-hero__lead {
    font-size: 16px;
  }

  .vdt-cert-hero__media img {
    min-height: 280px;
  }

  .vdt-cert-legal__card,
  .vdt-cert-form {
    grid-template-columns: 1fr;
  }

  .vdt-cert-field--wide,
  .vdt-cert-consent,
  .vdt-cert-submit,
  .vdt-cert-form-message {
    grid-column: auto;
  }

  .vdt-cert-quick__grid,
  .vdt-service-grid,
  .vdt-cert-audience-grid,
  .vdt-cert-benefit-grid,
  .vdt-cert-doc-grid,
  .vdt-cert-timeline {
    grid-template-columns: 1fr;
  }

  .vdt-cert-hero__actions,
  .vdt-cert-inline-cta,
  .vdt-cert-final__actions {
    flex-direction: column;
  }

  .vdt-cert-btn,
  .vdt-cert-text-link,
  .vdt-service-card a {
    width: 100%;
  }

  .vdt-cert-section-head {
    text-align: left;
  }

  .vdt-cert-form {
    padding: 20px;
    border-radius: 22px;
  }

  .vdt-cert-final::before {
    background: rgba(7,24,45,.86);
  }
}

@media (max-width: 430px) {
  .vdt-cert-legal__card,
  .vdt-cert-quick__item,
  .vdt-service-card,
  .vdt-cert-mini-card,
  .vdt-cert-benefit,
  .vdt-cert-step,
  .vdt-cert-proof-panel {
    border-radius: 18px;
    padding: 20px;
  }

  .vdt-cert-table {
    min-width: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-cert-btn,
  .vdt-cert-submit,
  .vdt-service-card,
  .vdt-service-card a,
  .vdt-cert-quick__item,
  .vdt-cert-mini-card,
  .vdt-cert-benefit,
  .vdt-cert-step,
  .vdt-cert-field input,
  .vdt-cert-field select,
  .vdt-cert-field textarea {
    transition: none !important;
    transform: none !important;
  }
}

/* Home updates, announcements, news and FAQ */
body.vdt-page.vdt-home-page .vdt-home-portal-announcements-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0;
  background:
    linear-gradient(135deg, rgba(30,91,255,.06), transparent 34%),
    linear-gradient(225deg, rgba(0,184,217,.06), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 76%);
}

body.vdt-page.vdt-home-page .vdt-home-portal-announcements-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .46;
  background-image: radial-gradient(rgba(30,91,255,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

body.vdt-page.vdt-home-page .vdt-home-updates {
  width: min(100% - 64px, 1420px);
}

body.vdt-page.vdt-home-page .vdt-home-updates-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

body.vdt-page.vdt-home-page .vdt-home-updates-badge,
body.vdt-page.vdt-home-page .vdt-home-update-card__eyebrow,
body.vdt-page.vdt-home-page .vdt-home-update-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
}

body.vdt-page.vdt-home-page .vdt-home-updates-badge {
  min-height: 34px;
  padding: 0 13px;
  color: #175cd3;
  background: #eff6ff;
  border: 1px solid rgba(30,91,255,.14);
  box-shadow: 0 12px 28px rgba(30,91,255,.08);
  font-size: 13px;
}

body.vdt-page.vdt-home-page .vdt-home-updates-head h2 {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--vdt-navy);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
}

body.vdt-page.vdt-home-page .vdt-home-updates-head p {
  max-width: 840px;
  margin: 16px 0 0;
  color: #5d6b82;
  font-size: 17px;
  line-height: 1.72;
}

body.vdt-page.vdt-home-page .vdt-home-updates-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-updates-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--vdt-blue);
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 30px rgba(11,31,58,.07);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

body.vdt-page.vdt-home-page .vdt-home-updates-actions a:hover,
body.vdt-page.vdt-home-page .vdt-home-updates-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0,184,217,.38);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(30,91,255,.14);
  outline: none;
}

body.vdt-page.vdt-home-page .vdt-home-updates .vdt-home-portal-three {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(340px, 1.08fr);
  gap: 30px;
  align-items: stretch;
}

body.vdt-page.vdt-home-page .vdt-home-update-card,
body.vdt-page.vdt-home-page .vdt-home-faq-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(30,91,255,.13);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 70px rgba(11,31,58,.10);
  backdrop-filter: blur(10px);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

body.vdt-page.vdt-home-page .vdt-home-update-card::before,
body.vdt-page.vdt-home-page .vdt-home-faq-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--vdt-blue), var(--vdt-cyan), var(--vdt-gold));
}

body.vdt-page.vdt-home-page .vdt-home-update-card:hover,
body.vdt-page.vdt-home-page .vdt-home-faq-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,184,217,.32);
  box-shadow: 0 34px 90px rgba(11,31,58,.15);
}

body.vdt-page.vdt-home-page .vdt-home-update-card__head {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(30,91,255,.10);
}

body.vdt-page.vdt-home-page .vdt-home-update-card__icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 16px 34px rgba(30,91,255,.22);
}

body.vdt-page.vdt-home-page .vdt-home-update-card__icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}

body.vdt-page.vdt-home-page .vdt-home-update-card__head div {
  min-width: 0;
  grid-column: 2 / 3;
}

body.vdt-page.vdt-home-page .vdt-home-update-card__head h3 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 21px;
  line-height: 1.26;
  font-weight: 850;
  letter-spacing: 0;
}

body.vdt-page.vdt-home-page .vdt-home-update-card__head p {
  margin: 7px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

body.vdt-page.vdt-home-page .vdt-home-update-card__eyebrow {
  grid-column: 3 / 4;
  min-height: 30px;
  padding: 0 10px;
  color: #7a5208;
  background: #fff7df;
  border: 1px solid rgba(245,184,66,.32);
  font-size: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-update-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 18px;
  padding: 0;
  list-style: none;
}

body.vdt-page.vdt-home-page .vdt-home-update-item {
  border: 0;
  padding: 0;
  font-size: 15px;
}

body.vdt-page.vdt-home-page .vdt-home-update-item a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "meta date"
    "title title";
  column-gap: 12px;
  row-gap: 7px;
  align-items: start;
  min-height: 72px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--vdt-navy);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-update-item a::after {
  content: "Xem";
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: var(--vdt-blue);
  opacity: 0;
  font-size: 12px;
  font-weight: 850;
  transform: translateX(-4px);
  transition: opacity .2s ease, transform .2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-update-item a:hover,
body.vdt-page.vdt-home-page .vdt-home-update-item a:focus-visible {
  color: var(--vdt-blue);
  background: #f3f8ff;
  border-color: rgba(30,91,255,.12);
  transform: translateX(2px);
  outline: none;
}

body.vdt-page.vdt-home-page .vdt-home-update-item a:hover::after,
body.vdt-page.vdt-home-page .vdt-home-update-item a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

body.vdt-page.vdt-home-page .vdt-home-update-meta {
  grid-area: meta;
  min-height: 26px;
  padding: 0 9px;
  color: #175cd3;
  background: #eff6ff;
  font-size: 12px;
}

body.vdt-page.vdt-home-page .vdt-home-update-title {
  grid-area: title;
  min-width: 0;
  padding-right: 34px;
  color: inherit;
  font-weight: 750;
  line-height: 1.42;
}

body.vdt-page.vdt-home-page .vdt-home-update-item time {
  grid-area: date;
  justify-self: end;
  color: #667085;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

body.vdt-page.vdt-home-page .vdt-home-update-more {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(30,91,255,.16);
  border-radius: 999px;
  padding: 0 15px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 14px 32px rgba(30,91,255,.20);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.vdt-page.vdt-home-page .vdt-home-update-more:hover,
body.vdt-page.vdt-home-page .vdt-home-update-more:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(30,91,255,.26);
  outline: none;
}

body.vdt-page.vdt-home-page .vdt-home-update-more--ghost {
  color: var(--vdt-blue);
  background: #ffffff;
  box-shadow: none;
}

body.vdt-page.vdt-home-page .vdt-home-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item {
  overflow: hidden;
  border: 1px solid rgba(30,91,255,.10);
  border-radius: 16px;
  background: #ffffff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item[open] {
  border-color: rgba(30,91,255,.24);
  background: #f8fbff;
  box-shadow: 0 14px 34px rgba(30,91,255,.08);
}

body.vdt-page.vdt-home-page .vdt-home-faq-item summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  color: var(--vdt-navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, background .2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item summary::-webkit-details-marker {
  display: none;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--vdt-blue);
  background: #eef4ff;
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item[open] summary {
  color: var(--vdt-blue);
  background: #eef6ff;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item[open] summary::after {
  content: "-";
  color: #7a5208;
  background: #fff3d0;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item summary:hover,
body.vdt-page.vdt-home-page .vdt-home-faq-item summary:focus-visible {
  color: var(--vdt-blue);
  background: #f3f8ff;
  outline: none;
}

body.vdt-page.vdt-home-page .vdt-home-faq-item p {
  margin: 0;
  padding: 0 15px 15px;
  color: #667085;
  font-size: 14px;
  line-height: 1.72;
}

body.vdt-page.vdt-home-page .vdt-home-faq-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

@media (prefers-reduced-motion: reduce) {
  body.vdt-page.vdt-home-page .vdt-home-update-card,
  body.vdt-page.vdt-home-page .vdt-home-faq-card,
  body.vdt-page.vdt-home-page .vdt-home-updates-actions a,
  body.vdt-page.vdt-home-page .vdt-home-update-item a,
  body.vdt-page.vdt-home-page .vdt-home-update-item a::after,
  body.vdt-page.vdt-home-page .vdt-home-update-more,
  body.vdt-page.vdt-home-page .vdt-home-faq-item,
  body.vdt-page.vdt-home-page .vdt-home-faq-item summary,
  body.vdt-page.vdt-home-page .vdt-home-faq-item summary::after {
    transition: none !important;
    transform: none !important;
  }
}

/* Service page: tao tai khoan mang dau thau quoc gia */
body.vdt-page.vdt-egp-page {
  background: #f6f8fc;
}

.vdt-egp-main {
  overflow: hidden;
  color: #263244;
  background:
    linear-gradient(180deg, #eef5ff 0%, #ffffff 15%, #f7f9fc 48%, #ffffff 100%);
}

.vdt-egp-hero {
  position: relative;
  isolation: isolate;
  padding: 88px 0 42px;
  color: #fff;
  background: linear-gradient(135deg, #071a33 0%, #0b2b56 46%, #0d5c88 100%);
}

.vdt-egp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(0,184,217,.12) 38%, rgba(245,184,66,.14) 62%, rgba(255,255,255,0) 100%),
    linear-gradient(90deg, rgba(255,255,255,.07), rgba(255,255,255,0));
  background-size: 220% 220%, 100% 100%;
  animation: vdt-egp-gradient-drift 18s ease-in-out infinite alternate;
  opacity: .9;
}

@keyframes vdt-egp-gradient-drift {
  from { background-position: 0% 50%, 0 0; }
  to { background-position: 100% 50%, 0 0; }
}

.vdt-egp-hero__grid,
.vdt-egp-split,
.vdt-egp-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 44px;
}

.vdt-egp-split--reverse {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
}

.vdt-egp-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  color: var(--vdt-blue);
  background: #eef5ff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.vdt-egp-hero .vdt-egp-kicker,
.vdt-egp-final .vdt-egp-kicker {
  color: #ffe5a3;
  border-color: rgba(245,184,66,.32);
  background: rgba(255,255,255,.11);
}

.vdt-egp-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: 0;
}

.vdt-egp-hero__lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.75;
}

.vdt-egp-hero__actions,
.vdt-egp-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vdt-egp-hero .vdt-btn--secondary,
.vdt-egp-final .vdt-btn--secondary {
  color: #fff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.vdt-egp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-egp-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 750;
}

.vdt-egp-hotline {
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
}

.vdt-egp-hotline strong {
  color: #ffe5a3;
}

.vdt-egp-hero__visual,
.vdt-egp-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(5,20,43,.26);
}

.vdt-egp-hero__visual img,
.vdt-egp-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.vdt-egp-media img {
  aspect-ratio: 3 / 2;
}

.vdt-egp-hero__visual figcaption,
.vdt-egp-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #14213d;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(11,31,58,.12);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.vdt-egp-legal {
  margin-top: -22px;
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
}

.vdt-egp-legal__box {
  padding: 22px 24px;
  border: 1px solid rgba(245,184,66,.35);
  border-left: 5px solid var(--vdt-gold);
  border-radius: 8px;
  color: #4c3a15;
  background: #fff8e6;
  box-shadow: 0 18px 48px rgba(11,31,58,.11);
}

.vdt-egp-legal__box span {
  display: block;
  margin-bottom: 8px;
  color: #7a5208;
  font-size: 14px;
  font-weight: 900;
}

.vdt-egp-legal__box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-egp-legal__box p + p {
  margin-top: 10px;
}

.vdt-egp-section {
  padding: 74px 0;
}

.vdt-egp-section--soft {
  background: #f2f6fb;
}

.vdt-egp-section--image {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.vdt-egp-section--form {
  background: #eef5ff;
}

.vdt-egp-section-heading {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-egp-section-heading h2,
.vdt-egp-copy h2,
.vdt-egp-form-copy h2,
.vdt-egp-final h2 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.vdt-egp-section-heading p,
.vdt-egp-copy p,
.vdt-egp-form-copy p {
  margin: 16px 0 0;
  color: #5f6f85;
  font-size: 16px;
  line-height: 1.75;
}

.vdt-egp-copy p + p {
  margin-top: 14px;
}

.vdt-egp-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.vdt-egp-info-card,
.vdt-egp-large-card,
.vdt-egp-small-card,
.vdt-egp-step,
.vdt-egp-benefit,
.vdt-egp-related-card,
.vdt-egp-contact-card,
.vdt-egp-faq-item {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-egp-info-card {
  min-height: 214px;
  padding: 22px;
}

.vdt-egp-info-card span,
.vdt-egp-step span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-size: 13px;
  font-weight: 900;
}

.vdt-egp-info-card h3,
.vdt-egp-large-card h3,
.vdt-egp-small-card h3,
.vdt-egp-step h3,
.vdt-egp-benefit h3 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
  letter-spacing: 0;
}

.vdt-egp-info-card p,
.vdt-egp-large-card p,
.vdt-egp-small-card p,
.vdt-egp-step p,
.vdt-egp-benefit p {
  margin: 10px 0 0;
  color: #5f6f85;
  font-size: 14px;
  line-height: 1.68;
}

.vdt-egp-large-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.vdt-egp-large-card {
  min-height: 238px;
  padding: 26px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.vdt-egp-large-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #7a5208;
  background: #fff3d0;
  font-size: 12px;
  font-weight: 900;
}

.vdt-egp-audience-grid,
.vdt-egp-problem-grid,
.vdt-egp-benefit-grid,
.vdt-egp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-egp-problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-egp-small-card,
.vdt-egp-benefit {
  min-height: 154px;
  padding: 22px;
}

.vdt-egp-checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-egp-checklist li {
  position: relative;
  min-height: 52px;
  padding: 15px 16px 15px 46px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  color: #344054;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11,31,58,.04);
  font-size: 15px;
  line-height: 1.58;
}

.vdt-egp-checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--vdt-blue);
  border-bottom: 3px solid var(--vdt-blue);
  transform: rotate(-45deg);
}

.vdt-egp-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-egp-step {
  position: relative;
  min-height: 198px;
  padding: 24px;
}

.vdt-egp-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(11,31,58,.06);
}

.vdt-egp-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.vdt-egp-table th,
.vdt-egp-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214,222,235,.9);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.62;
}

.vdt-egp-table th {
  color: #fff;
  background: var(--vdt-navy);
  font-weight: 850;
}

.vdt-egp-table td:first-child {
  color: var(--vdt-navy);
  font-weight: 850;
}

.vdt-egp-table tbody tr:last-child td {
  border-bottom: 0;
}

.vdt-egp-security-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 8px;
  color: #60420b;
  background: #fff8e6;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 700;
}

.vdt-egp-related-card {
  display: grid;
  gap: 8px;
  min-height: 144px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.vdt-egp-related-card span {
  color: var(--vdt-blue);
  font-size: 12px;
  font-weight: 900;
}

.vdt-egp-related-card strong {
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
}

.vdt-egp-related-card em {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.vdt-egp-form-grid {
  align-items: start;
}

.vdt-egp-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 22px;
}

.vdt-egp-contact-card strong {
  color: var(--vdt-navy);
  font-size: 16px;
}

.vdt-egp-contact-card a {
  width: fit-content;
  color: var(--vdt-blue);
  text-decoration: none;
  font-weight: 850;
}

.vdt-egp-form {
  box-shadow: 0 22px 62px rgba(11,31,58,.1);
}

.vdt-egp-form textarea::placeholder,
.vdt-egp-form input::placeholder {
  color: #98a2b3;
}

.vdt-egp-faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}

.vdt-egp-faq-item {
  overflow: hidden;
}

.vdt-egp-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

.vdt-egp-faq-item summary::-webkit-details-marker {
  display: none;
}

.vdt-egp-faq-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--vdt-blue);
  background: #eef5ff;
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.vdt-egp-faq-item[open] summary::after {
  content: "-";
  color: #7a5208;
  background: #fff3d0;
}

.vdt-egp-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5f6f85;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-egp-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0;
  color: #fff;
  background: #071a33;
}

.vdt-egp-final__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.vdt-egp-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.vdt-egp-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,26,51,.96) 0%, rgba(7,26,51,.82) 52%, rgba(7,26,51,.5) 100%),
    linear-gradient(120deg, rgba(0,184,217,.18), rgba(245,184,66,.12), rgba(30,91,255,.16));
  background-size: 100% 100%, 180% 180%;
  animation: vdt-egp-gradient-drift 20s ease-in-out infinite alternate;
}

.vdt-egp-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.vdt-egp-final h2,
.vdt-egp-final p {
  color: #fff;
}

.vdt-egp-final p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.72;
}

.vdt-egp-final p strong {
  color: #ffe5a3;
}

@media (hover: hover) {
  .vdt-egp-info-card:hover,
  .vdt-egp-large-card:hover,
  .vdt-egp-small-card:hover,
  .vdt-egp-step:hover,
  .vdt-egp-benefit:hover,
  .vdt-egp-related-card:hover,
  .vdt-egp-contact-card:hover,
  .vdt-egp-faq-item:hover {
    transform: translateY(-4px);
    border-color: rgba(30,91,255,.28);
    box-shadow: 0 24px 58px rgba(11,31,58,.12);
  }

  .vdt-egp-hero__visual:hover img,
  .vdt-egp-media:hover img {
    transform: scale(1.03);
  }

  .vdt-egp-related-card:hover strong,
  .vdt-egp-contact-card a:hover {
    color: var(--vdt-blue);
  }
}

@media (max-width: 1180px) {
  .vdt-egp-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vdt-egp-large-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .vdt-egp-hero__grid,
  .vdt-egp-split,
  .vdt-egp-split--reverse,
  .vdt-egp-form-grid,
  .vdt-egp-final__inner {
    grid-template-columns: 1fr;
  }

  .vdt-egp-hero {
    padding-top: 62px;
  }

  .vdt-egp-hero h1 {
    font-size: 40px;
  }

  .vdt-egp-audience-grid,
  .vdt-egp-benefit-grid,
  .vdt-egp-related-grid,
  .vdt-egp-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-egp-problem-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vdt-egp-hero {
    padding: 44px 0 30px;
  }

  .vdt-egp-hero h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .vdt-egp-hero__lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .vdt-egp-section {
    padding: 52px 0;
  }

  .vdt-egp-section-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .vdt-egp-section-heading h2,
  .vdt-egp-copy h2,
  .vdt-egp-form-copy h2,
  .vdt-egp-final h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .vdt-egp-quick__grid,
  .vdt-egp-large-grid,
  .vdt-egp-audience-grid,
  .vdt-egp-benefit-grid,
  .vdt-egp-related-grid,
  .vdt-egp-timeline {
    grid-template-columns: 1fr;
  }

  .vdt-egp-info-card,
  .vdt-egp-large-card,
  .vdt-egp-small-card,
  .vdt-egp-step,
  .vdt-egp-benefit,
  .vdt-egp-related-card {
    min-height: auto;
    padding: 20px;
  }

  .vdt-egp-hero__actions,
  .vdt-egp-final__actions {
    flex-direction: column;
  }

  .vdt-egp-hero__actions .vdt-btn,
  .vdt-egp-final__actions .vdt-btn {
    width: 100%;
  }

  .vdt-egp-hero__visual figcaption,
  .vdt-egp-media figcaption {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }

  .vdt-egp-legal {
    margin-top: 0;
    padding-top: 18px;
  }

  .vdt-egp-legal__box {
    padding: 18px;
  }

  .vdt-egp-table th,
  .vdt-egp-table td {
    padding: 14px;
  }

  .vdt-egp-final {
    padding: 56px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-egp-hero__bg,
  .vdt-egp-final::after,
  .vdt-egp-hero__visual img,
  .vdt-egp-media img,
  .vdt-egp-info-card,
  .vdt-egp-large-card,
  .vdt-egp-small-card,
  .vdt-egp-step,
  .vdt-egp-benefit,
  .vdt-egp-related-card,
  .vdt-egp-contact-card,
  .vdt-egp-faq-item,
  .vdt-egp-faq-item summary::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Service page: dang ky dau thau qua mang */
body.vdt-page.vdt-ebid-page {
  background: #f5f8fc;
}

.vdt-ebid-main {
  overflow: hidden;
  color: #172033;
  background: linear-gradient(180deg, #edf5ff 0%, #ffffff 16%, #f5f8fc 54%, #ffffff 100%);
}

.vdt-ebid-hero {
  position: relative;
  isolation: isolate;
  padding: 88px 0 46px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(0,184,217,.34), transparent 28%),
    linear-gradient(135deg, #06172c 0%, #0b1f3a 46%, #0f4b78 100%);
}

.vdt-ebid-hero__glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(0,184,217,.14) 38%, rgba(245,184,66,.12) 66%, rgba(255,255,255,0) 100%),
    linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0));
  background-size: 220% 220%, 100% 100%;
  animation: vdt-ebid-glow 18s ease-in-out infinite alternate;
}

@keyframes vdt-ebid-glow {
  from { background-position: 0% 50%, 0 0; }
  to { background-position: 100% 50%, 0 0; }
}

.vdt-ebid-hero__grid,
.vdt-ebid-split,
.vdt-ebid-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  align-items: center;
  gap: 46px;
}

.vdt-ebid-split--reverse {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr);
}

.vdt-ebid-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 750;
}

.vdt-ebid-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.vdt-ebid-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255,255,255,.46);
}

.vdt-ebid-badge,
.vdt-ebid-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  color: #1e5bff;
  background: #edf5ff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
}

.vdt-ebid-hero .vdt-ebid-badge,
.vdt-ebid-final .vdt-ebid-kicker {
  color: #ffe5a3;
  border-color: rgba(245,184,66,.34);
  background: rgba(255,255,255,.11);
}

body.vdt-page .vdt-ebid-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.12;
  letter-spacing: 0;
}

.vdt-ebid-hero__lead {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.74;
}

.vdt-ebid-hero__actions,
.vdt-ebid-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vdt-ebid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.vdt-ebid-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #1e5bff 0%, #00b8d9 100%);
  box-shadow: 0 18px 38px rgba(30,91,255,.28);
}

.vdt-ebid-btn--secondary {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.vdt-ebid-btn--light {
  color: #0b1f3a;
  background: #fff;
  box-shadow: 0 16px 34px rgba(11,31,58,.16);
}

.vdt-ebid-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.vdt-ebid-stats span {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
}

.vdt-ebid-hero__media,
.vdt-ebid-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(5,20,43,.26);
}

.vdt-ebid-hero__media img,
.vdt-ebid-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.vdt-ebid-media img {
  aspect-ratio: 4 / 3;
}

.vdt-ebid-hero__media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #14213d;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(11,31,58,.12);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.vdt-ebid-strip {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  padding-bottom: 24px;
}

.vdt-ebid-strip__box,
.vdt-ebid-card,
.vdt-ebid-service,
.vdt-ebid-audience,
.vdt-ebid-price,
.vdt-ebid-related-card,
.vdt-ebid-contact,
.vdt-ebid-form,
.vdt-ebid-faq__item {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-ebid-strip__box {
  padding: 22px 24px;
  border-color: rgba(245,184,66,.35);
  border-left: 5px solid #f5b842;
  color: #4c3a15;
  background: #fff8e6;
  box-shadow: 0 18px 48px rgba(11,31,58,.11);
}

.vdt-ebid-strip__box strong {
  display: block;
  margin-bottom: 8px;
  color: #7a5208;
  font-size: 15px;
}

.vdt-ebid-strip__box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-ebid-strip__box p + p {
  margin-top: 10px;
}

.vdt-ebid-section {
  padding: 74px 0;
}

.vdt-ebid-section--soft {
  background: #f2f6fb;
}

.vdt-ebid-section--blue {
  color: #fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(0,184,217,.28), transparent 30%),
    linear-gradient(135deg, #071a33 0%, #0b1f3a 60%, #123f68 100%);
}

.vdt-ebid-section--form {
  background: #edf5ff;
}

.vdt-ebid-heading {
  max-width: 850px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-ebid-heading--light .vdt-ebid-kicker {
  color: #ffe5a3;
  border-color: rgba(245,184,66,.34);
  background: rgba(255,255,255,.11);
}

.vdt-ebid-heading--light h2,
.vdt-ebid-heading--light p {
  color: #fff;
}

.vdt-ebid-heading h2,
.vdt-ebid-copy h2,
.vdt-ebid-form-copy h2,
.vdt-ebid-final h2,
.vdt-ebid-mid-cta h2 {
  margin: 0;
  color: #0b1f3a;
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: 0;
}

.vdt-ebid-heading p:not(.vdt-ebid-kicker),
.vdt-ebid-copy p,
.vdt-ebid-form-copy p {
  margin: 16px 0 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.vdt-ebid-copy p + p {
  margin-top: 14px;
}

.vdt-ebid-card-grid,
.vdt-ebid-service-grid,
.vdt-ebid-audience-grid,
.vdt-ebid-pricing,
.vdt-ebid-related {
  display: grid;
  gap: 18px;
}

.vdt-ebid-card-grid--3,
.vdt-ebid-service-grid,
.vdt-ebid-pricing,
.vdt-ebid-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-ebid-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-ebid-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-ebid-card,
.vdt-ebid-service,
.vdt-ebid-audience,
.vdt-ebid-price,
.vdt-ebid-related-card {
  min-height: 168px;
  padding: 24px;
}

.vdt-ebid-card span,
.vdt-ebid-price span {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  font-size: 13px;
  font-weight: 900;
}

.vdt-ebid-card h4,
.vdt-ebid-service h4,
.vdt-ebid-audience h4,
.vdt-ebid-price h4 {
  margin: 0;
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: 0;
}

.vdt-ebid-card p,
.vdt-ebid-service p,
.vdt-ebid-audience p,
.vdt-ebid-price p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}

.vdt-ebid-section--blue .vdt-ebid-audience {
  border-color: rgba(255,255,255,.18);
  color: #fff;
  background: rgba(255,255,255,.09);
  box-shadow: none;
}

.vdt-ebid-section--blue .vdt-ebid-audience h4,
.vdt-ebid-section--blue .vdt-ebid-audience p {
  color: #fff;
}

.vdt-ebid-timeline,
.vdt-ebid-checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-ebid-timeline li,
.vdt-ebid-checklist li {
  position: relative;
  min-height: 58px;
  padding: 16px 18px 16px 58px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11,31,58,.04);
}

.vdt-ebid-timeline span {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1e5bff, #00b8d9);
  font-size: 12px;
  font-weight: 900;
}

.vdt-ebid-timeline strong {
  display: block;
  color: #0b1f3a;
  font-size: 15px;
}

.vdt-ebid-timeline p,
.vdt-ebid-checklist li {
  margin: 6px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.58;
}

.vdt-ebid-checklist li::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 24px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #1e5bff;
  border-bottom: 3px solid #1e5bff;
  transform: rotate(-45deg);
}

.vdt-ebid-security,
.vdt-ebid-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 8px;
  color: #60420b;
  background: #fff8e6;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 700;
}

.vdt-ebid-mid-cta {
  padding: 44px 0;
  color: #fff;
  background: linear-gradient(135deg, #0b1f3a, #1e5bff 70%, #00b8d9);
}

.vdt-ebid-mid-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.vdt-ebid-mid-cta h2,
.vdt-ebid-mid-cta p {
  color: #fff;
}

.vdt-ebid-mid-cta p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255,255,255,.86);
  line-height: 1.65;
}

.vdt-ebid-price--featured {
  border-color: rgba(30,91,255,.36);
  box-shadow: 0 24px 64px rgba(30,91,255,.13);
}

.vdt-ebid-price a,
.vdt-ebid-related-card {
  color: #1e5bff;
  text-decoration: none;
  font-weight: 850;
}

.vdt-ebid-price a {
  display: inline-flex;
  margin-top: 18px;
}

.vdt-ebid-related-card {
  display: grid;
  gap: 8px;
  color: inherit;
}

.vdt-ebid-related-card span {
  color: #1e5bff;
  font-size: 12px;
  font-weight: 900;
}

.vdt-ebid-related-card strong {
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.32;
}

.vdt-ebid-related-card em {
  color: #667085;
  font-size: 14px;
  font-style: normal;
}

.vdt-ebid-form-layout {
  align-items: start;
}

.vdt-ebid-contact {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 22px;
}

.vdt-ebid-contact strong {
  color: #0b1f3a;
}

.vdt-ebid-contact a {
  width: fit-content;
  color: #1e5bff;
  text-decoration: none;
  font-weight: 850;
}

.vdt-ebid-form {
  padding: 24px;
  box-shadow: 0 22px 62px rgba(11,31,58,.1);
}

.vdt-ebid-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vdt-ebid-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.vdt-ebid-form input,
.vdt-ebid-form select,
.vdt-ebid-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  color: #172033;
  background: #fff;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.vdt-ebid-form textarea {
  min-height: 124px;
  resize: vertical;
}

.vdt-ebid-form input:focus,
.vdt-ebid-form select:focus,
.vdt-ebid-form textarea:focus {
  border-color: #1e5bff;
  box-shadow: 0 0 0 4px rgba(30,91,255,.12);
}

.vdt-ebid-form__full,
.vdt-ebid-checkbox {
  grid-column: 1 / -1;
}

.vdt-ebid-checkbox {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: #667085;
  font-weight: 700;
  line-height: 1.55;
}

.vdt-ebid-checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.vdt-ebid-form__message {
  margin: 14px 0 0;
  color: #087443;
  font-weight: 800;
  line-height: 1.55;
}

.vdt-ebid-faq {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.vdt-ebid-faq__item {
  overflow: hidden;
}

.vdt-ebid-faq__item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 62px;
  padding: 18px 20px;
  border: 0;
  color: #0b1f3a;
  background: transparent;
  font: inherit;
  font-weight: 850;
  line-height: 1.42;
  text-align: left;
  cursor: pointer;
}

.vdt-ebid-faq__item button::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #1e5bff;
  background: #edf5ff;
  font-size: 20px;
  line-height: 1;
}

.vdt-ebid-faq__item button[aria-expanded="true"]::after {
  content: "-";
  color: #7a5208;
  background: #fff3d0;
}

.vdt-ebid-faq__item div {
  padding: 0 20px 20px;
}

.vdt-ebid-faq__item p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-ebid-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0;
  color: #fff;
  background: #071a33;
}

.vdt-ebid-final__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.vdt-ebid-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.vdt-ebid-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,26,51,.97) 0%, rgba(7,26,51,.84) 54%, rgba(7,26,51,.54) 100%),
    linear-gradient(120deg, rgba(0,184,217,.18), rgba(245,184,66,.12), rgba(30,91,255,.16));
  background-size: 100% 100%, 180% 180%;
  animation: vdt-ebid-glow 20s ease-in-out infinite alternate;
}

.vdt-ebid-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.vdt-ebid-final h2,
.vdt-ebid-final p {
  color: #fff;
}

.vdt-ebid-final p:not(.vdt-ebid-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.72;
}

.vdt-ebid-mobile-cta {
  display: none;
}

@media (hover: hover) {
  .vdt-ebid-btn:hover,
  .vdt-ebid-card:hover,
  .vdt-ebid-service:hover,
  .vdt-ebid-audience:hover,
  .vdt-ebid-price:hover,
  .vdt-ebid-related-card:hover,
  .vdt-ebid-contact:hover,
  .vdt-ebid-faq__item:hover {
    transform: translateY(-4px);
    border-color: rgba(30,91,255,.28);
    box-shadow: 0 24px 58px rgba(11,31,58,.12);
  }

  .vdt-ebid-hero__media:hover img,
  .vdt-ebid-media:hover img {
    transform: scale(1.03);
  }
}

@media (max-width: 1180px) {
  .vdt-ebid-service-grid,
  .vdt-ebid-audience-grid,
  .vdt-ebid-pricing,
  .vdt-ebid-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .vdt-ebid-hero__grid,
  .vdt-ebid-split,
  .vdt-ebid-split--reverse,
  .vdt-ebid-form-layout,
  .vdt-ebid-final__inner,
  .vdt-ebid-mid-cta__inner {
    grid-template-columns: 1fr;
  }

  body.vdt-page .vdt-ebid-hero h1 {
    font-size: 44px;
  }

  .vdt-ebid-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-ebid-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.vdt-ebid-page {
    padding-bottom: 74px;
  }

  .vdt-ebid-hero {
    padding: 44px 0 30px;
  }

  .vdt-ebid-breadcrumb ol {
    font-size: 13px;
  }

  body.vdt-page .vdt-ebid-hero h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .vdt-ebid-hero__lead {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .vdt-ebid-stats,
  .vdt-ebid-card-grid--3,
  .vdt-ebid-service-grid,
  .vdt-ebid-audience-grid,
  .vdt-ebid-pricing,
  .vdt-ebid-related,
  .vdt-ebid-form__grid {
    grid-template-columns: 1fr;
  }

  .vdt-ebid-section {
    padding: 52px 0;
  }

  .vdt-ebid-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .vdt-ebid-heading h2,
  .vdt-ebid-copy h2,
  .vdt-ebid-form-copy h2,
  .vdt-ebid-final h2,
  .vdt-ebid-mid-cta h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .vdt-ebid-card,
  .vdt-ebid-service,
  .vdt-ebid-audience,
  .vdt-ebid-price,
  .vdt-ebid-related-card,
  .vdt-ebid-form {
    min-height: auto;
    padding: 20px;
  }

  .vdt-ebid-hero__actions,
  .vdt-ebid-final__actions {
    flex-direction: column;
  }

  .vdt-ebid-hero__actions .vdt-ebid-btn,
  .vdt-ebid-final__actions .vdt-ebid-btn,
  .vdt-ebid-mid-cta .vdt-ebid-btn {
    width: 100%;
  }

  .vdt-ebid-btn {
    min-height: 44px;
    padding: 12px 16px;
  }

  .vdt-ebid-hero__media figcaption {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }

  .vdt-ebid-strip {
    margin-top: 0;
    padding-top: 18px;
  }

  .vdt-ebid-strip__box {
    padding: 18px;
  }

  .vdt-ebid-final {
    padding: 58px 0;
  }

  .vdt-ebid-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 1000;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(11,31,58,.94);
    box-shadow: 0 18px 42px rgba(5,20,43,.34);
    backdrop-filter: blur(12px);
  }

  body.vdt-ebid-sticky-ready .vdt-ebid-mobile-cta {
    display: grid;
  }

  .vdt-ebid-mobile-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #1e5bff, #00b8d9);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-ebid-hero__glow,
  .vdt-ebid-final::after,
  .vdt-ebid-btn,
  .vdt-ebid-hero__media img,
  .vdt-ebid-media img,
  .vdt-ebid-card,
  .vdt-ebid-service,
  .vdt-ebid-audience,
  .vdt-ebid-price,
  .vdt-ebid-related-card,
  .vdt-ebid-contact,
  .vdt-ebid-faq__item {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* Service page: tu van ho so dau thau, ho so du thau */
body.vdt-page.vdt-bid-dossier-page {
  background: #f6f8fc;
}

.vdt-bid-dossier-main {
  overflow: hidden;
  color: #263244;
  background: linear-gradient(180deg, #eef5ff 0%, #fff 16%, #f7f9fc 54%, #fff 100%);
}

.vdt-bid-dossier-hero {
  position: relative;
  isolation: isolate;
  padding: 88px 0 42px;
  color: #fff;
  background: linear-gradient(135deg, #071a33 0%, #0b2b56 46%, #0d5c88 100%);
}

.vdt-bid-dossier-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(0,184,217,.12) 38%, rgba(245,184,66,.14) 62%, rgba(255,255,255,0) 100%),
    linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  background-size: 220% 220%, 100% 100%;
  animation: vdt-bid-dossier-gradient 18s ease-in-out infinite alternate;
}

@keyframes vdt-bid-dossier-gradient {
  from { background-position: 0% 50%, 0 0; }
  to { background-position: 100% 50%, 0 0; }
}

.vdt-bid-dossier-hero__grid,
.vdt-bid-dossier-split,
.vdt-bid-dossier-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 44px;
}

.vdt-bid-dossier-split--reverse {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr);
}

.vdt-bid-dossier-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(30,91,255,.18);
  border-radius: 999px;
  color: var(--vdt-blue);
  background: #eef5ff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.vdt-bid-dossier-final .vdt-bid-dossier-kicker {
  color: #ffe5a3;
  border-color: rgba(245,184,66,.32);
  background: rgba(255,255,255,.11);
}

.vdt-bid-dossier-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.08;
  letter-spacing: 0;
}

.vdt-bid-dossier-hero__subheading,
.vdt-bid-dossier-hero__desc {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 17px;
  line-height: 1.74;
}

.vdt-bid-dossier-hero__desc {
  margin-top: 14px;
  color: rgba(255,255,255,.78);
  font-size: 15.5px;
}

.vdt-bid-dossier-hero__actions,
.vdt-bid-dossier-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vdt-bid-dossier-hero .vdt-btn--secondary,
.vdt-bid-dossier-final .vdt-btn--secondary {
  color: #fff;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.vdt-bid-dossier-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vdt-bid-dossier-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 750;
}

.vdt-bid-dossier-hotline {
  margin: 22px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
}

.vdt-bid-dossier-hotline strong {
  color: #ffe5a3;
}

.vdt-bid-dossier-hero__visual,
.vdt-bid-dossier-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(5,20,43,.26);
}

.vdt-bid-dossier-hero__visual img,
.vdt-bid-dossier-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}

.vdt-bid-dossier-media img {
  aspect-ratio: 3 / 2;
}

.vdt-bid-dossier-hero__visual figcaption,
.vdt-bid-dossier-media figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #14213d;
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(11,31,58,.12);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.vdt-bid-dossier-legal {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding-bottom: 22px;
}

.vdt-bid-dossier-legal__box {
  padding: 22px 24px;
  border: 1px solid rgba(245,184,66,.35);
  border-left: 5px solid var(--vdt-gold);
  border-radius: 8px;
  color: #4c3a15;
  background: #fff8e6;
  box-shadow: 0 18px 48px rgba(11,31,58,.11);
}

.vdt-bid-dossier-legal__box span {
  display: block;
  margin-bottom: 8px;
  color: #7a5208;
  font-size: 14px;
  font-weight: 900;
}

.vdt-bid-dossier-legal__box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-bid-dossier-legal__box p + p {
  margin-top: 10px;
}

.vdt-bid-dossier-section {
  padding: 74px 0;
}

.vdt-bid-dossier-section--soft {
  background: #f2f6fb;
}

.vdt-bid-dossier-section--image {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.vdt-bid-dossier-section--form {
  background: #eef5ff;
}

.vdt-bid-dossier-section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.vdt-bid-dossier-section-heading--left {
  margin-left: 0;
  text-align: left;
}

.vdt-bid-dossier-section-heading h2,
.vdt-bid-dossier-copy h2,
.vdt-bid-dossier-form-copy h2,
.vdt-bid-dossier-final h2 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.vdt-bid-dossier-section-heading p,
.vdt-bid-dossier-copy p,
.vdt-bid-dossier-form-copy p {
  margin: 16px 0 0;
  color: #5f6f85;
  font-size: 16px;
  line-height: 1.75;
}

.vdt-bid-dossier-copy p + p {
  margin-top: 14px;
}

.vdt-bid-dossier-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.vdt-bid-dossier-info-card,
.vdt-bid-dossier-service-card,
.vdt-bid-dossier-small-card,
.vdt-bid-dossier-step,
.vdt-bid-dossier-benefit,
.vdt-bid-dossier-related-card,
.vdt-bid-dossier-contact-card,
.vdt-bid-dossier-faq-item,
.vdt-bid-dossier-service-cta {
  border: 1px solid rgba(30,91,255,.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11,31,58,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.vdt-bid-dossier-info-card {
  min-height: 214px;
  padding: 22px;
}

.vdt-bid-dossier-info-card span,
.vdt-bid-dossier-step span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  font-size: 13px;
  font-weight: 900;
}

.vdt-bid-dossier-service-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #7a5208;
  background: #fff3d0;
  font-weight: 900;
}

.vdt-bid-dossier-info-card h3,
.vdt-bid-dossier-service-card h3,
.vdt-bid-dossier-small-card h3,
.vdt-bid-dossier-step h3,
.vdt-bid-dossier-benefit h3 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
  letter-spacing: 0;
}

.vdt-bid-dossier-info-card p,
.vdt-bid-dossier-service-card p,
.vdt-bid-dossier-small-card p,
.vdt-bid-dossier-step p,
.vdt-bid-dossier-benefit p {
  margin: 10px 0 0;
  color: #5f6f85;
  font-size: 14px;
  line-height: 1.68;
}

.vdt-bid-dossier-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.vdt-bid-dossier-service-card {
  min-height: 360px;
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.vdt-bid-dossier-service-card ul,
.vdt-bid-dossier-checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.vdt-bid-dossier-service-card li,
.vdt-bid-dossier-checklist li {
  position: relative;
  padding-left: 26px;
  color: #344054;
  font-size: 14px;
  line-height: 1.58;
}

.vdt-bid-dossier-service-card li::before,
.vdt-bid-dossier-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 6px;
  border-left: 3px solid var(--vdt-blue);
  border-bottom: 3px solid var(--vdt-blue);
  transform: rotate(-45deg);
}

.vdt-bid-dossier-service-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 22px;
  background: linear-gradient(135deg, #fff, #f4f9ff);
}

.vdt-bid-dossier-service-cta strong {
  color: var(--vdt-navy);
  font-size: 18px;
}

.vdt-bid-dossier-service-cta p {
  margin: 0;
  color: #5f6f85;
  line-height: 1.6;
}

.vdt-bid-dossier-audience-grid,
.vdt-bid-dossier-problem-grid,
.vdt-bid-dossier-benefit-grid,
.vdt-bid-dossier-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-bid-dossier-problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-bid-dossier-small-card,
.vdt-bid-dossier-benefit {
  min-height: 154px;
  padding: 22px;
}

.vdt-bid-dossier-checklist li {
  min-height: 46px;
  padding: 13px 14px 13px 44px;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11,31,58,.04);
  font-size: 15px;
}

.vdt-bid-dossier-checklist li::before {
  left: 18px;
  top: 20px;
}

.vdt-bid-dossier-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vdt-bid-dossier-step {
  min-height: 198px;
  padding: 24px;
}

.vdt-bid-dossier-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(30,91,255,.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(11,31,58,.06);
}

.vdt-bid-dossier-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.vdt-bid-dossier-table th,
.vdt-bid-dossier-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214,222,235,.9);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.62;
}

.vdt-bid-dossier-table th {
  color: #fff;
  background: var(--vdt-navy);
  font-weight: 850;
}

.vdt-bid-dossier-table td:first-child {
  color: var(--vdt-navy);
  font-weight: 850;
}

.vdt-bid-dossier-table tbody tr:last-child td {
  border-bottom: 0;
}

.vdt-bid-dossier-security-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(245,184,66,.34);
  border-radius: 8px;
  color: #60420b;
  background: #fff8e6;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 700;
}

.vdt-bid-dossier-related-card {
  display: grid;
  gap: 8px;
  min-height: 144px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
}

.vdt-bid-dossier-related-card span {
  color: var(--vdt-blue);
  font-size: 12px;
  font-weight: 900;
}

.vdt-bid-dossier-related-card strong {
  color: var(--vdt-navy);
  font-size: 18px;
  line-height: 1.32;
}

.vdt-bid-dossier-related-card em {
  color: #667085;
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.vdt-bid-dossier-form-grid {
  align-items: start;
}

.vdt-bid-dossier-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 22px;
}

.vdt-bid-dossier-contact-card strong {
  color: var(--vdt-navy);
  font-size: 16px;
}

.vdt-bid-dossier-contact-card a {
  width: fit-content;
  color: var(--vdt-blue);
  text-decoration: none;
  font-weight: 850;
}

.vdt-bid-dossier-form {
  box-shadow: 0 22px 62px rgba(11,31,58,.1);
}

.vdt-bid-dossier-faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
  margin: 0 auto;
}

.vdt-bid-dossier-faq-item {
  overflow: hidden;
}

.vdt-bid-dossier-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 62px;
  padding: 18px 20px;
  color: var(--vdt-navy);
  font-weight: 850;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

.vdt-bid-dossier-faq-item summary::-webkit-details-marker {
  display: none;
}

.vdt-bid-dossier-faq-item summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--vdt-blue);
  background: #eef5ff;
  font-size: 20px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.vdt-bid-dossier-faq-item[open] summary::after {
  content: "-";
  color: #7a5208;
  background: #fff3d0;
}

.vdt-bid-dossier-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5f6f85;
  font-size: 15px;
  line-height: 1.72;
}

.vdt-bid-dossier-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 70px 0;
  color: #fff;
  background: #071a33;
}

.vdt-bid-dossier-final__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.vdt-bid-dossier-final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.vdt-bid-dossier-final::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7,26,51,.96) 0%, rgba(7,26,51,.82) 52%, rgba(7,26,51,.5) 100%),
    linear-gradient(120deg, rgba(0,184,217,.18), rgba(245,184,66,.12), rgba(30,91,255,.16));
  background-size: 100% 100%, 180% 180%;
  animation: vdt-bid-dossier-gradient 20s ease-in-out infinite alternate;
}

.vdt-bid-dossier-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.vdt-bid-dossier-final h2,
.vdt-bid-dossier-final p {
  color: #fff;
}

.vdt-bid-dossier-final p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.72;
}

@media (hover: hover) {
  .vdt-bid-dossier-info-card:hover,
  .vdt-bid-dossier-service-card:hover,
  .vdt-bid-dossier-small-card:hover,
  .vdt-bid-dossier-step:hover,
  .vdt-bid-dossier-benefit:hover,
  .vdt-bid-dossier-related-card:hover,
  .vdt-bid-dossier-contact-card:hover,
  .vdt-bid-dossier-faq-item:hover,
  .vdt-bid-dossier-service-cta:hover {
    transform: translateY(-4px);
    border-color: rgba(30,91,255,.28);
    box-shadow: 0 24px 58px rgba(11,31,58,.12);
  }

  .vdt-bid-dossier-hero__visual:hover img,
  .vdt-bid-dossier-media:hover img {
    transform: scale(1.03);
  }

  .vdt-bid-dossier-related-card:hover strong,
  .vdt-bid-dossier-contact-card a:hover {
    color: var(--vdt-blue);
  }
}

@media (max-width: 1240px) {
  .vdt-bid-dossier-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vdt-bid-dossier-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .vdt-bid-dossier-hero__grid,
  .vdt-bid-dossier-split,
  .vdt-bid-dossier-split--reverse,
  .vdt-bid-dossier-form-grid,
  .vdt-bid-dossier-final__inner {
    grid-template-columns: 1fr;
  }

  .vdt-bid-dossier-hero {
    padding-top: 62px;
  }

  .vdt-bid-dossier-hero h1 {
    font-size: 40px;
  }

  .vdt-bid-dossier-audience-grid,
  .vdt-bid-dossier-benefit-grid,
  .vdt-bid-dossier-related-grid,
  .vdt-bid-dossier-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vdt-bid-dossier-problem-grid,
  .vdt-bid-dossier-service-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vdt-bid-dossier-hero {
    padding: 44px 0 30px;
  }

  .vdt-bid-dossier-hero h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .vdt-bid-dossier-hero__subheading,
  .vdt-bid-dossier-hero__desc {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .vdt-bid-dossier-section {
    padding: 52px 0;
  }

  .vdt-bid-dossier-section-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .vdt-bid-dossier-section-heading h2,
  .vdt-bid-dossier-copy h2,
  .vdt-bid-dossier-form-copy h2,
  .vdt-bid-dossier-final h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .vdt-bid-dossier-quick__grid,
  .vdt-bid-dossier-service-grid,
  .vdt-bid-dossier-audience-grid,
  .vdt-bid-dossier-benefit-grid,
  .vdt-bid-dossier-related-grid,
  .vdt-bid-dossier-timeline {
    grid-template-columns: 1fr;
  }

  .vdt-bid-dossier-info-card,
  .vdt-bid-dossier-service-card,
  .vdt-bid-dossier-small-card,
  .vdt-bid-dossier-step,
  .vdt-bid-dossier-benefit,
  .vdt-bid-dossier-related-card {
    min-height: auto;
    padding: 20px;
  }

  .vdt-bid-dossier-hero__actions,
  .vdt-bid-dossier-final__actions {
    flex-direction: column;
  }

  .vdt-bid-dossier-hero__actions .vdt-btn,
  .vdt-bid-dossier-final__actions .vdt-btn {
    width: 100%;
  }

  .vdt-bid-dossier-hero__visual figcaption,
  .vdt-bid-dossier-media figcaption {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }

  .vdt-bid-dossier-legal {
    margin-top: 0;
    padding-top: 18px;
  }

  .vdt-bid-dossier-legal__box {
    padding: 18px;
  }

  .vdt-bid-dossier-table th,
  .vdt-bid-dossier-table td {
    padding: 14px;
  }

  .vdt-bid-dossier-final {
    padding: 56px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdt-bid-dossier-hero__bg,
  .vdt-bid-dossier-final::after,
  .vdt-bid-dossier-hero__visual img,
  .vdt-bid-dossier-media img,
  .vdt-bid-dossier-info-card,
  .vdt-bid-dossier-service-card,
  .vdt-bid-dossier-small-card,
  .vdt-bid-dossier-step,
  .vdt-bid-dossier-benefit,
  .vdt-bid-dossier-related-card,
  .vdt-bid-dossier-contact-card,
  .vdt-bid-dossier-faq-item,
  .vdt-bid-dossier-service-cta,
  .vdt-bid-dossier-faq-item summary::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* EOF scoped overrides: dao tao dau thau tai don vi */
.vdt-bidding-training-page .vdt-onsite-bid-main .vdt-container {
  width: min(1180px, calc(100% - 36px));
  max-width: none;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero h1 {
  color: #fff !important;
  overflow-wrap: anywhere;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero__lead,
.vdt-bidding-training-page .vdt-onsite-bid-hero__desc {
  color: rgba(255,255,255,.9) !important;
}

.vdt-bidding-training-page .vdt-onsite-bid-hero__content,
.vdt-bidding-training-page .vdt-onsite-bid-hero__media,
.vdt-bidding-training-page .vdt-onsite-bid-media,
.vdt-bidding-training-page .vdt-onsite-bid-card,
.vdt-bidding-training-page .vdt-onsite-bid-audience,
.vdt-bidding-training-page .vdt-onsite-bid-benefit {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 920px) {
  .vdt-bidding-training-page .vdt-onsite-bid-hero__grid,
  .vdt-bidding-training-page .vdt-onsite-bid-split,
  .vdt-bidding-training-page .vdt-onsite-bid-split--reverse,
  .vdt-bidding-training-page .vdt-onsite-bid-form-layout,
  .vdt-bidding-training-page .vdt-onsite-bid-final__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .vdt-bidding-training-page .vdt-onsite-bid-main .vdt-container {
    width: min(292px, calc(100vw - 64px));
  }

  .vdt-bidding-training-page .vdt-onsite-bid-hero__content {
    width: 100%;
    max-width: min(292px, calc(100vw - 64px));
  }

  .vdt-bidding-training-page .vdt-onsite-bid-badge,
  .vdt-bidding-training-page .vdt-onsite-bid-hero h1,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__lead,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__desc,
  .vdt-bidding-training-page .vdt-onsite-bid-hero__actions,
  .vdt-bidding-training-page .vdt-onsite-bid-quick {
    max-width: min(292px, calc(100vw - 64px)) !important;
  }
}

/* EOF scoped overrides: privacy policy page */
body.vdt-page.vdt-privacy-page,
body.vdt-page.vdt-privacy-page .vdt-privacy-main {
  max-width: 100%;
  overflow-x: hidden;
}

body.vdt-page.vdt-privacy-page .vdt-privacy-main *,
body.vdt-page.vdt-privacy-page .vdt-privacy-main *::before,
body.vdt-page.vdt-privacy-page .vdt-privacy-main *::after {
  min-width: 0;
}

body.vdt-page.vdt-privacy-page .vdt-privacy-main .vdt-container {
  width: min(100% - 48px, 1200px);
  padding-left: 0;
  padding-right: 0;
}

body.vdt-page.vdt-privacy-page .vdt-privacy-hero__content,
body.vdt-page.vdt-privacy-page .vdt-privacy-hero__lead,
body.vdt-page.vdt-privacy-page .vdt-privacy-actions,
body.vdt-page.vdt-privacy-page .vdt-privacy-quick,
body.vdt-page.vdt-privacy-page .vdt-privacy-hero__media,
body.vdt-page.vdt-privacy-page .vdt-privacy-section,
body.vdt-page.vdt-privacy-page .vdt-privacy-support-form,
body.vdt-page.vdt-privacy-page .vdt-privacy-final-cta__inner > div {
  width: 100%;
  max-width: 100%;
}

body.vdt-page.vdt-privacy-page .vdt-privacy-hero__lead,
body.vdt-page.vdt-privacy-page .vdt-privacy-section p,
body.vdt-page.vdt-privacy-page .vdt-privacy-section li,
body.vdt-page.vdt-privacy-page .vdt-privacy-badge,
body.vdt-page.vdt-privacy-page .vdt-privacy-quick span,
body.vdt-page.vdt-privacy-page .vdt-privacy-chip-list span {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  body.vdt-page.vdt-privacy-page .vdt-privacy-main .vdt-container {
    width: min(100% - 36px, 1200px);
  }

  body.vdt-page.vdt-privacy-page .vdt-privacy-actions .vdt-btn,
  body.vdt-page.vdt-privacy-page .vdt-privacy-final-cta .vdt-btn,
  body.vdt-page.vdt-privacy-page .vdt-privacy-badge,
  body.vdt-page.vdt-privacy-page .vdt-privacy-quick span,
  body.vdt-page.vdt-privacy-page .vdt-privacy-chip-list span {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}

/* Online bidding course landing page */
body.vdt-egp-course-page {
  background: #fff;
}

.vdt-egp-course-main {
  overflow: hidden;
  background: #fff;
}

.vdt-egp-course-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #06182d;
}

.vdt-egp-course-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vdt-egp-course-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 72% 38%, rgba(0, 184, 217, .26), transparent 28%),
    linear-gradient(90deg, rgba(5, 16, 31, .98) 0%, rgba(8, 30, 56, .92) 45%, rgba(8, 30, 56, .58) 100%),
    linear-gradient(180deg, rgba(5, 16, 31, .14), rgba(5, 16, 31, .82));
}

.vdt-egp-course-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  align-items: center;
  gap: 44px;
  padding-top: 96px;
  padding-bottom: 116px;
}

.vdt-egp-course-hero__content {
  max-width: 820px;
}

body.vdt-page .vdt-egp-course-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.35rem, 5.6vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 24px 60px rgba(0, 0, 0, .34);
}

body.vdt-egp-course-page .vdt-egp-course-hero__content h1 {
  max-width: 760px;
  font-size: clamp(48px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

body.vdt-egp-course-page .vdt-egp-course-hero__content h1 span {
  display: block;
}

.vdt-egp-course-hero p {
  max-width: 760px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.68;
}

.vdt-egp-course-hero__lead {
  color: #fff;
  font-size: clamp(1.08rem, 1.65vw, 1.36rem);
  line-height: 1.55;
}

.vdt-egp-course-fee-pill {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 22px;
  padding: 9px 14px;
  border: 1px solid rgba(245, 184, 66, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(245, 184, 66, .14);
  box-shadow: 0 14px 36px rgba(245, 184, 66, .14);
  backdrop-filter: blur(12px);
}

@media (min-width: 1200px) {
  body.vdt-egp-course-page .vdt-egp-course-hero__grid.vdt-course-hero-grid--dynamic {
    grid-template-columns: minmax(540px, 1fr) minmax(520px, 540px) !important;
    gap: clamp(42px, 4vw, 64px) !important;
    align-items: center !important;
  }
}

@media (max-width: 1199px) {
  body.vdt-egp-course-page .vdt-egp-course-hero__content h1 {
    font-size: clamp(42px, 6.2vw, 56px);
    line-height: 1.1;
  }
}

.vdt-egp-course-fee-pill span {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vdt-egp-course-fee-pill strong {
  color: #ffe2a1;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.2;
}

.vdt-egp-course-tags,
.vdt-egp-course-hero__actions,
.vdt-egp-course-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.vdt-egp-course-tags {
  margin: 0 0 28px;
}

.vdt-egp-course-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.vdt-egp-course-btn--gold {
  color: #1b2435;
  background: linear-gradient(135deg, #ffd36a, #f5b842 52%, #d99118);
  box-shadow: 0 16px 34px rgba(245, 184, 66, .3);
}

.vdt-egp-course-btn--gold:hover {
  box-shadow: 0 20px 46px rgba(245, 184, 66, .42);
}

.vdt-egp-course-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.vdt-egp-course-hotline {
  margin-top: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}

.vdt-egp-course-hotline a {
  color: #ffe2a1;
  font-weight: 850;
  text-decoration: none;
}

.vdt-egp-course-hero__caption {
  margin-top: 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 12.5px;
}

.vdt-egp-course-hero-card {
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(155deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.vdt-egp-course-hero-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #ffe2a1;
  background: rgba(245, 184, 66, .12);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.vdt-egp-course-hero-card > strong {
  display: block;
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
  line-height: 1.18;
}

.vdt-egp-course-hero-card dl {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.vdt-egp-course-hero-card dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.vdt-egp-course-hero-card dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vdt-egp-course-hero-card dt {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vdt-egp-course-hero-card dd {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 1.45;
}

.vdt-egp-course-notes {
  position: relative;
  z-index: 2;
  margin-top: -54px;
}

.vdt-egp-course-notes__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 16px;
}

.vdt-egp-course-note {
  padding: 22px 24px;
  border: 1px solid rgba(30, 91, 255, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11, 31, 58, .12);
}

.vdt-egp-course-note--legal {
  border-left: 5px solid var(--vdt-gold);
}

.vdt-egp-course-note--security {
  border-left: 5px solid var(--vdt-cyan);
}

body.vdt-page .vdt-egp-course-note h2 {
  margin: 0 0 8px;
  color: var(--vdt-navy);
  font-size: 1.08rem;
  line-height: 1.3;
}

.vdt-egp-course-note p {
  margin: 0;
  color: #344054;
  font-size: 14.5px;
  line-height: 1.7;
}

.vdt-egp-course-quick {
  padding: 34px 0 12px;
}

.vdt-egp-course-quick__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.vdt-egp-course-quick article,
.vdt-egp-course-card-grid article,
.vdt-egp-course-info-card,
.vdt-egp-course-expert-grid article,
.vdt-egp-course-process article,
.vdt-egp-course-related a,
.vdt-egp-course-faq__item {
  border: 1px solid rgba(30, 91, 255, .12);
  border-radius: var(--vdt-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 31, 58, .05);
}

.vdt-egp-course-quick article {
  min-height: 128px;
  padding: 18px;
}

.vdt-egp-course-quick span,
.vdt-egp-course-related span,
.vdt-egp-course-price-box span {
  display: block;
  margin-bottom: 8px;
  color: var(--vdt-blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.vdt-egp-course-quick strong {
  display: block;
  color: var(--vdt-navy);
  font-size: 15px;
  line-height: 1.45;
}

.vdt-egp-course-section {
  padding: 88px 0;
}

.vdt-egp-course-section--soft {
  background:
    linear-gradient(180deg, #f7fbff, #fff);
}

.vdt-egp-course-section--dark {
  color: #fff;
  background:
    linear-gradient(135deg, #06182d 0%, #0b2b4d 55%, #0b4f75 100%);
}

.vdt-egp-course-split,
.vdt-egp-course-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .88fr);
  gap: 48px;
}

.vdt-egp-course-split--center {
  align-items: center;
}

.vdt-egp-course-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

body.vdt-page .vdt-egp-course-heading h2 {
  margin: 0;
  color: var(--vdt-navy);
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 1.14;
}

.vdt-egp-course-heading p {
  margin: 12px 0 0;
  color: var(--vdt-muted);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

body.vdt-page .vdt-egp-course-heading--light h2,
.vdt-egp-course-heading--light p {
  color: #fff;
}

.vdt-egp-course-heading--light p {
  color: rgba(255, 255, 255, .78);
}

.vdt-egp-course-copy p {
  margin: 0 0 16px;
  color: #344054;
  font-size: 16px;
  line-height: 1.82;
}

.vdt-egp-course-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 91, 255, .12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(11, 31, 58, .12);
}

.vdt-egp-course-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.vdt-egp-course-image figcaption {
  padding: 12px 16px;
  color: var(--vdt-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vdt-egp-course-card-grid,
.vdt-egp-course-outcomes,
.vdt-egp-course-expert-grid,
.vdt-egp-course-process,
.vdt-egp-course-related {
  display: grid;
  gap: 16px;
}

.vdt-egp-course-card-grid--audience {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-egp-course-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-egp-course-card-grid article,
.vdt-egp-course-outcomes article {
  position: relative;
  min-height: 118px;
  padding: 20px 20px 20px 48px;
  color: #344054;
  font-weight: 700;
  line-height: 1.55;
}

.vdt-egp-course-card-grid article::before,
.vdt-egp-course-outcomes article::before,
.vdt-egp-course-checklist li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vdt-blue), var(--vdt-cyan));
  box-shadow: 0 0 0 5px rgba(0, 184, 217, .12);
}

.vdt-egp-course-outcomes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdt-egp-course-program {
  display: grid;
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.vdt-egp-course-module-list {
  display: grid;
  gap: 12px;
}

.vdt-egp-course-module {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
}

.vdt-egp-course-module summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 850;
  line-height: 1.35;
}

.vdt-egp-course-module summary span {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #1b2435;
  background: linear-gradient(135deg, #ffd36a, var(--vdt-gold));
  font-size: 13px;
}

.vdt-egp-course-module ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 22px 20px 76px;
}

.vdt-egp-course-module li {
  color: rgba(255, 255, 255, .8);
  font-size: 14.5px;
  line-height: 1.62;
}

.vdt-egp-course-price-box {
  padding: 24px;
  border: 1px solid rgba(245, 184, 66, .28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 211, 106, .18), rgba(255, 255, 255, .94));
  box-shadow: 0 18px 46px rgba(245, 184, 66, .16);
}

.vdt-egp-course-price-box strong {
  display: block;
  margin-bottom: 10px;
  color: var(--vdt-navy);
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1.1;
}

.vdt-egp-course-price-box p {
  margin: 0;
  color: #475467;
}

.vdt-egp-course-checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.vdt-egp-course-checklist li {
  position: relative;
  min-height: 48px;
  padding: 12px 14px 12px 44px;
  border: 1px solid rgba(30, 91, 255, .1);
  border-radius: var(--vdt-radius);
  background: #fff;
  color: #344054;
  line-height: 1.55;
}

.vdt-egp-course-checklist li::before {
  top: 20px;
}

.vdt-egp-course-info-card {
  min-height: 240px;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vdt-egp-course-info-card:hover,
.vdt-egp-course-related a:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 91, 255, .28);
  box-shadow: 0 18px 44px rgba(11, 31, 58, .1);
}

body.vdt-page .vdt-egp-course-info-card h3 {
  margin: 0 0 12px;
  color: var(--vdt-navy);
  font-size: 1.28rem;
}

.vdt-egp-course-info-card p {
  margin: 0 0 18px;
  color: var(--vdt-muted);
  line-height: 1.7;
}

.vdt-egp-course-info-card a,
.vdt-egp-course-related a {
  color: var(--vdt-blue);
  font-weight: 850;
  text-decoration: none;
}

.vdt-egp-course-expert-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.vdt-egp-course-expert-grid article {
  padding: 18px;
}

.vdt-egp-course-expert-grid strong {
  display: block;
  color: var(--vdt-navy);
  line-height: 1.35;
}

.vdt-egp-course-expert-grid span {
  display: block;
  margin-top: 6px;
  color: var(--vdt-muted);
  font-size: 14px;
  line-height: 1.55;
}

.vdt-egp-course-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vdt-egp-course-process article {
  min-height: 164px;
  padding: 22px;
}

.vdt-egp-course-process span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #1b2435;
  background: linear-gradient(135deg, #ffd36a, var(--vdt-gold));
  font-weight: 850;
}

.vdt-egp-course-process strong {
  display: block;
  color: var(--vdt-navy);
  line-height: 1.45;
}

.vdt-egp-course-related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdt-egp-course-related a {
  min-height: 150px;
  display: grid;
  align-content: start;
  padding: 22px;
  color: inherit;
}

.vdt-egp-course-related strong {
  color: var(--vdt-navy);
  font-size: 1.02rem;
  line-height: 1.38;
}

.vdt-egp-course-related em {
  margin-top: 8px;
  color: var(--vdt-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.vdt-egp-course-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vdt-egp-course-faq__item {
  padding: 18px 20px;
}

.vdt-egp-course-faq__item summary {
  color: var(--vdt-navy);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.42;
}

.vdt-egp-course-faq__item p {
  margin: 12px 0 0;
  color: var(--vdt-muted);
  font-size: 14.5px;
  line-height: 1.7;
}

.vdt-egp-course-form-layout {
  align-items: start;
}

.vdt-egp-course-form-copy {
  position: sticky;
  top: 110px;
}

.vdt-egp-course-contact-box,
.vdt-egp-course-small-note,
.vdt-egp-course-form__guard {
  border-radius: var(--vdt-radius);
}

.vdt-egp-course-contact-box {
  padding: 22px;
  border: 1px solid rgba(30, 91, 255, .12);
  background: #f7fbff;
}

.vdt-egp-course-contact-box p {
  margin: 0 0 12px;
  color: #344054;
  line-height: 1.68;
}

.vdt-egp-course-contact-box p:last-child {
  margin-bottom: 0;
}

.vdt-egp-course-contact-box a {
  color: var(--vdt-blue);
  font-weight: 800;
  text-decoration: none;
}

.vdt-egp-course-small-note,
.vdt-egp-course-form__guard {
  margin-top: 14px;
  padding: 14px 16px;
  color: #6941c6;
  background: #f5f3ff;
  font-size: 14px;
  line-height: 1.6;
}

.vdt-egp-course-form {
  padding: 28px;
  border-color: rgba(30, 91, 255, .14);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(11, 31, 58, .12);
}

.vdt-egp-course-form .vdt-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdt-egp-course-form .vdt-form__grid label:last-child {
  grid-column: 1 / -1;
}

.vdt-egp-course-form__guard {
  margin: 0;
  color: #475467;
  background: #f8fbff;
}

.vdt-egp-course-final-cta {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #06182d;
}

.vdt-egp-course-final-cta > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdt-egp-course-final-cta__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5, 16, 31, .96), rgba(5, 16, 31, .78) 55%, rgba(5, 16, 31, .46));
}

.vdt-egp-course-final-cta__inner {
  max-width: 900px;
  padding-top: 76px;
  padding-bottom: 76px;
}

body.vdt-page .vdt-egp-course-final-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1.06;
}

.vdt-egp-course-final-cta p {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.65;
}

.vdt-egp-course-final-cta p:first-child {
  color: #ffe2a1;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.vdt-egp-course-final-cta__actions {
  margin-top: 26px;
}

.vdt-egp-course-main h1,
.vdt-egp-course-main h2,
.vdt-egp-course-main h3,
.vdt-egp-course-main p,
.vdt-egp-course-main li,
.vdt-egp-course-main a,
.vdt-egp-course-main span,
.vdt-egp-course-main strong,
.vdt-egp-course-main dd,
.vdt-egp-course-main dt,
.vdt-egp-course-main summary,
.vdt-egp-course-main input,
.vdt-egp-course-main textarea,
.vdt-egp-course-main select {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .vdt-egp-course-quick__grid,
  .vdt-egp-course-outcomes,
  .vdt-egp-course-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vdt-egp-course-card-grid--audience {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .vdt-egp-course-hero__grid,
  .vdt-egp-course-notes__grid,
  .vdt-egp-course-split,
  .vdt-egp-course-program,
  .vdt-egp-course-form-layout {
    grid-template-columns: 1fr;
  }

  .vdt-egp-course-hero {
    min-height: auto;
  }

  .vdt-egp-course-hero__grid {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .vdt-egp-course-hero-card,
  .vdt-egp-course-form-copy {
    position: static;
    max-width: 680px;
  }

  .vdt-egp-course-quick__grid,
  .vdt-egp-course-card-grid--audience,
  .vdt-egp-course-card-grid--3,
  .vdt-egp-course-outcomes,
  .vdt-egp-course-process,
  .vdt-egp-course-related,
  .vdt-egp-course-faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vdt-egp-course-hero__grid {
    gap: 28px;
    padding-top: 54px;
    padding-bottom: 74px;
  }

  body.vdt-page .vdt-egp-course-hero h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  body.vdt-egp-course-page .vdt-egp-course-hero__content h1 {
    font-size: clamp(34px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .vdt-egp-course-hero__content {
    display: flex;
    flex-direction: column;
  }

  .vdt-egp-course-fee-pill {
    order: 3;
  }

  .vdt-egp-course-hero__actions {
    order: 4;
  }

  .vdt-egp-course-hotline {
    order: 5;
  }

  .vdt-egp-course-tags {
    order: 6;
  }

  .vdt-egp-course-hero__caption {
    order: 7;
  }

  .vdt-egp-course-hero p,
  .vdt-egp-course-copy p,
  .vdt-egp-course-final-cta p {
    font-size: 15.5px;
  }

  .vdt-egp-course-tags,
  .vdt-egp-course-hero__actions,
  .vdt-egp-course-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vdt-egp-course-tags span,
  .vdt-egp-course-fee-pill,
  .vdt-egp-course-hero__actions .vdt-btn,
  .vdt-egp-course-final-cta__actions .vdt-btn {
    width: 100%;
  }

  .vdt-egp-course-fee-pill {
    align-items: flex-start;
    flex-direction: column;
    border-radius: var(--vdt-radius);
  }

  .vdt-egp-course-notes {
    margin-top: -28px;
  }

  .vdt-egp-course-note,
  .vdt-egp-course-hero-card,
  .vdt-egp-course-form,
  .vdt-egp-course-price-box {
    padding: 20px;
    border-radius: 14px;
  }

  .vdt-egp-course-section {
    padding: 58px 0;
  }

  .vdt-egp-course-quick__grid,
  .vdt-egp-course-card-grid--audience,
  .vdt-egp-course-card-grid--3,
  .vdt-egp-course-outcomes,
  .vdt-egp-course-expert-grid,
  .vdt-egp-course-process,
  .vdt-egp-course-related,
  .vdt-egp-course-faq,
  .vdt-egp-course-form .vdt-form__grid {
    grid-template-columns: 1fr;
  }

  .vdt-egp-course-quick article,
  .vdt-egp-course-card-grid article,
  .vdt-egp-course-outcomes article,
  .vdt-egp-course-process article,
  .vdt-egp-course-related a {
    min-height: auto;
  }

  .vdt-egp-course-module summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .vdt-egp-course-module ul {
    padding: 0 20px 20px 38px;
  }

  .vdt-egp-course-image {
    border-radius: 14px;
  }

  .vdt-egp-course-final-cta {
    min-height: auto;
  }

  .vdt-egp-course-final-cta__inner {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  body.vdt-page .vdt-egp-course-final-cta h2 {
    font-size: 34px;
    line-height: 1.12;
  }
}

/* ==========================================================================
   Modern content tables — global upgrade for blog post & page content
   Targets raw HTML tables (Classic editor) and Gutenberg .wp-block-table that
   appear inside the article/page content area. The site's bespoke tables
   (.vdt-schedule-table, .vdt-cert-table, .vdt-home-portal-table, .vdt-egp-table,
   ...) live in dedicated page templates and keep their own classes, so they are
   intentionally NOT matched here. Header/menu/footer/forms are unaffected.
   ========================================================================== */

/* Scroll container: the the_content() wrapper + Gutenberg figure wrapper */
.vdt-post-content .vdt-table-responsive,
.vdt-entry-content .vdt-table-responsive,
.entry-content .vdt-table-responsive,
.post-content .vdt-table-responsive,
.vdt-post-content figure.wp-block-table,
.vdt-entry-content figure.wp-block-table,
.entry-content figure.wp-block-table,
.post-content figure.wp-block-table {
  margin: 30px 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
}

/* The table itself */
.vdt-post-content table,
.vdt-entry-content table,
.entry-content table,
.post-content table,
article.vdt-post table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 28px 0;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  overflow: hidden;
  font-size: 15.5px;
  line-height: 1.65;
  color: #263247;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.06);
}

/* When a table is wrapped, the wrapper owns the spacing/shadow/scroll so the
   table fills it edge to edge without a double frame. */
.vdt-table-responsive > table,
figure.wp-block-table > table {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Column header row */
.vdt-post-content table thead th,
.vdt-entry-content table thead th,
.entry-content table thead th,
.post-content table thead th,
article.vdt-post table thead th {
  background: linear-gradient(135deg, #0b1f3a, #123b68);
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  vertical-align: middle;
}

/* All cells */
.vdt-post-content table th,
.vdt-post-content table td,
.vdt-entry-content table th,
.vdt-entry-content table td,
.entry-content table th,
.entry-content table td,
.post-content table th,
.post-content table td,
article.vdt-post table th,
article.vdt-post table td {
  padding: 15px 18px;
  border-bottom: 1px solid #e9edf3;
  border-right: 1px solid #e9edf3;
  text-align: left;
  vertical-align: middle;
}

/* Row-header cells (a <th> inside <tbody>) read as a light header */
.vdt-post-content table tbody th,
.vdt-entry-content table tbody th,
.entry-content table tbody th,
.post-content table tbody th,
article.vdt-post table tbody th {
  background: #f5f8fc;
  color: #0b1f3a;
  font-weight: 700;
}

/* Last column: drop the right border */
.vdt-post-content table th:last-child,
.vdt-post-content table td:last-child,
.vdt-entry-content table th:last-child,
.vdt-entry-content table td:last-child,
.entry-content table th:last-child,
.entry-content table td:last-child,
.post-content table th:last-child,
.post-content table td:last-child,
article.vdt-post table th:last-child,
article.vdt-post table td:last-child {
  border-right: 0;
}

/* Zebra striping */
.vdt-post-content table tbody tr:nth-child(even),
.vdt-entry-content table tbody tr:nth-child(even),
.entry-content table tbody tr:nth-child(even),
.post-content table tbody tr:nth-child(even),
article.vdt-post table tbody tr:nth-child(even) {
  background: #f7faff;
}

/* Hover row */
.vdt-post-content table tbody tr:hover,
.vdt-entry-content table tbody tr:hover,
.entry-content table tbody tr:hover,
.post-content table tbody tr:hover,
article.vdt-post table tbody tr:hover {
  background: #eef5ff;
}

/* Last row: drop the bottom border so it meets the rounded corner cleanly */
.vdt-post-content table tbody tr:last-child td,
.vdt-entry-content table tbody tr:last-child td,
.entry-content table tbody tr:last-child td,
.post-content table tbody tr:last-child td,
article.vdt-post table tbody tr:last-child td {
  border-bottom: 0;
}

/* Optional table caption (Gutenberg figcaption) */
.vdt-post-content figure.wp-block-table figcaption,
.vdt-entry-content figure.wp-block-table figcaption,
.entry-content figure.wp-block-table figcaption,
.post-content figure.wp-block-table figcaption {
  padding: 10px 16px 14px;
  color: #667085;
  font-size: 14px;
  text-align: center;
}

/* Tablet / mobile: allow horizontal scroll, keep the layout intact */
@media (max-width: 767px) {
  .vdt-post-content .vdt-table-responsive,
  .vdt-entry-content .vdt-table-responsive,
  .entry-content .vdt-table-responsive,
  .post-content .vdt-table-responsive,
  .vdt-post-content figure.wp-block-table,
  .vdt-entry-content figure.wp-block-table,
  .entry-content figure.wp-block-table,
  .post-content figure.wp-block-table {
    margin: 24px 0;
    border-radius: 14px;
  }

  .vdt-post-content table,
  .vdt-entry-content table,
  .entry-content table,
  .post-content table,
  article.vdt-post table {
    min-width: 640px;
    font-size: 14.5px;
    border-radius: 14px;
  }

  .vdt-post-content table th,
  .vdt-post-content table td,
  .vdt-entry-content table th,
  .vdt-entry-content table td,
  .entry-content table th,
  .entry-content table td,
  .post-content table th,
  .post-content table td,
  article.vdt-post table th,
  article.vdt-post table td {
    padding: 12px 14px;
  }

  .vdt-post-content table thead th,
  .vdt-entry-content table thead th,
  .entry-content table thead th,
  .post-content table thead th,
  article.vdt-post table thead th {
    padding: 13px 14px;
  }
}

/* ==========================================================================
   Course registration form — success / error state (shared across forms)
   ========================================================================== */
.vdt-form__message.is-error { color: #b42318; }
.vdt-form__message.is-success { color: var(--vdt-success); }
.vdt-form__message .vdt-form__message-text { display: block; }
.vdt-form__message .vdt-form__code {
  display: block;
  margin-top: 6px;
  font-weight: 700;
  color: #0b1f3a;
}
.vdt-form__message .vdt-form__code strong { letter-spacing: 0.4px; }
.vdt-form__message .vdt-form__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.vdt-form__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}
.vdt-form__cta-btn--call { background: #0b6cf0; color: #fff; }
.vdt-form__cta-btn--call:hover { background: #0958c7; color: #fff; }
.vdt-form__cta-btn--zalo {
  background: #eaf2ff;
  color: #0958c7;
  border: 1px solid #b9d4ff;
}
.vdt-form__cta-btn--zalo:hover { background: #dceaff; color: #0958c7; }

/* Phase 1C related course posts */
.vdt-related-course-posts__eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--vdt-blue,#1e5bff);margin:0 0 8px}
.vdt-related-course-posts h2{margin:0 0 8px}
.vdt-related-course-posts__desc{margin:0 0 22px;color:var(--vdt-muted,#667085);max-width:760px}
.vdt-related-course-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.vdt-related-course-posts__card{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--vdt-border,#e4e7ec);border-radius:10px;padding:18px 20px;text-decoration:none;color:var(--vdt-navy,#0b1f3a);font-weight:650;box-shadow:0 8px 24px rgba(11,31,58,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.vdt-related-course-posts__card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(11,31,58,.12);border-color:rgba(30,91,255,.3)}
.vdt-related-course-posts__card span{display:block;line-height:1.5}
.vdt-related-course-posts__card small{color:var(--vdt-blue,#1e5bff);font-weight:700;font-size:13px}
@media(max-width:980px){.vdt-related-course-posts__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.vdt-related-course-posts__grid{grid-template-columns:1fr}}
