:root {
  --d-indigo: #1C1268;
  --d-purple: #A03EB2;
  --d-magenta: #D810A0;
  --d-violet: #7E6AD3;
  --d-cyan: #13ADDE;
  --d-sky: #50A3E0;
  --d-surface: #F7F8FC;
  --d-text: #15142B;
  --d-muted: #6B6884;
  --d-border: #E8EAF3;
}

* {
  letter-spacing: 0;
}

body {
  background: var(--d-surface);
  color: var(--d-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--d-indigo);
}

.site-nav {
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--d-border);
  backdrop-filter: blur(14px);
  min-height: 86px;
}

.brand-logo {
  width: 150px;
  height: auto;
}

.brand-logo-flow {
  aspect-ratio: 971 / 231;
  display: block;
  isolation: isolate;
  max-width: 42vw;
  position: relative;
  width: 170px;
}

.brand-logo-flow img {
  clip-path: inset(71.8% 0 0 0);
  display: block;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.brand-logo-flow::after {
  animation: brandLogoFlow 9s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 18% 22%, rgba(19, 173, 222, .9), transparent 26%),
    linear-gradient(112deg, #13ADDE 0%, #62B8F5 18%, #8B6DF6 36%, #D810A0 60%, #A03EB2 78%, #1C1268 100%);
  background-size: 280% 280%, 220% 220%;
  clip-path: inset(0 0 28.2% 0);
  content: "";
  inset: 0;
  -webkit-mask: url("../img/brand/distrid-logo-original.png?v=20260605-logo-subtle-inset") center / contain no-repeat;
  mask: url("../img/brand/distrid-logo-original.png?v=20260605-logo-subtle-inset") center / contain no-repeat;
  position: absolute;
  z-index: 2;
}

@supports not ((mask: url("")) or (-webkit-mask: url(""))) {
  .brand-logo-flow::after {
    content: none;
  }

  .brand-logo-flow img {
    clip-path: none;
  }
}

@keyframes brandLogoFlow {
  0% {
    background-position: 0% 50%, 0% 50%;
  }

  100% {
    background-position: 100% 48%, 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-flow::after {
    animation: none;
  }

  .mantovani-logo-mark::before,
  .mantovani-logo-mark::after {
    animation: none;
  }
}

.user-sidebar {
  align-items: stretch;
  background: rgba(255, 255, 255, .96);
  border-right: 1px solid var(--d-border);
  box-shadow: 18px 0 46px rgba(28, 18, 104, .04);
}

.user-sidebar .brand-logo-flow {
  width: 155px;
}

.user-distribute-btn {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: .65rem;
  justify-content: center;
  padding-block: .88rem;
}

.user-dashboard-distribute-btn {
  min-height: 52px;
  width: 234px;
}

.user-submit-btn {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 58px;
  padding-block: .92rem;
}

.disc-icon {
  background:
    radial-gradient(circle, #fff 0 11%, transparent 12% 100%),
    conic-gradient(from 35deg, #13ADDE, #7E6AD3, #D810A0, #13ADDE);
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.72);
  height: 1.18rem;
  width: 1.18rem;
}

.user-nav-vevo-link {
  min-height: 42px;
}

.user-nav-vevo-link img {
  height: 1.1rem;
}

.language-pill {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-weight: 850;
  gap: .55rem;
  justify-content: center;
  padding: .72rem .95rem;
}

.user-language-menu {
  border: 1px solid var(--d-border);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(28, 18, 104, .12);
  min-width: 100%;
  overflow: hidden;
  padding: .35rem;
}

.user-language-menu .dropdown-item {
  align-items: center;
  border-radius: 10px;
  display: flex;
  font-weight: 760;
  gap: .62rem;
  padding: .66rem .75rem;
}

.user-section-head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.user-section-head h1 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 1000;
  line-height: .95;
  margin: 0;
}

.user-section-head p {
  color: var(--d-muted);
  font-size: 1.05rem;
  margin: .55rem 0 0;
  max-width: 760px;
}

.account-support-page .form-label {
  color: var(--d-text);
  font-weight: 780;
}

.account-support-note {
  background:
    linear-gradient(135deg, rgba(19, 173, 222, .12), rgba(216, 16, 160, .08)),
    #fff;
  position: sticky;
  top: 1.5rem;
}

.account-support-note p {
  color: var(--d-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.account-support-card .support-field-grid {
  gap: 1.1rem;
}

.account-support-card .form-control,
.account-support-card .form-select,
.account-support-card .support-file-input {
  border-radius: 12px;
}

.user-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

.user-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(28, 18, 104, .055);
  padding: 1.35rem;
}

.user-card h2,
.user-card h3 {
  font-weight: 950;
}

.migration-alert {
  align-items: center;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 255, 255, .82), transparent 28%),
    linear-gradient(135deg, rgba(255, 213, 92, .38), rgba(255, 246, 189, .72) 44%, rgba(216, 16, 160, .12));
  border: 1px solid rgba(245, 158, 11, .32);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(126, 86, 18, .1);
  color: #4b3204;
  display: flex;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
}

.migration-alert p {
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.migration-alert a {
  color: var(--d-indigo);
  font-weight: 950;
  text-decoration-thickness: .12em;
}

.migration-alert-icon {
  align-items: center;
  background: linear-gradient(135deg, #f59e0b, #facc15);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 1000;
  height: 2.25rem;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(245, 158, 11, .28);
  width: 2.25rem;
}

.status-pill {
  background: rgba(19,173,222,.12);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  padding: .38rem .68rem;
  text-transform: uppercase;
}

.status-pill.danger {
  background: rgba(216,16,160,.12);
}

.media-preview {
  background: #f4f6fb;
  border: 1px dashed #ccd3e7;
  border-radius: 14px;
  display: block;
  min-height: 110px;
  object-fit: cover;
  width: 100%;
}

.upload-feedback {
  color: var(--d-muted);
  font-size: .9rem;
  font-weight: 750;
  margin-top: .45rem;
}

.upload-feedback.is-error,
.direct-upload-status.is-error {
  color: #b42318;
}

.upload-feedback.is-ok,
.direct-upload-status.is-ok {
  color: #166534;
}

.wizard-step {
  border-top: 1px solid var(--d-border);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}

.wizard-step:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.wizard-step-label {
  color: var(--d-magenta);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.user-wizard-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(28, 18, 104, .08);
  margin-inline: auto;
  max-width: 920px;
  padding: clamp(1.25rem, 4vw, 2.8rem);
}

.wizard-step-panel {
  display: none;
}

.wizard-step-panel.active {
  display: block;
}

.wizard-step-panel h2 {
  color: var(--d-text);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 950;
  margin-bottom: 1.4rem;
}

.checkout-summary {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .1));
  border: 1px solid rgba(126, 106, 211, .22);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
}

.vevo-empty-state {
  align-items: center;
  background: radial-gradient(circle at 50% 20%, rgba(216, 16, 160, .12), transparent 34%), #fff;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(28, 18, 104, .08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 420px;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.vevo-empty-state img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  width: min(190px, 55vw);
}

.vevo-empty-state h2 {
  color: var(--d-text);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 950;
  margin: 0;
}

.vevo-empty-state p {
  color: var(--d-muted);
  font-size: 1.1rem;
  max-width: 640px;
}

.vevo-action-button {
  align-items: center;
  display: inline-flex;
  gap: .42rem;
  justify-content: center;
  min-height: 44px;
  min-width: 210px;
  padding-inline: 1.05rem;
  white-space: nowrap;
}

.vevo-action-button img {
  filter: brightness(0) invert(1);
  height: 1rem;
  width: auto;
}

.vevo-header-actions {
  display: grid;
  gap: .65rem;
  justify-items: end;
}

.vevo-header-actions .vevo-action-button {
  width: 100%;
}

.vevo-channel-row {
  border-top: 1px solid var(--d-border);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-block: 1rem;
}

.vevo-channel-row h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 .35rem;
}

.vevo-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  grid-column: 1 / -1;
}

.vevo-dashboard-grid {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
}

.vevo-channel-card h2,
.vevo-account-video-card h2 {
  border-bottom: 1px solid var(--d-border);
  margin-bottom: 0;
  padding-bottom: .85rem;
}

.vevo-channel-list {
  display: grid;
}

