.product-pages,
.compare-page {
  --dm-bg-dark: #000000;
  --dm-surface-dark: #07101c;
  --dm-card-dark: linear-gradient(160deg, rgba(18, 35, 63, 0.88), rgba(7, 16, 28, 0.95));
  --dm-border-dark: rgba(255, 255, 255, 0.16);
  --dm-text-dark: #ffffff;
  --dm-muted-dark: rgba(255, 255, 255, 1);
  --dm-accent: #2f95ff;
  --dm-accent-soft: rgba(47, 149, 255, 0.16);
  --dm-success: #7ed957;
  --home-border: rgba(55, 99, 170, 0.16);
  --home-surface: rgba(255, 255, 255, 0.88);
  --home-shadow-soft: 0 20px 45px rgba(24, 63, 132, 0.1);
  --dm-bg-day: #edf2fa;
  --dm-surface-day: #ffffff;
  --dm-card-day: linear-gradient(180deg, #ffffff, #f5f8ff);
  --dm-border-day: #eeeeee;
  --dm-text-day: #000;
  --dm-muted-day: #333;
}
.text-green{color: var(--dm-success) !important;}
.product-pages {
  background: var(--dm-bg-dark);
  color: var(--dm-text-dark);
}
.container{max-width: 1300px !important;}
[data-home-theme="night"]{
  --home-border: rgba(255, 255, 255, 0.2);
  --home-surface: rgba(2, 29, 57, 0.2);
  --home-shadow-soft: 0 20px 55px rgba(0, 0, 0, 0.34);
}

.document-redesign-shell {
  background: var(--dm-bg-dark);
  color: var(--dm-text-dark);
}

body.home-page.product-pages[data-home-theme='day'] {
  background: #fff;
  color: var(--dm-text-day);
}

.product-pages .product-banner {
  margin-top: 92px;
  padding: 64px 0 56px;
  min-height: auto;
  max-height: none;
  height: auto;
  background: radial-gradient(800px 780px at 50% 50%, rgba(27, 96, 197, 0.32), rgba(0, 0, 0, 0.25) 75%, #000 100%);
}

.product-pages .product-banner .document-hero-row {
  row-gap: 24px;
}

.product-pages .product-banner .product-banner-title {
  margin-bottom: 16px;
  color: #f5f9ff;
  font-size: clamp(34px, 2.7vw, 48px);
  line-height: 1.12;
  font-weight: 600;
}

.product-pages .product-banner p {
  color: var(--dm-muted-dark);
  font-size: 18px;
  line-height: 1.52;
}

[data-home-theme='day'] .product-pages .product-banner .bg-hero-sec {
  border: 7px solid rgba(239, 239, 239, 0.46);
  border-radius: 20px !important;
}
[data-home-theme='night'] .product-pages .product-banner .bg-hero-sec {
  border: 7px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px !important;
  background: #090f19;
}

.product-pages .product-feature-sec {
  background: transparent;
  padding: 28px 0 18px;
}
[data-home-theme='day'] .product-pages .product-feature-sec {
  background: #fff;
  padding: 28px 0 18px;
}

.product-pages .product-feature-head-title,
.product-pages .feature-brief-head-title,
.product-pages .plus-app-head .feature-brief-head-title,
.product-pages .product-cta-title,
.product-pages .title-color,
.product-pages .plus-app-item h5 {
  color: var(--dm-text-dark) !important;
}

.product-pages .product-feature-head p,
.product-pages .feature-brief-head p,
.product-pages .feature-brief-list p,
.product-pages .product-feature-item p,
.product-pages .plus-app-head p,
.product-pages .product-cta-sec p {
  color: var(--dm-muted-dark) !important;
}

.product-pages .product-feature-items {
  margin-top: 32px;
}

.product-pages .product-feature-item {
  margin-bottom: 20px;
  min-height: calc(100% - 20px);
  border: 1px solid var(--dm-border-dark);
  border-radius: 16px;
  padding: 26px 20px;
}

.product-pages .product-feature-item img {
  margin-bottom: 14px;
  max-height: 66px;
}

.product-pages .feature-brief-sec {
  background: transparent;
  padding: 76px 0;
}
[data-home-theme='day'] .product-pages .feature-brief-sec {
  background: #f7fbff;
  padding: 76px 0;
}

.product-pages .feature-brief-item + .feature-brief-item {
  padding-top: 80px;
}

.product-pages .feature-brief-head {
  margin-bottom: 22px;
}

.product-pages .feature-brief-head-title,
.product-pages .product-feature-head-title {
  font-size: clamp(28px, 2vw, 36px) !important;
  line-height: 1.2;
}
[data-home-theme='night'] .product-pages .feature-brief-list {
  padding: 16px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.product-pages .feature-brief-list {
  padding: 16px 18px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.product-pages .feature-brief-list:first-child::after {
    background-color: #1e88e5;
    bottom: 0;
    content: "";
    left: -3px;
    position: absolute;
    top: 0;
    width: 5px;
}

.product-pages .feature-brief-img img {
  background: linear-gradient(360deg,#efefef00,#004f96);
  border-radius: 18px !important;
  padding: 10px !important;
}

.product-pages .product-cta-sec {
  margin: 86px 0 78px;
  padding: 62px 0;
  border-radius: 0;
  background: radial-gradient(circle at 25% 50%, #0b2a55 0%, transparent 45%),
    radial-gradient(circle at 92% 50%, rgba(0,0,0,0.35) 0%, transparent 35%),
    linear-gradient(90deg, #020913 0%, #05152f 40%, #061836 100%);
}

.product-pages .product-cta-title {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  font-weight: 600;
}

.product-pages .product-cta-sec p {
  padding: 0 110px;
}

.product-pages .btn-get-start {
  border-radius: 10px;
  box-shadow: none;
}

.product-pages .product-feature-sec .border,
.product-pages .product-feature-sec .feature-brief-sec.border {
    padding: 1.1rem 1.5rem 1.5rem 1.5rem;
    border: 1px solid var(--home-border) !important;
    background: var(--home-surface);
    box-shadow: var(--home-shadow-soft);
    position: relative;border-radius: 14px !important;
}
.product-pages .product-feature-sec .border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #fff, #ffffff, transparent);
    opacity: .6;
}
.product-pages .plus-app-sec {
  padding: 72px 0 76px;
  margin-bottom: 0;
  background: transparent;
}
[data-home-theme='day'] .product-pages .plus-app-sec {
  padding: 72px 0 76px;
  margin-bottom: 0;
  background: #f7fbff;
}

.product-pages .plus-app-item-inner {
  border-radius: 14px;
  border: 1px solid var(--home-border) !important;
    background: var(--home-surface);
    box-shadow: var(--home-shadow-soft);
  height: 100%;
  min-height: 150px;
  position: relative;
}
.product-pages .plus-app-item-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, #fff, #ffffff, transparent);
    opacity: .6;
}
.product-pages .plus-app-item-inner:hover {
  border-color: rgba(113, 179, 255, 0.68);
  transform: translateY(-3px);
}

.product-pages .plus-app-item img {
  width: 64px;
}

.product-faq {
  padding: 36px 0 78px;
}

.product-faq__heading {
  margin: 0;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--dm-text-dark);
}

.product-faq__subtitle {
  margin: 12px auto 36px;
  max-width: 760px;
  font-size: clamp(20px, 1.42vw, 26px);
  line-height: 1.35;
  color: var(--dm-muted-dark);
}

.product-faq__list {
  width: min(940px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.product-faq__item {
  border-radius: 16px;
  border: 1px solid var(--dm-border-dark);
  background: var(--dm-surface-dark);
  overflow: hidden;
}
body.home-page.product-pages[data-home-theme='day'] .product-faq__item,
body.home-page.compare-page[data-home-theme='day'] .product-faq__item {
  border-radius: 16px;
  border: 1px solid rgba(55,99,170,0.16);
  background: #fafafa;
  overflow: hidden;
}
.product-faq__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--dm-text-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 1.2rem 1.3rem;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
}

.product-faq__symbol {
  flex-shrink: 0;
  font-size: 28px;
  line-height: 1;
  color: #dce8fb;
}

.product-faq__panel {
  padding: 0 26px 20px;
}

.product-faq__panel p {
  margin: 0;
  color: var(--dm-muted-dark);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.55;
}

body.home-page.product-pages[data-home-theme='day'] .document-redesign-shell {
  background: #fff;
  color: var(--dm-text-day);
}

body.home-page.product-pages[data-home-theme='day'] .product-banner {
  background: radial-gradient(800px 700px at 50% 50%, rgba(5, 197, 255, 0.06), rgba(255, 255, 255, 0.25) 100%, #fff 100%)
}

body.home-page.product-pages[data-home-theme='day'] .product-banner .product-banner-title,
body.home-page.product-pages[data-home-theme='day'] .product-feature-head-title,
body.home-page.product-pages[data-home-theme='day'] .feature-brief-head-title,
body.home-page.product-pages[data-home-theme='day'] .plus-app-head .feature-brief-head-title,
body.home-page.product-pages[data-home-theme='day'] .title-color,
body.home-page.product-pages[data-home-theme='day'] .plus-app-item h5,
body.home-page.product-pages[data-home-theme='day'] .product-faq__heading,
body.home-page.product-pages[data-home-theme='day'] .product-faq__trigger,
body.home-page.compare-page[data-home-theme='day'] .product-faq__heading,
body.home-page.compare-page[data-home-theme='day'] .product-faq__trigger {
  color: var(--dm-text-day) !important;
}

body.home-page.product-pages[data-home-theme='day'] .product-banner p,
body.home-page.product-pages[data-home-theme='day'] .product-feature-head p,
body.home-page.product-pages[data-home-theme='day'] .feature-brief-head p,
body.home-page.product-pages[data-home-theme='day'] .feature-brief-list p,
body.home-page.product-pages[data-home-theme='day'] .product-feature-item p,
body.home-page.product-pages[data-home-theme='day'] .plus-app-head p,
body.home-page.product-pages[data-home-theme='day'] .product-faq__subtitle,
body.home-page.product-pages[data-home-theme='day'] .product-faq__panel p,
body.home-page.compare-page[data-home-theme='day'] .product-faq__subtitle,
body.home-page.compare-page[data-home-theme='day'] .product-faq__panel p {
  color: var(--dm-muted-day) !important;
}

body.home-page.product-pages[data-home-theme='day'] .product-feature-item,
body.home-page.product-pages[data-home-theme='day'] .product-feature-sec .border,
body.home-page.product-pages[data-home-theme='day'] .product-feature-sec .feature-brief-sec.border,
body.home-page.product-pages[data-home-theme='day'] .plus-app-item-inner{
  border-color: var(--dm-border-day) !important;
  background: #fff !important;
}


body.home-page.product-pages[data-home-theme='day'] .feature-brief-img img {
  background: linear-gradient(180deg,#c5e2ff,#f7fbff)
}

body.home-page.product-pages[data-home-theme='day'] .product-cta-sec {
  background: radial-gradient(circle at 25% 50%, #0b2a55 0%, transparent 45%),
    radial-gradient(circle at 92% 50%, rgba(0,0,0,0.35) 0%, transparent 35%),
    linear-gradient(90deg, #020913 0%, #05152f 40%, #061836 100%);
}

body.home-page.product-pages[data-home-theme='day'] .product-faq__symbol,
body.home-page.compare-page[data-home-theme='day'] .product-faq__symbol {
  color: #35527f;
}
.product-feature-inner,.plus-app-list,.product-faq,.feature-brief-item{position: relative;z-index: 0;}
body.home-page.product-pages[data-home-theme='night'] .product-feature-inner::before,body.home-page.product-pages[data-home-theme='night'] .plus-app-list::before,body.home-page.product-pages[data-home-theme='night'] .feature-brief-item::before{ 
    background: radial-gradient(circle at 50% 50%, rgba(30, 136, 229, 0.3) 0%, rgba(30, 136, 229, 0.14) 35%, rgba(0, 0, 0, 0) 72%);
    filter: blur(4px);
    content: "";
    position: absolute;
    left: 50%;
    top: 62%;
    z-index: -1;
    width: min(860px, 78vw);
    height: min(650px, 34vw);
    transform: translate(-50%, -50%);
}
body.home-page.product-pages[data-home-theme='night'] .product-faq::before,
body.home-page.compare-page[data-home-theme='night'] .product-faq::before{
  background: radial-gradient(circle at 50% 50%, rgba(30, 136, 229, 0.1) 0%, rgba(30, 136, 229, 0.14) 35%, rgba(0, 0, 0, 0) 72%);
    filter: blur(4px);
    content: "";
    position: absolute;
    left: 50%;
    top: 32%;
    z-index: 0;
    width: min(860px, 78vw);
    height: min(450px, 34vw);
    transform: translate(-50%, -50%);
}

/* Legacy FAQ partial styling across product pages */
body.home-page.product-pages #faq-section {
  padding: 36px 0 78px !important;
  position: relative;
}

body.home-page.product-pages #faq-section .faq-header {
  margin: 0;
  text-align: center;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
}

body.home-page.product-pages #faq-section .faq-subheading {
  margin: 12px auto 36px;
  max-width: 760px;
  text-align: center;
  font-size: clamp(20px, 1.42vw, 26px);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.84);
}

body.home-page.product-pages #faq-section .accordion {
  width: min(940px, 100%);
  margin: 0 auto;
}

body.home-page.product-pages #faq-section .accordion-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #07101c;
  overflow: hidden;
  margin-bottom: 14px;
}

body.home-page.product-pages #faq-section .accordion-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  padding: 1.2rem 1.3rem;
  font-size: 1.3rem;
  line-height: 1.35;
  font-weight: 500;
  box-shadow: none;
}

body.home-page.product-pages #faq-section .accordion-button:not(.collapsed) {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

body.home-page.product-pages #faq-section .accordion-button::after {
  width: 24px;
  height: 24px;
  background-size: 24px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(9%) saturate(853%) hue-rotate(181deg) brightness(100%) contrast(94%);
}

body.home-page.product-pages #faq-section .accordion-body {
  padding: 0 26px 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.55;
}

