﻿/* 768px - 991px：Hero 上下排列 */
  @media (min-width: 768px) and (max-width: 991.98px) {
    section.bg-light[data-aos="fade-up"] > .container-lg > .row.align-items-center {
      display: flex;
      flex-direction: column;
      align-items: stretch !important;
    }

    section.bg-light[data-aos="fade-up"] > .container-lg > .row.align-items-center > .col-md-6 {
      flex: 0 0 100% !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    section.bg-light[data-aos="fade-up"] img.mw-md-125 {
      display: block;
      width: 100%;
      max-width: 100% !important;
      height: auto;
      margin-inline: auto;
    }
  }

  /* 992px - 1199px：保持左右排列，但图片不放大 */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    section.bg-light[data-aos="fade-up"] img.mw-md-125 {
      width: 100%;
      max-width: 100% !important;
      height: auto;
    }
  }

  /* 1200px 以上：保留原本的 125% 图片效果 */
  @media (min-width: 1200px) {
    section.bg-light[data-aos="fade-up"] img.mw-md-125 {
      width: 125%;
      max-width: 125% !important;
      height: auto;
    }
  }

.spotify-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  margin-bottom: 4px;
}
.spotify-hero-features span {
  color: #4f4a67;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}
.spotify-hero-features span::first-letter {
  color: #5b50f6;
}
.spotify-hero-features i {
  color: #5b50f6;
  font-style: normal;
  font-weight: 700;
  margin-right: 4px;
}
.download-area {
  margin-top: 30px;
}

.btn-groups {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.spotify-hero-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 150px;
  height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: .5rem 0 .5rem 0;
}

.spotify-hero-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.spotify-hero-btn.btn-primary {
    background-color: #6658ea;
    border-color: #6658ea;
    box-shadow: 0 0 6px rgba(27, 22, 66, .03), 0 14px 24px rgba(27, 22, 66, .06);
    color: #fff;
}

.spotify-hero-btn.btn-outline {
  background: #fff;
  border: 1px solid #6658ea;
  color: #6658ea;
}

.lift {
    transition: box-shadow .25s ease, transform .25s ease;
}
.spotify-hero-tutorial {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: #5b50f6;
  font-size: 15px;
  text-decoration: none;
}

.hero-note {
  margin: 16px 0 0;
  color: #8b879d;
  font-size: 15px;
}

/* ========================================
   Spotify Converter - Core Features
======================================== */

.spotify-features-section {
    padding: 32px 0;
    background: #f7f8fc;
}

.spotify-features-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Heading ---------- */

.spotify-features-heading {
    max-width: 780px;
    margin: 0 auto 46px;
    text-align: center;
}

.spotify-features-heading .section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #5b50f6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spotify-features-heading h2 {
    margin: 0 0 15px;
    color: #1b1642;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.28;
}

.spotify-features-heading > p {
    max-width: 680px;
    margin: 0 auto;
    color: #6f7080;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

/* ---------- Grid ---------- */

.spotify-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ---------- Card ---------- */

.spotify-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    min-height: 85px;
    padding: 26px 24px;
    background: #ffffff;
    border: 1px solid #e8e9f1;
    border-radius: 16px;
    box-sizing: border-box;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.spotify-feature-card:hover {
    transform: translateY(-3px);
    border-color: #ddd9ff;
    box-shadow: 0 10px 28px rgba(35, 31, 90, 0.07);
}

/* ---------- Icon ---------- */

.spotify-feature-card .feature-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 14px;
    background: #efedff;
    color: #5b50f6;
    box-sizing: border-box;
}

.spotify-feature-card .feature-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ---------- Content ---------- */

.spotify-feature-card .feature-content {
    flex: 1;
    min-width: 0;
}