.vevo-channel-list-row {
  align-items: center;
  border-bottom: 1px solid var(--d-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.vevo-channel-list-row:last-child {
  border-bottom: 0;
}

.vevo-channel-title {
  align-items: center;
  color: var(--d-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.12rem;
  font-weight: 940;
  gap: .7rem;
}

.vevo-channel-title a,
.vevo-video-title-link {
  color: var(--d-indigo);
  font-weight: 950;
}

.vevo-channel-row-actions {
  flex: 0 0 auto;
}

.vevo-upload-cta {
  min-height: 52px;
  min-width: min(100%, 240px);
}

.vevo-status-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .02em;
  line-height: 1;
  padding: .44rem .7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.vevo-status-badge.is-active,
.vevo-status-badge.is-published {
  background: rgba(34, 197, 94, .13);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #14733b;
}

.vevo-status-badge.is-activating,
.vevo-status-badge.is-working {
  background: rgba(245, 158, 11, .15);
  border: 1px solid rgba(245, 158, 11, .25);
  color: #8a4b05;
}

.vevo-status-badge.is-managed {
  background: rgba(120, 70, 32, .16);
  border: 1px solid rgba(120, 70, 32, .28);
  color: #72451f;
}

.vevo-status-badge.is-closed,
.vevo-status-badge.is-deleted {
  background: rgba(220, 38, 38, .12);
  border: 1px solid rgba(220, 38, 38, .22);
  color: #a51616;
}

.vevo-credit-card {
  background:
    radial-gradient(circle at 85% 18%, rgba(216, 16, 160, .14), transparent 32%),
    linear-gradient(135deg, rgba(19, 173, 222, .08), rgba(126, 106, 211, .06)),
    #fff;
}

.vevo-credit-top {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
}

.vevo-credit-top img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: 1.25rem;
}

.vevo-credit-top span {
  color: var(--d-text);
  font-weight: 950;
}

.vevo-credit-list {
  display: grid;
  gap: .75rem;
}

.vevo-credit-list div {
  align-items: center;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  padding: .85rem .95rem;
}

.vevo-credit-list span {
  color: var(--d-muted);
  font-weight: 820;
}

.vevo-credit-list strong {
  color: var(--d-indigo);
  font-size: 1.3rem;
  font-weight: 1000;
}

.vevo-list-empty {
  color: var(--d-muted);
  padding: 1.2rem 0 0;
}

.vevo-video-table thead th {
  color: var(--d-text);
  font-size: .9rem;
  white-space: nowrap;
}

.account-overview-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: start;
}

.account-left-column,
.account-side-column {
  align-content: start;
  display: grid;
  gap: 1.2rem;
}

.account-main-card {
  min-height: 330px;
}

.account-label-card {
  background:
    radial-gradient(circle at 83% 20%, rgba(216, 16, 160, .16), transparent 34%),
    radial-gradient(circle at 16% 22%, rgba(19, 173, 222, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fbfdff 52%, #fff5fc 100%);
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.account-label-card::before {
  background:
    linear-gradient(90deg, rgba(19, 173, 222, .85), rgba(216, 16, 160, .85));
  border-radius: 999px;
  content: "";
  height: 8px;
  inset-block-start: 0;
  inset-inline: 2rem;
  position: absolute;
}

.account-consumer-card::after {
  background:
    radial-gradient(circle at 20% 20%, rgba(19, 173, 222, .18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(216, 16, 160, .16), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.account-label-card.cyan .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(19, 173, 222, .55); }
.account-label-card.magenta .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(216, 16, 160, .55); }
.account-label-card.indigo .account-plan-icon { box-shadow: inset 0 -16px 0 rgba(126, 106, 211, .55); }

.account-label-card > *,
.account-consumer-card > * {
  position: relative;
  z-index: 1;
}

.account-label-visual {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.account-label-visual > span {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(126, 106, 211, .14);
  border-radius: 999px;
  color: var(--d-magenta);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  padding: .55rem .85rem;
  text-transform: uppercase;
}

.account-plan-summary {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 1.35rem;
}

.account-plan-summary h2,
.account-consumer-content h2 {
  color: #080815;
  font-size: clamp(2.45rem, 6vw, 4.6rem);
  font-weight: 1000;
  line-height: .95;
  margin: .35rem 0 .65rem;
}

.account-plan-summary p {
  color: var(--d-muted);
  font-size: 1.02rem;
  font-weight: 760;
  line-height: 1.45;
  margin: 1rem 0 0;
  max-width: 680px;
}

.account-plan-meta {
  align-items: center;
  color: var(--d-muted);
  display: flex;
  flex-wrap: wrap;
  font-weight: 780;
  gap: .6rem;
}

.account-status-badge {
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  padding: .35rem .7rem;
  text-transform: uppercase;
}

.account-status-badge.is-active {
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #1d7f3d;
}

.account-status-badge.is-suspended {
  background: rgba(220, 38, 38, .12);
  border: 1px solid rgba(220, 38, 38, .22);
  color: #a51616;
}

.account-label-name {
  align-items: center;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(126, 106, 211, .16);
  border-radius: 14px;
  display: inline-flex;
  gap: .55rem;
  margin-top: 1rem;
  padding: .65rem .85rem;
}

.account-label-name span {
  color: var(--d-muted);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-label-name strong {
  color: var(--d-indigo);
  font-weight: 950;
}

.account-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.account-dashboard-actions .vevo-action-button {
  flex: 0 1 auto;
  min-width: 210px;
}

.account-credit-card {
  align-self: start;
  min-height: 0;
}

.account-credit-actions {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}

.account-credit-actions .vevo-action-button {
  justify-content: center;
  width: 100%;
}

.account-notifications-card {
  grid-column: auto;
}

.account-notification-item {
  border-bottom: 1px solid var(--d-border);
  padding: .75rem 0;
}

.account-notification-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-consumer-card {
  overflow: hidden;
  position: relative;
}

.account-consumer-content {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) 180px;
}

.account-consumer-content p {
  color: var(--d-muted);
  font-size: 1.08rem;
  font-weight: 740;
  line-height: 1.5;
  max-width: 620px;
}

.account-consumer-content > img {
  background: linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .12));
  border-radius: 28px;
  justify-self: end;
  max-width: 180px;
  padding: 1.1rem;
  width: 100%;
}

.account-promo-section {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  margin-top: 0;
}

.account-promo-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 0;
  overflow: hidden;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  position: relative;
}

.account-promo-card::before {
  border-radius: 999px;
  content: "";
  filter: blur(2px);
  height: 8px;
  inset-block-start: 0;
  inset-inline: 1.5rem;
  position: absolute;
}

.account-promo-card::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.account-promo-card > * {
  position: relative;
  z-index: 1;
}

.account-promo-card-promote {
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 16, 160, .2), transparent 31%),
    radial-gradient(circle at 92% 10%, rgba(19, 173, 222, .14), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fff8fd 48%, #f7fdff 100%);
}

.account-promo-card-promote::before {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-indigo));
}

.account-promo-card-detect {
  background:
    radial-gradient(circle at 14% 86%, rgba(19, 173, 222, .2), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(126, 106, 211, .18), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f5fcff 52%, #faf7ff 100%);
}

.account-promo-card-detect::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-indigo));
}

.account-promo-brand {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  min-height: 50px;
  width: 100%;
}

.account-promo-brand img {
  filter: drop-shadow(0 18px 24px rgba(28, 18, 104, .12));
  max-height: 54px;
  max-width: min(220px, 80%);
  object-fit: contain;
}

.account-promo-brand img[alt="Monitor Radio"] {
  transform: translateY(8px);
}

.account-promo-card p {
  color: var(--d-muted);
  font-size: clamp(.92rem, 1.25vw, .98rem);
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.account-promo-card .btn {
  margin-top: auto;
  min-width: 130px;
  width: max-content;
}

.vevo-video-table td {
  vertical-align: middle;
}

.vevo-form-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.vevo-form-heading img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: 1.45rem;
}

.vevo-form-heading h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  margin: 0;
}

.vevo-form-heading p {
  color: var(--d-muted);
  margin: .15rem 0 0;
}

.vevo-requirement-card {
  background: linear-gradient(135deg, rgba(19,173,222,.1), rgba(216,16,160,.08));
  border: 1px solid rgba(126, 106, 211, .2);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  padding: 1rem;
}

.vevo-requirement-card strong {
  color: var(--d-indigo);
  width: 100%;
}

.vevo-requirement-card span {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-muted);
  font-weight: 850;
  padding: .45rem .75rem;
}

.vevo-upload-wizard {
  max-width: 1100px;
}

.vevo-wizard-progress {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1.4rem;
}

.vevo-wizard-progress span {
  align-items: center;
  background: #eef2f8;
  border-radius: 999px;
  color: var(--d-muted);
  display: flex;
  font-weight: 950;
  height: .7rem;
  justify-content: center;
  overflow: hidden;
  text-indent: -999px;
}

.vevo-wizard-progress span.active {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
}

.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.wizard-actions .btn {
  min-width: 150px;
}

.dynamic-input-stack {
  display: grid;
  gap: .7rem;
}

.dynamic-input-row {
  display: grid;
  gap: .55rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.dynamic-input-row .btn {
  min-width: 48px;
}

.direct-upload-box {
  background: #f8fafc;
  border: 1px solid var(--d-border);
  border-radius: 16px;
  display: grid;
  gap: .8rem;
  padding: 1rem;
}

.direct-upload-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: space-between;
}

.direct-upload-status {
  color: var(--d-muted);
  font-weight: 850;
}

.direct-upload-progress {
  background: #e9eef7;
  border-radius: 999px;
  height: .75rem;
  overflow: hidden;
}

.direct-upload-progress span {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  display: block;
  height: 100%;
  transition: width .2s ease;
}

.tag-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .65rem;
}

.tag-pill {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 173, 222, .12), rgba(216, 16, 160, .12));
  border: 1px solid rgba(126, 106, 211, .22);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-weight: 850;
  gap: .45rem;
  padding: .42rem .5rem .42rem .8rem;
}

.tag-pill button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-muted);
  display: inline-flex;
  font: inherit;
  height: 1.35rem;
  justify-content: center;
  line-height: 1;
  width: 1.35rem;
}

.vevo-credit-inline {
  align-items: center;
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.vevo-credit-inline.has-credit {
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .22);
  color: #166534;
}

.vevo-credit-inline.needs-payment {
  background: rgba(245, 158, 11, .12);
  border: 1px solid rgba(245, 158, 11, .25);
  color: #7c3e06;
}

.vevo-credit-inline span {
  color: var(--d-indigo);
  font-size: 1.35rem;
  font-weight: 1000;
}