body.home-page.product-pages[data-home-theme='day'] #faq-section .faq-header,
body.home-page.product-pages[data-home-theme='day'] #faq-section .accordion-button {
  color: #1b2f4f;
}

body.home-page.product-pages[data-home-theme='day'] #faq-section .faq-subheading,
body.home-page.product-pages[data-home-theme='day'] #faq-section .accordion-body {
  color: #4e6282;
}

body.home-page.product-pages[data-home-theme='day'] #faq-section .accordion-item {
  border: 1px solid rgba(55, 99, 170, 0.16);
  background: #fafafa;
}

body.home-page.product-pages[data-home-theme='day'] #faq-section .accordion-button:not(.collapsed) {
  color: #1b2f4f;
}

body.home-page.product-pages[data-home-theme='day'] #faq-section .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(24%) sepia(14%) saturate(1275%) hue-rotate(181deg) brightness(91%) contrast(87%);
}
.common-cta-sec{display: none !important;}
body.home-page.product-pages[data-home-theme='night'] .pro-accordion-button{color:#fff;}
body.home-page.product-pages[data-home-theme='day'] .pro-accordion-button{color:#000;}
body.home-page.product-pages[data-home-theme='night'] .pro-accordion-button:not(.collapsed),body.home-page.product-pages[data-home-theme='day'] .pro-accordion-button:not(.collapsed){color: #1e88e5 !important;}
@media screen and (min-width: 1600px) {.product-feature-head p{ padding: 0 140px;}}
@media screen and (max-width: 1600px) {.product-pages .plus-app-item-inner{min-height: auto;}}
@media (max-width: 1399px) {
  .product-pages .product-banner .product-banner-title {
    font-size: clamp(30px, 2.6vw, 42px);
  }

  .product-pages .product-banner p {
    font-size: 16px;
  }

  .product-pages .product-feature-item {
    padding: 20px 16px;
  }

  .product-pages .product-feature-item img {
    max-height: 58px;
  }
}

@media (max-width: 991px) {
  .product-pages .product-banner {
    margin-top: 68px;
    padding: 30px 0 28px;
  }

  .product-pages .product-banner .product-banner-title {
    font-size: clamp(34px, 8.2vw, 48px);
    text-align: center;
  }

  .product-pages .product-banner p {
    font-size: 16px;
    text-align: center;
  }

  .product-pages .product-banner .d-flex.mt-4 {
    justify-content: center !important;
  }

  .product-pages .product-feature-items {
    margin-top: 22px;
  }

  .product-pages .feature-brief-sec {
    padding: 46px 0;
  }

  .product-pages .feature-brief-item + .feature-brief-item {
    padding-top: 52px;
  }

  .product-pages .product-cta-sec {
    margin: 50px 0;
    padding: 44px 0;
  }

  .product-pages .product-cta-sec p {
    padding: 0;
  }

  .product-pages .plus-app-item {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .product-faq {
    padding: 10px 0 56px;
  }

  .product-faq__heading {
    font-size: clamp(32px, 8vw, 42px);
  }

  .product-faq__subtitle {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .product-faq__trigger {
    padding: 16px 18px;
    font-size: 16px;
    gap: 10px;
  }

  .product-faq__symbol {
    font-size: 24px;
  }

  .product-faq__panel {
    padding: 0 18px 16px;
  }

  .product-faq__panel p {
    font-size: 15px;
  }

  body.home-page.product-pages #faq-section {
    padding: 10px 0 56px !important;
  }

  body.home-page.product-pages #faq-section .faq-subheading {
    font-size: 16px;
    margin-bottom: 22px;
  }

  body.home-page.product-pages #faq-section .accordion-button {
    padding: 16px 18px;
    font-size: 16px;
    gap: 10px;
  }

  body.home-page.product-pages #faq-section .accordion-body {
    padding: 0 18px 16px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .product-pages .product-feature-item {
    padding: 18px 14px;
  }

  .product-pages .plus-app-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1536px) {
  .product-pages .product-banner .product-banner-title,
  .product-pages .product-cta-title {
    font-size: clamp(30px, 2.35vw, 42px);
  }

  .product-pages .feature-brief-head-title,
  .product-pages .product-feature-head-title {
    font-size: clamp(24px, 1.8vw, 31px) !important;
  }

  .product-faq__heading,
  body.home-page.product-pages #faq-section .faq-header {
    font-size: clamp(1.4rem, 2.55vw, 2.65rem);
  }
}

@media (min-width: 1200px) and (max-width: 1450px) and (max-height: 900px) {
  .product-pages .container {
    width: min(1140px, calc(100% - 48px));
    max-width: 1140px !important;
    /* padding-left: 24px;
    padding-right: 24px; */
  }

  .product-pages .product-banner {
    padding: 42px 0 36px;
  }

  .product-pages .product-banner .product-banner-title,
  .product-pages .product-cta-title {
    font-size: clamp(26px, 2.05vw, 36px);
    line-height: 1.08;
  }

  .product-pages .product-banner p,
  .product-pages .product-feature-head p,
  .product-pages .feature-brief-head p,
  .product-pages .feature-brief-list p,
  .product-pages .plus-app-head p,
  .product-pages .product-cta-sec p,
  .product-faq__subtitle,
  body.home-page.product-pages #faq-section .faq-subheading {
    font-size: 0.94rem;
    line-height: 1.46;
  }

  .product-pages .product-feature-sec {
    padding: 20px 0 12px;
  }

  .product-pages .feature-brief-sec,
  .product-pages .plus-app-sec {
    padding: 56px 0;
  }

  .product-pages .feature-brief-item + .feature-brief-item {
    padding-top: 56px;
  }

  .product-pages .feature-brief-head-title,
  .product-pages .product-feature-head-title {
    font-size: clamp(21px, 1.55vw, 27px) !important;
  }

  .product-pages .product-feature-item {
    padding: 18px 14px;
  }

  .product-pages .product-feature-item img {
    max-height: 56px;
    margin-bottom: 10px;
  }

  .product-pages .plus-app-item-inner {
    min-height: 132px;
    padding: 14px;
  }

  .product-pages .plus-app-item h5 {
    font-size: 1rem;
  }

  .product-pages .plus-app-item img {
    width: 56px;
  }

  .product-pages .product-cta-sec {
    margin: 60px 0 56px;
    padding: 46px 0;
  }

  .product-pages .product-cta-sec p {
    padding: 0 72px;
  }

  .product-faq,
  body.home-page.product-pages #faq-section {
    padding: 24px 0 56px;
  }

  .product-faq__heading,
  body.home-page.product-pages #faq-section .faq-header {
    font-size: clamp(1.25rem, 1.95vw, 2.1rem);
  }

  .product-faq__trigger,
  body.home-page.product-pages #faq-section .accordion-button {
    font-size: 0.95rem;
    padding: 16px 18px;
  }

  .product-faq__panel p,
  body.home-page.product-pages #faq-section .accordion-body {
    font-size: 0.9rem;
  }
}

