﻿/*
Theme Name: AI Music Academy Neon
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Theme WordPress pour un site hybride musique pro, telechargements DJ/radio et vente de formation musique IA.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Version: 2.2.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-music-academy
*/

html {
  scroll-behavior: smooth;
}

body {
  background: #03040a;
  color: #fff;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.wp-site-blocks {
  overflow-x: hidden;
}

.site-shell {
  min-height: 100vh;
}

.glass-panel {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(25, 28, 50, 0.82), rgba(7, 9, 18, 0.9));
  border: 1px solid rgba(197, 55, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 70px rgba(0,0,0,0.42);
}

.music-card,
.course-card,
.download-card,
.neon-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.music-card:hover,
.course-card:hover,
.download-card:hover,
.neon-card:hover {
  border-color: rgba(255, 55, 220, 0.68);
  box-shadow: 0 18px 55px rgba(151, 34, 255, 0.28);
  transform: translateY(-2px);
}

.waveform {
  background:
    linear-gradient(90deg, rgba(135, 48, 255, 0.24), rgba(255, 55, 220, 0.52), rgba(255, 205, 39, 0.18)),
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255,255,255,0.5) 8px 10px, transparent 10px 18px);
  border-radius: 999px;
  height: 48px;
  opacity: 0.9;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-row span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: inherit;
  font-size: 0.78rem;
  padding: 0.35rem 0.65rem;
}

.light-tags span {
  border-color: rgba(255, 55, 220, 0.32);
  background: rgba(151, 34, 255, 0.12);
}

