.adplist-homepage {
  flex: none;
  width: 100%;
  overflow-x: clip;
}
.adplist-homepage .container {
  max-width: none;
  padding: 0;
}
.adplist-homepage h1,
.adplist-homepage h2,
.adplist-homepage h3,
.adplist-homepage h4,
.adplist-homepage p,
.adplist-homepage a,
.adplist-homepage button {
  font-family: inherit;
}
.adplist-homepage a:hover {
  text-decoration: none;
}
.adplist-homepage {
  --paper: #f7f5f0;
  --ink: #282134;
  --muted: #736e79;
  --purple: #63428b;
  --plum: #2c1b43;
  --line: #e4dfd8;
  --green: #234239;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.adplist-homepage * {
  box-sizing: border-box;
}
.adplist-homepage {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.adplist-homepage {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.adplist-homepage ::selection {
  background: #ddd0ed;
}
.adplist-homepage h1,
.adplist-homepage h2,
.adplist-homepage h3,
.adplist-homepage h4,
.adplist-homepage p,
.adplist-homepage blockquote {
  margin: 0;
}
.adplist-homepage h1,
.adplist-homepage h2,
.adplist-homepage h3,
.adplist-homepage h4 {
  font-weight: 600;
  letter-spacing: -0.04em;
}
.adplist-homepage h1,
.adplist-homepage h2 {
  text-wrap: balance;
}
.adplist-homepage h2 {
  font-size: 49px;
  line-height: 1.13;
}
.adplist-homepage p {
  color: var(--muted);
}
.adplist-homepage a {
  color: inherit;
  text-decoration: none;
}
.adplist-homepage button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
.adplist-homepage img {
  max-width: 100%;
  display: block;
}
.adplist-homepage button,
.adplist-homepage a {
  -webkit-tap-highlight-color: transparent;
}
.adplist-homepage a:focus-visible,
.adplist-homepage button:focus-visible,
.adplist-homepage summary:focus-visible,
.adplist-homepage [tabindex]:focus-visible {
  outline: 3px solid #8c67b4;
  outline-offset: 5px;
}
.adplist-homepage .container {
  width: min(1260px, calc(100% - 96px));
  margin: auto;
}
.adplist-homepage .section-pad {
  padding: 96px 0;
}
.adplist-homepage .eyebrow {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #796787;
}
.adplist-homepage .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  background: var(--purple);
  border: 1px solid transparent;
  color: #fff;
  padding: 16px 23px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  transition: transform 0.18s var(--ease), background 0.18s ease,
    box-shadow 0.18s ease;
}
.adplist-homepage .button span {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}
.adplist-homepage .button:active {
  transform: scale(0.975);
}
.adplist-homepage .button.light {
  background: #f6f3ee;
  color: var(--plum);
}
.adplist-homepage .helper {
  font-size: 12px;
  margin-top: 13px;
}
.adplist-homepage .center-heading {
  text-align: center;
  margin: 0 auto 40px;
}
.adplist-homepage .center-heading .eyebrow {
  margin-bottom: 16px;
}
.adplist-homepage .center-heading > p:not(.eyebrow) {
  font-size: 17px;
  margin: 21px auto 0;
  max-width: 680px;
}
.adplist-homepage .skip-link {
  position: fixed;
  z-index: 100;
  left: 12px;
  top: 10px;
  padding: 12px;
  background: white;
  transform: translateY(-150%);
}
.adplist-homepage .skip-link:focus {
  transform: none;
}
.adplist-homepage .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.adplist-homepage .site-header {
  height: 82px;
  border-bottom: 1px solid #e5dfd766;
  background: #f7f5f0eb;
  position: relative;
  z-index: 5;
}
.adplist-homepage .nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adplist-homepage .brand {
  width: 128px;
  height: auto;
}
.adplist-homepage .nav-right {
  display: flex;
  align-items: center;
  gap: 29px;
}
.adplist-homepage .login {
  font-size: 13px;
  white-space: nowrap;
}
.adplist-homepage .nav .button {
  padding: 12px 18px;
  font-size: 13px;
  gap: 20px;
}
.adplist-homepage .nav .button span {
  font-size: 18px;
}
.adplist-homepage .hero {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 78px 0 38px;
  background: radial-gradient(ellipse at 50% 95%, #ded2e83d, transparent 55%),
    var(--paper);
}
.adplist-homepage .hero h1 {
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 1.075;
  font-weight: 650;
  letter-spacing: -0.055em;
  margin: 23px auto 24px;
  max-width: 1050px;
}
.adplist-homepage .hero h1 span {
  color: var(--purple);
}
.adplist-homepage .hero-sub {
  font-size: 19px;
  line-height: 1.6;
  margin: 0 auto 28px;
  max-width: 700px;
}
.adplist-homepage .hero .button {
  padding: 17px 26px;
  font-size: 16px;
}
.adplist-homepage .hero .helper {
  font-size: 12px;
}
.adplist-homepage .hero-trust {
  margin-top: 47px;
}
.adplist-homepage .trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
  color: #5a6269;
  line-height: 1.3;
}
.adplist-homepage .trust-strip strong {
  color: #292b30;
  font-weight: 650;
}
.adplist-homepage .trust-boxes {
  display: inline-flex;
  gap: 3px;
}
.adplist-homepage .trust-boxes i {
  position: relative;
  width: 22px;
  height: 23px;
  display: grid;
  place-items: center;
  background: #00b67a;
  color: white;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}
.adplist-homepage .trust-boxes i.half {
  background: linear-gradient(90deg, #00b67a 50%, #dcdce5 50%);
}
.adplist-homepage .trust-brand {
  font-size: 16px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #23272b;
}
.adplist-homepage .trust-brand b {
  font-size: 25px;
  color: #00b67a;
  font-weight: 400;
}
.adplist-homepage .trust-dot {
  color: #bdc5c9;
  padding: 0 5px;
}
.adplist-homepage .logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin: 34px auto 37px;
}
.adplist-homepage .logo-row img {
  height: 27px;
  max-width: 125px;
  width: auto;
  filter: brightness(0);
  opacity: 0.5;
}
.adplist-homepage .face-wall {
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  margin: 0 -10px;
  align-items: center;
  height: 130px;
}
.adplist-homepage .face-wall img {
  width: 104px;
  height: 112px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
  filter: saturate(0.8);
  transition: filter 0.35s ease, transform 0.35s var(--ease);
}
.adplist-homepage .face-wall img:nth-child(3n) {
  height: 126px;
}
.adplist-homepage .face-wall img:nth-child(3n + 2) {
  height: 100px;
}
.adplist-homepage .hero-proof {
  font-size: 12px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #8a8290;
}
.adplist-homepage .hero-proof strong {
  font-weight: 500;
  color: #5a5165;
}
.adplist-homepage .intent-section {
  padding-top: 87px;
  background: #fffdf9;
}
.adplist-homepage .intent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.adplist-homepage .intent-card {
  background: #f2eef6;
  border: 1px solid #e9e2ef;
  text-align: center;
  border-radius: 13px;
  padding: 28px 28px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}
.adplist-homepage .intent-card:nth-child(2) {
  background: #ecf0e9;
  border-color: #e2e8dc;
}
.adplist-homepage .intent-card:nth-child(3) {
  background: #f3eee5;
  border-color: #eae3d6;
}
.adplist-homepage .intent-icon {
  font-size: 30px;
  line-height: 1;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #76598f;
  margin-bottom: 20px;
  font-weight: 400;
}
.adplist-homepage .intent-card:nth-child(2) .intent-icon {
  color: #667759;
}
.adplist-homepage .intent-card:nth-child(3) .intent-icon {
  color: #a28663;
}
.adplist-homepage .intent-card h3 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.adplist-homepage .intent-card p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
  margin: 14px auto 21px;
}
.adplist-homepage .card-link {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
}
.adplist-homepage .card-link span {
  font-size: 20px;
  font-weight: 400;
}
.adplist-homepage .chip-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 29px;
}
.adplist-homepage .chip-row a {
  font-size: 12px;
  padding: 8px 17px;
  border: 1px solid #e1dcd5;
  border-radius: 30px;
  background: #fffefa;
  transition: background 0.2s ease;
}
.adplist-homepage .mentors-section {
  background: var(--paper);
}
.adplist-homepage .mentor-track {
  display: flex;
  gap: 20px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 1px 15px;
}
.adplist-homepage .mentor-track::-webkit-scrollbar {
  display: none;
}
.adplist-homepage .mentor-card {
  flex: 0 0 calc((100% - 60px) / 4);
  border: 1px solid #e3ded8;
  border-radius: 14px;
  overflow: hidden;
  background: #fffcf8;
  scroll-snap-align: start;
  text-align: center;
  min-width: 0;
  transition: box-shadow 0.3s ease, transform 0.3s var(--ease);
}
.adplist-homepage .mentor-photo {
  height: 245px;
  position: relative;
  overflow: hidden;
  background: #e8e1d8;
}
.adplist-homepage .mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.adplist-homepage .mentor-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffdf5e8;
  color: #413749;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 9px;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}
