/*
Theme Name: DV Music Theme
*/

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 120, 20, 0.34), rgba(255, 120, 20, 0) 30%),
    radial-gradient(circle at 80% 15%, rgba(255, 84, 0, 0.24), rgba(255, 84, 0, 0) 28%),
    radial-gradient(circle at top, #29140d 0%, #12090d 30%, #07090f 68%, #04070c 100%);
  color: #f5f7fb;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(8, 5, 8, 0.82);
  border-bottom: 1px solid rgba(255, 137, 51, 0.22);
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.08);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  max-width: min(44vw, 540px);
  padding: 10px 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 138, 46, 0.16);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18), 0 0 28px rgba(255, 138, 46, 0.08);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-logo-image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 84px;
  object-fit: contain;
  object-position: left center;
}

.brand-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff7a00, #ff2d00);
  color: #fff4ea;
  box-shadow: 0 0 24px rgba(255, 122, 0, 0.45);
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-list a,
.menu-fallback a {
  color: rgba(245, 247, 251, 0.84);
}

.header-cta {
  white-space: nowrap;
}

.home-page section {
  padding: 72px 0;
}

.hero-section {
  padding-top: 56px;
  padding-bottom: 46px;
}

.hero-grid,
.distribution-grid,
.license-grid,
.footer-grid,
.cta-shell {
  display: grid;
  gap: 28px;
}

.hero-grid,
.distribution-grid,
.license-grid {
  grid-template-columns: 1.3fr 0.9fr;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: 40px;
}

.hero-copy h1,
.section-heading h2,
.distribution-copy h2,
.license-copy h2,
.cta-shell h2 {
  margin: 0 0 18px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

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

.hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 4.6vw, 4.85rem);
  line-height: 0.98;
}

.hero-copy p,
.section-heading p,
.distribution-copy p,
.license-copy p,
.footer-grid p,
.footer-grid span,
.track-card p {
  color: rgba(245, 247, 251, 0.72);
}

.hero-copy > p {
  max-width: 620px;
}

.eyebrow,
.panel-label,
.track-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7ad6ff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li::before {
  content: "•";
  color: #ff7a00;
  margin-right: 10px;
}

.admin-bar .site-header {
  top: 32px;
}

.hero-panel,
.metric-card,
.info-card,
.cta-shell,
.panel-card {
  border: 1px solid rgba(255, 144, 64, 0.16);
  background: linear-gradient(180deg, rgba(40, 20, 18, 0.94), rgba(12, 8, 14, 0.94));
}

.hero-panel {
  max-width: 410px;
  margin-left: auto;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28), 0 0 40px rgba(255, 98, 0, 0.12);
}

.panel-stack {
  display: grid;
  gap: 12px;
}

.panel-stack .panel-card:nth-child(4),
.panel-stack .panel-card:nth-child(5) {
  border-color: rgba(122, 214, 255, 0.16);
  background: linear-gradient(180deg, rgba(24, 20, 30, 0.94), rgba(12, 8, 14, 0.94));
}

.panel-card {
  padding: 15px 16px;
  border-radius: 18px;
}

.panel-card strong,
.metric-card strong,
.info-card h3,
.footer-title {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
}

.footer-title {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.metrics-grid,
.tracks-grid {
  display: grid;
  gap: 20px;
}

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

.metric-card {
  min-height: 176px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metric-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 154, 84, 0.34), rgba(255, 89, 0, 0.03), rgba(122, 214, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.catalog-section {
  background: rgba(255, 255, 255, 0.02);
}

.album-highlight-section {
  position: relative;
}

.album-highlight-section::before {
  content: "";
  position: absolute;
  inset: auto 12% 12% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.26), rgba(255, 106, 0, 0));
  filter: blur(12px);
  pointer-events: none;
}

.album-highlight-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.album-highlight-card {
  display: block;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255, 139, 46, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 0 36px rgba(255, 106, 0, 0.16), 0 24px 50px rgba(0, 0, 0, 0.24);
}

.album-highlight-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.album-highlight-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.02;
}

.album-highlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.distribution-section {
  position: relative;
}

