@font-face {
  font-family: "Satoshi";
  src: url("../broadcastbuddyapp/fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../broadcastbuddyapp/fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../broadcastbuddyapp/fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --il-bg: #15110e;
  --il-ink: #fff2e9;
  --il-muted: rgba(255, 242, 233, 0.68);
  --il-soft: rgba(255, 242, 233, 0.1);
  --il-line: rgba(233, 198, 186, 0.2);
  --il-plum: #5d704d;
  --il-rose: #c99398;
  --il-gold: #d8b96d;
  --il-mint: #94c6b9;
  --il-stone: #5b5d55;
  --il-shell: min(1120px, calc(100vw - 40px));
  color-scheme: dark;
}

@property --il-button-shine-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--il-ink);
  font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  font-kerning: normal;
  background:
    radial-gradient(ellipse 72% 44% at 18% 0%, rgba(201, 147, 152, 0.3), transparent 62%),
    radial-gradient(ellipse 78% 54% at 84% 10%, rgba(148, 198, 185, 0.2), transparent 66%),
    radial-gradient(ellipse 62% 48% at 52% 100%, rgba(93, 112, 77, 0.22), transparent 64%),
    linear-gradient(180deg, #251b18 0%, var(--il-bg) 48%, #0b0907 100%);
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.il-shell {
  width: var(--il-shell);
  margin: 0 auto;
}

.il-nav {
  position: fixed;
  top: 18px;
  right: max(20px, calc((100vw - 1120px) / 2));
  left: max(20px, calc((100vw - 1120px) / 2));
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 248, 237, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 242, 233, 0.17), rgba(255, 242, 233, 0.06)),
    rgba(35, 27, 23, 0.58);
  box-shadow: 0 24px 70px rgba(20, 14, 10, 0.34);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
}

.il-brand,
.il-nav-links,
.il-nav-links a,
.il-legal-download {
  display: inline-flex;
  align-items: center;
}

.il-brand {
  gap: 12px;
  min-width: 0;
}

