.dbsu-utm {
  --dbsu-utm-navy: #061a3a;
  --dbsu-utm-blue: #0b74ff;
  --dbsu-utm-blue-dark: #075dcc;
  --dbsu-utm-cyan: #00c2ff;
  --dbsu-utm-white: #ffffff;
  --dbsu-utm-soft: #eaf6ff;
  --dbsu-utm-soft-2: #f6faff;
  --dbsu-utm-line: #cfe1f2;
  --dbsu-utm-text: #10294a;
  --dbsu-utm-muted: #5e7693;
  --dbsu-utm-green: #0d916c;
  --dbsu-utm-green-soft: #ecfaf5;
  --dbsu-utm-red: #bd2638;
  --dbsu-utm-red-soft: #fff1f3;
  width: min(100%, 1440px);
  margin: 0 auto;
  color: var(--dbsu-utm-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
}

.dbsu-utm,
.dbsu-utm * {
  box-sizing: border-box;
}

.dbsu-utm button,
.dbsu-utm input,
.dbsu-utm textarea {
  max-width: 100%;
  font: inherit;
}

.dbsu-utm button {
  cursor: pointer;
}

.dbsu-utm button:focus-visible,
.dbsu-utm input:focus-visible,
.dbsu-utm textarea:focus-visible,
.dbsu-utm summary:focus-visible,
.dbsu-utm a:focus-visible {
  outline: 3px solid rgba(11, 116, 255, 0.28);
  outline-offset: 2px;
}

.dbsu-utm [hidden] {
  display: none !important;
}

.dbsu-utm__hero {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 34px;
  border: 1px solid #b7dafe;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 5%, rgba(0, 194, 255, 0.2), transparent 33%),
    radial-gradient(circle at 8% 100%, rgba(11, 116, 255, 0.14), transparent 38%),
    linear-gradient(135deg, #f7fbff 0%, #e9f5ff 54%, #dff5ff 100%);
  text-align: center;
}

.dbsu-utm__hero::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  pointer-events: none;
}

.dbsu-utm__eyebrow,
.dbsu-utm-kicker {
  color: #0563d4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dbsu-utm__eyebrow span {
  margin-right: 7px;
  color: var(--dbsu-utm-cyan);
}

.dbsu-utm__hero h1 {
  position: relative;
  z-index: 1;
  margin: 16px 0 8px;
  color: var(--dbsu-utm-navy);
  font-size: clamp(42px, 5.8vw, 74px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.dbsu-utm__hero > p {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin: 8px auto 24px;
  color: var(--dbsu-utm-muted);
  font-size: clamp(18px, 2vw, 24px);
}

.dbsu-utm__trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  color: #214d77;
  font-size: 15px;
  font-weight: 700;
}

.dbsu-utm__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dbsu-utm__trust b {
  width: 23px;
  height: 23px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #dcf9ec;
  color: var(--dbsu-utm-green);
}

.dbsu-utm-fit {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(360px, 1.45fr) minmax(220px, 0.7fr);
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 28px 32px;
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 24px;
  background: var(--dbsu-utm-white);
  box-shadow: 0 16px 40px rgba(6, 26, 58, 0.07);
}

.dbsu-utm-fit h2 {
  margin: 6px 0 0;
  color: var(--dbsu-utm-navy);
  font-size: 20px;
  line-height: 1.35;
}

.dbsu-utm-fit ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dbsu-utm-fit li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.dbsu-utm-fit li span {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcf9ec;
  color: var(--dbsu-utm-green);
  font-weight: 800;
}

.dbsu-utm-fit__skip {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--dbsu-utm-soft-2);
  color: var(--dbsu-utm-muted);
  font-size: 14px;
}

.dbsu-utm-fit__skip strong {
  display: block;
  margin-bottom: 3px;
  color: var(--dbsu-utm-text);
}

.dbsu-utm__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 0.92fr);
  align-items: start;
  gap: 28px;
  margin-top: 24px;
}

