.audio-library-page{
  background:linear-gradient(180deg,#f7fbff 0%,#fff 34%,#f8fbfd 100%);
}

.audio-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 64px;
  background:
    radial-gradient(circle at 18% 20%,rgba(142,216,232,.26),transparent 32%),
    linear-gradient(135deg,#0b1e35 0%,#12385b 58%,#1f567f 100%);
  color:#fff;
}

.audio-hero::after{
  content:"";
  position:absolute;
  inset:auto -10% -36% -10%;
  height:220px;
  background:rgba(255,255,255,.08);
  transform:rotate(-3deg);
}

.audio-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:28px;
  align-items:center;
}

.audio-hero__content h1{
  margin:12px 0 18px;
  font-size:clamp(34px,5vw,64px);
  line-height:1.25;
}

.audio-hero__content p,
.audio-hero__panel p{
  color:rgba(255,255,255,.78);
  line-height:2;
}

.audio-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.audio-hero__panel{
  border:1px solid rgba(255,255,255,.18);
  border-radius:32px;
  padding:28px;
  background:rgba(255,255,255,.12);
  box-shadow:0 22px 70px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
}

.audio-hero__panel span,
.book-language__header span,
.coming-soon-card span{
  display:inline-flex;
  color:#8ed8e8;
  font-weight:900;
  letter-spacing:.04em;
}

.audio-hero__panel strong{
  display:block;
  margin:12px 0;
  font-size:24px;
}

.audio-section{
  scroll-margin-top:96px;
}

.audio-section--soft{
  background:linear-gradient(180deg,#f8fbfd,#fff);
}

.audio-section__heading{
  max-width:760px;
  margin:0 auto 26px;
  text-align:center;
}

.audio-section__heading p{
  line-height:2;
}

.audio-filter,
.audio-language-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin:0 0 30px;
}

.audio-filter a,
.audio-language-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:8px 16px;
  border:1px solid #d7eaf3;
  border-radius:999px;
  background:#fff;
  color:#1f567f;
  font-weight:900;
  box-shadow:0 10px 28px rgba(17,44,72,.07);
}

.audio-filter a[aria-current="true"],
.audio-language-nav a[aria-current="true"],
.audio-filter a:focus-visible,
.audio-filter a:hover,
.audio-language-nav a:focus-visible,
.audio-language-nav a:hover{
  border-color:rgba(31,86,127,.35);
  background:#12385b;
  color:#fff;
}

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

.audio-card,
.book-group,
.coming-soon-card{
  border:1px solid #dfe9f2;
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow);
}

.audio-card{
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:22px;
}

.audio-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.audio-card__meta span{
  display:inline-flex;
  border-radius:999px;
  padding:6px 11px;
  background:#edf7fb;
  color:#1f567f;
  font-size:12px;
  font-weight:900;
}

.audio-card h3,
.book-group h4,
.coming-soon-card h3{
  margin:0;
  color:#0b1e35;
}

.audio-card p,
.book-language__header p,
.coming-soon-card p{
  margin:0;
  color:var(--muted);
  line-height:1.9;
}

.audio-player,
.audio-track audio{
  border-radius:20px;
  padding:10px;
  background:linear-gradient(135deg,#eefaff,#f8fbfd);
  border:1px solid rgba(142,216,232,.52);
}

.audio-player audio,
.audio-track audio{
  display:block;
  width:100%;
  min-height:42px;
  accent-color:#1f567f;
}

.audio-download,
.audio-track a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  background:#1f567f;
  color:#fff;
  font-weight:900;
  text-align:center;
}

.audio-download:hover,
.audio-download:focus-visible,
.audio-track a:hover,
.audio-track a:focus-visible{
  background:#12385b;
  color:#fff;
}

.book-language{
  scroll-margin-top:96px;
}

.book-language__header{
  margin:20px 0;
  padding:22px;
  border-radius:28px;
  background:linear-gradient(135deg,#0b1e35,#1f567f);
  color:#fff;
}

.book-language__header h3{
  margin:8px 0;
  font-size:28px;
}

.book-language__header p{
  color:rgba(255,255,255,.78);
}

.book-groups{
  display:grid;
  gap:18px;
}

.book-group{
  padding:20px;
}

.book-group h4{
  margin-bottom:14px;
  font-size:24px;
}

.track-list{
  display:grid;
  gap:12px;
}

.audio-track{
  display:grid;
  grid-template-columns:minmax(220px,.9fr) minmax(260px,1fr) auto;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid #e6eef6;
  border-radius:22px;
  background:#fbfdff;
}

.audio-track div{
  display:grid;
  gap:5px;
}

.audio-track strong{
  color:#0b1e35;
}

.audio-track span,
.audio-track small{
  color:var(--muted);
  line-height:1.7;
}

.coming-soon-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}