.il-brand-mark {
  width: 58px;
  height: 58px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.il-brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.il-brand-text strong {
  color: var(--il-ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.05;
}

.il-brand-text span {
  color: var(--il-muted);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.1;
}

.il-nav-links {
  gap: 8px;
  flex: 0 0 auto;
}

.il-nav-links a {
  min-height: 44px;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255, 248, 237, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.il-legal-download {
  min-height: 44px;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.il-nav-links a:last-child,
.il-legal-download {
  gap: 8px;
  color: #19130f;
  background: linear-gradient(135deg, #fff2e9, var(--il-gold) 58%, #a4a760);
  box-shadow: 0 10px 24px rgba(216, 185, 109, 0.2);
}

.il-nav-links a:last-child,
.il-legal-download,
.il-app-store-badge,
.il-secondary-link {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.il-nav-links a:last-child::before,
.il-legal-download::before,
.il-app-store-badge::before,
.il-secondary-link::before {
  --il-button-shine-angle: 0deg;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  background:
    conic-gradient(
      from var(--il-button-shine-angle),
      rgba(255, 248, 237, 0) 0deg,
      rgba(255, 248, 237, 0) 50deg,
      rgba(255, 242, 233, 0.82) 74deg,
      rgba(216, 185, 109, 0.98) 92deg,
      rgba(148, 198, 185, 0.76) 110deg,
      rgba(255, 248, 237, 0) 138deg,
      rgba(255, 248, 237, 0) 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: ilButtonEdgeShine 3.6s linear infinite;
}

.il-nav-links a:last-child > *,
.il-legal-download > *,
.il-app-store-badge > * {
  position: relative;
  z-index: 3;
}

.il-nav-links svg,
.il-legal-download svg {
  width: 18px;
  height: 22px;
  fill: currentColor;
}

.il-page {
  position: relative;
  overflow: hidden;
}

.il-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
  min-height: 100svh;
  padding-top: 138px;
  padding-bottom: 78px;
}

.il-hero::before {
  content: "";
  position: absolute;
  inset: 12% -14% auto auto;
  z-index: -1;
  width: min(54vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(216, 185, 109, 0.42), transparent 34%),
    radial-gradient(circle at 64% 62%, rgba(201, 147, 152, 0.4), transparent 42%),
    radial-gradient(circle at 36% 70%, rgba(148, 198, 185, 0.24), transparent 44%);
  filter: blur(28px);
  opacity: 0.8;
}

.il-eyebrow,
.il-legal-kicker {
  margin: 0 0 18px;
  color: var(--il-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.il-wordmark,
.il-section-title,
.il-terms-title {
  margin: 0;
  color: var(--il-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.il-wordmark {
  max-width: 8.2ch;
  font-size: clamp(4.4rem, 9.5vw, 8.8rem);
  line-height: 0.9;
}

.il-tagline {
  max-width: 19ch;
  margin: 22px 0 14px;
  color: rgba(255, 248, 237, 0.88);
  font-size: clamp(1.32rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.24;
}

.il-copy,
.il-section-subtitle,
.il-lead,
.il-terms-lead,
.il-legal-meta {
  color: var(--il-muted);
  font-size: 1.04rem;
  line-height: 1.58;
}

.il-lead {
  max-width: 56ch;
  margin: 0;
}

.il-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.il-app-store-badge {
  display: inline-flex;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  width: 186px;
}

.il-app-store-badge img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.il-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--il-line);
  border-radius: 999px;
  color: rgba(255, 248, 237, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.il-player {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(255, 248, 237, 0.16);
  border-radius: 38px;
  background:
    linear-gradient(160deg, rgba(255, 242, 233, 0.17), rgba(255, 242, 233, 0.035)),
    rgba(31, 24, 20, 0.7);
  box-shadow: 0 36px 90px rgba(20, 14, 10, 0.36);
}

.il-player-art {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 32px;
  background: var(--il-rose);
}

.il-player-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.il-player-meta {
  display: grid;
  gap: 7px;
}

.il-player-meta span {
  color: var(--il-gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.il-player-meta strong {
  color: var(--il-ink);
  font-size: clamp(1.32rem, 2.6vw, 2rem);
  line-height: 1.08;
}

.il-waveform {
  display: grid;
  grid-template-columns: repeat(36, 1fr);
  align-items: end;
  gap: 4px;
  height: 68px;
}

.il-waveform span {
  display: block;
  min-height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--il-mint), var(--il-gold) 48%, var(--il-rose));
  opacity: 0.76;
}

.il-controls {
  display: grid;
  grid-template-columns: repeat(3, 48px);
  justify-content: center;
  gap: 14px;
}

.il-controls span {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 248, 237, 0.12);
  color: rgba(255, 248, 237, 0.86);
}

.il-controls span:nth-child(2) {
  background: var(--il-ink);
  color: #19130f;
}

.il-control::before,
.il-control::after {
  content: "";
  display: block;
}

.il-control--play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
}

.il-control--previous::before,
.il-control--previous::after,
.il-control--next::before,
.il-control--next::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.il-control--previous::before {
  left: 15px;
  border-right: 10px solid currentColor;
}

.il-control--previous::after {
  left: 24px;
  border-right: 10px solid currentColor;
}

.il-control--next::before {
  right: 24px;
  border-left: 10px solid currentColor;
}

.il-control--next::after {
  right: 15px;
  border-left: 10px solid currentColor;
}

.il-section {
  padding: clamp(76px, 10vw, 132px) 0;
}

.il-section-title {
  max-width: 11ch;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: 0.98;
}

.il-section-subtitle {
  max-width: 58ch;
  margin: 18px 0 0;
}

.il-preview-grid,
.il-why-grid,
.il-faq-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.il-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.il-preview-card,
.il-why-card,
.il-faq-card {
  border: 1px solid var(--il-line);
  border-radius: 24px;
  background: rgba(255, 248, 237, 0.065);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.18);
}

.il-preview-card {
  display: grid;
  gap: 16px;
  min-height: 390px;
  padding: 16px;
}

.il-screen {
  display: grid;
  gap: 12px;
  min-height: 240px;
  padding: 16px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 78% 0%, rgba(216, 185, 109, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 248, 237, 0.12), rgba(255, 248, 237, 0.04));
}

.il-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 248, 237, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
}

.il-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 248, 237, 0.08);
}

.il-thumb {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--il-rose), var(--il-gold), var(--il-mint), var(--il-plum));
}

.il-row span {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 248, 237, 0.2);
}

.il-row span + span {
  width: 68%;
  margin-top: 7px;
  opacity: 0.7;
}

.il-preview-card h3,
.il-why-card h3 {
  margin: 0;
  color: var(--il-ink);
  font-size: 1.16rem;
  line-height: 1.16;
}

.il-preview-card p,
.il-why-card p {
  margin: 8px 0 0;
  color: var(--il-muted);
  line-height: 1.5;
}

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

.il-why-card {
  padding: clamp(22px, 3.2vw, 34px);
}

.il-faq-grid {
  border-top: 1px solid var(--il-line);
}

.il-faq-card {
  border-right: 0;
  border-bottom: 1px solid var(--il-line);
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.il-faq-question {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  color: var(--il-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.il-faq-question span:first-child {
  font-size: clamp(1.2rem, 2vw, 1.72rem);
  font-weight: 800;
  line-height: 1.18;
}

.il-faq-icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.7;
  transform: rotate(45deg);
}

.il-faq-question[aria-expanded="true"] .il-faq-icon {
  transform: rotate(225deg);
}

.il-faq-answer {
  max-width: 68ch;
  margin: -4px 0 24px;
}

.il-download {
  padding: 0 0 clamp(74px, 10vw, 128px);
}

.il-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 242, 233, 0.2), transparent 26%),
    linear-gradient(135deg, #5f6f4d, var(--il-mint) 42%, var(--il-rose) 100%);
}

.il-cta-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.il-cta-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.il-footer {
  position: relative;
  z-index: 2;
  padding: clamp(1rem, 2.6vh, 1.6rem) 0 clamp(1.45rem, 3vh, 2.3rem);
  color: rgba(255, 248, 237, 0.84);
}

.il-footer::before {
  content: "";
  position: absolute;
  inset: -5rem 0 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 92%, rgba(201, 147, 152, 0.24), transparent 46%),
    radial-gradient(ellipse at 86% 100%, rgba(148, 198, 185, 0.24), transparent 52%),
    linear-gradient(0deg, rgba(11, 9, 7, 0.92), rgba(38, 28, 23, 0.56), transparent);
}