.spotify-feature-card h3 {
    margin: 0 0 7px;
    color: #1b1642;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.spotify-feature-card .feature-highlight {
    margin: 0 0 7px;
    color: #5b50f6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}


/* ---------- Tablet ---------- */

@media (max-width: 991px) {

    .spotify-features-section {
        padding: 70px 0 76px;
    }

    .spotify-features-heading {
        margin-bottom: 38px;
    }

    .spotify-features-heading h2 {
        font-size: 32px;
    }

    .spotify-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .spotify-feature-card {
        min-height: 80px;
    }
}

/* ---------- 768px ---------- */

@media (max-width: 767px) {

    .spotify-features-section {
        padding: 60px 0 64px;
    }

    .spotify-features-section .container {
        padding: 0 16px;
    }

    .spotify-features-heading {
        margin-bottom: 30px;
    }

    .spotify-features-heading .section-label {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .spotify-features-heading h2 {
        margin-bottom: 13px;
        font-size: 28px;
        line-height: 1.3;
    }

    .spotify-features-heading > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .spotify-features-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .spotify-feature-card {
        min-height: auto;
        padding: 21px 19px;
        border-radius: 14px;
    }

    .spotify-feature-card .feature-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .spotify-feature-card .feature-icon svg {
        width: 21px;
        height: 21px;
    }

    .spotify-feature-card h3 {
        font-size: 17px;
    }

    .spotify-feature-card .feature-highlight {
        font-size: 15px;
    }

    .spotify-feature-card .feature-content > p:last-child {
        font-size: 15px;
    }
}


/* ========================================
   Supported Spotify Content
======================================== */

.spotify-content-section {
    padding: 62px 0;
     background: linear-gradient(
      180deg,
      #fbfaff 0%,
      #f6f4ff 100%
    );
}

.spotify-content-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Main Layout ---------- */

.spotify-content-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 70px;
    align-items: center;
}

/* ---------- Introduction ---------- */

.spotify-content-intro {
    max-width: 420px;
}

.content-section-label {
    display: inline-block;
    margin-bottom: 13px;
    color: #5b50f6;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spotify-content-intro h2 {
    margin: 0 0 18px;
    color: #1b1642;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.28;
}

.spotify-content-intro > p {
    margin: 0;
    color: #70717e;
    font-size: 16px;
    line-height: 1.75;
}

.spotify-content-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 24px;
    color: #5b50f6;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.spotify-content-link:hover {
    gap: 11px;
    color: #4940d9;
}

.spotify-content-link span {
    font-size: 19px;
    line-height: 1;
}

.spotify-content-download {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
}

.spotify-content-download-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 190px;
  height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem 0 .5rem 0;
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

/* Platform icons */
.spotify-content-download-btn i {
  flex-shrink: 0;
  font-size: 17px;
  line-height: 1;
}


/* Windows */
.spotify-content-download-btn.windows {
  background: #5b50f6;
  border: 1px solid #5b50f6;
  color: #fff;
  box-shadow: 0 7px 18px rgba(91, 80, 246, 0.20);
}

.spotify-content-download-btn.windows:hover {
  background: #4d43e8;
  border-color: #4d43e8;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(91, 80, 246, 0.26);
}


/* Mac */
.spotify-content-download-btn.mac {
  background: #fff;
  border: 1px solid #dcd9e8;
  color: #1b1642;
}

.spotify-content-download-btn.mac:hover {
  background: #f7f6ff;
  border-color: #bdb7f5;
  color: #1b1642;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(27, 22, 66, 0.08);
}


/* Tablet / iPad */
@media (min-width: 768px) and (max-width: 1199.98px) {

  .spotify-content-download {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .spotify-content-download-btn {
    width: 170px;
  }
}


/* Mobile */
@media (max-width: 767.98px) {

  .spotify-content-download {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .spotify-content-download-btn {
    width: 180px;
  }
}

/* ---------- Content Grid ---------- */

.spotify-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}


/* ---------- Content Card ---------- */

.spotify-content-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 116px;
    padding: 21px 20px;
    box-sizing: border-box;

    background: #f8f8fc;
    border: 1px solid #ededf4;
    border-radius: 14px;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.spotify-content-card:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: #ddd9ff;
    box-shadow: 0 8px 24px rgba(35, 31, 90, 0.06);
}


/* ---------- Icon ---------- */

.content-card-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    background: #efedff;
    color: #5b50f6;
}

.content-card-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ---------- Card Text ---------- */

.spotify-content-card h3 {
    margin: 1px 0 6px;
    color: #1b1642;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.spotify-content-card p {
    margin: 0;
    color: #777884;
    font-size: 15px;
    line-height: 1.55;
}


/* ========================================
   Tablet
======================================== */

@media (max-width: 991px) {

    .spotify-content-section {
        padding: 76px 0;
    }

    .spotify-content-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .spotify-content-intro {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }

    .spotify-content-intro h2 {
        font-size: 32px;
    }

    .spotify-content-link {
        justify-content: center;
    }

    .spotify-content-grid {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }
}


/* ========================================
   768px
======================================== */

