.custom-music-page main {
  overflow: clip;
}

.cm-hero,
.cm-mixes,
.cm-reserve {
  scroll-margin-top: 118px;
}

.cm-progress-rail {
  position: fixed;
  top: 98px;
  right: clamp(14px, 2vw, 28px);
  z-index: 38;
  display: grid;
  gap: 8px;
  width: min(188px, 24vw);
  padding: 11px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(22, 24, 30, 0.78);
  backdrop-filter: blur(12px);
}

.cm-progress-step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(227, 232, 241, 0.86);
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease), color 0.2s var(--ease);
}

.cm-progress-index {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Oxanium", "Segoe UI", sans-serif;
}

.cm-progress-step.is-active {
  border-color: rgba(250, 76, 41, 0.5);
  background: rgba(250, 76, 41, 0.14);
  color: #ffe4d1;
}

.cm-progress-step.is-active .cm-progress-index {
  border-color: rgba(250, 76, 41, 0.72);
  background: rgba(250, 76, 41, 0.24);
}

.cm-progress-step:focus-visible {
  outline: none;
  border-color: rgba(250, 76, 41, 0.62);
}

.cm-hero {
  position: relative;
  margin-top: calc(-1 * (var(--ai-dock-height) + 34px));
  padding: calc(clamp(132px, 16vw, 196px) + var(--ai-dock-height) + 34px) 0 clamp(76px, 10vw, 112px);
  isolation: isolate;
  overflow: clip;
  background: #17191f;
}

.cm-hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.cm-hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
}

.cm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 82% 12%, rgba(250, 76, 41, 0.26), transparent 52%),
    linear-gradient(150deg, rgba(12, 14, 18, 0.92) 10%, rgba(19, 21, 26, 0.88) 60%, rgba(26, 28, 33, 0.95) 100%);
}

.cm-hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.035) 0.45px, transparent 0.45px);
  background-size: 3px 3px;
  opacity: 0.46;
}

.cm-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(24px, 3.6vw, 54px);
  align-items: center;
}

.cm-hero-copy h1 {
  margin: 14px 0 8px;
  font-size: clamp(2.3rem, 5.9vw, 5.05rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.cm-subtitle {
  margin: 0;
  color: var(--accent);
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.36rem);
}

.cm-intro {
  margin: 20px 0 0;
  max-width: 72ch;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.cm-hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cm-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(21, 23, 28, 0.82);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.24s var(--ease), border-color 0.24s var(--ease), background-color 0.24s var(--ease);
}

.cm-secondary-btn:hover,
.cm-secondary-btn:focus-visible {
  border-color: rgba(250, 76, 41, 0.58);
  background: rgba(38, 41, 49, 0.92);
  transform: translateY(-1px);
}

.cm-hero-image {
  min-height: clamp(312px, 34vw, 500px);
  background: linear-gradient(150deg, rgba(43, 47, 56, 0.94), rgba(22, 24, 29, 0.94));
  border: 1px solid rgba(250, 76, 41, 0.38);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.4);
}

.cm-mixes {
  position: relative;
  background:
    radial-gradient(circle at 16% -7%, rgba(250, 76, 41, 0.12), transparent 43%),
    radial-gradient(circle at 86% 108%, rgba(250, 76, 41, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(26, 27, 31, 1) 0%, rgba(29, 31, 36, 1) 100%);
}

.cm-section-lead {
  margin: 16px 0 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.65;
}

.cm-selected-summary {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 76, 41, 0.46);
  background: rgba(250, 76, 41, 0.13);
  color: #ffd6b8;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.cm-tier-stack {
  margin-top: clamp(30px, 4.4vw, 54px);
  display: grid;
  gap: 18px;
}

.cm-tier-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(175deg, rgba(48, 51, 59, 0.9), rgba(33, 35, 42, 0.96)),
    rgba(46, 49, 56, 0.9);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
  padding: clamp(18px, 2.5vw, 30px);
}

.cm-tier-card[data-selected="true"] {
  border-color: rgba(250, 76, 41, 0.62);
  box-shadow: 0 0 0 1px rgba(250, 76, 41, 0.35), 0 24px 44px rgba(0, 0, 0, 0.28);
}