.social-input-grid {
  display: grid;
  gap: 1.2rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-field .form-control {
  margin-top: .35rem;
}

.social-label {
  align-items: center;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 850;
  gap: .7rem;
  margin-bottom: .35rem;
}

.social-icon {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  width: 2rem;
}

.social-icon-facebook { background: #1877f2; }
.social-icon-instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 36%, #d6249f 62%, #285aeb 100%); }
.social-icon-x { background: #111; }
.social-icon-tiktok { background: linear-gradient(135deg, #00f2ea, #111 48%, #ff0050); }
.social-icon-website { background: linear-gradient(135deg, var(--d-cyan), var(--d-purple)); }

.social-icon svg {
  display: block;
  fill: currentColor;
  height: 1.05rem;
  width: 1.05rem;
}

.label-account-hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(19,173,222,.16), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(216,16,160,.16), transparent 32%),
    #fff;
  border: 1px solid var(--d-border);
  border-radius: 22px;
  padding: 1.4rem;
}

@media (max-width: 991.98px) {
  .user-grid.two,
  .user-grid.three,
  .social-input-grid {
    grid-template-columns: 1fr;
  }

  .user-sidebar .brand-logo-flow {
    margin-inline: auto;
  }

  .user-sidebar {
    max-width: 100vw;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  .user-sidebar .dropdown,
  .user-sidebar form,
  .user-sidebar .btn,
  .user-sidebar .nav {
    max-width: 100%;
  }
}

.site-nav .nav-link {
  color: #1c2040;
  font-weight: 680;
  padding-inline: .85rem;
}

.site-nav .nav-link:hover {
  color: var(--d-purple);
}

.site-footer {
  padding: 42px 0;
}

.footer-main {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.footer-brand-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 1rem;
}

.footer-language-toggle {
  padding: .48rem .78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--d-text);
  font-weight: 720;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--d-magenta);
}

.footer-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-signature {
  align-items: center;
  color: var(--d-muted);
  display: flex;
  font-size: .76rem;
  font-weight: 500;
  gap: 14px;
  justify-content: flex-end;
}

.footer-copyright strong {
  color: var(--d-muted);
  font-weight: 800;
  letter-spacing: .01em;
}

.mantovani-logo-mark {
  aspect-ratio: 1530 / 500;
  display: block;
  position: relative;
  width: 76px;
}

.mantovani-logo {
  display: block;
  height: auto;
  opacity: .9;
  width: 100%;
}

.mantovani-logo-mark::before,
.mantovani-logo-mark::after {
  background: url("../img/brand/mantovani-group-logo.png") center / contain no-repeat;
  content: "";
  inset: 0;
  mix-blend-mode: color;
  opacity: .82;
  position: absolute;
  z-index: 2;
}

.mantovani-logo-mark::before {
  animation: mantovaniWingLeftFlow 5.6s ease-in-out infinite alternate;
  clip-path: inset(69.5% 62.6% 5.4% 16.9%);
}

.mantovani-logo-mark::after {
  animation: mantovaniWingRightFlow 5.6s ease-in-out infinite alternate;
  clip-path: inset(69.5% 15.9% 5.4% 63.4%);
}

@keyframes mantovaniWingLeftFlow {
  0% {
    filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%);
  }
}

@keyframes mantovaniWingRightFlow {
  0% {
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%);
  }

  100% {
    filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%);
  }
}

.nav-x-link {
  align-items: center;
  display: inline-flex;
  gap: .24rem;
}

.nav-x-mark {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  width: auto;
}

.nav-x-mark::before {
  content: none;
}

.nav-x {
  background-clip: text;
  display: inline-block;
  font-size: 1.24rem;
  font-weight: 1000;
  line-height: 1;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 8px 22px rgba(19, 173, 222, .24);
  filter: drop-shadow(0 1px 0 rgba(21, 20, 43, .28));
  transform: translateY(-1px);
  transition: filter .18s ease, transform .18s ease;
  z-index: 1;
}

.nav-x-artist {
  background-image: linear-gradient(135deg, var(--d-cyan), var(--d-sky), #7ef4ff);
}

.nav-x-label {
  background-image: linear-gradient(135deg, var(--d-magenta), var(--d-purple), #ff76d8);
  text-shadow: 0 8px 22px rgba(216, 16, 160, .25);
}

.nav-x-link:hover .nav-x {
  filter: saturate(1.25) brightness(1.08) drop-shadow(0 1px 0 rgba(21, 20, 43, .28));
  transform: translateY(-1px) scale(1.14) rotate(-5deg);
}

.nav-vevo-link {
  align-items: center;
  display: inline-flex;
}

.nav-vevo-link img {
  display: block;
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
  height: .82rem;
  transition: filter .18s ease, transform .18s ease;
  width: auto;
}

.nav-vevo-link:hover img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(82%) saturate(1448%) hue-rotate(286deg) brightness(92%) contrast(93%);
  transform: translateY(-1px) scale(1.14) rotate(-3deg);
}

.nav-login-link {
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-weight: 900;
  padding: .72rem 1.1rem;
  text-decoration: none;
}

.nav-login-link:hover {
  border-color: rgba(160, 62, 178, .34);
  color: var(--d-magenta);
}

.btn-brand {
  --bs-btn-bg: var(--d-indigo);
  --bs-btn-border-color: var(--d-indigo);
  --bs-btn-hover-bg: var(--d-purple);
  --bs-btn-hover-border-color: var(--d-purple);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 16px 35px rgba(28, 18, 104, .22);
}

.btn-accent {
  --bs-btn-bg: var(--d-magenta);
  --bs-btn-border-color: var(--d-magenta);
  --bs-btn-hover-bg: var(--d-cyan);
  --bs-btn-hover-border-color: var(--d-cyan);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(216, 16, 160, .26);
}

.nav-cta {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-purple) 48%, var(--d-magenta));
  border: 0;
  padding: .85rem 1.45rem;
}

.plan-card,
.panel-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(28, 18, 104, .06);
}

.plan-card.featured {
  border-color: rgba(216, 16, 160, .42);
  box-shadow: 0 18px 52px rgba(216, 16, 160, .13);
}

.label-upgrade-fields {
  background: linear-gradient(180deg, rgba(247, 248, 252, .92), rgba(255, 255, 255, .96));
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
  padding: .9rem;
}

.label-upgrade-fields .form-label {
  color: var(--d-muted);
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: .28rem;
}

.badge-brand {
  color: var(--d-indigo);
  background: rgba(19, 173, 222, .12);
  border: 1px solid rgba(19, 173, 222, .18);
}

.language-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-weight: 800;
  gap: .45rem;
  padding: .55rem .8rem;
  white-space: nowrap;
}

.language-menu {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(21, 20, 43, .1);
}

@media (max-width: 1399.98px) {
  .site-nav .navbar-collapse {
    padding: 1rem 0 1.25rem;
  }

  .site-nav .navbar-nav {
    align-items: flex-start;
    gap: .85rem;
  }

  .site-nav .nav-link {
    padding-block: .35rem;
    padding-inline: 0;
  }

  .nav-login-link,
  .nav-cta {
    margin-top: .25rem;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    min-width: 240px;
    padding-block: .95rem;
  }
}

.language-menu .dropdown-item {
  color: var(--d-text);
  font-weight: 760;
  padding: .72rem 1rem;
}

.language-menu .dropdown-item.active,
.language-menu .dropdown-item:active {
  background: rgba(19, 173, 222, .12);
  color: var(--d-indigo);
}

.home-hero-shell {
  background: #fff;
  overflow-x: hidden;
  padding: 0 0 70px;
}

.home-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .18), rgba(0, 0, 0, .7)),
    linear-gradient(115deg, #130a43 0%, #371082 35%, #9816a1 66%, #13adde 130%);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  color: #fff;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  position: relative;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  inset: 0;
  opacity: .35;
  position: absolute;
}

.home-hero::after {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .78) 86%);
  bottom: 0;
  content: "";
  height: 42%;
  inset-inline: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: flex;
  min-height: 620px;
  padding-bottom: 170px;
  padding-top: 84px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 850px;
}

.hero-kicker {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  font-weight: 800;
  margin-bottom: 1.4rem;
  padding: .6rem 1rem;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(3rem, 6.8vw, 6.5rem);
  font-weight: 950;
  line-height: .94;
  margin: 0 auto;
  max-width: 980px;
}

.hero-copy p {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin: 1.4rem auto 0;
  max-width: 760px;
}

.hero-button {
  min-width: 210px;
  padding: .95rem 1.35rem;
}

.hero-button.ghost {
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
}

.hero-button.ghost:hover,
.hero-button.ghost:focus {
  background: var(--d-cyan);
  border-color: var(--d-cyan);
  color: #fff;
  box-shadow: 0 18px 42px rgba(19, 173, 222, .28);
}

.hero-orbit {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.floating-logo {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  display: flex;
  height: clamp(72px, 10vw, 138px);
  justify-content: center;
  position: absolute;
  width: clamp(72px, 10vw, 138px);
}

.floating-logo img {
  height: 62%;
  object-fit: contain;
  width: 62%;
}

.float-a { inset-block-start: 8%; inset-inline-start: 9%; transform: rotate(-6deg); }
.float-b { inset-block-start: 42%; inset-inline-start: 7%; transform: rotate(8deg); }
.float-c { inset-block-start: 20%; inset-inline-end: 12%; transform: rotate(5deg); }
.float-d { inset-block-start: 54%; inset-inline-end: 17%; transform: rotate(-8deg); }
.float-e { inset-block-start: 39%; inset-inline-end: 4%; transform: rotate(4deg); }

.dsp-rail {
  bottom: 34px;
  inset-inline: 0;
  padding-inline: 24px;
  position: absolute;
  text-align: center;
  z-index: 3;
}

.dsp-rail-label {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.dsp-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  justify-content: center;
}

.dsp-logo-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: .55rem;
  opacity: .92;
  text-decoration: none;
}

.dsp-logo-link:hover {
  color: #fff;
  opacity: 1;
}

.dsp-logo-link img {
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  height: 28px;
  object-fit: contain;
  padding: 2px;
  width: 28px;
}

.dsp-logo-link img.dsp-simple-icon {
  filter: brightness(0) invert(1);
}

.dsp-logo-link img.vevo-logo-img {
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
  height: 24px;
  padding: 0;
  width: 64px;
}

.dsp-logo-link img.jaxsta-logo-img {
  filter: none;
}

.dsp-logo-link img.partner-square-logo {
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  height: 28px;
  padding: 3px;
  width: 28px;
}

.dsp-logo-link img.partner-square-logo.amazon-logo-img {
  background: #fff;
  filter: none;
  height: 24px;
  padding: 1px;
  width: 24px;
}

.dsp-logo-link img.partner-square-logo.jaxsta-logo-img {
  background: #fff;
  filter: none;
  height: 24px;
  padding: 1px;
  width: 24px;
}

.dsp-logo-link span {
  color: #fff;
  font-size: clamp(.88rem, 1.6vw, 1.18rem);
  font-weight: 850;
}