.wp-block-button__link {
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.wp-block-button__link:hover {
  box-shadow: 0 12px 34px rgba(255, 55, 220, 0.34);
  transform: translateY(-1px);
}

/*.neon-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(163, 32, 255, 0.33), transparent 22rem),
    radial-gradient(circle at 80% 15%, rgba(255, 43, 201, 0.28), transparent 24rem),
    radial-gradient(circle at 50% 62%, rgba(255, 198, 35, 0.1), transparent 22rem),
    #03040a;
}*/

.neon-kicker {
  background: linear-gradient(90deg, #6b2bff, #d82cff);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 0.24rem 0.9rem;
  text-transform: uppercase;
}

.gradient-word {
  background: linear-gradient(90deg, #9a39ff 0%, #ff38cf 45%, #ff7a67 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 950;
}

.yellow-strip {
  background: linear-gradient(180deg, #ffd84a, #ffb509);
  border-radius: 6px;
  color: #080810;
  display: inline-block;
  font-weight: 950;
  padding: 0.42rem 1rem;
  text-transform: uppercase;
}

.price-box {
  background: linear-gradient(180deg, rgba(14,18,34,0.96), rgba(5,7,14,0.98));
  border: 1px solid rgba(158, 88, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 0 38px rgba(177, 48, 255, 0.26);
}

.big-price {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
}

.icon-pill {
  color: #d84cff;
  font-size: 2.5rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(216, 76, 255, 0.76);
}

.step-number {
  align-items: center;
  background: radial-gradient(circle at 32% 25%, #a95cff, #4a159c);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(163, 43, 255, 0.56);
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 950;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  margin: 0.72rem 0;
  padding-left: 1.6rem;
  position: relative;
}

.check-list li::before {
  color: #b44cff;
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.section-title-line {
  align-items: center;
  color: #d772ff;
  display: flex;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.section-title-line::before,
.section-title-line::after {
  background: linear-gradient(90deg, transparent, #7d2bff, transparent);
  content: "";
  height: 1px;
  width: min(180px, 22vw);
}

.mock-phone,
.mock-headphones {
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 44px rgba(216,76,255,0.34);
}

.mock-phone {
  aspect-ratio: 9 / 16;
  background: linear-gradient(160deg, #181b24, #05060b);
  border-radius: 28px;
  max-width: 220px;
  padding: 1rem;
  transform: rotate(-8deg);
}

.mock-headphones {
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255,55,220,0.46), rgba(108,35,255,0.18) 42%, rgba(255,255,255,0.03) 43%, transparent 44%);
  border-radius: 50%;
  min-height: 260px;
}

.final-cta {
  background: linear-gradient(180deg, #ffd94d, #ffb006);
  border: 1px solid #ffe487;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(255, 180, 0, 0.3);
  color: #07080d;
}

.sales-home {
  padding: 2rem 1rem 3rem;
}

.sales-hero {
  align-items: center;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(240px, 0.95fr) minmax(360px, 2fr) minmax(300px, 1.15fr);
  margin: 0 auto;
  max-width: 1500px;
  min-height: 560px;
}

.sales-main {
  text-align: center;
}

.sales-main h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 1rem 0;
}

.sales-subtitle {
  color: #fff;
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  line-height: 1.28;
  margin: 0.65rem auto 1.35rem;
  max-width: 760px;
}

.sales-subtitle strong {
  color: #ffcd24;
  font-weight: 900;
}

.sales-asset,
.method-visual,
.benefits-strip img,
.price-cart {
  display: block;
  height: auto;
  max-width: 100%;
}

.hero-phone {
  filter: drop-shadow(0 0 28px rgba(179, 66, 255, 0.35));
  margin: -1.25rem auto 0;
  max-height: 520px;
  object-fit: contain;
  transform: rotate(-7deg) scale(1.08);
}

.hero-headphones {
  filter: drop-shadow(0 0 34px rgba(255, 57, 200, 0.4));
  margin: -1rem -2.2rem 0 auto;
  max-height: 470px;
  object-fit: contain;
  transform: scale(1.22);
}

.sales-price {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 120px auto 1fr 118px;
  margin: 0 auto 1.2rem;
  max-width: 900px;
  min-height: 132px;
  padding: 0.85rem 1.15rem;
}

.price-cart-wrap {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  height: 86px;
  justify-content: center;
  padding-right: 1.1rem;
}

.price-cart {
  filter: drop-shadow(0 0 16px rgba(255, 57, 200, 0.55));
  width: 82px;
}

.sales-price p {
  color: #fff;
  font-weight: 850;
  margin: 0;
  text-align: left;
}

.sales-price p span {
  color: #c5c9d6;
  font-weight: 650;
}

.sales-price .big-price {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(4rem, 7vw, 5.7rem);
  line-height: 0.9;
  padding-right: 1.25rem;
}

.price-copy strong {
  color: #d84cff;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.price-copy span {
  color: #fff;
  font-size: 1rem;
}

.lifetime-badge {
  align-items: center;
  aspect-ratio: 1;
  background: radial-gradient(circle at 34% 28%, #ffe992 0 18%, #ffc83c 19% 54%, #d89113 55% 100%);
  border: 3px solid #ffe07a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(111, 64, 5, 0.35), 0 10px 24px rgba(255, 188, 31, 0.28);
  color: #111;
  display: flex;
  flex-direction: column;
  font-size: 1.05rem;
  font-weight: 950;
  justify-content: center;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.lifetime-badge-img {
  display: block;
  filter: drop-shadow(0 10px 24px rgba(255, 188, 31, 0.28));
  height: auto;
  justify-self: center;
  width: 116px;
}

.benefits-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 2rem auto;
  max-width: 1200px;
  padding: 1.1rem;
  text-align: center;
}

.benefits-strip article {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 0.6rem;
}

.benefits-strip article:last-child {
  border-right: 0;
}

.benefits-strip img {
  filter: drop-shadow(0 0 16px rgba(179, 66, 255, 0.48));
  margin: 0 auto 0.3rem;
  width: 74px;
}

.benefits-strip h3 {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.25;
  margin: 0.35rem 0;
  text-transform: uppercase;
}

.benefits-strip p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
}

.method-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.2rem auto 0;
  max-width: 1280px;
}

.method-grid .neon-card {
  border-radius: 8px;
  padding: 1.05rem;
}

.method-grid h3 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0.7rem 0;
  text-transform: uppercase;
}

.method-visual {
  filter: drop-shadow(0 0 22px rgba(179, 66, 255, 0.35));
  margin: 0.35rem auto 0.7rem;
  height: 220px;
  object-fit: contain;
}

.objective {
  background: #250a56;
  border: 1px solid rgba(179, 66, 255, 0.6);
  border-radius: 6px;
  color: #fff;
  margin: 1rem 0 0;
  padding: 0.75rem;
  text-align: center;
}

.djf-wrap {
  background:
    radial-gradient(circle at 50% 0%, rgba(179, 66, 255, 0.12), transparent 34rem),
    #03040a;
  color: #fff;
  margin: 0 auto;
  max-width: 1280px;
  padding: 3rem 1rem 4rem;
}

.djf-wrap .section-title {
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 1.8rem;
  text-align: center;
  text-transform: uppercase;
}

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

.faqbox {
  background: linear-gradient(180deg, rgba(18, 21, 35, 0.96), rgba(6, 8, 17, 0.98));
  border: 1px solid rgba(179, 66, 255, 0.26);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 38px rgba(0, 0, 0, 0.22);
  min-height: 132px;
  padding: 1.35rem 1.45rem;
}

.faqbox h3 {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.faqbox p {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.42;
  margin: 0;
}

@media (max-width: 980px) {
  .sales-hero,
  .method-grid,
  .benefits-strip {
    grid-template-columns: 1fr;
  }

  .sales-side {
    display: block;
  }

  .hero-phone,
  .hero-headphones {
    margin: 0 auto;
    max-height: 300px;
    transform: none;
  }

  .sales-price {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .price-cart-wrap,
  .sales-price .big-price {
    border-right: 0;
    padding-right: 0;
  }

  .sales-price p {
    text-align: center;
  }

  .price-cart {
    margin: 0 auto;
  }

  .lifetime-badge {
    justify-self: center;
    width: 110px;
  }

  .lifetime-badge-img {
    width: 112px;
  }

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

  .benefits-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0 0 1rem;
  }

  .benefits-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .faq {
    grid-template-columns: 1fr;
  }

  .faqbox {
    min-height: auto;
  }
}

.ai-contact-form {
  display: grid;
  gap: 1rem;
}

.contact-pro-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.1fr);
  margin-top: 2rem;
}

.social-contact-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.social-contact {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  gap: 0.85rem;
  padding: 0.8rem 0.9rem;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.social-contact:hover {
  border-color: rgba(255, 57, 200, 0.65);
  box-shadow: 0 14px 34px rgba(177, 48, 255, 0.22);
  transform: translateY(-1px);
}

.social-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.social-icon svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}

.social-contact.spotify .social-icon {
  background: rgba(30, 215, 96, 0.14);
  color: #1ed760;
}

.social-contact.youtube .social-icon {
  background: rgba(255, 0, 0, 0.14);
  color: #ff3b3b;
}

.social-contact.instagram .social-icon {
  background: linear-gradient(135deg, rgba(255, 205, 36, 0.18), rgba(255, 57, 200, 0.2), rgba(179, 66, 255, 0.18));
  color: #ff39c8;
}

.social-contact.tiktok .social-icon {
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.15), rgba(255, 0, 80, 0.16));
  color: #25f4ee;
}

.ai-contact-form label {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 0.45rem;
  line-height: 1.25;
}

.ai-contact-form label span {
  color: #ff39c8;
}

.ai-contact-form input,
.ai-contact-form select,
.ai-contact-form textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  font: inherit;
  min-height: 48px;
  padding: 0.82rem 0.92rem;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.ai-contact-form textarea {
  resize: vertical;
}

.ai-contact-form select option {
  background: #0b0e19;
  color: #fff;
}

.ai-contact-form input:focus,
.ai-contact-form select:focus,
.ai-contact-form textarea:focus {
  border-color: #ff39c8;
  box-shadow: 0 0 0 3px rgba(255, 57, 200, 0.18);
  outline: none;
}

.ai-contact-form .form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-contact-form .consent {
  align-items: start;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 650;
  gap: 0.7rem;
  line-height: 1.4;
}

.ai-contact-form .consent input {
  flex: 0 0 auto;
  margin-top: 0.28rem;
  min-height: auto;
  width: auto;
}

.ai-contact-form button {
  background: linear-gradient(180deg, #ffd94d, #ffb006);
  border: 0;
  border-radius: 6px;
  color: #03040a;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
}

.form-notice {
  border-radius: 6px;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 1rem;
}

.form-notice.success {
  background: rgba(133, 255, 189, 0.12);
  border: 1px solid rgba(133, 255, 189, 0.38);
  color: #85ffbd;
}

.form-notice.error {
  background: rgba(255, 57, 200, 0.12);
  border: 1px solid rgba(255, 57, 200, 0.38);
  color: #ff8ce1;
}

@media (max-width: 780px) {
  .contact-pro-layout {
    grid-template-columns: 1fr;
  }

  .ai-contact-form .form-grid {
    grid-template-columns: 1fr;
  }

  .ai-contact-form button {
    width: 100%;
  }

  .mobile-stack {
    flex-direction: column;
  }
}

/* Existing 2-column income CTA block */
.income-cta-wrap > .income-cta.glass-panel {
  align-items: center;
  background:
    radial-gradient(circle at 12% 100%, rgba(255, 205, 36, 0.09), transparent 18rem),
    linear-gradient(180deg, rgba(17, 20, 34, 0.96), rgba(6, 8, 17, 0.98));
  border: 1px solid rgba(179, 66, 255, 0.48);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 80px rgba(0, 0, 0, 0.36);
  display: grid;
  gap: clamp(1.6rem, 4vw, 3rem);
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(1.8rem, 4vw, 3rem);
}

.income-cta-wrap > .income-cta.glass-panel .income-copy h2 {
  color: #fff;
  font-size: clamp(2.15rem, 3.9vw, 3.45rem);
  font-weight: 550;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

.income-cta-wrap > .income-cta.glass-panel .income-copy h2 span {
  color: #ffcd24;
  display: inline;
}

.income-cta-wrap > .income-cta.glass-panel .income-copy p {
  color: #f4f4f7;
  font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  line-height: 1.45;
  margin: 0 0 2rem;
  max-width: 500px;
}

.income-cta-wrap > .income-cta.glass-panel .income-button {
  background: linear-gradient(180deg, #ffe06a, #ffb509);
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(255, 188, 31, 0.25);
  color: #080810;
  display: inline-flex;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 950;
  justify-content: center;
  line-height: 1;
  min-width: min(420px, 100%);
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.income-cta-wrap > .income-cta.glass-panel .income-points {
  display: grid;
  gap: 1rem;
  place-content: center stretch;
}

.income-cta-wrap > .income-cta.glass-panel .income-point {
  color: #fff;
  min-height: 50px;
  padding-left: 3.8rem;
  position: relative;
}

.income-cta-wrap > .income-cta.glass-panel .income-point::before {
  color: #ffcd24;
  content: "\2713";
  font-size: 2rem;
  font-weight: 950;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.05rem;
}

.income-cta-wrap > .income-cta.glass-panel .income-point strong {
  color: #fff;
  display: block;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 750;
  line-height: 1.15;
  margin-bottom: 0.25rem;
}

.income-cta-wrap > .income-cta.glass-panel .income-point p {
  color: #f4f4f7;
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 900px) {
  .income-cta-wrap > .income-cta.glass-panel {
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .income-cta-wrap > .income-cta.glass-panel .income-copy h2 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .income-cta-wrap > .income-cta.glass-panel .income-button {
    width: 100%;
  }
}

/* Three-column income CTA block */
.income-cta-wrap {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 205, 36, 0.08), transparent 22rem),
    #03040a;
  margin: 0 auto;
  max-width: 1280px;
  padding: 1.4rem 1rem 0.6rem;
}

.income-cta-wrap > .income-cta:not(.glass-panel) {
  align-items: center;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 460px) minmax(280px, 1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-copy h2 {
  color: #fff;
  font-size: clamp(1.85rem, 2.85vw, 2.65rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-copy h2 span {
  color: #ffcd24;
  display: block;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-copy p {
  color: #fff;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.38;
  margin: 0;
  max-width: 460px;
}

.income-price-card {
  background: linear-gradient(180deg, #ffdb59 0%, #ffb10b 100%);
  border: 1px solid #ffe487;
  border-radius: 12px;
  box-shadow: 0 18px 58px rgba(255, 180, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  color: #050505;
  display: grid;
  justify-items: center;
  min-height: 200px;
  padding: 1.2rem 1.4rem;
  text-align: center;
}

.income-price-card strong {
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  font-weight: 950;
  text-transform: uppercase;
}

.income-price {
  display: block;
  font-size: clamp(4.2rem, 6.7vw, 5.7rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0.35rem 0 0.25rem;
}

.income-price-card span:last-child {
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-points {
  display: grid;
  gap: 0.95rem;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-point {
  color: #fff;
  min-height: 52px;
  padding-left: 4rem;
  position: relative;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-point::before {
  align-items: center;
  border: 3px solid #ffcd24;
  border-radius: 999px;
  color: #ffcd24;
  content: "\2713";
  display: flex;
  font-size: 1.38rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.05rem;
  width: 42px;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-secure::before {
  border-radius: 10px;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-access::before {
  content: "\25A3";
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-point strong {
  color: #fff;
  display: block;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 950;
  line-height: 1.1;
  margin-bottom: 0.12rem;
  text-transform: uppercase;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-point p {
  color: #fff;
  font-size: clamp(0.92rem, 1.25vw, 1.04rem);
  line-height: 1.22;
  margin: 0;
}

.talent-banner {
  align-items: center;
  background: linear-gradient(90deg, rgba(76, 21, 126, 0.86), rgba(25, 13, 42, 0.94), rgba(76, 21, 126, 0.86));
  border: 2px solid rgba(255, 57, 200, 0.68);
  border-radius: 12px;
  box-shadow: 0 0 28px rgba(255, 57, 200, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  font-size: clamp(1.35rem, 2.35vw, 1.95rem);
  font-weight: 950;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 1.75rem auto 0;
  max-width: 980px;
  padding: 0.85rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.talent-banner::before {
  color: #ff5bd3;
  content: "\2605";
  filter: drop-shadow(0 0 10px rgba(255, 57, 200, 0.7));
}

.talent-banner span {
  color: #ff39c8;
}

@media (max-width: 900px) {
  .income-cta-wrap > .income-cta:not(.glass-panel) {
    grid-template-columns: 1fr;
  }

  .income-price-card {
    min-height: 190px;
  }
}

.djf-album-library {
  display: grid;
  gap: 1rem;
  margin: 2rem auto;
  max-width: 1120px;
}

.djf-album-card {
  background: linear-gradient(180deg, rgba(18, 21, 35, 0.96), rgba(6, 8, 17, 0.98));
  border: 1px solid rgba(179, 66, 255, 0.42);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 48px rgba(0, 0, 0, 0.28);
  color: #fff;
  overflow: hidden;
}

.djf-album-card[open] {
  border-color: rgba(255, 57, 200, 0.58);
}

.djf-album-summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 112px 1fr auto;
  list-style: none;
  padding: 1rem;
}

.djf-album-summary::-webkit-details-marker {
  display: none;
}

.djf-album-cover {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  object-fit: cover;
  width: 112px;
}

.djf-album-info strong {
  color: #fff;
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 950;
  line-height: 1.1;
}

.djf-album-info small {
  color: #c5c9d6;
  display: block;
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

.djf-album-toggle {
  background: linear-gradient(180deg, #ffdb59, #ffb10b);
  border-radius: 6px;
  color: #03040a;
  font-size: 0.9rem;
  font-weight: 950;
  padding: 0.7rem 0.9rem;
  text-transform: uppercase;
}

.djf-album-body {
  border-top: 1px solid rgba(179, 66, 255, 0.22);
  padding: 1rem;
}

.djf-album-links,
.djf-track-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.djf-album-links {
  margin-bottom: 1rem;
}

.djf-album-links a,
.djf-track-actions a {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
}

.djf-album-links a:hover,
.djf-track-actions a:hover {
  border-color: rgba(255, 57, 200, 0.6);
  box-shadow: 0 10px 26px rgba(177, 48, 255, 0.18);
}

.djf-track-list {
  display: grid;
  gap: 0.6rem;
}

.djf-track-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  padding: 0.75rem;
}

.djf-track-title {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.djf-track-title span {
  align-items: center;
  background: rgba(179, 66, 255, 0.2);
  border: 1px solid rgba(179, 66, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 950;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.djf-track-title strong {
  color: #fff;
  font-size: 1rem;
}

.djf-no-tracks,
.djf-library-empty {
  color: #c5c9d6;
  margin: 0;
}

@media (max-width: 720px) {
  .djf-album-summary,
  .djf-track-row {
    grid-template-columns: 1fr;
  }

  .djf-album-cover {
    width: 100%;
    max-width: 220px;
  }

  .djf-album-toggle {
    justify-self: start;
  }
}

/* Refined income guarantee icons */
.income-cta-wrap > .income-cta:not(.glass-panel) .income-point::before,
.income-cta-wrap > .income-cta.glass-panel .income-point::before {
  background: #ffcd24;
  border: 0;
  border-radius: 0;
  color: #ffcd24;
  content: "";
  display: block;
  font-size: 0;
  height: 50px;
  left: 0;
  line-height: 1;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: -0.05rem;
  width: 50px;
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-secure::before,
.income-cta-wrap > .income-cta.glass-panel .income-point:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M32 5 52 13v15c0 14-8 25-20 31C20 53 12 42 12 28V13l20-8Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='m23 31 6 6 13-16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M32 5 52 13v15c0 14-8 25-20 31C20 53 12 42 12 28V13l20-8Z'/%3E%3Cpath fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='m23 31 6 6 13-16'/%3E%3C/svg%3E");
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-refund::before,
.income-cta-wrap > .income-cta.glass-panel .income-point:nth-child(2)::before,
.income-cta-wrap > .income-cta.glass-panel .income-point:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='25' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='m22 33 7 7 15-19'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='25' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath fill='none' stroke='black' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='m22 33 7 7 15-19'/%3E%3C/svg%3E");
}

.income-cta-wrap > .income-cta:not(.glass-panel) .income-access::before,
.income-cta-wrap > .income-cta.glass-panel .income-point:nth-child(4)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='28' width='36' height='28' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' d='M22 28v-8c0-7 4-12 10-12s10 5 10 12v8'/%3E%3Ccircle cx='32' cy='41' r='3' fill='black'/%3E%3Cpath fill='none' stroke='black' stroke-width='4' stroke-linecap='round' d='M32 44v5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='14' y='28' width='36' height='28' rx='4' fill='none' stroke='black' stroke-width='5'/%3E%3Cpath fill='none' stroke='black' stroke-width='5' stroke-linecap='round' d='M22 28v-8c0-7 4-12 10-12s10 5 10 12v8'/%3E%3Ccircle cx='32' cy='41' r='3' fill='black'/%3E%3Cpath fill='none' stroke='black' stroke-width='4' stroke-linecap='round' d='M32 44v5'/%3E%3C/svg%3E");
}