@media (max-width: 767px) {

    .spotify-content-section {
        padding: 62px 0;
    }

    .spotify-content-section .container {
        padding: 0 16px;
    }

    .spotify-content-layout {
        gap: 30px;
    }

    .content-section-label {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .spotify-content-intro h2 {
        margin-bottom: 14px;
        font-size: 28px;
        line-height: 1.32;
    }

    .spotify-content-intro > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .spotify-content-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .spotify-content-card {
        display: block;
        min-height: 145px;
        padding: 19px 17px;
    }

    .content-card-icon {
        margin-bottom: 13px;
    }

    .spotify-content-card h3 {
        font-size: 16px;
    }

    .spotify-content-card p {
        font-size: 15px;
    }
}


/* ========================================
   Mobile
======================================== */

@media (max-width: 480px) {

    .spotify-content-grid {
        grid-template-columns: 1fr;
    }

    .spotify-content-card {
        display: flex; 
        align-items: flex-start;
        min-height: auto;
        padding: 18px;
    }

    .content-card-icon {
        margin-bottom: 0;
    }

    .spotify-content-card h3 {
        margin-top: 0;
    }
}


/* ========================================
   AudiFab Spotify Converter
   Detail Sections - Final CSS
======================================== */
.spotify-detail {
    position: relative;
    padding: 88px 0;
}

.spotify-detail--white {
    background: #ffffff;
}

.spotify-detail--soft {
    background: #f7f8fc;
}

.spotify-detail--last {
    padding-bottom: 100px;
}

.spotify-detail .container-lg {
    max-width: 1200px;
}


/* ========================================
   Layout
======================================== */

.spotify-detail-row {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 68px;
    align-items: center;
}

.spotify-detail-row--reverse {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.spotify-detail-row--reverse .spotify-detail-media {
    order: 2;
}

.spotify-detail-row--reverse .spotify-detail-content {
    order: 1;
}


/* ========================================
   Image
======================================== */

.spotify-detail-media {
    position: relative;
}

.spotify-detail-image {
    position: relative;
    max-width: 535px;
    margin: 0 auto;
    padding: 11px;
    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid #e7e8f0;
    border-radius: 18px 18px 18px 4px;

    box-shadow: 0 12px 34px rgba(34, 29, 88, 0.07);
}

.spotify-detail-image::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: -6px;

    height: 3px;
    border-radius: 3px;

    background: #5b50f6;
}

.spotify-detail-image img {
    display: block;
    width: 100%;
    height: auto;

    border-radius: 11px 11px 11px 2px;
}


/* ========================================
   Section Number
======================================== */

.feature-index {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #5b50f6;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;

    box-shadow: 0 7px 18px rgba(91, 80, 246, 0.18);
}


/* ========================================
   Main Content
======================================== */

.spotify-detail-content {
    max-width: 590px;
}

.feature-eyebrow {
    display: inline-block;
    margin-bottom: 13px;

    color: #5b50f6;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.spotify-detail-content h2 {
    margin: 0 0 19px;

    color: #1b1642;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.3px;
}

.feature-intro {
    margin: 0 0 27px;

    color: #6f7080;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}


/* ========================================
   Feature Points
======================================== */

.feature-points {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin-bottom: 29px;
}

.feature-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.point-icon {
    flex: 0 0 23px;

    width: 23px;
    height: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background: #efedff;
    color: #5b50f6;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.feature-point strong {
    display: block;
    margin-bottom: 3px;

    color: #17132F;

    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.feature-point p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}


/* ========================================
   Format Tags
======================================== */


.format-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-bottom: 27px;
}

.format-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 35px;
    padding: 0 13px;
    box-sizing: border-box;
    border: 1px solid #dedbff;
    border-radius: 8px;
    background: #f4f2ff;
    color: #5148dc;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}


/* ========================================
   Feature Subtext
======================================== */

.feature-subtext {
    margin-bottom: 21px;
    padding-left: 17px;

    border-left: 3px solid #ddd9ff;
}

.feature-subtext strong {
    display: block;
    margin-bottom: 5px;

    color: #1b1642;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.feature-subtext p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    line-height: 1.65;
}


/* ========================================
   Video Feature
======================================== */

.video-feature {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 17px;

    border: 1px solid #e6e7ef;
    border-radius: 12px;

    background: #ffffff;
}

.video-feature-icon {
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #efedff;
    color: #5b50f6;
}

.video-feature-icon svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.video-feature strong {
    display: block;
    margin-bottom: 3px;

    color: #1b1642;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.video-feature p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    line-height: 1.55;
}


/* ========================================
   Quality Cards
======================================== */

.quality-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;

    margin-bottom: 24px;
}

.quality-card {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    padding: 15px 16px;

    border: 1px solid #e8e8f0;
    border-radius: 12px;

    background: #fafafd;
}

.quality-icon {
    flex: 0 0 37px;

    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #efedff;
    color: #5b50f6;
}

.quality-icon svg {
    width: 19px;
    height: 19px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quality-card h3 {
    margin: 1px 0 4px;

    color: #17132F;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.quality-card p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    line-height: 1.6;
}


/* ========================================
   Tools
======================================== */

.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;

    margin-bottom: 24px;
}

.tool-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    padding: 15px;

    border: 1px solid #e7e7ef;
    border-radius: 12px;

    background: #ffffff;
}

.tool-number {
    flex: 0 0 auto;

    color: #5b50f6;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.tool-item h3 {
    margin: 0 0 4px;

    color: #1b1642;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.tool-item p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    line-height: 1.6;
}