.logo-wordmark {
  color: #fff;
  font-size: 1.06rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.intro-section,
.platform-section,
.plans-section {
  background: #fff;
  overflow-x: hidden;
  padding: 88px 0;
}

.platform-section {
  background: var(--d-surface);
}

.section-eyebrow {
  color: var(--d-magenta);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.intro-section h2,
.section-heading h2 {
  color: #101532;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 950;
  line-height: .98;
}

.intro-section .lead {
  color: var(--d-muted);
  font-weight: 560;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-tile {
  background: #101532;
  border-radius: 8px;
  color: #fff;
  min-height: 270px;
  padding: 28px;
}

.feature-tile.accent {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
}

.feature-tile.cyan {
  background: linear-gradient(135deg, #1167bd, var(--d-cyan));
}

.feature-tile span {
  color: rgba(255, 255, 255, .65);
  font-weight: 900;
}

.feature-tile h3 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 52px;
}

.feature-tile p {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 34px;
  max-width: 760px;
}

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

.platform-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 20px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.platform-card:hover {
  border-color: rgba(19, 173, 222, .55);
  box-shadow: 0 18px 44px rgba(28, 18, 104, .09);
  color: var(--d-indigo);
  transform: translateY(-3px);
}

.platform-card span {
  font-weight: 850;
}

.platform-card strong {
  color: var(--d-magenta);
  font-size: 1.4rem;
}

.plans-section {
  background: #fff;
}

.plan-price {
  color: var(--d-indigo);
  font-size: 2rem;
  font-weight: 950;
}

.artist-model-section {
  background: #fff;
  overflow-x: hidden;
  padding: 96px 0;
}

.artist-model-section h2,
.label-heading h2,
.label-comparison-section h2 {
  color: #101532;
  font-size: clamp(2.45rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
}

.artist-lead,
.label-heading p {
  color: var(--d-muted);
  font-size: 1.22rem;
  line-height: 1.65;
  max-width: 700px;
}

.artist-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.artist-stats div {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 22px;
}

.artist-stats strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
}

.artist-stats span {
  color: var(--d-muted);
  display: block;
  font-weight: 720;
  margin-top: 10px;
}

.artist-visual {
  aspect-ratio: 1 / .82;
  background:
    radial-gradient(circle at 18% 22%, rgba(216, 16, 160, .18), transparent 26%),
    radial-gradient(circle at 84% 78%, rgba(19, 173, 222, .2), transparent 30%),
    linear-gradient(135deg, #fff, #f4f7ff);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  min-height: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(28, 18, 104, .08);
}

.price-orb,
.royalty-orb {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.price-orb {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-cyan));
  height: 150px;
  inset-block-start: 46px;
  inset-inline-start: 48px;
  width: 150px;
}

.royalty-orb {
  background: linear-gradient(135deg, var(--d-purple), var(--d-magenta));
  height: 180px;
  inset-block-end: 54px;
  inset-inline-end: 52px;
  width: 180px;
}

.price-orb span,
.royalty-orb span {
  font-size: 3.4rem;
  font-weight: 950;
  line-height: 1;
}

.price-orb small,
.royalty-orb small {
  font-weight: 850;
  opacity: .88;
  text-transform: uppercase;
}

.artist-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  bottom: 58px;
  box-shadow: 0 22px 58px rgba(28, 18, 104, .12);
  inset-inline-start: 56px;
  max-width: 320px;
  padding: 26px;
  position: absolute;
}

.artist-card-bar {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-cyan));
  border-radius: 999px;
  height: 8px;
  margin-bottom: 22px;
  width: 130px;
}

.artist-card h3 {
  color: var(--d-indigo);
  font-weight: 950;
}

.artist-card p {
  color: var(--d-muted);
  margin-bottom: 0;
}

.label-plans-section {
  background: var(--d-surface);
  padding: 92px 0;
}

.label-heading {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}

.label-heading p {
  margin-inline: auto;
}

.label-plan-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.label-plan-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(28, 18, 104, .08);
  min-height: 430px;
  padding: 34px;
  position: relative;
  text-align: center;
}

.label-plan-card.magenta {
  border-color: rgba(216, 16, 160, .55);
  box-shadow: 0 24px 70px rgba(216, 16, 160, .14);
  transform: translateY(-14px);
}

.popular-ribbon {
  background: linear-gradient(90deg, var(--d-indigo), var(--d-magenta));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-weight: 900;
  inset-block-start: 0;
  inset-inline: 0;
  padding: 12px;
  position: absolute;
}

.plan-icon {
  align-items: center;
  background: #101532;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 950;
  height: 72px;
  justify-content: center;
  margin-top: 26px;
  width: 72px;
}

.label-plan-card.cyan .plan-icon { box-shadow: inset 0 -16px 0 rgba(19, 173, 222, .55); }
.label-plan-card.magenta .plan-icon { box-shadow: inset 0 -16px 0 rgba(216, 16, 160, .55); }
.label-plan-card.indigo .plan-icon { box-shadow: inset 0 -16px 0 rgba(126, 106, 211, .55); }

.label-plan-card h3 {
  color: #080815;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 950;
  margin-top: 22px;
}

.label-price {
  color: var(--d-indigo);
  font-size: 3.4rem;
  font-weight: 950;
  line-height: 1;
  margin: 18px 0;
}

.label-price span {
  font-size: 1.4rem;
  vertical-align: super;
}

.label-price small {
  color: var(--d-muted);
  display: block;
  font-size: 1rem;
  font-weight: 800;
  margin-top: 8px;
}

.label-plan-card p {
  color: var(--d-muted);
  font-weight: 720;
  min-height: 48px;
}

.label-comparison-section {
  background: #fff;
  padding: 92px 0;
}

.label-hero {
  background:
    radial-gradient(circle at 72% 20%, rgba(19, 173, 222, .24), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(216, 16, 160, .2), transparent 34%),
    linear-gradient(135deg, #130a43 0%, #2f1680 48%, #a03eb2 100%);
  color: #fff;
  padding: 96px 0;
}

.label-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
}

.label-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 950;
  line-height: .96;
}

.label-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.24rem;
  line-height: 1.6;
  max-width: 800px;
}

.label-hero-panel {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px;
}

.label-hero-panel strong,
.label-hero-panel span {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 90px;
  text-align: center;
}

.label-hero-panel strong {
  font-size: .95rem;
  text-transform: uppercase;
}

.label-hero-panel span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 950;
}

.comparison-table-wrap {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  overflow-x: auto;
}

.comparison-table {
  border-collapse: collapse;
  color: #737384;
  min-width: 840px;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 22px;
}

.comparison-table thead th {
  color: #686879;
  font-size: .98rem;
  font-weight: 950;
  text-align: left;
}

.comparison-table tbody tr:nth-child(odd) {
  background: #f7f7f9;
}

.comparison-table tbody th {
  color: #777787;
  font-weight: 850;
  text-align: left;
}

.comparison-table tbody td {
  font-size: .98rem;
  font-weight: 400;
}

.comparison-note {
  color: var(--d-muted);
  font-size: .95rem;
  margin-top: 16px;
}

.artist-page {
  background: #fff;
}

.artist-hero-section {
  background:
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .34), transparent 23%),
    radial-gradient(circle at 12% 84%, rgba(216, 16, 160, .28), transparent 28%),
    linear-gradient(135deg, #12083e 0%, #261071 46%, #8c35bd 100%);
  color: #fff;
  overflow: hidden;
  padding: 98px 0 108px;
  position: relative;
}

.artist-hero-art {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.artist-float {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  display: flex;
  height: clamp(64px, 7vw, 110px);
  justify-content: center;
  position: absolute;
  width: clamp(64px, 7vw, 110px);
}

.artist-float img {
  height: 60%;
  object-fit: contain;
  width: 60%;
}

.af-spotify { inset-block-start: 9%; inset-inline-start: 7%; transform: rotate(-7deg); }
.af-tiktok { inset-block-end: 16%; inset-inline-start: 10%; transform: rotate(8deg); }
.af-youtube { inset-block-start: 14%; inset-inline-end: 8%; transform: rotate(6deg); }
.af-apple { inset-block-end: 12%; inset-inline-end: 14%; transform: rotate(-8deg); }

.artist-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  position: relative;
  z-index: 1;
}

.artist-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.25rem, 7.2vw, 7.4rem);
  font-weight: 950;
  line-height: .9;
  margin-bottom: 18px;
  max-width: 900px;
}

.artist-hero-copy strong {
  color: #fff;
  display: block;
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  font-weight: 950;
  line-height: 1.05;
}

.artist-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.18rem;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 760px;
}

.artist-hero-card {
  aspect-ratio: .92 / 1;
  background:
    radial-gradient(circle at 22% 22%, rgba(216, 16, 160, .22), transparent 27%),
    radial-gradient(circle at 82% 78%, rgba(19, 173, 222, .24), transparent 29%),
    rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 30px 80px rgba(0, 0, 0, .22);
  min-height: 430px;
  position: relative;
}

.artist-release-window {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  inset-block-start: 54px;
  inset-inline: 34px;
  padding: 26px;
  position: absolute;
}

.artist-release-window::before {
  background: linear-gradient(90deg, var(--d-magenta), var(--d-cyan));
  border-radius: 999px;
  content: "";
  display: block;
  height: 8px;
  margin-bottom: 24px;
  width: 138px;
}

.release-cover {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, .35), transparent 15%),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 48%, var(--d-cyan));
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 132px;
}

.release-cover span {
  border: 12px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  display: block;
  height: 72px;
  inset-block-start: 28px;
  inset-inline-start: 28px;
  position: absolute;
  width: 72px;
}

.release-cover em {
  background: rgba(16, 21, 50, .78);
  border-radius: 999px;
  display: block;
  height: 44px;
  inset-block-end: 18px;
  inset-inline-end: 16px;
  position: absolute;
  width: 44px;
}

