body.dbx-page {
  background:
    radial-gradient(880px 420px at 92% 0%, rgba(20, 43, 95, 0.1), transparent 58%),
    radial-gradient(620px 320px at 0% 18%, rgba(43, 150, 174, 0.1), transparent 52%),
    linear-gradient(180deg, #f8fafd 0%, #f2f5fa 52%, #edf1f7 100%);
}

.dbx-page .site-header {
  background: rgba(249, 250, 252, 0.9);
}

.dbx-page .btn--secondary {
  background: transparent;
  color: var(--navy);
  border: 1px solid rgba(11, 31, 74, 0.14);
  box-shadow: none;
}

.dbx-page .btn {
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

.dbx-panel-brand span,
.dbx-track-head > div:first-child,
.dbx-tangible-head > *:first-child,
.dbx-instructor-credential div,
.dbx-certificate-meta,
.dbx-brochure-copy,
.dbx-download-card,
.dbx-promo-item {
  min-width: 0;
}

.dbx-hero-copy h1,
.dbx-panel-head h2,
.dbx-teaser-copy h2,
.dbx-frame-intro h2,
.dbx-track-head h3,
.dbx-tangible-card h3,
.dbx-journey-card h2,
.dbx-strategy-copy h3,
.dbx-instructor-profile h2,
.dbx-instructor-copy h3,
.dbx-certificate-copy h3,
.dbx-certificate-meta strong,
.dbx-brochure-copy h3,
.dbx-download-card strong {
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.dbx-track-card p,
.dbx-panel-benefits span,
.dbx-quick-specs dd,
.dbx-brochure-copy p,
.dbx-track-list li,
.dbx-summary-note p,
.dbx-module-card p,
.dbx-architecture-board-list li,
.dbx-frame-list li,
.dbx-teaser-list li {
  overflow-wrap: anywhere;
}

.dbx-hero {
  position: relative;
  overflow: hidden;
  padding: 5.4rem 0 2.8rem;
  background:
    linear-gradient(140deg, #081831 0%, #10264f 48%, #173661 100%);
  color: #f8fafc;
}

.dbx-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(30vw, 360px);
  height: min(30vw, 360px);
  border-radius: 50%;
  background: rgba(50, 180, 195, 0.14);
  transform: translate(22%, -28%);
  filter: blur(8px);
}

.dbx-hero::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: -10rem;
  width: min(28vw, 320px);
  height: 24rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  transform: rotate(-18deg);
}

.dbx-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 2.2rem;
  align-items: start;
}

.dbx-hero-copy {
  display: grid;
  align-content: start;
  padding-top: 0.1rem;
}

.dbx-hero-copy h1 {
  margin: 0.75rem 0 1rem;
  max-width: 620px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(2.15rem, 3.3vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.dbx-hero-copy .lead {
  max-width: 560px;
  color: rgba(240, 245, 255, 0.84);
  font-size: 1rem;
  line-height: 1.68;
}

.dbx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.8rem 0 1.6rem;
}

.dbx-hero-actions .btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.dbx-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 700px;
}

.dbx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 760px;
  margin-top: 1.2rem;
}

.dbx-price-card {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.dbx-price-card--featured {
  background: linear-gradient(145deg, rgba(44, 118, 142, 0.34), rgba(18, 45, 88, 0.92));
  border-color: rgba(104, 197, 211, 0.28);
}

.dbx-price-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(240, 245, 255, 0.74);
}

.dbx-price-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.dbx-price-card p {
  margin: 0;
  color: rgba(240, 245, 255, 0.8);
  line-height: 1.55;
  font-size: 0.92rem;
}

