html {
  background: #151821;
}

.hoipoi-lp-music-page {
  margin: 0;
  background: #151821;
  color: #22242a;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.hoipoi-lp-music-page * {
  box-sizing: border-box;
}

.hoipoi-lp-music-page #container {
  background: #fff;
  margin-top: -16px;
  overflow: hidden;
}

@supports (padding-top: env(safe-area-inset-top)) {
  html,
  body.hoipoi-lp-music-page {
    background-color: #151821;
  }

  .hoipoi-lp-music-page .cm-hero {
    margin-top: calc(-1 * env(safe-area-inset-top));
    min-height: calc(760px + env(safe-area-inset-top));
  }

  .hoipoi-lp-music-page .cm-hero__image,
  .hoipoi-lp-music-page .cm-hero__shade {
    top: calc(-1 * env(safe-area-inset-top));
  }

  .hoipoi-lp-music-page .cm-song-lp .cm-hero__inner {
    padding-top: calc(98px + env(safe-area-inset-top));
  }
}

.cm-song-lp {
  --cm-ink: #202229;
  --cm-muted: #676c76;
  --cm-gold: #d8b56d;
  --cm-teal: #5cc7c3;
  --cm-navy: #151821;
  --cm-line: rgba(32, 34, 41, .12);
}

.cm-song-lp .wrapper {
  width: 100%;
  max-width: 1204px;
  padding: 0 2em;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.hoipoi-lp-music-page .header.cm-song-header {
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 72px;
  padding: 10px max(4%, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
}

.hoipoi-lp-music-page .header-logo__img {
  display: block;
  width: auto;
  height: 34px;
}

.cm-song-nav {
  display: flex;
  gap: 24px;
}

.cm-song-nav a {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.cm-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--cm-navy);
  isolation: isolate;
}

.cm-hero__image,
.cm-hero__image img,
.cm-hero__shade {
  position: absolute;
  inset: 0;
}

.cm-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cm-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 14, 20, .94) 0%, rgba(16, 19, 28, .82) 37%, rgba(16, 19, 28, .34) 72%, rgba(16, 19, 28, .12) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, .42) 0%, rgba(5, 6, 10, .12) 54%, rgba(5, 6, 10, .64) 100%);
}

.cm-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 98px;
  padding-bottom: 72px;
}

.cm-song-lp .cm-hero__inner {
  padding: 98px 2em 72px;
}

.cm-hero__content {
  width: min(780px, 100%);
}

.cm-eyebrow {
  margin: 0 0 18px;
  color: var(--cm-gold);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.cm-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.2rem, 5.2vw, 7.4rem);
  line-height: 1.16;
  letter-spacing: 0;
}

.cm-hero h1 span {
  display: block;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
}

.hoipoi-lp-music-page .cm-hero h1,
.hoipoi-lp-music-page .cm-hero h1 span {
  font-size: clamp(4.2rem, 5.2vw, 7.4rem) !important;
  line-height: 1.16 !important;
}

.cm-hero__lead {
  width: min(620px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(1.8rem, 2.1vw, 2.35rem);
  line-height: 1.85;
  font-weight: 700;
}

.cm-hero__note {
  width: min(600px, 100%);
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.45rem;
  line-height: 1.8;
}

.cm-hero__actions,
.cm-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.cm-hero__budget-link {
  flex: 0 0 270px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  min-width: 270px;
  color: #f1d58c;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}

.cm-song-lp .button_gradient,
.cm-song-lp .hoipoi-contact-submit {
  width: auto;
  min-width: 270px;
  min-height: 62px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4d992 0%, #d8b56d 48%, #b18a38 100%);
  color: #17191e;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(216, 181, 109, .26);
}

.cm-button-secondary {
  min-height: 62px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, .08);
}

.cm-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(680px, 100%);
  margin-top: 38px;
}