.release-lines {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.release-lines span {
  background: #e9ebf5;
  border-radius: 999px;
  display: block;
  height: 12px;
}

.release-lines span:nth-child(1) { width: 82%; }
.release-lines span:nth-child(2) { width: 62%; }
.release-lines span:nth-child(3) { width: 74%; }

.artist-price-pill,
.artist-royalty-pill {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.artist-price-pill {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-sky));
  box-shadow: 0 22px 58px rgba(19, 173, 222, .32);
  height: 148px;
  inset-block-end: 46px;
  inset-inline-start: 30px;
  width: 148px;
}

.artist-royalty-pill {
  background: linear-gradient(135deg, var(--d-magenta), var(--d-purple));
  box-shadow: 0 22px 58px rgba(216, 16, 160, .28);
  height: 172px;
  inset-block-end: 76px;
  inset-inline-end: 28px;
  width: 172px;
}

.artist-price-pill b,
.artist-royalty-pill b {
  font-size: 3.15rem;
  font-weight: 950;
  line-height: .95;
}

.artist-price-pill span,
.artist-royalty-pill span {
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.2;
  max-width: 118px;
  opacity: .9;
  text-transform: uppercase;
}

.artist-intro-section {
  background: #fff;
  padding: 88px 0;
}

.artist-intro-grid {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
}

.artist-intro-grid h2,
.artist-steps-section h2,
.artist-pricing-section h2,
.artist-channels-section h2,
.artist-final-panel h2 {
  color: #101532;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
}

.artist-intro-copy p {
  color: var(--d-muted);
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.artist-intro-copy {
  position: relative;
}

.artist-intro-icon {
  align-items: center;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, .34), transparent 18%),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 54%, var(--d-cyan));
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(28, 18, 104, .16);
  display: flex;
  height: 112px;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  width: 112px;
}

.artist-intro-icon::before,
.artist-intro-icon::after {
  background: rgba(255, 255, 255, .2);
  border-radius: 999px;
  content: "";
  height: 12px;
  inset-inline-start: 22px;
  position: absolute;
}

.artist-intro-icon::before {
  inset-block-start: 26px;
  width: 66px;
}

.artist-intro-icon::after {
  inset-block-start: 46px;
  width: 48px;
}

.intro-note {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 18px;
  position: absolute;
  width: 18px;
}

.intro-note::before {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 46px;
  inset-block-end: 12px;
  inset-inline-start: 12px;
  position: absolute;
  width: 7px;
}

.intro-note-a {
  inset-block-end: 24px;
  inset-inline-start: 30px;
}

.intro-note-b {
  inset-block-end: 36px;
  inset-inline-start: 66px;
  transform: scale(.82);
}

.intro-wave {
  border: 3px solid rgba(255, 255, 255, .68);
  border-color: rgba(255, 255, 255, .68) transparent transparent transparent;
  border-radius: 50%;
  height: 82px;
  inset-block-end: -34px;
  inset-inline-end: -22px;
  position: absolute;
  width: 82px;
}

.artist-steps-section {
  background: var(--d-surface);
  padding: 92px 0;
}

.artist-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-step-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(28, 18, 104, .07);
  min-height: 270px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.artist-step-card::after {
  background: linear-gradient(135deg, rgba(216, 16, 160, .16), rgba(19, 173, 222, .16));
  border-radius: 50%;
  content: "";
  height: 140px;
  inset-block-start: -72px;
  inset-inline-end: -50px;
  position: absolute;
  width: 140px;
}

.artist-step-card span {
  color: var(--d-magenta);
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.artist-step-card h3 {
  color: var(--d-indigo);
  font-size: 1.55rem;
  font-weight: 950;
  margin-top: 56px;
}

.artist-step-card p {
  color: var(--d-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.artist-pricing-section {
  background: #fff;
  padding: 94px 0;
}

.artist-pricing-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.artist-pricing-badge {
  align-items: center;
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 14px;
  min-width: 230px;
  padding: 20px 24px;
}

.artist-pricing-badge strong {
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.artist-pricing-badge span {
  font-weight: 900;
  text-transform: uppercase;
}

.artist-pricing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artist-pricing-card {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  padding: 24px;
}

.artist-pricing-card span {
  color: var(--d-muted);
  display: block;
  font-size: .9rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.artist-pricing-card strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1.1;
}

.artist-pricing-card strong small {
  color: var(--d-muted);
  display: block;
  font-size: .82rem;
  font-weight: 500;
  margin-top: 6px;
  text-transform: uppercase;
}

.artist-channels-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--d-surface) 100%);
  padding: 92px 0;
}

.artist-platform-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.artist-platform-cloud span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(28, 18, 104, .06);
  color: var(--d-text);
  display: inline-flex;
  gap: 12px;
  min-height: 68px;
  padding: 16px 18px;
}

.artist-platform-cloud img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.artist-platform-cloud img.artist-platform-invert {
  filter: brightness(0) saturate(100%) invert(9%) sepia(58%) saturate(2156%) hue-rotate(238deg) brightness(91%) contrast(101%);
}

.artist-platform-cloud img.artist-platform-square {
  border-radius: 8px;
}

.artist-platform-cloud strong {
  font-weight: 900;
}

.artist-platform-more {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta)) !important;
  border-color: transparent !important;
  color: #fff !important;
  justify-content: center;
  min-width: 190px;
}

.artist-platform-more strong {
  color: #fff;
  font-size: 1.15rem;
}

.artist-final-cta {
  background: var(--d-surface);
  padding: 0 0 94px;
}

.artist-final-panel {
  background:
    radial-gradient(circle at 16% 22%, rgba(19, 173, 222, .22), transparent 28%),
    linear-gradient(135deg, #101532, var(--d-indigo) 52%, var(--d-purple));
  border-radius: 8px;
  color: #fff;
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
}

.artist-final-panel h2 {
  color: #fff;
  margin-inline: auto;
  max-width: 880px;
}

.artist-final-panel p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.18rem;
  line-height: 1.6;
  margin: 18px auto 28px;
  max-width: 620px;
}

.vevo-page {
  background: #fff;
}

.vevo-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .22), transparent 26%),
    radial-gradient(circle at 20% 88%, rgba(216, 16, 160, .2), transparent 30%),
    linear-gradient(135deg, #05050c 0%, #141038 45%, #2b1263 100%);
  color: #fff;
  overflow: hidden;
  padding: 102px 0;
  position: relative;
}

.vevo-hero-bg {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vevo-hero-bg span {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  position: absolute;
}

.vevo-hero-bg span:nth-child(1) {
  height: 220px;
  inset-block-start: 12%;
  inset-inline-end: 8%;
  transform: rotate(10deg);
  width: 220px;
}

.vevo-hero-bg span:nth-child(2) {
  height: 150px;
  inset-block-end: 12%;
  inset-inline-start: 8%;
  transform: rotate(-12deg);
  width: 150px;
}

.vevo-hero-bg span:nth-child(3) {
  background: linear-gradient(135deg, rgba(216, 16, 160, .35), rgba(19, 173, 222, .28));
  height: 90px;
  inset-block-start: 60%;
  inset-inline-end: 28%;
  width: 90px;
}

.vevo-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  position: relative;
  z-index: 1;
}

.vevo-wordmark {
  display: block;
  filter: brightness(0) invert(1);
  margin-bottom: 26px;
  max-width: 260px;
  width: min(260px, 70vw);
}

.vevo-hero-copy h1 {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 950;
  line-height: .9;
  max-width: 930px;
}

.vevo-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.2rem;
  line-height: 1.65;
  margin-top: 24px;
  max-width: 760px;
}

.vevo-video-card {
  aspect-ratio: .92 / 1;
  background:
    radial-gradient(circle at 22% 22%, rgba(216, 16, 160, .2), transparent 27%),
    radial-gradient(circle at 84% 76%, rgba(19, 173, 222, .22), transparent 29%),
    rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  min-height: 430px;
  position: relative;
}

.vevo-player {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .5)),
    linear-gradient(135deg, var(--d-magenta), var(--d-violet) 56%, var(--d-cyan));
  border-radius: 8px;
  inset-block-start: 42px;
  inset-inline: 30px;
  min-height: 250px;
  position: absolute;
  overflow: hidden;
}

.vevo-player::before,
.vevo-player::after {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  content: "";
  height: 12px;
  inset-inline: 24px;
  position: absolute;
}

.vevo-player::before {
  inset-block-end: 38px;
}

.vevo-player::after {
  inset-block-end: 18px;
  width: 48%;
}

.vevo-play {
  border-block: 38px solid transparent;
  border-inline-start: 58px solid rgba(255, 255, 255, .92);
  height: 0;
  inset-block-start: 86px;
  inset-inline-start: calc(50% - 22px);
  position: absolute;
  width: 0;
}

.vevo-player-logo {
  filter: brightness(0) invert(1);
  inset-block-start: 24px;
  inset-inline-start: 24px;
  position: absolute;
  width: 112px;
}

.vevo-player-logo img {
  display: block;
  width: 100%;
}

.vevo-metric {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
}

.vevo-metric-a {
  background: linear-gradient(135deg, var(--d-magenta), var(--d-purple));
  height: 142px;
  inset-block-end: 44px;
  inset-inline-start: 30px;
  width: 142px;
}

.vevo-metric-b {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-sky));
  height: 156px;
  inset-block-end: 66px;
  inset-inline-end: 30px;
  width: 156px;
}

.vevo-metric strong {
  font-size: 2.75rem;
  font-weight: 950;
  line-height: 1;
}

.vevo-metric span {
  font-size: .74rem;
  font-weight: 900;
  margin-top: 6px;
  opacity: .9;
  text-transform: uppercase;
}

.vevo-services-section,
.vevo-faq-section {
  background: #fff;
  padding: 92px 0;
}

.vevo-service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.vevo-service-card {
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(28, 18, 104, .07);
  padding: 34px;
}

.vevo-service-card.accent {
  background:
    radial-gradient(circle at 90% 10%, rgba(19, 173, 222, .18), transparent 24%),
    #fff;
  border-color: rgba(216, 16, 160, .28);
}

