.hero-vdp,
.vdp-page {
  --vdp-accent: #66ffe6;
  --vdp-accent-rgb: 102, 255, 230;
  --vdp-indigo: #7185ff;
  --vdp-strong: #f2f7ff;
  --vdp-copy: #d5e2f3;
  --vdp-muted: #93a7bf;
  --vdp-line: rgba(176, 202, 235, 0.13);
  --vdp-low: #67d9b5;
  --vdp-medium: #f3c969;
  --vdp-high: #ff9b62;
  --vdp-critical: #ff647c;
}

.hero-vdp {
  position: relative;
  padding: 10px 0 0;
  overflow: hidden;
  background:
    radial-gradient(760px 380px at 88% 2%, rgba(83, 109, 254, 0.14), transparent 72%),
    radial-gradient(640px 340px at 4% 4%, rgba(0, 214, 200, 0.08), transparent 72%),
    linear-gradient(145deg, #09101b, #0b1422 58%, #0c1726);
}

.hero-vdp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(144, 174, 215, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 174, 215, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.46;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 96%);
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.hero-vdp::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.055);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(83, 109, 254, 0.017),
    0 0 0 140px rgba(var(--vdp-accent-rgb), 0.01);
  pointer-events: none;
}

.vdp-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 66px;
}

.vdp-breadcrumb {
  margin-bottom: 38px;
}

.vdp-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdp-breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: #8094ac;
  font-size: 0.78rem;
  font-weight: 650;
}

.vdp-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.25);
}

.vdp-breadcrumb a {
  color: #c8d9ed;
  text-decoration: none;
  transition: color 160ms ease;
}

.vdp-breadcrumb a:hover {
  color: var(--vdp-accent);
}

.vdp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}

.vdp-kicker,
.vdp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8cf6e8;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vdp-section-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.vdp-hero-copy h1 {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--vdp-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(2.75rem, 6vw, 5.3rem);
  font-weight: 560;
  letter-spacing: -0.058em;
  line-height: 0.98;
  text-wrap: balance;
}

.vdp-hero-copy h1 strong {
  color: var(--vdp-accent);
  font-weight: 650;
}

.vdp-hero-copy > p {
  max-width: 690px;
  margin: 23px 0 0;
  color: #c2d1e5;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.78;
}

.vdp-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 30px;
  padding: 0 18px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.5);
  border-radius: 11px;
  color: #051814;
  background: var(--vdp-accent);
  box-shadow: 0 14px 34px rgba(0, 214, 200, 0.14);
  font-size: 0.83rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.vdp-primary-action:hover {
  color: #051814;
  background: #93ffef;
  box-shadow: 0 18px 40px rgba(0, 214, 200, 0.2);
  transform: translateY(-2px);
}

.vdp-contact-card {
  padding: 27px;
  border: 1px solid rgba(176, 202, 235, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(113, 133, 255, 0.14), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    #0a1422;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.27);
}

.vdp-contact-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.24);
  border-radius: 12px;
  color: var(--vdp-accent);
  background: rgba(var(--vdp-accent-rgb), 0.065);
  font-size: 1.15rem;
}

.vdp-contact-label {
  display: block;
  color: #8095ad;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vdp-contact-card > a {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  color: #acfff3;
  font-size: 0.91rem;
  font-weight: 780;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.vdp-contact-card > a:hover {
  color: #fff;
}

.vdp-contact-fact {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--vdp-line);
}

.vdp-contact-fact span,
.vdp-contact-fact strong {
  display: block;
}

.vdp-contact-fact span {
  color: #748aa3;
  font-size: 0.61rem;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vdp-contact-fact strong {
  margin-top: 5px;
  color: #d7e4f4;
  font-size: 0.8rem;
}

.vdp-page {
  color: var(--vdp-copy);
  background:
    radial-gradient(900px 480px at 3% 0%, rgba(0, 214, 200, 0.035), transparent 70%),
    #07101b;
}

.vdp-section,
.vdp-final-section {
  position: relative;
  padding: 72px 0;
}

.vdp-section + .vdp-section,
.vdp-final-section {
  border-top: 1px solid rgba(176, 202, 235, 0.075);
}

.vdp-section-head {
  max-width: 650px;
  margin-bottom: 32px;
}

.vdp-section-head--wide {
  max-width: 760px;
}

.vdp-section-head h2,
.vdp-side-heading h2,
.vdp-recognition-copy h2 {
  margin: 11px 0 0;
  color: var(--vdp-strong);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 620;
  letter-spacing: -0.042em;
  line-height: 1.08;
  text-wrap: balance;
}

.vdp-section-head > p,
.vdp-side-heading > p,
.vdp-recognition-copy > p {
  margin: 14px 0 0;
  color: #aebfd3;
  font-size: 0.92rem;
  line-height: 1.75;
}

.vdp-scope-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.18);
  border-radius: 17px;
  background:
    radial-gradient(circle at 0% 50%, rgba(var(--vdp-accent-rgb), 0.06), transparent 28%),
    rgba(255, 255, 255, 0.018);
}