/* ========================================
   System Info
======================================== */

.system-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;

    margin-bottom: 15px;
}

.system-card {
    padding: 16px 18px;

    border: 1px solid #e6e6ee;
    border-radius: 12px;

    background: #fafafd;
}

.system-card-label {
    display: block;
    margin-bottom: 6px;

    color: #5b50f6;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .8px;
}

.system-card strong {
    color: #1b1642;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}


/* ========================================
   Support
======================================== */

.support-box {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    margin-bottom: 26px;
    padding: 16px 18px;

    border: 1px solid #e4e2ff;
    border-radius: 12px;

    background: #f6f4ff;
}

.support-icon {
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #ffffff;
    color: #5b50f6;
}

.support-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.support-box strong {
    display: block;
    margin-bottom: 5px;

    color: #1b1642;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.support-box p {
    margin: 0;

    color: #777884;

    font-size: 15px;
    line-height: 1.6;
}


/* ========================================
   Download Buttons
======================================== */

.feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 5px;
}

.feature-download-btn {
    min-height: 43px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 16px;

    box-sizing: border-box;

    border: 1px solid #5b50f6;
    border-radius: 8px;

    background: #5b50f6;
    color: #ffffff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.feature-download-btn:hover {
    background: #4940d9;
    border-color: #4940d9;
    color: #ffffff;

    transform: translateY(-1px);

    box-shadow: 0 5px 14px rgba(91, 80, 246, 0.16);
}

.feature-download-btn img {
    width: 17px;
    height: 17px;

    margin-right: 8px;

    object-fit: contain;
}

.feature-note {
    display: block;

    margin-top: 10px;

    color: #9696a2;

    font-size: 15px;
    line-height: 1.5;
}


/* ========================================
   Text Link
======================================== */

.feature-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #5b50f6;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    text-decoration: none;

    transition:
        color .2s ease,
        gap .2s ease;
}

.feature-text-link:hover {
    gap: 10px;
    color: #4940d9;
}

.feature-text-link span {
    font-size: 18px;
    line-height: 1;
}


/* ========================================
   Tablet: 768px - 991px
======================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .spotify-detail {
        padding: 70px 0;
    }

    .spotify-detail--last {
        padding-bottom: 80px;
    }

    .spotify-detail .container-lg {
        padding-left: 24px;
        padding-right: 24px;
    }

    .spotify-detail-row,
    .spotify-detail-row--reverse {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 40px;
    }

    .spotify-detail-row--reverse {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    }

    .spotify-detail-content {
        max-width: none;
    }


    .spotify-detail-content h2 {
        font-size: 34px;
        line-height: 1.25;
    }

    .feature-intro {
        font-size: 17px;
        line-height: 1.7;
    }

    .spotify-detail-image {
        max-width: 100%;
    }

    .feature-actions {
        gap: 7px;
    }

    .feature-download-btn {
        padding: 0 12px;
        font-size: 15px;
    }

    .tools-grid {
        gap: 8px;
    }

    .tool-item {
        padding: 13px;
    }
}


/* ========================================
   Mobile: < 768px
======================================== */