.dbx-price-note {
  margin: 0.7rem 0 0;
  max-width: 38rem;
  color: rgba(226, 236, 246, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.dbx-hero-metric {
  padding: 1rem 1rem 0.95rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.dbx-hero-metric strong,
.dbx-hero-metric span,
.dbx-hero-metric small {
  display: block;
}

.dbx-hero-metric strong {
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.dbx-hero-metric span {
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dbx-hero-metric small {
  margin-top: 0.35rem;
  color: rgba(240, 245, 255, 0.78);
  line-height: 1.45;
}

.dbx-hero-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 30px;
  background: rgba(248, 250, 253, 0.98);
  color: var(--ink);
  box-shadow: 0 26px 50px rgba(2, 13, 33, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.6);
  scroll-margin-top: 7rem;
}

.dbx-hero-support {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.2rem;
  align-items: start;
  margin-top: 1.4rem;
}

.dbx-hero-support-stack {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.dbx-lead-form {
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(241, 246, 251, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: none;
}

.dbx-lead-form .form-row {
  gap: 0.8rem;
}

.dbx-lead-form .form-field label {
  font-size: 0.88rem;
}

.dbx-lead-form .form-field input,
.dbx-lead-form .form-field select {
  background: #ffffff;
  border-color: rgba(11, 31, 74, 0.12);
}

.dbx-lead-form .form-actions {
  align-items: start;
}

.dbx-lead-form .form-actions .btn {
  min-width: 13.5rem;
}

.dbx-form-note {
  margin: 0;
  max-width: 22rem;
  line-height: 1.55;
}

.dbx-panel-portal {
  display: grid;
  gap: 0.55rem;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(232, 240, 255, 0.94), rgba(248, 251, 255, 0.98));
  border: 1px solid rgba(26, 76, 194, 0.12);
}

.dbx-panel-portal .btn {
  width: 100%;
  justify-content: center;
}

.dbx-panel-portal-note {
  margin: 0;
  color: rgba(10, 33, 88, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

.dbx-panel-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.dbx-panel-brand {
  display: grid;
  grid-template-columns: 9.4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
  border: 1px solid rgba(11, 31, 74, 0.09);
  box-shadow: 0 14px 28px rgba(11, 31, 74, 0.08);
}

.dbx-panel-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-panel-brand span {
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
}

.dbx-panel-benefits span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.8rem 0.9rem 0.82rem 2.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(238, 244, 250, 0.98), rgba(248, 251, 254, 0.98));
  border: 1px solid rgba(11, 31, 74, 0.08);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

.dbx-panel-benefits span::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 1.18rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #32b4c3, #1f7e98);
  box-shadow: 0 0 0 0.22rem rgba(50, 180, 195, 0.12);
}

.dbx-lead-form .form-status {
  margin: 0;
}

.dbx-lead-form .is-invalid {
  border-color: #ef4444;
  background: #fff5f5;
}

.dbx-promo-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(15, 39, 73, 0.98), rgba(21, 69, 101, 0.96));
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(8, 24, 49, 0.22);
}

.dbx-promo-copy {
  display: grid;
  gap: 0.45rem;
}

.dbx-promo-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.28rem;
  line-height: 1.22;
}

.dbx-promo-copy p {
  margin: 0;
  color: rgba(239, 245, 255, 0.84);
  line-height: 1.6;
}

.dbx-teaser {
  padding-top: 1.2rem;
}

.dbx-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 1.3rem;
  align-items: stretch;
}

.dbx-teaser-media {
  position: relative;
  margin: 0;
  padding: 1rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(11, 31, 74, 0.04), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: 0 22px 48px rgba(8, 24, 49, 0.12);
}

.dbx-teaser-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(8, 24, 49, 0.88);
  color: #f8fbff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dbx-teaser-player {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(44, 183, 201, 0.18), transparent 42%),
    linear-gradient(145deg, #081831, #10264f 58%, #173661);
  aspect-ratio: 16 / 9;
}

.dbx-teaser-player picture,
.dbx-teaser-player img,
.dbx-teaser-player video {
  display: block;
  width: 100%;
  height: 100%;
}

.dbx-teaser-player img,
.dbx-teaser-player video {
  object-fit: cover;
}

.dbx-teaser-expand {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(8, 24, 49, 0.74);
  color: #ffffff;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(8, 24, 49, 0.24);
  backdrop-filter: blur(10px);
}

.dbx-teaser-expand:hover {
  background: rgba(8, 24, 49, 0.86);
}

.dbx-teaser-expand:focus-visible,
.dbx-teaser-modal__close:focus-visible {
  outline: 2px solid rgba(104, 197, 211, 0.95);
  outline-offset: 3px;
}

.dbx-teaser-media figcaption {
  margin-top: 0.85rem;
  color: rgba(23, 37, 61, 0.72);
  line-height: 1.55;
}

.dbx-teaser-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.dbx-teaser-modal[hidden] {
  display: none;
}

.dbx-teaser-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(44, 183, 201, 0.16), transparent 36%),
    rgba(6, 16, 34, 0.82);
  backdrop-filter: blur(8px);
}