@media (min-width: 1300px) and (max-width: 1799px) {
  .product-pages .product-banner {
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }

  .product-pages .product-banner .product-banner-title,
  .product-pages .product-cta-title {
    font-size: clamp(28px, 2.1vw, 38px);
    line-height: 1.1;
  }

  .product-pages .product-banner p,
  .product-pages .product-feature-head p,
  .product-pages .feature-brief-head p,
  .product-pages .plus-app-head p,
  .product-faq__subtitle,
  body.home-page.product-pages #faq-section .faq-subheading {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .product-pages .feature-brief-head-title,
  .product-pages .product-feature-head-title {
    font-size: clamp(22px, 1.65vw, 28px) !important;
  }

  .product-pages .product-feature-item {
    padding: 18px 14px;
  }

  .product-pages .plus-app-item h5 {
    font-size: 1.05rem;
  }

  .product-pages .plus-app-item-inner {
    padding: 14px;
  }

  .product-faq__heading,
  body.home-page.product-pages #faq-section .faq-header {
    font-size: clamp(1.3rem, 2.05vw, 2.2rem);
  }

  .product-faq__trigger,
  body.home-page.product-pages #faq-section .accordion-button {
    font-size: 0.98rem;
  }

  .product-faq__panel p,
  body.home-page.product-pages #faq-section .accordion-body {
    font-size: 0.93rem;
  }
}