.adplist-homepage .mentor-info {
  padding: 20px 17px 17px;
}
.adplist-homepage .mentor-info h3 {
  font-size: 20px;
  line-height: 1.2;
  min-height: 24px;
  letter-spacing: -0.025em;
}
.adplist-homepage .mentor-info > p {
  font-size: 12px;
  line-height: 1.6;
  min-height: 58px;
  margin-top: 9px;
}
.adplist-homepage .mentor-info > p strong {
  font-weight: 500;
  color: #51495a;
}
.adplist-homepage .mentor-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 11px;
  margin-top: 14px;
  color: #514c56;
  min-height: 40px;
}
.adplist-homepage .mentor-stats > span + span {
  border-left: 1px solid #ddd5df;
  padding-left: 8px;
}
.adplist-homepage .mentor-stats strong {
  font-weight: 600;
}
.adplist-homepage .mentor-stats small {
  font-size: 10px;
  color: #79727d;
}
.adplist-homepage .rating-star {
  color: #bd9242;
  font-size: 13px;
  font-weight: 400;
}
.adplist-homepage .mentor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 14px;
  border: 1px solid #e3dce9;
  border-radius: 7px;
  background: #f4f0f7;
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
}
.adplist-homepage .mentor-link > span {
  font-size: 18px;
  font-weight: 400;
}
.adplist-homepage .carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.adplist-homepage .carousel-controls > span {
  font-size: 12px;
  color: var(--muted);
}
.adplist-homepage .round-button {
  display: grid;
  place-items: center;
  font-size: 21px;
  width: 39px;
  height: 39px;
  border: 1px solid #d8cedf;
  background: #faf8f4;
  border-radius: 50%;
  transition: background 0.2s;
}
.adplist-homepage .round-button:disabled {
  opacity: 0.35;
  cursor: default;
}
.adplist-homepage .reviews-section {
  background: #fffdfa;
  overflow: hidden;
}
.adplist-homepage .reviews-section .center-heading {
  margin-bottom: 32px;
}
.adplist-homepage .reviews-section .trust-strip {
  margin: 23px auto 0;
}
.adplist-homepage .motion-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  margin-top: 20px;
  border: 0;
  border-bottom: 1px solid #dcd3e2;
  background: none;
  padding: 6px 2px;
  color: #85748f;
}
.adplist-homepage .motion-control span {
  font-size: 12px;
}
.adplist-homepage .review-wall {
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 7%,
    #000 93%,
    transparent
  );
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 0 4px;
}
.adplist-homepage .review-lane {
  overflow: visible;
}
.adplist-homepage .review-belt {
  display: flex;
  width: max-content;
  animation: marquee 90s linear infinite;
  will-change: transform;
}
.adplist-homepage .reverse .review-belt {
  animation-direction: reverse;
  animation-duration: 85s;
}
.adplist-homepage .review-set {
  display: flex;
  gap: 18px;
  padding-right: 18px;
  align-items: stretch;
}
.adplist-homepage .review-card {
  flex: 0 0 370px;
  width: 370px;
  min-height: 310px;
  border: 1px solid #e4ddd8;
  border-radius: 14px;
  padding: 25px 25px 23px;
  background: #fffdfa;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.adplist-homepage .review-stars {
  color: #37735d;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 16px;
}
.adplist-homepage .review-card h3 {
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.adplist-homepage .review-card blockquote {
  font-size: 13px;
  line-height: 1.65;
  color: #78717c;
  margin: 13px 0 22px;
}
.adplist-homepage .review-by {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  font-size: 11px;
  max-width: 100%;
}
.adplist-homepage .review-by > span:last-child {
  min-width: 0;
}
.adplist-homepage .review-by strong {
  display: block;
  font-weight: 500;
}
.adplist-homepage .review-by small {
  display: block;
  font-size: 10px;
  color: #928796;
  margin-top: 3px;
}
.adplist-homepage .initials {
  display: grid;
  place-items: center;
  background: #eee7f2;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  font-size: 10px;
  color: #8a729d;
}
.adplist-homepage .review-card:nth-child(even) .initials {
  background: #e8ecdf;
  color: #7b865c;
}
.adplist-homepage .review-wall:hover .review-belt,
.adplist-homepage .review-wall:focus-within .review-belt,
.adplist-homepage .reviews-section.is-paused .review-belt {
  animation-play-state: paused;
}
.adplist-homepage .reviews-note {
  text-align: center;
  margin-top: 28px;
  font-size: 11px;
}
.adplist-homepage .reviews-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #5d4d6b;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.adplist-homepage .reels-section {
  padding-top: 80px;
  padding-bottom: 95px;
  background: #f5f3ed;
}
.adplist-homepage .reels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  max-width: 1000px;
  margin: auto;
}
.adplist-homepage .reel-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 9/14;
  background: #b0b3a0;
}
.adplist-homepage .reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.adplist-homepage .reel-pending {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  background: radial-gradient(at 30% 25%, #cac9bc, transparent 60%),
    linear-gradient(145deg, #97a697, #6d7c6a);
  color: #fff;
}
.adplist-homepage .reel-pending:nth-child(2) {
  background: radial-gradient(at 20% 15%, #d6c7cc, transparent 65%),
    linear-gradient(145deg, #a599b1, #7b6e8f);
}
.adplist-homepage .reel-pending:nth-child(3) {
  background: radial-gradient(at 70% 20%, #d8cabb, transparent 60%),
    linear-gradient(145deg, #b1a795, #887c6c);
}
.adplist-homepage .reel-preview-label {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #ffffffc9;
}
.adplist-homepage .reel-placeholder {
  margin: auto 0;
}
.adplist-homepage .play-outline {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 25px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  font-size: 29px;
  padding-left: 4px;
}
.adplist-homepage .reel-placeholder h3 {
  font-size: 27px;
  line-height: 1.18;
}
.adplist-homepage .reel-placeholder p {
  color: #ffffffc4;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 15px;
}
.adplist-homepage .reel-pending-note {
  font-size: 9px;
  color: #fff9;
  border-top: 1px solid #fff3;
  padding-top: 14px;
  width: 100%;
}
.adplist-homepage .sound-toggle,
.adplist-homepage .video-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2522279c;
  color: white;
  padding: 7px 12px;
  border: 1px solid #fff3;
  border-radius: 20px;
  font-size: 10px;
  backdrop-filter: blur(8px);
}
.adplist-homepage .video-toggle {
  right: auto;
  left: 12px;
}
.adplist-homepage .reel-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 17px 16px;
  background: linear-gradient(transparent, #0009);
  color: white;
  font-size: 12px;
}
.adplist-homepage .how-section {
  background: #fdfbf7;
}
.adplist-homepage .how-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 37px;
  text-align: left;
}
.adplist-homepage .how-heading .eyebrow {
  margin-bottom: 16px;
}
.adplist-homepage .how-heading > p {
  font-size: 15px;
  padding-bottom: 5px;
}
.adplist-homepage .how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.adplist-homepage .how-card {
  border: 1px solid #dfdad7;
  border-radius: 13px;
  overflow: hidden;
  background: #eeece8;
  position: relative;
  text-align: left;
  transition: box-shadow 0.3s, transform 0.3s var(--ease);
}
.adplist-homepage .how-copy {
  padding: 27px 28px 0;
  position: relative;
}
.adplist-homepage .step-index {
  font-size: 10px;
  color: #887a91;
  display: block;
  margin-bottom: 17px;
}
.adplist-homepage .how-copy h3 {
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: -0.04em;
  max-width: 280px;
  font-weight: 500;
}
.adplist-homepage .how-copy h3 span {
  color: #847b89;
}
.adplist-homepage .how-copy > p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
}
.adplist-homepage .how-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #e0d9dd;
  border-radius: 7px;
  background: #fff;
  font-size: 23px;
  font-weight: 400;
}
.adplist-homepage .how-art {
  height: 300px;
  position: relative;
  margin-top: 19px;
  overflow: hidden;
  mask-image: linear-gradient(#000 85%, transparent);
}
.adplist-homepage .how-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#a18fbb44 1px, transparent 1px);
  background-size: 19px 19px;
  mask-image: linear-gradient(130deg, transparent, #000, transparent);
  opacity: 0.65;
}
.adplist-homepage .mini-window {
  position: absolute;
  top: 22px;
  left: 25px;
  width: calc(100% - 33px);
  border-radius: 9px;
  background: #fffdf9;
  border: 1px solid #ddd7d5;
  box-shadow: 0 8px 18px #49334a0b;
  overflow: hidden;
}
.adplist-homepage .window-chrome {
  height: 29px;
  background: #f2eeeb;
  border-bottom: 1px solid #e7e1da;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 10px;
}
.adplist-homepage .window-chrome i {
  width: 6px;
  height: 6px;
  background: #d8d1ce;
  border-radius: 50%;
}
.adplist-homepage .window-chrome > span {
  font-size: 8px;
  color: #aba0ad;
  margin: auto;
}
.adplist-homepage .mini-content {
  padding: 21px;
}
.adplist-homepage .mini-kicker {
  font-size: 7px;
  letter-spacing: 0.11em;
  color: #aa9ab3;
  font-weight: 600;
}
.adplist-homepage .mini-content h4 {
  font-size: 16px;
  letter-spacing: -0.03em;
  margin: 7px 0 15px;
  font-weight: 500;
}
.adplist-homepage .goal-option {
  border: 1px solid #e7e1e8;
  border-radius: 5px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  font-size: 10px;
  color: #928797;
}
.adplist-homepage .goal-option.selected {
  border-color: #b29fc4;
  background: #f2ebf8;
  color: #614e76;
}
.adplist-homepage .goal-option.selected > span {
  background: #83689e;
  border-radius: 50%;
  color: white;
  padding: 0 3px;
}
.adplist-homepage .mini-progress {
  display: flex;
  gap: 5px;
  margin: 19px auto 0;
  width: 45%;
}
.adplist-homepage .mini-progress > * {
  height: 3px;
  background: #e6dfee;
  flex: 1;
}
.adplist-homepage .mini-progress b {
  background: #977cad;
}
.adplist-homepage .match-profile {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 206px;
  margin-left: -103px;
  background: #fffdfa;
  border: 1px solid #e0d9d5;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 7px 25px #37253b12;
  transform: rotate(-4deg);
}
.adplist-homepage .match-profile > img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto auto 13px;
}
.adplist-homepage .match-label {
  font-size: 6px;
  letter-spacing: 0.09em;
  color: #9b8aa7;
}
.adplist-homepage .match-profile h4 {
  font-size: 18px;
  margin-top: 5px;
}
.adplist-homepage .match-profile p {
  font-size: 9px;
  line-height: 1.5;
  margin-top: 5px;
}
.adplist-homepage .mini-tags {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 7px;
  margin-top: 13px;
}
.adplist-homepage .mini-tags > span {
  padding: 4px 7px;
  border: 1px solid #e4dbe9;
  border-radius: 20px;
  background: #f6f1f9;
  color: #8a7599;
}
.adplist-homepage .match-back {
  position: absolute;
  top: 24px;
  left: 50%;
  width: 206px;
  height: 230px;
  margin-left: -96px;
  background: #ddd6e4;
  border: 1px solid #d4cbdc;
  border-radius: 12px;
  transform: rotate(5deg);
}
.adplist-homepage .match-floating {
  position: absolute;
  bottom: 20px;
  right: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fffdf9;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e7e1dc;
  box-shadow: 0 4px 20px #00000009;
  transform: rotate(3deg);
}
.adplist-homepage .match-floating img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
}
.adplist-homepage .match-floating > div {
  font-size: 9px;
  color: #a291a9;
}
.adplist-homepage .match-floating strong {
  color: #71627c;
  font-weight: 500;
}
.adplist-homepage .calendar-paper {
  position: absolute;
  top: 29px;
  left: 23px;
  right: 17px;
  background: #fffdfa;
  border: 1px solid #e0d9d4;
  border-radius: 9px;
  padding: 22px 19px;
  transform: rotate(-3deg);
}
.adplist-homepage .calendar-paper h4 {
  font-size: 15px;
  margin-top: 7px;
  font-weight: 500;
}
.adplist-homepage .calendar-week,
.adplist-homepage .calendar-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 8px;
  margin-top: 21px;
  font-size: 8px;
  color: #a398a7;
}
.adplist-homepage .calendar-days {
  margin-top: 10px;
  font-size: 13px;
  color: #85788d;
}
.adplist-homepage .calendar-days > span {
  padding: 7px 0;
  border: 1px solid #e6dee9;
  border-radius: 5px;
}
.adplist-homepage .calendar-days .chosen {
  background: #83669d;
  color: white;
  border-color: #83669d;
}
.adplist-homepage .session-person {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  font-size: 9px;
  color: #9b8d9f;
}
.adplist-homepage .session-person img {
  width: 31px;
  height: 31px;
  object-fit: cover;
  border-radius: 50%;
}
.adplist-homepage .session-person strong {
  font-weight: 500;
  color: #67576f;
}
.adplist-homepage .session-confirm {
  position: absolute;
  left: 24px;
  bottom: 23px;
  background: #dde8da;
  color: #527347;
  transform: rotate(2deg);
  border: 1px solid #ccd9c6;
  padding: 12px 15px;
  border-radius: 7px;
  font-size: 10px;
  box-shadow: 0 6px 19px #0000000b;
}
.adplist-homepage .session-confirm span {
  margin-right: 9px;
  border-radius: 50%;
  background: #86a47b;
  color: white;
  padding: 2px 4px;
}
.adplist-homepage .how-bottom {
  text-align: center;
  margin-top: 34px;
}
.adplist-homepage .difference-section {
  padding: 28px 36px 38px;
  background: #fdfbf7;
}
.adplist-homepage .difference-panel {
  max-width: none;
  width: 100%;
  border-radius: 16px;
  padding: 70px max(5%, calc((100% - 1080px) / 2)) 55px;
  text-align: center;
  background: linear-gradient(135deg, #5d755dda, #3b514be3),
    url("/landing/matched/meadow.webp") center 72% / cover;
  color: #fff;
}
.adplist-homepage .difference-panel .eyebrow {
  color: #d9e4d2;
}
.adplist-homepage .difference-panel h2 {
  font-size: 48px;
  font-weight: 500;
}
.adplist-homepage .difference-panel .center-heading > p {
  color: #dde2d6;
  font-size: 16px;
  max-width: 620px;
}
.adplist-homepage .comparison {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 45px auto 38px;
  font-size: 14px;
  text-align: center;
  table-layout: fixed;
  color: #f2f4e9;
}
.adplist-homepage .comparison th {
  font-weight: 400;
}
.adplist-homepage .comparison thead th {
  padding: 24px 17px 26px;
  font-size: 16px;
  vertical-align: middle;
  width: 27%;
}
.adplist-homepage .comparison thead th:first-child {
  text-align: left;
  font-size: 11px;
  color: #cedac9;
  width: 46%;
  vertical-align: bottom;
  padding-bottom: 22px;
}
.adplist-homepage .comparison thead img {
  filter: brightness(0) invert(1);
  width: 105px;
  height: auto;
  margin: 0 auto 10px;
}
.adplist-homepage .comparison thead small {
  display: block;
  font-size: 10px;
  color: #d0dcc9;
  margin-top: 7px;
}
.adplist-homepage .with-adplist {
  background: #ffffff14;
  border-left: 1px solid #d5dfc766;
  border-right: 1px solid #d5dfc766;
}
.adplist-homepage .comparison thead .with-adplist {
  border-top: 1px solid #d5dfc766;
  border-radius: 14px 14px 0 0;
}
.adplist-homepage .comparison tbody td,
.adplist-homepage .comparison tbody th {
  border-top: 1px dashed #cad9bc70;
  padding: 21px 18px;
  line-height: 1.45;
}
.adplist-homepage .comparison tbody th {
  text-align: left;
  font-size: 13px;
}
.adplist-homepage .comparison tbody td:last-child {
  font-size: 12px;
  color: #d5dfce;
}
.adplist-homepage .comparison tbody tr:last-child .with-adplist {
  border-bottom: 1px solid #d5dfc766;
  border-radius: 0 0 14px 14px;
}
.adplist-homepage .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background: #eff6e8;
  color: #668459;
  border-radius: 50%;
  font-size: 12px;
}
.adplist-homepage .difference-panel .helper {
  color: #c4d3ba;
  font-size: 11px;
}
.adplist-homepage .faq-section {
  background: var(--paper);
  padding-top: 87px;
  padding-bottom: 95px;
}
.adplist-homepage .faq-grid {
  display: block;
  max-width: 900px;
}
.adplist-homepage .faq-intro {
  text-align: center;
  margin-bottom: 38px;
}
.adplist-homepage .faq-intro .eyebrow {
  margin-bottom: 16px;
}
.adplist-homepage .faq-intro h2 {
  font-size: 46px;
}
.adplist-homepage .text-link {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid #b9aac6;
  padding-bottom: 6px;
  margin-top: 21px;
}
.adplist-homepage .faq-list {
  border-top: 1px solid #d8d2cc;
  text-align: left;
}
.adplist-homepage .faq-list details {
  border-bottom: 1px solid #d8d2cc;
}
.adplist-homepage .faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 450;
}
.adplist-homepage .faq-list summary::-webkit-details-marker {
  display: none;
}
.adplist-homepage .plus {
  width: 13px;
  height: 13px;
  position: relative;
  flex-shrink: 0;
}
.adplist-homepage .plus:before,
.adplist-homepage .plus:after {
  content: "";
  width: 13px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 6px;
}
.adplist-homepage .plus:after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.adplist-homepage .faq-list details[open] .plus:after {
  transform: rotate(0);
}
.adplist-homepage .faq-answer {
  font-size: 14px;
  line-height: 1.7;
  padding: 0 35px 25px 0;
  max-width: 800px;
}
.adplist-homepage .bottom-cta {
  text-align: center;
  padding: 83px 0 90px;
  background: linear-gradient(#312041ad, #241333c9),
    url("/landing/matched/meadow.webp") center 52% / cover;
  color: #fff5e9;
}
.adplist-homepage .bottom-cta .eyebrow {
  color: #d3c2df;
  font-size: 10px;
  margin-bottom: 22px;
}
.adplist-homepage .bottom-cta h2 {
  font-size: 55px;
  font-weight: 550;
  line-height: 1.1;
}
.adplist-homepage .bottom-cta p:not(.eyebrow) {
  color: #ddcfe5;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 27px;
}
.adplist-homepage .bottom-cta .helper {
  font-size: 11px !important;
  margin: 13px 0 0 !important;
  color: #cbbbd6 !important;
}
.adplist-homepage .site-footer {
  background: #431f2b;
  color: #ead8df;
  padding: 48px 0 0;
  overflow: hidden;
  text-align: center;
}
.adplist-homepage .footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adplist-homepage .footer-about img {
  width: 121px;
  height: auto;
  filter: brightness(0) invert(1);
  margin: auto;
  opacity: 0.92;
}
.adplist-homepage .footer-about p {
  color: #c6a3af;
  font-size: 14px;
  margin-top: 17px;
}
.adplist-homepage .footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin: 36px 0 0;
}
.adplist-homepage .footer-links h3 {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #b48e9b;
  font-weight: 500;
  margin-bottom: 14px;
}
.adplist-homepage .footer-links a {
  display: block;
  font-size: 12px;
  margin-top: 9px;
}
.adplist-homepage .footer-bottom {
  border-top: 1px solid #734250;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  padding-top: 23px;
  margin-top: 40px;
}
.adplist-homepage .footer-bottom p {
  color: #be94a4;
}
.adplist-homepage .footer-bottom > div {
  display: flex;
  gap: 23px;
  color: #d6b4c1;
}
.adplist-homepage .footer-wordmark {
  font-size: clamp(60px, 10.7vw, 156px);
  letter-spacing: -0.065em;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  color: #7f4a5b;
  opacity: 0.6;
  margin-top: 17px;
}
@media (hover: hover) and (pointer: fine) {
  .adplist-homepage .button:hover {
    background: #533274;
    box-shadow: 0 5px 16px #45266b19;
    transform: translateY(-2px);
  }
  .adplist-homepage .button.light:hover {
    background: white;
  }
  .adplist-homepage .face-wall img:hover {
    filter: saturate(1);
    transform: translateY(-4px);
  }
  .adplist-homepage .intent-card:hover,
  .adplist-homepage .how-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 25px #352a4010;
  }
  .adplist-homepage .chip-row a:hover {
    background: #eee6f5;
  }
  .adplist-homepage .mentor-card:hover {
    box-shadow: 0 7px 20px #4c325915;
  }
  .adplist-homepage .mentor-card:hover .mentor-photo img {
    transform: scale(1.035);
  }
  .adplist-homepage .round-button:hover:not(:disabled) {
    background: #ebe1f3;
  }
  .adplist-homepage .faq-list summary:hover {
    color: var(--purple);
  }
  .adplist-homepage .footer-links a:hover,
  .adplist-homepage .login:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.adplist-homepage .hero h1,