.cm-tier-card[data-selected="true"] .cm-select-btn {
  border-color: rgba(250, 76, 41, 0.96);
  background: linear-gradient(135deg, #fa4c29, #fa4c29);
  box-shadow: 0 12px 24px rgba(250, 76, 41, 0.26);
}

.cm-tier-champion {
  border-color: rgba(250, 76, 41, 0.44);
  background:
    radial-gradient(circle at 96% 6%, rgba(250, 76, 41, 0.16), transparent 32%),
    linear-gradient(175deg, rgba(56, 50, 39, 0.36), rgba(33, 35, 42, 0.97));
}

.cm-tier-legendary {
  border-color: rgba(250, 76, 41, 0.5);
}

.cm-tier-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}

.cm-tier-head h3 {
  margin: 5px 0 0;
  font-size: clamp(1.58rem, 3.15vw, 2.5rem);
  line-height: 1.02;
}

.cm-tier-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(236, 240, 247, 0.92);
  background: rgba(33, 35, 41, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
}

.cm-tier-kicker-featured {
  border-color: rgba(250, 76, 41, 0.5);
  background: rgba(250, 76, 41, 0.17);
  color: #ffd8bc;
}

.cm-select-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  flex-shrink: 0;
  min-height: 52px;
  padding: 0.9rem 1.42rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 76, 41, 0.94);
  background: linear-gradient(135deg, #fa4c29, #fa4c29);
  color: #16191e;
  box-shadow: 0 12px 24px rgba(250, 76, 41, 0.26);
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), filter 0.2s var(--ease);
}

.cm-select-btn:hover,
.cm-select-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(250, 76, 41, 0.98);
  background: linear-gradient(135deg, #fa4c29, #fa4c29);
  color: #12161a;
  outline: none;
}

.cm-tier-alert {
  margin: 14px 0 0;
  border-radius: 12px;
  border: 1px solid rgba(250, 76, 41, 0.54);
  background: rgba(250, 76, 41, 0.11);
  color: #ffd3b1;
  padding: 0.82rem 0.96rem;
  font-size: 0.89rem;
  font-weight: 600;
  line-height: 1.5;
}

.cm-tier-layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(14px, 2.2vw, 22px);
}

.cm-tier-description {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.cm-video-shell {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(26, 28, 34, 0.9);
  padding: 10px;
}

.cm-video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  border: 1px dashed rgba(250, 76, 41, 0.5);
  background:
    radial-gradient(circle at 82% 14%, rgba(250, 76, 41, 0.17), transparent 55%),
    linear-gradient(165deg, rgba(43, 47, 55, 0.74), rgba(31, 34, 40, 0.95));
  color: rgba(244, 246, 251, 0.8);
  display: grid;
  place-items: center;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem;
}

.cm-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  border: 1px dashed rgba(250, 76, 41, 0.5);
  background: rgba(16, 18, 23, 0.86);
}

.cm-video-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cm-video-caption {
  margin: 10px 4px 2px;
  color: rgba(222, 227, 236, 0.9);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cm-pricing-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.cm-duration-option {
  appearance: none;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 26, 31, 0.84);
  padding: 0.62rem 0.44rem 0.66rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.cm-duration-option span {
  margin: 0;
  display: block;
  color: rgba(223, 228, 237, 0.82);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.cm-duration-option strong {
  margin-top: 6px;
  display: block;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  color: var(--text);
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.cm-duration-option:hover,
.cm-duration-option:focus-visible {
  border-color: rgba(250, 76, 41, 0.5);
  transform: translateY(-1px);
  outline: none;
}

.cm-duration-option[aria-pressed="true"] {
  border-color: rgba(250, 76, 41, 0.64);
  background: rgba(250, 76, 41, 0.2);
  box-shadow: inset 0 0 0 1px rgba(250, 76, 41, 0.38);
}

.cm-select-btn {
  margin-top: 22px;
}

.cm-reserve {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 12% 0%, rgba(250, 76, 41, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(34, 36, 43, 0.72), rgba(28, 30, 36, 0.92));
}

.cm-booking-form {
  margin-top: clamp(24px, 3.6vw, 42px);
  display: grid;
  gap: 16px;
}

.cm-form-panel {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(168deg, rgba(47, 50, 59, 0.84), rgba(35, 38, 45, 0.96)),
    rgba(41, 44, 51, 0.9);
  padding: clamp(16px, 2.3vw, 24px);
}

.cm-form-panel h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.45vw, 1.8rem);
  line-height: 1.1;
}

.cm-panel-note {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.cm-form-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

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

.cm-field {
  display: grid;
  gap: 7px;
}

.cm-field span {
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(232, 237, 245, 0.8);
  font-weight: 700;
}

.cm-field input,
.cm-field select,
.cm-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(25, 27, 33, 0.9);
  color: var(--text);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  padding: 0.78rem 0.86rem;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease);
}