.ghl-compare-page {
  color: var(--dm-text-dark);
  scroll-behavior: smooth;
}

.ghl-compare-page #comparison {
  scroll-margin-top: 110px;
}

.ghl-hero,
.ghl-section {
  position: relative;
  z-index: 0;
}

.ghl-hero {
  padding: 64px 0 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 149, 255, 0.22), rgba(0, 0, 0, 0) 40%),
    linear-gradient(180deg, rgba(9, 18, 34, 0.96), rgba(0, 0, 0, 0.98));
}

.ghl-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  margin: 0 auto 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #d7e7ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ghl-hero .container,
.ghl-section .container {
  position: relative;
}

.ghl-hero__title,
.ghl-section__title {
  color: var(--dm-text-dark);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.ghl-hero__title {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(2.3rem, 4.8vw, 3.5rem);
  line-height: 1.02;
}

.ghl-hero__lead,
.ghl-section__lead,
.ghl-section__body,
.ghl-panel li,
.ghl-audience-card p,
.ghl-question-card p,
.ghl-stat-card span,
.ghl-trust-item span {
  color: rgba(255, 255, 255, 0.82);
}

.ghl-hero__lead {
  max-width: 930px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.8;
}

.ghl-price-card {
  width: min(580px, 100%);
  margin: 34px auto 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.ghl-price-card__item {
  text-align: center;
}

.ghl-price-card__label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.ghl-price-card__item strong {
  color: #fff;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 700;
}

.ghl-price-card__price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.ghl-price-card__price-main {
  color: var(--dm-success);
}

.ghl-price-card__price-sub {
  margin-top: 4px;
  color: #fff;
  font-size: 0.66em;
  font-weight: 500;
  margin: auto;
}

.ghl-price-card__item strong s {
  opacity: 0.7;
}

.ghl-price-card__divider {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ghl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.ghl-hero__meta {
  margin: 22px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
}

.ghl-trust-strip {
  margin-top: 14px;
}

.ghl-hero .pricing-trust .container {
  width: min(1120px, calc(100% - 40px));
}

.ghl-trust-item,
.ghl-panel,
.ghl-pricing-table,
.ghl-stat-card,
.ghl-audience-card,
.ghl-question-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.ghl-trust-item {
  padding: 24px 22px;
  text-align: center;
}

.ghl-trust-item strong,
.ghl-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.25rem);
  font-weight: 700;
}

.ghl-section {
  padding: 80px 0 60px 0;
}

.ghl-section--soft {
  background: rgba(255, 255, 255, 0.03);
}

.ghl-section__head {
  max-width: 920px;
  margin: 0 auto 34px;
}

.ghl-section__title {
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.08;
}

.ghl-section__lead {
  margin: 18px auto 0;
  font-size: 1.04rem;
  line-height: 1.82;
}

.ghl-section__body {
  max-width: 1240px;
  margin: 0 auto 0;
  font-size: 1rem;
  line-height: 1.8;
}

.ghl-panel,
.ghl-stat-card,
.ghl-audience-card,
.ghl-question-card {
  padding: 28px;
}

.ghl-panel h3,
.ghl-audience-card h3,
.ghl-question-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

.ghl-check-list,
.ghl-cross-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghl-check-list li,
.ghl-cross-list li {
  position: relative;
  margin-bottom: 14px;
  line-height: 1.7;
}

.ghl-check-list li::before,
.ghl-cross-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.ghl-pricing-table {
  overflow: hidden;
}

.ghl-pricing-table .table {
  color: inherit;
  margin-bottom: 0;
}

.ghl-pricing-table thead th {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ghl-pricing-table td {
  padding: 18px 20px;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
}

.ghl-stat-card {
  text-align: center;
}

.ghl-audience-card p,
.ghl-question-card p {
  margin: 0;
  line-height: 1.72;
}

.ghl-question-list {
  margin: 14px 0;
  padding-left: 1.15rem;
}

.ghl-question-list li {
  margin-bottom: 8px;
  line-height: 1.72;
  /* color: rgba(255, 255, 255, 0.84); */
}

.ghl-audience-card__tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dce8fb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.ghl-audience-card__sub {
  margin-bottom: 16px !important;
}

.ghl-audience-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghl-audience-card__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
}

.ghl-audience-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44092 7.20462L5.28339 11.0471L14.8896 1.44092' stroke='%2384CF47' stroke-width='2.88185' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;

}