@media (max-width: 767px) {

    .spotify-detail {
        padding: 60px 0;
    }

    .spotify-detail--last {
        padding-bottom: 68px;
    }

    .spotify-detail .container-lg {
        padding-left: 16px;
        padding-right: 16px;
    }

    .spotify-detail-row,
    .spotify-detail-row--reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .spotify-detail-row--reverse .spotify-detail-media,
    .spotify-detail-row--reverse .spotify-detail-content {
        order: initial;
    }

    .spotify-detail-media,
    .spotify-detail-content {
        width: 100%;
        max-width: none;
    }

    .spotify-detail-image {
        max-width: 620px;
        padding: 8px;

        border-radius: 16px 16px 16px 3px;

        box-shadow: 0 8px 24px rgba(34, 29, 88, 0.06);
    }

    .spotify-detail-image::after {
        left: 17px;
        right: 17px;
        bottom: -5px;
    }

    .spotify-detail-image img {
        border-radius: 10px 10px 10px 2px;
    }

    .feature-index {
        top: -10px;
        left: -6px;

        width: 37px;
        height: 37px;

        border-radius: 10px;

        font-size: 15px;
    }

    .feature-eyebrow {
        margin-bottom: 10px;

        font-size: 15px;
        letter-spacing: 1px;
    }

    .spotify-detail-content h2 {
        margin-bottom: 14px;

        font-size: 29px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .feature-intro {
        margin-bottom: 22px;

        font-size: 15px;
        line-height: 1.7;
    }

    .feature-points {
        gap: 12px;
        margin-bottom: 24px;
    }

    .feature-point strong {
        font-size: 17px;
    }

    .feature-point p {
        font-size: 15px;
        line-height: 1.6;
    }

    .format-list {
        gap: 7px;
        margin-bottom: 22px;
    }

    .format-list span {
        min-width: 51px;
        height: 32px;
        padding: 0 10px;

        font-size: 15px;
    }

    .feature-subtext {
        margin-bottom: 20px;
        padding-left: 14px;
    }

    .feature-subtext strong {
        font-size: 17px;
    }

    .feature-subtext p {
        font-size: 15px;
    }

    .video-feature {
        gap: 11px;
        padding: 14px 15px;
    }

    .video-feature-icon {
        flex-basis: 37px;
        width: 37px;
        height: 37px;
    }

    .video-feature strong {
        font-size: 15px;
    }

    .video-feature p {
        font-size: 15px;
    }

    .quality-features {
        gap: 9px;
        margin-bottom: 22px;
    }

    .quality-card {
        padding: 14px;
        gap: 12px;
    }

    .quality-icon {
        flex-basis: 35px;
        width: 35px;
        height: 35px;
    }

    .quality-card h3 {
        font-size: 18px;
    }

    .quality-card p {
        font-size: 17px;
    }

    .tools-grid {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .tool-item {
        padding: 13px;
        gap: 9px;
    }

    .tool-number {
        font-size: 15px;
    }

    .tool-item h3 {
        font-size: 15px;
    }

    .tool-item p {
        font-size: 15px;
    }

    .system-info {
        gap: 9px;
    }

    .system-card {
        padding: 14px;
    }

    .system-card-label {
        font-size: 15px;
    }

    .system-card strong {
        font-size: 15px;
    }

    .support-box {
        gap: 11px;
        padding: 14px 15px;
    }

    .support-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .support-box strong {
        font-size: 15px;
    }

    .support-box p {
        font-size: 15px;
    }

    .feature-actions {
        width: 100%;
        gap: 8px;
    }

    .feature-download-btn {
        flex: 1 1 calc(50% - 4px);
        min-height: 42px;
        padding: 0 9px;

        font-size: 15px;
    }

    .feature-note {
        font-size: 15px;
    }
}


/* ========================================
   Small Mobile: < 480px
======================================== */

@media (max-width: 480px) {

    .spotify-detail {
        padding: 52px 0;
    }

    .spotify-detail--last {
        padding-bottom: 60px;
    }

    .spotify-detail-row,
    .spotify-detail-row--reverse {
        gap: 25px;
    }

    .spotify-detail-content h2 {
        font-size: 27px;
    }

    .feature-intro {
        font-size: 17px;
    }

    .tools-grid,
    .system-info {
        grid-template-columns: 1fr;
    }

    .feature-download-btn {
        flex: 1 1 100%;
    }
}


/* =========================================
   AudiFab Spotify Guide
========================================= */

.spotify-guide {
  position: relative;
  background: #f7f8fc;
  overflow: hidden;
}

.spotify-guide-container {
  max-width: 1200px;
}


/* =========================================
   Heading
========================================= */

.spotify-guide-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 12px;
  padding: 6px 12px;

  border-radius: 20px;
  background: rgba(91, 80, 246, 0.08);

  color: #5b50f6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
}

.spotify-guide-title {
  margin: 0;

  color: #1b1642;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
}

.spotify-guide-desc {
  max-width: 680px;
  margin: 16px auto 0;

  color: #68657a;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================
   Slider
========================================= */

.spotify-guide-slider-wrap {
  position: relative;

  width: calc(100% - 90px);
  max-width: 1040px;

  margin: 0 auto;
}

.spotify-guide-slider {
  overflow: hidden;

  border: 8px solid #fff;
  border-radius: 14px;
  background: #fff;

  box-shadow:
    0 18px 50px rgba(38, 32, 80, 0.10),
    0 4px 15px rgba(38, 32, 80, 0.05);
}

.spotify-guide-slide {
  width: 100%;
  background: #fff;
}

.spotify-guide-slide img {
  display: block;

  width: 100%;
  height: auto;
}


/* =========================================
   Slider Arrows
========================================= */

.spotify-guide-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  padding: 0;

  border: 1px solid rgba(27, 22, 66, 0.08);
  border-radius: 50%;

  background: #fff;
  color: #1b1642;

  box-shadow: 0 6px 20px rgba(27, 22, 66, 0.12);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    background-color .2s ease,
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.spotify-guide-arrow svg {
  width: 20px;
  height: 20px;
}

.spotify-guide-arrow:hover {
  border-color: #5b50f6;
  background: #5b50f6;
  color: #fff;

  box-shadow: 0 8px 24px rgba(91, 80, 246, 0.22);

  transform: translateY(-50%) scale(1.04);
}

.spotify-guide-prev {
  left: -68px;
}

.spotify-guide-next {
  right: -68px;
}


/* =========================================
   Step Navigation
========================================= */

.spotify-guide-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  max-width: 1100px;

  margin: 38px auto 0;

  border-bottom: 1px solid #e7e5ef;
}


/* Step */

.spotify-guide-step {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-width: 0;

  padding: 0 16px 20px;

  border: 0;
  background: transparent;

  color: #77738a;
  text-align: left;
  font-family: inherit;

  cursor: pointer;
}


/* Number */

.spotify-guide-step .step-number {
  display: block;

  margin-bottom: 7px;

  color: #aaa7b5;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
}


/* Content */

.spotify-guide-step .step-content {
  display: block;
}

.spotify-guide-step .step-title {
  display: block;

  margin-bottom: 5px;

  color: #77738a;

  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.spotify-guide-step .step-desc {
  display: block;

  max-width: 155px;

  color: #8c8999;

  font-size: 15px;
  line-height: 1.55;
}


/* Hover */

.spotify-guide-step:hover .step-number,
.spotify-guide-step:hover .step-title {
  color: #5b50f6;
}


/* Active */

.spotify-guide-step.active {
  color: #1b1642;
}

.spotify-guide-step.active .step-number {
  color: #5b50f6;
}

.spotify-guide-step.active .step-title {
  color: #1b1642;
}

.spotify-guide-step.active .step-desc {
  color: #68657a;
}


/* Active line */

.spotify-guide-step::before {
  content: "";

  position: absolute;

  left: 16px;
  right: 16px;
  bottom: -1px;

  height: 3px;

  border-radius: 3px;

  background: transparent;

  transition: background-color .2s ease;
}

.spotify-guide-step.active::before {
  background: #5b50f6;
}


/* Keyboard focus */

.spotify-guide-step:focus-visible {
  outline: 2px solid #5b50f6;
  outline-offset: 3px;
  border-radius: 5px;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1199.98px) {

  .spotify-guide-slider-wrap {
    width: calc(100% - 80px);
  }

  .spotify-guide-prev {
    left: -58px;
  }

  .spotify-guide-next {
    right: -58px;
  }

  .spotify-guide-step {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spotify-guide-step::before {
    left: 10px;
    right: 10px;
  }

}


@media (max-width: 991.98px) {

  .spotify-guide-title {
    font-size: 30px;
  }

  .spotify-guide-desc {
    font-size: 15px;
  }

  .spotify-guide-slider-wrap {
    width: calc(100% - 70px);
  }

  .spotify-guide-prev {
    left: -50px;
  }

  .spotify-guide-next {
    right: -50px;
  }

  .spotify-guide-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;

    border-bottom: 0;
  }

  .spotify-guide-step {
    padding-bottom: 16px;
  }

  .spotify-guide-step::before {
    bottom: 0;
  }

}


/* =========================================
   Tablet / Mobile
========================================= */

@media (max-width: 767.98px) {

  .spotify-guide {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .spotify-guide-title {
    font-size: 26px;
  }

  .spotify-guide-desc {
    padding: 0 10px;

    font-size: 15px;
  }

  .spotify-guide-slider-wrap {
    width: 100%;
  }

  .spotify-guide-slider {
    border-width: 5px;
    border-radius: 10px;
  }

  .spotify-guide-arrow {
    width: 38px;
    height: 38px;
  }

  .spotify-guide-arrow svg {
    width: 17px;
    height: 17px;
  }

  .spotify-guide-prev {
    left: 10px;
  }

  .spotify-guide-next {
    right: 10px;
  }

  .spotify-guide-steps {
    grid-template-columns: repeat(2, 1fr);

    margin-top: 30px;

    row-gap: 24px;
  }

  .spotify-guide-step {
    padding: 0 8px 15px;
  }

  .spotify-guide-step .step-title {
    font-size: 17px;
  }

  .spotify-guide-step .step-desc {
    max-width: none;

    font-size: 15px;
  }

  .spotify-guide-step::before {
    left: 8px;
    right: 8px;
  }

}


/* =========================================
   Small Mobile
========================================= */

@media (max-width: 479.98px) {
  .spotify-guide-title {
    font-size: 24px;
  }
  .spotify-guide-steps {
    column-gap: 10px;
  }
  .spotify-guide-step .step-number {
    font-size: 15px;
  }
  .spotify-guide-step .step-title {
    font-size: 17px;
  }
  .spotify-guide-step .step-desc {
    font-size: 15px;
    line-height: 1.5;
  }
}


/* =========================================
   ADVANCED FEATURES
========================================= */

.spotify-advanced-features {
  padding: 100px 0 110px;
  background: #1b1642;
  overflow: hidden;
}

.spotify-advanced-features .container-lg {
  max-width: 1200px;
}


/* =========================================
   HEADER
========================================= */

.advanced-features-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.advanced-features-heading {
  max-width: 650px;
}

.advanced-features-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #b9b3ff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.advanced-features-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.advanced-features-heading p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================
   WINDOWS / MAC SWITCH
========================================= */

.advanced-features-switch {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.advanced-tab {
  min-width: 105px;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 38px;
  cursor: pointer;
  transition:
    background-color .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}

.advanced-tab:hover {
  color: #fff;
}

.advanced-tab.active {
  background: #fff;
  color: #211d3b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.advanced-tab:focus-visible {
  outline: 2px solid #8f87ff;
  outline-offset: 2px;
}


/* =========================================
   FEATURE GRID
========================================= */

.advanced-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 22px;
}


/* =========================================
   FEATURE CARD
========================================= */

.advanced-feature-item {
  min-width: 0;
  display: flex;
}

.advanced-feature-card {
  width: 100%;
  display: flex;
  flex-direction: column;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.045);

  transition:
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
}


/* =========================================
   FEATURE IMAGE
========================================= */

.advanced-feature-image {
  width: 100%;
  aspect-ratio: 1 / 1;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 9px;
  background: #fff;
}

.advanced-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* =========================================
   FEATURE CONTENT
========================================= */

.advanced-feature-content {
  min-height: 92px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  padding: 16px 8px 8px;
}

.advanced-feature-content h3 {
  margin: 0;

  color: #fff;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.advanced-feature-content p {
  margin: 6px 0 0;

  color: rgba(255, 255, 255, 0.48);

  font-size: 15px;
  line-height: 1.55;
}


/* =========================================
   HOVER
========================================= */

.advanced-feature-card:hover {
  transform: translateY(-5px);

  border-color: rgba(255, 255, 255, 0.16);

  background: rgba(255, 255, 255, 0.07);

  box-shadow:
    0 16px 35px rgba(0, 0, 0, .18);
}

.advanced-feature-card:hover .advanced-feature-image img {
  transform: scale(1.025);
}


/* =========================================
   HIDDEN ITEMS
========================================= */

.advanced-feature-item.is-hidden {
  display: none;
}

/* =========================================
   992px
========================================= */

@media (max-width: 991.98px) {

  .spotify-advanced-features {
    padding: 85px 0 95px;
  }

  .advanced-features-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 38px;
  }

  .advanced-features-heading h2 {
    font-size: 32px;
  }

}


/* =========================================
   768px
========================================= */

@media (max-width: 767.98px) {

  .spotify-advanced-features {
    padding: 65px 0 70px;
  }

  .advanced-features-header {
    margin-bottom: 32px;
  }

  .advanced-features-heading h2 {
    font-size: 28px;
  }

  .advanced-features-heading p {
    font-size: 16px;
  }

  .advanced-feature-card {
    padding: 7px;
    border-radius: 11px;
  }

  .advanced-feature-content {
    min-height: 65px;
    padding: 12px 5px 5px;
  }

  .advanced-feature-content h3 {
    font-size: 18px;
  }

  .advanced-feature-content p {
    display: none;
  }

}


/* =========================================
   480px
========================================= */

@media (max-width: 479.98px) {

  .spotify-advanced-features {
    padding: 55px 0 60px;
  }

  .advanced-features-heading h2 {
    font-size: 28px;
  }

  .advanced-features-switch {
    width: 100%;
  }

  .advanced-tab {
    flex: 1;
    min-width: 0;
  }

}

.advanced-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* Mobile */
@media (max-width: 767px) {
  .advanced-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .advanced-feature-content h3 {
    font-size: 18px;
  }

  .advanced-feature-content p {
    font-size: 15px;
  }
}

/* Tablet / iPad Mini */
@media (min-width: 768px) and (max-width: 991px) {
  .advanced-features-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .advanced-feature-content h3 {
    font-size: 18px;
  }

  .advanced-feature-content p {
    font-size: 15px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .advanced-features-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}


/* =========================================
   AudiFab Spotify Music Converter
   User Reviews
   ========================================= */

.af-reviews-section {
  padding: 92px 0;
  background: #f7f8fc;
}


/* Heading */

.af-reviews-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #655bd3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.af-reviews-title {
  margin-bottom: 14px;
  color: #1b1642;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
}

.af-reviews-intro {
  max-width: 650px;
  margin: 0 auto;
  color: #777285;
  font-size: 16px;
  line-height: 1.7;
}


/* =========================================
   External Review Sources
   ========================================= */

.af-review-sources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 46px auto 28px;
}