.vdp-scope-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.22);
  border-radius: 12px;
  color: var(--vdp-accent);
  background: rgba(var(--vdp-accent-rgb), 0.055);
  font-size: 1.16rem;
}

.vdp-scope-card > div > span {
  display: block;
  margin-bottom: 5px;
  color: #7f95ae;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vdp-scope-card code {
  color: #b7fff5;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(0.96rem, 2vw, 1.18rem);
  font-weight: 720;
}

.vdp-severity-section,
.vdp-report-section {
  background: rgba(255, 255, 255, 0.009);
}

.vdp-severity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vdp-severity-card {
  --severity-color: var(--vdp-low);
  --severity-rgb: 103, 217, 181;
  position: relative;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(var(--severity-rgb), 0.23);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--severity-rgb), 0.1), transparent 44%),
    #0a1421;
}

.vdp-severity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: var(--severity-color);
  box-shadow: 0 0 15px rgba(var(--severity-rgb), 0.45);
}

.vdp-severity-card--low {
  --severity-color: var(--vdp-low);
  --severity-rgb: 103, 217, 181;
}

.vdp-severity-card--medium {
  --severity-color: var(--vdp-medium);
  --severity-rgb: 243, 201, 105;
}

.vdp-severity-card--high {
  --severity-color: var(--vdp-high);
  --severity-rgb: 255, 155, 98;
}

.vdp-severity-card--critical {
  --severity-color: var(--vdp-critical);
  --severity-rgb: 255, 100, 124;
}

.vdp-severity-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.vdp-severity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--severity-color);
  box-shadow: 0 0 12px rgba(var(--severity-rgb), 0.75);
}

.vdp-severity-heading h3 {
  margin: 0;
  color: var(--severity-color);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 880;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vdp-severity-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(176, 202, 235, 0.09);
  list-style: none;
}

.vdp-severity-card li {
  position: relative;
  padding-left: 14px;
  color: #9bacc1;
  font-size: 0.78rem;
  line-height: 1.55;
}

.vdp-severity-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--severity-color);
}

.vdp-split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(46px, 8vw, 105px);
  align-items: start;
}

.vdp-exclusion-list,
.vdp-rule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdp-exclusion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vdp-exclusion-list li {
  position: relative;
  padding: 16px 16px 16px 34px;
  border: 1px solid rgba(176, 202, 235, 0.1);
  border-radius: 12px;
  color: #a5b6ca;
  background: rgba(255, 255, 255, 0.016);
  font-size: 0.79rem;
  line-height: 1.58;
}

.vdp-exclusion-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #778da6;
}

.vdp-coupon-note {
  display: flex;
  grid-column: 1 / -1;
  gap: 13px;
  align-items: flex-start;
  margin-top: 3px;
  padding: 17px;
  border: 1px solid rgba(113, 133, 255, 0.17);
  border-radius: 13px;
  background: rgba(113, 133, 255, 0.045);
}

.vdp-coupon-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(113, 133, 255, 0.2);
  border-radius: 9px;
  color: #9ca8ff;
  background: rgba(113, 133, 255, 0.06);
}

.vdp-coupon-note strong,
.vdp-coupon-note p {
  display: block;
}

.vdp-coupon-note strong {
  color: #e3ebf8;
  font-size: 0.82rem;
}

.vdp-coupon-note p {
  margin: 5px 0 0;
  color: #9fb1c7;
  font-size: 0.78rem;
  line-height: 1.62;
}

.vdp-report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.vdp-report-card {
  padding: 21px;
  border: 1px solid rgba(176, 202, 235, 0.11);
  border-radius: 14px;
  background: #0a1421;
}

.vdp-report-card > span {
  color: var(--vdp-accent);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.vdp-report-card h3 {
  margin: 17px 0 0;
  color: #e3edf8;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
}

.vdp-report-card p {
  margin: 7px 0 0;
  color: #94a8bf;
  font-size: 0.79rem;
  line-height: 1.6;
}

.vdp-report-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 17px 19px;
  border: 1px solid rgba(243, 201, 105, 0.17);
  border-radius: 13px;
  background: rgba(243, 201, 105, 0.04);
}

