.how-to-page {
  background:
    radial-gradient(circle at 74% 13%, rgba(80, 31, 151, 0.52), transparent 30rem),
    radial-gradient(circle at 20% 50%, rgba(95, 51, 168, 0.28), transparent 34rem),
    #09021f;
}

.how-to-page .header {
  position: absolute;
}

.how-to-page .nav-link.active {
  color: #ff6b35;
  position: relative;
}

.how-to-page .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.65rem;
  height: 2px;
  background: #ff6b35;
}

.how-to-main {
  overflow: hidden;
  padding-bottom: 4rem;
}

.how-to-hero {
  min-height: 670px;
  padding: 9.5rem 0 3rem;
  position: relative;
}

.how-to-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 36%, rgba(71, 22, 125, 0.32), transparent 33rem);
  pointer-events: none;
}

.how-to-hero-container {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.how-to-hero-copy {
  max-width: 620px;
}

.how-to-kicker {
  color: #ff6b35;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
  text-transform: uppercase;
}

.how-to-flow-switcher {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: inline-grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.4rem;
  padding: 4px;
}

.how-to-flow-option {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: 44px;
  padding: 0.65rem 1.15rem;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.how-to-flow-option:hover {
  color: white;
}

.how-to-flow-option.active {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.82);
  color: #24123e;
}

.how-to-flow-option:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.94);
  outline-offset: 3px;
}