.dbx-teaser-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 30px;
  background: rgba(248, 250, 253, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 28px 60px rgba(3, 13, 36, 0.34);
}

.dbx-teaser-modal__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.dbx-teaser-modal__head h3 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.18;
  color: var(--navy);
}

.dbx-teaser-modal__close {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(11, 31, 74, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font: inherit;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(11, 31, 74, 0.12);
}

.dbx-teaser-modal__media {
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(44, 183, 201, 0.18), transparent 42%),
    linear-gradient(145deg, #081831, #10264f 58%, #173661);
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-teaser-modal__media picture,
.dbx-teaser-modal__media img {
  display: block;
  width: 100%;
}

.dbx-teaser-modal__media img {
  height: auto;
  max-height: calc(100vh - 12rem);
  object-fit: contain;
}

.dbx-teaser-modal__hint {
  margin: 0;
  color: rgba(23, 37, 61, 0.72);
  line-height: 1.5;
}

body.dbx-modal-open {
  overflow: hidden;
}

.dbx-teaser-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: 1.7rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: 0 22px 48px rgba(8, 24, 49, 0.12);
}

.dbx-teaser-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.dbx-teaser-copy p {
  margin: 0;
  color: rgba(23, 37, 61, 0.76);
  line-height: 1.68;
}

.dbx-teaser-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dbx-teaser-list li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(23, 37, 61, 0.82);
  line-height: 1.58;
}

.dbx-teaser-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #32b4c3, #68c5d3);
  box-shadow: 0 0 0 0.22rem rgba(44, 183, 201, 0.12);
}

.dbx-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.dbx-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.dbx-promo-item {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dbx-promo-item strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  line-height: 1.42;
}

.dbx-promo-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  background: rgba(50, 180, 195, 0.16);
  color: #dff8fd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbx-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}

.dbx-promo-actions .btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.dbx-promo-actions small {
  color: rgba(239, 245, 255, 0.74);
  line-height: 1.45;
}

.dbx-hero-figure {
  position: relative;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 8.4;
  background: #dbe5f2;
  box-shadow: 0 22px 42px rgba(11, 31, 74, 0.16);
}

.dbx-hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 49, 0), rgba(8, 24, 49, 0.26));
}

.dbx-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dbx-hero-floating {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.8rem;
  margin: 0;
  z-index: 1;
}

.dbx-float-brochure {
  width: 5.9rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(8, 24, 49, 0.32);
  transform: rotate(-5deg);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.dbx-float-brochure--alt {
  transform: translateY(0.9rem) rotate(5deg);
}

.dbx-float-brochure img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-panel-head h2 {
  margin: 0.4rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
  line-height: 1.18;
}

.dbx-panel-head p {
  color: var(--slate);
  line-height: 1.6;
}

.dbx-mini-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1f859b;
}

.dbx-download-stack {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.dbx-download-card {
  position: relative;
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem 1.1rem 1rem;
  border-radius: 22px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(11, 31, 74, 0.16);
}

.dbx-download-card[data-gated="true"] {
  cursor: pointer;
}

.dbx-download-card[data-gated="true"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 34, 0.02), rgba(6, 16, 34, 0.14));
}