.distribution-section::before {
  content: "";
  position: absolute;
  inset: 12% auto auto 8%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 115, 0, 0.24), rgba(255, 115, 0, 0));
  pointer-events: none;
  filter: blur(10px);
}

.distribution-copy,
.distribution-media-card {
  position: relative;
  z-index: 1;
}

.distribution-points {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.distribution-point {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.distribution-point strong {
  display: block;
  margin-bottom: 6px;
}

.distribution-media-shell {
  display: flex;
  align-items: center;
}

.distribution-media-card {
  width: 100%;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 146, 53, 0.18);
  background: linear-gradient(180deg, rgba(255, 137, 51, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), 0 0 30px rgba(255, 115, 0, 0.12);
}

.distribution-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dfe9f5;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.distribution-media {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  border-radius: 20px;
  background: #ffffff;
  object-fit: contain;
  padding: 16px;
}

.quick-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 26px;
}

.album-teaser-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 24px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 141, 51, 0.2);
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(0, 0, 0, 0.2);
}

.home-album-cover {
  width: min(100%, 320px);
  margin: 0 auto 12px;
}

.home-album-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  border: 1px solid rgba(255, 173, 104, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24), 0 0 28px rgba(255, 120, 40, 0.12);
}

.album-teaser-kicker {
  color: #ffbb7e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.album-teaser-card strong {
  font-size: 1.4rem;
}

.home-album-action {
  margin-top: 14px;
}

.home-album-action .btn-secondary {
  min-width: 210px;
}

.section-heading {
  margin-bottom: 28px;
}

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

.card {
  background: rgba(13, 19, 29, 0.92);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 140, 46, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.24), 0 0 28px rgba(255, 111, 0, 0.12);
  border-color: rgba(255, 140, 46, 0.34);
}

.track-card {
  display: grid;
  gap: 18px;
}

.track-player iframe {
  width: 100%;
  min-height: 152px;
  border: 0;
  border-radius: 18px;
}

.track-player-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 247, 251, 0.58);
  text-align: center;
  padding: 20px;
}

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

.license-grid {
  grid-template-columns: 1fr;
}

.license-copy {
  max-width: 860px;
}

.cta-shell {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
}

.cta-shell-hero {
  grid-template-columns: 1fr minmax(280px, 420px) auto;
}

.cta-copy p {
  max-width: 640px;
  color: rgba(245, 247, 251, 0.74);
}

.cta-banner-card {
  padding: 12px;
  border-radius: 28px;
  border: 1px solid rgba(255, 138, 46, 0.22);
  background: linear-gradient(180deg, rgba(255, 137, 51, 0.1), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24), 0 0 34px rgba(255, 106, 0, 0.12);
}

.cta-banner-image {
  display: block;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}

.site-footer {
  padding: 50px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  margin-bottom: 24px;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 8px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 140, 46, 0.14);
  color: rgba(245, 247, 251, 0.56);
  text-align: center;
}

.footer-sgae img {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.footer-brand-logo {
  padding-top: 10px;
}

.footer-brand-logo img {
  display: block;
  width: auto;
  max-width: min(520px, 92vw);
  height: 88px;
  object-fit: contain;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  color: rgba(245, 247, 251, 0.6);
}

.footer-legal-links a {
  color: rgba(245, 247, 251, 0.72);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #ff2f00);
  color: #fff6ef;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(255, 98, 0, 0.28);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 138, 46, 0.22);
  background: rgba(255, 114, 18, 0.06);
  color: #f5f7fb;
  font-weight: 600;
}

.inner-page section {
  padding: 72px 0;
}

.inner-hero {
  position: relative;
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -5%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 103, 0, 0.24), rgba(255, 103, 0, 0));
  filter: blur(16px);
  pointer-events: none;
}

.inner-hero h1,
.page-hero h1,
.content-page .inner-hero h1,
.catalog-page .inner-hero h1,
.woocommerce-page .inner-hero h1,
.woocommerce-account .inner-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(1.1rem, 2vw, 2rem) !important;
  line-height: 1.03;
}

.inner-hero p {
  max-width: 760px;
  color: rgba(245, 247, 251, 0.72);
}

