.hero-trust-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4d5365;
  font-size: 16px;
  font-weight: 600;
}

.trust-item i {
  color: #312e81;
  font-size: 18px;
  line-height: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .hero-trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .trust-item {
    font-size: 13px;
  }

  .trust-item i {
    font-size: 16px;
  }
}

/* =========================================================
Partner Requirements Section
========================================================= */
.partner-requirements-section {
  padding: 80px 0;
}
.partner-requirements-section__title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Rubik;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  margin-bottom: 8px;
}
.partner-requirements-section__subtitle {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
.partner-requirements-section__description {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
}
.partner-requirements-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(0deg, #141b5d 0%, #141b5d 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
    0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
    0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(6px);
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 34px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.partner-requirements-section__btn:hover {
  background: #13184c;
  color: #ffffff;
}
.partner-requirements-section__card {
  border-radius: 40px;
  border: 0.8px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 60px 50px;
  height: 100%;
}
.partner-requirements-section__card-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Rubik;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.92px;
  margin-bottom: 30px;
}
.partner-requirements-section__list {
  margin: 0;
  padding-left: 24px;
}
.partner-requirements-section__list li {
  color: var(--Colors-Neutral-900, #4a4a4a);
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
  margin-bottom: 10px;
}
.partner-requirements-section__list li:last-child {
  margin-bottom: 0;
}
.partner-requirements-section__phone-frame {
  max-width: 320px;
  margin: 0 auto;
}
.partner-requirements-section__image {
  width: 100%;
  height: auto;
  display: block;
}
/* Sticky Wrapper */
.main-home-sticky-m .sticky-wrapper-m {
  position: relative;
}
/* Sticky Sections */
.main-home-sticky-m .sticky-section-m {
  height: auto;
  position: sticky;
  top: 0vh;
  padding: 80px 0;
  transition: opacity 0.4s ease;
  background-color: #fff;
}
@media (max-width: 992px) {
  .main-home-sticky-m .sticky-section-m {
    height: auto;
    position: static;
    padding: 20px 0;
  }
}

.sleep-pricing-section {
  padding: 80px 0;
}
.sleep-pricing-section__title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.92px;
  margin-bottom: 18px;
}
.sleep-pricing-section__description {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
  margin-bottom: 5px;
}
.sleep-pricing-section__card {
  position: relative;
  border-radius: 16px;
  border: 1.6px solid var(--frre, #141b5d);
  padding: 45px 35px;
  height: 100%;
}
.sleep-pricing-section__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 26843500px;
  background: linear-gradient(
    90deg,
    #141b5d 0%,
    #1e1d67 7.14%,
    #281e72 14.29%,
    #311f7c 21.43%,
    #3a2087 28.57%,
    #432192 35.71%,
    #4c219d 42.86%,
    #5621a8 50%,
    #5f20b3 57.14%,
    #681fbf 64.29%,
    #721eca 71.43%,
    #7b1cd6 78.57%,
    #8519e2 85.71%,
    #8e16ee 92.86%,
    #9810fa 100%
  );
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  padding: 6px 18px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}
.sleep-pricing-section__item {
  margin-bottom: 28px;
}
.sleep-pricing-section__item-title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.984px; /* 179.921% */
  margin-bottom: 8px;
  line-height: 1.3;
}
.sleep-pricing-section__price {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.92px;
  margin-bottom: 18px;
}
.sleep-pricing-section__item-text {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-bottom: 0;
}
.sleep-pricing-section__image-wrapper {
  position: relative;
}
.sleep-pricing-section__image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* ==========================================
RESPONSIVE
========================================== */
@media (max-width: 1199px) {
  .sleep-pricing-section__title {
    font-size: 38px;
  }
  .sleep-pricing-section__item-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sleep-pricing-section {
    text-align: center;
  }
  .sleep-pricing-section__card {
    padding: 40px 28px;
  }
  .sleep-pricing-section__title {
    font-size: 34px;
  }
  .sleep-pricing-section__image-wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .sleep-pricing-section {
    padding: 60px 0;
  }
  .sleep-pricing-section__title {
    font-size: 28px;
  }
  .sleep-pricing-section__description {
    font-size: 15px;
  }
  .sleep-pricing-section__card {
    padding: 35px 22px;
  }
  .sleep-pricing-section__item {
    margin-bottom: 24px;
  }
  .sleep-pricing-section__item-title {
    font-size: 20px;
  }
  .sleep-pricing-section__item-text {
    font-size: 14px;
  }
  .sleep-pricing-section__badge {
    font-size: 10px;
    padding: 5px 16px;
  }
}