.dbx-download-card::after {
  content: "";
  position: absolute;
  inset: auto -1.8rem -2.1rem auto;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.dbx-download-card strong,
.dbx-download-card small,
.dbx-download-card span {
  position: relative;
  z-index: 1;
}

.dbx-download-card strong {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.dbx-download-card small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.83rem;
}

.dbx-download-type {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-weight: 700;
}

.dbx-download-card.dbx-essentials {
  background: linear-gradient(145deg, #17425f, #0f2749 92%);
}

.dbx-download-card.dbx-architectures {
  background: linear-gradient(145deg, #174566, #0f2749 92%);
}

.dbx-quick-specs {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.dbx-quick-specs div {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-quick-specs dt {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--muted);
}

.dbx-quick-specs dd {
  margin: 0;
  color: var(--slate);
  font-weight: 600;
}

.dbx-frame {
  padding-top: 2.3rem;
}

.dbx-proof {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
}

.dbx-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-proof-card {
  position: relative;
  display: grid;
  gap: 0.72rem;
  padding: 1.25rem 1.1rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-proof-icon {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  padding: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f5ef, #ffffff);
  border: 1px solid rgba(11, 31, 74, 0.08);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(11, 31, 74, 0.1);
}

.dbx-proof-icon svg {
  width: 2.05rem;
  height: 2.05rem;
  overflow: visible;
}

.dbx-proof-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dbx-proof-icon .dbx-icon-lava {
  stroke: #ff3621;
}

.dbx-proof-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.36rem 0.68rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.06);
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbx-proof-card strong {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--navy);
}

.dbx-proof-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.58;
}

.dbx-tangible {
  padding-top: 1rem;
}

.dbx-tangible-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.dbx-tangible-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dbx-tangible-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.42rem;
}

.dbx-tangible-card.is-essentials::before {
  background: linear-gradient(180deg, #3f93a8, #1c426f);
}

.dbx-tangible-card.is-architecture::before {
  background: linear-gradient(180deg, #32b4c3, #1b355d);
}

.dbx-tangible-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.dbx-tangible-head strong {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.dbx-tangible-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  color: var(--navy);
}

.dbx-tangible-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.dbx-tangible-points article {
  display: grid;
  gap: 0.36rem;
  padding: 0.95rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.98), rgba(250, 252, 254, 0.98));
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-tangible-points strong {
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 0.96rem;
  line-height: 1.35;
}

.dbx-tangible-points span {
  color: var(--slate);
  line-height: 1.56;
}

.dbx-frame-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  gap: 1.4rem 1.6rem;
  align-items: center;
}

.dbx-frame-intro {
  max-width: 36rem;
}

.dbx-frame-intro h2 {
  margin: 0.45rem 0 0.75rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.18;
}

.dbx-frame-intro p {
  margin: 0;
  color: var(--slate);
  line-height: 1.64;
}

.dbx-frame-visual {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 320px;
  background: #dbe4f1;
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: 0 26px 48px rgba(11, 31, 74, 0.14);
}

.dbx-frame-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 49, 0.04), rgba(8, 24, 49, 0.22));
}

.dbx-frame-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.7rem;
}

.dbx-frame-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-frame-card {
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-frame-card:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
}

.dbx-frame-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 247, 250, 0.96));
}

.dbx-frame-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 251, 0.96));
}

.dbx-frame-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.06);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbx-frame-card h3 {
  margin: 0.85rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.16rem;
  line-height: 1.32;
  color: var(--navy);
}

.dbx-frame-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
}

.dbx-frame-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--slate);
  line-height: 1.6;
}

.dbx-frame-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--navy);
}

.dbx-overview {
  padding-top: 3.8rem;
}

.dbx-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.dbx-track-card {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding: 1.75rem;
  border-radius: 26px;
  border: 1px solid rgba(11, 31, 74, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dbx-track-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.38rem;
}

.dbx-track-card.is-essentials::before {
  background: linear-gradient(180deg, #3f93a8, #1c426f);
}

.dbx-track-card.is-architectures::before {
  background: linear-gradient(180deg, #32b4c3, #1b355d);
}

.dbx-track-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.dbx-track-meta {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
}

.dbx-track-head h3 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.36rem;
  line-height: 1.32;
}

.dbx-track-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.06);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.dbx-track-price {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.76rem;
  border-radius: 999px;
  background: rgba(44, 183, 201, 0.14);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.dbx-track-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.dbx-track-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.62;
}

.dbx-track-cta {
  display: grid;
  gap: 0.8rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-track-cta small {
  color: var(--muted);
  line-height: 1.5;
}

.dbx-track-cta .btn {
  width: fit-content;
}

.dbx-track-list,
.dbx-summary-list,
.dbx-module-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
}

.dbx-track-list li,
.dbx-summary-list li,
.dbx-module-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--slate);
  line-height: 1.48;
}