.album-collection-grid {
  display: grid;
  gap: 24px;
}

.catalog-album-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(255, 138, 46, 0.2);
  background: linear-gradient(135deg, rgba(255, 93, 0, 0.14), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22), 0 0 30px rgba(255, 106, 0, 0.12);
}

.catalog-album-media img,
.album-page-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.catalog-album-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.catalog-album-copy p {
  margin-bottom: 22px;
}

.catalog-tracklist-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.catalog-tracklist-preview span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 174, 102, 0.16);
  color: rgba(255, 242, 232, 0.82);
  font-size: 0.9rem;
}

.album-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
}

.album-page-media {
  padding: 16px;
  border-radius: 32px;
  border: 1px solid rgba(255, 139, 46, 0.2);
  background: linear-gradient(180deg, rgba(255, 140, 46, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 0 40px rgba(255, 111, 0, 0.16), 0 20px 50px rgba(0, 0, 0, 0.2);
}

.album-page-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
}

.album-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 141, 51, 0.2);
  background: rgba(255, 110, 18, 0.08);
}

.album-tracklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trackline-card {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 139, 46, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.trackline-button {
  width: 100%;
  gap: 14px;
  color: #f5f7fb;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.trackline-button:hover,
.trackline-button.is-active {
  border-color: rgba(255, 138, 46, 0.34);
  box-shadow: 0 0 24px rgba(255, 111, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}

.trackline-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #ff2f00);
  box-shadow: 0 0 18px rgba(255, 98, 0, 0.26);
}

.trackline-play svg {
  width: 18px;
  height: 18px;
  fill: #fffaf4;
}

.album-player-panel {
  margin-top: 28px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 138, 46, 0.2);
  background: linear-gradient(180deg, rgba(255, 92, 0, 0.1), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22), 0 0 30px rgba(255, 106, 0, 0.12);
}

.page-content-shell > *:first-child {
  margin-top: 0;
}

.page-content-shell > *:last-child {
  margin-bottom: 0;
}

.license-page-intro {
  position: relative;
  max-width: 760px;
  margin: 0 auto 32px;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 140, 46, 0.18);
  background: linear-gradient(180deg, rgba(38, 18, 14, 0.92), rgba(10, 10, 15, 0.88));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(245, 247, 251, 0.76);
  text-align: center;
}

.license-pricing-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0 0;
}

.license-plan-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 140, 46, 0.18);
  background: linear-gradient(180deg, rgba(35, 17, 14, 0.95), rgba(10, 9, 14, 0.95));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24), 0 0 32px rgba(255, 98, 0, 0.08);
}

.license-plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 154, 84, 0.42), rgba(255, 89, 0, 0.02), rgba(122, 214, 255, 0.12));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.license-plan-card::after {
  content: "";
  position: absolute;
  inset: auto -10% 72% 42%;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 120, 40, 0.26), rgba(255, 120, 40, 0));
  filter: blur(26px);
  pointer-events: none;
}

.license-plan-card.is-featured {
  transform: translateY(-8px);
  border-color: rgba(255, 165, 80, 0.34);
  background: linear-gradient(180deg, rgba(58, 25, 12, 0.96), rgba(15, 9, 15, 0.96));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28), 0 0 40px rgba(255, 102, 0, 0.16);
}

.license-plan-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 115, 0, 0.12);
  border: 1px solid rgba(255, 160, 90, 0.2);
  color: #ffbe84;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.license-plan-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.04;
}