.adplist-homepage .hero-sub {
  animation: arrive 0.8s var(--ease) both;
}
.adplist-homepage .hero-sub {
  animation-delay: 0.1s;
}
.adplist-homepage .face-wall img {
  animation: arrive 0.9s var(--ease) both;
  animation-delay: calc(var(--i, 0) * 60ms + 100ms);
}
.adplist-homepage .how-card.is-visible .mini-window,
.adplist-homepage .how-card.is-visible .match-profile,
.adplist-homepage .how-card.is-visible .calendar-paper {
  animation: arrive 1s var(--ease) both;
}
.adplist-homepage .how-card.is-visible .match-floating,
.adplist-homepage .how-card.is-visible .session-confirm {
  animation: arrive 1.1s 0.2s var(--ease) both;
}
.adplist-homepage .goal-option.selected {
  animation: selection 6s ease infinite;
}
.adplist-homepage .calendar-days .chosen {
  animation: selection 6s 2s ease infinite;
}
@keyframes arrive {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes selection {
  0%,
  100% {
    box-shadow: 0 0 0 0 #8c6aaf00;
  }
  45% {
    box-shadow: 0 0 0 4px #8c6aaf13;
  }
}
@media (max-width: 1100px) {
  .adplist-homepage .container {
    width: calc(100% - 64px);
  }
  .adplist-homepage h2 {
    font-size: 42px;
  }
  .adplist-homepage .hero {
    padding-top: 65px;
  }
  .adplist-homepage .hero h1 {
    font-size: 64px;
  }
  .adplist-homepage .hero-sub {
    font-size: 17px;
  }
  .adplist-homepage .trust-strip {
    font-size: 11px;
    gap: 9px;
  }
  .adplist-homepage .trust-boxes i {
    width: 19px;
    height: 20px;
    font-size: 19px;
  }
  .adplist-homepage .trust-brand {
    font-size: 14px;
  }
  .adplist-homepage .logo-row {
    gap: 42px;
  }
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 40px) / 3.3);
  }
  .adplist-homepage .mentor-photo {
    height: 260px;
  }
  .adplist-homepage .how-copy {
    padding: 24px 20px 0;
  }
  .adplist-homepage .how-copy h3 {
    font-size: 26px;
  }
  .adplist-homepage .how-copy > p {
    font-size: 11px;
  }
  .adplist-homepage .how-art {
    height: 280px;
  }
  .adplist-homepage .mini-window {
    left: 15px;
    width: calc(100% - 23px);
  }
  .adplist-homepage .mini-content {
    padding: 17px;
  }
  .adplist-homepage .match-profile {
    width: 184px;
    margin-left: -92px;
  }
  .adplist-homepage .match-back {
    width: 184px;
    margin-left: -85px;
  }
  .adplist-homepage .calendar-paper {
    left: 15px;
    right: 11px;
    padding: 18px 13px;
  }
  .adplist-homepage .calendar-paper h4 {
    font-size: 13px;
  }
  .adplist-homepage .session-confirm {
    left: 12px;
    font-size: 8px;
  }
  .adplist-homepage .difference-panel {
    width: 100%;
    padding: 60px 6% 50px;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 42px;
  }
  .adplist-homepage .how-arrow {
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
  .adplist-homepage .reel-placeholder h3 {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .adplist-homepage .container {
    width: calc(100% - 40px);
  }
  .adplist-homepage .section-pad {
    padding: 70px 0;
  }
  .adplist-homepage h2 {
    font-size: 37px;
  }
  .adplist-homepage .hero {
    padding-top: 54px;
  }
  .adplist-homepage .hero h1 {
    font-size: 53px;
  }
  .adplist-homepage .hero-sub {
    font-size: 16px;
  }
  .adplist-homepage .hero-trust {
    margin-top: 33px;
  }
  .adplist-homepage .hero .trust-strip {
    max-width: 620px;
    margin: auto;
  }
  .adplist-homepage .hero .trust-strip > span:last-child {
    flex-basis: 100%;
    margin-top: 6px;
  }
  .adplist-homepage .trust-dot {
    display: none;
  }
  .adplist-homepage .logo-row {
    gap: 30px;
    margin-block: 26px;
  }
  .adplist-homepage .logo-row img {
    height: 23px;
    max-width: 95px;
  }
  .adplist-homepage .face-wall {
    height: 107px;
    gap: 9px;
  }
  .adplist-homepage .face-wall img {
    width: 80px;
    height: 90px;
    border-radius: 10px;
  }
  .adplist-homepage .face-wall img:nth-child(3n) {
    height: 104px;
  }
  .adplist-homepage .face-wall img:nth-child(3n + 2) {
    height: 85px;
  }
  .adplist-homepage .hero-proof {
    font-size: 10px;
  }
  .adplist-homepage .center-heading > p:not(.eyebrow) {
    font-size: 15px;
  }
  .adplist-homepage .intent-grid {
    gap: 13px;
  }
  .adplist-homepage .intent-card {
    padding: 24px 17px;
  }
  .adplist-homepage .intent-card h3 {
    font-size: 20px;
  }
  .adplist-homepage .intent-card p {
    font-size: 12px;
  }
  .adplist-homepage .intent-icon {
    margin-bottom: 15px;
  }
  .adplist-homepage .card-link {
    font-size: 10px;
    gap: 12px;
  }
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 30px) / 2.5);
  }
  .adplist-homepage .mentor-photo {
    height: 245px;
  }
  .adplist-homepage .mentor-info h3 {
    font-size: 18px;
  }
  .adplist-homepage .mentor-stats {
    font-size: 10px;
    gap: 5px;
  }
  .adplist-homepage .mentor-stats small {
    font-size: 9px;
  }
  .adplist-homepage .review-card {
    width: 330px;
    flex-basis: 330px;
    min-height: 320px;
  }
  .adplist-homepage .review-wall {
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 4%,
      #000 96%,
      transparent
    );
  }
  .adplist-homepage .reels-grid {
    gap: 16px;
  }
  .adplist-homepage .reel-placeholder h3 {
    font-size: 20px;
  }
  .adplist-homepage .reel-pending {
    padding: 17px 12px;
  }
  .adplist-homepage .reel-preview-label {
    font-size: 6px;
  }
  .adplist-homepage .reel-placeholder p {
    font-size: 10px;
  }
  .adplist-homepage .reel-pending-note {
    font-size: 7px;
  }
  .adplist-homepage .play-outline {
    width: 44px;
    height: 44px;
    font-size: 23px;
    margin-bottom: 17px;
  }
  .adplist-homepage .how-grid {
    grid-template-columns: 1fr;
  }
  .adplist-homepage .how-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 320px;
  }
  .adplist-homepage .how-copy {
    padding: 35px 30px;
  }
  .adplist-homepage .how-copy h3 {
    font-size: 32px;
  }
  .adplist-homepage .how-copy > p {
    font-size: 13px;
  }
  .adplist-homepage .how-arrow {
    top: 24px;
    right: 22px;
  }
  .adplist-homepage .how-art {
    height: 320px;
    margin-top: 0;
  }
  .adplist-homepage .mini-window {
    top: 40px;
    left: 5px;
    width: calc(100% - 22px);
  }
  .adplist-homepage .match-profile {
    top: 33px;
    width: 205px;
    margin-left: -102px;
  }
  .adplist-homepage .match-back {
    top: 42px;
    width: 205px;
    margin-left: -95px;
  }
  .adplist-homepage .calendar-paper {
    top: 53px;
    left: 10px;
    right: 25px;
    padding: 24px 18px;
  }
  .adplist-homepage .calendar-paper h4 {
    font-size: 15px;
  }
  .adplist-homepage .session-confirm {
    bottom: 25px;
    left: 3px;
    font-size: 10px;
  }
  .adplist-homepage .match-floating {
    bottom: 29px;
  }
  .adplist-homepage .difference-section {
    padding: 16px 20px 26px;
  }
  .adplist-homepage .difference-panel {
    width: 100%;
    padding: 52px 28px;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 36px;
  }
  .adplist-homepage .comparison {
    margin-top: 30px;
  }
  .adplist-homepage .comparison thead th {
    font-size: 13px;
    padding: 20px 10px;
  }
  .adplist-homepage .comparison thead small {
    font-size: 9px;
  }
  .adplist-homepage .comparison tbody th {
    font-size: 12px;
  }
  .adplist-homepage .comparison tbody td {
    font-size: 11px;
  }
  .adplist-homepage .comparison tbody td,
  .adplist-homepage .comparison tbody th {
    padding: 18px 12px;
  }
  .adplist-homepage .comparison tbody td:last-child {
    font-size: 11px;
  }
  .adplist-homepage .faq-intro h2 {
    font-size: 37px;
  }
  .adplist-homepage .bottom-cta h2 {
    font-size: 43px;
  }
  .adplist-homepage .bottom-cta .eyebrow {
    font-size: 8px;
  }
  .adplist-homepage .bottom-cta {
    padding: 65px 0;
  }
  .adplist-homepage .footer-links {
    gap: 45px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .site-header {
    height: 73px;
  }
  .adplist-homepage .brand {
    width: 109px;
  }
  .adplist-homepage .nav-right {
    gap: 17px;
  }
  .adplist-homepage .nav .button {
    font-size: 11px;
    padding: 12px 13px;
    gap: 13px;
  }
  .adplist-homepage .login {
    font-size: 11px;
  }
  .adplist-homepage .nav .button span {
    font-size: 17px;
  }
  .adplist-homepage .hero {
    padding: 43px 0 28px;
  }
  .adplist-homepage .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.095em;
  }
  .adplist-homepage .hero h1 {
    font-size: 43px;
    line-height: 1.08;
    margin: 20px auto;
    letter-spacing: -0.06em;
  }
  .adplist-homepage .hero h1 br {
    display: none;
  }
  .adplist-homepage .hero-sub {
    font-size: 15px;
    line-height: 1.65;
    max-width: 340px;
    margin-bottom: 25px;
  }
  .adplist-homepage .hero-sub br {
    display: none;
  }
  .adplist-homepage .hero .button {
    font-size: 14px;
    padding: 17px 22px;
  }
  .adplist-homepage .hero .helper {
    font-size: 10px;
  }
  .adplist-homepage .hero-trust {
    margin-top: 30px;
  }
  .adplist-homepage .trust-strip {
    gap: 8px;
    font-size: 10px;
    max-width: 320px;
  }
  .adplist-homepage .trust-boxes i {
    width: 15px;
    height: 16px;
    font-size: 15px;
    gap: 2px;
  }
  .adplist-homepage .trust-brand {
    font-size: 12px;
    gap: 2px;
  }
  .adplist-homepage .trust-brand b {
    font-size: 21px;
  }
  .adplist-homepage .hero .trust-strip > span:last-child {
    font-size: 10px;
    line-height: 1.6;
    max-width: 300px;
  }
  .adplist-homepage .logo-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 24px;
    margin: 26px auto 24px;
    max-width: 310px;
  }
  .adplist-homepage .logo-row img {
    height: 23px;
    width: 100%;
    max-width: 85px;
    margin: auto;
  }
  .adplist-homepage .face-wall {
    margin: 0 -20px;
    height: 89px;
    gap: 8px;
  }
  .adplist-homepage .face-wall img {
    width: 64px;
    height: 73px;
    border-radius: 8px;
  }
  .adplist-homepage .face-wall img:nth-child(3n) {
    height: 85px;
  }
  .adplist-homepage .face-wall img:nth-child(3n + 2) {
    height: 65px;
  }
  .adplist-homepage .hero-proof {
    font-size: 9px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .adplist-homepage .section-pad {
    padding: 59px 0;
  }
  .adplist-homepage .center-heading {
    margin-bottom: 28px;
  }
  .adplist-homepage .center-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .adplist-homepage h2 {
    font-size: 34px;
    line-height: 1.15;
  }
  .adplist-homepage .center-heading > p:not(.eyebrow) {
    font-size: 14px;
    margin-top: 17px;
    line-height: 1.6;
  }
  .adplist-homepage .intent-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .adplist-homepage .intent-card {
    padding: 24px;
  }
  .adplist-homepage .intent-icon {
    font-size: 27px;
    width: 33px;
    height: 33px;
    margin-bottom: 14px;
  }
  .adplist-homepage .intent-card h3 {
    font-size: 23px;
  }
  .adplist-homepage .intent-card p {
    font-size: 13px;
    margin: 12px auto 18px;
    max-width: 260px;
  }
  .adplist-homepage .card-link {
    font-size: 11px;
  }
  .adplist-homepage .chip-row {
    gap: 7px;
    margin-top: 23px;
  }
  .adplist-homepage .chip-row a {
    font-size: 11px;
    padding: 7px 13px;
  }
  .adplist-homepage .mentor-card {
    flex-basis: 80%;
  }
  .adplist-homepage .mentor-photo {
    height: 263px;
  }
  .adplist-homepage .mentor-info h3 {
    font-size: 22px;
  }
  .adplist-homepage .mentor-info > p {
    font-size: 12px;
    min-height: 40px;
  }
  .adplist-homepage .mentor-stats {
    font-size: 12px;
  }
  .adplist-homepage .mentor-stats small {
    font-size: 10px;
  }
  .adplist-homepage .mentor-info {
    padding: 20px 17px;
  }
  .adplist-homepage .mentor-link {
    font-size: 12px;
    padding: 11px;
  }
  .adplist-homepage .mentor-track {
    gap: 15px;
  }
  .adplist-homepage .carousel-controls {
    gap: 12px;
  }
  .adplist-homepage .carousel-controls > span {
    font-size: 10px;
  }
  .adplist-homepage .round-button {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .adplist-homepage .review-card {
    width: 300px;
    flex-basis: 300px;
    min-height: 330px;
    padding: 23px;
  }
  .adplist-homepage .review-card h3 {
    font-size: 17px;
  }
  .adplist-homepage .review-card blockquote {
    font-size: 13px;
  }
  .adplist-homepage .review-wall {
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 3%,
      #000 97%,
      transparent
    );
    gap: 13px;
  }
  .adplist-homepage .review-set {
    gap: 13px;
    padding-right: 13px;
  }
  .adplist-homepage .reviews-section .center-heading {
    margin-bottom: 25px;
  }
  .adplist-homepage .reviews-note {
    font-size: 10px;
    max-width: 280px;
    margin-inline: auto;
    line-height: 1.6;
  }
  .adplist-homepage .reels-grid {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    scrollbar-width: thin;
  }
  .adplist-homepage .reel-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
    min-width: 0;
  }
  .adplist-homepage .reel-pending {
    padding: 22px;
  }
  .adplist-homepage .reel-placeholder h3 {
    font-size: 26px;
  }
  .adplist-homepage .reel-placeholder p {
    font-size: 12px;
  }
  .adplist-homepage .reel-preview-label {
    font-size: 8px;
  }
  .adplist-homepage .reel-pending-note {
    font-size: 9px;
  }
  .adplist-homepage .play-outline {
    width: 56px;
    height: 56px;
    font-size: 28px;
    margin-bottom: 23px;
  }
  .adplist-homepage .how-heading {
    display: block;
    margin-bottom: 27px;
  }
  .adplist-homepage .how-heading h2 {
    font-size: 34px;
  }
  .adplist-homepage .how-heading .eyebrow {
    font-size: 9px;
  }
  .adplist-homepage .how-heading > p {
    font-size: 13px;
    margin-top: 18px;
  }
  .adplist-homepage .how-card {
    display: block;
  }
  .adplist-homepage .how-copy {
    padding: 24px 25px 0;
  }
  .adplist-homepage .how-copy h3 {
    font-size: 31px;
  }
  .adplist-homepage .how-copy > p {
    font-size: 12px;
  }
  .adplist-homepage .step-index {
    margin-bottom: 15px;
  }
  .adplist-homepage .how-art {
    height: 285px;
    margin-top: 13px;
  }
  .adplist-homepage .mini-window {
    left: 27px;
    top: 17px;
    width: calc(100% - 42px);
  }
  .adplist-homepage .mini-content {
    padding: 20px;
  }
  .adplist-homepage .mini-content h4 {
    font-size: 17px;
  }
  .adplist-homepage .goal-option {
    font-size: 11px;
  }
  .adplist-homepage .match-profile {
    top: 10px;
    width: 220px;
    margin-left: -110px;
  }
  .adplist-homepage .match-back {
    top: 22px;
    width: 220px;
    margin-left: -100px;
  }
  .adplist-homepage .match-floating {
    bottom: 14px;
    right: 20px;
  }
  .adplist-homepage .calendar-paper {
    left: 24px;
    right: 22px;
    top: 25px;
    padding: 25px 20px;
  }
  .adplist-homepage .session-confirm {
    left: 18px;
    bottom: 16px;
    font-size: 10px;
  }
  .adplist-homepage .difference-section {
    padding: 0 12px 12px;
  }
  .adplist-homepage .difference-panel {
    padding: 44px 15px 40px;
    border-radius: 12px;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 32px;
  }
  .adplist-homepage .difference-panel .eyebrow {
    font-size: 8px;
  }
  .adplist-homepage .difference-panel .center-heading > p {
    font-size: 13px;
  }
  .adplist-homepage .comparison thead th:first-child {
    width: 43%;
    font-size: 10px;
  }
  .adplist-homepage .comparison thead th {
    width: 28.5%;
    font-size: 11px;
    padding: 16px 6px;
  }
  .adplist-homepage .comparison thead img {
    width: 80px;
  }
  .adplist-homepage .comparison thead small {
    font-size: 8px;
    line-height: 1.4;
  }
  .adplist-homepage .comparison tbody th {
    font-size: 11px;
  }
  .adplist-homepage .comparison tbody td:last-child {
    font-size: 10px;
  }
  .adplist-homepage .comparison tbody td,
  .adplist-homepage .comparison tbody th {
    padding: 17px 7px;
  }
  .adplist-homepage .check {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }
  .adplist-homepage .faq-intro h2 {
    font-size: 34px;
  }
  .adplist-homepage .faq-list summary {
    font-size: 14px;
    padding: 22px 0;
    line-height: 1.5;
    gap: 23px;
  }
  .adplist-homepage .faq-answer {
    font-size: 13px;
    padding-right: 20px;
  }
  .adplist-homepage .text-link {
    font-size: 12px;
    margin-top: 18px;
  }
  .adplist-homepage .bottom-cta h2 {
    font-size: 35px;
  }
  .adplist-homepage .bottom-cta h2 br {
    display: none;
  }
  .adplist-homepage .bottom-cta .eyebrow {
    font-size: 8px;
    max-width: 265px;
    margin-inline: auto;
    line-height: 1.5;
  }
  .adplist-homepage .bottom-cta p:not(.eyebrow) {
    font-size: 14px;
  }
  .adplist-homepage .footer-links {
    gap: 25px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .adplist-homepage .footer-links > div:last-child {
    grid-column: 1/-1;
  }
  .adplist-homepage .footer-links h3 {
    font-size: 9px;
  }
  .adplist-homepage .footer-links a {
    font-size: 12px;
  }
  .adplist-homepage .footer-bottom {
    display: block;
    line-height: 1.6;
  }
  .adplist-homepage .footer-bottom > div {
    justify-content: center;
    margin-top: 15px;
    gap: 24px;
  }
  .adplist-homepage .footer-wordmark {
    font-size: 13.5vw;
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .adplist-homepage .nav .brand {
    width: 92px;
  }
  .adplist-homepage .nav-right {
    gap: 11px;
  }
  .adplist-homepage .nav .button {
    font-size: 10px;
    padding: 12px;
    gap: 9px;
  }
  .adplist-homepage .nav .button span {
    font-size: 15px;
  }
  .adplist-homepage .hero h1 {
    font-size: 38px;
  }
  .adplist-homepage .hero .eyebrow {
    font-size: 7px;
  }
  .adplist-homepage .hero-proof {
    font-size: 8px;
  }
  .adplist-homepage .trust-strip {
    gap: 6px;
    font-size: 9px;
  }
  .adplist-homepage .trust-brand {
    font-size: 10px;
  }
  .adplist-homepage .trust-boxes i {
    width: 14px;
    height: 15px;
    font-size: 14px;
  }
  .adplist-homepage .comparison tbody th {
    font-size: 10px;
  }
  .adplist-homepage .comparison tbody td:last-child {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .adplist-homepage,
  .adplist-homepage .mentor-track {
    scroll-behavior: auto;
  }
  .adplist-homepage *,
  .adplist-homepage *:before,
  .adplist-homepage *:after {
    animation: none !important;
    transition: none !important;
  }
  .adplist-homepage .review-lane {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .adplist-homepage .review-set[aria-hidden] {
    display: none;
  }
  .adplist-homepage .review-wall {
    mask-image: none;
  }
  .adplist-homepage .motion-control {
    display: none;
  }
}

.adplist-homepage .intent-copy {
  padding: 28px 28px 0;
}
.adplist-homepage .card-index {
  font-size: 9px;
  letter-spacing: 0.11em;
  color: #655f6c;
  display: block;
  margin-bottom: 16px;
}
.adplist-homepage .intent-copy h3 {
  font-size: 31px;
  line-height: 1.08;
  margin-bottom: 17px;
}
.adplist-homepage .intent-copy p {
  font-size: 14px;
  line-height: 1.5;
  color: #6f6671;
  max-width: 295px;
}
.adplist-homepage .intent-art {
  height: 220px;
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}
.adplist-homepage .card-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 28px;
  border-top: 1px solid #2c203c13;
  font-size: 13px;
  font-weight: 500;
  margin-top: auto;
}
.adplist-homepage .card-cta > span {
  font-size: 24px;
  font-weight: 400;
}
.adplist-homepage .question-paper {
  position: absolute;
  left: 27px;
  top: 26px;
  transform: rotate(-7deg);
  padding: 20px 22px;
  width: 215px;
  background: #fffdf8;
  border-radius: 5px;
  box-shadow: 0 4px 10px #392a4d12;
}
.adplist-homepage .paper-kicker {
  font-size: 7px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #7c7282;
}
.adplist-homepage .question-paper p {
  font-size: 26px;
  line-height: 1.15;
  color: var(--plum);
  letter-spacing: -0.04em;
  margin: 13px 0;
}
.adplist-homepage .paper-line {
  width: 85%;
  height: 3px;
  background: #ece7e1;
  margin-top: 8px;
}
.adplist-homepage .paper-line.short {
  width: 55%;
}
.adplist-homepage .answer-paper {
  position: absolute;
  right: 19px;
  bottom: 15px;
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  box-shadow: 0 5px 18px #392a4d16;
  transform: rotate(3deg);
}
.adplist-homepage .check-circle {
  width: 23px;
  height: 23px;
  background: #dbe8db;
  color: #28533f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}
.adplist-homepage .mini-face {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 5px solid #ece6f3;
  overflow: hidden;
  transform: rotate(6deg);
}
.adplist-homepage .mini-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adplist-homepage .career-photo {
  position: absolute;
  right: 27px;
  top: 14px;
  width: 150px;
  height: 200px;
  border-radius: 80px 80px 5px 5px;
  overflow: hidden;
  transform: rotate(6deg);
}
.adplist-homepage .career-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.adplist-homepage .career-label {
  position: absolute;
  left: 21px;
  top: 111px;
  padding: 17px 20px;
  background: #fefcf6;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  border-radius: 5px;
  transform: rotate(-5deg);
  box-shadow: 0 4px 15px #1e3d2414;
}
.adplist-homepage .career-label small {
  display: block;
  font-size: 11px;
  color: #7a766b;
}
.adplist-homepage .floating-tag {
  position: absolute;
  top: 37px;
  left: 22px;
  font-size: 10px;
  background: #c7d9ca;
  border: 1px solid #fff6;
  padding: 8px 12px;
  border-radius: 30px;
  transform: rotate(-7deg);
  color: #3f6551;
}
.adplist-homepage .work-paper {
  position: absolute;
  left: 30px;
  top: 21px;
  padding: 21px 22px 24px;
  background: #fffdf9;
  width: 255px;
  border-radius: 5px;
  transform: rotate(-4deg);
  box-shadow: 0 4px 15px #49352512;
}
.adplist-homepage .work-paper p {
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
  margin-top: 12px;
  letter-spacing: -0.045em;
}
.adplist-homepage .work-paper p span {
  border-bottom: 2px solid #c2936d;
  padding-bottom: 1px;
}
.adplist-homepage .work-lines {
  display: flex;
  gap: 7px;
  margin-top: 17px;
}
.adplist-homepage .work-lines i {
  height: 28px;
  flex: 1;
  border-radius: 2px;
  background: #eee7e0;
}
.adplist-homepage .work-lines i:nth-child(2) {
  background: #e4d7c9;
}
.adplist-homepage .work-lines i:nth-child(3) {
  background: #d2bba8;
}
.adplist-homepage .feedback-note {
  position: absolute;
  right: 15px;
  bottom: 12px;
  background: #d3bce9;
  border-radius: 4px;
  font-size: 12px;
  padding: 12px 35px 12px 15px;
  line-height: 1.35;
  transform: rotate(4deg);
  box-shadow: 0 5px 12px #44254010;
}
.adplist-homepage .feedback-note span {
  position: absolute;
  right: 11px;
  top: 12px;
  font-size: 20px;
}
.adplist-homepage {
  --paper: #fff;
  --green: #0e3030;
}
.adplist-homepage,
.adplist-homepage .site-header,
.adplist-homepage .hero,
.adplist-homepage .intent-section,
.adplist-homepage .mentors-section,
.adplist-homepage .reviews-section,
.adplist-homepage .reels-section,
.adplist-homepage .how-section,
.adplist-homepage .faq-section {
  background: #fff;
}
.adplist-homepage .hero:before,
.adplist-homepage .hero:after {
  display: none;
}
.adplist-homepage .hero {
  padding-top: 66px;
}
.adplist-homepage .hero h1 {
  margin-top: 0;
}
.adplist-homepage .hero h1 span {
  color: var(--ink);
}
.adplist-homepage .button {
  background: #0e3030;
}
.adplist-homepage .button.light {
  background: #fff;
  color: #0e3030;
}
.adplist-homepage .mentor-nav {
  font-size: 13px;
  white-space: nowrap;
}
.adplist-homepage .restored-intents .intent-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}
.adplist-homepage .restored-intents .intent-copy {
  padding: 30px 27px 0;
}
.adplist-homepage .restored-intents .intent-copy h3 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 15px;
}
.adplist-homepage .restored-intents .intent-copy p {
  font-size: 14px;
  margin: 0 auto;
  min-height: 84px;
}
.adplist-homepage .restored-intents .intent-art {
  align-self: stretch;
  height: 245px;
  margin-top: 15px;
  text-align: left;
}
.adplist-homepage .restored-intents .card-cta {
  margin-top: auto;
  align-self: stretch;
  justify-content: center;
  gap: 24px;
}
.adplist-homepage .restored-intents .question-paper p {
  margin: 13px 0;
  font-size: 26px;
}
.adplist-homepage .restored-intents .intent-card:nth-child(1) {
  background: #ece6f3;
}
.adplist-homepage .restored-intents .intent-card:nth-child(2) {
  background: #e6ede6;
}
.adplist-homepage .restored-intents .intent-card:nth-child(3) {
  background: #f1e8dc;
}
.adplist-homepage .mentor-card {
  border: 0;
  background: none;
  border-radius: 0;
}
.adplist-homepage .mentor-photo {
  border-radius: 14px;
  height: 290px;
}
.adplist-homepage .mentor-info {
  text-align: left;
  padding: 17px 0 0;
}
.adplist-homepage .mentor-info h3 {
  font-size: 20px;
}
.adplist-homepage .mentor-info > p {
  font-size: 13px;
  min-height: 64px;
  margin-top: 7px;
}
.adplist-homepage .mentor-stats {
  justify-content: flex-start;
  gap: 10px;
  margin: 14px 0;
  font-size: 12px;
}
.adplist-homepage .mentor-link {
  background: #0e3030;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
}
.adplist-homepage .mentor-stats > span + span {
  padding-left: 10px;
}
.adplist-homepage .mentor-card:hover {
  box-shadow: none;
}
.adplist-homepage .footer-discovery,
.adplist-homepage .footer-directory {
  text-align: left;
}
.adplist-homepage .footer-discovery {
  padding: 15px 0 48px;
  border-bottom: 1px solid #ffffff22;
}
.adplist-homepage .footer-discovery h2 {
  font-size: 28px;
  letter-spacing: -0.03em;
  margin-bottom: 36px;
}
.adplist-homepage .discovery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.adplist-homepage .footer-directory {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 45px 0 12px;
}
.adplist-homepage .discovery-grid h3,
.adplist-homepage .footer-directory h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 21px;
}
.adplist-homepage .discovery-grid a,
.adplist-homepage .footer-directory a {
  display: block;
  font-size: 13px;
  color: #e2cbd3;
  margin-top: 13px;
  line-height: 1.5;
}
.adplist-homepage .discovery-grid a:hover,
.adplist-homepage .footer-directory a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.adplist-homepage .footer-bottom {
  flex-wrap: wrap;
}
.adplist-homepage .footer-bottom img {
  filter: brightness(0) invert(1);
}
.adplist-homepage .footer-bottom > div {
  flex-wrap: wrap;
}
.adplist-homepage .footer-wordmark {
  margin-top: 35px;
}
.adplist-homepage .review-wall:hover .review-belt {
  animation-play-state: running;
}
.adplist-homepage .reviews-section.is-paused .review-belt {
  animation-play-state: paused;
}
@media (hover: hover) {
  .adplist-homepage .button:hover,
  .adplist-homepage .mentor-link:hover {
    background: #174747;
  }
  .adplist-homepage .button.light:hover {
    background: #e6efeb;
  }
}
@media (max-width: 1100px) {
  .adplist-homepage .mentor-photo {
    height: 270px;
  }
  .adplist-homepage .restored-intents .intent-copy {
    padding: 25px 20px 0;
  }
  .adplist-homepage .restored-intents .intent-copy h3 {
    font-size: 26px;
  }
  .adplist-homepage .restored-intents .intent-art {
    transform: scale(0.9);
    transform-origin: center bottom;
    margin-left: -12px;
    margin-right: -12px;
  }
  .adplist-homepage .restored-intents .intent-copy p {
    min-height: 105px;
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .adplist-homepage .restored-intents {
    grid-template-columns: 1fr;
  }
  .adplist-homepage .restored-intents .intent-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .adplist-homepage .restored-intents .intent-copy {
    align-self: center;
  }
  .adplist-homepage .restored-intents .intent-copy p {
    min-height: 0;
  }
  .adplist-homepage .restored-intents .intent-art {
    transform: none;
  }
  .adplist-homepage .restored-intents .card-cta {
    grid-column: 1/-1;
  }
  .adplist-homepage .discovery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .adplist-homepage .footer-directory {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .adplist-homepage .nav-right {
    gap: 18px;
  }
  .adplist-homepage .mentor-nav {
    font-size: 11px;
  }
  .adplist-homepage .mentor-photo {
    height: 240px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .hero {
    padding-top: 43px;
  }
  .adplist-homepage .nav {
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 14px;
  }
  .adplist-homepage .site-header {
    height: auto;
  }
  .adplist-homepage .nav-right {
    gap: 17px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .adplist-homepage .nav .button {
    display: none;
  }
  .adplist-homepage .mentor-nav,
  .adplist-homepage .login {
    font-size: 11px;
  }
  .adplist-homepage .restored-intents .intent-card {
    display: flex;
  }
  .adplist-homepage .restored-intents .intent-copy {
    padding: 26px 24px 0;
  }
  .adplist-homepage .restored-intents .intent-copy p {
    font-size: 14px;
  }
  .adplist-homepage .restored-intents .intent-art {
    height: 235px;
    margin: 15px 10px 0;
  }
  .adplist-homepage .restored-intents .intent-copy h3 {
    font-size: 29px;
  }
  .adplist-homepage .mentor-photo {
    height: 290px;
  }
  .adplist-homepage .mentor-info > p {
    min-height: 58px;
  }
  .adplist-homepage .footer-directory {
    grid-template-columns: repeat(2, 1fr);
  }
  .adplist-homepage .discovery-grid {
    gap: 30px 20px;
  }
  .adplist-homepage .footer-discovery h2 {
    font-size: 25px;
  }
  .adplist-homepage .discovery-grid a,
  .adplist-homepage .footer-directory a {
    font-size: 12px;
  }
  .adplist-homepage .footer-bottom {
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
  .adplist-homepage .footer-bottom > div {
    justify-content: flex-start;
    margin: 0;
  }
  .adplist-homepage .footer-wordmark {
    font-size: 13vw;
  }
}

.adplist-homepage .section-pad {
  padding: 56px 0;
}
.adplist-homepage .intent-section {
  padding-top: 44px;
  padding-bottom: 40px;
}
.adplist-homepage .mentors-section {
  padding-top: 40px;
}
.adplist-homepage .center-heading {
  margin-bottom: 28px;
}
.adplist-homepage .center-heading > p:not(.eyebrow) {
  margin-top: 16px;
}
.adplist-homepage .hero {
  padding-bottom: 24px;
}
.adplist-homepage .how-heading {
  margin-bottom: 28px;
}
.adplist-homepage .difference-section {
  padding: 24px 0 32px;
}
.adplist-homepage .faq-section {
  padding: 48px 0 64px;
}
.adplist-homepage .mentor-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin: 0 0 18px;
}
.adplist-homepage .mentor-arrows {
  display: flex;
  gap: 8px;
}
.adplist-homepage .mentor-toolbar .round-button {
  width: 34px;
  height: 34px;
  background: #f5f5f5;
  border: 0;
  font-size: 20px;
}
.adplist-homepage .mentor-motion {
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 11px;
  color: #67646b;
}
.adplist-homepage .mentor-rows {
  display: grid;
  gap: 28px;
}
.adplist-homepage .mentor-track {
  gap: 20px;
  padding: 0 0 5px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.adplist-homepage .mentor-track::-webkit-scrollbar {
  display: none;
}
.adplist-homepage .mentor-card {
  flex: 0 0 calc((100% - 80px) / 5);
  border: 0;
  background: none;
  scroll-snap-align: start;
}
.adplist-homepage .mentor-photo {
  height: auto;
  aspect-ratio: 1.08;
  border-radius: 17px;
  background: #f2f2f2;
}
.adplist-homepage .mentor-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}
.adplist-homepage .mentor-info {
  padding: 12px 3px 0;
  text-align: left;
}
.adplist-homepage .mentor-name-rating {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 7px;
}
.adplist-homepage .mentor-name-rating h3 {
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.adplist-homepage .mentor-name-rating > span {
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  color: #4a454e;
}
.adplist-homepage .mentor-info .mentor-role {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0;
  min-height: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767179;
}
.adplist-homepage .mentor-info .mentor-company {
  font-size: 12px;
  line-height: 1.5;
  margin: 1px 0 0;
  min-height: 0;
  font-weight: 500;
  color: #37323c;
}
.adplist-homepage .mentor-info .mentor-counts {
  font-size: 11px;
  line-height: 1.5;
  margin: 7px 0 0;
  min-height: 0;
  color: #767179;
}
.adplist-homepage .mentor-counts span {
  margin: 0 5px;
}
.adplist-homepage .mentor-section-cta {
  text-align: center;
  margin-top: 29px;
}
.adplist-homepage .mentor-section-cta .button {
  font-size: 13px;
  padding: 14px 21px;
}
.adplist-homepage .mentor-card:hover {
  box-shadow: none;
}
.adplist-homepage .mentor-card:focus-visible {
  outline-offset: -3px;
  border-radius: 17px;
}
.adplist-homepage .reels-section {
  padding-block: 56px;
}
.adplist-homepage .reels-section .center-heading {
  margin-bottom: 28px;
}
@media (min-width: 1600px) {
  .adplist-homepage .mentor-name-rating h3 {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 60px) / 4);
  }
  .adplist-homepage .mentor-track {
    gap: 20px;
  }
  .adplist-homepage .mentor-name-rating h3 {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .adplist-homepage .section-pad {
    padding: 42px 0;
  }
  .adplist-homepage .intent-section {
    padding-bottom: 28px;
  }
  .adplist-homepage .mentors-section {
    padding-top: 28px;
  }
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 36px) / 3);
  }
  .adplist-homepage .mentor-track {
    gap: 18px;
  }
  .adplist-homepage .mentor-rows {
    gap: 24px;
  }
  .adplist-homepage .center-heading > p:not(.eyebrow) {
    margin-top: 13px;
  }
  .adplist-homepage .difference-section {
    padding: 18px 20px;
  }
  .adplist-homepage .faq-section {
    padding-bottom: 48px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .section-pad {
    padding: 34px 0;
  }
  .adplist-homepage .intent-section {
    padding-top: 29px;
    padding-bottom: 24px;
  }
  .adplist-homepage .mentors-section {
    padding-top: 24px;
  }
  .adplist-homepage .center-heading {
    margin-bottom: 23px;
  }
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 14px) / 1.85);
  }
  .adplist-homepage .mentor-track {
    gap: 14px;
  }
  .adplist-homepage .mentor-name-rating {
    gap: 4px;
  }
  .adplist-homepage .mentor-name-rating h3 {
    font-size: 13px;
  }
  .adplist-homepage .mentor-name-rating > span {
    font-size: 10px;
  }
  .adplist-homepage .mentor-info .mentor-role,
  .adplist-homepage .mentor-info .mentor-company {
    font-size: 11px;
  }
  .adplist-homepage .mentor-info .mentor-counts {
    font-size: 10px;
  }
  .adplist-homepage .mentor-info {
    padding-top: 9px;
  }
  .adplist-homepage .mentor-photo {
    border-radius: 14px;
  }
  .adplist-homepage .mentor-counts span {
    margin: 0 3px;
  }
  .adplist-homepage .mentor-toolbar {
    margin-bottom: 13px;
  }
  .adplist-homepage .mentor-rows {
    gap: 22px;
  }
  .adplist-homepage .mentor-section-cta {
    margin-top: 25px;
  }
  .adplist-homepage .difference-section {
    padding: 15px 12px;
  }
  .adplist-homepage .faq-section {
    padding-bottom: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .adplist-homepage .mentor-motion {
    display: none;
  }
}
.adplist-homepage .skip-link {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
}
.adplist-homepage .skip-link:focus {
  clip-path: none;
  width: auto;
  height: auto;
  padding: 12px;
  transform: none;
}