.dbx-track-list li::before,
.dbx-summary-list li::before,
.dbx-module-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #32b4c3, #1b4f7a);
}

.dbx-track-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.dbx-track-footer span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.74rem;
  border-radius: 999px;
  background: #f6f8fc;
  color: var(--slate);
  font-size: 0.82rem;
  font-weight: 600;
}

.dbx-journey {
  padding-top: 0;
}

.dbx-journey-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 1.6rem;
  padding: 1.5rem;
  border-radius: 30px;
  background: linear-gradient(145deg, #0c2148 0%, #122d57 62%, #19395f 100%);
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(11, 31, 74, 0.18);
}

.dbx-journey-visual {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #143154;
  min-height: 100%;
}

.dbx-journey-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 49, 0.04), rgba(8, 24, 49, 0.28));
}

.dbx-journey-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dbx-journey-copy {
  display: grid;
  gap: 1.4rem;
  align-content: center;
}

.dbx-journey-card h2 {
  margin: 0.45rem 0 0;
  max-width: 760px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.2;
}

.dbx-journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-journey-steps div {
  padding: 1rem 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dbx-journey-steps strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
}

.dbx-journey-steps span {
  color: rgba(240, 245, 255, 0.84);
  line-height: 1.56;
}

.dbx-strategy {
  padding-top: 1rem;
}

.dbx-architecture-board {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.1rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-architecture-board-visual {
  overflow: hidden;
  border-radius: 26px;
  background: #f4f8fc;
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-architecture-board-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-architecture-board-copy {
  display: grid;
  gap: 0.7rem;
  padding: 0.35rem 0.2rem 0.35rem 0.1rem;
}

.dbx-architecture-board-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.18;
  color: var(--navy);
}

.dbx-architecture-board-copy p {
  margin: 0;
  color: var(--slate);
  line-height: 1.62;
}

.dbx-architecture-board-list {
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
}

.dbx-architecture-board-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--slate);
  line-height: 1.58;
}

.dbx-architecture-board-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #32b4c3, #1b4f7a);
}

.dbx-strategy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.dbx-strategy-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-strategy-visual {
  overflow: hidden;
  border-radius: 24px;
  background: #dbe7f2;
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-strategy-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-strategy-copy {
  display: grid;
  gap: 0.55rem;
  padding: 0.1rem 0.25rem 0.25rem;
}

.dbx-strategy-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.06);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbx-strategy-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 1.72rem);
  line-height: 1.22;
  color: var(--navy);
}

.dbx-strategy-copy p {
  margin: 0;
  color: var(--slate);
  line-height: 1.62;
}

.dbx-instructor {
  padding-top: 1rem;
}

.dbx-instructor-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.98));
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-instructor-profile {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 1rem;
  border-radius: 26px;
  background: linear-gradient(160deg, #0d2349 0%, #13305b 60%, #1c4368 100%);
  color: #ffffff;
}

.dbx-instructor-photo {
  position: relative;
  margin: 0 0 0.15rem;
  overflow: hidden;
  min-height: 25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 42px rgba(3, 13, 36, 0.26);
}

.dbx-instructor-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(8, 24, 49, 0), rgba(8, 24, 49, 0.86));
}

.dbx-instructor-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
  object-position: 52% 28%;
}

.dbx-instructor-photo figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.dbx-instructor-profile h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1.14;
}

.dbx-instructor-role {
  margin: 0;
  color: rgba(241, 246, 255, 0.86);
  line-height: 1.65;
}

.dbx-instructor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.dbx-instructor-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 600;
}