.coming-soon-card{
  padding:18px;
  box-shadow:0 16px 42px rgba(17,44,72,.08);
}

.coming-soon-card h3{
  margin:8px 0 10px;
  font-size:18px;
}

@media (max-width:1100px){
  .audio-hero__grid,
  .podcast-grid{
    grid-template-columns:1fr;
  }

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

@media (max-width:820px){
  .audio-hero{
    padding:64px 0 44px;
  }

  .audio-track{
    grid-template-columns:1fr;
  }

  .audio-track a{
    width:100%;
  }
}

@media (max-width:560px){
  .audio-hero__actions .btn,
  .audio-filter a,
  .audio-language-nav a{
    width:100%;
  }

  .coming-soon-grid{
    grid-template-columns:1fr;
  }

  .audio-card,
  .book-group,
  .book-language__header,
  .audio-hero__panel{
    border-radius:22px;
    padding:18px;
  }
}

/* =========================================================
   Audio Gateway Landing
   صفحه اصلی فایل‌های صوتی و پادکست‌ها
   ========================================================= */

.audio-gateway-page{
  background: #ffffff;
}

.audio-gateway-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  display: grid;
  align-items: center;
  padding: clamp(92px, 9vw, 132px) 0 clamp(82px, 7vw, 112px);
  color: #ffffff;
  background: #061626;
}

.audio-gateway-hero::before{
  content: "";
  position: absolute;
  inset: auto 50% 0 auto;
  width: min(78%, 820px);
  height: 1px;
  transform: translateX(50%);
  background: linear-gradient(90deg, transparent, rgba(183,214,11,.62), transparent);
  opacity: .72;
  animation: audioGatewayAccent 4.6s ease-in-out infinite;
  pointer-events: none;
}

.audio-gateway-inner{
  position: relative;
  z-index: 3;
  display: block;
}

.audio-gateway-copy{
  width: min(100%, 850px);
  margin: 0 auto;
  text-align: center;
}

.audio-gateway-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 7px 18px;
  border: 1px solid rgba(183,214,11,.32);
  border-radius: 999px;
  color: #d9ee69;
  background: rgba(183,214,11,.078);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 34px rgba(183,214,11,.07);
}

.audio-gateway-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7d60b;
  box-shadow:
    0 0 0 6px rgba(183,214,11,.10),
    0 0 16px rgba(183,214,11,.32);
}

.audio-gateway-copy h1{
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5.2vw, 66px);
  font-weight: 950;
  line-height: 1.34;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.audio-gateway-copy p{
  width: min(100%, 760px);
  margin: 18px auto 0;
  color: #b9c7d8;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 650;
  line-height: 2.08;
  text-wrap: balance;
}

.audio-gateway-lines{
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.audio-gateway-line{
  position: absolute;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(183,214,11,0),
    rgba(183,214,11,.55),
    #b7d60b,
    rgba(183,214,11,.43),
    rgba(183,214,11,0)
  );
  box-shadow:
    0 0 14px rgba(183,214,11,.32),
    0 0 34px rgba(183,214,11,.12);
  animation: audioGatewayLine 6.2s ease-in-out infinite;
}

.audio-gateway-line--right{
  right: 6.8%;
  top: 16%;
  height: 150px;
  transform: rotate(18deg);
  animation-delay: -2s;
}

.audio-gateway-line--right-short{
  right: 12.8%;
  bottom: 15%;
  height: 86px;
  transform: rotate(-13deg);
  opacity: .58;
  animation-delay: -3s;
}

.audio-gateway-line--left{
  left: 6.6%;
  top: 16%;
  height: 150px;
  transform: rotate(-18deg);
}

.audio-gateway-line--left-short{
  left: 12.5%;
  bottom: 17%;
  height: 86px;
  transform: rotate(13deg);
  opacity: .56;
  animation-delay: -1.4s;
}


/* =========================================================
   White Choice Section
   بخش سفید زیر هدر سرمه‌ای
   ========================================================= */