.how-to-hero h1 {
  font-size: clamp(3.2rem, 6.4vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.how-to-lede {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.13rem;
  line-height: 1.55;
  margin: 1.45rem 0 0;
  max-width: 560px;
}

.how-to-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin-top: 2.3rem;
}

.how-to-actions .btn,
.how-to-cta .btn {
  min-height: 58px;
  padding: 0.95rem 2.1rem;
  white-space: nowrap;
}

.how-to-page .btn-primary {
  background: linear-gradient(135deg, #ff7a2e, #ff4b2f);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(255, 90, 46, 0.28);
}

.how-to-page .btn-primary:hover {
  background: linear-gradient(135deg, #ff8c5a, #ff5a35);
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
  transform: translateY(-4px);
}

.how-to-page .btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
}

.how-to-hero-art {
  min-height: 520px;
  position: relative;
}

.how-to-wave {
  display: block;
  height: auto;
  left: -4rem;
  opacity: 0.62;
  position: absolute;
  top: 2.5rem;
  width: 360px;
  z-index: 1;
}

.how-to-book-stack {
  bottom: 0rem;
  display: block;
  height: auto;
  left: -2rem;
  opacity: 0.6;
  position: absolute;
  width: 360px;
  z-index: 1;
}

.how-to-headphones {
  display: block;
  height: auto;
  opacity: 0.72;
  position: absolute;
  right: -1.2rem;
  top: 7.7rem;
  transform: rotate(-4deg);
  width: 360px;
  z-index: 1;
}

.phone-mockup {
  --phone-height: 520px;
  --phone-content-top: 10%;
  --phone-content-right: 9%;
  --phone-content-bottom: 8%;
  --phone-content-left: 9%;
  aspect-ratio: 544 / 1098;
  background: url("/static/img/iphone.svg") center / contain no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;
  filter: drop-shadow(0 28px 58px rgba(0, 0, 0, 0.45));
  height: var(--phone-height);
  overflow: visible;
  position: relative;
  width: auto;
}

.phone-mockup-hero[data-platform-hero="android"],
.phone-mockup-app[data-platform-preview-phone="android"] {
  --phone-content-top: 7%;
  --phone-content-right: 8.8%;
  --phone-content-bottom: 8.2%;
  --phone-content-left: 8.8%;
  aspect-ratio: 544 / 1098;
  background-image: url("/static/img/android-phone.svg");
  background-size: 100% 100%;
  filter:
    drop-shadow(0 26px 48px rgba(0, 0, 0, 0.48))
    drop-shadow(0 0 10px rgba(151, 107, 219, 0.16))
    drop-shadow(0 0 1px rgba(222, 211, 255, 0.28));
}

.phone-mockup::before,
.phone-mockup::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.phone-mockup::before {
  background: #100827;
  border-radius: 17% / 7%;
  inset: 0.5% 2% 0.5% 2%;
  z-index: 0;
}

.phone-mockup-hero[data-platform-hero="android"]::before,
.phone-mockup-app[data-platform-preview-phone="android"]::before {
  border-radius: 9% / 3.5%;
  inset: 1.3% 4.7%;
}

.phone-mockup::after {
  background: #05050a;
  border-radius: 999px;
  height: calc(var(--phone-height) * 0.043);
  left: 50%;
  top: calc(var(--phone-height) * 0.052);
  transform: translateX(-50%);
  width: calc(var(--phone-height) * 0.143);
  z-index: 3;
}

.phone-mockup-hero[data-platform-hero="android"]::after,
.phone-mockup-app[data-platform-preview-phone="android"]::after {
  display: none;
}

.phone-mockup > * {
  position: relative;
  z-index: 2;
}

.phone-mockup .phone-hardware-buttons {
  display: none;
  position: absolute;
  z-index: 1;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-speaker,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-speaker {
  color: #5b4b73;
  display: block;
  height: 14px;
  left: 50%;
  mask: url("/static/img/android-speaker.svg") center / contain no-repeat;
  position: absolute;
  top: 3.4%;
  transform: translateX(-50%);
  width: 66px;
  -webkit-mask: url("/static/img/android-speaker.svg") center / contain no-repeat;
  z-index: 3;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-speaker::before,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-speaker::before {
  background: currentColor;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-hardware-buttons {
  background: #5b4b73;
  border-radius: 999px;
  display: block;
  height: calc(var(--phone-height) * 0.13);
  right: calc(var(--phone-height) * 0.01);
  top: calc(var(--phone-height) * 0.31);
  width: 5px;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::before,
.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::after,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-hardware-buttons::before,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-hardware-buttons::after {
  background: #5b4b73;
  border-radius: 999px;
  content: "";
  height: calc(var(--phone-height) * 0.09);
  left: calc(-1 * (var(--phone-height) * 0.47));
  position: absolute;
  width: 5px;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::before,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-hardware-buttons::before {
  top: calc(var(--phone-height) * -0.04);
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::after,
.phone-mockup-app[data-platform-preview-phone="android"] .phone-hardware-buttons::after {
  top: calc(var(--phone-height) * 0.06);
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons {
  background: #5b4b73;
  box-shadow: none;
  height: calc(var(--phone-height) * 0.09);
  left: calc(var(--phone-height) * 0.006);
  right: auto;
  top: calc(var(--phone-height) * 0.34);
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::before,
.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::after {
  background: #5b4b73;
  border-radius: 999px;
  content: "";
  position: absolute;
  width: 5px;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::before {
  height: calc(var(--phone-height) * 0.09);
  left: 0;
  top: calc(var(--phone-height) * 0.105);
}

.phone-mockup-hero[data-platform-hero="android"] .phone-hardware-buttons::after {
  height: calc(var(--phone-height) * 0.13);
  left: calc(var(--phone-height) * 0.476);
  top: calc(var(--phone-height) * 0.045);
}

.phone-screen-content {
  bottom: var(--phone-content-bottom);
  display: flex;
  flex-direction: column;
  left: var(--phone-content-left);
  position: absolute;
  right: var(--phone-content-right);
  top: var(--phone-content-top);
  z-index: 2;
}

.phone-mockup-hero {
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.phone-speaker {
  display: none;
}

.phone-topbar,
.phone-title-row,
.phone-times,
.phone-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.phone-topbar {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: calc(var(--phone-height) * 0.026);
  min-height: 18px;
}

.phone-back {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  display: inline-block;
  height: 10px;
  opacity: 0.86;
  transform: rotate(45deg);
  width: 10px;
}

.phone-now-playing {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.phone-mockup-hero[data-platform-hero="iphone"] [data-hero-android-control],
.phone-mockup-hero[data-platform-hero="android"] [data-hero-ios-control] {
  display: none;
}

.phone-menu {
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  opacity: 0.8;
  position: relative;
  width: 3px;
}

.phone-menu::before,
.phone-menu::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  width: 3px;
}

.phone-menu::before {
  left: -6px;
}

.phone-menu::after {
  right: -6px;
}

.phone-cover {
  align-items: center;
  background: linear-gradient(145deg, #311360, #692ec0);
  border-radius: 10px;
  display: flex;
  flex: 0 0 calc(var(--phone-height) * 0.34);
  justify-content: center;
  margin-bottom: calc(var(--phone-height) * 0.04);
  overflow: hidden;
}

.phone-cover img {
  display: block;
  height: 150%;
  margin-top: 30px;
  object-fit: contain;
  width: 150%;
}

.phone-mockup-hero[data-platform-hero="android"] .phone-cover {
  flex-basis: calc(var(--phone-height) * 0.31);
  margin-bottom: calc(var(--phone-height) * 0.035);
}

.phone-mockup-hero[data-platform-hero="android"] .phone-cover img {
  height: 140%;
  margin-top: 24px;
  width: 140%;
}

.phone-title {
  font-size: clamp(1rem, calc(var(--phone-height) * 0.037), 1.28rem);
  font-weight: 800;
  line-height: 1.2;
}

.phone-title-row {
  color: rgba(255, 255, 255, 0.92);
}

.phone-subtitle {
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.77rem, calc(var(--phone-height) * 0.026), 0.92rem);
  margin-top: 0.35rem;
}

.phone-progress {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  height: 4px;
  margin: auto 0 0.5rem;
}

.phone-progress span {
  background: #8b4bf1;
  border-radius: inherit;
  display: block;
  height: 100%;
  position: relative;
  width: 34%;
}

.phone-progress span::after {
  background: #a66bff;
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 10px;
}

.phone-times {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.phone-controls {
  justify-content: center;
  gap: calc(var(--phone-height) * 0.07);
  margin-top: calc(var(--phone-height) * 0.05);
}

.phone-controls-android {
  justify-content: space-between;
  gap: 0;
}

.phone-skip,
.phone-play,
.phone-speed,
.phone-android-skip,
.phone-android-play,
.phone-android-more {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}

.phone-skip {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.58rem;
  font-weight: 800;
  height: 34px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  width: 34px;
  z-index: 0;
}

.phone-skip::before {
  background: currentColor;
  content: "";
  height: 31px;
  mask: url("/static/img/circular-arrow-right.svg") center / contain no-repeat;
  position: absolute;
  -webkit-mask: url("/static/img/circular-arrow-right.svg") center / contain no-repeat;
  width: 31px;
  z-index: -1;
}

.phone-skip-back::before {
  transform: scaleX(-1);
}

.phone-play {
  background: linear-gradient(145deg, #ffffff, #e8e2f5);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  height: 48px;
  position: relative;
  width: 48px;
}

.phone-play::before {
  border-bottom: 9px solid transparent;
  border-left: 13px solid #201437;
  border-top: 9px solid transparent;
  content: "";
  margin-left: 3px;
}

.phone-speed,
.phone-android-skip,
.phone-android-more {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  height: 28px;
  width: 28px;
}

.phone-android-skip {
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.phone-android-play {
  background: white;
  height: 48px;
  position: relative;
  width: 48px;
}

.phone-android-play::before {
  border-bottom: 9px solid transparent;
  border-left: 13px solid #201437;
  border-top: 9px solid transparent;
  content: "";
  margin-left: 3px;
}

.phone-android-more {
  position: relative;
}

.phone-android-more::before {
  background: currentColor;
  border-radius: 50%;
  box-shadow: -6px 0 0 currentColor, 6px 0 0 currentColor;
  content: "";
  height: 3px;
  width: 3px;
}

.how-to-steps {
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.how-to-steps h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.2;
  margin: 0 0 1.5rem;
  text-align: center;
}

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

.steps-grid[hidden] {
  display: none;
}

.step-card {
  background: linear-gradient(145deg, rgba(42, 17, 84, 0.85), rgba(20, 8, 48, 0.85));
  border: 1px solid rgba(143, 88, 231, 0.36);
  border-radius: 8px;
  min-height: 330px;
  padding: 2.2rem 1.8rem 1.8rem;
  position: relative;
  text-align: center;
}

.step-card::after {
  color: rgba(151, 107, 219, 0.5);
  content: "...";
  font-size: 2rem;
  letter-spacing: 0.12rem;
  position: absolute;
  right: -1.7rem;
  top: 50%;
}

.step-card:last-child::after {
  display: none;
}

.step-number,
.instruction-number {
  align-items: center;
  background: linear-gradient(135deg, #ff7a2e, #ff4b2f);
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(255, 89, 47, 0.25);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
}

.step-number {
  height: 44px;
  left: 1.65rem;
  position: absolute;
  top: 1.65rem;
  width: 44px;
}

.step-icon {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: center;
  margin: 2rem auto 1.45rem;
  width: 96px;
}

.step-icon img {
  display: block;
  max-height: 78px;
  max-width: 78px;
}

.step-icon-drive img {
  height: 96px;
  max-height: none;
  max-width: none;
  width: 96px;
}

.step-icon-rss {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: center;
  position: relative;
  width: 96px;
}

.step-icon-rss::before {
  background: linear-gradient(135deg, #ff9d2f, #ff5a2f);
  border-radius: 14px;
  content: "";
  height: 78px;
  position: absolute;
  width: 78px;
}

.step-icon-rss img {
  filter: brightness(0) invert(1);
  max-height: 44px;
  max-width: 44px;
  position: relative;
  z-index: 1;
}

.step-icon-headphones {
  height: 96px;
  width: 96px;
}

.step-icon-headphones img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2332%) hue-rotate(249deg) brightness(101%) contrast(96%);
  max-height: 82px;
  max-width: 82px;
}

.step-icon-documents img,
.step-icon-wave img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(2332%) hue-rotate(249deg) brightness(101%) contrast(96%);
  max-height: 76px;
  max-width: 76px;
}

.step-icon svg {
  fill: none;
  height: 78px;
  stroke: #9d4edd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  width: 78px;
}

.step-card h3 {
  font-size: 1.22rem;
  line-height: 1.15;
  margin: 0 auto 0.8rem;
  max-width: 210px;
}

.step-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 220px;
}

.platform-section {
  margin-top: 2.25rem;
}

.platform-tabs {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 1rem;
  max-width: 580px;
  padding: 4px;
}

.platform-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  gap: 0.7rem;
  justify-content: center;
  min-height: 54px;
}

.platform-tab.active {
  background: linear-gradient(135deg, #ff7a2e, #ff4b2f);
  box-shadow: 0 10px 24px rgba(255, 83, 47, 0.32);
}

.platform-mark {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  position: relative;
  width: 22px;
}

.platform-mark-ios,
.platform-mark-android {
  display: block;
  filter: brightness(0) invert(1);
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.platform-card {
  background: linear-gradient(145deg, rgba(33, 12, 70, 0.84), rgba(13, 5, 37, 0.9));
  border: 1px solid rgba(143, 88, 231, 0.36);
  border-radius: 8px;
  display: grid;
  gap: 2.3rem;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.9fr);
  padding: 2.3rem 2.4rem;
}

.platform-phone {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.platform-phone-hint {
  background: #7c43e6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  bottom: 6.75rem;
  box-shadow: 0 10px 24px rgba(124, 67, 230, 0.34);
  color: white;
  font-size: 0.68rem;
  font-weight: 900;
  left: 75%;
  line-height: 1;
  padding: 0.44rem 0.64rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 4;
}

.platform-phone-hint::before {
  content: none;
}

.platform-phone-hint::after {
  content: none;
}

.phone-mockup-app[data-platform-preview-phone="android"] + .platform-phone-hint {
  display: none;
}

.phone-mockup-app {
  --phone-height: 470px;
}

.phone-mockup-app[data-platform-preview-phone="iphone"]::before {
  background: #000;
}

.phone-mockup-app .phone-screen-content {
  --phone-content-top: 11%;
  --phone-content-right: 10%;
  --phone-content-bottom: 7%;
  --phone-content-left: 10%;
  overflow: hidden;
}

.phone-mockup-app[data-platform-preview-phone="iphone"] .phone-screen-content {
  --phone-content-right: 8.2%;
  --phone-content-bottom: 5.4%;
  --phone-content-left: 8.2%;
}

.phone-preview-screen {
  display: none;
  flex: 1 1 auto;
  min-height: 0;
}

.phone-mockup-app[data-platform-preview-phone="iphone"] [data-platform-preview-screen="iphone"],
.phone-mockup-app[data-platform-preview-phone="android"] [data-platform-preview-screen="android"] {
  display: flex;
}

.phone-preview-ios {
  background: #000;
  border-radius: 18px;
  color: #f6f6f7;
  flex-direction: column;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.ios-screen {
  display: flex;
  flex-direction: column;
  inset: 0.52rem 0.48rem 4.72rem;
  min-height: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  transition: opacity 360ms ease, transform 360ms ease;
}

.ios-library-screen {
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
}

.phone-preview-ios.ios-preview-library .ios-home-screen {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px);
}

.phone-preview-ios.ios-preview-library .ios-library-screen {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.ios-status-row {
  align-items: center;
  display: flex;
  font-size: 0.58rem;
  font-weight: 800;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 0.42rem;
  padding: 0 0.35rem;
}

.ios-status-icons {
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  gap: 0.2rem;
}

.ios-status-icons::before {
  border-bottom: 5px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 2px;
  border-right: 2px solid currentColor;
  content: "";
  height: 4px;
  opacity: 0.9;
  width: 13px;
}

.ios-status-icons::after {
  border: 1px solid currentColor;
  border-radius: 3px;
  content: "";
  height: 8px;
  opacity: 0.9;
  width: 16px;
}

.ios-home-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.68rem;
}

.ios-home-header h3 {
  font-size: 1.54rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.ios-home-header span {
  align-items: center;
  background: linear-gradient(145deg, #bdd7ff, #8477c9);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.ios-library-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.56rem;
}

.ios-library-header h3 {
  font-size: 1.54rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.ios-library-header div {
  align-items: center;
  display: flex;
  gap: 0.42rem;
}

.ios-library-avatar,
.ios-library-more {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.ios-library-avatar {
  background: linear-gradient(145deg, #bdd7ff, #8477c9);
}

.ios-library-more {
  background: #1b1b1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  position: relative;
}

.ios-library-more img {
  display: block;
  filter: brightness(0) invert(1);
  height: 14px;
  object-fit: contain;
  opacity: 0.86;
  width: 14px;
}

.ios-more-hint {
  background: #7c43e6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(124, 67, 230, 0.34);
  color: white;
  font-size: 0.52rem;
  font-weight: 900;
  left: 0.42rem;
  line-height: 1;
  max-width: calc(100% - 0.84rem);
  padding: 0.34rem 0.5rem;
  position: absolute;
  right: auto;
  text-align: center;
  top: 2.62rem;
  white-space: nowrap;
  z-index: 5;
}

.phone-preview-ios.ios-preview-library:not(.ios-preview-menu) .ios-library-more {
  box-shadow: none;
}

.phone-preview-ios.ios-preview-library:not(.ios-preview-menu) .ios-library-more::after {
  background: rgba(255, 102, 48, 0.18);
  border: 2px solid #ff6630;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(255, 102, 48, 0.16),
    0 0 12px rgba(255, 102, 48, 0.95);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
}

.phone-preview-ios.ios-preview-menu .ios-more-hint {
  left: auto;
  line-height: 1.12;
  max-width: 9.4rem;
  right: 0.72rem;
  text-align: center;
  top: 8.34rem;
  white-space: normal;
  z-index: 7;
}

.ios-url-menu {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  display: none;
  left: 2.05rem;
  overflow: hidden;
  padding: 0.46rem 0;
  position: absolute;
  right: 1.05rem;
  top: 2.82rem;
  z-index: 6;
}

.phone-preview-ios.ios-preview-menu .ios-url-menu {
  display: block;
}

.ios-url-menu::before {
  background: radial-gradient(circle at 16% 16%, rgba(255, 107, 53, 0.12), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ios-url-menu-item {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.64rem;
  font-weight: 650;
  isolation: isolate;
  line-height: 1.15;
  min-height: 1.28rem;
  padding: 0.34rem 0.78rem;
  position: relative;
  z-index: 1;
}

.ios-url-menu-item + .ios-url-menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-preview-ios.ios-preview-menu .ios-url-menu-target::after {
  background: rgba(255, 102, 48, 0.18);
  border: 2px solid #ff6630;
  border-radius: 999px;
  box-shadow:
    0 0 0 2px rgba(255, 102, 48, 0.16),
    0 0 12px rgba(255, 102, 48, 0.95);
  content: "";
  inset: 0.18rem 0.46rem;
  position: absolute;
  z-index: -1;
}

.ios-library-list {
  display: grid;
  margin-bottom: 0.58rem;
  margin-top: 0.38rem;
}

.ios-library-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 22px minmax(0, 1fr) 8px;
  min-height: 34px;
}

.ios-library-row b {
  font-size: 0.64rem;
  font-weight: 650;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-library-row i {
  border-right: 2px solid rgba(255, 255, 255, 0.42);
  border-top: 2px solid rgba(255, 255, 255, 0.42);
  display: block;
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.ios-library-icon {
  color: #a968ff;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}

.ios-library-icon-svg {
  align-items: center;
  display: flex;
  justify-content: center;
}

.ios-library-icon-svg img {
  display: block;
  filter: brightness(0) saturate(100%) invert(59%) sepia(98%) saturate(3181%) hue-rotate(233deg) brightness(101%) contrast(101%);
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.ios-library-icon-shows {
  border: 2px solid #a968ff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(169, 104, 255, 0.08);
  height: 16px;
  margin-left: 2px;
  width: 14px;
}

.ios-library-icon-shows::before {
  border-top: 2px solid #a968ff;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: -5px;
}

.ios-library-screen h4 {
  font-size: 0.82rem;
  line-height: 1;
  margin: 0 0 0.45rem;
}

.ios-updated-grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ios-updated-grid div {
  min-width: 0;
}

.ios-updated-grid span {
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  display: block;
  height: 62px;
  margin-bottom: 0.28rem;
}

.ios-updated-grid b,
.ios-updated-grid small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-updated-grid b {
  font-size: 0.5rem;
  line-height: 1.15;
}

.ios-updated-grid small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.48rem;
  line-height: 1.2;
  margin-top: 0.16rem;
}

.ios-section-title {
  align-items: center;
  display: flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 0.25rem;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.ios-section-title::after {
  border-right: 2px solid rgba(255, 255, 255, 0.68);
  border-top: 2px solid rgba(255, 255, 255, 0.68);
  content: "";
  height: 7px;
  transform: rotate(45deg);
  width: 7px;
}

.ios-up-next-row {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 0.74rem;
  overflow: hidden;
}

.ios-episode-card {
  background: #565656;
  border-radius: 13px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 132px;
  flex-direction: column;
  height: 124px;
  min-width: 0;
  padding: 0.58rem 0.62rem;
}

.ios-episode-card-side {
  opacity: 0.76;
}

.ios-cover-sketch {
  align-self: center;
  background: #f7f7f9;
  border: 2px solid rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  display: block;
  height: 42px;
  margin-bottom: 0.4rem;
  width: 50px;
}

.ios-episode-card b,
.ios-recent-row b,
.ios-mini-player b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-episode-card b {
  font-size: 0.66rem;
  line-height: 1.12;
}

.ios-episode-card small {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.49rem;
  line-height: 1.15;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-play-pill {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.56rem;
  font-weight: 800;
  gap: 0.25rem;
  margin-top: auto;
  padding: 0.24rem 0.42rem;
}

.ios-play-pill::before {
  border-bottom: 5px solid transparent;
  border-left: 7px solid white;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  width: 0;
}

.ios-recent-title {
  margin-bottom: 0.42rem;
}

.ios-recent-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  min-width: 0;
}

.ios-thumb-sketch {
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  display: block;
  flex: 0 0 46px;
  height: 46px;
}

.ios-recent-row div {
  min-width: 0;
}

.ios-recent-row small {
  color: rgba(255, 255, 255, 0.52);
  display: block;
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.12;
}

.ios-recent-row b {
  font-size: 0.78rem;
  line-height: 1.2;
}

.ios-recent-row span:not(.ios-thumb-sketch) {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #a968ff;
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.22rem;
  padding: 0.26rem 0.5rem;
}

.ios-mini-player {
  align-items: center;
  background: #1b1b1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  bottom: 46px;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.28);
  display: flex;
  gap: 0.34rem;
  left: 0.32rem;
  min-width: 0;
  padding: 0.28rem 0.42rem;
  position: absolute;
  right: 0.32rem;
}

.ios-mini-icon {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  flex: 0 0 22px;
  height: 22px;
  position: relative;
}

.ios-mini-icon::before,
.ios-mini-icon::after {
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ios-mini-icon::before {
  height: 12px;
  width: 12px;
}

.ios-mini-icon::after {
  height: 5px;
  width: 5px;
}

.ios-mini-player b {
  flex: 1 1 auto;
  font-size: 0.55rem;
  line-height: 1.2;
}

.ios-mini-play {
  border-bottom: 6px solid transparent;
  border-left: 9px solid white;
  border-top: 6px solid transparent;
  flex: 0 0 auto;
  height: 0;
  width: 0;
}

.ios-bottom-shell {
  align-items: center;
  bottom: 0.12rem;
  display: flex;
  gap: 0.34rem;
  left: 0.32rem;
  position: absolute;
  right: 0.32rem;
}

.ios-tab-bar {
  align-items: center;
  background: #1b1b1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  padding: 0.2rem;
}

.ios-tab-bar span {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  font-size: 0.42rem;
  font-weight: 800;
  gap: 0.1rem;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0.18rem 0.08rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-tab-bar img {
  display: block;
  filter: brightness(0) invert(1);
  height: 14px;
  object-fit: contain;
  opacity: 0.94;
  width: 14px;
}

.ios-tab-bar span.active {
  background: #3b3b3d;
  border-radius: 999px;
  color: #b36bff;
}

.ios-tab-bar span.active img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(97%) saturate(2808%) hue-rotate(232deg) brightness(101%) contrast(102%);
}

.ios-tab-step-target {
  position: relative;
}

.ios-tab-step-target::after {
  background: rgba(255, 102, 48, 0.18);
  border: 2px solid #ff6630;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(255, 102, 48, 0.16),
    0 0 12px rgba(255, 102, 48, 0.95);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 1px;
  transform: translateX(-50%);
  width: 22px;
}

.ios-search-button {
  align-items: center;
  background: #1b1b1d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  flex: 0 0 33px;
  height: 33px;
  justify-content: center;
  position: relative;
}

.ios-search-button img {
  display: block;
  filter: brightness(0) invert(1);
  height: 18px;
  object-fit: contain;
  width: 18px;
}

.phone-preview-android {
  background: #f4f4f4;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.android-preview-shot {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  transition: opacity 360ms ease;
  width: 100%;
}

.android-preview-shot-new {
  opacity: 0;
}

.phone-preview-android.android-preview-rss .android-preview-shot-list {
  opacity: 0;
}

.phone-preview-android.android-preview-rss .android-preview-shot-new {
  opacity: 1;
}

.android-add-target {
  background: rgba(255, 102, 48, 0.18);
  border: 2px solid #ff6630;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(255, 102, 48, 0.16),
    0 0 12px rgba(255, 102, 48, 0.95);
  height: 22px;
  left: 84.6%;
  pointer-events: none;
  position: absolute;
  top: 9.15%;
  transform: translate(-50%, -50%);
  width: 22px;
  z-index: 2;
}

.phone-preview-android.android-preview-rss .android-add-target {
  left: 10.9%;
  top: 16.42%;
}

.android-add-hint {
  background: #7c43e6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(124, 67, 230, 0.34);
  color: white;
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.34rem 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 0.42rem;
  top: 12.4%;
  white-space: nowrap;
  z-index: 3;
}

.phone-preview-android.android-preview-rss .android-add-hint {
  left: 1.32rem;
  right: auto;
  top: 19.4%;
}

.platform-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.52fr);
}

.platform-panel.active {
  display: grid;
}

.platform-copy {
  padding-right: 2.1rem;
}

.platform-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 1.65rem;
}

.instruction-list {
  display: grid;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.instruction-list li {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 34px 60px minmax(0, 1fr);
}

.instruction-number {
  font-size: 0.9rem;
  height: 28px;
  width: 28px;
}

.instruction-icon {
  align-items: center;
  background: rgba(8, 2, 28, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #8c43e6;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 60px;
}

.instruction-icon::before {
  background: currentColor;
  content: "";
  height: 30px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: relative;
  width: 30px;
  z-index: 1;
}

.instruction-icon-link::before {
  mask-image: url("/static/img/link.svg");
  -webkit-mask-image: url("/static/img/link.svg");
}

.instruction-icon-podcast::before {
  background: white;
  height: 25px;
  mask-image: url("/static/img/podcast.svg");
  -webkit-mask-image: url("/static/img/podcast.svg");
  width: 25px;
}

.instruction-icon-addict::before {
  background: white;
  height: 25px;
  mask-image: url("/static/img/podcastaddict.svg");
  -webkit-mask-image: url("/static/img/podcastaddict.svg");
  width: 25px;
}

.instruction-icon-podcast::after,
.instruction-icon-addict::after {
  background: linear-gradient(145deg, #d858ff, #7c22dd);
  border-radius: 9px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.34);
  content: "";
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 0;
}

.instruction-icon-addict::after {
  background: linear-gradient(145deg, #ff9d2f, #ff5a2f);
}

.instruction-icon-plus::before {
  mask-image: url("/static/img/plus-square.svg");
  -webkit-mask-image: url("/static/img/plus-square.svg");
}

.instruction-icon-check::before {
  mask-image: url("/static/img/check-circle.svg");
  -webkit-mask-image: url("/static/img/check-circle.svg");
}

.instruction-list h3,
.popular-apps h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 0.25rem;
}

.instruction-list p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.38;
  margin: 0;
}

.popular-apps {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 2rem;
}

.popular-apps ul {
  display: grid;
  gap: 1.35rem;
  list-style: none;
  margin: 1.4rem 0 2.35rem;
  padding: 0;
}

.popular-apps li {
  align-items: center;
  display: flex;
  gap: 1rem;
  font-weight: 700;
}

.app-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.app-icon img {
  border-radius: 10px;
  display: block;
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.app-icon-podcast,
.app-icon-addict,
.app-icon-antenna {
  border-radius: 10px;
}

.app-icon-podcast {
  background: linear-gradient(135deg, #b955ff, #6c25e8);
}

.app-icon-addict {
  background: linear-gradient(135deg, #ff9d2f, #ff5a2f);
}

.app-icon-antenna {
  background: linear-gradient(135deg, #22a9ff, #2768e8);
}

.app-icon-podcast img,
.app-icon-addict img,
.app-icon-antenna img {
  filter: brightness(0) invert(1);
  padding: 11px;
}

.privacy-note {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 1rem;
}

.privacy-note-icon {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.privacy-note-icon::before {
  background: currentColor;
  content: "";
  height: 30px;
  mask: url("/static/img/lock.svg") center / contain no-repeat;
  -webkit-mask: url("/static/img/lock.svg") center / contain no-repeat;
  width: 30px;
}

.privacy-note p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
}

.how-to-cta-wrap {
  margin-top: 2rem;
  overflow: visible;
}

.how-to-cta {
  align-items: center;
  background: linear-gradient(145deg, rgba(55, 17, 91, 0.9), rgba(20, 8, 48, 0.92));
  border: 1px solid rgba(143, 88, 231, 0.36);
  border-radius: 8px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  min-height: 160px;
  overflow: visible;
  padding: 0 3rem 0 2rem;
  position: relative;
  width: 100%;
}

.how-to-cta img {
  align-self: end;
  display: block;
  height: 235px;
  margin-bottom: -1px;
  margin-left: -2.5rem;
  margin-top: -75px;
  object-fit: contain;
  object-position: bottom;
  transform: scaleX(-1);
  width: 260px;
}

.how-to-cta .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  justify-content: center;
}

.cta-button-icon {
  background: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 24px;
  mask: url("/static/img/arrow-right.svg") center / contain no-repeat;
  -webkit-mask: url("/static/img/arrow-right.svg") center / contain no-repeat;
  width: 24px;
}

.how-to-cta h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.how-to-cta p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
  max-width: 560px;
}

@media (max-width: 1150px) {
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-card::after {
    display: none;
  }

  .platform-card {
    grid-template-columns: 1fr;
  }

  .platform-phone {
    display: flex;
  }

  .phone-mockup-app {
    --phone-height: 420px;
  }
}

@media (max-width: 900px) {
  .how-to-hero {
    padding-top: 7.5rem;
  }

  .how-to-hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .how-to-hero-copy {
    margin: 0 auto;
  }

  .how-to-flow-switcher {
    margin-left: auto;
    margin-right: auto;
  }

  .how-to-actions {
    justify-content: center;
  }

  .how-to-hero-art {
    min-height: 460px;
  }

  .phone-mockup-hero {
    --phone-height: 470px;
  }

  .how-to-headphones,
  .how-to-wave,
  .how-to-book-stack {
    display: none;
  }

  .platform-panel,
  .platform-panel.active {
    grid-template-columns: 1fr;
  }

  .platform-copy {
    padding-right: 0;
  }

  .popular-apps {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top: 2rem;
    padding-left: 0;
    padding-top: 2rem;
  }

  .how-to-cta {
    grid-template-columns: minmax(0, 1fr);
    padding: 2rem;
    text-align: center;
  }

  .how-to-cta > * {
    min-width: 0;
  }

  .how-to-cta img {
    display: none;
  }

  .how-to-cta .btn {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .how-to-hero {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .how-to-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.4rem);
  }

  .how-to-lede {
    font-size: 1rem;
  }

  .how-to-flow-switcher {
    display: grid;
    width: 100%;
  }

  .how-to-flow-option {
    font-size: 0.86rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .how-to-actions .btn,
  .how-to-cta .btn {
    width: 100%;
  }

  .how-to-cta .btn {
    max-width: 100%;
    min-width: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    white-space: normal;
  }

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

  .step-card {
    min-height: 0;
  }

  .platform-tabs {
    max-width: none;
  }

  .platform-card {
    padding: 1.35rem;
  }

  .phone-mockup-app {
    --phone-height: 380px;
  }

  .instruction-list li {
    gap: 0.75rem;
  }

  .popular-apps ul {
    gap: 1rem;
  }
}

@media (max-width: 390px) {
  .how-to-cta {
    padding: 1.35rem 1rem;
  }

  .how-to-cta .btn {
    font-size: 0.92rem;
    gap: 0.55rem;
    min-height: 54px;
    padding: 0.82rem 0.9rem;
    white-space: normal;
  }

  .cta-button-icon {
    height: 20px;
    width: 20px;
  }
}
