:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: #f4f5f7;
  background: #0a0b0d;
  font-synthesis: none;
  --bg: #0a0b0d;
  --bg-soft: #0d0f12;
  --surface: #121418;
  --surface-strong: #191b20;
  --line: #292c32;
  --line-soft: #1c1e23;
  --text: #f4f5f7;
  --muted: #9a9ea7;
  --quiet: #686d76;
  --positive: #69d293;
  --danger: #dc7b82;
  --content: 1120px;
}

* { box-sizing: border-box; }

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

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
}

body::before {
  width: min(calc(100% - 48px), var(--content));
  position: fixed;
  inset: 0 auto 0 50%;
  z-index: 0;
  border-right: 1px solid #14161a;
  border-left: 1px solid #14161a;
  background-image: linear-gradient(to right, transparent calc(100% - 1px), #111317 0);
  background-size: 25% 100%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

body.is-nav-open { overflow: hidden; }

main,
.siteHeader,
.siteFooter,
.skipLink {
  position: relative;
  z-index: 1;
}

button,
input,
select,
textarea { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

:focus-visible {
  outline: 2px solid #eef0f2;
  outline-offset: 3px;
}

.skipLink {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: #f2f3f5;
  color: #101114;
  transform: translateY(-140%);
}

.skipLink:focus { transform: translateY(0); }

.siteHeader {
  min-height: 72px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #202329;
  background: rgba(10, 11, 13, 0.93);
  backdrop-filter: blur(18px);
}

.siteHeaderInner {
  width: min(calc(100% - 48px), var(--content));
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
}

.siteBrand {
  width: 128px;
  flex: 0 0 auto;
}

.siteBrand img {
  width: 100%;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.siteNav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.siteNav > a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  color: #858991;
  font-size: 9px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.siteNav > a:hover,
.siteNav > a[aria-current="page"] {
  color: #f1f2f4;
  background: #17191d;
}

.headerActions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.headerLogin {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #aeb2b9;
  font-size: 10px;
  font-weight: 720;
  text-decoration: none;
}

.headerCta,
.buttonPrimary,
.buttonSecondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #383c44;
  border-radius: 7px;
  padding: 0 17px;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.1;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.headerCta,
.buttonPrimary {
  border-color: #eef0f2;
  background: #eef0f2;
  color: #111317;
}

.headerCta:hover,
.buttonPrimary:hover {
  border-color: #fff;
  background: #fff;
  transform: translateY(-1px);
}

.buttonSecondary {
  background: #15171b;
  color: #d3d5d9;
}

.buttonSecondary:hover {
  border-color: #60656e;
  background: #1b1e23;
  color: #fff;
  transform: translateY(-1px);
}

.buttonPrimary img,
.buttonSecondary img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.buttonPrimary img { filter: brightness(0); }
.buttonSecondary img { filter: brightness(0) invert(1); }

.navToggle {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  border: 1px solid #30333a;
  border-radius: 7px;
  background: #15171b;
  cursor: pointer;
}

.navToggle span,
.navToggle::before,
.navToggle::after {
  width: 17px;
  height: 1px;
  display: block;
  background: #d8dade;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.navToggle span { margin: 4px 0; }

.commercialHero {
  min-height: 760px;
  position: relative;
  display: grid;
  overflow: hidden;
  border-bottom: 1px solid #24272d;
}

.heroProductBackground {
  width: min(520px, calc(100% - 32px));
  height: 310px;
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 0;
  background: url("/assets/radioapp-logo-silver.png") center / 250px 250px no-repeat;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.42));
  transform: translateX(-50%);
}

.heroProductBackground iframe { display: none; }

.heroProductBackground::before,
.heroProductBackground::after {
  position: absolute;
  content: "";
}

.heroProductBackground::before {
  height: 138px;
  inset: 74px 0 auto;
  opacity: 0.72;
  background:
    linear-gradient(#202329, #202329) center / 100% 1px no-repeat,
    repeating-linear-gradient(
      90deg,
      transparent 0 24px,
      #35383f 24px 27px,
      transparent 27px 44px
    );
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.heroProductBackground::after {
  height: 1px;
  right: 46px;
  bottom: 72px;
  left: 46px;
  background: #17191d;
}

.heroInner {
  width: min(calc(100% - 48px), var(--content));
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  justify-items: center;
  margin: 0 auto;
  padding: 334px 0 68px;
}

.heroCopy {
  width: min(760px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: #858991;
  font-size: 9px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.commercialHero h1,
.pageIntro h1 {
  margin: 0;
  color: #f5f6f7;
  font-size: 50px;
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: 0;
}

.heroLead,
.pageLead {
  margin: 17px 0 0;
  color: #9a9ea7;
  font-size: 15px;
  line-height: 1.6;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.heroCopy .heroActions { justify-content: center; }

.heroProof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #202329;
  color: #777b84;
  font-size: 9px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
}

.heroProof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.heroProof i {
  width: 6px;
  height: 6px;
  border: 1px solid #aeb2b9;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #0a0b0d;
  background: #d5d7db;
}

.sectionBand {
  border-bottom: 1px solid #24272d;
  background: transparent;
}

.sectionBand.is-soft { background: rgba(14, 16, 19, 0.72); }
.sectionBand.is-contrast { background: #101216; color: var(--text); }

.sectionInner {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 84px 0;
}

.sectionHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 36px;
}

.sectionHeader > div:first-child { max-width: 700px; }

.sectionHeader h2,
.pageSection h2,
.closingCta h2 {
  margin: 0;
  color: #f3f4f6;
  font-size: 34px;
  font-weight: 740;
  line-height: 1.08;
  letter-spacing: 0;
}

.sectionHeader p:not(.eyebrow),
.pageSection > p,
.closingCta p {
  margin: 12px 0 0;
  color: #8e929b;
  font-size: 13px;
  line-height: 1.6;
}

.sectionBand.is-contrast .eyebrow { color: #858991; }
.sectionBand.is-contrast .sectionHeader p:not(.eyebrow) { color: #8e929b; }

.proofBar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #25282e;
  border-bottom: 1px solid #25282e;
}

.proofItem {
  min-height: 106px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid #25282e;
  padding: 20px;
}

.proofItem:last-child { border-right: 0; }
.proofItem strong { color: #f2f3f5; font-size: 24px; font-weight: 740; }
.proofItem span { color: #777b84; font-size: 11px; line-height: 1.5; }

.featureGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #292c32;
  background: #292c32;
}

.featureCard {
  min-height: 228px;
  padding: 28px;
  background: #0d0f12;
}

.featureIcon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border: 1px solid #353941;
  border-radius: 7px;
  background: #202329;
}

.featureIcon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}

.featureCard h3 { margin: 0; font-size: 17px; }
.featureCard p { margin: 10px 0 0; color: #8e929b; font-size: 12px; line-height: 1.65; }

.productPreviewLayout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(560px, 1.38fr);
  align-items: center;
  gap: 74px;
}

.previewCopy h2 { margin: 0; font-size: 38px; line-height: 1.12; }
.previewCopy > p:not(.eyebrow) { color: #92969f; font-size: 14px; line-height: 1.7; }

.previewChecklist,
.plainList {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.previewChecklist li,
.plainList li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  color: #c1c4ca;
  font-size: 12px;
  line-height: 1.55;
}

.previewChecklist li::before,
.plainList li::before {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border: 1px solid #aeb2b9;
  border-radius: 50%;
  background: #d5d7db;
  content: "";
}

.previewTool {
  overflow: hidden;
  border: 1px solid #30333a;
  border-radius: 8px;
  background: #111317;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.previewToolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #2b2e34;
  padding: 10px 12px 10px 18px;
}

.previewToolbar > span {
  color: #858991;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.segmentedControl,
.billingToggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #30343b;
  border-radius: 8px;
  padding: 4px;
  background: #111317;
}

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

.segmentedControl button,
.billingToggle button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  color: #777c85;
  background: transparent;
  font-size: 9px;
  font-weight: 720;
  cursor: pointer;
}

.segmentedControl button[aria-selected="true"],
.segmentedControl button[aria-pressed="true"],
.billingToggle button[aria-pressed="true"] {
  color: #f0f1f3;
  background: #25282e;
  box-shadow: inset 0 0 0 1px #353941;
}

.previewViewport {
  min-height: 600px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background: #07080a;
}

.previewDevice {
  width: 320px;
  height: 570px;
  overflow: hidden;
  border: 1px solid #3b3f47;
  border-radius: 8px;
  background: #000;
  transition: width 240ms ease, height 240ms ease;
}

.previewDevice iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.previewTool[data-device="desktop"] .previewDevice { width: 100%; height: 560px; }
.previewTool[data-device="echo"] .previewDevice { width: min(100%, 720px); height: 430px; }

.planGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.planCard {
  min-height: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #292c32;
  border-radius: 8px;
  padding: 26px;
  background: #121418;
}

.planCard.is-featured {
  border-color: #5a606a;
  background: #191b20;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}

.planBadge {
  min-height: 24px;
  position: absolute;
  top: 17px;
  right: 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #4c515a;
  border-radius: 6px;
  padding: 0 8px;
  color: #c9ccd1;
  background: #24272d;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.planName {
  margin: 0;
  color: #f2f3f5;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.planTitle {
  margin: 7px 0 0;
  color: #6f747d;
  font-size: 9px;
  font-weight: 720;
  text-transform: uppercase;
}

.planDescription {
  min-height: 62px;
  margin: 24px 0 0;
  color: #9b9fa7;
  font-size: 12px;
  line-height: 1.6;
}

.planPrice {
  min-height: 68px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 16px 0 20px;
}

.planPrice strong {
  color: #f6f7f8;
  font-size: 36px;
  font-weight: 720;
  line-height: 1;
  transition: opacity 120ms ease, transform 120ms ease;
}

.planPrice strong.is-updating { opacity: 0; transform: translateY(4px); }
.planPrice span { margin-bottom: 4px; color: #777b84; font-size: 10px; }

.planFeatures {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 20px 0 0;
  border-top: 1px solid #25282e;
  list-style: none;
}

.planFeatures li {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  gap: 8px;
  color: #aeb2ba;
  font-size: 11px;
  line-height: 1.45;
}

.planFeatures li::before { color: #d4d6da; content: "✓"; }

.planCard .buttonPrimary,
.planCard .buttonSecondary {
  width: 100%;
  margin-top: auto;
}

.billingToggle { min-width: 260px; }
.billingToggle button { min-height: 44px; }

.textLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d1d3d7;
  font-size: 11px;
  font-weight: 720;
  text-decoration: none;
}

.textLink::after { color: #8b9098; content: "\2192"; }
.textLink:hover { color: #fff; }

.legalNote {
  margin: 28px 0 0;
  border-top: 1px solid #25282e;
  border-bottom: 1px solid #25282e;
  padding: 18px 0;
  color: #747982;
  font-size: 10px;
  line-height: 1.65;
}

.directoryTools {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 190px 190px;
  gap: 10px;
  margin-bottom: 26px;
}

.searchField,
.selectField {
  min-height: 46px;
  display: grid;
  align-items: center;
  border: 1px solid #30333a;
  border-radius: 7px;
  background: #121418;
}

.searchField {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  padding: 0 14px;
}

.selectField { padding: 0 12px; }
.searchField:focus-within,
.selectField:focus-within { border-color: #777c85; background: #17191e; }
.searchField img { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: 0.48; }

.searchField input,
.selectField select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #f2f3f5;
  background: transparent;
  font-size: 12px;
}

.selectField select { color-scheme: dark; cursor: pointer; }
.searchField input::placeholder { color: #696d75; }

.radioGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 14px;
}

.stationCard {
  min-width: 0;
  position: relative;
  transition: transform 180ms ease;
}

.stationCard:hover { transform: translateY(-4px); }

.stationArtworkLink {
  display: block;
  border-radius: 7px;
  color: inherit;
  text-decoration: none;
}

.stationArtworkLink:focus-visible { outline-offset: 4px; }

.stationArtwork {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #2c3037;
  border-radius: 7px;
  background: #1b1d22;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.stationArtworkLink:hover .stationArtwork {
  border-color: color-mix(in srgb, var(--station-accent, #7c8189) 66%, #626873);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.3);
}

.stationArtwork > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.stationArtworkLink:hover .stationArtwork > img:first-child { transform: scale(1.035); }

.stationArtwork > img:last-child {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 9px;
  left: 9px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 3px;
  background: rgba(8, 9, 11, 0.88);
  object-fit: contain;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.stationArtwork::after {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 11, 13, 0.84);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  content: "▶";
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.stationBody { min-width: 0; padding: 11px 30px 0 2px; }
.stationTitleLink { color: inherit; text-decoration: none; }
.stationTitleLink:hover { color: #fff; }
.stationBody h3 { overflow: hidden; margin: 0; color: #f1f2f4; font-size: 12px; font-weight: 760; text-overflow: ellipsis; white-space: nowrap; }
.stationTrack,
.stationArtist { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }
.stationTrack { margin-top: 6px; color: #aeb2ba; font-size: 10px; font-weight: 660; }
.stationArtist { margin-top: 4px; color: #666b74; font-size: 8px; }

.stationActions {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.stationOpen,
.stationDetails {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2c3037;
  border-radius: 6px;
  color: #aeb2b9;
  background: #121418;
  font-size: 9px;
  font-weight: 720;
  text-decoration: none;
}

.stationOpen { display: none; }
.stationDetails {
  width: 26px;
  min-height: 26px;
  border-color: transparent;
  padding: 0;
  color: #666b74;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
.stationOpen:hover,
.stationDetails:hover { border-color: #575c65; background: #1a1d22; color: #fff; }

.directorySummary {
  display: grid;
  grid-template-columns: repeat(3, minmax(88px, auto));
  flex: 0 0 auto;
  border-top: 1px solid #2a2d33;
  border-bottom: 1px solid #2a2d33;
}

.directorySummary span {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 0 18px;
}

.directorySummary span + span { border-left: 1px solid #2a2d33; }
.directorySummary strong { color: #f2f3f5; font-size: 18px; font-weight: 740; line-height: 1; }
.directorySummary small { color: #6f737b; font-size: 8px; font-weight: 720; text-transform: uppercase; }

.directoryEmpty,
.formStatus {
  min-height: 90px;
  display: grid;
  place-items: center;
  margin: 18px 0 0;
  border-top: 1px solid #24272d;
  border-bottom: 1px solid #24272d;
  color: #777b84;
  font-size: 11px;
  text-align: center;
}

.directoryEmpty[hidden] { display: none; }

.radioSkeleton {
  min-height: 272px;
  overflow: hidden;
  border: 1px solid #292c32;
  border-radius: 7px;
  background:
    linear-gradient(#1a1c21 0 0) 0 0 / 100% 68% no-repeat,
    linear-gradient(#24272d 0 0) 10px 78% / 68% 9px no-repeat,
    linear-gradient(#202329 0 0) 10px 86% / 50% 8px no-repeat,
    #121418;
  animation: skeletonPulse 1.4s ease-in-out infinite;
}

.stationDialog {
  width: min(420px, calc(100% - 30px));
  border: 1px solid #343840;
  border-radius: 8px;
  padding: 0;
  color: var(--text);
  background: #121418;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.stationDialog::backdrop { background: rgba(0, 0, 0, 0.76); backdrop-filter: blur(8px); }
.dialogHeader { display: flex; justify-content: flex-end; padding: 12px; }
.dialogClose { width: 38px; height: 38px; border: 1px solid #363e48; border-radius: 50%; background: #1b2027; color: #fff; font-size: 21px; cursor: pointer; }
.dialogStation { display: grid; justify-items: center; padding: 0 28px 32px; text-align: center; }
.dialogStation img { width: 150px; height: 150px; border: 1px solid #353c46; border-radius: 8px; object-fit: contain; background: #080a0d; }
.dialogStation h2 { margin: 22px 0 0; font-size: 26px; }
.dialogStation p { margin: 10px 0 0; color: var(--muted); }
.dialogStation .buttonPrimary { margin-top: 24px; }

.processGrid,
.featureRows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.processStep {
  min-height: 230px;
  padding: 28px;
  background: var(--bg);
}

.processStep span { color: #858991; font-size: 10px; font-weight: 800; }
.processStep h3 { margin: 34px 0 0; font-size: 19px; }
.processStep p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.faqList { display: grid; gap: 8px; }
.faqList details { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.faqList summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; font-size: 13px; font-weight: 720; cursor: pointer; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary::after { color: #858991; font-size: 20px; content: "+"; }
.faqList details[open] summary::after { content: "−"; }
.faqList details p { margin: 0; border-top: 1px solid var(--line); padding: 18px 20px 22px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.pageIntro {
  min-height: 430px;
  display: grid;
  align-items: end;
  border-bottom: 1px solid #24272d;
  background:
    linear-gradient(#202329, #202329) center 48% / min(520px, 60%) 1px no-repeat;
}

.pageIntroInner {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
  padding: 118px 0 72px;
}

.pageIntro h1 { max-width: 900px; font-size: 46px; }
.pageIntro .pageLead { max-width: 760px; }

.pageSection { margin-top: 60px; }
.pageSection:first-child { margin-top: 0; }

.featureRows { grid-template-columns: 1fr; }
.featureRow {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 40px;
  padding: 30px;
  background: var(--bg);
}

.featureRow h3 { margin: 0; font-size: 18px; }
.featureRow p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.comparisonWrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.comparisonTable { width: 100%; min-width: 760px; border-collapse: collapse; background: #101216; }
.comparisonTable th,
.comparisonTable td { border-bottom: 1px solid var(--line); padding: 16px 18px; text-align: center; font-size: 11px; }
.comparisonTable th:first-child,
.comparisonTable td:first-child { text-align: left; }
.comparisonTable th { color: #fff; font-size: 12px; }
.comparisonTable td { color: #aeb5bf; }
.comparisonTable td[data-yes="true"] { color: #e2e4e7; font-weight: 800; }
.comparisonTable tr:last-child td { border-bottom: 0; }

.aboutGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.aboutPanel { min-height: 280px; padding: 34px; background: var(--bg); }
.aboutPanel h2 { font-size: 28px; }
.aboutPanel p { color: var(--muted); line-height: 1.75; }

.contactLayout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(500px, 1.28fr);
  gap: 72px;
}

.contactAside h2 { margin: 0; font-size: 34px; }
.contactAside p { color: var(--muted); line-height: 1.7; }
.contactDirect { display: grid; gap: 10px; margin-top: 30px; }
.contactDirect a { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.contactDirect img { width: 19px; height: 19px; filter: brightness(0) invert(1); }

.contactForm {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--surface);
}

.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; }
.field.is-wide { grid-column: 1 / -1; }
.field span { color: #d4d8de; font-size: 10px; font-weight: 700; }

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #353a42;
  border-radius: 7px;
  padding: 0 13px;
  outline: 0;
  color: #fff;
  background: #0f1114;
  font-size: 12px;
}

.field input,
.field select { height: 46px; }
.field textarea { min-height: 150px; padding-top: 13px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: #777c85; }
.consentField { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.55; }
.consentField input { width: 18px; height: 18px; accent-color: #d9dbdf; }
.honeypot { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.contactForm .buttonPrimary { justify-self: start; }
.formStatus[data-state="success"] { color: var(--positive); }
.formStatus[data-state="error"] { color: var(--danger); }

.closingCta {
  display: grid;
  justify-items: center;
  border-top: 1px solid #25282e;
  border-bottom: 1px solid #25282e;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}

.closingCta p { max-width: 680px; margin-right: auto; margin-left: auto; }
.closingCta .heroActions { justify-content: center; }

.siteFooter { border-top: 1px solid var(--line-soft); background: rgba(8, 9, 11, 0.94); }
.footerInner { width: min(calc(100% - 48px), var(--content)); display: grid; grid-template-columns: 1.2fr 2fr; gap: 60px; margin: 0 auto; padding: 56px 0 32px; }
.footerBrand img { width: 150px; }
.footerBrand p { max-width: 360px; margin: 18px 0 0; color: var(--quiet); font-size: 11px; line-height: 1.65; }
.footerNav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footerGroup { display: grid; align-content: start; gap: 10px; }
.footerGroup strong { margin-bottom: 4px; color: #fff; font-size: 9px; text-transform: uppercase; }
.footerGroup a { color: #7c818a; font-size: 11px; text-decoration: none; }
.footerGroup a:hover { color: #fff; }
.footerBottom { width: min(calc(100% - 48px), var(--content)); display: flex; justify-content: space-between; gap: 20px; margin: 0 auto; border-top: 1px solid #181c22; padding: 20px 0 max(20px, env(safe-area-inset-bottom)); color: #565a62; font-size: 9px; }
.serviceState { display: inline-flex; align-items: center; gap: 7px; }
.serviceState i { width: 6px; height: 6px; border-radius: 50%; background: #69717c; }
.serviceState[data-state="online"] i { background: var(--positive); }

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes skeletonPulse {
  0%, 100% { opacity: 0.52; }
  50% { opacity: 0.92; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .siteNav > a { padding: 0 7px; }
  .headerCta { display: none; }
  .productPreviewLayout { grid-template-columns: 1fr; gap: 44px; }
  .previewCopy { max-width: 700px; }
  .radioGrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contactLayout { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 820px) {
  body::before,
  .siteHeaderInner,
  .heroInner,
  .sectionInner,
  .pageIntroInner,
  .footerInner,
  .footerBottom {
    width: calc(100% - 32px);
  }

  body::before { background-size: 33.333% 100%; }
  .siteHeader,
  .siteHeaderInner { min-height: 64px; }
  html { scroll-padding-top: 64px; }
  .siteBrand { width: 112px; }
  .siteBrand img { height: 34px; }
  .navToggle { display: grid; }
  .navToggle { position: relative; }
  .navToggle span,
  .navToggle::before,
  .navToggle::after {
    position: absolute;
    left: 12px;
    margin: 0;
  }
  .navToggle::before { top: 14px; }
  .navToggle span { top: 20px; }
  .navToggle::after { top: 26px; }
  .headerLogin { display: none; }

  .siteNav {
    width: 100%;
    height: calc(100dvh - 64px);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 60;
    display: grid;
    align-content: start;
    gap: 0;
    border-top: 1px solid #25282e;
    padding: 18px 16px max(28px, env(safe-area-inset-bottom));
    background: rgba(10, 11, 13, 0.985);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .siteNav > a {
    min-height: 58px;
    border-bottom: 1px solid #202329;
    border-radius: 0;
    padding: 0 4px;
    color: #b6bac1;
    font-size: 12px;
  }

  .siteNav > a[aria-current="page"] { background: transparent; }

  body.is-nav-open .siteNav { opacity: 1; pointer-events: auto; transform: none; }
  body.is-nav-open .navToggle span { opacity: 0; }
  body.is-nav-open .navToggle::before { top: 20px; transform: rotate(45deg); }
  body.is-nav-open .navToggle::after { top: 20px; transform: rotate(-45deg); }

  .commercialHero { min-height: 710px; }
  .heroProductBackground { top: 42px; height: 285px; }
  .heroProductBackground::before { top: 72px; }
  .heroProductBackground { background-size: 220px 220px; }
  .heroInner { padding: 314px 0 56px; }
  .commercialHero h1,
  .pageIntro h1 { font-size: 38px; }
  .heroLead,
  .pageLead { font-size: 14px; }
  .heroProof { gap: 14px 20px; }

  .sectionInner { padding: 64px 0; }
  .sectionHeader { align-items: stretch; flex-direction: column; gap: 22px; }
  .sectionHeader h2,
  .pageSection h2,
  .closingCta h2 { font-size: 29px; }
  .proofBar { grid-template-columns: 1fr 1fr; }
  .proofItem:nth-child(2) { border-right: 0; }
  .proofItem:nth-child(-n + 2) { border-bottom: 1px solid #25282e; }
  .featureGrid { grid-template-columns: 1fr 1fr; }
  .previewToolbar { align-items: stretch; flex-direction: column; }
  .segmentedControl { width: 100%; }
  .previewViewport { min-height: 540px; padding: 16px; }
  .previewDevice { width: min(320px, 100%); height: 520px; }
  .previewTool[data-device="desktop"] .previewDevice,
  .previewTool[data-device="echo"] .previewDevice { width: 100%; height: 480px; }
  .planGrid { grid-template-columns: 1fr; gap: 10px; margin-top: 34px; }
  .planCard { min-height: 360px; }
  .planCard.is-featured { transform: none; }
  .billingToggle { width: 100%; min-width: 0; }
  .directoryTools { grid-template-columns: 1fr; }
  .radioGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .directorySummary { width: 100%; }
  .processGrid { grid-template-columns: 1fr; }
  .pageIntro { min-height: 360px; background-size: 80% 1px; }
  .pageIntroInner { padding: 96px 0 56px; }
  .featureRow { grid-template-columns: 1fr; gap: 12px; }
  .aboutGrid { grid-template-columns: 1fr; }
  .formGrid { grid-template-columns: 1fr; }
  .field.is-wide { grid-column: auto; }
  .footerInner { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 560px) {
  .commercialHero { min-height: 640px; }
  .heroProductBackground { top: 34px; height: 260px; }
  .heroProductBackground::before { height: 112px; inset: 70px 0 auto; }
  .heroProductBackground { background-size: 202px 202px; }
  .heroInner { padding-top: 284px; }
  .commercialHero h1,
  .pageIntro h1 { font-size: 34px; }
  .heroLead,
  .pageLead { font-size: 13px; }
  .heroActions { flex-direction: column; }
  .heroActions > a { width: 100%; }
  .heroProof { display: none; }
  .proofItem { min-height: 96px; padding: 16px; }
  .proofItem strong { font-size: 21px; }
  .featureGrid { grid-template-columns: 1fr; }
  .featureCard { min-height: 205px; }
  .featureIcon { margin-bottom: 34px; }
  .previewCopy h2 { font-size: 30px; }
  .previewToolbar > span { text-align: center; }
  .segmentedControl button { padding: 0 6px; font-size: 8px; }
  .previewViewport { min-height: 500px; padding: 10px; }
  .previewDevice { height: 480px; }
  .planCard { min-height: 350px; padding: 22px; }
  .planPrice strong { font-size: 32px; }
  .directorySummary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .directorySummary span { min-height: 60px; padding: 0 10px; }
  .radioGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
  .stationArtwork > img:last-child { width: 40px; height: 40px; bottom: 8px; left: 8px; }
  .stationArtwork::after { width: 34px; height: 34px; right: 8px; bottom: 8px; font-size: 10px; }
  .pageIntro { min-height: 340px; }
  .pageIntroInner { padding: 88px 0 48px; }
  .contactForm { padding: 20px; }
  .contactForm .buttonPrimary { width: 100%; }
  .closingCta { padding-top: 56px; padding-bottom: 56px; }
  .footerNav { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footerBottom { align-items: flex-start; flex-direction: column; }
}