.vevo-card-top {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.vevo-service-card h3 {
  color: var(--d-indigo);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 950;
  line-height: 1;
}

.vevo-price {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  padding: 18px 20px;
}

.vevo-service-card p {
  color: var(--d-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 24px 0;
}

.vevo-service-card ul {
  color: var(--d-text);
  display: grid;
  gap: 10px;
  font-weight: 760;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.vevo-service-card li::before {
  color: var(--d-cyan);
  content: "✓";
  font-weight: 950;
  margin-inline-end: 9px;
}

.vevo-how-section {
  background: var(--d-surface);
  padding: 92px 0;
}

.vevo-step-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vevo-step-card,
.vevo-faq-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: 26px;
}

.vevo-step-card span {
  color: var(--d-magenta);
  font-size: .84rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.vevo-step-card h3 {
  color: var(--d-indigo);
  font-size: 1.35rem;
  font-weight: 950;
  margin-top: 42px;
}

.vevo-step-card p,
.vevo-faq-card p {
  color: var(--d-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.vevo-faq-grid {
  display: grid;
  gap: 14px;
  margin: 34px auto 0;
  max-width: 980px;
}

.vevo-faq-card summary {
  color: var(--d-indigo);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 950;
}

.vevo-faq-card p {
  margin-top: 14px;
}

.vevo-final-section {
  background: var(--d-surface);
  padding: 0 0 94px;
}

.vevo-final-panel {
  background:
    radial-gradient(circle at 18% 20%, rgba(19, 173, 222, .22), transparent 24%),
    linear-gradient(135deg, #05050c, var(--d-indigo) 56%, var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
}

.vevo-final-panel img {
  filter: brightness(0) invert(1);
  margin-bottom: 24px;
  max-width: 190px;
  width: 60%;
}

.vevo-final-panel h2 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 950;
  line-height: .98;
  margin: 0 auto 28px;
  max-width: 820px;
}

.page-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .08), rgba(0, 0, 0, .55)),
    linear-gradient(120deg, #150a49 0%, #39158f 45%, #d810a0 100%);
  color: #fff;
  padding: 78px 0 86px;
}

.page-breadcrumb {
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  font-weight: 760;
  margin-bottom: 34px;
}

.page-hero-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr auto;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 950;
  line-height: .96;
}

.page-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.25rem;
  line-height: 1.55;
  max-width: 760px;
}

.page-dsp-logo {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  display: flex;
  height: clamp(130px, 18vw, 220px);
  justify-content: center;
  width: clamp(130px, 18vw, 220px);
}

.page-dsp-logo img {
  object-fit: contain;
  height: 58%;
  width: 58%;
}

.page-dsp-logo img.page-logo-invert {
  filter: brightness(0) invert(1);
}

.page-dsp-logo img.page-logo-wide {
  height: auto;
  width: 74%;
}

.page-dsp-logo img.page-logo-square {
  border-radius: 8px;
  height: 70%;
  width: 70%;
}

.page-wordmark {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
}

.page-content-section {
  background: #fff;
  padding: 70px 0;
}

.page-content {
  color: #24213d;
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 900px;
}

.page-content h2 {
  color: var(--d-indigo);
  font-size: 2rem;
  font-weight: 900;
  margin-top: 34px;
}

.page-content li {
  margin-bottom: .55rem;
}

.channels-menu {
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(21, 20, 43, .12);
  min-width: 230px;
  padding: .55rem;
}

.channels-menu .dropdown-item {
  border-radius: 6px;
  color: var(--d-text);
  font-weight: 760;
  padding: .72rem .85rem;
}

.channels-menu .dropdown-item:hover,
.channels-menu .dropdown-item:focus {
  background: rgba(19, 173, 222, .1);
  color: var(--d-indigo);
}

.channels-page,
.dsp-channel-page {
  background: #fff;
  overflow-x: hidden;
}

.channels-hero,
.dsp-channel-hero {
  background:
    linear-gradient(180deg, rgba(9, 5, 33, .08), rgba(0, 0, 0, .58)),
    radial-gradient(circle at 78% 16%, rgba(19, 173, 222, .42), transparent 28%),
    linear-gradient(120deg, #11072e 0%, #29106e 48%, #d810a0 120%);
  color: #fff;
  min-height: 620px;
  overflow: hidden;
  padding: 88px 0;
  position: relative;
}

.channels-hero::before,
.dsp-channel-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
  inset: 0;
  opacity: .28;
  position: absolute;
}

.channels-hero-grid,
.dsp-channel-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr);
  position: relative;
  z-index: 2;
}

.channels-hero h1,
.dsp-channel-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 950;
  line-height: .94;
  max-width: 930px;
}

.channels-hero p,
.dsp-channel-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
  max-width: 760px;
}

.channels-hero-panel {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  padding: 34px;
}

.channels-hero-panel span {
  color: #fff;
  display: block;
  font-size: clamp(4.2rem, 8vw, 7rem);
  font-weight: 950;
  line-height: .86;
}

.channels-hero-panel strong {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  margin: 18px 0 12px;
  text-transform: uppercase;
}

.channels-orbit {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.channels-orbit-logo {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  display: flex;
  height: 74px;
  justify-content: center;
  opacity: .82;
  position: absolute;
  width: 74px;
}

.channels-orbit-logo img {
  height: 54%;
  object-fit: contain;
  width: 54%;
}

.channels-orbit-logo .channel-logo-wide {
  width: 70%;
}

.channel-orbit-0 { inset-block-start: 12%; inset-inline-start: 7%; transform: rotate(-8deg); }
.channel-orbit-1 { inset-block-start: 22%; inset-inline-end: 10%; transform: rotate(7deg); }
.channel-orbit-2 { inset-block-end: 17%; inset-inline-start: 13%; transform: rotate(5deg); }
.channel-orbit-3 { inset-block-end: 20%; inset-inline-end: 20%; transform: rotate(-6deg); }
.channel-orbit-4 { inset-block-start: 42%; inset-inline-start: 48%; transform: rotate(4deg); }
.channel-orbit-5 { inset-block-start: 10%; inset-inline-start: 58%; transform: rotate(-5deg); }
.channel-orbit-6 { inset-block-end: 10%; inset-inline-end: 8%; transform: rotate(6deg); }

.channels-grid-section,
.dsp-channel-body {
  background: #fff;
  padding: 88px 0;
}

.channels-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.channel-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
  color: var(--d-text);
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 26px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.channel-card:hover {
  border-color: rgba(19, 173, 222, .38);
  box-shadow: 0 24px 70px rgba(28, 18, 104, .14);
  color: var(--d-text);
  transform: translateY(-4px);
}

.channel-card-icon {
  align-items: center;
  background: #f4f5fa;
  border: 1px solid #ebeef6;
  border-radius: 8px;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 22px;
  width: 52px;
}

.channel-card-icon img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.channel-card-icon .channel-logo-wide {
  width: 38px;
}

.channel-card strong {
  color: #111532;
  font-size: 1.32rem;
  font-weight: 920;
  margin-bottom: 10px;
}

.channel-card p {
  color: var(--d-muted);
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

.channels-dashboard-note {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(19, 173, 222, .1), rgba(216, 16, 160, .08));
  border: 1px solid rgba(19, 173, 222, .2);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, .55fr) 1fr;
  margin-top: 54px;
  padding: 30px;
}

.channels-dashboard-note h2 {
  color: var(--d-indigo);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 950;
  margin: 0;
}

.channels-dashboard-note p {
  color: #24213d;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
}

.channels-full-section {
  background: linear-gradient(180deg, #fff, #f8f9fe);
  padding: 18px 0 88px;
}

.channels-complete-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 36px;
}

.channel-pill {
  align-items: center;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 999px;
  color: var(--d-text);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 780;
  justify-content: center;
  min-height: 46px;
  padding: .65rem .9rem;
  text-align: center;
  text-decoration: none;
}

.channel-pill.linked {
  border-color: rgba(19, 173, 222, .24);
  box-shadow: 0 12px 26px rgba(28, 18, 104, .06);
  color: var(--d-indigo);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.channel-pill.linked::before {
  background: linear-gradient(90deg, var(--d-cyan), var(--d-magenta));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .18s ease;
}

.channel-pill.linked:hover {
  border-color: transparent;
  color: #fff;
}

.channel-pill.linked:hover::before {
  opacity: 1;
}

.channel-pill.linked::before {
  z-index: -1;
}

.channel-pill-more {
  background: linear-gradient(90deg, rgba(34, 181, 221, .13), rgba(212, 33, 164, .13));
  border-color: rgba(212, 33, 164, .2);
  color: var(--d-indigo);
  font-style: italic;
}

.dsp-channel-logo-panel {
  align-items: center;
  display: flex;
  justify-content: center;
}

.dsp-channel-logo-panel > span {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  display: flex;
  height: clamp(180px, 23vw, 290px);
  justify-content: center;
  width: clamp(180px, 23vw, 290px);
}

.dsp-channel-logo-panel img {
  height: 46%;
  object-fit: contain;
  width: 46%;
}

.dsp-channel-logo-panel img.dsp-logo-wide {
  height: auto;
  width: 68%;
}

.dsp-channel-content-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .38fr);
}

.dsp-channel-info,
.dsp-side-panel,
.meta-apps-panel {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
  padding: 34px;
}

.dsp-channel-info h2,
.meta-apps-panel h2 {
  color: #101532;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 1;
}