.vdp-report-notice > i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--vdp-medium);
  font-size: 1rem;
}

.vdp-report-notice p,
.vdp-report-notice strong {
  display: block;
}

.vdp-report-notice p {
  margin: 0;
  color: #a8b9cc;
  font-size: 0.8rem;
  line-height: 1.65;
}

.vdp-report-notice strong {
  margin-bottom: 4px;
  color: #e8eef7;
}

.vdp-rule-list {
  border-top: 1px solid var(--vdp-line);
}

.vdp-rule-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid var(--vdp-line);
  color: #aabace;
  font-size: 0.83rem;
  line-height: 1.55;
}

.vdp-rule-list i {
  color: #88ecde;
  font-size: 0.96rem;
}

.vdp-safe-harbor {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 17px;
  padding: 16px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.15);
  border-radius: 12px;
  background: rgba(var(--vdp-accent-rgb), 0.035);
}

.vdp-safe-harbor i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--vdp-accent);
}

.vdp-safe-harbor p {
  margin: 0;
  color: #a7b9cd;
  font-size: 0.78rem;
  line-height: 1.62;
}

.vdp-hall-section {
  background:
    radial-gradient(680px 300px at 88% 50%, rgba(113, 133, 255, 0.045), transparent 70%),
    rgba(255, 255, 255, 0.006);
}

.vdp-hall-empty {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 24px;
  border: 1px dashed rgba(176, 202, 235, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.014);
}

.vdp-hall-empty > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.18);
  border-radius: 13px;
  color: var(--vdp-accent);
  background: rgba(var(--vdp-accent-rgb), 0.045);
  font-size: 1.2rem;
}

.vdp-hall-empty h3 {
  margin: 0;
  color: #e4edf8;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 650;
}

.vdp-hall-empty p {
  margin: 6px 0 0;
  color: #94a8bf;
  font-size: 0.8rem;
  line-height: 1.6;
}

.vdp-final-section {
  padding-bottom: 88px;
}

.vdp-recognition-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px 42px;
  align-items: start;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(var(--vdp-accent-rgb), 0.17);
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(var(--vdp-accent-rgb), 0.07), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.vdp-recognition-copy h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
}

.vdp-recognition-copy > p {
  font-size: 0.87rem;
  line-height: 1.72;
}

.vdp-duplicate-note {
  display: flex;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(243, 201, 105, 0.16);
  border-radius: 13px;
  background: rgba(243, 201, 105, 0.04);
}

.vdp-duplicate-note > i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--vdp-medium);
}

.vdp-duplicate-note strong {
  display: block;
  color: #e7eef8;
  font-size: 0.82rem;
}

.vdp-duplicate-note p {
  margin: 6px 0 0;
  color: #a8b9cc;
  font-size: 0.78rem;
  line-height: 1.6;
}

.vdp-breadcrumb a:focus-visible,
.vdp-contact-card > a:focus-visible,
.vdp-primary-action:focus-visible {
  outline: 2px solid var(--vdp-accent);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  .vdp-severity-grid,
  .vdp-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 840px) {
  .vdp-hero-grid,
  .vdp-split-layout,
  .vdp-recognition-card {
    grid-template-columns: 1fr;
  }

  .vdp-hero-grid {
    gap: 38px;
  }

  .vdp-contact-card {
    max-width: 580px;
  }

  .vdp-split-layout {
    gap: 30px;
  }

}

@media (max-width: 620px) {
  .vdp-hero-inner {
    padding-bottom: 52px;
  }

  .vdp-breadcrumb {
    margin-bottom: 29px;
  }

  .vdp-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .vdp-section,
  .vdp-final-section {
    padding: 56px 0;
  }

  .vdp-severity-grid,
  .vdp-exclusion-list,
  .vdp-report-grid {
    grid-template-columns: 1fr;
  }

  .vdp-scope-card {
    grid-template-columns: 1fr;
    padding: 21px;
  }

}

@media (max-width: 460px) {
  .vdp-primary-action {
    width: 100%;
  }

  .vdp-contact-card,
  .vdp-recognition-card {
    padding: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdp-primary-action,
  .vdp-breadcrumb a {
    transition: none;
  }

  .vdp-primary-action:hover {
    transform: none;
  }
}