.ghl-audience-card__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-flow: column;
  gap: 10px 16px;
  align-items: center;
}

.ghl-audience-card__footer span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.ghl-price-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 700;
}

.ghl-cta-comparison {
  margin-top: 64px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
.ghl-final-cta{position: relative;z-index: 1;}
.ghl-cta-comparison__note {
  padding: 28px;
}

.ghl-cta-comparison__eyebrow {
  margin-bottom: 12px;
  color: #7ed957;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ghl-cta-comparison__note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.75;
}

.ghl-cta-comparison__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ghl-cta-half {
  padding: 28px 24px 30px;
  text-align: center;
}

.ghl-cta-half--dark {
  background: #000000;
}

.ghl-cta-half--blue {
  background: #84CF47;
}

.ghl-cta-half__brand {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  font-weight: 700;
}

.ghl-cta-half__money {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 700;
}

.ghl-cta-half__sub {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.ghl-cta-comparison__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  text-decoration: none;
}
body[data-home-theme='day'] .ghl-cta-comparison__bottom{background-color: #fff; color: #000;}
body[data-home-theme='day'] .ghl-cta-half--dark{background-color: #dadada;}
body[data-home-theme='day'] .ghl-cta-half--dark .ghl-cta-half__brand,body[data-home-theme='day'] .ghl-cta-half--dark .ghl-cta-half__money,body[data-home-theme='day'] .ghl-cta-half--dark .ghl-cta-half__sub{ color: #000;}


.ghl-final-cta__title {
  margin: 0 0 16px;
  /* color: #fff; */
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.15;
}

.ghl-final-cta__lead {
  margin: 0;
  max-width: 900px;
  /* color: rgba(255, 255, 255, 0.84); */
  font-size: 1.04rem;
  line-height: 1.75;
}

.ghl-final-cta__list {
  margin: 20px 0 0;
  padding-left: 1.15rem;
}

.ghl-final-cta__list li {
  margin-bottom: 9px;
  /* color: rgba(255, 255, 255, 0.9); */
  line-height: 1.7;
}

.ghl-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.ghl-audience-fit {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(237, 246, 255, 0.08), rgba(244, 248, 255, 0.04)),
    radial-gradient(circle at 0 0, rgba(98, 182, 215, 0.18), transparent 22%),
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.04), transparent 24%);
}

.ghl-audience-fit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(132, 151, 176, 0.08) 1px, transparent 1px),
    linear-gradient(60deg, rgba(132, 151, 176, 0.06) 1px, transparent 1px);
  background-size: 110px 110px, 110px 110px;
  opacity: 0.5;
  pointer-events: none;
}