.af-review-source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  padding: 15px 18px;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.af-review-source:hover {
  color: inherit;
  text-decoration: none;
  border-color: #ddd9f1;
  box-shadow: 0 6px 20px rgba(27, 22, 66, .04);
}

.af-review-source-name {
  flex: 1 0 100%;
  color: #1b1642;
  font-size: 15px;
  font-weight: 600;
}

.af-review-source-rating {
  display: flex;
  align-items: center;
  gap: 7px;
}

.af-review-source-rating strong {
  color: #1b1642;
  font-size: 18px;
  line-height: 1;
}

.af-review-source-rating span {
  color: #ffb354;
  font-size: 15px;
  letter-spacing: 1px;
}

.af-review-source-count {
  color: #9995a6;
  font-size: 15px;
}


/* =========================================
   Featured Review
   ========================================= */

.af-review-featured {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto 16px;
  padding: 31px 34px;
  background: #fff;
  border: 1px solid #eae9f2;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(27, 22, 66, .035);
}

.af-review-featured-content {
  min-width: 0;
  flex: 1;
}

.af-review-topline {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}

.af-review-stars {
  color: #ffb354;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.af-review-platform {
  color: #9995a6;
  font-size: 15px;
}

.af-review-quote {
  max-width: 800px;
  margin: 0 0 20px;
  color: #484456;
  font-size: 16px;
  line-height: 1.7;
}