.cm-hero__stats div {
  min-height: 94px;
  padding: 28px 18px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  text-align: center;
  backdrop-filter: blur(12px);
}

.cm-hero__stats span {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 1.15rem;
  font-weight: 700;
}

.cm-hero__stats strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.45;
}

.cm-section {
  padding: clamp(84px, 9vw, 132px) 0;
}

.cm-section:nth-of-type(odd) {
  background: #f8f7f3;
}

.cm-song-lp .cm-price {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(216, 181, 109, .055), rgba(216, 181, 109, 0) 56%),
    linear-gradient(180deg, #f8f7f3 0%, #fbfaf7 100%);
}

.cm-song-lp .headline {
  margin-bottom: 54px;
  text-align: center;
}

.cm-song-lp .headline_sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--cm-gold);
  font-size: 1.45rem;
  letter-spacing: .16em;
  text-align: center;
}

.cm-song-lp .headline .headline_sub:before,
.cm-song-lp .headline .headline_sub:after {
  position: static;
  display: inline-block;
  content: '';
  width: 70px;
  height: 1px;
  background-color: var(--cm-gold);
}

.cm-song-lp .cm-contact .headline_sub {
  color: var(--cm-gold);
}

.cm-song-lp .headline h2,
.cm-split h2 {
  margin: 10px 0 0;
  color: var(--cm-ink);
  font-size: clamp(3.2rem, 4.8vw, 5.6rem);
  line-height: 1.35;
  letter-spacing: 0;
}

.cm-rights-title span {
  display: inline;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  padding-top: 0;
  margin-top: 0;
  word-break: keep-all;
}

.cm-section-lead {
  max-width: 760px;
  margin: -24px auto 48px;
  color: var(--cm-muted);
  font-size: 1.65rem;
  line-height: 2;
  text-align: center;
}

.cm-problem__grid,
.cm-card-grid,
.cm-reason-grid {
  display: grid;
  gap: 24px;
}

.cm-problem__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-card-grid,
.cm-reason-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cm-problem__grid article,
.cm-card-grid article,
.cm-reason-grid article,
.cm-sample-card,
.cm-faq details {
  border: 1px solid var(--cm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(32, 34, 41, .07);
}

.cm-problem__grid article,
.cm-reason-grid article {
  padding: 32px;
}

#rights-plan .cm-problem__grid article {
  padding-top: 64px;
  padding-bottom: 64px;
}

.cm-problem__grid h3,
.cm-card-grid h3,
.cm-reason-grid h3,
.cm-sample-card h3 {
  margin: 0;
  color: var(--cm-ink);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

.cm-card-grid h3 {
  text-align: center;
}

.cm-problem__grid p,
.cm-card-grid p,
.cm-reason-grid p,
.cm-split p,
.cm-faq p {
  color: var(--cm-muted);
  font-size: 1.55rem;
  line-height: 1.9;
}

.cm-problem__grid h3 + p,
.cm-card-grid h3 + p,
.cm-reason-grid h3 + p,
.cm-sample-card h3 + p {
  margin-top: 2em;
}

.cm-problem__grid p,
.cm-card-grid p,
.cm-reason-grid p,
.cm-sample-card p {
  margin-bottom: 0;
}

.cm-card-grid article {
  padding: 30px 26px 32px;
}

#service .cm-card-grid article {
  padding-top: 60px;
  padding-bottom: 64px;
}

.cm-card-grid img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 45, 53, .12);
}

.cm-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  gap: 54px;
  align-items: center;
}

.cm-private-samples {
  background:
    linear-gradient(135deg, rgba(21, 24, 33, .96), rgba(32, 34, 41, .92)),
    url("../img/works_bg.svg") center / cover no-repeat;
  color: #fff;
}

.cm-private-samples .cm-split h2,
.cm-private-samples .cm-split p {
  color: #fff;
}

.cm-private-samples .cm-split p {
  color: rgba(255, 255, 255, .78);
}