.cm-field textarea {
  min-height: 130px;
  resize: vertical;
}

.cm-field input:focus-visible,
.cm-field select:focus-visible,
.cm-field textarea:focus-visible {
  outline: none;
  border-color: rgba(250, 76, 41, 0.62);
  box-shadow: 0 0 0 3px rgba(250, 76, 41, 0.17);
  background: rgba(30, 33, 40, 0.95);
}

.cm-brief-panel {
  overflow: hidden;
  display: grid;
  gap: 16px;
}

.cm-brief-section {
  min-width: 0;
  padding: 0;
}

.cm-brief-vibes {
  position: relative;
  --cm-vibe-fade: 38, 41, 50;
}

.cm-vibe-launch-btn {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow:
    0 0 0 1px rgba(255, 149, 78, 0.36),
    0 0 24px rgba(250, 76, 41, 0.34);
}

.cm-vibe-launch-btn:hover,
.cm-vibe-launch-btn:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 149, 78, 0.48),
    0 0 30px rgba(250, 76, 41, 0.44);
}

.cm-vibe-launch-title {
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: clamp(0.92rem, 2.1vw, 1.12rem);
  font-weight: 800;
  line-height: 1;
}

.cm-vibe-launch-btn-small {
  width: clamp(230px, 30vw, 340px);
  min-height: 46px;
  border-radius: 999px;
  margin-top: 0;
  padding: 0.62rem 1.2rem;
  letter-spacing: 0.14em;
}

.cm-vibe-launch-btn-small .cm-vibe-launch-title {
  font-size: clamp(0.98rem, 1.9vw, 1.2rem);
  font-weight: 900;
}

.cm-vibe-expanded {
  margin-top: 14px;
}

.cm-vibe-launch-btn[hidden],
.cm-vibe-launch-btn.is-hidden,
.cm-vibe-expanded[hidden] {
  display: none !important;
}

.cm-brief-vibes .cm-brief-head {
  position: relative;
  justify-content: center;
  text-align: center;
}

.cm-brief-vibes .cm-brief-head > div {
  margin-inline: auto;
}

.cm-vibe-head-actions {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cm-brief-notes {
  position: relative;
}

.cm-brief-head {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.cm-brief-head h3 {
  margin: 5px 0 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.06;
  max-width: 18ch;
}

.cm-brief-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.cm-brief-vibes .cm-brief-kicker {
  color: #9cc0ff;
}

.cm-brief-notes .cm-brief-kicker {
  color: #9cc0ff;
}

.cm-brief-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(250, 76, 41, 0.18), rgba(255, 255, 255, 0.14), rgba(77, 146, 255, 0.18));
}

.cm-vibe-scroll-wrap {
  position: relative;
  margin-top: 11px;
  border-radius: 14px;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.cm-vibe-scroll-wrap::before,
.cm-vibe-scroll-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s var(--ease);
}

.cm-vibe-scroll-wrap::before {
  top: 0;
  background: linear-gradient(180deg, rgba(var(--cm-vibe-fade), 0.78), rgba(var(--cm-vibe-fade), 0));
}

.cm-vibe-scroll-wrap::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(var(--cm-vibe-fade), 0), rgba(var(--cm-vibe-fade), 0.78));
}

.cm-vibe-scroll-wrap.show-top-fade::before,
.cm-vibe-scroll-wrap.show-bottom-fade::after {
  opacity: 1;
}

.cm-vibe-scroll-indicator {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 16px;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s var(--ease);
}

.cm-vibe-scroll-indicator::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px auto;
  border-right: 2px solid rgba(154, 161, 178, 0.72);
  border-bottom: 2px solid rgba(154, 161, 178, 0.72);
}

.cm-vibe-scroll-indicator.up {
  top: 1px;
}

.cm-vibe-scroll-indicator.up::before {
  transform: rotate(-135deg);
}

.cm-vibe-scroll-indicator.down {
  bottom: 1px;
}

.cm-vibe-scroll-indicator.down::before {
  transform: rotate(45deg);
}

.cm-vibe-scroll-wrap:hover .cm-vibe-scroll-indicator {
  opacity: 0.8;
}

.cm-vibe-scroll-wrap:not(.can-scroll-up) .cm-vibe-scroll-indicator.up,
.cm-vibe-scroll-wrap:not(.can-scroll-down) .cm-vibe-scroll-indicator.down {
  opacity: 0;
}