.adplist-homepage .mentor-card {
  flex-basis: calc((100% - 90px) / 6);
}
.adplist-homepage .mentor-track {
  gap: 18px;
}
.adplist-homepage .mentor-photo {
  aspect-ratio: 1.06;
  border-radius: 14px;
}
.adplist-homepage .mentor-name-rating h3 {
  font-size: 13px;
}
.adplist-homepage .mentor-name-rating > span {
  font-size: 10px;
}
.adplist-homepage .mentor-info .mentor-role,
.adplist-homepage .mentor-info .mentor-company {
  font-size: 11px;
}
.adplist-homepage .mentor-info .mentor-counts {
  font-size: 10px;
}
.adplist-homepage .mentor-toolbar {
  margin-bottom: 14px;
}
.adplist-homepage .hero-proof {
  margin-top: 20px;
}
.adplist-homepage .hero .logo-row {
  margin-bottom: 0;
}
.adplist-homepage .difference-section {
  padding: 24px 0 32px;
}
.adplist-homepage .difference-panel {
  width: min(1260px, calc(100% - 96px));
  max-width: 1260px;
  padding: 55px 60px 45px;
}
.adplist-homepage .difference-panel h2 {
  font-size: 42px;
}
.adplist-homepage .reels-cta {
  text-align: center;
  margin-top: 27px;
}
.adplist-homepage .reel-card:not(.has-started) .sound-toggle {
  display: none;
}
.adplist-homepage .reel-card:not(.has-started) .video-toggle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 14px 20px;
  font-size: 13px;
  background: #0e3030e6;
  white-space: nowrap;
}
.adplist-homepage .reel-card:not(.has-started) .video-toggle span {
  margin-left: 10px;
}
.adplist-homepage .reel-card video {
  object-fit: cover;
}
.adplist-homepage .review-wall:hover .review-belt {
  animation-play-state: running;
}
@media (max-width: 1100px) {
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 64px) / 5);
  }
  .adplist-homepage .mentor-track {
    gap: 16px;
  }
  .adplist-homepage .difference-panel {
    width: calc(100% - 64px);
    padding: 44px 35px;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 42px) / 4);
  }
  .adplist-homepage .mentor-track {
    gap: 14px;
  }
  .adplist-homepage .difference-panel {
    width: calc(100% - 40px);
    padding: 40px 23px;
  }
  .adplist-homepage .difference-section {
    padding: 18px 0;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 33px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .mentor-card {
    flex-basis: calc((100% - 13px) / 2.15);
  }
  .adplist-homepage .mentor-track {
    gap: 13px;
  }
  .adplist-homepage .mentor-name-rating {
    display: block;
  }
  .adplist-homepage .mentor-name-rating > span {
    display: inline-block;
    margin-top: 2px;
  }
  .adplist-homepage .mentor-info .mentor-role {
    margin-top: 2px;
  }
  .adplist-homepage .mentor-info .mentor-counts {
    font-size: 9px;
  }
  .adplist-homepage .mentor-photo {
    border-radius: 12px;
  }
  .adplist-homepage .difference-panel {
    width: calc(100% - 40px);
    padding: 32px 12px;
  }
  .adplist-homepage .difference-panel h2 {
    font-size: 29px;
  }
  .adplist-homepage .comparison thead th {
    font-size: 10px;
  }
  .adplist-homepage .comparison tbody th {
    font-size: 10px;
  }
  .adplist-homepage .comparison tbody td:last-child {
    font-size: 9px;
  }
  .adplist-homepage .comparison thead img {
    width: 65px;
  }
  .adplist-homepage .comparison tbody td,
  .adplist-homepage .comparison tbody th {
    padding: 15px 5px;
  }
  .adplist-homepage .hero .logo-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .nav .button {
    display: inline-flex;
    font-size: 10px;
    padding: 11px 12px;
    gap: 10px;
  }
  .adplist-homepage .nav-right {
    gap: 13px;
  }
  .adplist-homepage .nav .button span {
    font-size: 15px;
  }
  .adplist-homepage .brand {
    width: 105px;
  }
}