.dsp-channel-info p,
.dsp-side-panel p {
  color: var(--d-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.dsp-check-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.dsp-check-list li {
  align-items: flex-start;
  color: #24213d;
  display: flex;
  font-weight: 760;
  gap: 12px;
}

.dsp-check-list li::before {
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 24px;
  font-size: .84rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  margin-top: 2px;
  width: 24px;
}

.dsp-side-panel {
  background:
    linear-gradient(180deg, #fff, #f8f9fe);
}

.dsp-side-panel strong {
  color: var(--d-indigo);
  display: block;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 18px;
}

.meta-apps-panel {
  margin-top: 28px;
}

.meta-app-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.meta-app-grid span {
  align-items: center;
  background: #f7f8fc;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: #111532;
  display: inline-flex;
  font-size: 1.08rem;
  font-weight: 850;
  gap: 12px;
  justify-content: center;
  min-height: 82px;
  padding: 16px;
}

.meta-app-grid img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.support-page {
  background: #fff;
  overflow-x: hidden;
}

.support-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(19, 173, 222, .34), transparent 26%),
    radial-gradient(circle at 18% 82%, rgba(216, 16, 160, .22), transparent 30%),
    linear-gradient(135deg, #120838 0%, #2d1178 48%, #d810a0 128%);
  color: #fff;
  overflow: hidden;
  padding: 88px 0 96px;
  position: relative;
}

.support-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 82px 82px;
  content: "";
  inset: 0;
  opacity: .28;
  position: absolute;
}

.support-hero-grid {
  align-items: end;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .42fr);
  position: relative;
  z-index: 1;
}

.support-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  font-weight: 950;
  line-height: .95;
  max-width: 980px;
}

.support-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.55;
  max-width: 760px;
}

.support-hero-card {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  padding: 28px;
}

.support-hero-card span {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 920;
  margin-bottom: 12px;
}

.support-hero-card p {
  font-size: 1rem;
  margin: 0;
}

.support-form-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8f9fe 100%);
  padding: 78px 0 92px;
}

.support-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, .36fr) minmax(0, 1fr);
}

.support-flow-card,
.support-form-card {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .08);
}

.support-flow-card {
  overflow: hidden;
  padding: 28px;
  position: sticky;
  top: 112px;
}

.support-flow-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.support-flow-item {
  align-items: center;
  background: #f7f8fc;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  padding: 16px;
}

.support-flow-item span {
  align-items: center;
  background: linear-gradient(135deg, var(--d-cyan), var(--d-magenta));
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 40px;
  font-size: .82rem;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.support-flow-item strong {
  color: #141936;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.support-form-card {
  padding: 34px;
}

.support-form-head {
  margin-bottom: 28px;
}

.support-form-head h2 {
  color: #101532;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 950;
  line-height: .98;
  margin-bottom: 12px;
}

.support-form-head p {
  color: var(--d-muted);
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  max-width: 660px;
}

.support-field-grid {
  display: grid;
  gap: 18px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-field-grid .span-2 {
  grid-column: 1 / -1;
}

.support-form-card .form-label {
  color: #24213d;
  font-weight: 850;
  margin-bottom: 8px;
}

.support-form-card .form-control,
.support-form-card .form-select {
  background-color: #fff;
  border-color: #dfe4f1;
  border-radius: 8px;
  min-height: 54px;
}

.support-form-card textarea.form-control {
  min-height: 190px;
  resize: vertical;
}

.support-file-input {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  min-height: 54px;
  overflow: hidden;
  width: 100%;
}

.support-file-input input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.support-file-input strong {
  align-items: center;
  align-self: stretch;
  background: #f7f8fc;
  border-inline-end: 1px solid #dfe4f1;
  color: var(--d-indigo);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 880;
  padding: 0 20px;
}

.support-file-input span {
  color: var(--d-muted);
  min-width: 0;
  overflow: hidden;
  padding: 0 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-submit {
  min-width: 230px;
}

.dashboard-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
  overflow-x: hidden;
  width: 100%;
}

.dashboard-shell > * {
  min-width: 0;
}

.sidebar {
  background: #fff;
  border-inline-end: 1px solid var(--d-border);
}

.admin-sidebar {
  height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 0;
}

.admin-nav {
  display: grid;
  gap: 4px;
}

.admin-nav-group {
  color: var(--d-muted);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  margin: 18px 0 6px;
  text-transform: uppercase;
}

.sidebar .nav-link {
  color: var(--d-text);
  border-radius: 8px;
  font-weight: 650;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: var(--d-indigo);
  background: rgba(19, 173, 222, .12);
}

.admin-content {
  min-width: 0;
}

.admin-hero,
.admin-page-head {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(19, 173, 222, .2), transparent 28%),
    linear-gradient(135deg, #fff, #f6f8ff);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: clamp(26px, 4vw, 44px);
}

.admin-hero h1,
.admin-page-head h1 {
  color: #101532;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 10px;
}

.admin-hero p,
.admin-page-head p {
  color: var(--d-muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 760px;
}

.admin-version-card {
  background: linear-gradient(135deg, var(--d-indigo), var(--d-magenta));
  border-radius: 8px;
  color: #fff;
  min-width: 160px;
  padding: 22px;
  text-align: center;
}

.admin-version-card span {
  display: block;
  font-size: .78rem;
  font-weight: 900;
  opacity: .82;
  text-transform: uppercase;
}

.admin-version-card strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 950;
  line-height: 1;
}

.admin-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.admin-stat-card,
.admin-panel {
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
}

.admin-stat-card {
  padding: 22px;
}

.admin-stat-card span {
  color: var(--d-muted);
  display: block;
  font-size: .8rem;
  font-weight: 900;
  min-height: 34px;
  text-transform: uppercase;
}

.admin-stat-card strong {
  color: var(--d-indigo);
  display: block;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 950;
  line-height: 1;
}

.admin-panel h2 {
  color: var(--d-indigo);
  font-size: 1.25rem;
  font-weight: 950;
  margin-bottom: 14px;
}

.status-pill {
  background: rgba(19, 173, 222, .12);
  border: 1px solid rgba(19, 173, 222, .18);
  border-radius: 999px;
  color: var(--d-indigo);
  display: inline-flex;
  font-size: .78rem;
  font-weight: 850;
  padding: .3rem .65rem;
}

.admin-health-list {
  display: grid;
  gap: 10px;
}

.admin-health-list div {
  align-items: center;
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

.admin-health-list span {
  font-weight: 760;
}

.admin-health-list strong {
  font-size: .82rem;
  font-weight: 900;
}

.admin-health-list .ready {
  color: #087f5b;
}

.admin-health-list .missing {
  color: var(--d-magenta);
}

.admin-quick-links {
  display: grid;
  gap: 10px;
}

.admin-quick-links a {
  align-items: center;
  background: var(--d-surface);
  border: 1px solid var(--d-border);
  border-radius: 8px;
  color: var(--d-text);
  display: flex;
  font-weight: 850;
  justify-content: space-between;
  padding: 14px 16px;
  text-decoration: none;
}

.admin-quick-links a:hover {
  border-color: rgba(19, 173, 222, .5);
  color: var(--d-indigo);
}

.admin-settings-grid,
.admin-editor-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 300px minmax(0, 1fr);
}

.settings-tabs {
  align-self: start;
  background: #fff;
  border: 1px solid var(--d-border);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(28, 18, 104, .06);
  padding: 10px;
  position: sticky;
  top: 22px;
}

.settings-tab {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--d-text);
  padding: 14px;
  text-align: left;
  width: 100%;
}

.settings-tab strong,
.settings-tab span {
  display: block;
}

.settings-tab strong {
  font-weight: 950;
}

.settings-tab span {
  color: var(--d-muted);
  font-size: .86rem;
  line-height: 1.35;
  margin-top: 4px;
}

.settings-tab.active {
  background: rgba(19, 173, 222, .12);
  color: var(--d-indigo);
}

.code-textarea {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .92rem;
}

.sticky-admin-actions {
  background: rgba(247, 248, 252, .86);
  border-top: 1px solid var(--d-border);
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  margin: 28px -3rem -3rem;
  padding: 18px 3rem;
  position: sticky;
  z-index: 4;
  backdrop-filter: blur(12px);
}

.content-surface {
  background: var(--d-surface);
}

.table {
  --bs-table-bg: #fff;
  border-color: var(--d-border);
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: var(--d-border);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--d-cyan);
  box-shadow: 0 0 0 .2rem rgba(19, 173, 222, .16);
}

.rtl {
  direction: rtl;
  text-align: right;
}