.ghl-audience-fit .container {
  position: relative;
  z-index: 1;
}

.ghl-fit-head {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.ghl-fit-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 24px;
  margin-top: 76px;
}


.ghl-fit-card {
  position: relative;
  z-index: 1;
  min-height: 177px;
  padding: 74px 20px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.ghl-fit-icon {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1C1C1C;
  box-shadow: 0 10px 22px rgba(19, 35, 58, 0.16);
  font-size: 32px;
}
body[data-home-theme='day'] .ghl-fit-icon{background-color: #fff;}

.ghl-fit-card h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.ghl-fit-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.35;
}
.ghl-compare-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.ghl-compare-title__saleoid,
.ghl-compare-title__other {
  position: relative;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
}

.ghl-compare-title__vs {
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  font-weight: 700;
}

.ghl-compare-title__other::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 4px;
  height: 4px;
  border-radius: 999px;
  background: #f37042;
  transform: rotate(-2deg);
}

.ghl-comparison-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.ghl-comparison-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.54fr 0.54fr;
}

.ghl-comparison-head,
.ghl-comparison-row-label,
.ghl-comparison-cell {
  min-height: 66px;
  padding: 16px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ghl-comparison-head {
  background: rgba(255, 255, 255, 0.02);
}

.ghl-comparison-head:nth-child(3),
.ghl-comparison-cell:nth-child(3n) {
  border-right: 0;
}

.ghl-comparison-head--blank {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.ghl-comparison-key-line {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.ghl-comparison-head--product {
  text-align: center;
}

.ghl-comparison-name {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.15rem);
  line-height: 1.05;
  font-weight: 400;
}

.ghl-comparison-plan {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
}

.ghl-comparison-price {
  margin-top: 2px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.ghl-get-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 12px;
  padding: 0 22px;
  border: 2px solid #31a5ff;
  border-radius: 10px;
  color: #31a5ff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ghl-get-btn:hover {
  color: #fff;
  background: #31a5ff;
}

.ghl-comparison-row-label,
.ghl-comparison-cell {
  display: flex;
  align-items: center;
  background: transparent;
}

.ghl-comparison-row-label {
  color: #fff;
  font-size: 1.02rem;
}

.ghl-comparison-cell {
  justify-content: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  text-align: center;
}

.ghl-tick {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #39c26a;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 4px 10px rgba(57, 194, 106, 0.2);
}

.ghl-compare-page .compare-sec {
  padding-top: 20px;
}

body[data-home-theme='day'] .ghl-compare-page {
  color: var(--dm-text-day);
}

body[data-home-theme='day'] .ghl-hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 149, 255, 0.14), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f8fbff, #edf4ff 70%, #ffffff);
}