/* A quiet tint behind the hero; all proof stays readable, selectable HTML. */
.adplist-homepage .hero {
  position: relative;
  isolation: isolate;
  background: #fff;
  overflow: hidden;
}
.adplist-homepage .hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at 14% 48%, #e5efea85, transparent 44%),
    radial-gradient(ellipse at 91% 34%, #ede9f180, transparent 43%);
  mask-image: linear-gradient(transparent, #000 25%, #000 72%, transparent);
}
.adplist-homepage .hero-trust,
.adplist-homepage .hero-trust .trust-strip {
  justify-content: center;
}
.adplist-homepage .logo-marquee {
  max-width: 1020px;
  margin: 34px auto 0;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.adplist-homepage .logo-belt {
  display: flex;
  width: max-content;
  animation: company-scroll 32s linear infinite;
}
.adplist-homepage .logo-set {
  display: flex;
  align-items: center;
  gap: 68px;
  padding-right: 68px;
  flex-shrink: 0;
}
.adplist-homepage .logo-set img {
  width: 112px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
}
@keyframes company-scroll {
  to {
    transform: translateX(-50%);
  }
}
.adplist-homepage .hero .hero-proof {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin: 30px auto 0;
  align-items: center;
}
.adplist-homepage .proof-award {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #77847e;
}
.adplist-homepage .proof-award > span {
  min-width: 112px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.adplist-homepage .proof-award strong {
  font-size: 24px;
  letter-spacing: -0.7px;
  color: #52645c;
  font-weight: 600;
}
.adplist-homepage .proof-award > span > span {
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #7b857f;
}
.adplist-homepage .laurel {
  width: 30px;
  height: 64px;
  fill: currentColor;
  opacity: 0.65;
}
.adplist-homepage .laurel.right {
  transform: scaleX(-1);
}
.adplist-homepage .reels-window {
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.adplist-homepage .reels-section .reels-grid {
  display: flex;
  gap: 22px;
  max-width: none;
  width: 100%;
  margin: 0;
  overflow: visible;
  will-change: transform;
}
.adplist-homepage .reels-grid .reel-card {
  flex: 0 0 calc((100% - 44px) / 3);
  width: auto;
  min-width: 0;
  aspect-ratio: 9/16;
  border-radius: 20px;
}
.adplist-homepage .reels-grid .reel-credit {
  font-size: 12px;
}
.adplist-homepage .reels-window:focus-visible {
  outline: 2px solid #0e3030;
  outline-offset: 5px;
}
@media (max-width: 800px) {
  .adplist-homepage .logo-set {
    gap: 42px;
    padding-right: 42px;
  }
  .adplist-homepage .logo-set img {
    width: 96px;
  }
  .adplist-homepage .reels-section .reels-grid {
    gap: 16px;
  }
  .adplist-homepage .reels-grid .reel-card {
    flex-basis: calc((100% - 32px) / 3);
  }
}
@media (max-width: 520px) {
  .adplist-homepage .hero .hero-proof {
    gap: 18px;
    margin-top: 22px;
  }
  .adplist-homepage .proof-award > span {
    min-width: 82px;
  }
  .adplist-homepage .proof-award strong {
    font-size: 20px;
  }
  .adplist-homepage .proof-award > span > span {
    font-size: 12px;
  }
  .adplist-homepage .laurel {
    width: 23px;
    height: 55px;
  }
  .adplist-homepage .reels-grid .reel-card {
    flex-basis: 78%;
  }
  .adplist-homepage .logo-marquee {
    margin-top: 26px;
  }
  .adplist-homepage .logo-set {
    gap: 34px;
    padding-right: 34px;
  }
  .adplist-homepage .logo-set img {
    width: 88px;
    height: 28px;
  }
  .adplist-homepage .hero .button,
  .adplist-homepage .bottom-cta .button {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .adplist-homepage .logo-belt {
    animation: none;
  }
  .adplist-homepage .logo-marquee {
    overflow-x: auto;
    mask-image: none;
  }
  .adplist-homepage .logo-set[aria-hidden] {
    display: none;
  }
  .adplist-homepage .reels-window {
    overflow-x: auto;
  }
  .adplist-homepage .reels-section .reels-grid {
    will-change: auto;
  }
}

.adplist-homepage .reel-card.wide-clip {
  background: #152526;
}
.adplist-homepage .reel-card.wide-clip video {
  object-fit: contain;
}
.adplist-homepage .hero:before {
  display: block;
}
.adplist-homepage .logo-set img {
  filter: brightness(0);
}

.adplist-homepage .hero:before {
  background: radial-gradient(ellipse at 10% 50%, #d7e8df 0, transparent 53%),
    radial-gradient(ellipse at 95% 37%, #e7dfef 0, transparent 51%);
  opacity: 0.72;
}
.adplist-homepage .hero .hero-proof {
  gap: 34px;
  margin-top: 24px;
}
.adplist-homepage .proof-award {
  gap: 1px;
}
.adplist-homepage .proof-award > span {
  min-width: 86px;
  gap: 2px;
}
.adplist-homepage .proof-award strong {
  font-size: 19px;
  letter-spacing: -0.4px;
}
.adplist-homepage .proof-award > span > span {
  font-size: 11px;
}
.adplist-homepage .laurel {
  width: 23px;
  height: 46px;
}
.adplist-homepage .reels-section > .container {
  width: 100%;
  max-width: none;
}
.adplist-homepage .reels-section .center-heading,
.adplist-homepage .reels-cta {
  padding-inline: 24px;
}
.adplist-homepage .reels-window {
  max-width: none;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 0;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 5%,
    #000 95%,
    transparent
  );
}
.adplist-homepage .reels-window::-webkit-scrollbar {
  display: none;
}
.adplist-homepage .reels-section .reels-grid {
  gap: 24px;
  transform: none !important;
  will-change: auto;
  scroll-snap-type: none;
}
.adplist-homepage .reels-grid .reel-card {
  flex: 0 0 clamp(210px, 19vw, 300px);
  border-radius: 20px;
  scroll-snap-align: none;
}
@media (max-width: 800px) {
  .adplist-homepage .reels-grid .reel-card {
    flex-basis: 230px;
  }
  .adplist-homepage .reels-section .reels-grid {
    gap: 18px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .hero .hero-proof {
    gap: 12px;
    flex-wrap: wrap;
  }
  .adplist-homepage .proof-award > span {
    min-width: 72px;
  }
  .adplist-homepage .proof-award strong {
    font-size: 17px;
  }
  .adplist-homepage .proof-award > span > span {
    font-size: 10px;
  }
  .adplist-homepage .laurel {
    width: 18px;
    height: 39px;
  }
  .adplist-homepage .reels-grid .reel-card {
    flex-basis: 210px;
  }
  .adplist-homepage .reels-window {
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 4%,
      #000 96%,
      transparent
    );
  }
}

/* Soft column divisions and edge light inspired by Sequence, in ADPList colors. */
.adplist-homepage .hero:before {
  display: block;
  inset: 0;
  opacity: 1;
  background: radial-gradient(ellipse at 0% 15%, #cee3dc 0, transparent 39%),
    radial-gradient(ellipse at 100% 75%, #e2daed 0, transparent 42%),
    radial-gradient(ellipse at 5% 92%, #dcebe6 0, transparent 33%),
    linear-gradient(90deg, #f3f7f5 0%, #fff 34%, #fff 66%, #f6f3f9 100%);
  mask-image: linear-gradient(#000 0%, #000 84%, transparent 100%);
}
.adplist-homepage .hero:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: repeating-linear-gradient(
    90deg,
    #ffffff30 0,
    transparent 5.8%,
    #ffffff60 6.2%,
    #ffffff70 6.3%,
    #b5c5bc14 6.4%,
    transparent 7%,
    transparent 12.5%
  );
  mask-image: linear-gradient(#000 0%, #000 76%, transparent 100%);
}
.adplist-homepage .hero .hero-proof {
  position: relative;
  padding-top: 22px;
  margin-top: 20px;
  flex-wrap: nowrap;
}
.adplist-homepage .hero .hero-proof:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(740px, 100%);
  border-top: 1px dashed #0e303018;
}
@media (max-width: 520px) {
  .adplist-homepage .hero .hero-proof {
    gap: 9px;
    justify-content: center;
  }
  .adplist-homepage .proof-award {
    gap: 0;
  }
  .adplist-homepage .proof-award > span {
    min-width: 57px;
  }
  .adplist-homepage .proof-award strong {
    font-size: 16px;
  }
  .adplist-homepage .proof-award > span > span {
    font-size: 9px;
  }
  .adplist-homepage .laurel {
    width: 15px;
    height: 35px;
  }
  .adplist-homepage .hero:after {
    background-size: 200% 100%;
  }
}

/* More white around the headline, with fine seams at the edges. */
.adplist-homepage .hero:before {
  background: linear-gradient(
      90deg,
      transparent 0%,
      #fff 31%,
      #fff 69%,
      transparent 100%
    ),
    radial-gradient(ellipse at 0% 12%, #d6e7e0, transparent 42%),
    radial-gradient(ellipse at 100% 76%, #e6dfef, transparent 44%), #fff;
}
.adplist-homepage .hero:after {
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(6.25% - 1px),
    #afc2b51c calc(6.25% - 1px),
    #ffffff65 6.25%
  );
  mask-image: linear-gradient(
    90deg,
    #000,
    transparent 34%,
    transparent 66%,
    #000
  );
  opacity: 0.55;
}
.adplist-homepage .hero {
  padding-top: 76px;
  padding-bottom: 36px;
}
.adplist-homepage .hero-trust {
  margin-top: 55px;
}
.adplist-homepage .logo-marquee {
  margin-top: 44px;
}
.adplist-homepage .hero .hero-proof {
  margin-top: 28px;
  padding-top: 28px;
}
.adplist-homepage .section-pad {
  padding-top: 66px;
  padding-bottom: 66px;
}
.adplist-homepage .intent-section {
  padding-top: 54px;
  padding-bottom: 50px;
}
.adplist-homepage .mentors-section {
  padding-top: 50px;
}
.adplist-homepage .difference-section {
  padding-top: 34px;
  padding-bottom: 42px;
}
@media (max-width: 800px) {
  .adplist-homepage .hero {
    padding-top: 60px;
    padding-bottom: 34px;
  }
  .adplist-homepage .section-pad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .adplist-homepage .intent-section {
    padding-top: 42px;
    padding-bottom: 36px;
  }
  .adplist-homepage .mentors-section {
    padding-top: 36px;
  }
  .adplist-homepage .hero-trust {
    margin-top: 41px;
  }
  .adplist-homepage .logo-marquee {
    margin-top: 36px;
  }
}
@media (max-width: 520px) {
  .adplist-homepage .hero {
    padding-top: 51px;
    padding-bottom: 32px;
  }
  .adplist-homepage .section-pad {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .adplist-homepage .intent-section {
    padding-top: 37px;
    padding-bottom: 32px;
  }
  .adplist-homepage .mentors-section {
    padding-top: 32px;
  }
  .adplist-homepage .hero-trust {
    margin-top: 38px;
  }
  .adplist-homepage .logo-marquee {
    margin-top: 34px;
  }
  .adplist-homepage .hero .hero-proof {
    margin-top: 26px;
    padding-top: 24px;
  }
  .adplist-homepage .difference-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .adplist-homepage .hero:after {
    background-size: 100% 100%;
  }
}

/* Sequence's original image and rendering rules, retained without recoloring. */
.adplist-homepage .hero:before {
  display: block;
  inset: 0;
  opacity: 1;
  background: url("/landing/matched/sequence-hero-background.jpg") center center /
    cover no-repeat;
  mask-image: linear-gradient(to bottom, #000 50%, transparent 95%);
}
.adplist-homepage .hero:after {
  display: none;
}
@media (max-width: 767px) {
  .adplist-homepage .hero:before {
    background-position: left center;
  }
}

.adplist-homepage .review-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin: 0 auto 38px;
  padding: 0 20px;
  text-align: center;
}
.adplist-homepage .reviews-section .center-heading {
  margin-bottom: 30px;
}
.adplist-homepage .reel-card .reel-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.adplist-homepage .reel-card.is-playing .reel-poster {
  opacity: 0;
}
.adplist-homepage .reel-card .reel-play-surface {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: inherit;
}
.adplist-homepage .reel-card .reel-play-surface:focus-visible {
  outline: 3px solid white;
  outline-offset: -5px;
}
.adplist-homepage .reel-card .reel-credit,
.adplist-homepage .reel-card .sound-toggle {
  z-index: 3;
}
.adplist-homepage .reel-card:not(.is-playing) .sound-toggle {
  display: none;
}
.adplist-homepage .restored-intents .card-cta {
  gap: 14px;
  font-size: 13px;
}
@media (max-width: 520px) {
  .adplist-homepage .review-proof {
    gap: 9px;
    margin-bottom: 28px;
  }
  .adplist-homepage .reviews-section .center-heading {
    margin-bottom: 25px;
  }
  .adplist-homepage .restored-intents .card-cta {
    font-size: 12px;
  }
}