.dbx-instructor-profile .btn--primary {
  margin-top: 0.4rem;
  background: #ffffff;
  color: var(--navy);
  box-shadow: none;
}

.dbx-instructor-copy {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: 1.35rem 1.2rem;
}

.dbx-instructor-copy h3 {
  margin: 0;
  max-width: 40rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.18;
  color: var(--navy);
}

.dbx-instructor-copy > p:last-of-type {
  margin: 0;
  color: var(--slate);
  line-height: 1.68;
}

.dbx-instructor-credential {
  display: grid;
  grid-template-columns: minmax(128px, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.95rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: 0 18px 34px rgba(11, 31, 74, 0.1);
}

.dbx-instructor-credential img {
  display: block;
  width: 100%;
  max-height: 9.25rem;
  object-fit: contain;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-instructor-credential div {
  display: grid;
  gap: 0.35rem;
}

.dbx-instructor-credential span {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 54, 33, 0.08);
  color: #943226;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbx-instructor-credential strong {
  font-family: "Sora", sans-serif;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.32;
}

.dbx-instructor-credential p {
  margin: 0;
  color: var(--slate);
  line-height: 1.56;
}

.dbx-instructor-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.dbx-instructor-note {
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-instructor-note span {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--muted);
}

.dbx-instructor-note p {
  margin: 0.55rem 0 0;
  color: var(--slate);
  line-height: 1.56;
}

.dbx-curriculum-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 1.2rem;
  margin-top: 2rem;
  align-items: start;
}

.dbx-curriculum-summary {
  position: sticky;
  top: 6rem;
  padding: 1.45rem;
  border-radius: 28px;
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(11, 31, 74, 0.14);
}

.dbx-curriculum-summary[data-track="fundamentals"] {
  background: linear-gradient(160deg, #10283f 0%, #183e59 62%, #0d223f 100%);
}

.dbx-curriculum-summary[data-track="architectures"] {
  background: linear-gradient(160deg, #10284a 0%, #154064 44%, #1d6680 100%);
}

.dbx-curriculum-summary h3 {
  margin: 0.45rem 0 0.8rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.26;
}

.dbx-curriculum-summary p,
.dbx-curriculum-summary li {
  color: rgba(247, 250, 255, 0.86);
}

.dbx-summary-lead {
  margin: 0 0 1rem;
  color: rgba(247, 250, 255, 0.88);
  line-height: 1.6;
}

.dbx-summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.dbx-summary-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
}

.dbx-summary-note-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.dbx-summary-note {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dbx-summary-note span,
.dbx-summary-note strong,
.dbx-summary-note p,
.dbx-summary-action small {
  display: block;
}

.dbx-summary-note span {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.74);
}

.dbx-summary-note strong {
  margin-top: 0.45rem;
  line-height: 1.45;
}

.dbx-summary-note p {
  margin: 0.45rem 0 0;
  line-height: 1.5;
}

.dbx-summary-action {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.dbx-summary-action small {
  color: rgba(247, 250, 255, 0.74);
  line-height: 1.45;
}

.dbx-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-module-card {
  padding: 1.2rem 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.dbx-module-id,
.dbx-module-hours {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.dbx-module-id {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: rgba(34, 211, 238, 0.12);
  color: var(--navy);
}

.dbx-module-hours {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.06);
  color: var(--slate);
  font-size: 0.82rem;
}

.dbx-module-card h4 {
  margin: 0 0 0.45rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.32;
}

.dbx-module-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.55;
}

.dbx-methodology {
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.94), rgba(237, 243, 249, 0.98));
}

.dbx-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-method-card {
  padding: 1.55rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-method-card h3 {
  margin-top: 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.dbx-included {
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.98), rgba(239, 245, 250, 0.98));
}

.dbx-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.dbx-included-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-included-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.12rem;
  line-height: 1.28;
  color: var(--navy);
}

.dbx-included-card p {
  margin: 0;
  color: var(--slate);
  line-height: 1.62;
}

.dbx-certificate-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: start;
  margin-top: 2rem;
}