.cm-vibe-scroll {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 9px 10px;
  width: min(620px, 92%);
  margin-inline: auto;
  max-height: 106px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 2px 10px;
}

.cm-vibe-scroll::-webkit-scrollbar {
  display: none;
}

.cm-vibe-pill {
  --vibe-h: 26;
  --vibe-s: 78%;
  --vibe-l: 58%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid hsla(var(--vibe-h), var(--vibe-s), 74%, 0.44);
  background: linear-gradient(
    145deg,
    hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 22%), 0.36),
    hsla(var(--vibe-h), calc(var(--vibe-s) - 12%), calc(var(--vibe-l) - 38%), 0.3)
  );
  color: hsla(var(--vibe-h), 100%, 95%, 0.97);
  min-width: 102px;
  min-height: 30px;
  padding: 7px 14px;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s var(--ease), border-color 0.2s var(--ease), background-color 0.2s var(--ease), box-shadow 0.2s var(--ease), filter 0.2s var(--ease);
}

.cm-vibe-pill:hover,
.cm-vibe-pill:focus-visible {
  border-color: hsla(var(--vibe-h), var(--vibe-s), 78%, 0.66);
  filter: brightness(1.06);
  box-shadow: 0 0 0 3px hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 6%), 0.2);
  transform: translateY(-1px);
  outline: none;
}

.cm-vibe-pill.active {
  border-color: hsla(var(--vibe-h), var(--vibe-s), 80%, 0.86);
  background: linear-gradient(
    145deg,
    hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 2%), 0.46),
    hsla(var(--vibe-h), calc(var(--vibe-s) - 8%), calc(var(--vibe-l) - 18%), 0.34)
  );
  color: hsla(var(--vibe-h), 100%, 96%, 1);
  box-shadow: 0 8px 18px hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 30%), 0.28);
}

.cm-vibe-selected {
  margin: 10px 0 0;
  color: rgba(231, 236, 245, 0.84);
  font-size: 0.86rem;
  line-height: 1.5;
}

.cm-helper-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: rgba(223, 229, 239, 0.9);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: color 0.2s var(--ease);
}

.cm-helper-toggle:hover,
.cm-helper-toggle:focus-within {
  color: #ffd1ac;
}

.cm-helper-toggle-input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #fa4c29;
  cursor: pointer;
}

.cm-vibe-advanced {
  min-width: 0;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.cm-vibe-sections {
  display: grid;
  gap: 9px;
  padding-left: 44px;
}

.cm-vibe-section-card {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(20, 22, 27, 0.78);
  padding: 10px;
  transition: border-color 0.18s var(--ease), box-shadow 0.18s var(--ease), opacity 0.18s var(--ease);
}

.cm-vibe-section-card.is-dragging {
  opacity: 0.6;
}

.cm-vibe-section-card.is-drag-over {
  border-color: rgba(250, 76, 41, 0.46);
  box-shadow: inset 0 0 0 1px rgba(250, 76, 41, 0.26);
}

.cm-vibe-section-card.is-drag-over::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  border-top: 2px solid rgba(250, 76, 41, 0.8);
}

.cm-vibe-section-card.is-drag-over.is-drag-after::after {
  top: auto;
  bottom: 0;
  border-top: 0;
  border-bottom: 2px solid rgba(250, 76, 41, 0.8);
}

.cm-vibe-drag-handle {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(32, 35, 42, 0.78);
  color: rgba(207, 214, 226, 0.86);
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  cursor: grab;
  user-select: none;
  z-index: 3;
  transition: border-color 0.18s var(--ease), background-color 0.18s var(--ease), color 0.18s var(--ease);
}

.cm-vibe-drag-handle:hover,
.cm-vibe-drag-handle:focus-visible {
  border-color: rgba(250, 76, 41, 0.52);
  background: rgba(250, 76, 41, 0.14);
  color: #ffe1c7;
  outline: none;
}

.cm-vibe-section-head {
  margin: 0;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-size: 0.88rem;
  font-weight: 700;
  padding-right: 32px;
}

.cm-vibe-section-head::-webkit-details-marker {
  display: none;
}