@media (max-width: 1399.98px) {
  .site-nav {
    min-height: 74px;
  }

  .home-hero {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    min-height: 780px;
  }

  .hero-inner {
    min-height: 650px;
    padding-bottom: 220px;
    padding-top: 58px;
  }

  .floating-logo {
    opacity: .48;
  }

  .float-a { inset-block-start: 4%; inset-inline-start: -22px; }
  .float-b { inset-block-start: 56%; inset-inline-start: 10px; }
  .float-c { inset-block-start: 12%; inset-inline-end: -20px; }
  .float-d { inset-block-start: 62%; inset-inline-end: 18px; }
  .float-e { display: none; }

	  .feature-grid,
	  .artist-hero-grid,
	  .artist-intro-grid,
	  .artist-step-grid,
	  .artist-pricing-grid,
	  .vevo-hero-grid,
	  .vevo-service-grid,
	  .vevo-step-grid,
	  .label-hero-grid,
	  .label-plan-cards,
	  .page-hero-grid,
	  .channels-hero-grid,
	  .dsp-channel-grid,
	  .dsp-channel-content-grid,
	  .channels-dashboard-note,
	  .support-hero-grid,
	  .support-layout,
	  .platform-grid {
	    grid-template-columns: 1fr;
	  }

  .label-plan-card.magenta {
    transform: none;
  }

  .artist-stats {
    grid-template-columns: 1fr;
  }

  .artist-hero-section {
    padding: 74px 0 86px;
  }

  .artist-hero-card {
    min-height: 390px;
  }

  .artist-pricing-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vevo-hero {
    padding: 76px 0 86px;
  }

  .vevo-video-card {
    min-height: 390px;
  }

	  .page-dsp-logo {
	    height: 120px;
	    width: 120px;
	  }

	  .channels-hero,
	  .dsp-channel-hero {
	    min-height: auto;
	    padding: 64px 0;
	  }

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

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

	  .channels-orbit-logo {
	    height: 58px;
	    opacity: .35;
	    width: 58px;
	  }

	  .dsp-channel-logo-panel {
	    justify-content: flex-start;
	  }

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

	  .support-flow-card {
	    position: static;
	  }

  .feature-tile {
    min-height: 220px;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    max-width: 100vw;
  }

  .content-surface {
    max-width: 100vw;
    min-width: 0;
    overflow-x: hidden;
  }

  .admin-sidebar {
    height: auto;
    position: static;
  }

  .sidebar {
    position: static;
    border-inline-end: 0;
    border-bottom: 1px solid var(--d-border);
  }

  .admin-hero,
  .admin-page-head {
    align-items: stretch;
    flex-direction: column;
  }

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

  .admin-settings-grid,
  .admin-editor-grid {
    grid-template-columns: 1fr;
  }

  .settings-tabs {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 128px;
  }

  .brand-logo-flow {
    width: 138px;
  }

  .footer-main,
  .footer-right,
  .footer-signature {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-brand-row {
    gap: 10px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mantovani-logo-mark {
    width: 70px;
  }

  .hero-copy h1 {
    font-size: 2.65rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-button {
    width: 100%;
  }

  .dsp-logos {
    gap: 12px 16px;
  }

  .dsp-logo-link img {
    height: 22px;
    width: 22px;
  }

  .dsp-logo-link img.partner-square-logo,
  .dsp-logo-link img.partner-square-logo.amazon-logo-img,
  .dsp-logo-link img.partner-square-logo.jaxsta-logo-img {
    height: 18px;
    padding: 1px;
    width: 18px;
  }

  .dsp-logo-link span {
    font-size: .82rem;
  }

	  .channels-complete-grid {
	    grid-template-columns: 1fr;
	  }

	  .channel-pill {
	    justify-content: flex-start;
	  }

	  .intro-section,
	  .artist-model-section,
	  .artist-intro-section,
	  .artist-steps-section,
	  .artist-pricing-section,
	  .artist-channels-section,
	  .channels-grid-section,
	  .dsp-channel-body,
	  .support-form-section,
	  .vevo-services-section,
	  .vevo-how-section,
	  .vevo-faq-section,
	  .label-plans-section,
  .label-comparison-section,
  .platform-section,
  .plans-section {
    padding: 58px 0;
  }

	  .artist-hero-section {
	    padding: 58px 0 68px;
	  }

	  .channels-hero h1,
	  .dsp-channel-hero h1,
	  .support-hero h1 {
	    font-size: 3rem;
	  }

	  .channels-hero p,
	  .dsp-channel-hero p,
	  .support-hero p {
	    font-size: 1rem;
	  }

	  .support-hero {
	    padding: 58px 0 68px;
	  }

	  .support-field-grid {
	    grid-template-columns: 1fr;
	  }

	  .support-field-grid .span-2 {
	    grid-column: auto;
	  }

	  .support-form-card,
	  .support-flow-card,
	  .support-hero-card {
	    padding: 24px;
	  }

	  .support-submit {
	    width: 100%;
	  }

	  .channels-card-grid,
	  .meta-app-grid {
	    grid-template-columns: 1fr;
	  }

	  .channel-card {
	    min-height: auto;
	    padding: 22px;
	  }

	  .channels-dashboard-note,
	  .dsp-channel-info,
	  .dsp-side-panel,
	  .meta-apps-panel {
	    padding: 24px;
	  }

	  .dsp-channel-logo-panel > span {
	    height: 150px;
	    width: 150px;
	  }

  .artist-float {
    opacity: .36;
  }

  .af-spotify { inset-inline-start: -18px; }
  .af-tiktok { inset-inline-start: -20px; }
  .af-youtube { inset-inline-end: -18px; }
  .af-apple { inset-inline-end: -24px; }

  .artist-hero-copy h1 {
    font-size: 3rem;
  }

  .artist-hero-copy p {
    font-size: 1rem;
  }

  .artist-hero-card {
    min-height: 340px;
  }

  .artist-release-window {
    inset-block-start: 28px;
    inset-inline: 20px;
    padding: 20px;
  }

  .release-cover {
    width: 104px;
  }

  .release-cover span {
    height: 58px;
    inset-block-start: 22px;
    inset-inline-start: 22px;
    width: 58px;
  }

  .artist-price-pill {
    height: 112px;
    inset-block-end: 28px;
    inset-inline-start: 20px;
    width: 112px;
  }

  .artist-royalty-pill {
    height: 128px;
    inset-block-end: 44px;
    inset-inline-end: 20px;
    width: 128px;
  }

  .artist-price-pill b,
  .artist-royalty-pill b {
    font-size: 2.4rem;
  }

  .artist-price-pill span,
  .artist-royalty-pill span {
    font-size: .64rem;
    max-width: 92px;
  }

  .artist-step-card {
    min-height: 230px;
  }

  .artist-step-card h3 {
    margin-top: 36px;
  }

  .artist-final-panel h2 {
    font-size: 2.35rem;
  }

  .artist-final-panel p {
    font-size: 1rem;
  }

  .artist-pricing-badge {
    min-width: 0;
  }

  .artist-platform-cloud {
    justify-content: stretch;
  }

  .artist-platform-cloud span {
    flex: 1 1 calc(50% - 8px);
    min-width: 142px;
  }

  .vevo-hero {
    padding: 58px 0 68px;
  }

  .vevo-hero-copy h1 {
    font-size: 3rem;
  }

  .vevo-hero-copy p {
    font-size: 1rem;
  }

  .vevo-video-card {
    min-height: 340px;
  }

  .vevo-player {
    inset-block-start: 26px;
    inset-inline: 18px;
    min-height: 205px;
  }

  .vevo-play {
    border-block-width: 28px;
    border-inline-start-width: 44px;
    inset-block-start: 72px;
  }

  .vevo-player-logo {
    width: 92px;
  }

  .vevo-metric-a {
    height: 112px;
    inset-block-end: 30px;
    inset-inline-start: 20px;
    width: 112px;
  }

  .vevo-metric-b {
    height: 124px;
    inset-block-end: 46px;
    inset-inline-end: 20px;
    width: 124px;
  }

  .vevo-metric strong {
    font-size: 2.15rem;
  }

  .vevo-card-top {
    display: block;
  }

  .vevo-price {
    display: inline-flex;
    margin-top: 16px;
  }

  .vevo-service-card {
    padding: 24px;
  }

  .admin-stat-grid {
    grid-template-columns: 1fr;
  }

  .sticky-admin-actions {
    margin: 24px -1rem -1rem;
    padding: 14px 1rem;
  }

  .artist-visual {
    aspect-ratio: auto;
    min-height: 360px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .price-orb {
    height: 120px;
    inset-block-start: 28px;
    inset-inline-start: 24px;
    width: 120px;
  }

  .royalty-orb {
    height: 140px;
    inset-block-end: 42px;
    inset-inline-end: 24px;
    width: 140px;
  }

  .price-orb span,
  .royalty-orb span {
    font-size: 2.7rem;
  }

  .artist-card {
    inset-inline: 18px;
    max-width: none;
  }

  .label-hero-panel {
    grid-template-columns: 1fr;
  }

  .label-hero-panel strong,
  .label-hero-panel span {
    min-height: 58px;
  }

  .comparison-table-wrap {
    border: 0;
    overflow-x: visible;
  }

  .comparison-table {
    min-width: 0;
  }

  .comparison-table thead {
    display: none;
  }

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

  .comparison-table tbody tr {
    background: #fff;
    border: 1px solid var(--d-border);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .comparison-table tbody tr:nth-child(odd) {
    background: #fff;
  }

  .comparison-table tbody th {
    background: #f7f8fc;
    color: var(--d-indigo);
    font-size: .98rem;
    font-weight: 900;
    padding: 14px 16px;
  }

  .comparison-table tbody td {
    align-items: center;
    border-top: 1px solid var(--d-border);
    display: flex;
    font-size: .92rem;
    font-weight: 400;
    justify-content: space-between;
    padding: 11px 16px;
  }

  .comparison-table tbody td::before {
    color: var(--d-muted);
    content: attr(data-plan);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
  }
}

@media (max-width: 900px) {
  .user-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vevo-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .account-overview-grid {
    grid-template-columns: 1fr;
  }

  .account-left-column,
  .account-side-column {
    min-width: 0;
  }

  .account-promo-section {
    grid-template-columns: 1fr;
  }

  .account-notifications-card {
    grid-column: auto;
  }

  .account-consumer-content {
    grid-template-columns: 1fr;
  }

  .account-consumer-content > img {
    justify-self: center;
    max-width: 150px;
  }

  .vevo-channel-list-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .vevo-channel-row-actions,
  .vevo-channel-row-actions .btn,
  .vevo-upload-cta,
  .vevo-action-button {
    width: 100%;
  }

  .vevo-channel-row-actions,
  .vevo-header-actions {
    min-width: 0;
    width: 100%;
  }

  .vevo-header-actions {
    justify-items: stretch;
  }

  .vevo-credit-inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .wizard-actions {
    flex-direction: column-reverse;
  }

  .wizard-actions .btn {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .content-surface {
    padding-inline: 1rem !important;
  }

  .user-wizard-card {
    border-radius: 16px;
    padding: 1rem;
    width: 100%;
  }

  .vevo-wizard-progress {
    gap: .35rem;
  }

  .user-card {
    border-radius: 16px;
    padding: 1rem;
  }

  .migration-alert {
    align-items: flex-start;
    border-radius: 16px;
    padding: 1rem;
  }

  .account-plan-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-plan-summary h2,
  .account-consumer-content h2 {
    font-size: clamp(2.1rem, 14vw, 3rem);
  }

  .account-dashboard-actions .vevo-action-button,
  .account-dashboard-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .account-promo-card {
    min-height: 0;
  }

  .account-promo-brand {
    align-items: flex-start;
    min-height: 0;
  }

  .account-promo-brand img {
    max-height: 46px;
    max-width: min(220px, 100%);
  }

  .vevo-form-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vevo-video-table {
    min-width: 760px;
  }

  .dynamic-input-row,
  .direct-upload-actions {
    grid-template-columns: 1fr;
  }

  .dynamic-input-row .btn,
  .direct-upload-actions .btn {
    width: 100%;
  }
}