.audio-choice-section{
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0 clamp(82px, 8vw, 122px);
  background:
    radial-gradient(circle at 12% 0%, rgba(142,216,232,.13), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.audio-choice-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(82%, 880px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(183,214,11,.58), transparent);
  opacity: .75;
  pointer-events: none;
}

.audio-choice-intro{
  width: min(100%, 760px);
  margin: 0 auto 34px;
  text-align: center;
}

.audio-choice-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #123f61;
  background: rgba(237,248,252,.96);
  border: 1px solid rgba(200,229,239,.96);
  font-size: 13px;
  font-weight: 950;
}

.audio-choice-intro h2{
  margin: 0 0 12px;
  color: #0f2740;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: -.035em;
}

.audio-choice-intro p{
  margin: 0 auto;
  color: #5f758b;
  font-size: 16px;
  line-height: 2.05;
  font-weight: 650;
}


/* =========================================================
   Gateway Cards
   دو کارت اصلی پادکست و فایل صوتی
   ========================================================= */

.audio-choice-section .audio-gateway-cards{
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.audio-choice-section .audio-gateway-card{
  position: relative;
  isolation: isolate;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 34px 34px 30px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
  direction: rtl;
  color: #0f2740;
  text-decoration: none;
  background:
    radial-gradient(circle at 16% 0%, var(--audio-card-glow), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(142,216,232,.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(246,252,255,.96));
  border: 1px solid rgba(190,226,238,.92);
  box-shadow:
    0 24px 62px rgba(8,34,58,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.audio-choice-section .audio-gateway-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), transparent 42%),
    radial-gradient(circle at 82% 100%, var(--audio-card-glow-strong), transparent 36%);
  pointer-events: none;
}

.audio-choice-section .audio-gateway-card::after{
  content: "";
  position: absolute;
  inset: auto -42px -62px auto;
  z-index: -1;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--audio-card-glow-strong), transparent 68%);
  opacity: .78;
  pointer-events: none;
}

.audio-gateway-card--podcast{
  --audio-card-glow: rgba(142,216,232,.20);
  --audio-card-glow-strong: rgba(142,216,232,.22);
  --audio-card-accent: #8ed8e8;
}

.audio-gateway-card--files{
  --audio-card-glow: rgba(183,214,11,.16);
  --audio-card-glow-strong: rgba(183,214,11,.18);
  --audio-card-accent: #b7d60b;
}

.audio-choice-section .audio-gateway-card:hover,
.audio-choice-section .audio-gateway-card:focus-visible{
  transform: translateY(-6px);
  border-color: rgba(183,214,11,.46);
  box-shadow:
    0 30px 78px rgba(8,34,58,.14),
    0 0 0 4px rgba(183,214,11,.045),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.audio-choice-section .audio-gateway-card:focus-visible{
  outline: 3px solid rgba(183,214,11,.62);
  outline-offset: 4px;
}

.audio-choice-section .audio-gateway-card__glow{
  position: absolute;
  inset: auto auto 18px 18px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--audio-card-accent);
  filter: blur(42px);
  opacity: .20;
  pointer-events: none;
}

.audio-choice-section .audio-gateway-card__icon{
  display: none;
}

.audio-choice-section .audio-gateway-card__meta{
  position: relative;
  z-index: 5;
  order: 2;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 0 15px;
  border-radius: 999px;
  color: #061626;
  background: var(--audio-card-accent);
  font-size: 12.5px;
  font-weight: 950;
  line-height: 1;
  direction: ltr;
  letter-spacing: .035em;
}

.audio-choice-section .audio-gateway-card h2{
  position: relative;
  z-index: 5;
  order: 3;
  width: 100%;
  margin: 0 auto 14px;
  color: #0f2740;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -.045em;
  text-align: center;
  white-space: normal;
}

.audio-choice-section .audio-gateway-card p{
  position: relative;
  z-index: 5;
  order: 4;
  width: min(100%, 520px);
  margin: 0 auto 22px;
  color: #5f758b;
  font-size: 15.5px;
  font-weight: 650;
  line-height: 2.05;
  text-align: center;
}

.audio-choice-section .audio-gateway-card__chips{
  position: relative;
  z-index: 5;
  order: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 24px;
}

.audio-choice-section .audio-gateway-card__chips span{
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #123f61;
  background: rgba(237,248,252,.96);
  border: 1px solid rgba(200,229,239,.96);
  font-size: 12.5px;
  font-weight: 850;
  direction: ltr;
}

.audio-choice-section .audio-gateway-card__cta{
  position: relative;
  z-index: 5;
  order: 6;
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  border-radius: 20px;
  color: #ffffff;
  background: #123f61;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(18,63,97,.22);
}

.audio-choice-section .audio-gateway-card__cta::before{
  content: "›";
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-1px);
}