.dbsu-utm__panel,
.dbsu-utm-privacy,
.dbsu-utm-tips,
.dbsu-utm-related,
.dbsu-utm-help,
.dbsu-utm-faq {
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 28px;
  background: var(--dbsu-utm-white);
  box-shadow: 0 20px 50px rgba(6, 26, 58, 0.08);
}

.dbsu-utm__panel {
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
}

.dbsu-utm-step {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.dbsu-utm-step--spaced {
  margin-top: 36px;
}

.dbsu-utm-step > span {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dbsu-utm-soft);
  color: var(--dbsu-utm-blue);
  font-weight: 800;
}

.dbsu-utm-step strong,
.dbsu-utm-step small {
  display: block;
}

.dbsu-utm-step strong {
  color: var(--dbsu-utm-navy);
  font-size: 21px;
  line-height: 1.3;
}

.dbsu-utm-step small {
  margin-top: 2px;
  color: var(--dbsu-utm-muted);
  font-size: 14px;
}

.dbsu-utm-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dbsu-utm-field {
  display: block;
  min-width: 0;
}

.dbsu-utm-field--wide {
  grid-column: 1 / -1;
}

.dbsu-utm-field > span,
.dbsu-utm-presets > span {
  display: block;
  margin-bottom: 7px;
  color: var(--dbsu-utm-navy);
  font-weight: 750;
}

.dbsu-utm-field > span b {
  color: var(--dbsu-utm-red);
}

.dbsu-utm-field input {
  width: 100%;
  min-height: 56px;
  padding: 13px 16px;
  border: 1px solid #bdd6eb;
  border-radius: 14px;
  background: #fff;
  color: var(--dbsu-utm-navy);
}

.dbsu-utm-field input:focus {
  border-color: var(--dbsu-utm-blue);
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.09);
}

.dbsu-utm-field small {
  display: block;
  margin-top: 6px;
  color: var(--dbsu-utm-muted);
  font-size: 13px;
}

.dbsu-utm-presets {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 16px;
  background: var(--dbsu-utm-soft-2);
}

.dbsu-utm-presets > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.dbsu-utm-presets button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #bdd6eb;
  border-radius: 999px;
  background: #fff;
  color: #244f78;
  font-weight: 700;
}

.dbsu-utm-presets button:hover,
.dbsu-utm-presets button.is-active {
  border-color: var(--dbsu-utm-blue);
  background: #e8f3ff;
  color: #045fcf;
}

.dbsu-utm-optional {
  margin-top: 20px;
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 16px;
  background: var(--dbsu-utm-soft-2);
}

.dbsu-utm-optional summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  color: var(--dbsu-utm-navy);
  cursor: pointer;
  list-style: none;
}

.dbsu-utm-optional summary::-webkit-details-marker {
  display: none;
}

.dbsu-utm-optional summary b,
.dbsu-utm-optional summary small {
  display: block;
}

.dbsu-utm-optional summary small {
  margin-top: 2px;
  color: var(--dbsu-utm-muted);
  font-weight: 400;
}

.dbsu-utm-optional summary i {
  color: var(--dbsu-utm-blue);
  font-size: 24px;
  font-style: normal;
  line-height: 1;
}

.dbsu-utm-optional[open] summary i {
  transform: rotate(45deg);
}

.dbsu-utm-optional > .dbsu-utm-fields {
  padding: 0 18px 18px;
}

.dbsu-utm-normalise {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--dbsu-utm-soft-2);
  cursor: pointer;
}

.dbsu-utm-normalise input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--dbsu-utm-blue);
}

.dbsu-utm-normalise strong,
.dbsu-utm-normalise small {
  display: block;
}

.dbsu-utm-normalise strong {
  color: var(--dbsu-utm-navy);
}