.cm-vibe-section-count {
  color: rgba(255, 207, 173, 0.9);
  font-size: 0.69rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.cm-vibe-section-selection {
  margin: 7px 0 0;
  color: rgba(223, 228, 238, 0.76);
  font-size: 0.8rem;
  line-height: 1.45;
}

.cm-vibe-mini-grid {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.cm-vibe-mini-empty {
  margin: 0;
  color: rgba(206, 212, 223, 0.74);
  font-size: 0.79rem;
}

.cm-vibe-mini-pill {
  --vibe-h: 26;
  --vibe-s: 78%;
  --vibe-l: 58%;
  border-radius: 999px;
  border: 1px solid hsla(var(--vibe-h), var(--vibe-s), 72%, 0.42);
  background: linear-gradient(
    140deg,
    hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 24%), 0.32),
    hsla(var(--vibe-h), calc(var(--vibe-s) - 14%), calc(var(--vibe-l) - 38%), 0.25)
  );
  color: hsla(var(--vibe-h), 100%, 94%, 0.94);
  min-height: 30px;
  padding: 0.34rem 0.72rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 0.18s var(--ease), background-color 0.18s var(--ease), transform 0.18s var(--ease);
}

.cm-vibe-mini-pill:hover,
.cm-vibe-mini-pill:focus-visible {
  border-color: hsla(var(--vibe-h), var(--vibe-s), 76%, 0.62);
  box-shadow: 0 0 0 3px hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 8%), 0.18);
  outline: none;
}

.cm-vibe-mini-pill.active {
  border-color: hsla(var(--vibe-h), var(--vibe-s), 79%, 0.84);
  background: linear-gradient(
    140deg,
    hsla(var(--vibe-h), var(--vibe-s), calc(var(--vibe-l) - 4%), 0.38),
    hsla(var(--vibe-h), calc(var(--vibe-s) - 10%), calc(var(--vibe-l) - 20%), 0.3)
  );
  color: hsla(var(--vibe-h), 100%, 96%, 1);
}

.cm-vibe-mini-pill.limit-hit {
  animation: cm-pill-shake 0.24s ease;
}

@keyframes cm-pill-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-2px);
  }
  70% {
    transform: translateX(2px);
  }
}

.cm-notes-basic,
.cm-notes-advanced {
  min-width: 0;
  margin-top: 12px;
}

.cm-chat-shell {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(19, 21, 27, 0.85);
  padding: 12px;
}

.cm-chat-history {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 3px;
  display: grid;
  gap: 9px;
}

.cm-chat-message {
  display: flex;
}

.cm-chat-message.assistant {
  justify-content: flex-start;
}

.cm-chat-message.user {
  justify-content: flex-end;
}

.cm-chat-bubble {
  max-width: min(92%, 560px);
  border-radius: 14px;
  padding: 0.7rem 0.84rem;
  line-height: 1.58;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.cm-chat-message.assistant .cm-chat-bubble {
  background: rgba(38, 41, 49, 0.9);
  color: rgba(233, 238, 247, 0.9);
}

.cm-chat-message.user .cm-chat-bubble {
  background: linear-gradient(135deg, rgba(250, 76, 41, 0.95), rgba(250, 76, 41, 0.95));
  color: #1a1d22;
  border-color: rgba(255, 158, 92, 0.9);
}

.cm-chat-input-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.cm-chat-input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(27, 30, 36, 0.95);
  color: var(--text);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 0.92rem;
  padding: 0.68rem 0.9rem;
}

.cm-chat-input:focus-visible {
  outline: none;
  border-color: rgba(250, 76, 41, 0.64);
  box-shadow: 0 0 0 3px rgba(250, 76, 41, 0.18);
}

.cm-chat-send {
  border-radius: 999px;
  border: 1px solid rgba(255, 132, 45, 0.96);
  background: linear-gradient(135deg, #fa4c29, #fa4c29);
  color: #13171c;
  min-height: 44px;
  padding: 0.68rem 1.08rem;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
}

.cm-chat-send:hover,
.cm-chat-send:focus-visible {
  outline: none;
  filter: brightness(1.04);
}

.cm-mix-blocks {
  margin-top: 15px;
  display: grid;
  gap: 12px;
}

.cm-mix-block {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 26, 31, 0.8);
  padding: clamp(14px, 2vw, 18px);
}

.cm-mix-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cm-mix-head h4 {
  margin: 0;
  font-size: 1.1rem;
}

.cm-mix-chip {
  margin: 0;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(250, 76, 41, 0.46);
  background: rgba(250, 76, 41, 0.14);
  color: #ffd7bc;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cm-rush-note {
  margin: 11px 0 0;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(40, 43, 51, 0.7);
  color: rgba(226, 231, 240, 0.88);
  font-size: 0.88rem;
  line-height: 1.5;
  padding: 0.66rem 0.76rem;
}

.cm-rush-note[data-legendary="true"] {
  border-color: rgba(250, 76, 41, 0.52);
  background: rgba(250, 76, 41, 0.12);
  color: #ffd2ae;
}