body[data-home-theme='day'] .ghl-kicker {
  border-color: rgba(55, 99, 170, 0.16);
  background: #eef5ff;
  color: #1f5fbf;
}

body[data-home-theme='day'] .ghl-hero__title,
body[data-home-theme='day'] .ghl-section__title,
body[data-home-theme='day'] .ghl-panel h3,
body[data-home-theme='day'] .ghl-audience-card h3,
body[data-home-theme='day'] .ghl-question-card h3,
body[data-home-theme='day'] .ghl-fit-card h3,
body[data-home-theme='day'] .ghl-compare-title__saleoid,
body[data-home-theme='day'] .ghl-compare-title__other,
body[data-home-theme='day'] .ghl-comparison-name,
body[data-home-theme='day'] .ghl-comparison-price,
body[data-home-theme='day'] .ghl-trust-item strong,
body[data-home-theme='day'] .ghl-stat-card strong,
body[data-home-theme='day'] .ghl-price-card__item strong,
body[data-home-theme='day'] .ghl-pricing-table thead th {
  color: #000;
}

body[data-home-theme='day'] .ghl-hero__lead,
body[data-home-theme='day'] .ghl-section__lead,
body[data-home-theme='day'] .ghl-section__body,
body[data-home-theme='day'] .ghl-panel li,
body[data-home-theme='day'] .ghl-audience-card p,
body[data-home-theme='day'] .ghl-question-card p,
body[data-home-theme='day'] .ghl-fit-card p,
body[data-home-theme='day'] .ghl-stat-card span,
body[data-home-theme='day'] .ghl-trust-item span,
body[data-home-theme='day'] .ghl-comparison-key-line,
body[data-home-theme='day'] .ghl-comparison-plan,
body[data-home-theme='day'] .ghl-comparison-cell,
body[data-home-theme='day'] .ghl-audience-card__list li,
body[data-home-theme='day'] .ghl-audience-card__footer span:last-child,
body[data-home-theme='day'] .ghl-cta-comparison__note p,
body[data-home-theme='day'] .ghl-pricing-table td {
  color: #000;
}

body[data-home-theme='day'] .ghl-compare-title__vs,
body[data-home-theme='day'] .ghl-comparison-row-label {
  color: #000;
}

body[data-home-theme='day'] .ghl-hero__meta,
body[data-home-theme='day'] .ghl-price-card__label,
body[data-home-theme='day'] .ghl-price-card__divider {
  color: #000;
}