/* =========================================================
   Card Motion Animation
   انیمیشن کارت‌ها بدون SVG
   ========================================================= */

.audio-choice-section .audio-card-motion{
  position: relative;
  z-index: 5;
  order: 1;
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  padding: 20px 17px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(183,214,11,.16), transparent 62%),
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(241,250,253,.74));
  border: 1px solid rgba(190,226,238,.95);
  box-shadow:
    0 18px 38px rgba(8,34,58,.08),
    0 0 0 7px rgba(142,216,232,.055),
    inset 0 1px 0 rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.audio-choice-section .audio-card-motion::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  background: radial-gradient(circle, rgba(142,216,232,.22), transparent 68%);
  animation: audioMotionGlow 2.6s ease-in-out infinite;
  pointer-events: none;
}

.audio-choice-section .audio-card-motion::after{
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg,
      transparent,
      rgba(183,214,11,.24),
      transparent,
      rgba(142,216,232,.22),
      transparent
    );
  opacity: .55;
  filter: blur(14px);
  animation: audioMotionHalo 7s linear infinite;
  pointer-events: none;
}

.audio-choice-section .audio-gateway-card:hover .audio-card-motion,
.audio-choice-section .audio-gateway-card:focus-visible .audio-card-motion{
  transform: translateY(-3px);
  box-shadow:
    0 22px 46px rgba(8,34,58,.12),
    0 0 0 8px rgba(183,214,11,.055),
    inset 0 1px 0 rgba(255,255,255,.96);
}


/* Podcast Equalizer */

.audio-choice-section .audio-card-motion--podcast span{
  position: relative;
  z-index: 3;
  display: block;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8ed8e8 0%, #123f61 100%);
  box-shadow: 0 0 16px rgba(142,216,232,.25);
  transform-origin: bottom center;
  animation: podcastBars 1.25s ease-in-out infinite;
}

.audio-choice-section .audio-card-motion--podcast span:nth-child(1){
  height: 24px;
  animation-delay: 0s;
}

.audio-choice-section .audio-card-motion--podcast span:nth-child(2){
  height: 42px;
  animation-delay: .12s;
}

.audio-choice-section .audio-card-motion--podcast span:nth-child(3){
  height: 58px;
  animation-delay: .24s;
}

.audio-choice-section .audio-card-motion--podcast span:nth-child(4){
  height: 38px;
  animation-delay: .36s;
}

.audio-choice-section .audio-card-motion--podcast span:nth-child(5){
  height: 26px;
  animation-delay: .48s;
}


/* Audio Files Bars */

.audio-choice-section .audio-card-motion--files{
  align-items: center;
  gap: 11px;
}

.audio-choice-section .audio-card-motion--files span{
  position: relative;
  z-index: 3;
  display: block;
  width: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b7d60b 0%, #8ed8e8 100%);
  box-shadow: 0 0 18px rgba(183,214,11,.22);
  animation: audioFileBars 2.2s ease-in-out infinite;
}

.audio-choice-section .audio-card-motion--files span:nth-child(1){
  height: 58px;
  animation-delay: 0s;
}

.audio-choice-section .audio-card-motion--files span:nth-child(2){
  height: 40px;
  animation-delay: .22s;
}

.audio-choice-section .audio-card-motion--files span:nth-child(3){
  height: 64px;
  animation-delay: .44s;
}


/* =========================================================
   Books Note
   لیست کتاب‌ها
   ========================================================= */

.audio-books-note{
  position: relative;
  width: min(100%, 1040px);
  margin: 28px auto 0;
  padding: 28px 24px;
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 12% 0%, rgba(183,214,11,.10), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.99), rgba(246,252,255,.96));
  border: 1px solid rgba(190,226,238,.92);
  box-shadow:
    0 20px 54px rgba(8,34,58,.08),
    inset 0 1px 0 rgba(255,255,255,.96);
  overflow: hidden;
}

.audio-books-note h2{
  margin: 0 0 10px;
  color: #0f2740;
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.55;
  font-weight: 950;
}

.audio-books-note p{
  width: min(100%, 760px);
  margin: 0 auto 18px;
  color: #5f758b;
  font-size: 15px;
  line-height: 2;
  font-weight: 650;
}

.audio-books-note ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.audio-books-note li{
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  color: #123f61;
  background: rgba(237,248,252,.96);
  border: 1px solid rgba(200,229,239,.96);
  box-shadow: 0 8px 18px rgba(8,34,58,.04);
  font-size: 13.5px;
  font-weight: 900;
  direction: ltr;
}


