h2 {
  color: var(--color-alternate);
  font-size: 3.0556rem;
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 3.8889rem;
  }
}

header .module-header-a-right {
  width: auto;
  text-align: center;
}

header .module-header-a-right span {
  font-size: 1.6667rem;
  font-weight: 700;
  color: var(--color-secondary);
}

#header-desktop {
  padding: 0 80px;
  transition: padding 200ms ease-out;
}

body.scrolled #header-desktop {
  padding: 10px 80px;
}

/* HERO */
.hero {
  position: relative;
  color: #ffffff;
  padding: 130px 0 40px;
  overflow: hidden;
}

.hero-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-logo img {
  height: 32px;
}

.hero-top-cta {
  text-align: right;
  font-size: 0.7rem;
}

.hero-top-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7ee8ff;
  margin-bottom: 0.2rem;
}

.hero-top-phone {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-copy {
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  text-transform: uppercase;
  font-size: 30px;
    line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.75rem;
}

.hero-title {
  display: block;
  font-size: 1.1111rem;
  line-height: 1.3;
  margin: 0 0 30px;
  color: #fff;
}

.hero-subtitle {
  margin: 30px 0 0;
  font-size: 0.95rem;
  color: var(--color-secondary);
}

.hero-subtitle .underline {
  text-decoration: underline;
}

.hero-btn {
  margin-bottom: 2rem;
}

.hero-trust {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 80px;
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .hero {
    padding: 220px 0 80px;
  }

  .hero-eyebrow {
    font-size: 3.8889rem;
  }

  .hero-title {
    font-size: 1.3333rem;
  }

  .hero-subtitle {
    font-size: 1.1667rem;
  }

  .hero-trust {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }

  .hero-rating,
  .hero-trust-list li {
    position: relative;
    font-size: 1.3333rem;
  }

  .hero-rating::before,
  .hero-trust-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #8C8C8C;
  }

  .hero-trust-list {
    flex-direction: row;
    gap: 60px;
  }
}

/* RESULTS CARDS */
.results-cards {
  position: relative;
  padding: 2.5rem 0;
}

.results-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.results-bg img {
  width: 100%;
}

/* .results-cards .swiper-outer {
  max-width: 440px;
} */

#slider-results-cards {
  overflow: visible;
}

.results-cards .marquee-swiper-wrapper {
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.results-cards-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.result-card {
  text-align: center;
  background: #FFF;
  border: 1px solid #e0e6ec;
  border-radius: 9px;
  box-shadow: 0 4px 10px rgba(0, 24, 48, 0.04);
}

.result-card-inner {
  padding: 45px;
}

.result-amount {
  color: #00c7d9;
  font-weight: 800;
  font-size: 3.3333rem;
  line-height: 1.1;
  margin-bottom: 15px;
}

.result-desc {
  font-size: 1.2222rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-alternate);
}

@media screen and (min-width: 768px) {
  .results-cards-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1800px) {
  .result-amount {
    font-size: 3.0556rem;
  }

  .result-card {
    max-width: 450px;
  }
}

/* INTRO */
.intro {
  padding: 2.75rem 0 3rem;
}

.intro-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.intro-main h2 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

.intro-main p {
  font-weight: 500;
}

.intro-main p:last-child {
  margin-bottom: 0;
}

.intro-side h3 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.intro-side ul {
  margin: 0;
}

.intro-side li {
  line-height: 1.3;
  font-weight: 600;
  padding: 20px 0;
  color: var(--color-secondary);
  border-bottom: 1px solid #BBE1FA;
}

.intro-side li:first-child {
  border-top: 1px solid #BBE1FA;
}

@media screen and (min-width: 768px) {
  .intro-main {
    max-width: 420px;
  }

  .intro-inner {
    flex-direction: row;
    align-items: flex-start;
  }

  .intro-main {
    flex: 1 1 55%;
  }

  .intro-side {
    flex: 1 1 45%;
  }
}

@media screen and (min-width: 1600px) {
  .intro h2 {
    margin-bottom: 60px;
  }
  
  .intro-main p {
    font-size: 1.2222rem;
  }

  .intro-side li {
    font-size: 1.6667rem;
  }
}

/* TEAM */
.team {
  position: relative;
  padding: 60px 0;
}

.team h2 {
  text-align: center;
}

.team-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 30px;
  gap: 30px;
}

.team-grid .attorney-single-box {
  max-width: 400px;
}

.team-info {
  padding: 1rem 1.3rem 1.2rem;
}

.team-info h3 {
  margin: 0 0 0.3rem;
}

.team-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #6a7884;
}

@media screen and (min-width: 1600px) {
  .team {
    padding: 90px 0;
  }
}

/* HOW IT WORKS */
.how-it-works {
  background: linear-gradient(135deg, #00293c, #003b56);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.how-it-works .row {
  max-width: 1410px;
}

.how-it-works h2 {
  color: var(--color-secondary);
  margin-bottom: 45px;
}

.section-heading--light {
  color: #ffffff;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.step {
  text-align: center;
  margin: 0 auto;
}

.step-number {
  position: relative;
  display: inline-block;
  padding: 40px;
  border-radius: 50%;
  line-height: 1;
  margin: 0 auto 30px;
  font-size: 4.1667rem;
  font-weight: 700;
}

.step-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
}

.step-title {
  font-size: 1.9444rem;
  font-weight: 700;
  color: var(--color-secondary);
}

.step-text {
  margin: 0;
  color: #ffffff;
}

@media screen and (min-width: 900px) {
  .steps-grid {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps-grid::before {
    content: "";
    position: absolute;
    top: 73px;
    left: calc(((33% - 150px) / 2) + 137px);
    width: calc(34% - 143px);
    height: 1px;
    background: var(--color-secondary);
  }

  .steps-grid::after {
    content: "";
    position: absolute;
    top: 73px;
    right: calc(((33% - 150px) / 2) + 137px);
    width: calc(34% - 143px);
    height: 1px;
    background: var(--color-secondary);
  }
}

@media screen and (min-width: 1025px) {
  .how-it-works {
    padding: 100px 0;
  }
}

/* REVIEWS */
.reviews {
  padding: 3rem 0 3.2rem;
  background-color: #ffffff;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.review-card {
  border-radius: 4px;
  border: 1px solid #e0e6ec;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 4px 10px rgba(0, 24, 48, 0.04);
}

.review-stars img {
  height: 16px;
  margin-bottom: 0.6rem;
}

.review-text {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.review-author {
  margin: 0;
  font-size: 0.85rem;
  color: #6a7884;
}

.reviews-cta {
  text-align: center;
  margin-top: 2rem;
}

.reviews-cta a {
  font-size: 1.9444rem;
  font-weight: 700;
  color: var(--color-alternate);
  text-decoration: none;
}

.reviews-cta a:hover,
.reviews-cta a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1025px) {
  .reviews {
    padding: 110px 0;
  }
}

/* FAQS */
.faqs {
  background-color: var(--color-alternate);
  color: #ffffff;
  padding: 60px 0;
}

.faqs .row {
  max-width: 1180px;
}

.faqs .section-heading {
  color: var(--color-secondary);
}

.faq-item .accordion-item-title {
  font-size: 1.1111rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
}

.faq-item .accordion-item-title:hover,
.faq-item .accordion-item-title:focus {
  color: var(--color-secondary);
}

.faqs p {
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .faqs {
    padding: 120px 0;
  }
}