.cm-deposit-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(250, 76, 41, 0.36);
  background:
    radial-gradient(circle at 92% 8%, rgba(250, 76, 41, 0.2), transparent 44%),
    linear-gradient(155deg, rgba(53, 44, 33, 0.34), rgba(31, 33, 39, 0.96));
  padding: clamp(16px, 2.3vw, 23px);
}

.cm-deposit-label {
  margin: 0;
  color: rgba(233, 238, 246, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.cm-deposit-total {
  margin: 7px 0 0;
  font-size: clamp(2rem, 4.4vw, 2.8rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-family: "Oxanium", "Segoe UI", sans-serif;
}

.cm-deposit-equation {
  margin: 10px 0 0;
  color: rgba(236, 221, 206, 0.92);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cm-deposit-footnote {
  margin: 10px 0 0;
  color: var(--muted);
}

.cm-recaptcha-shell {
  border-radius: 13px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  background: rgba(24, 26, 31, 0.66);
  padding: 0.88rem 1rem;
}

.cm-recaptcha-placeholder {
  margin: 0;
  color: rgba(227, 232, 240, 0.8);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cm-submit-btn {
  width: 100%;
  min-height: 56px;
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cm-submit-next {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(250, 76, 41, 0.56);
  background: rgba(250, 76, 41, 0.14);
  color: #ffe1c7;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
}

.cm-trust {
  background:
    radial-gradient(circle at 84% 9%, rgba(250, 76, 41, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(31, 33, 40, 1), rgba(24, 26, 31, 1));
}

.cm-trust-band {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
  padding: 0;
  display: grid;
  gap: clamp(18px, 2.6vw, 32px);
}

.cm-trust-main h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.03;
}

.cm-trust-main .provider-us {
  color: #f04444;
}

.cm-trust-main .provider-asf {
  color: #58a6ff;
}

.cm-trust-main p {
  margin: 12px 0 0;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.7;
}

.cm-trust-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cm-proof-chip {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 26, 31, 0.5);
  padding: 0.96rem 1rem;
}

.cm-proof-value {
  margin: 0;
  font-family: "Oxanium", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 0.98;
}

.cm-proof-label {
  margin: 7px 0 0;
  color: rgba(228, 233, 241, 0.82);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.cm-proof-quote {
  border-color: rgba(250, 76, 41, 0.3);
  background: rgba(250, 76, 41, 0.06);
}

.cm-proof-quote-copy {
  margin: 0;
  color: #ffd8be;
  font-size: 0.94rem;
  line-height: 1.58;
}

.cm-proof-quote-meta {
  margin: 8px 0 0;
  color: rgba(255, 213, 185, 0.84);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .cm-hero {
    margin-top: 0;
    padding-top: clamp(132px, 16vw, 196px);
  }

  .cm-progress-rail {
    display: none;
  }

  .cm-hero-layout {
    grid-template-columns: 1fr;
  }

  .cm-hero-image {
    max-width: 520px;
  }

  .cm-tier-layout {
    grid-template-columns: 1fr;
  }

  .cm-trust-band {
    grid-template-columns: 1fr;
  }

  .cm-trust-proof {
    grid-template-columns: 1fr 1fr;
  }

  .cm-proof-quote {
    grid-column: span 2;
  }
}

@media (max-width: 860px) {
  .cm-brief-head {
    width: 100%;
  }

  .cm-brief-head h3 {
    max-width: none;
  }

  .cm-vibe-head-actions {
    position: static;
    margin-top: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cm-tier-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cm-select-btn {
    width: 100%;
    justify-content: center;
  }

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

  .cm-grid-2 {
    grid-template-columns: 1fr;
  }

  .cm-vibe-scroll {
    width: min(100%, 92%);
  }

  .cm-trust-proof {
    grid-template-columns: 1fr;
  }

  .cm-proof-quote {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .cm-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .cm-duration-option strong {
    font-size: 0.95rem;
  }

  .cm-mix-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cm-helper-toggle {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }

  .cm-chat-input-row {
    grid-template-columns: 1fr;
  }

  .cm-chat-send {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cm-select-btn,
  .cm-secondary-btn,
  .cm-vibe-launch-btn,
  .cm-vibe-pill,
  .cm-vibe-mini-pill,
  .cm-helper-toggle,
  .cm-progress-step,
  .cm-field input,
  .cm-field select,
  .cm-field textarea {
    transition: none;
  }
}