.cm-private-samples .cm-split__text p {
  margin-top: 24px;
  margin-bottom: 24px;
}

.cm-note {
  padding-left: 16px;
  border-left: 3px solid var(--cm-gold);
}

.cm-text-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}

.cm-sample-card {
  padding: 36px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

#samples .cm-sample-card {
  padding-top: 72px;
  padding-bottom: 72px;
}

.cm-sample-card span {
  color: var(--cm-gold);
  font-weight: 800;
  letter-spacing: .14em;
}

.cm-sample-card h3 {
  margin-top: 16px;
  color: #fff;
}

.cm-sample-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.cm-sample-card li {
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .88);
  font-size: 1.45rem;
  font-weight: 700;
  text-align: center;
}

.cm-price__list {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
}

.cm-price__list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--cm-line);
}

.cm-price__list span {
  color: var(--cm-ink);
  font-size: 1.8rem;
  font-weight: 800;
}

.cm-price__list strong {
  color: #b18a38;
  font-size: 2.4rem;
  white-space: nowrap;
}

.cm-price__caption {
  max-width: 820px;
  margin: 30px auto 0;
  color: var(--cm-muted);
  font-size: 1.5rem;
  line-height: 1.9;
}

.cm-reason-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1120px;
  margin-inline: auto;
}

.cm-reason-grid article {
  min-height: 230px;
  padding: 34px 30px;
}

.cm-reason-grid strong {
  color: var(--cm-gold);
  font-size: 1.6rem;
}

.cm-reason-grid h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.cm-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-flow__list li {
  min-height: 126px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--cm-line);
  color: var(--cm-ink);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.6;
}

.cm-flow__list span {
  display: block;
  margin-bottom: 12px;
  color: var(--cm-gold);
  font-family: Montserrat, sans-serif;
}

.cm-contact {
  background: #f8f7f3;
}

.hoipoi-lp-music-page .hoipoi-contact-form {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(32, 34, 41, .1);
}

.cm-low-budget-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-sizing: border-box;
  width: 100%;
  max-width: 820px;
  margin: -4px auto 28px;
  padding: 18px 22px;
  border: 1px solid rgba(216, 181, 109, .42);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 18px 54px rgba(32, 34, 41, .08);
}

.cm-price .cm-low-budget-guide {
  margin-top: 28px;
  margin-bottom: 32px;
}

.cm-low-budget-guide p {
  margin: 0;
  color: var(--cm-ink);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.75;
}

.cm-low-budget-guide a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #262D35;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.hoipoi-lp-music-page .hoipoi-contact-form p {
  margin: 0 0 22px;
}

.hoipoi-lp-music-page .hoipoi-contact-form label {
  color: var(--cm-ink);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.8;
}

.hoipoi-lp-music-page .hoipoi-contact-form input,
.hoipoi-lp-music-page .hoipoi-contact-form select,
.hoipoi-lp-music-page .hoipoi-contact-form textarea {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  min-height: 54px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid var(--cm-line);
  border-radius: 6px;
  background: #fbfbfa;
  color: var(--cm-ink);
  font-size: 1.55rem;
}

.hoipoi-lp-music-page .hoipoi-contact-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px;
  background-color: #fbfbfa;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' fill='none' stroke='%23262D35' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px 8px;
}

.hoipoi-lp-music-page .hoipoi-contact-form textarea {
  min-height: 170px;
  padding-top: 14px;
}

.cm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}

.cm-form-grid p,
.cm-form-grid label {
  min-width: 0;
  width: 100%;
}

.hoipoi-lp-music-page .cm-form-grid label {
  display: block !important;
  width: 100% !important;
}

.hoipoi-lp-music-page #hoipoi-contact-usage {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
}

.hoipoi-lp-music-page .hoipoi-contact-form .submit {
  margin-top: 30px;
  text-align: center;
}