.dbsu-utm-normalise small {
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-build {
  width: 100%;
  min-height: 62px;
  padding: 14px 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #167bff, #075dcc);
  box-shadow: 0 12px 26px rgba(11, 116, 255, 0.22);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.dbsu-utm-build:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

.dbsu-utm-alert {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #efb4bd;
  border-radius: 14px;
  background: var(--dbsu-utm-red-soft);
  color: var(--dbsu-utm-red);
}

.dbsu-utm-result {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #a9dfcd;
  border-radius: 20px;
  background: var(--dbsu-utm-green-soft);
}

.dbsu-utm-result__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.dbsu-utm-result__head span {
  color: var(--dbsu-utm-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.dbsu-utm-result__head h2 {
  margin: 3px 0 0;
  color: var(--dbsu-utm-navy);
  font-size: 24px;
}

.dbsu-utm-result__head > small {
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-result textarea {
  width: 100%;
  min-height: 112px;
  padding: 15px;
  resize: vertical;
  border: 1px solid #b8dacd;
  border-radius: 14px;
  background: #fff;
  color: var(--dbsu-utm-text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.dbsu-utm-result__actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.dbsu-utm-result__actions button {
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #b8dacd;
  border-radius: 13px;
  background: #fff;
  color: #15543f;
  font-weight: 750;
}

.dbsu-utm-result__actions .dbsu-utm-copy {
  border-color: var(--dbsu-utm-green);
  background: var(--dbsu-utm-green);
  color: #fff;
}

.dbsu-utm-result > p {
  min-height: 1.4em;
  margin: 9px 0 0;
  color: var(--dbsu-utm-green);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.dbsu-utm__aside {
  display: grid;
  gap: 22px;
}

.dbsu-utm-privacy,
.dbsu-utm-tips,
.dbsu-utm-related {
  padding: 32px;
}

.dbsu-utm-privacy {
  position: relative;
  overflow: hidden;
  border-color: #0d315d;
  background: linear-gradient(145deg, #061a3a, #0c376a);
  color: #d9ebff;
}

.dbsu-utm-privacy::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.14);
}

.dbsu-utm-privacy__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #5bd7ff;
  font-size: 28px;
}

.dbsu-utm-privacy .dbsu-utm-kicker {
  color: #56d8ff;
}

.dbsu-utm-privacy h2,
.dbsu-utm-tips h2,
.dbsu-utm-related h2 {
  margin: 8px 0 12px;
  color: inherit;
  font-size: 28px;
  line-height: 1.2;
}

.dbsu-utm-privacy p,
.dbsu-utm-tips p,
.dbsu-utm-related p {
  margin: 0;
}

.dbsu-utm-privacy ul,
.dbsu-utm-tips ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dbsu-utm-privacy li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dbsu-utm-privacy li span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(18, 208, 151, 0.16);
  color: #35e3ae;
  font-weight: 800;
}

.dbsu-utm-tips ul {
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-tips li {
  position: relative;
  padding-left: 20px;
}

.dbsu-utm-tips li::before {
  content: "•";
  position: absolute;
  left: 2px;
  color: var(--dbsu-utm-blue);
  font-weight: 900;
}

.dbsu-utm-related {
  background: linear-gradient(145deg, #fff, #eef7ff);
}

.dbsu-utm-related p {
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-related a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #0563d4;
  font-weight: 800;
  text-decoration: none;
}

.dbsu-utm-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 18px 22px;
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 17px;
  background: #f7fbff;
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-note > span {
  color: var(--dbsu-utm-blue);
  font-size: 20px;
}

.dbsu-utm-note p {
  margin: 0;
}

.dbsu-utm-note strong {
  color: var(--dbsu-utm-navy);
}

.dbsu-utm-help,
.dbsu-utm-faq {
  margin-top: 34px;
  padding: clamp(28px, 4vw, 48px);
}

.dbsu-utm-help h2,
.dbsu-utm-faq h2 {
  margin: 8px 0 24px;
  color: var(--dbsu-utm-navy);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.dbsu-utm-help ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dbsu-utm-help li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 18px;
  background: var(--dbsu-utm-soft-2);
}

.dbsu-utm-help li > b {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--dbsu-utm-soft);
  color: var(--dbsu-utm-blue);
}

.dbsu-utm-help strong,
.dbsu-utm-help small {
  display: block;
}

.dbsu-utm-help strong {
  color: var(--dbsu-utm-navy);
}

.dbsu-utm-help small {
  margin-top: 3px;
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-faq__items {
  display: grid;
  gap: 10px;
}

.dbsu-utm-faq details {
  border: 1px solid var(--dbsu-utm-line);
  border-radius: 15px;
  background: var(--dbsu-utm-soft-2);
}

.dbsu-utm-faq summary {
  position: relative;
  padding: 18px 50px 18px 20px;
  color: var(--dbsu-utm-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.dbsu-utm-faq summary::-webkit-details-marker {
  display: none;
}

.dbsu-utm-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--dbsu-utm-blue);
  font-size: 23px;
  transform: translateY(-50%);
}

.dbsu-utm-faq details[open] summary::after {
  content: "−";
}

.dbsu-utm-faq details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--dbsu-utm-muted);
}

.dbsu-utm-ad-slot:empty {
  display: none;
}

@media (max-width: 1100px) {
  .dbsu-utm-fit {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  }

  .dbsu-utm-fit__skip {
    grid-column: 1 / -1;
  }

  .dbsu-utm__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .dbsu-utm__aside {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dbsu-utm-privacy,
  .dbsu-utm-tips,
  .dbsu-utm-related {
    min-height: 100%;
  }
}

@media (max-width: 780px) {
  .dbsu-utm__hero {
    min-height: 320px;
    padding: 50px 22px;
    border-radius: 24px;
  }

  .dbsu-utm-fit,
  .dbsu-utm__aside,
  .dbsu-utm-help ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .dbsu-utm-fit__skip {
    grid-column: auto;
  }

  .dbsu-utm-result__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbsu-utm-result__actions .dbsu-utm-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  body.dbsu-has-utm-link-builder {
    overflow-x: hidden;
  }

  body.dbsu-has-utm-link-builder .site-content,
  body.dbsu-has-utm-link-builder .entry-content,
  body.dbsu-has-utm-link-builder main {
    min-width: 0;
  }

  .dbsu-utm {
    width: 100%;
    font-size: 15px;
  }

  .dbsu-utm__hero {
    min-height: 285px;
    padding: 42px 18px;
    border-radius: 20px;
  }

  .dbsu-utm__hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .dbsu-utm__hero > p {
    font-size: 17px;
  }

  .dbsu-utm__trust {
    gap: 10px 14px;
    font-size: 13px;
  }

  .dbsu-utm-fit {
    gap: 17px;
    margin-top: 18px;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .dbsu-utm__layout {
    gap: 18px;
    margin-top: 18px;
  }

  .dbsu-utm__panel,
  .dbsu-utm-privacy,
  .dbsu-utm-tips,
  .dbsu-utm-related,
  .dbsu-utm-help,
  .dbsu-utm-faq {
    border-radius: 20px;
  }

  .dbsu-utm__panel {
    padding: 18px;
  }

  .dbsu-utm-step {
    align-items: flex-start;
  }

  .dbsu-utm-step strong {
    font-size: 18px;
  }

  .dbsu-utm-fields,
  .dbsu-utm-result__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .dbsu-utm-field--wide,
  .dbsu-utm-result__actions .dbsu-utm-copy {
    grid-column: auto;
  }

  .dbsu-utm-presets > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dbsu-utm-presets button {
    width: 100%;
  }

  .dbsu-utm-optional > .dbsu-utm-fields {
    padding: 0 14px 14px;
  }

  .dbsu-utm-result {
    padding: 17px;
  }

  .dbsu-utm-result__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .dbsu-utm-privacy,
  .dbsu-utm-tips,
  .dbsu-utm-related {
    padding: 25px;
  }

  .dbsu-utm-note {
    margin-top: 18px;
    padding: 16px;
  }

  .dbsu-utm-help,
  .dbsu-utm-faq {
    margin-top: 18px;
    padding: 24px 18px;
  }

  .dbsu-utm-help h2,
  .dbsu-utm-faq h2 {
    font-size: 30px;
  }
}