.dbx-certificate-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.35rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-certificate-copy h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.18;
  color: var(--navy);
}

.dbx-certificate-copy p {
  margin: 0;
  color: var(--slate);
  line-height: 1.64;
}

.dbx-certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.dbx-certificate-card {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-certificate-preview {
  overflow: hidden;
  border-radius: 22px;
  background: #f8fbfe;
  border: 1px solid rgba(11, 31, 74, 0.08);
}

.dbx-certificate-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-certificate-meta {
  display: grid;
  gap: 0.7rem;
}

.dbx-certificate-meta strong {
  font-family: "Sora", sans-serif;
  color: var(--navy);
  line-height: 1.4;
}

.dbx-brochure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2rem;
}

.dbx-brochure-preview {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 31, 74, 0.08);
  box-shadow: var(--shadow);
}

.dbx-brochure-cover {
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  box-shadow: 0 24px 42px rgba(11, 31, 74, 0.12);
}

.dbx-brochure-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.dbx-brochure-copy {
  display: grid;
  gap: 0.55rem;
}

.dbx-brochure-brand {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(11, 31, 74, 0.08);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

.dbx-brochure-copy h3 {
  margin: 0.15rem 0 0;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.18;
  color: var(--navy);
}

.dbx-brochure-copy p {
  margin: 0;
  color: var(--slate);
  line-height: 1.7;
}

.dbx-brochure-access-note {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.dbx-brochure-price {
  color: var(--navy);
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.dbx-cta {
  padding-top: 0;
}

.dbx-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 1.6rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: 28px;
  color: #ffffff;
  border: 1px solid rgba(50, 180, 195, 0.18);
  background: linear-gradient(135deg, #0b1f4a 0%, #14305a 56%, #1f5d7a 100%);
  box-shadow: 0 28px 54px rgba(11, 31, 74, 0.18);
}

.dbx-cta-band h2 {
  margin: 0.45rem 0 0.9rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.2;
}

.dbx-cta-band p {
  margin: 0;
  color: rgba(250, 252, 255, 0.84);
  line-height: 1.72;
}

.dbx-cta-actions {
  display: grid;
  gap: 0.9rem;
}

.dbx-cta-actions .btn--primary {
  background: #ffffff;
  color: var(--navy);
  box-shadow: none;
}

.dbx-cta-actions .btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.dbx-floating-register {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.5rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b1f4a 0%, #1f5d7a 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(8, 24, 49, 0.3);
}

@media (max-width: 1180px) {
  .dbx-hero-grid,
  .dbx-hero-support,
  .dbx-teaser-grid,
  .dbx-curriculum-block,
  .dbx-cta-band,
  .dbx-frame-grid,
  .dbx-journey-card,
  .dbx-instructor-card,
  .dbx-architecture-board,
  .dbx-certificate-showcase,
  .dbx-tangible-grid {
    grid-template-columns: 1fr;
  }

  .dbx-hero-panel,
  .dbx-curriculum-summary {
    position: static;
  }

  .dbx-hero-copy h1,
  .dbx-hero-copy .lead,
  .dbx-hero-metrics,
  .dbx-pricing-grid {
    max-width: 100%;
  }

  .dbx-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbx-frame-intro {
    max-width: none;
  }

  .dbx-journey-visual {
    min-height: 280px;
  }

  .dbx-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .dbx-hero-metrics,
  .dbx-pricing-grid,
  .dbx-panel-benefits,
  .dbx-promo-grid,
  .dbx-tangible-points,
  .dbx-proof-grid,
  .dbx-included-grid,
  .dbx-track-grid,
  .dbx-frame-cards,
  .dbx-instructor-note-grid,
  .dbx-method-grid,
  .dbx-certificate-grid,
  .dbx-brochure-grid,
  .dbx-strategy-grid,
  .dbx-journey-steps {
    grid-template-columns: 1fr;
  }

  .dbx-module-grid {
    grid-template-columns: 1fr;
  }

  .dbx-track-head,
  .dbx-tangible-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .dbx-track-meta {
    justify-items: start;
  }
}

@media (max-width: 768px) {
  .dbx-hero {
    padding-top: 4.9rem;
    padding-bottom: 2.2rem;
  }

  .dbx-hero-grid,
  .dbx-hero-support {
    gap: 1.2rem;
  }

  .dbx-hero-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .dbx-hero-panel {
    padding: 1.05rem;
    border-radius: 26px;
  }

  .dbx-panel-head h2 {
    font-size: 1.28rem;
  }

  .dbx-panel-portal .btn,
  .dbx-lead-form .form-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .dbx-hero-figure {
    aspect-ratio: auto;
    min-height: clamp(16rem, 72vw, 21rem);
    border-radius: 22px;
  }

  .dbx-hero-figure img {
    object-position: center top;
  }

  .dbx-hero-floating {
    right: 0.7rem;
    bottom: 0.7rem;
    gap: 0.55rem;
    max-width: calc(100% - 1.4rem);
  }

  .dbx-float-brochure {
    width: 4.8rem;
  }

  .dbx-hero-actions,
  .dbx-teaser-actions,
  .dbx-cta-actions {
    align-items: stretch;
  }

  .dbx-promo-actions {
    align-items: stretch;
  }

  .dbx-hero-actions .btn,
  .dbx-teaser-actions .btn,
  .dbx-promo-actions .btn,
  .dbx-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .dbx-download-card strong {
    font-size: 0.98rem;
  }

  .dbx-frame-visual,
  .dbx-journey-visual {
    min-height: 240px;
  }

  .dbx-journey-card {
    padding: 1.2rem;
  }

  .dbx-brochure-preview {
    padding: 0.85rem;
  }

  .dbx-teaser-copy {
    padding: 1.25rem;
  }

  .dbx-lead-form .form-row {
    grid-template-columns: 1fr;
  }

  .dbx-teaser-expand {
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100% - 1.5rem);
    justify-content: center;
  }

  .dbx-panel-brand {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dbx-panel-brand img {
    max-width: 10rem;
  }

  .dbx-instructor-photo,
  .dbx-instructor-photo img {
    min-height: 21rem;
  }

  .dbx-instructor-credential {
    grid-template-columns: 1fr;
  }

  .dbx-teaser-modal {
    padding: 0.8rem;
  }

  .dbx-teaser-modal__panel {
    width: min(100vw - 1rem, 100%);
    padding: 0.9rem;
    border-radius: 24px;
  }

  .dbx-teaser-modal__head {
    align-items: center;
  }

  .dbx-teaser-modal__head h3 {
    font-size: 1.15rem;
  }

  .dbx-teaser-modal__media img {
    max-height: calc(100vh - 10.5rem);
  }

  .dbx-floating-register {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .dbx-hero {
    padding-top: 5.2rem;
    padding-bottom: 2rem;
  }

  .dbx-hero-grid,
  .dbx-hero-support {
    gap: 1rem;
  }

  .dbx-hero-copy h1 {
    font-size: clamp(1.95rem, 10vw, 2.5rem);
    line-height: 1.08;
  }

  .dbx-hero-copy .lead,
  .dbx-price-note,
  .dbx-panel-head p,
  .dbx-panel-portal-note {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .dbx-hero-metric,
  .dbx-price-card,
  .dbx-panel-benefits span,
  .dbx-lead-form,
  .dbx-promo-card {
    border-radius: 20px;
  }

  .dbx-hero-panel,
  .dbx-teaser-copy {
    padding: 0.95rem;
  }

  .dbx-hero-figure {
    min-height: 14.5rem;
  }

  .dbx-hero-floating {
    right: 0.55rem;
    bottom: 0.55rem;
    gap: 0.45rem;
  }

  .dbx-float-brochure {
    width: min(4rem, 28vw);
    border-radius: 14px;
  }

  .dbx-panel-benefits span {
    padding: 0.75rem 0.8rem 0.78rem 1.95rem;
    font-size: 0.83rem;
  }

  .dbx-panel-benefits span::before {
    left: 0.75rem;
    top: 1.08rem;
  }
}