/* =========================================
   PRICING COMPARISON
========================================= */

.pricing-comparison-section {
  padding: 80px 0;
}

.pricing-comparison__label {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.92px;
  margin-bottom: 18px;
}

.pricing-comparison__title {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
.sleep-pricing-section__headline {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
.pricing-comparison__description {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

/* =========================================
   TABLE WRAPPER
========================================= */

.pricing-comparison__table-wrapper {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6e9f2;
  box-shadow: 0 15px 45px rgba(20, 27, 93, 0.08);
}

/* =========================================
   TABLE
========================================= */

.pricing-comparison__table {
  width: 100%;
  min-width: 750px;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-comparison__table th,
.pricing-comparison__table td {
  padding: 18px 22px;
  border-bottom: 1px solid #edf0f6;
}

.pricing-comparison__table thead th {
  padding: 28px 22px;
  color: #62748e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.563px;
  letter-spacing: 0.93px;
  vertical-align: middle;
}

.pricing-comparison__table thead th:first-child {
  text-align: left;
}

/* Feature column */

.pricing-comparison__table .feature-column {
  width: 46%;
}

/* Plan columns */

.pricing-comparison__table .plan-column {
  width: 27%;
  text-align: center;
}

.pricing-comparison__table .solo-plan {
  background: #f5f7ff;
}

.pricing-comparison__table .office-plan {
  background: #eef2ff;
}

/* Plan name */

.plan-name {
  color: #62748e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.563px;
  letter-spacing: 0.93px;
  margin-bottom: 6px;
}

/* Plan price */

.plan-price {
  color: #4f39f6;
  font-size: 25px;
  font-weight: 700;
}

.plan-price span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

/* =========================================
   CATEGORY ROW
========================================= */

.pricing-comparison__table .comparison-category {
  padding: 14px 22px;
  background: #f8f9fc;
  color: #4f39f6;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.yes-badge {
  border-radius: 35651524px;
  background: var(--frre, linear-gradient(90deg, #141b5d 0%, #9810fa 100%));
  box-shadow: 0 1.328px 3.984px 0 #c6d2ff, 0 1.328px 2.656px -1.328px #c6d2ff;
  color: #fff;
  font-size: 15.938px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 21.25px;
  padding: 6px 16px;
}

.no-badge {
  border-radius: 35651524px;
  background: #fef2f2;
  box-shadow: 0 0 0 1.328px #ffe2e2;
  color: #ff6467;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.25px;
  padding: 6px 14px;
}
/* =========================================
   TABLE BODY
========================================= */

.pricing-comparison__table tbody tr:not(.comparison-category):hover {
  background: #fafbff;
}

.pricing-comparison__table tbody td:first-child {
  color: #1d293d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.875px;
}

/* =========================================
   CHECK / MINUS
========================================= */

.comparison-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf7ef;
  color: #198754;
  font-size: 16px;
}

.comparison-minus {
  color: #adb3c2;
  font-size: 20px;
}

/* =========================================
   CTA
========================================= */

.pricing-comparison__cta-text {
  margin-bottom: 18px;
  color: #555b6e;
  font-size: 16px;
}

.pricing-comparison__cta {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 8px;
  background: #1c3fc6;
  border: 1px solid #1c3fc6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-comparison__cta:hover {
  background: #141b5d;
  border-color: #141b5d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 63, 198, 0.2);
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {
  .pricing-comparison-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-comparison__title {
    font-size: 32px;
  }

  .pricing-comparison__description {
    font-size: 15px;
  }

  .pricing-comparison__table-wrapper {
    border-radius: 12px;
  }

  .pricing-comparison__table th,
  .pricing-comparison__table td {
    padding: 15px;
  }

  .plan-name {
    font-size: 15px;
  }

  .plan-price {
    font-size: 21px;
  }

  .pricing-comparison__cta {
    width: 100%;
    max-width: 280px;
  }
}

/* ========================================
   WHO IT'S FOR
======================================== */

.providers-audience-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-label {
  color: var(--Colors-Neutral-1000, #333);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.92px;
  margin-bottom: 12px;
}

.providers-audience-section h2 {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.92px;
}

.providers-audience-section .lead {
  color: #4a4a4a;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: auto;
}

/* Card */

.audience-card {
  border-radius: 12px;
  border: 0.8px solid #e5e7eb;
  background: #fff;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

/* Icon */

.audience-icon {
  color: #9810fa;
  font-size: 50px;
  font-weight: 600;
}

/* Content */

.audience-content h4 {
  color: #060b13;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.6px;
  margin-bottom: 0px;
}

.audience-content p {
  color: #4a5565;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 767.98px) {
  .providers-audience-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .providers-audience-section h2 {
    font-size: 34px;
  }

  .providers-audience-section .lead {
    font-size: 16px;
  }

  .audience-card {
    padding: 28px 24px;
    border-radius: 16px;
  }

  .audience-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
  }

  .audience-content h4 {
    font-size: 19px;
  }

  .audience-content p {
    font-size: 14px;
  }

  .card-arrow {
    top: 24px;
    right: 24px;
  }
}

/* ===============================
Common Section Base
================================= */
.common-section {
  background: #ffffff;
}
.common-section .common-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.92px;
}
.common-section .common-description {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
}
/* ===============================
Cards
================================= */
.common-section .common-card {
  border-radius: 16px;
  border: 1.6px solid #e5e7eb;
  background: #fff;
  padding: 30px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}
.common-section .common-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/* Featured Card */
.common-section .featured-card {
  border: 1.6px solid var(--frre, #141b5d);
  position: relative;
}
/* Badge */
.common-section .recommended-badge {
  position: absolute;
  top: -12px;
  right: 10%;
  left: 10%;
  text-align: center;
  border-radius: 26843500px;
  background: linear-gradient(
    90deg,
    #141b5d 0%,
    #1e1d67 7.14%,
    #281e72 14.29%,
    #311f7c 21.43%,
    #3a2087 28.57%,
    #432192 35.71%,
    #4c219d 42.86%,
    #5621a8 50%,
    #5f20b3 57.14%,
    #681fbf 64.29%,
    #721eca 71.43%,
    #7b1cd6 78.57%,
    #8519e2 85.71%,
    #8e16ee 92.86%,
    #9810fa 100%
  );
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  padding: 5px 12px;
}
/* ===============================
Typography
================================= */
.common-section .plan-title {
  color: #141b5d;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  margin-bottom: 15px;
}
.common-section .plan-price {
  margin-bottom: 15px;
}
.common-section .price {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  margin-bottom: 18px;
}
.common-section .duration {
  color: #4a4a4a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-left: 5px;
}
.common-section .plan-note {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 5px;
}
.common-section .plan-desc {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
/* ===============================
Responsive
================================= */
@media (max-width: 768px) {
  .common-section .common-title {
    font-size: 26px;
  }
  .common-section .price {
    font-size: 28px;
  }
  .common-section .common-card {
    padding: 20px;
  }
}

/* ===============================
COMMON SECTION STYLES
================================= */
.common-sections {
  background: linear-gradient(90deg, #141b5d -18.06%, #9810fa 149.69%);
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 80px 0;
}
/* Title */
.common-sections .common-title {
  color: var(--Backgrounds-Primary, #fff);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  letter-spacing: -1.92px;
}
/* Description */
.common-sections .common-description {
  color: var(--Colors-Neutral-100, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
}
/* Stats Wrapper */
.common-sections .common-stats {
  gap: 25px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Stat Item */
.common-sections .common-stat-item h5 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  margin-bottom: 4px;
}
.common-sections .common-stat-item p {
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
/* Divider */
.common-sections .common-divider {
  width: 1px;
  height: 40px;
  background-color: #e9d4ff;
}
/* Button */
.common-sections .common-btn {
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
    0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
    0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(6px);
  padding: 10px 26px;
  color: #141b5d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 21.6px */
  text-decoration: none;
  transition: all 0.3s ease;
}
.common-sections .common-btn:hover {
  background-color: #f3e8ff;
  color: #4a148c;
}
/* ===============================
RESPONSIVE
================================= */
@media (max-width: 768px) {
  .common-sections .common-title {
    font-size: 28px;
  }
  .common-sections .common-description {
    font-size: 14px;
  }
  .common-sections .common-stats {
    flex-direction: column;
    gap: 15px;
  }
  .common-sections .common-divider {
    display: none;
  }
}