/* Reviewer */

.af-review-person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.af-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  border-radius: 50%;
  background: #f1efff;
  color: #6259d2;
  font-size: 15px;
  font-weight: 700;
}

.af-review-person strong {
  display: block;
  margin-bottom: 2px;
  color: #1b1642;
  font-size: 15px;
  font-weight: 600;
}

.af-review-person span {
  display: block;
  color: #9995a6;
  font-size: 15px;
}


/* Featured Badge */

.af-review-featured-badge {
  flex: 0 0 170px;
  padding-left: 30px;
  border-left: 1px solid #eeeef4;
}

.af-review-featured-badge span,
.af-review-featured-badge strong {
  display: block;
}

.af-review-featured-badge span {
  margin-bottom: 5px;
  color: #9995a6;
  font-size: 15px;
}

.af-review-featured-badge strong {
  color: #1b1642;
  font-size: 15px;
  line-height: 1.5;
}


/* =========================================
   Secondary Reviews
   ========================================= */

.af-review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}

.af-review-card {
  padding: 25px 28px;
  background: #fff;
  border: 1px solid #ebeaf2;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(27, 22, 66, .025);
}

.af-review-card .af-review-quote {
  min-height: 78px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}


/* Footer */

.af-reviews-footer {
  margin-top: 28px;
  text-align: center;
}