.hoipoi-lp-music-page .hoipoi-contact-submit {
  cursor: pointer;
  background: #262D35 !important;
  background-color: #262D35 !important;
  background-image: none !important;
  color: #fff;
  box-shadow: 0 18px 44px rgba(38, 45, 53, .24);
}

.hoipoi-lp-music-page .hoipoi-contact-submit:disabled {
  cursor: progress;
  opacity: .72;
}

.hoipoi-lp-music-page .hoipoi-contact-form__guard {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hoipoi-lp-music-page .hoipoi-contact-form__message {
  min-height: 1.5em;
  color: var(--cm-muted);
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}

.hoipoi-lp-music-page .hoipoi-contact-form[data-state="success"] .hoipoi-contact-form__message {
  color: #1f7a4f;
}

.hoipoi-lp-music-page .hoipoi-contact-form[data-state="error"] .hoipoi-contact-form__message {
  color: #d93025;
}

.cm-faq__list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

.cm-faq details {
  padding: 22px 26px;
}

.cm-faq summary {
  cursor: pointer;
  color: var(--cm-ink);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.6;
}

.cm-faq p {
  margin: 16px 0 0;
}

.cm-knowledge {
  background: #fff;
}

.cm-knowledge .headline {
  text-align: center;
}

.cm-knowledge .headline .headline_sub {
  justify-content: center;
  color: var(--cm-gold);
}

.cm-knowledge .headline .headline_sub:before {
  display: inline-block;
  background-color: var(--cm-gold);
}

.cm-knowledge .headline .headline_sub:after {
  background-color: var(--cm-gold);
}

.cm-knowledge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 70px;
}

.cm-knowledge-card {
  display: block;
  position: relative;
  height: 397px;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 2px 7px 10px rgba(0, 0, 0, .15);
}

.cm-knowledge-card article {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.cm-knowledge-card__image {
  position: relative;
  width: 100%;
  height: 171px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #f3f0e7;
}

.cm-knowledge-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.cm-knowledge-card__body {
  width: 100%;
  padding: 3rem 2rem 3.45rem;
  box-sizing: border-box;
}

.cm-knowledge-card__body p {
  margin: 0;
  color: #a8adb3;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .04em;
}

.cm-knowledge-card__body h3 {
  margin: 1.01rem 0 0;
  color: #1e1e1e;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0;
}

.cm-knowledge-card__more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  border-radius: 0 0 10px 10px;
  background: #262D35;
  color: #fff;
}

.cm-knowledge-card__more span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .12rem;
}

.cm-knowledge__more {
  margin-top: 54px;
  text-align: center;
}

.cm-knowledge__more .button {
  min-width: 280px;
  background: #262D35 !important;
  background-color: #262D35 !important;
  background-image: none !important;
  color: #fff;
  box-shadow: 0 18px 44px rgba(38, 45, 53, .24);
}

.hoipoi-lp-music-page .creator {
  background: #fff;
}

.hoipoi-lp-music-page .creator .headline_sub {
  color: var(--cm-gold) !important;
}

.hoipoi-lp-music-page .creator .headline .headline_sub:before,
.hoipoi-lp-music-page .creator .headline .headline_sub:after {
  background-color: var(--cm-gold) !important;
}

.hoipoi-lp-music-page .creator .swiper-container {
  overflow: hidden;
  padding-bottom: 88px;
}

.hoipoi-lp-music-page .creator .swiper-wrapper {
  margin-top: 0;
}

.hoipoi-lp-music-page .creator .swiper-container .slider-button-prev,
.hoipoi-lp-music-page .creator .swiper-container .slider-button-next {
  top: calc((100% - 88px) / 2 - 27px);
  background: #262D35 !important;
  background-color: #262D35 !important;
  border-radius: 54px;
  box-shadow: 0 18px 44px rgba(38, 45, 53, .24);
  overflow: hidden;
}