/* =========================================================
   Keyframes
   ========================================================= */

@keyframes audioGatewayLine{
  0%, 100%{
    opacity: .42;
    filter: saturate(.9);
    translate: 0 0;
  }

  50%{
    opacity: .92;
    filter: saturate(1.12);
    translate: 0 -12px;
  }
}

@keyframes audioGatewayAccent{
  0%, 100%{
    opacity: .35;
    transform: translateX(50%) scaleX(.86);
  }

  50%{
    opacity: .78;
    transform: translateX(50%) scaleX(1);
  }
}

@keyframes podcastBars{
  0%, 100%{
    transform: scaleY(.55);
    opacity: .72;
  }

  50%{
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes audioFileBars{
  0%, 100%{
    transform: translateY(0) scale(.94);
    opacity: .78;
  }

  50%{
    transform: translateY(-7px) scale(1.04);
    opacity: 1;
  }
}

@keyframes audioMotionGlow{
  0%, 100%{
    opacity: .55;
    transform: scale(.94);
  }

  50%{
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes audioMotionHalo{
  to{
    transform: rotate(360deg);
  }
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 860px){

  .audio-gateway-hero{
    padding: 76px 0 72px;
  }

  .audio-choice-section{
    padding: 38px 0 76px;
  }

  .audio-choice-section .audio-gateway-cards{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .audio-gateway-line{
    width: 2px;
  }

  .audio-gateway-line--left,
  .audio-gateway-line--right{
    height: 96px;
    opacity: .50;
  }

  .audio-gateway-line--left-short,
  .audio-gateway-line--right-short{
    display: none;
  }
}

@media (max-width: 520px){

  .audio-gateway-hero{
    padding: 68px 0 62px;
  }

  .audio-gateway-copy h1{
    font-size: clamp(30px, 8.4vw, 42px);
  }

  .audio-gateway-copy p{
    font-size: 14.5px;
  }

  .audio-choice-section{
    padding: 30px 0 64px;
  }

  .audio-choice-intro{
    margin-bottom: 22px;
  }

  .audio-choice-intro h2{
    font-size: clamp(23px, 6.5vw, 30px);
  }

  .audio-choice-intro p{
    font-size: 14.5px;
    line-height: 2;
  }

  .audio-choice-section .audio-gateway-card{
    min-height: 0;
    padding: 26px 18px 22px;
    border-radius: 28px;
  }

  .audio-choice-section .audio-card-motion{
    width: 86px;
    height: 86px;
    margin-bottom: 15px;
    padding: 16px 13px;
    border-radius: 26px;
  }

  .audio-choice-section .audio-gateway-card h2{
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.42;
    margin-bottom: 12px;
  }

  .audio-choice-section .audio-gateway-card p{
    font-size: 14.5px;
    line-height: 2;
    margin-bottom: 18px;
  }

  .audio-choice-section .audio-card-motion--podcast span{
    width: 6px;
  }

  .audio-choice-section .audio-card-motion--podcast span:nth-child(1){
    height: 19px;
  }

  .audio-choice-section .audio-card-motion--podcast span:nth-child(2){
    height: 32px;
  }

  .audio-choice-section .audio-card-motion--podcast span:nth-child(3){
    height: 42px;
  }

  .audio-choice-section .audio-card-motion--podcast span:nth-child(4){
    height: 29px;
  }

  .audio-choice-section .audio-card-motion--podcast span:nth-child(5){
    height: 18px;
  }

  .audio-choice-section .audio-card-motion--files span{
    width: 12px;
  }

  .audio-choice-section .audio-card-motion--files span:nth-child(1){
    height: 42px;
  }

  .audio-choice-section .audio-card-motion--files span:nth-child(2){
    height: 30px;
  }

  .audio-choice-section .audio-card-motion--files span:nth-child(3){
    height: 48px;
  }

  .audio-books-note{
    margin-top: 20px;
    padding: 22px 16px;
    border-radius: 26px;
  }

  .audio-books-note ul{
    gap: 8px;
  }

  .audio-books-note li{
    min-height: 34px;
    padding: 0 12px;
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce){

  .audio-gateway-hero::before,
  .audio-gateway-line,
  .audio-choice-section .audio-card-motion::before,
  .audio-choice-section .audio-card-motion::after,
  .audio-choice-section .audio-card-motion--podcast span,
  .audio-choice-section .audio-card-motion--files span{
    animation: none;
  }

  .audio-choice-section .audio-gateway-card{
    transition: none;
  }
}