.license-plan-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 152, 84, 0.18);
  background: linear-gradient(180deg, rgba(255, 117, 24, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.license-plan-price strong {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 0.95;
  color: #fffaf4;
}

.license-plan-price span {
  color: rgba(245, 247, 251, 0.62);
  font-size: 0.98rem;
}

.license-plan-description {
  color: rgba(245, 247, 251, 0.78);
}

.license-plan-features {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.license-plan-features li {
  position: relative;
  padding-left: 20px;
  color: rgba(245, 247, 251, 0.78);
}

.license-plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8c2a, #ff4d00);
  box-shadow: 0 0 14px rgba(255, 98, 0, 0.32);
}

.license-plan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.license-plan-actions .btn-primary {
  width: 100%;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(255, 177, 117, 0.22);
  box-shadow: 0 0 26px rgba(255, 98, 0, 0.26), inset 0 1px 0 rgba(255, 240, 228, 0.18);
}

.license-plan-note {
  max-width: 940px;
  padding: 18px 20px;
  margin: 28px auto 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 137, 51, 0.18);
  background: linear-gradient(180deg, rgba(255, 112, 18, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: rgba(245, 247, 251, 0.72);
  text-align: center;
}

.license-plan-note a {
  color: #ffbf8d;
  font-weight: 700;
}

.contact-widget-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
  align-items: start;
}

.contact-widget-card,
.contact-form-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 140, 46, 0.18);
  background: linear-gradient(180deg, rgba(34, 18, 14, 0.95), rgba(9, 9, 14, 0.94));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24), 0 0 32px rgba(255, 98, 0, 0.08);
}

.contact-widget-card::before,
.contact-form-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 154, 84, 0.42), rgba(255, 89, 0, 0.02), rgba(122, 214, 255, 0.12));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.contact-widget-card::after,
.contact-form-card::after {
  content: "";
  position: absolute;
  inset: auto -5% 70% 40%;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 120, 40, 0.24), rgba(255, 120, 40, 0));
  filter: blur(26px);
  pointer-events: none;
}

.contact-widget-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 115, 0, 0.12);
  border: 1px solid rgba(255, 160, 90, 0.2);
  color: #ffbe84;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-widget-card h2,
.contact-form-card h2 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
}

.contact-widget-card p,
.contact-form-card p {
  color: rgba(245, 247, 251, 0.76);
}

.contact-points {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
}

.contact-point {
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 140, 46, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.contact-point strong {
  display: block;
  margin-bottom: 6px;
  color: #fffaf4;
}

.contact-form-card form {
  display: grid;
  gap: 16px;
}

.contact-form-row {
  display: grid;
  gap: 8px;
}

.contact-form-row label {
  color: #fff7f1;
  font-weight: 600;
}

.contact-form-row input,
.contact-form-row textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 153, 84, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f7fb;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-form-row textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form-row input:focus,
.contact-form-row textarea:focus {
  border-color: rgba(255, 152, 84, 0.34);
  box-shadow: 0 0 0 4px rgba(255, 98, 0, 0.08), 0 0 20px rgba(255, 98, 0, 0.12);
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-form-actions .btn-primary {
  min-width: 220px;
}

.contact-form-hint {
  color: rgba(245, 247, 251, 0.58);
  font-size: 0.92rem;
}

.album-player-head h3 {
  margin: 0 0 18px;
  font-size: clamp(1.3rem, 3vw, 2rem);
}

.album-player-body iframe {
  width: 100%;
  border: 0;
  border-radius: 22px;
}

@media (max-width: 960px) {
  .hero-grid,
  .distribution-grid,
  .album-highlight-grid,
  .quick-catalog-grid,
  .catalog-album-card,
  .album-page-grid,
  .contact-widget-grid,
  .license-pricing-grid,
  .license-grid,
  .metrics-grid,
  .tracks-grid,
  .footer-grid,
  .cta-shell {
    grid-template-columns: 1fr;
  }

  .header-shell {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .hero-section {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-panel {
    max-width: none;
    margin-left: 0;
  }

  .brand-logo-image {
    height: 70px;
  }

  .brand-mark {
    max-width: min(90vw, 520px);
  }

  .main-nav {
    width: 100%;
  }

  .menu-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .album-tracklist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .container {
    width: min(100% - 24px, 1200px);
  }

  .header-shell {
    min-height: 96px;
  }

  .brand-mark {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
  }

  .brand-logo-image {
    max-width: 100%;
    height: 58px;
    object-position: center;
  }

  .home-page section {
    padding: 52px 0;
  }

  .hero-copy h1 {
    font-size: 2.3rem;
    line-height: 1.03;
  }
}

.page-content-shell .woocommerce,
.page-content-shell .woocommerce-page {
  color: #f5f7fb;
}

.page-content-shell .woocommerce a {
  color: #f5f7fb;
}

.page-content-shell .woocommerce form.login,
.page-content-shell .woocommerce form.register,
.page-content-shell .woocommerce form.checkout,
.page-content-shell .woocommerce-MyAccount-navigation,
.page-content-shell .woocommerce-MyAccount-content,
.page-content-shell .woocommerce-cart-form,
.page-content-shell .cart-collaterals,
.page-content-shell .woocommerce-checkout,
.page-content-shell .woocommerce-info,
.page-content-shell .woocommerce-message,
.page-content-shell .woocommerce-error {
  border: 1px solid rgba(255, 144, 64, 0.18);
  background: linear-gradient(180deg, rgba(40, 20, 18, 0.92), rgba(12, 8, 14, 0.94));
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24), 0 0 28px rgba(255, 98, 0, 0.08);
}

.page-content-shell .woocommerce form.login,
.page-content-shell .woocommerce form.register,
.page-content-shell .woocommerce-cart-form,
.page-content-shell .cart-collaterals,
.page-content-shell .woocommerce-checkout,
.page-content-shell .woocommerce-MyAccount-navigation,
.page-content-shell .woocommerce-MyAccount-content {
  padding: 24px;
}

.page-content-shell .woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
}

.page-content-shell .woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-content-shell .woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 138, 46, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 247, 251, 0.88);
  font-weight: 600;
}