.hoipoi-lp-music-page .creator .swiper-container .slider-button-prev p,
.hoipoi-lp-music-page .creator .swiper-container .slider-button-next p {
  background: #262D35 !important;
  background-color: #262D35 !important;
  border-radius: inherit;
}

.hoipoi-lp-music-page .creator .swiper-wrapper article {
  background: linear-gradient(180deg, rgba(216, 181, 109, .052) 0%, rgba(216, 181, 109, .018) 24%, #fff 52%), #fff;
  box-shadow: 0 44px 90px rgba(216, 181, 109, .08), 0 12px 24px rgba(32, 34, 41, .045);
  overflow: visible;
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .image {
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .image:before {
  display: block;
  content: '';
  background-image: none;
  width: 360px;
  height: 360px;
  left: -20px;
  top: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4d992 0%, #d8b56d 54%, #b18a38 100%);
  box-shadow: 0 18px 42px rgba(216, 181, 109, .18);
  z-index: 0;
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .image img {
  z-index: 1;
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 {
  color: var(--cm-gold);
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 p {
  color: var(--cm-gold);
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(30%) saturate(607%) hue-rotate(358deg) brightness(89%) contrast(90%);
}

.hoipoi-lp-music-page .creator .swiper-wrapper article .content .name {
  align-items: center;
}

.cm-company {
  background: #f8f7f3;
  color: var(--cm-ink);
  min-height: 100vh;
}

.cm-company .cm-song-header {
  position: absolute;
}

.cm-company-hero {
  position: relative;
  padding: 158px 0 90px;
  background:
    linear-gradient(90deg, rgba(12, 14, 20, .94) 0%, rgba(16, 19, 28, .78) 54%, rgba(16, 19, 28, .46) 100%),
    url("../img/hero-cm-song-corporate.png") center / cover no-repeat;
  color: #fff;
}

.cm-company-hero .headline_sub {
  width: fit-content;
  margin: 0 0 18px;
  color: var(--cm-gold);
}

.hoipoi-company-page .cm-company-hero .headline_sub,
.hoipoi-privacy-policy-page .cm-company-hero .headline_sub {
  font-weight: 800;
}

.cm-company-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(4.2rem, 6vw, 7rem);
  line-height: 1.15;
}

.cm-company-hero p:not(.headline_sub) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.8;
}

.cm-company-section {
  padding: 90px 0 110px;
}

.cm-company-profile {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(32, 34, 41, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(32, 34, 41, .1);
}

.cm-company-profile div {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 70px;
  border-bottom: 1px solid rgba(32, 34, 41, .1);
}

.cm-company-profile div:last-child {
  border-bottom: 0;
}

.cm-company-profile dt,
.cm-company-profile dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 26px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.cm-company-profile dt {
  background: #fbfbfa;
  color: var(--cm-muted);
  font-weight: 800;
}

.cm-company-profile dd {
  color: var(--cm-ink);
  font-weight: 800;
}

.cm-company-profile a {
  color: var(--cm-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cm-privacy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(32, 34, 41, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(32, 34, 41, .1);
}

.cm-privacy-content section {
  margin-top: 42px;
}

.cm-privacy-content section:first-child {
  margin-top: 0;
}

.cm-privacy-content h2 {
  margin: 0 0 18px;
  color: var(--cm-ink);
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  font-weight: 800;
  line-height: 1.45;
}

.cm-privacy-content p,
.cm-privacy-content li {
  color: var(--cm-muted);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 2;
}

.cm-privacy-content p {
  margin: 0;
}

.cm-privacy-content .list-raw {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cm-privacy-content .list-raw li {
  position: relative;
  padding-left: 1.25em;
}

.cm-privacy-content .list-raw li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cm-gold);
}

.hoipoi-footer {
  background: #151821;
  color: #fff;
}

.hoipoi-footer a {
  color: rgba(255, 255, 255, .82);
}

.footer.hoipoi-footer .hoipoi-footer__logo {
  width: auto;
}

.footer.hoipoi-footer .hoipoi-footer__logo img {
  width: auto;
  height: 34px;
}

@media screen and (max-width: 1100px) {
  .cm-problem__grid,
  .cm-card-grid,
  .cm-reason-grid,
  .cm-knowledge__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cm-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article {
    height: auto;
    min-height: 480px;
    width: calc(100vw - 136px);
    max-width: 920px;
    padding: 44px 48px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image,
  .hoipoi-lp-music-page .creator .swiper-wrapper article .image:before,
  .hoipoi-lp-music-page .creator .swiper-wrapper article .image img {
    width: 320px;
    height: 320px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-left: 32px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name h3 {
    font-size: clamp(3.2rem, 4vw, 4rem);
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .text {
    margin-top: 28px;
  }
}

@media screen and (max-width: 880px) {
  .hoipoi-lp-music-page .creator .swiper-container {
    padding-right: 0;
    padding-left: 0;
  }

  .hoipoi-lp-music-page .hoipoi-contact-form {
    width: 100%;
    max-width: 100%;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article {
    flex-direction: column;
    align-items: center;
    height: auto !important;
    min-height: 0;
    width: calc(100vw - 128px) !important;
    max-width: 680px;
    padding: 36px 30px 40px !important;
    overflow: visible;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image {
    width: min(300px, 70vw);
    height: min(300px, 70vw);
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image:before {
    width: min(300px, 70vw);
    height: min(300px, 70vw);
    left: -16px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image img {
    width: min(300px, 70vw);
    height: min(300px, 70vw);
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 28px;
    margin-left: 0;
    text-align: center;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 p {
    margin-left: 0;
    overflow-wrap: anywhere;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name h3 {
    max-width: 100%;
    font-size: clamp(3rem, 6vw, 3.8rem);
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name h5 {
    max-width: 100%;
    margin-left: 0;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .cm-knowledge__grid {
    justify-items: center;
  }

  .cm-knowledge-card {
    width: min(100%, 360px);
    max-width: calc(100vw - 40px);
  }

  .cm-knowledge-card__body h3 {
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media screen and (max-width: 768px) {
  .hoipoi-lp-music-page .header.cm-song-header {
    height: 64px;
    padding: 10px 5%;
    justify-content: center;
  }

  .cm-song-nav {
    display: none;
  }

  .hoipoi-lp-music-page .header-logo__img {
    height: 29px;
  }

  .cm-hero {
    min-height: 760px;
    align-items: flex-end;
  }

  .cm-hero__image img {
    object-position: 61% center;
  }

  .cm-hero__shade {
    background:
      linear-gradient(180deg, rgba(10, 12, 18, .22) 0%, rgba(10, 12, 18, .76) 42%, rgba(10, 12, 18, .96) 100%);
  }

  .cm-hero__inner {
    padding: 96px 0 54px;
  }

  .cm-song-lp .cm-hero__inner {
    padding: 96px 2em 64px;
  }

  .cm-hero h1 {
    font-size: clamp(3.2rem, 8.4vw, 4.2rem);
  }

  .hoipoi-lp-music-page .cm-hero h1,
  .hoipoi-lp-music-page .cm-hero h1 span {
    font-size: clamp(3.2rem, 8.4vw, 4.2rem) !important;
  }

  .cm-hero h1 span {
    white-space: normal;
  }

  .cm-hero__lead {
    font-size: 1.7rem;
    line-height: 1.75;
  }

  .cm-hero__actions,
  .cm-inline-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cm-hero__budget-link {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    text-align: center;
  }

  .cm-song-lp .button_gradient,
  .cm-button-secondary,
  .cm-song-lp .hoipoi-contact-submit {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 18px;
    text-align: center;
  }

  .hoipoi-lp-music-page .contact_section form .hoipoi-contact-submit {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    min-height: 58px;
    height: auto;
    padding: 0 18px !important;
    white-space: normal;
  }

  .cm-hero__stats,
  .cm-problem__grid,
  .cm-card-grid,
  .cm-reason-grid,
  .cm-flow__list,
  .cm-knowledge__grid,
  .cm-form-grid,
  .cm-split {
    grid-template-columns: 1fr;
  }

  .cm-hero__stats div {
    min-height: 0;
  }

  .cm-section {
    padding: 68px 0;
  }

  .cm-company-hero {
    padding: 120px 0 70px;
  }

  .cm-company-hero h1 {
    font-size: clamp(3.6rem, 11vw, 5.2rem);
  }

  .cm-company-section {
    padding: 58px 0 78px;
  }

  .cm-company-profile div {
    grid-template-columns: 1fr;
  }

  .cm-company-profile dt,
  .cm-company-profile dd {
    padding: 16px 20px;
    font-size: 1.5rem;
  }

  .cm-company-profile dt {
    padding-bottom: 8px;
  }

  .cm-company-profile dd {
    padding-top: 8px;
  }

  .cm-song-lp .headline {
    margin-bottom: 36px;
  }

  .cm-song-lp .headline h2,
  .cm-split h2 {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }

  .cm-problem__grid article,
  .cm-card-grid article,
  .cm-reason-grid article,
  .cm-sample-card {
    padding: 26px 22px;
  }

  #rights-plan .cm-problem__grid article {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  #service .cm-card-grid article {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  #samples .cm-sample-card {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .cm-price__list div {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .cm-price__list strong {
    font-size: 2.2rem;
  }

  .cm-flow__list li {
    min-height: 0;
  }

  .hoipoi-lp-music-page .hoipoi-contact-form {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100vw - 32px);
    padding: 28px 18px;
  }

  .cm-low-budget-guide {
    flex-direction: column;
    align-items: stretch;
    max-width: calc(100vw - 32px);
    padding: 18px;
  }

  .cm-low-budget-guide a {
    width: 100%;
  }

  .hoipoi-lp-music-page .hoipoi-contact-form p,
  .hoipoi-lp-music-page .hoipoi-contact-form label,
  .hoipoi-lp-music-page .hoipoi-contact-form input,
  .hoipoi-lp-music-page .hoipoi-contact-form select,
  .hoipoi-lp-music-page .hoipoi-contact-form textarea {
    min-width: 0;
  }

  .hoipoi-lp-music-page .creator .swiper-container {
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article {
    box-sizing: border-box;
    width: calc(100vw - 72px) !important;
    max-width: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .cm-rights-title span {
    display: block;
  }

  .cm-rights-title br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hoipoi-lp-music-page .creator .swiper-wrapper article {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 34px !important;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image {
    width: min(260px, 64vw);
    height: min(260px, 64vw);
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image:before {
    width: min(260px, 64vw);
    height: min(260px, 64vw);
    left: -16px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .image img {
    width: min(260px, 64vw);
    height: min(260px, 64vw);
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content {
    width: 100%;
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 img {
    width: 42px;
    flex: 0 0 42px;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content h4 p {
    margin-left: 0;
    font-size: clamp(1.8rem, 5.6vw, 2.2rem);
    overflow-wrap: anywhere;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name h3 {
    max-width: 100%;
    font-size: clamp(2.8rem, 10vw, 3.6rem);
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .name h5 {
    max-width: 100%;
    margin-left: 0;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hoipoi-lp-music-page .creator .swiper-wrapper article .content .text p {
    overflow-wrap: break-word;
  }
}

@media screen and (max-width: 360px) {
  .cm-song-lp .headline_sub {
    max-width: 100%;
    gap: 10px;
    font-size: 1.45rem;
  }

  .cm-song-lp .headline .headline_sub:before,
  .cm-song-lp .headline .headline_sub:after {
    width: 28px;
  }
}