body[data-home-theme='day'] .ghl-trust-item,
body[data-home-theme='day'] .ghl-panel,
body[data-home-theme='day'] .ghl-pricing-table,
body[data-home-theme='day'] .ghl-stat-card,
body[data-home-theme='day'] .ghl-audience-card,
body[data-home-theme='day'] .ghl-question-card,
body[data-home-theme='day'] .ghl-comparison-wrap,
body[data-home-theme='day'] .ghl-cta-comparison,
body[data-home-theme='day'] .ghl-price-card {
  border-color: rgba(55, 99, 170, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px rgba(17, 64, 137, 0.1);
}

body[data-home-theme='day'] .ghl-comparison-head,
body[data-home-theme='day'] .ghl-comparison-row-label,
body[data-home-theme='day'] .ghl-comparison-cell {
  border-right-color: rgba(55, 99, 170, 0.12);
  border-bottom-color: rgba(55, 99, 170, 0.12);
  background: #fff;
}

body[data-home-theme='day'] .ghl-audience-fit {
  background:
    linear-gradient(180deg, rgba(237, 246, 255, 0.95), rgba(244, 248, 255, 0.95)),
    radial-gradient(circle at 0 0, rgba(98, 182, 215, 0.18), transparent 22%),
    radial-gradient(circle at 100% 0, rgba(18, 35, 58, 0.05), transparent 24%);
}

body[data-home-theme='day'] .ghl-fit-card {
  background: #fff;
  border-color: #e4e8ee;
  box-shadow: 0 16px 36px rgba(19, 35, 58, 0.12);
}

body[data-home-theme='day'] .ghl-section--soft {
  background: #f7fbff;
}

body[data-home-theme='day'] .ghl-pricing-table thead th {
  background: #eef5ff;
  border-bottom-color: rgba(55, 99, 170, 0.12);
}

body[data-home-theme='day'] .ghl-pricing-table td {
  border-color: rgba(55, 99, 170, 0.12);
}

body[data-home-theme='day'] .ghl-audience-card__tag {
  background: #eef5ff;
  color: #1f5fbf;
}


body[data-home-theme='day'] .ghl-audience-card__footer,
body[data-home-theme='day'] .ghl-cta-comparison {
  border-color: rgba(55, 99, 170, 0.12);
}

@media (max-width: 991px) {
  .ghl-hero {
    padding: 72px 0 46px;
  }

  .ghl-section {
    padding: 56px 0;
  }

  .ghl-price-card {
    grid-template-columns: 1fr;
  }

  .ghl-price-card__divider {
    margin: -4px 0;
  }

  .ghl-panel,
  .ghl-stat-card,
  .ghl-audience-card,
  .ghl-question-card {
    padding: 22px;
  }

  .ghl-fit-grid::before,
  .ghl-fit-grid::after {
    display: none;
  }

  .ghl-fit-grid {
    gap: 74px 18px;
  }

  .ghl-comparison-grid {
    grid-template-columns: 1fr 0.8fr 0.8fr;
  }

  .ghl-cta-comparison__split {
    grid-template-columns: 1fr;
  }

  .ghl-hero__actions .btn {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) and (max-height: 950px) {
  .ghl-hero {
    padding: 46px 0 20px;
  }

  .ghl-hero__title {
    max-width: 860px;
    font-size: clamp(2.1rem, 3.3vw, 2.95rem);
    line-height: 1.05;
  }

  .ghl-hero__lead {
    max-width: 760px;
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .ghl-price-card {
    width: min(520px, 100%);
    margin-top: 24px;
    padding: 14px;
  }

  .ghl-price-card__item strong {
    font-size: 1.25rem;
  }

  .ghl-hero__actions {
    margin-top: 20px;
    gap: 10px;
  }

  .ghl-hero__actions .btn {
    min-height: 48px;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .ghl-hero__meta {
    margin-top: 16px;
    font-size: 0.9rem;
  }

  .trusted-section {
    padding-top: 24px;
  }

  .trusted-section h2 {
    font-size: 20px;
  }

  .home-hero__ratings-inline {
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }

  .home-rating-inline__logo--day,
  .home-rating-inline__logo--night {
    max-width: 138px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .ghl-kicker {
    width: 100%;
    text-align: center;
  }

  .ghl-hero__lead,
  .ghl-section__lead,
  .ghl-section__body {
    font-size: 0.98rem;
  }

  .ghl-panel li,
  .ghl-audience-card p,
  .ghl-question-card p {
    font-size: 0.95rem;
  }

  .ghl-fit-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .ghl-comparison-grid {
    grid-template-columns: 1fr;
  }

  .ghl-comparison-head,
  .ghl-comparison-row-label,
  .ghl-comparison-cell {
    border-right: 0;
  }

  .ghl-comparison-head--product {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
 .trusted-section{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 0 0 0;
}

.trusted-section h2{
  color:#fff;
  font-size:24px;
  letter-spacing:1px;
  margin:0;
  padding: 0 15px;
  margin-bottom: 0 !important;
}
 [data-home-theme="day"] .trusted-section h2{color:#000;}

.divider-left{
  flex:1;
  height:1px;
  background:linear-gradient(to right, transparent, #6b7280);
  max-width:280px;
}
.divider-right{
  flex:1;
  height:1px;
  background:linear-gradient(to right, #6b7280, transparent);
  max-width:280px;
}
[data-home-theme="day"] .divider-left{
  flex:1;
  height:1px;
  background:linear-gradient(to right, transparent, #d2d2d2ff);
  max-width:280px;
}
[data-home-theme="day"] .divider-right{
  flex:1;
  height:1px;
  background:linear-gradient(to right, #d2d2d2ff, transparent);
  max-width:280px;
}

.home-hero__ratings-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
    margin-top: 1.5rem;
    margin-bottom:2rem;
}
.home-rating-inline__logo--night {
    display: none;
}
body.home-page[data-home-theme="night"] .home-rating-inline__logo--day {
    display: none;
}
body.home-page[data-home-theme="night"] .home-rating-inline__logo--night {
    display: block;
}
[data-home-theme="day"] .horizontal-seperator{width: 100%; height:1px; background-color:rgba(0,0,0,0.09)}
.horizontal-seperator{width: 100%; height:1px; background-color:rgba(255,255,255,0.2)}
/* hide black logos by default */
.featured-logos img:nth-child(2){
  display: none;
}

/* when day theme is active */
[data-home-theme="day"] .featured-logos img:nth-child(1){
  display: none;
}

[data-home-theme="day"] .featured-logos img:nth-child(2){
  display: inline-block;
}