.page-content-shell .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.page-content-shell .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(255, 122, 0, 0.14);
  border-color: rgba(255, 138, 46, 0.36);
  color: #fff;
}

.page-content-shell .woocommerce input.input-text,
.page-content-shell .woocommerce textarea,
.page-content-shell .woocommerce select,
.page-content-shell .select2-container--default .select2-selection--single,
.page-content-shell .select2-container--default .select2-selection--multiple {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 138, 46, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f7fb;
}

.page-content-shell .woocommerce input.input-text:focus,
.page-content-shell .woocommerce textarea:focus,
.page-content-shell .woocommerce select:focus {
  outline: none;
  border-color: rgba(122, 214, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(122, 214, 255, 0.12);
}

.page-content-shell .woocommerce button.button,
.page-content-shell .woocommerce a.button,
.page-content-shell .woocommerce input.button,
.page-content-shell .woocommerce #respond input#submit {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a00, #ff3c00);
  color: #fff;
  padding: 13px 22px;
  font-weight: 700;
  box-shadow: 0 18px 28px rgba(255, 90, 0, 0.22);
}

.page-content-shell .woocommerce button.button:hover,
.page-content-shell .woocommerce a.button:hover,
.page-content-shell .woocommerce input.button:hover,
.page-content-shell .woocommerce #respond input#submit:hover {
  background: linear-gradient(135deg, #ff8e1f, #ff531a);
  color: #fff;
}

