.authors-main {
  background: #fbfcfd;
  color: #061c3d;
}
@media (prefers-reduced-motion: reduce) {
  .authors-main .authors-cover-pagination .swiper-pagination-bullet {
    transition: none;
  }
  .authors-main .authors-about_image {
    transition: none;
  }
  .authors-main .authors-method-image {
    transition: none;
  }
}
.authors-container {
  max-width: 1200px;
}
.authors-hero {
  position: relative;
  overflow: clip;
  background: linear-gradient(108deg, #eaebfe 0%, #f2f6fe 35%, #f2f6fe 100%);
}
.authors-hero_inner {
  min-height: 604px;
  display: grid;
  grid-template-columns: minmax(0, 584px) minmax(420px, 1fr);
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: 8px;
}
.authors-hero_content {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  padding: 42px 0 54px;
}
.authors-breadcrumb {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.authors-breadcrumb_link {
  color: inherit;
}
.authors-breadcrumb_separator {
  margin: 0 4px;
}
.authors-breadcrumb_current {
  color: #454545;
}
.authors-eyebrow {
  display: block;
  color: #007bff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.authors-title {
  margin-top: 10px;
  font-size: 82px;
  font-weight: 600;
  line-height: 1.2;
}
.authors-role {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.authors-intro {
  max-width: 590px;
  margin-top: 8px;
  color: #4b535e;
  font-size: 20px;
  line-height: 1.76;
}
.authors-highlights {
  margin-top: 28px;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.authors-highlight {
  flex: 0 0 auto;
  padding: 8px 12px 8px 42px;
  border: 1px solid #bdccf5;
  border-radius: 6px;
  background-color: #fff;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  font-size: 16px;
  line-height: 1.5;
}
.authors-highlight_reviews {
  background-image: url(/uploads/page/authors/evan-hollis/highlight-reviews.png);
}
.authors-highlight_comparisons {
  background-image: url(/uploads/page/authors/evan-hollis/highlight-comparisons.png);
}
.authors-highlight_criteria {
  background-image: url(/uploads/page/authors/evan-hollis/highlight-criteria.png);
}
.authors-hero_visual {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.authors-hero_shape {
  position: absolute;
  right: -128px;
  bottom: 0;
  width: min(130%, 720px);
  aspect-ratio: 720 / 536;
  object-fit: cover;
  opacity: 0.35;
}
.authors-hero_person {
  position: relative;
  z-index: 1;
  width: min(100%, 453px);
  height: auto;
  aspect-ratio: 453 / 505;
}
.authors-hero_avatar {
  display: none;
}
.authors-covers {
  padding: 140px 0;
  background: #fff;
}
.authors-section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.authors-cover-slider {
  overflow: visible;
}
.authors-cover-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 32px;
}
.authors-cover-pagination {
  display: none;
}
.authors-cover-card {
  padding: 23px 16px 28px;
  border: 1px solid #97c7fb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(65, 111, 222, 0.06);
  transition: transform 0.3s ease;
}
.authors-cover-card_reviews {
  border-color: #cdb4fc;
}
.authors-cover-card_comparisons {
  border-color: #f3d395;
}
.authors-cover-card_output {
  border-color: #97c7fb;
}
.authors-cover-card_pricing {
  border-color: #94e1aa;
}
.authors-cover-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: contain;
}
.authors-cover-title {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.authors-cover-copy {
  margin-top: 12px;
  color: #4b535e;
  font-size: 16px;
  line-height: 1.76;
}
@media (min-width: 997px) {
  .authors-cover-card:hover {
    transform: translateY(-20px);
  }
}
.authors-about {
  padding: 150px 0;
  background: #f3f7fe;
}
.authors-about_inner {
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}
.authors-about_visual {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: 14px;
}
.authors-about_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .authors-about_visual:hover .authors-about_image {
    transform: scale(1.06);
  }
}
.authors-about_title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.authors-about_title::after {
  content: '';
  width: 128px;
  height: 4px;
  display: block;
  background: #3974f1;
}
.authors-about_title + .authors-about_copy {
  margin-top: 14px;
}
.authors-about_copy {
  margin-top: 26px;
  color: #4b535e;
  font-size: 20px;
  line-height: 1.7;
}
.authors-method {
  padding: 112px 0;
  background-color: #3873eb;
  background-image: url(/uploads/page/authors/evan-hollis/method-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.authors-method_grid {
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: stretch;
  gap: 40px;
}
.authors-method-card {
  padding: 22px 26px 34px;
  border-radius: 16px;
  background: #fff;
}
.authors-method-visual {
  width: 100%;
  aspect-ratio: 591 / 243;
  overflow: hidden;
  border-radius: 14px;
}
.authors-method-card_disclosure .authors-method-visual {
  aspect-ratio: 483 / 243;
}
.authors-method-picture {
  width: 100%;
  height: 100%;
  display: block;
}
.authors-method-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media (hover: hover) {
  .authors-method-visual:hover .authors-method-image {
    transform: scale(1.06);
  }
}
.authors-method-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
.authors-method-title + .authors-method-copy {
  margin-top: 16px;
}
.authors-method-copy {
  margin-top: 20px;
  color: #4b535e;
  font-size: 18px;
  line-height: 1.76;
}
.authors-inline-link {
  color: #007bff;
  font-weight: 600;
  transition: all 0.3s;
}
.authors-inline-link:hover {
  color: #003cff;
}
.authors-articles {
  padding: 140px 0 110px;
  background: #fff;
}
.authors-article-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.authors-article-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 22px 20px;
  border: 1px solid #dce6f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px #dee9fb;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.authors-article-card:hover {
  border-color: #6a9ae6;
  transform: translateY(-4px);
}
.authors-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 3px 18px;
  border-radius: 66px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.76;
  text-align: center;
  overflow-wrap: anywhere;
}
.authors-tag_spotify {
  background: #e2fce4;
  color: #1e8b26;
}
.authors-tag_apple-music {
  background: #fce2ef;
  color: #e84d9a;
}
.authors-tag_amazon-music {
  background: #e2fafc;
  color: #2898a1;
}
.authors-tag_youtube-music {
  background: #fce2e2;
  color: #e84d4d;
}
.authors-tag_deezer {
  background: #e4e2fc;
  color: #5d51ee;
}
.authors-tag_pandora {
  background: #e2f3fc;
  color: #0fa5f0;
}
.authors-tag_soundcloud {
  background: #fceee2;
  color: #dd761d;
}
.authors-tag_line-music {
  background: #e2fcea;
  color: #22ac4d;
}
.authors-tag_audible {
  background: #fcf4e2;
  color: #dca11b;
}
.authors-article-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.authors-article-copy {
  margin-top: 12px;
  flex: 1;
  color: #4b535e;
  font-size: 16px;
  line-height: 1.76;
}
.authors-article-meta {
  width: 100%;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #dce6f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #929292;
  font-size: 14px;
  line-height: 1.5;
}
.authors-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b535e;
}
.authors-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media (min-width: 997px) and (max-width: 1200px) {
  .authors-hero_inner {
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  }
  .authors-hero_content {
    min-width: 0;
  }
}
@media (min-width: 997px) and (max-width: 1100px) {
  .authors-about_inner,
  .authors-method_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .authors-about_inner {
    align-items: start;
  }
}
@media (max-width: 996px) {
  .authors-hero_inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
    gap: 8px;
  }
  .authors-title {
    font-size: 64px;
  }
  .authors-role {
    font-size: 24px;
  }
  .authors-cover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .authors-cover-card {
    margin-top: 0;
  }
  .authors-about_inner {
    gap: 44px;
  }
  .authors-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 769px) and (max-width: 996px) {
  .authors-hero_content {
    min-width: 0;
  }
  .authors-highlights {
    flex-wrap: wrap;
  }
  .authors-highlight {
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .authors-hero {
    background-color: #f2f6fe;
    background-image: url(/uploads/page/authors/evan-hollis/hero-bg-mobile.png);
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .authors-hero_inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .authors-breadcrumb {
    order: 1;
    margin-top: 24px;
  }
  .authors-hero_content {
    order: 3;
    width: 100%;
    padding: 18px 0 60px;
  }
  .authors-hero_visual {
    order: 2;
    width: 100%;
    min-height: 0;
    padding-top: 28px;
    align-self: auto;
    justify-content: flex-start;
  }
  .authors-hero_shape {
    display: none;
  }
  .authors-hero_person_desktop {
    display: none;
  }
  .authors-hero_avatar {
    display: block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
  }
  .authors-eyebrow {
    font-size: 16px;
  }
  .authors-title {
    margin-top: 2px;
    font-size: 52px;
  }
  .authors-role {
    margin-top: 0;
    font-size: 22px;
  }
  .authors-intro {
    font-size: 16px;
  }
  .authors-highlights {
    display: none;
  }
  .authors-covers {
    padding: 70px 0;
  }
  .authors-articles {
    padding: 100px 0 75px;
  }
  .authors-section-title,
  .authors-about_title {
    font-size: 32px;
  }
  .authors-about_title::after {
    width: 100px;
  }
  .authors-cover-slider {
    overflow: hidden;
    width: 276px;
  }
  .authors-cover-grid {
    margin-top: 36px;
    display: flex;
    gap: 0;
  }
  .authors-cover-card {
    height: auto;
  }
  .authors-cover-pagination {
    position: static;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .authors-cover-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: #c7d4e9;
    opacity: 1;
    transition: width 0.35s ease, border-radius 0.35s ease, background-color 0.35s ease;
  }
  .authors-cover-pagination .swiper-pagination-bullet-active {
    background: #4f80ed;
  }
  .authors-about {
    padding: 50px 0;
  }
  .authors-about_inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }
  .authors-about_copy {
    margin-top: 18px;
    font-size: 16px;
  }
  .authors-method {
    padding: 54px 0;
    background-color: #4296ff;
    background-image: none;
  }
  .authors-method_grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .authors-method-card {
    min-height: 0;
    padding: 14px 14px 26px;
  }
  .authors-method-card_approach .authors-method-visual {
    aspect-ratio: 318 / 167;
  }
  .authors-method-card_disclosure .authors-method-visual {
    aspect-ratio: 318 / 160;
  }
  .authors-method-visual {
    border-radius: 6px;
  }
  .authors-method-title {
    margin-top: 20px;
    font-size: 28px;
  }
  .authors-method-copy {
    margin-top: 14px;
    font-size: 16px;
  }
  .authors-article-grid {
    margin-top: 36px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .authors-article-card {
    min-height: 287px;
    padding: 24px 14px 26px;
    border-radius: 14px;
    box-shadow: 0 6px 16px #dee9fb;
  }
  .authors-article-card:hover {
    border-color: #dce6f6;
    transform: none;
  }
  .authors-tag {
    padding: 3px 17px;
    font-size: 13px;
  }
  .authors-article-title {
    margin-top: 14px;
    font-size: 19px;
  }
  .authors-article-copy {
    margin-top: 4px;
    font-size: 15px;
  }
  .authors-article-meta {
    margin-top: 16px;
    padding-top: 13px;
    font-size: 15px;
  }
  .authors-author img {
    width: 30px;
    height: 30px;
  }
}