.af-reviews-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5d55cd;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.af-reviews-all:hover {
  color: #4038ae;
  text-decoration: none;
}

.af-reviews-all span {
  font-size: 17px;
  transition: transform .2s ease;
}

.af-reviews-all:hover span {
  transform: translateX(3px);
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 991.98px) {

  .af-reviews-section {
    padding: 76px 0;
  }

  .af-reviews-title {
    font-size: 34px;
  }

  .af-review-featured {
    padding: 28px;
  }

  .af-review-featured-badge {
    display: none;
  }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767.98px) {

  .af-reviews-section {
    padding: 64px 0;
  }

  .af-reviews-title {
    font-size: 29px;
  }

  .af-reviews-intro {
    font-size: 15px;
  }

  .af-review-sources {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .af-review-source {
    padding: 14px 16px;
  }

  .af-review-featured {
    padding: 23px 21px;
    border-radius: 15px;
  }

  .af-review-quote {
    font-size: 15px;
  }

  .af-review-grid {
    grid-template-columns: 1fr;
  }

  .af-review-card {
    padding: 22px 21px;
  }

  .af-review-card .af-review-quote {
    min-height: 0;
  }

}


/* =========================================
   AudiFab Spotify CTA
   ========================================= */

.af-spotify-cta {
  background: #f7f8fc;
}

.af-cta-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.af-cta-title {
  color: #1b1642;
  font-weight: 700;
}

.af-cta-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #6f6b80;
  font-size: 17px;
  line-height: 1.7;
}

.af-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.af-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  min-height: 50px;
  padding: 13px 24px;
  margin: 0;
  border-radius: .5rem 0 .5rem 0;
  font-size: 15px;
  font-weight: 600;
}

.af-cta-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.af-cta-note {
  margin: 18px 0 0;
  color: #9995a6;
  font-size: 15px;
  line-height: 1.5;
}


/* Tablet */

@media (max-width: 991.98px) {

  .af-cta-text {
    font-size: 16px;
  }

  .af-cta-btn {
    min-width: 205px;
  }

}


/* Mobile */

@media (max-width: 767.98px) {

  .af-spotify-cta {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .af-cta-title {
    font-size: 30px;
    line-height: 1.25;
  }

  .af-cta-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .af-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .af-cta-btn {
    width: 100%;
    min-width: 0;
  }

  .af-cta-note {
    font-size: 15px;
  }

}