.il-footer-inner {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.9fr) minmax(14rem, 1.35fr) minmax(20rem, 1.8fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(1rem, 2.6vw, 2.4rem);
  row-gap: 0.18rem;
}

.il-footer-brand {
  grid-column: 1 / 3;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: flex-end;
  gap: clamp(0.7rem, 1.4vw, 1rem);
  width: fit-content;
}

.il-footer-logo-link {
  display: inline-flex;
  line-height: 0;
}

.il-footer-brand img {
  width: clamp(6.2rem, 9.4vw, 8.8rem);
  height: auto;
  filter:
    brightness(0) invert(1) saturate(0)
    drop-shadow(0 0.6rem 1.1rem rgba(3, 6, 7, 0.42));
}

.il-footer-brand-text {
  display: grid;
  gap: 0.18rem;
}

.il-footer-copy,
.il-footer-copyright {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.18;
  white-space: nowrap;
}

.il-footer-copy {
  color: rgba(255, 248, 237, 0.74);
  font-size: clamp(0.66rem, 0.82vw, 0.78rem);
  font-weight: 700;
}

.il-footer-copyright {
  color: rgba(255, 248, 237, 0.58);
  font-size: clamp(0.64rem, 0.78vw, 0.76rem);
  font-weight: 500;
}

.il-footer-meta {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  width: min(100%, 24rem);
}

.il-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(7.4rem, 1fr));
  gap: clamp(1.2rem, 2.8vw, 3rem);
}

.il-footer-group {
  display: grid;
  gap: 0.34rem;
}

