body.page-id-133 #main-content {
  background: #f7f6fb;
  overflow: hidden;
}
body.page-id-133 #main-content .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body.page-id-133 #main-content #left-area {
  width: 100% !important;
  padding: 0 !important;
}
body.page-id-133 #main-content #sidebar,
body.page-id-133 #main-content .et_post_meta_wrapper,
body.page-id-133 #main-content .entry-title {
  display: none !important;
}
body.page-id-133 #main-content .entry-content {
  padding: 0 !important;
}
body.page-id-133 #main-content .et_pb_section.lfm-radio-page-section {
  padding: 0 !important;
  background: #f7f6fb !important;
}
body.page-id-133 #main-content .lfm-radio-page-row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
body.page-id-133 #main-content .lfm-radio-page-row > .et_pb_column {
  width: 100% !important;
  margin: 0 !important;
}
body.page-id-133 #main-content .lfm-radio-page-code,
body.page-id-133 #main-content .lfm-radio-page-code .et_pb_code_inner {
  margin: 0 !important;
}
body.page-id-133 .gtranslate_wrapper,
body.page-id-133 .gt_float_switcher,
body.page-id-133 div[class*="gt_float"] {
  display: none !important;
}
body.page-id-133 .elfsight-app,
body.page-id-133 [class*="elfsight"],
body.page-id-133 [class*="eapps-"],
body.page-id-133 [id*="fb-root"] ~ div[style*="position: fixed"] {
  display: none !important;
}
	

    @font-face {
      font-family: "Gilroy";
      src: url("https://www.lfmaudio.com/wp-content/uploads/et-fonts/Gilroy-Regular.ttf") format("truetype");
      font-display: swap;
    }

    @font-face {
      font-family: "Gilroy";
      src: url("https://www.lfmaudio.com/wp-content/uploads/et-fonts/Gilroy-Bold.ttf") format("truetype");
      font-weight: 800;
      font-display: swap;
    }

    .lfm-radio-page {
      --black: #0f0f10;
      --night: #060410;
      --panel: #170b2d;
      --purple: #761ee8;
      --purple-2: #9d28f4;
      --cyan: #04f1ff;
      --ink: #14101d;
      --text: #372848;
      --muted: #776f82;
      --line: #ebe7f2;
      --soft: #f7f6fb;
      --white: #fff;
      --max: 1160px;
    }

    .lfm-radio-page * { box-sizing: border-box; }

    .lfm-radio-page .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .lfm-radio-page { scroll-behavior: smooth; }

    .lfm-radio-page {
      margin: 0;
      overflow-x: hidden;
      color: var(--text);
      background: #f7f6fb;
      font-family: Inter, "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      letter-spacing: 0;
    }

    .lfm-radio-page a { color: inherit; text-decoration: none; }
    .lfm-radio-page img { display: block; max-width: 100%; }
    .lfm-radio-page button { font: inherit; }

    .lfm-radio-page .wrap {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .lfm-radio-page .nav {
      position: relative;
      z-index: 30;
      background: var(--black);
      border-bottom: 1px solid rgba(255,255,255,.07);
    }

    .lfm-radio-page .nav .wrap {
      min-height: 78px;
      display: flex;
      align-items: center;
      gap: 30px;
    }

    .lfm-radio-page .logo { width: 104px; flex: 0 0 auto; }

    .lfm-radio-page .nav-links {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 25px;
      color: rgba(255,255,255,.74);
      font-size: 15px;
    }

    .lfm-radio-page .nav-item {
      position: relative;
      padding: 28px 0;
    }

    .lfm-radio-page .nav-item > a::after {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-left: 8px;
      border-right: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      transform: translateY(-3px) rotate(45deg);
      opacity: .62;
    }

    .lfm-radio-page .nav-item.plain > a::after { display: none; }

    .lfm-radio-page .dropdown {
      position: absolute;
      top: 72px;
      left: -18px;
      min-width: 230px;
      padding: 8px;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 10px;
      background: rgba(15,15,16,.97);
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
      box-shadow: 0 22px 46px rgba(0,0,0,.36);
    }

    .lfm-radio-page .nav-item:hover .dropdown, .lfm-radio-page .nav-item:focus-within .dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .lfm-radio-page .dropdown a {
      display: block;
      padding: 9px 11px;
      border-radius: 7px;
      color: rgba(255,255,255,.76);
      white-space: nowrap;
    }

    .lfm-radio-page .dropdown a:hover { background: rgba(255,255,255,.07); color: var(--cyan); }

    .lfm-radio-page .nav-order, .lfm-radio-page .btn-primary {
      color: var(--white);
      border-radius: 999px;
      background: linear-gradient(135deg, var(--purple), var(--purple-2));
      box-shadow: 0 14px 28px rgba(118,30,232,.24);
      font-weight: 800;
      white-space: nowrap;
    }

    .lfm-radio-page .nav-order {
      margin-left: 10px;
      padding: 13px 25px 14px;
    }

    .lfm-radio-page .mobile-menu-button {
      display: none;
      margin-left: auto;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 999px;
      background: rgba(255,255,255,.04);
      padding: 0;
      place-items: center;
      gap: 4px;
    }

    .lfm-radio-page .mobile-menu-button span {
      display: block;
      width: 17px;
      height: 2px;
      border-radius: 999px;
      background: #fff;
    }

    .lfm-radio-page .hero {
      position: relative;
      overflow: hidden;
      color: var(--white);
      background:
        radial-gradient(circle at 78% 22%, rgba(118,30,232,.23), transparent 34%),
        linear-gradient(180deg, rgba(5,3,15,.34), rgba(5,3,15,.98) 84%),
        url("https://www.lfmaudio.com/wp-content/uploads/2025/04/star-background.png") center top / cover no-repeat,
        var(--night);
    }

    .lfm-radio-page .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 34px;
      background: #f7f6fb;
    }

    .lfm-radio-page .hero .wrap {
      position: relative;
      z-index: 1;
      min-height: 540px;
      padding: 62px 0 76px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 430px;
      gap: 70px;
      align-items: center;
    }

    .lfm-radio-page .hero-copy {
      align-self: start;
    }

    .lfm-radio-page h1, .lfm-radio-page h2, .lfm-radio-page h3, .lfm-radio-page p { margin-top: 0; }

    .lfm-radio-page h1 {
      max-width: 760px;
      margin-bottom: 22px;
      color: var(--white);
      font-size: clamp(42px, 4.15vw, 58px);
      line-height: 1.04;
      letter-spacing: 0;
    }

    .lfm-radio-page .hero-copy p {
      max-width: 620px;
      margin-bottom: 0;
      color: rgba(255,255,255,.72);
      font-size: 19px;
      line-height: 1.62;
    }

    .lfm-radio-page .hero-note {
      display: block;
      margin-top: 24px;
      color: rgba(255,255,255,.5);
      font-size: 13px;
      font-weight: 800;
    }

    .lfm-radio-page .actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      margin-top: 34px;
    }

    .lfm-radio-page .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 14px 24px;
      border: 0;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 800;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .lfm-radio-page .btn:hover { transform: translateY(-1px); }

    .lfm-radio-page .hero .btn-primary {
      animation: ctaGlow 4.8s ease-in-out infinite;
    }

    .lfm-radio-page .btn-secondary {
      color: #fff;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
    }

    .lfm-radio-page .btn-tertiary {
      color: #fff;
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.16);
    }

    .lfm-radio-page .text-link {
      color: rgba(255,255,255,.72);
      font-weight: 800;
    }

    .lfm-radio-page .text-link:hover { color: #fff; }

    .lfm-radio-page .hero-art {
      position: relative;
      min-height: 360px;
    }

    .lfm-radio-page .mobile-art-strip {
      display: none;
    }

    .lfm-radio-page .art-stack {
      position: relative;
      height: 420px;
    }

    .lfm-radio-page .art-card {
      --rotate: 0deg;
      --px: 0px;
      --py: 0px;
      --float-lift: -6px;
      position: absolute;
      width: 218px;
      aspect-ratio: 1;
      border: 0;
      border-radius: 12px;
      overflow: hidden;
      background: #12051f;
      box-shadow: 0 24px 52px rgba(0,0,0,.42);
      cursor: pointer;
      transform: translate3d(var(--px), var(--py), 0) rotate(var(--rotate));
      animation: artworkFloat 9s ease-in-out infinite;
      transition: box-shadow .24s ease;
      will-change: transform;
    }

    .lfm-radio-page .art-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .lfm-radio-page .art-card:nth-child(1) {
      --rotate: -7deg;
      --float-lift: -6px;
      left: 34px;
      top: 0;
      z-index: 2;
      animation-duration: 8s;
    }

    .lfm-radio-page .art-card:nth-child(2) {
      --rotate: 6deg;
      --float-lift: -7px;
      right: 0;
      top: 48px;
      z-index: 3;
      animation-duration: 10s;
      animation-delay: -.8s;
    }

    .lfm-radio-page .art-card:nth-child(3) {
      --rotate: 5deg;
      --float-lift: -5px;
      left: 0;
      bottom: 34px;
      z-index: 4;
      animation-duration: 12s;
      animation-delay: -1.4s;
    }

    .lfm-radio-page .art-card:nth-child(4) {
      --rotate: -5deg;
      --float-lift: -6px;
      right: 58px;
      bottom: 0;
      z-index: 5;
      animation-duration: 9s;
      animation-delay: -.4s;
    }

    .lfm-radio-page .art-card.is-playing, .lfm-radio-page .art-card.is-active {
      box-shadow: 0 26px 58px rgba(118,30,232,.38), 0 20px 48px rgba(0,0,0,.4);
    }

    .lfm-radio-page .art-card.is-playing::after {
      content: "";
      position: absolute;
      left: 12px;
      bottom: 12px;
      width: 34px;
      height: 17px;
      border-radius: 999px;
      background:
        linear-gradient(90deg,
          rgba(255,255,255,.9) 0 3px,
          transparent 3px 7px,
          rgba(255,255,255,.74) 7px 10px,
          transparent 10px 14px,
          rgba(255,255,255,.9) 14px 17px,
          transparent 17px 21px,
          rgba(255,255,255,.62) 21px 24px,
          transparent 24px 28px,
          rgba(255,255,255,.86) 28px 31px);
      opacity: .9;
      transform-origin: center bottom;
      animation: activeWave 1.2s ease-in-out infinite;
    }

    .lfm-radio-page .demo-card.is-playing .demo-art::after {
      content: "";
      position: absolute;
      left: 13px;
      right: 62px;
      bottom: 16px;
      height: 3px;
      border-radius: 999px;
      background: #6f22df;
      box-shadow: none;
    }

    .lfm-radio-page .play-dot, .lfm-radio-page .play {
      position: absolute;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(255,255,255,.94);
      box-shadow: 0 12px 24px rgba(0,0,0,.22);
    }

    .lfm-radio-page .play-dot {
      right: 14px;
      bottom: 14px;
      width: 42px;
      height: 42px;
    }

    .lfm-radio-page .play-dot::before, .lfm-radio-page .play::before {
      content: "";
      width: 0;
      height: 0;
      margin-left: 3px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid var(--purple);
    }

    .lfm-radio-page .is-playing .play-dot::before, .lfm-radio-page .demo-card.is-playing .play::before {
      width: 11px;
      height: 16px;
      margin-left: 0;
      border: 0;
      border-left: 4px solid var(--purple);
      border-right: 4px solid var(--purple);
    }

    .lfm-radio-page .hero-now {
      display: none;
    }

    .lfm-radio-page .hero-now span {
      display: block;
      color: rgba(255,255,255,.52);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .lfm-radio-page .hero-now strong {
      display: block;
      margin-top: 4px;
      color: #fff;
      font-size: 16px;
    }

    .lfm-radio-page section { position: relative; }

    .lfm-radio-page .section {
      padding: 66px 0;
      background: #f7f6fb;
    }

    .lfm-radio-page .section.white { background: #fff; }

    .lfm-radio-page #listen { padding-top: 62px; }

    .lfm-radio-page .testimonials-section { padding-top: 58px; }

    .lfm-radio-page .section.dark {
      color: #fff;
      background:
        radial-gradient(circle at 18% 20%, rgba(118,30,232,.22), transparent 32%),
        linear-gradient(180deg, #100819, #08050f);
    }

    .lfm-radio-page .section-head {
      display: grid;
      grid-template-columns: minmax(0, .8fr) minmax(300px, .48fr);
      gap: 36px;
      align-items: end;
      margin-bottom: 34px;
    }

    .lfm-radio-page .section-head.center {
      display: block;
      max-width: 760px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }

    .lfm-radio-page .kicker {
      display: block;
      margin-bottom: 12px;
      color: var(--purple);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .lfm-radio-page h2 {
      margin-bottom: 0;
      color: var(--ink);
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.08;
      letter-spacing: 0;
    }

    .lfm-radio-page .dark h2, .lfm-radio-page .dark h3 { color: #fff; }

    .lfm-radio-page .lead {
      color: var(--muted);
      font-size: 18px;
      line-height: 1.65;
    }

    .lfm-radio-page .dark .lead { color: rgba(255,255,255,.67); }

    .lfm-radio-page .demo-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin: 0 0 34px;
      padding-bottom: 12px;
      border-bottom: 1px solid #eee8f5;
    }

    .lfm-radio-page .tab {
      position: relative;
      min-height: 32px;
      padding: 0;
      border: 0;
      color: #5e526b;
      background: transparent;
      cursor: pointer;
      font-size: 14px;
      font-weight: 800;
    }

    .lfm-radio-page .tab.is-active {
      color: var(--purple);
      box-shadow: none;
    }

    .lfm-radio-page .tab.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -13px;
      height: 2px;
      border-radius: 999px;
      background: var(--purple);
    }

    .lfm-radio-page .demo-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 16px;
    }

    .lfm-radio-page .demo-card.feature-demo {
      grid-column: span 1;
    }

    .lfm-radio-page .demo-card.feature-demo .demo-art {
      aspect-ratio: 1;
      box-shadow: 0 18px 38px rgba(118,30,232,.16);
    }

    .lfm-radio-page .demo-card.feature-demo strong {
      font-size: 15px;
    }

    .lfm-radio-page .demo-card {
      position: relative;
      display: block;
      min-width: 0;
      padding: 0;
      border: 0;
      background: transparent;
      color: inherit;
      text-align: left;
      cursor: pointer;
    }

    .lfm-radio-page .demo-art {
      position: relative;
      display: block;
      aspect-ratio: 1;
      overflow: hidden;
      border-radius: 10px;
      background: #13091f;
      box-shadow: 0 14px 28px rgba(35,18,64,.13);
      transition: transform .24s ease, box-shadow .24s ease;
    }

    .lfm-radio-page .demo-art img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .24s ease, filter .24s ease;
    }

    .lfm-radio-page .demo-card:hover .demo-art {
      transform: translateY(-4px);
      box-shadow: 0 22px 46px rgba(35,18,64,.18);
    }

    .lfm-radio-page .demo-card:hover .demo-art img { transform: scale(1.035); }

    .lfm-radio-page .demo-card.is-playing .demo-art, .lfm-radio-page .demo-card.is-active .demo-art {
      box-shadow: 0 14px 32px rgba(16,16,21,.16), 0 0 0 2px rgba(127,13,242,.48);
    }

    .lfm-radio-page .play {
      right: 10px;
      bottom: 10px;
      width: 38px;
      height: 38px;
    }

    .lfm-radio-page .demo-card strong {
      display: block;
      margin-top: 12px;
      color: var(--ink);
      font-size: 15px;
      line-height: 1.25;
    }

    .lfm-radio-page .demo-card em {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 13px;
      font-style: normal;
      line-height: 1.35;
    }

    .lfm-radio-page .badge {
      display: none;
      align-items: center;
      min-height: 23px;
      margin-top: 8px;
      padding: 4px 8px;
      border-radius: 999px;
      color: #5b218e;
      background: #f0e5ff;
      font-size: 11px;
      font-weight: 900;
    }

    .lfm-radio-page .demo-support {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      margin-top: 34px;
      padding: 22px 0 0;
      border-top: 1px solid #eee8f5;
    }

    .lfm-radio-page .demo-support .btn {
      min-width: 210px;
    }

    .lfm-radio-page .demo-support p {
      margin: 0;
      color: #655a70;
      line-height: 1.55;
    }

    .lfm-radio-page .demo-support strong {
      display: block;
      margin-bottom: 4px;
      color: var(--ink);
    }

    .lfm-radio-page .demo-actions, .lfm-radio-page .testimonial-cta .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: flex-end;
    }

    .lfm-radio-page .demo-support a:not(.btn), .lfm-radio-page .option-link, .lfm-radio-page .soft-link {
      color: var(--purple);
      font-weight: 900;
      white-space: nowrap;
    }

    .lfm-radio-page .option-link, .lfm-radio-page .soft-link {
      display: inline-flex;
      align-items: center;
      margin-top: 22px;
    }

    .lfm-radio-page .option-link::after, .lfm-radio-page .soft-link::after {
      content: "->";
      margin-left: 8px;
      transition: transform .18s ease;
    }

    .lfm-radio-page .option-link:hover::after, .lfm-radio-page .soft-link:hover::after {
      transform: translateX(3px);
    }

    .lfm-radio-page .demo-actions .soft-link, .lfm-radio-page .testimonial-cta .soft-link {
      margin-top: 0;
    }

    .lfm-radio-page .station-strip {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 18px;
      align-items: center;
      margin-top: 44px;
      padding-top: 24px;
      border-top: 1px solid #eee8f5;
      color: #8a8194;
      font-size: 13px;
      font-weight: 800;
    }

    .lfm-radio-page .station-strip span {
      color: var(--purple);
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .lfm-radio-page .station-strip ul {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .lfm-radio-page .station-strip li {
      position: relative;
    }

    .lfm-radio-page .station-strip li + li::before {
      content: "";
      position: absolute;
      left: -10px;
      top: 50%;
      width: 3px;
      height: 3px;
      border-radius: 999px;
      background: #c8bfd4;
      transform: translateY(-50%);
    }

    body.page-id-133 .lfm-radio-page .station-strip,
    body.page-id-133 .lfm-radio-page .station-strip:hover,
    body.page-id-133 .lfm-radio-page .station-strip:focus-within {
      transform: none !important;
      box-shadow: none !important;
      filter: none !important;
      background-color: transparent !important;
    }

    body.page-id-133 .lfm-radio-page .station-strip a {
      transition: color .18s ease !important;
    }

    body.page-id-133 .lfm-radio-page .station-strip a:hover,
    body.page-id-133 .lfm-radio-page .station-strip a:focus-visible {
      color: var(--purple);
    }

    .lfm-radio-page .option-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, .9fr));
      gap: 22px;
    }

    .lfm-radio-page .option-card, .lfm-radio-page .proof-card, .lfm-radio-page .faq-item {
      border: 1px solid #ebe6f3;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 16px 34px rgba(35,18,64,.055);
    }

    .lfm-radio-page .option-card {
      padding: 28px;
      min-height: 288px;
      display: flex;
      flex-direction: column;
    }

    .lfm-radio-page .option-card:not(.featured) {
      border-color: #ded4eb;
      background: rgba(255,255,255,.96);
      box-shadow: 0 18px 42px rgba(35,18,64,.075);
    }

    .lfm-radio-page .option-card.featured {
      color: #fff;
      border-color: rgba(255,255,255,.14);
      background:
        linear-gradient(145deg, rgba(118,30,232,.92), rgba(22,10,45,.98)),
        var(--panel);
      box-shadow: 0 24px 58px rgba(118,30,232,.18);
    }

    .lfm-radio-page .option-label {
      align-self: flex-start;
      padding: 6px 10px;
      border-radius: 999px;
      color: var(--purple);
      background: #f1e7ff;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .lfm-radio-page .option-card:not(.featured) .option-label {
      color: #761ee8;
      background: #eee2ff;
    }

    .lfm-radio-page .featured .option-label {
      color: #fff;
      background: rgba(255,255,255,.12);
    }

    .lfm-radio-page .option-card h3 {
      margin: 18px 0 10px;
      color: var(--ink);
      font-size: 27px;
      line-height: 1.14;
    }

    .lfm-radio-page .option-card:not(.featured) h3 {
      color: #1a1326;
    }

    .lfm-radio-page .option-card.featured h3 {
      color: #fff;
      font-size: 34px;
    }

    .lfm-radio-page .option-card p {
      margin-bottom: 18px;
      color: #6f647a;
      line-height: 1.58;
    }

    .lfm-radio-page .option-card:not(.featured) p {
      color: #5d5268;
    }

    .lfm-radio-page .option-card.featured p { color: rgba(255,255,255,.72); }

    .lfm-radio-page .option-card ul {
      margin: auto 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
      color: #51475e;
      font-size: 14px;
      font-weight: 800;
    }

    .lfm-radio-page .option-card:not(.featured) ul {
      color: #473d52;
    }

    .lfm-radio-page .option-card.featured ul { color: rgba(255,255,255,.82); }

    .lfm-radio-page .option-card li {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      gap: 9px;
      align-items: start;
    }

    .lfm-radio-page .option-card li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 7px;
      border-radius: 999px;
      background: var(--purple);
    }

    .lfm-radio-page .option-card.featured li::before { background: var(--cyan); }

    .lfm-radio-page .option-card.featured .option-link {
      color: #fff;
    }

    .lfm-radio-page .option-card:not(.featured) .option-link {
      color: #761ee8;
    }

    .lfm-radio-page .why-layout {
      display: grid;
      grid-template-columns: minmax(340px, .82fr) minmax(0, 1fr);
      gap: 58px;
      align-items: center;
    }

    .lfm-radio-page .studio-photo {
      position: relative;
      margin: 0;
      overflow: hidden;
      border-radius: 14px;
      background: #12081f;
      box-shadow: 0 26px 70px rgba(35,18,64,.16);
    }

    .lfm-radio-page .studio-photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 52%, rgba(9,5,16,.35));
      pointer-events: none;
    }

    .lfm-radio-page .studio-photo img {
      width: 100%;
      min-height: 430px;
      object-fit: cover;
      transition: transform .75s ease;
    }

    .lfm-radio-page .studio-photo.reveal img {
      transform: scale(1.03);
    }

    .lfm-radio-page .studio-photo.reveal.is-visible img {
      transform: scale(1);
    }

    .lfm-radio-page .why-copy h2 { margin-bottom: 20px; }

    .lfm-radio-page .why-copy p {
      color: #685d75;
      font-size: 18px;
      line-height: 1.66;
    }

    .lfm-radio-page .why-lfm .text-link {
      color: var(--purple);
    }

    .lfm-radio-page .department-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .lfm-radio-page .department-item {
      min-height: 88px;
      padding: 17px 18px;
      color: #52465f;
      line-height: 1.5;
      border: 1px solid #ebe6f3;
      border-radius: 8px;
      background: rgba(255,255,255,.76);
      box-shadow: 0 14px 34px rgba(21,15,32,.045);
    }

    .lfm-radio-page .department-item strong {
      display: block;
      color: var(--ink);
      font-size: 16px;
    }

    .lfm-radio-page .process-mini {
      margin-top: 18px;
      padding: 20px;
      border: 1px solid #ebe6f3;
      border-radius: 8px;
      background: rgba(255,255,255,.82);
      box-shadow: 0 16px 38px rgba(21,15,32,.05);
    }

    .lfm-radio-page .process-mini h3 {
      margin: 0 0 14px;
      color: var(--ink);
      font-size: 18px;
    }

    .lfm-radio-page .process-steps {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 18px;
      counter-reset: lfm-process;
    }

    .lfm-radio-page .process-step {
      position: relative;
      min-height: 74px;
      padding: 13px 0 13px 34px;
      color: #665a72;
      font-size: 13px;
      line-height: 1.45;
      border-top: 1px solid rgba(235,230,243,.9);
      counter-increment: lfm-process;
    }

    .lfm-radio-page .process-step::before {
      content: counter(lfm-process, decimal-leading-zero);
      position: absolute;
      top: 14px;
      left: 0;
      color: #9a8ca8;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .02em;
    }

    .lfm-radio-page .process-step strong {
      display: block;
      margin-bottom: 3px;
      color: var(--ink);
      font-size: 14px;
    }

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

    .lfm-radio-page .proof-card {
      padding: 24px;
    }

    .lfm-radio-page .proof-pull {
      display: block;
      margin: 2px 0 14px;
      color: var(--ink);
      font-size: 24px;
      line-height: 1.08;
      font-weight: 900;
    }

    .lfm-radio-page .stars {
      color: var(--purple);
      font-size: 16px;
      letter-spacing: .05em;
    }

    .lfm-radio-page .proof-card p {
      margin: 15px 0 18px;
      color: #5e526c;
      line-height: 1.66;
    }

    .lfm-radio-page .proof-card strong {
      display: block;
      color: var(--ink);
    }

    .lfm-radio-page .proof-card span {
      display: block;
      margin-top: 4px;
      color: #8a8292;
      font-size: 14px;
    }

    .lfm-radio-page .testimonial-cta {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 22px;
      align-items: center;
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid #ebe6f3;
    }

    .lfm-radio-page .testimonial-cta p {
      margin: 0;
      color: #655a70;
      line-height: 1.55;
    }

    .lfm-radio-page .testimonial-cta strong {
      display: block;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .lfm-radio-page .station-fit {
      display: grid;
      grid-template-columns: minmax(0, .9fr) 280px;
      gap: 46px;
      align-items: center;
      padding: 44px;
      border: 1px solid #ece7f3;
      border-radius: 8px;
      background:
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,245,255,.95)),
        #fff;
      box-shadow: 0 24px 54px rgba(35,18,64,.1);
    }

    .lfm-radio-page .station-fit h2 { margin-bottom: 18px; }

    .lfm-radio-page .station-fit p {
      color: #6a6074;
      font-size: 17px;
      line-height: 1.7;
    }

    .lfm-radio-page .station-fit img {
      width: 220px;
      margin: 0 auto;
      filter: drop-shadow(0 18px 28px rgba(35,18,64,.18));
    }

    .lfm-radio-page .faq-grid {
      display: grid;
      grid-template-columns: minmax(0, .48fr) minmax(0, .9fr);
      gap: 46px;
      align-items: start;
    }

    .lfm-radio-page .faq-list {
      display: grid;
      gap: 12px;
    }

    .lfm-radio-page .faq-item {
      overflow: hidden;
    }

    .lfm-radio-page .faq-question {
      width: 100%;
      min-height: 64px;
      padding: 18px 20px;
      border: 0;
      background: #fff;
      color: var(--ink);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      text-align: left;
      font-weight: 900;
    }

    .lfm-radio-page .faq-question::after {
      content: "";
      width: 10px;
      height: 10px;
      flex: 0 0 auto;
      border-right: 2px solid var(--purple);
      border-bottom: 2px solid var(--purple);
      transform: rotate(45deg) translateY(-2px);
      transition: transform .18s ease;
    }

    .lfm-radio-page .faq-item.is-open .faq-question::after {
      transform: rotate(225deg) translateY(-2px);
    }

    .lfm-radio-page .faq-answer {
      display: none;
      padding: 0 20px 20px;
      color: #6e6478;
      line-height: 1.66;
    }

    .lfm-radio-page .faq-item.is-open .faq-answer { display: block; }

    .lfm-radio-page .final {
      padding: 72px 0;
      color: #fff;
      text-align: center;
      background:
        linear-gradient(180deg, rgba(7,5,15,.8), rgba(7,5,15,.97)),
        url("https://www.lfmaudio.com/wp-content/uploads/2025/04/star-background.png") center / cover no-repeat,
        var(--night);
    }

    .lfm-radio-page .final h2 {
      margin: 0 auto;
      max-width: 780px;
      color: #fff;
    }

    .lfm-radio-page .final .lead {
      max-width: 650px;
      margin: 18px auto 0;
      color: rgba(255,255,255,.68);
    }

    .lfm-radio-page .final .actions { justify-content: center; }

    .lfm-radio-page .footer {
      padding: 54px 0 36px;
      color: rgba(255,255,255,.66);
      background:
        radial-gradient(circle at 72% -12%, rgba(127,13,242,.10), transparent 34%),
        linear-gradient(180deg, #101011 0%, #0c0c0d 100%);
      border-top: 1px solid rgba(255,255,255,.07);
    }

    .lfm-radio-page .footer-layout {
      display: grid;
      grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(130px, .55fr)) minmax(290px, .95fr);
      gap: clamp(28px, 4vw, 58px);
      align-items: start;
    }

    .lfm-radio-page .footer-newsletter h3 {
      margin: 0 0 11px;
      color: var(--white);
      font-size: 15px;
      line-height: 1;
      text-transform: uppercase;
    }

    .lfm-radio-page .footer-newsletter p {
      max-width: 360px;
      margin: 0;
      color: rgba(255,255,255,.6);
      font-size: 15px;
      line-height: 1.48;
    }

    .lfm-radio-page .footer-logo {
      width: 118px;
      margin-bottom: 18px;
    }

    .lfm-radio-page .footer-brand p {
      max-width: 310px;
      margin: 0;
    }

    .lfm-radio-page .footer h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 15px;
      line-height: 1;
      text-transform: uppercase;
    }

    .lfm-radio-page .footer a {
      display: block;
      margin: 10px 0;
      color: rgba(255,255,255,.62);
    }

    .lfm-radio-page .footer a:hover, .lfm-radio-page .footer a:focus-visible {
      color: var(--white);
    }

    .lfm-radio-page .signup {
      display: flex;
      gap: 10px;
      margin-top: 17px;
      padding-bottom: 7px;
      border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .lfm-radio-page .signup input {
      min-width: 0;
      width: 100%;
      border: 0;
      padding: 9px 0;
      color: #fff;
      background: transparent;
      outline: 0;
      font: inherit;
    }

    .lfm-radio-page .signup input::placeholder {
      color: rgba(255,255,255,.42);
    }

    .lfm-radio-page .signup button {
      border: 0;
      padding: 9px 0 9px 12px;
      color: var(--cyan);
      background: transparent;
      font: inherit;
      font-weight: 800;
      white-space: nowrap;
      cursor: pointer;
      transition: color .18s ease, transform .18s ease;
    }

    .lfm-radio-page .signup button:hover, .lfm-radio-page .signup button:focus-visible {
      color: var(--white);
      transform: translateX(2px);
    }

    .lfm-radio-page .footer-note {
      margin: 0 0 14px;
    }

    .lfm-radio-page .footer-helper {
      margin-top: 16px;
      color: rgba(255,255,255,.52);
      font-size: 14px;
      line-height: 1.5;
    }

    .lfm-radio-page .footer-helper a {
      display: inline;
      margin: 0;
      color: var(--cyan);
      font-weight: 800;
    }

    .lfm-radio-page .footer-bottom {
      margin-top: 36px;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.42);
      font-size: 13px;
    }

    .lfm-radio-page .sticky-player {
      position: fixed;
      left: 50%;
      bottom: 18px;
      z-index: 80;
      width: min(760px, calc(100% - 32px));
      display: grid;
      grid-template-columns: 44px minmax(150px, 1fr) 40px minmax(130px, .7fr) auto 34px 34px;
      gap: 12px;
      align-items: center;
      padding: 10px 12px;
      border-radius: 16px;
      background: rgba(15,15,16,.98);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 20px 46px rgba(9,4,33,.32), inset 0 1px 0 rgba(255,255,255,.055);
      backdrop-filter: blur(20px);
      color: var(--white);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, 130%);
      transition: opacity .24s ease, transform .24s ease;
    }

    .lfm-radio-page .sticky-player.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .lfm-radio-page .player-art {
      width: 44px;
      aspect-ratio: 1;
      border-radius: 7px;
      object-fit: cover;
      box-shadow: 0 8px 16px rgba(0,0,0,.22);
    }

    .lfm-radio-page .player-toggle, .lfm-radio-page .player-share, .lfm-radio-page .player-close {
      position: relative;
      display: grid;
      place-items: center;
      width: 38px;
      height: 38px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      box-shadow: none;
      cursor: pointer;
      color: rgba(255,255,255,.7);
      font-size: 0;
    }

    .lfm-radio-page .player-toggle {
      width: 40px;
      height: 40px;
      border-color: rgba(255,255,255,.9);
      background: rgba(255,255,255,.96);
      box-shadow: 0 10px 24px rgba(0,0,0,.22);
      color: var(--ink);
    }

    .lfm-radio-page .player-toggle:disabled {
      opacity: .54;
      cursor: default;
    }

    .lfm-radio-page .player-share, .lfm-radio-page .player-close {
      border-color: rgba(255,255,255,.14);
      background: rgba(255,255,255,.05);
      color: rgba(255,255,255,.72);
      font-size: 0;
    }

    .lfm-radio-page .player-share svg, .lfm-radio-page .player-close svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
    }

    .lfm-radio-page .player-toggle::before {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      width: 13px;
      height: 15px;
      background: var(--ink);
      clip-path: polygon(18% 0, 100% 50%, 18% 100%);
    }

    .lfm-radio-page .sticky-player.is-playing .player-toggle::before {
      width: 13px;
      height: 15px;
      background:
        linear-gradient(90deg, var(--ink) 0 38%, transparent 38% 62%, var(--ink) 62% 100%);
      clip-path: none;
    }

    .lfm-radio-page .player-meta {
      min-width: 0;
    }

    .lfm-radio-page .player-meta strong {
      display: block;
      margin-bottom: 3px;
      color: var(--white);
      font-size: 15px;
      line-height: 1.05;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .lfm-radio-page .player-meta span {
      display: block;
      color: rgba(255,255,255,.62);
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .lfm-radio-page .player-progress {
      position: relative;
      height: 5px;
      border-radius: 999px;
      background: rgba(255,255,255,.14);
      border: 0;
      overflow: hidden;
    }

    .lfm-radio-page .player-progress > span {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 0%;
      height: 100%;
      background: linear-gradient(90deg, #7f0df2, #b54cff);
      z-index: 0;
    }

    .lfm-radio-page .player-category-link {
      color: rgba(255,255,255,.82);
      font-size: 12px;
      font-weight: 800;
      white-space: nowrap;
    }

    .lfm-radio-page .hidden-demo { display: none; }

    .lfm-radio-page.motion-ready .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .lfm-radio-page.motion-ready .reveal.is-visible {
      opacity: 1;
      transform: none;
    }

    @keyframes artworkFloat {
      0%, 100% {
        transform: translate3d(var(--px), var(--py), 0) rotate(var(--rotate));
      }
      50% {
        transform: translate3d(var(--px), calc(var(--py) + var(--float-lift)), 0) rotate(var(--rotate));
      }
    }

    @keyframes activeWave {
      0%, 100% {
        transform: scaleY(.72);
        opacity: .66;
      }
      50% {
        transform: scaleY(1);
        opacity: .95;
      }
    }

    @keyframes ctaGlow {
      0%, 100% {
        box-shadow: 0 14px 28px rgba(118,30,232,.24);
      }
      50% {
        box-shadow: 0 18px 38px rgba(118,30,232,.34), 0 0 0 8px rgba(118,30,232,.08);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .lfm-radio-page { scroll-behavior: auto; }

      .lfm-radio-page *, .lfm-radio-page *::before, .lfm-radio-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }

      .lfm-radio-page.motion-ready .reveal {
        opacity: 1;
        transform: none;
      }
    }

    @media (min-width: 981px) {
      .lfm-radio-page .nav {
        z-index: 120;
      }

      .lfm-radio-page .nav-item {
        isolation: isolate;
      }

      .lfm-radio-page .nav-item > a {
        transition: color .18s ease;
      }

      .lfm-radio-page .nav-item:hover > a, .lfm-radio-page .nav-item:focus-within > a {
        color: rgba(255,255,255,.92);
      }

      .lfm-radio-page .dropdown {
        top: calc(100% - 2px);
        left: 50%;
        min-width: 246px;
        padding: 11px;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,.105);
        background:
          radial-gradient(circle at 18% 0%, rgba(127,13,242,.18), transparent 46%),
          linear-gradient(180deg, rgba(18,17,22,.985), rgba(10,9,13,.975));
        color: rgba(255,255,255,.76);
        transform: translate(-50%, 9px);
        box-shadow: 0 26px 58px rgba(0,0,0,.44), 0 0 0 1px rgba(127,13,242,.08);
        backdrop-filter: blur(14px);
        z-index: 20;
      }

      .lfm-radio-page .dropdown::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        width: 12px;
        height: 12px;
        border-left: 1px solid rgba(255,255,255,.105);
        border-top: 1px solid rgba(255,255,255,.105);
        background: rgba(18,17,22,.985);
        transform: translateX(-50%) rotate(45deg);
      }

      .lfm-radio-page .nav-item:hover .dropdown, .lfm-radio-page .nav-item:focus-within .dropdown {
        transform: translate(-50%, 0);
      }

      .lfm-radio-page .dropdown a {
        position: relative;
        padding: 11px 13px;
        border-radius: 9px;
        color: rgba(255,255,255,.72);
        line-height: 1.25;
        transition: color .18s ease, background-color .18s ease, transform .18s ease;
      }

      .lfm-radio-page .dropdown a:hover, .lfm-radio-page .dropdown a:focus-visible {
        color: var(--cyan);
        background: rgba(255,255,255,.045);
        transform: translateX(2px);
        outline: 0;
      }

      .lfm-radio-page .dropdown a:first-child {
        color: var(--cyan);
        background: rgba(255,255,255,.055);
      }
    }

    @media (max-width: 1020px) {
      .lfm-radio-page .nav-links, .lfm-radio-page .nav-order { display: none; }

      .lfm-radio-page .mobile-menu-button { display: grid; }

      .lfm-radio-page .hero .wrap {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 56px;
      }

      .lfm-radio-page .hero-art {
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
      }

      .lfm-radio-page .section-head, .lfm-radio-page .why-layout, .lfm-radio-page .faq-grid, .lfm-radio-page .station-fit {
        grid-template-columns: 1fr;
      }

      .lfm-radio-page .demo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .lfm-radio-page .option-grid { grid-template-columns: 1fr; }
      .lfm-radio-page .proof-grid { grid-template-columns: 1fr; }
      .lfm-radio-page .station-fit img { width: 190px; }
      .lfm-radio-page .studio-photo img { min-height: 360px; }
      .lfm-radio-page .footer-layout {
        grid-template-columns: 1.2fr 1fr 1fr;
      }
      .lfm-radio-page .footer-newsletter {
        grid-column: span 2;
      }
    }

    @media (max-width: 680px) {
      .lfm-radio-page .wrap { width: min(100% - 32px, var(--max)); }

      .lfm-radio-page .hero .wrap {
        min-height: auto;
        padding: 42px 0 54px;
      }

      .lfm-radio-page h1 { font-size: 38px; }
      .lfm-radio-page .hero-copy p { font-size: 16px; }

      .lfm-radio-page .actions {
        align-items: stretch;
        flex-direction: column;
      }

      .lfm-radio-page .btn, .lfm-radio-page .text-link {
        width: 100%;
        justify-content: center;
        text-align: center;
      }

      .lfm-radio-page .hero-art { display: none; }

      .lfm-radio-page .hero-art.lfm-radio-hero-featured {
        display: block;
        min-height: 0;
        margin-top: 34px;
      }

      .lfm-radio-page .mobile-art-strip {
        display: none;
        gap: 10px;
        margin: 28px 0 0;
        max-width: 292px;
      }

      .lfm-radio-page .mobile-art-strip img {
        width: 64px;
        aspect-ratio: 1;
        border-radius: 9px;
        object-fit: cover;
        box-shadow: 0 12px 24px rgba(0,0,0,.22);
      }

      .lfm-radio-page .section, .lfm-radio-page .final { padding: 50px 0; }

      .lfm-radio-page #listen { padding-top: 50px; }

      .lfm-radio-page .section-head {
        gap: 18px;
        margin-bottom: 28px;
      }

      .lfm-radio-page h2 { font-size: 34px; }
      .lfm-radio-page .lead { font-size: 16px; }

      .lfm-radio-page .demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .lfm-radio-page .demo-card.feature-demo { grid-column: span 1; }
      .lfm-radio-page .demo-card.feature-demo .demo-art { aspect-ratio: 1; }

      .lfm-radio-page .demo-tabs {
        gap: 18px;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .lfm-radio-page .tab {
        flex: 0 0 auto;
      }

      .lfm-radio-page .demo-support {
        grid-template-columns: 1fr;
        align-items: start;
        margin-bottom: 12px;
      }

      .lfm-radio-page .demo-actions, .lfm-radio-page .testimonial-cta .actions {
        width: 100%;
        justify-content: flex-start;
      }

      .lfm-radio-page .demo-actions .soft-link, .lfm-radio-page .testimonial-cta .soft-link {
        width: 100%;
        justify-content: center;
      }

      .lfm-radio-page .department-list {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .lfm-radio-page .process-steps {
        grid-template-columns: 1fr;
      }

      .lfm-radio-page .testimonial-cta { grid-template-columns: 1fr; }

      .lfm-radio-page .station-strip {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .lfm-radio-page .station-strip li + li::before {
        display: none;
      }

      .lfm-radio-page .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .lfm-radio-page .option-card, .lfm-radio-page .station-fit {
        padding: 24px;
      }

      .lfm-radio-page .footer-layout { grid-template-columns: 1fr; }
      .lfm-radio-page .footer-newsletter { grid-column: auto; }
      .lfm-radio-page .footer h3 { margin-top: 6px; }
      .lfm-radio-page .footer .signup input, .lfm-radio-page .footer .signup button {
        min-height: 44px;
      }

      .lfm-radio-page .sticky-player {
        bottom: 10px;
        width: calc(100% - 20px);
        grid-template-columns: 38px 38px minmax(0, 1fr) 34px 32px;
        gap: 8px;
        padding: 7px 9px 12px;
        border-radius: 16px;
      }

      .lfm-radio-page .player-meta { grid-column: 3; }

      .lfm-radio-page .player-art {
        width: 38px;
        border-radius: 9px;
      }

      .lfm-radio-page .player-toggle {
        width: 38px;
        height: 38px;
        grid-column: 2;
        grid-row: 1;
      }

      .lfm-radio-page .player-meta strong { font-size: 15px; }
      .lfm-radio-page .player-meta span { font-size: 12px; }
      .lfm-radio-page .player-category-link { display: none; }

      .lfm-radio-page .player-share {
        width: 34px;
        height: 38px;
        grid-column: 4;
        grid-row: 1;
      }

      .lfm-radio-page .player-close {
        width: 32px;
        height: 38px;
        grid-column: 5;
        grid-row: 1;
        color: #fff;
        background: rgba(255,255,255,.12);
      }

      .lfm-radio-page .player-progress {
        position: absolute;
        left: 11px;
        right: 11px;
        bottom: 6px;
        height: 4px;
      }
    }
  

.lfm-radio-page.motion-ready .reveal,
.lfm-radio-page .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.lfm-radio-page .studio-photo {
  min-height: 430px;
  background:
    linear-gradient(180deg, rgba(9,5,16,0) 52%, rgba(9,5,16,.28)),
    url("https://www.lfmaudio.com/wp-content/uploads/2024/08/Studio-Picture-800x675.png") center / cover no-repeat,
    #12081f !important;
}
.lfm-radio-page .studio-photo img {
  opacity: 0;
}
.lfm-radio-page .hero-art .art-card[data-demo="hits"] {
  --rotate: -7deg;
  --float-lift: -6px;
  left: 34px;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: 2;
  animation-duration: 8s;
}
.lfm-radio-page .hero-art .art-card[data-demo="dance"] {
  --rotate: 6deg;
  --float-lift: -7px;
  left: auto;
  right: 0;
  top: 48px;
  bottom: auto;
  z-index: 3;
  animation-duration: 10s;
  animation-delay: -.8s;
}
.lfm-radio-page .hero-art .art-card[data-demo="power"] {
  --rotate: 5deg;
  --float-lift: -5px;
  left: 0;
  right: auto;
  top: auto;
  bottom: 34px;
  z-index: 4;
  animation-duration: 12s;
  animation-delay: -1.4s;
}
.lfm-radio-page .hero-art .art-card[data-demo="kjol"] {
  --rotate: -5deg;
  --float-lift: -6px;
  left: auto;
  right: 58px;
  top: auto;
  bottom: 0;
  z-index: 5;
  animation-duration: 9s;
  animation-delay: -.4s;
}
.lfm-radio-page .lfm-radio-audio-component {
  margin-top: 28px;
}
.lfm-radio-page .lfm-radio-audio-component .audio-grid-vue-root,
.lfm-radio-page .lfm-radio-audio-component .lfm-audio-player-v2 {
  width: 100%;
}
.lfm-radio-page .lfm-radio-testimonial-component {
  margin-top: 24px;
  position: relative;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(14px, 2vw, 34px) 8px;
  isolation: isolate;
}
.lfm-radio-page .lfm-radio-testimonial-component::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 56px;
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(247, 246, 251, .5) 12%,
    rgba(247, 246, 251, .42) 88%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84);
  pointer-events: none;
}
.lfm-radio-page .testimonials-section {
  padding-top: 76px !important;
  padding-bottom: 74px !important;
}
.lfm-radio-page .testimonials-section .section-head.center {
  margin-bottom: 42px;
}
.lfm-radio-page .testimonials-section h2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.04;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonials {
  padding: 0;
  background: transparent;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonials__inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin: 0 -18px;
  padding: 8px 18px 28px;
  scroll-padding-left: 18px;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 44px), transparent 100%);
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-grid::-webkit-scrollbar {
  display: none;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card {
  flex: 0 0 calc((100% - 68px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid rgba(118, 30, 232, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(24, 18, 38, .055);
  padding: 26px 28px !important;
  min-height: 238px;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1),
    border-color .22s cubic-bezier(.2, .8, .2, 1),
    box-shadow .22s cubic-bezier(.2, .8, .2, 1);
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card:hover,
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(118, 30, 232, .2);
  box-shadow: 0 24px 58px rgba(24, 18, 38, .09);
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-stars {
  color: #ff9d17;
  font-size: 16px !important;
  letter-spacing: .05em;
  margin-bottom: 18px !important;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-quote {
  margin: 0 0 24px !important;
  color: #463d52 !important;
  font-size: 16px !important;
  line-height: 1.56 !important;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-name {
  color: #17101f !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}
.lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-company {
  margin-top: 7px !important;
  color: #761ee8 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.lfm-radio-page .lfm-radio-testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.lfm-radio-page .testimonial-cta {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  padding-top: 30px;
}
.lfm-radio-page .lfm-radio-testimonial-arrow,
.lfm-radio-page .lfm-radio-testimonial-dot {
  border: 1px solid rgba(88, 62, 126, .16);
  background: #fff;
  color: #21172e;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(29, 18, 45, .08);
}
.lfm-radio-page .lfm-radio-testimonial-arrow {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.lfm-radio-page .lfm-radio-testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  font-size: 0;
  box-shadow: none;
}
.lfm-radio-page .lfm-radio-testimonial-dot.is-active {
  width: 24px;
  background: linear-gradient(135deg, #7f0df2, #b54cff);
  border-color: transparent;
}
@media (max-width: 680px) {
  .lfm-radio-page .testimonials-section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .lfm-radio-page .testimonials-section .section-head.center {
    margin-bottom: 30px;
  }
  .lfm-radio-page .testimonials-section h2 {
    font-size: 34px;
  }
  .lfm-radio-page .lfm-radio-testimonial-component {
    padding-inline: 0;
  }
  .lfm-radio-page .lfm-radio-testimonial-component::before {
    left: -10px;
    right: -10px;
    top: 24px;
    bottom: 54px;
    border-radius: 24px;
  }
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-grid {
    margin: 0 -14px;
    padding: 8px 14px 26px;
    scroll-padding-left: 14px;
  }
  .lfm-radio-page .process-steps {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .lfm-radio-page .process-step {
    min-height: 0;
    padding: 13px 0 13px 34px;
  }
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card {
    flex-basis: min(86%, 320px);
    padding: 22px !important;
    min-height: 240px;
  }
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-quote {
    font-size: 15px !important;
  }
  .lfm-radio-page .footer-newsletter {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.045);
  }
  .lfm-radio-page .footer .signup {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .lfm-radio-page .footer .signup input {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255,255,255,.1);
  }
  .lfm-radio-page .footer .signup button {
    min-height: 42px;
    padding: 10px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #7f0df2, #b54cff);
  }
  .lfm-radio-page .footer-helper {
    margin-top: 12px;
  }
}
@media (max-width: 900px) {
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card {
    flex-basis: min(78%, 380px);
  }
}
@media (max-width: 680px) {
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-grid {
    margin: 0 -14px !important;
    padding: 8px 14px 26px !important;
    scroll-padding-left: 14px;
  }
  .lfm-radio-page .lfm-radio-testimonial-component .lfm-native-testimonial-card {
    flex-basis: calc(100% - 28px) !important;
  }
}

/* DJ page inspired desktop hero width pass: keep content sections calm, make the first view bolder. */
@media (min-width: 1280px) {
  body.page-id-133 .lfm-radio-page .hero {
    min-height: min(790px, calc(100vh - 68px));
  }

  body.page-id-133 .lfm-radio-page .hero .wrap {
    width: min(1440px, calc(100% - 104px)) !important;
    max-width: 1440px !important;
    min-height: min(710px, calc(100vh - 103px));
    padding: clamp(78px, 5.4vw, 98px) 0 92px;
    grid-template-columns: minmax(0, .94fr) minmax(520px, 680px);
    gap: clamp(34px, 4.4vw, 72px);
    align-items: center;
  }

  body.page-id-133 .lfm-radio-page .hero-copy {
    max-width: 760px;
  }

  body.page-id-133 .lfm-radio-page h1 {
    max-width: 860px;
    font-size: clamp(60px, 5.2vw, 88px);
    line-height: .96;
  }

  body.page-id-133 .lfm-radio-page .hero-copy p {
    max-width: 700px;
    font-size: clamp(19px, 1.35vw, 22px);
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured {
    width: 100%;
    max-width: 680px;
    min-height: 560px;
    margin-left: auto;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work--hero-stack {
    width: 100%;
    max-width: 680px;
    min-height: 560px;
  }
}

/* Match the DJ Drops six-demo featured work wall while keeping Radio Imaging's darker station-identity hero. */
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work--hero-stack {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 700px !important;
  min-height: 520px !important;
  margin-left: auto !important;
  color: #fff !important;
  isolation: isolate !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__label {
  position: absolute !important;
  left: 36% !important;
  top: 10px !important;
  z-index: 12 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.58) !important;
  text-shadow: 0 0 18px rgba(127,13,242,.28) !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__grid {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 700px !important;
  height: 520px !important;
  transform: none !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card {
  position: absolute !important;
  width: clamp(168px, 13.5vw, 236px) !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: 0 32px 86px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.2) !important;
  transform: rotate(var(--r)) !important;
  will-change: transform !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(1) {
  left: 4% !important;
  top: 150px !important;
  width: clamp(190px, 14.8vw, 252px) !important;
  z-index: 4 !important;
  --r: -7deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(2) {
  left: 28% !important;
  top: 78px !important;
  width: clamp(204px, 16vw, 270px) !important;
  z-index: 7 !important;
  --r: 3.5deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(3) {
  left: 59% !important;
  top: 126px !important;
  width: clamp(184px, 14.4vw, 244px) !important;
  z-index: 2 !important;
  --r: 6.5deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(4) {
  left: 40% !important;
  top: 288px !important;
  width: clamp(208px, 16.3vw, 276px) !important;
  z-index: 8 !important;
  --r: 0deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(5) {
  left: 68% !important;
  top: 194px !important;
  width: clamp(178px, 13.9vw, 232px) !important;
  z-index: 5 !important;
  --r: 7deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(6) {
  left: 53% !important;
  top: 234px !important;
  width: clamp(172px, 13.4vw, 226px) !important;
  z-index: 3 !important;
  --r: -2deg;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:hover,
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:focus-visible,
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card.is-active {
  z-index: 20 !important;
  transform: translateY(-8px) rotate(var(--r)) scale(1.015) !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__badges {
  display: flex !important;
  opacity: 1 !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__badges .lfm-demo-badge {
  min-height: 29px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #34d5ff, #7f0df2) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.22) !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__play {
  right: 16px !important;
  bottom: 16px !important;
  width: auto !important;
  min-width: 78px !important;
  height: 42px !important;
  gap: 7px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(255,255,255,.26) !important;
  background: linear-gradient(135deg, rgba(14,9,26,.94), rgba(36,20,58,.86)) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.18) !important;
  opacity: 0 !important;
  transform: translateY(7px) !important;
  text-shadow: none !important;
  transition: opacity .22s ease, transform .22s ease, background .22s ease !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__play::after {
  content: "Play" !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #fff !important;
  text-shadow: none !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:hover .lfm-featured-work__play,
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:focus-visible .lfm-featured-work__play,
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card.is-active .lfm-featured-work__play {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__play svg,
body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__play path {
  color: #34d5ff !important;
  fill: #34d5ff !important;
  stroke: #34d5ff !important;
}

body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__caption {
  display: none !important;
}

/* Finished reveal transforms make fixed audio players pin to the section instead of the viewport. */
body.page-id-133 .lfm-radio-page-row.lfm-motion-reveal.is-inview,
body.page-id-133 .lfm-radio-page .lfm-motion-reveal.is-inview,
body.page-id-133 .lfm-radio-page .audio-grid-vue-root.lfm-motion-reveal.is-inview {
  transform: none !important;
  will-change: auto !important;
}

@media (max-width: 980px) {
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work--hero-stack {
    max-width: 100% !important;
    min-height: 0 !important;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__label {
    position: static !important;
    margin: 0 0 18px !important;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card,
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(1),
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(2),
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(3),
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(4),
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(5),
  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work__card:nth-child(6) {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media (min-width: 1021px) and (max-width: 1279px) {
  body.page-id-133 .lfm-radio-page .hero {
    min-height: 690px;
  }

  body.page-id-133 .lfm-radio-page .hero .wrap {
    width: min(1160px, calc(100% - 88px)) !important;
    max-width: 1160px !important;
    min-height: 620px;
    padding: 64px 0 76px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: clamp(30px, 4vw, 46px);
    align-items: center;
  }

  body.page-id-133 .lfm-radio-page .hero-copy {
    max-width: 560px;
  }

  body.page-id-133 .lfm-radio-page h1 {
    max-width: 620px;
    font-size: clamp(48px, 5vw, 62px);
    line-height: .99;
  }

  body.page-id-133 .lfm-radio-page .hero-copy p {
    max-width: 560px;
    font-size: 18px;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured {
    width: 100%;
    max-width: 500px;
    min-height: 480px;
    margin-left: auto;
  }

  body.page-id-133 .lfm-radio-page .hero-art.lfm-radio-hero-featured .lfm-featured-work--hero-stack {
    width: 100%;
    max-width: 500px;
    min-height: 480px;
  }
}