.page-content-shell .woocommerce table.shop_table {
  border-radius: 18px;
  overflow: hidden;
  border-color: rgba(255, 138, 46, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.page-content-shell .woocommerce table.shop_table th,
.page-content-shell .woocommerce table.shop_table td {
  color: #f5f7fb;
  border-color: rgba(255, 138, 46, 0.12);
}

.page-content-shell .woocommerce .quantity .qty {
  min-height: 42px;
}

.page-content-shell .woocommerce .woocommerce-form-login__rememberme,
.page-content-shell .woocommerce .woocommerce-form__label-for-checkbox,
.page-content-shell .woocommerce label {
  color: rgba(245, 247, 251, 0.84);
}

@media (max-width: 900px) {
  .page-content-shell .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="150"],
.page-id-104 #wpcf7-f150-p104-o1 {
  display: none !important;
}

.page-id-104 .page-content-shell {
  width: min(100% - 24px, 1200px);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"],
.page-id-104 #wpcf7-f101-p104-o2 {
  display: block;
  width: 100%;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .wrap,
.page-id-104 #wpcf7-f101-p104-o2 .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 0 80px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .hero,
.page-id-104 #wpcf7-f101-p104-o2 .hero {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 138, 46, 0.18);
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(0, 207, 255, 0.12), transparent 35%),
    radial-gradient(circle at bottom left, rgba(255, 106, 0, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(19, 24, 35, 0.95), rgba(11, 14, 24, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .badge,
.page-id-104 #wpcf7-f101-p104-o2 .badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 207, 255, 0.12);
  border: 1px solid rgba(0, 207, 255, 0.25);
  color: #00cfff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] h1,
.page-id-104 #wpcf7-f101-p104-o2 h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px) !important;
  line-height: 1.08;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .lead,
.page-id-104 #wpcf7-f101-p104-o2 .lead {
  margin: 0;
  color: rgba(245, 247, 251, 0.72);
  max-width: 820px;
  font-size: 16px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .grid,
.page-id-104 #wpcf7-f101-p104-o2 .grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: start;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .card,
.page-id-104 #wpcf7-f101-p104-o2 .card {
  background: linear-gradient(180deg, rgba(19, 24, 35, 0.96), rgba(11, 14, 24, 0.98));
  border: 1px solid rgba(255, 138, 46, 0.18);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .card-header,
.page-id-104 #wpcf7-f101-p104-o2 .card-header {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 138, 46, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .card-header h2,
.page-id-104 #wpcf7-f101-p104-o2 .card-header h2,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .info-box h3,
.page-id-104 #wpcf7-f101-p104-o2 .info-box h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .card-header p,
.page-id-104 #wpcf7-f101-p104-o2 .card-header p,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .info-box ul,
.page-id-104 #wpcf7-f101-p104-o2 .info-box ul,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .status-item,
.page-id-104 #wpcf7-f101-p104-o2 .status-item {
  margin: 0;
  color: rgba(245, 247, 251, 0.7);
  font-size: 14px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] #licenseForm,
.page-id-104 #wpcf7-f101-p104-o2 #licenseForm {
  padding: 22px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .section-title,
.page-id-104 #wpcf7-f101-p104-o2 .section-title {
  margin: 18px 0 14px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #00cfff;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .section-title p,
.page-id-104 #wpcf7-f101-p104-o2 .section-title p,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field p,
.page-id-104 #wpcf7-f101-p104-o2 .field p,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .check p,
.page-id-104 #wpcf7-f101-p104-o2 .check p {
  margin: 0;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .form-grid,
.page-id-104 #wpcf7-f101-p104-o2 .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field,
.page-id-104 #wpcf7-f101-p104-o2 .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field.full,
.page-id-104 #wpcf7-f101-p104-o2 .field.full {
  grid-column: 1 / -1;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-field-stack,
.page-id-104 #wpcf7-f101-p104-o2 .dv-field-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field label,
.page-id-104 #wpcf7-f101-p104-o2 .field label {
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field br,
.page-id-104 #wpcf7-f101-p104-o2 .field br {
  display: none;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field .wpcf7-form-control-wrap,
.page-id-104 #wpcf7-f101-p104-o2 .field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field input,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field select,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field textarea,
.page-id-104 #wpcf7-f101-p104-o2 .field input,
.page-id-104 #wpcf7-f101-p104-o2 .field select,
.page-id-104 #wpcf7-f101-p104-o2 .field textarea {
  width: 100%;
  border: 1px solid rgba(255, 138, 46, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  padding: 14px 14px;
  border-radius: 12px;
  outline: none;
  transition: 0.2s ease;
  font-size: 15px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field select,
.page-id-104 #wpcf7-f101-p104-o2 .field select {
  color-scheme: dark;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #f5f5f5 50%),
    linear-gradient(135deg, #f5f5f5 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field select option,
.page-id-104 #wpcf7-f101-p104-o2 .field select option,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field select optgroup,
.page-id-104 #wpcf7-f101-p104-o2 .field select optgroup {
  background: #141414;
  color: #f5f5f5;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select {
  position: relative;
  width: 100%;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-native-select,
.page-id-104 #wpcf7-f101-p104-o2 .dv-native-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-trigger,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-trigger {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 138, 46, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  padding: 14px 42px 14px 14px;
  border-radius: 12px;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-trigger::after,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select.is-open .dv-custom-select-trigger,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select.is-open .dv-custom-select-trigger {
  border-color: rgba(0, 207, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 207, 255, 0.1);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select.is-open .dv-custom-select-trigger::after,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select.is-open .dv-custom-select-trigger::after {
  transform: translateY(-35%) rotate(-135deg);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-list,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-list {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  border: 1px solid rgba(255, 138, 46, 0.16);
  background: #141414;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
  padding: 8px;
  gap: 6px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select.is-open .dv-custom-select-list,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select.is-open .dv-custom-select-list {
  display: grid;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-option,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-option {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #f5f5f5;
  text-align: left;
  padding: 12px 14px;
  font-size: 14px;
  cursor: pointer;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-option:hover,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-custom-select-option.is-selected,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-option:hover,
.page-id-104 #wpcf7-f101-p104-o2 .dv-custom-select-option.is-selected {
  background: rgba(0, 207, 255, 0.14);
  color: #ffffff;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field input:focus,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field select:focus,
.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field textarea:focus,
.page-id-104 #wpcf7-f101-p104-o2 .field input:focus,
.page-id-104 #wpcf7-f101-p104-o2 .field select:focus,
.page-id-104 #wpcf7-f101-p104-o2 .field textarea:focus {
  border-color: rgba(0, 207, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 207, 255, 0.1);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .field textarea,
.page-id-104 #wpcf7-f101-p104-o2 .field textarea {
  min-height: 120px;
  resize: vertical;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .checks,
.page-id-104 #wpcf7-f101-p104-o2 .checks {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .check,
.page-id-104 #wpcf7-f101-p104-o2 .check {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(255, 138, 46, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-acceptance,
.page-id-104 #wpcf7-f101-p104-o2 .dv-acceptance {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .dv-acceptance input,
.page-id-104 #wpcf7-f101-p104-o2 .dv-acceptance input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #ff6a00;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .actions,
.page-id-104 #wpcf7-f101-p104-o2 .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .actions .wpcf7-submit,
.page-id-104 #wpcf7-f101-p104-o2 .actions .wpcf7-submit {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 15px;
  background: linear-gradient(90deg, #ff6a00, #ff8d3a);
  color: #fff;
  min-width: 240px;
  box-shadow: 0 18px 28px rgba(255, 90, 0, 0.22);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .actions .wpcf7-spinner,
.page-id-104 #wpcf7-f101-p104-o2 .actions .wpcf7-spinner {
  margin-top: 10px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .sidebar,
.page-id-104 #wpcf7-f101-p104-o2 .sidebar {
  display: grid;
  gap: 22px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .info-box,
.page-id-104 #wpcf7-f101-p104-o2 .info-box {
  padding: 22px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .info-box ul,
.page-id-104 #wpcf7-f101-p104-o2 .info-box ul {
  padding-left: 18px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .info-box li + li,
.page-id-104 #wpcf7-f101-p104-o2 .info-box li + li {
  margin-top: 10px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .status-list,
.page-id-104 #wpcf7-f101-p104-o2 .status-list {
  display: grid;
  gap: 10px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .status-item,
.page-id-104 #wpcf7-f101-p104-o2 .status-item {
  padding: 12px 14px;
  border: 1px solid rgba(255, 138, 46, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .tag,
.page-id-104 #wpcf7-f101-p104-o2 .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .tag-blue,
.page-id-104 #wpcf7-f101-p104-o2 .tag-blue {
  background: rgba(0, 207, 255, 0.12);
  color: #00cfff;
  border: 1px solid rgba(0, 207, 255, 0.25);
}

.page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .tag-ok,
.page-id-104 #wpcf7-f101-p104-o2 .tag-ok {
  background: rgba(39, 194, 108, 0.12);
  color: #27c26c;
  border: 1px solid rgba(39, 194, 108, 0.25);
}

@media (max-width: 900px) {
  .page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .grid,
  .page-id-104 #wpcf7-f101-p104-o2 .grid,
  .page-id-104 .page-content-shell > .wpcf7[data-wpcf7-id="101"] .form-grid,
  .page-id-104 #wpcf7-f101-p104-o2 .form-grid {
    grid-template-columns: 1fr;
  }
}