.il-footer-link {
  display: grid;
  width: fit-content;
  color: rgba(255, 248, 237, 0.86);
  font-size: clamp(0.76rem, 0.88vw, 0.86rem);
  font-weight: 700;
  line-height: 1.18;
}

.il-legal-body {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 78% 50% at 50% -12%, rgba(201, 147, 152, 0.22), transparent 66%),
    radial-gradient(ellipse 60% 44% at 82% 12%, rgba(148, 198, 185, 0.16), transparent 62%),
    var(--il-bg);
}

.il-terms-page {
  min-height: 100vh;
  padding-top: clamp(118px, 15vw, 160px);
}

.il-terms-hero {
  max-width: 760px;
  padding-bottom: 48px;
}

.il-terms-title {
  font-size: clamp(2.3rem, 5.8vw, 5.3rem);
  line-height: 0.98;
}

.il-terms-lead {
  max-width: 62ch;
  margin: 18px 0 12px;
}

.il-legal-meta {
  margin: 0;
  font-size: 0.94rem;
}

.il-legal-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding-bottom: clamp(80px, 12vw, 140px);
}

.il-legal-toc {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--il-line);
  border-radius: 20px;
  background: rgba(255, 248, 237, 0.06);
}

.il-legal-toc p {
  margin: 0 0 4px;
  color: var(--il-gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.il-legal-toc a {
  color: rgba(255, 248, 237, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.il-legal-document {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--il-line);
  border-radius: 28px;
  background: rgba(255, 248, 237, 0.06);
}

.il-legal-document h2,
.il-legal-document h3,
.il-legal-document p {
  margin: 0;
}

.il-legal-document section + section {
  margin-top: 36px;
}

.il-legal-document h2 {
  display: flex;
  gap: 12px;
  align-items: baseline;
  color: var(--il-ink);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.12;
}

.il-legal-document h2 span {
  color: var(--il-gold);
}

.il-legal-document h3 {
  margin-top: 26px;
  color: rgba(255, 248, 237, 0.92);
  font-size: 1rem;
  line-height: 1.22;
}

.il-legal-document p {
  margin-top: 12px;
  color: var(--il-muted);
  line-height: 1.6;
}

@keyframes ilButtonEdgeShine {
  to {
    --il-button-shine-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .il-nav-links a:last-child::before,
  .il-legal-download::before,
  .il-app-store-badge::before,
  .il-secondary-link::before {
    animation: none;
  }
}

@media (max-width: 880px) {
  .il-nav {
    border-radius: 28px;
  }

  .il-nav-links a:not(:last-child) {
    display: none;
  }

  .il-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .il-player {
    width: min(430px, 100%);
  }

  .il-preview-grid,
  .il-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .il-footer-inner {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }

  .il-footer-brand,
  .il-footer-meta {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  :root {
    --il-shell: min(100vw - 28px, 1120px);
  }

  .il-nav {
    top: 12px;
    right: 12px;
    left: 12px;
    padding: 10px;
  }

  .il-brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .il-brand-text strong {
    font-size: 0.98rem;
  }

  .il-brand-text span {
    font-size: 0.76rem;
  }

  .il-nav-links a:last-child {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .il-hero {
    gap: 30px;
    padding-top: 112px;
    padding-bottom: 52px;
  }

  .il-wordmark {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .il-preview-grid,
  .il-why-grid {
    grid-template-columns: 1fr;
  }

  .il-cta-card,
  .il-legal-layout {
    grid-template-columns: 1fr;
  }

  .il-footer-brand {
    align-items: flex-end;
    max-width: 100%;
  }

  .il-footer-brand img {
    width: clamp(4.4rem, 18vw, 5.4rem);
  }

  .il-footer-copy,
  .il-footer-copyright {
    font-size: clamp(0.62rem, 2vw, 0.7rem);
  }

  .il-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
  }

  .il-footer-link {
    font-size: clamp(0.72rem, 3.2vw, 0.84rem);
  }

  .il-legal-toc {
    position: static;
  }
}
