/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url("https://use.typekit.net/usy6zbn.css");

* {
  box-sizing: border-box;
  font-family: "proxima-nova", sans-serif;
}

.lp-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin:0px;
}

/* Announcement Bar */

.lp-hero__announcement {
  background: linear-gradient(90deg, #d8ea53, #eaba8b, #c46fe8, #1797ff);
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #162f3b;
}

/* HERO */

.lp-hero {
  background: #162f3b;
  color: white;
  position: relative;
  overflow: visible;
}

.lp-hero__inner {
  padding-bottom: 100px;
}

/* Sticky header */

.lp-hero__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  top: 0;
  background: #162f3b;
  z-index: 20;
  width: 100%;
}

.lp-hero__logo img {
  max-width: 200px;
}

/* Global Header */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #162f3b;
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.lp-header__logo img {
  max-width: 200px;
}

/* Hero Content */

.lp-hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 40px;
}

.lp-eyebrow {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #c46fe8;
}

.lp-headline {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.lp-strike {
  text-decoration: line-through;
}

.lp-hero-copy {
  font-size: 18px;
  margin-bottom: 40px;
}

.lp-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}

.lp-btn {
  border-radius: 5px;
  padding: 13px 28px;
  border: 1px solid #162f3b;
  background: #d8ea53;
  font-size: 14px;
  color: #162f3b;
  text-decoration: none;
  font-weight: 700;
}

.lp-btn:hover {
  border-radius: 5px;
  padding: 13px 28px;
  border: 1px solid #ffffff;
  background: #162f3b;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}

.lp-secondary-link {
  font-size: 14px;
  color: #d8ea53;
  text-decoration: underline;
  font-weight: 700;
}

.lp-secondary-link:hover {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

/* Hero image */

.lp-hero-image {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Logo section */

.lp-logo-strip {
  padding: 70px 0;
}

.lp-logo-strip__title {
    color: #162f3b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: center;
}

.lp-logo-strip__grid-hc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  align-items: center;
  padding-bottom: 50px;
}

.lp-logo-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 60px;
  align-items: center;
  padding-bottom: 50px;
}

.lp-logo-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-logo-strip__item img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(1);
}

/* Stats Box */

.lp-stats-wrap {
  margin-top: 70px;
  margin-bottom: -250px;
  position: relative;
  z-index: 10;
}

.lp-stats-box {
  background: white;
  border: 1px solid #162f3b;
  box-shadow: 0px 0px 10px #00000034;
  padding: 50px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.lp-stat-number {
  color: #162f3b;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1em;
}

.lp-stat-text {
  font-size: 20px;
  font-weight: 500;
  color: #162f3b;
}

/* Next Section */

.lp-next-section {
  background: linear-gradient(180deg, #FBFFDE 0%, #FBFFDE00 100%);
  background-repeat: no-repeat;
  padding: 80px 110px 0px 110px;
  background-size: 100% 20%;
}

.lp-section-intro {
    margin-bottom: 60px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.lp-section-title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #162f3b;
  line-height: 1.2;
}

.lp-section-subtext {
  font-size: 18px;
  color: #162f3b;
}

/* Feature Grid */

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.lp-feature-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.lp-feature-grid-narrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.lp-feature-card {
  background: white;
  border: 1px solid #162f3b;
  box-shadow: 0px 0px 10px #00000034;
  padding: 28px;
}

.lp-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* LEFT align */
  margin-bottom: 20px;
}

.lp-icon img {
  max-height: 60px;
  width: auto;
  display: block;
}

.lp-feature-card h3 {
  font-size: 22px;
  margin-bottom: 6px;
  color: #162f3b;
  line-height: 1.2em;
}

.box-body {
  font-size: 15px;
  margin-bottom: 16px;
  color: #162f3b;
  line-height: 1.5;
}

.box-highlight {
  font-size: 14px;
  color: #883ca6;
  font-weight: 700;
}

.lp-alternative-title {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 10px;
  color: #162f3b;
  line-height: 1.2;
}

/* Stats section 4 column */

.lp-stats-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

.lp-statband-section {
  padding: 0 0 120px 0;
}

.lp-statband-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.lp-statband-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}

.lp-statband-icon {
  display: flex;
  justify-content: center;
  align-items: start;
}

.lp-statband-icon img {
  width: 70px;
  height: auto;
  display: block;
  padding-top: 8px;
}

.lp-statband-content {
  text-align: left;
}

.lp-statband-number {
  font-size: 60px;
  line-height: 0.95;
  font-weight: 700;
  color: #162f3b;
  margin: 0 0 8px;
}

.lp-statband-label {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 400;
  color: #162f3b;
}

/* Comparison Section */

.lp-comparison-section {
  padding: 40px 0 110px;
}

.lp-comparison-panel {
  background: linear-gradient(90deg, #d8ea53 0%, #eaba8b 45%, #c46fe8 100%);
  border-radius: 48px;
  padding: 68px 66px 60px;
  position: relative;
}

.lp-comparison-intro {
  text-align: center;
  margin-bottom: 42px;
}

.lp-comparison-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #162f3b;
}

.lp-comparison-table-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 10px #00000034;
  overflow-x: auto;
}

.lp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  color: #162f3b;
  margin-bottom: 20px;
}

.lp-comparison-table thead th {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding: 24px 22px 18px;
  border-bottom: 2px solid #5f6b73;
}

.lp-comparison-table tbody td {
  font-size: 15px;
  padding: 26px 22px 2px 22px;
  border-bottom: 1px solid #c8cdd1;
}

.lp-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.lp-check {
  color: #49b86e;
  font-weight: 700;
  margin-right: 6px;
}

.lp-check-feature {
  color: #883ca6;
  font-weight: 700;
  margin-left: 6px;
}

.lp-x {
  color: #d62828;
  font-weight: 700;
  margin-right: 6px;
}

/* Benefits Section */

.lp-benefits-section {
  background: #fafaf0;
  padding: 110px 0;
}

.lp-benefits-intro {
  text-align: center;
  margin-bottom: 60px;
}

.lp-benefits-title {
  font-size: 40px;
  color: #162f3b;
  margin: 0;
}

.lp-benefits-subtext {
  font-size: 18px;
  color: #162f3b;
  margin: 0;
}

.lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.lp-benefits-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.lp-benefit-card {
  background: #ffffff;
  border: 1px solid #162f3b;
  box-shadow: 0px 0px 10px #00000034;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp-benefit-card-healthcare {
  background: #ffffff;
  border: 1px solid #162f3b;
  box-shadow: 0px 0px 10px #00000034;
  display: flex;
  flex-direction: column;
  height: 400px;
}

.lp-benefit-content {
  padding: 30px 26px 28px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lp-benefit-stat {
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  color: #162f3b;
}

.lp-benefit-sub {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4px;
  color: #162f3b;
}

.lp-benefit-sub-hc {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4px;
  color: #162f3b;
  margin-top: 10px;
}

.lp-benefit-body {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  color: #162f3b;
}

.lp-benefit-image {
  /* height: 240px;*/
  overflow: hidden;
  margin-top: auto;
}

.lp-benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Customer Quote Section */

.lp-quote-section {
  background: #162f3b;
  padding: 110px 0;
}

.lp-quote-wrap {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.lp-quote-text {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

.lp-quote-attribution {
  color: #d8ea53;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

/* Switch Section */

.lp-switch-section {
  background: #fafaf0;
  padding: 110px 0;
}

.lp-switch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: start;
}

.lp-switch-title {
  margin: 0 0 28px;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  color: #162f3b;
  text-align: right;
}

.lp-switch-image {
  overflow: hidden;
}

.lp-switch-image img {
  width: 100%;
  display: block;
  height: auto;
}

.lp-switch-right {
  padding-top: 6px;
}

.lp-switch-step {
  margin-bottom: 28px;
}

.lp-switch-step:last-child {
  margin-bottom: 0;
}

.lp-switch-features {
  font-size: 14px;
  color: #883ca6;
  font-weight: 700;
  margin: 8px 0 40px 0;
}

.lp-switch-step__pill {
    align-items: center;
    background: #883ca6;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin-bottom: 4px;
    padding: 6px 10px;
    text-transform: lowercase;
}

.lp-switch-step__title {
  margin: 2px 0 0px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #162f3b;
}

.lp-switch-step__title-hc {
    margin: 0px 0 4px 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #162f3b;
}

.lp-switch-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #162f3b;
}

/* Responsive */

@media (max-width: 1000px) {
  .lp-hero__content {
    grid-template-columns: 1fr;
    padding-top: 10px;
    gap: 0px;
  }
  
  .lp-btn {
    padding: 6px 16px;
  }
  
  .lp-hero__logo img {
    max-width: 150px;
}

  .lp-stats-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lp-benefits-grid-2 {
  grid-template-columns: repeat(1, 1fr);
}

  .lp-comparison-panel {
    padding: 48px 32px 40px;
    border-radius: 32px;
  }

  .lp-comparison-title {
    font-size: 34px;
  }

  .lp-comparison-table thead th {
    font-size: 20px;
    padding: 20px 16px 16px;
  }

  .lp-comparison-table tbody td {
    padding: 14px 16px;
  }

  .lp-quote-text {
    font-size: 36px;
  }

  .lp-quote-attribution {
    font-size: 24px;
  }

  .lp-switch-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-switch-title {
    font-size: 50px;
  }
}

@media (max-width: 700px) {
  .lp-container {
    padding: 0 24px;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr;
  }

  .lp-stats-box {
    grid-template-columns: 1fr;
  }

  .lp-benefits-grid {
    grid-template-columns: 1fr;
  }

  .lp-headline {
    font-size: 36px;
  }

  .lp-next-section {
    padding: 70px 20px 0px 20px;
  }

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

  .lp-comparison-panel {
    padding: 36px 18px 24px;
    border-radius: 24px;
  }

  .lp-comparison-title {
    font-size: 28px;
  }

  .lp-comparison-table {
    min-width: 760px;
  }

  .lp-quote-section {
    padding: 80px 0;
  }

  .lp-quote-text {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 22px;
  }

  .lp-quote-attribution {
    font-size: 20px;
  }

  .lp-switch-section {
    padding: 80px 0;
  }

  .lp-switch-title {
    font-size: 38px;
    margin-bottom: 22px;
  }

  .lp-switch-step__title {
    font-size: 24px;
  }
  
    .lp-switch-step__title-hc {
    font-size: 24px;
  }

  .lp-switch-step__pill {
    font-size: 16px;
    padding: 9px 12px;
    border-radius: 10px;
  }
}

@media (max-width: 1000px) {
  .lp-statband-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .lp-statband-section {
    padding: 0px 0px 50px 0px;
  }

  .lp-statband-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-statband-item {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
  }

  .lp-statband-icon img {
    width: 40px;
  }

  .lp-statband-number {
    font-size: 56px;
  }

  .lp-statband-label {
    font-size: 18px;
  }
}







/* FAQ */

/*.lp-faq-section {
  background: #ffffff;
  padding: 110px 0;
  margin: 0 auto;
}

.faq-container {
  margin: 0 auto;
}

.faq-benefits-title {
  color: #162f3b;
    text-align: center;
    font-size: 40px;
}
*/


.lp-faq-section {
  background: #ffffff;
  padding: 110px 0;
}

.lp-faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.faq-benefits-title {
  color: #162f3b;
  text-align: center;
  font-size: 40px;
  margin: 0 0 40px;
}


/* Contact Section */

.lp-contact-section {
  background: #d8ea53;
  padding: 110px 0;
}

.lp-contact-intro {
  max-width: 980px;
  margin: 0 auto 36px;
  text-align: center;
}

.lp-contact-title {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 700;
  color: #162f3b;
}

.lp-contact-subtext {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #162f3b;
}

.lp-contact-form-wrap {
  max-width: 740px;
  margin: 0 auto;
}

.lp-contact-form-embed {
  background: #ffffff;
  border: 1px solid #162f3b;
  min-height: 430px;
  padding: 32px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  color: #162f3b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* Footer */

.lp-footer {
  background: #162f3b;
  padding: 80px 0;
}

.lp-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.lp-footer-logo {
  margin-bottom: 16px;
}

.lp-footer-logo img {
  max-width: 150px;
  display: block;
}

.lp-footer-copyright {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.9;
}

.lp-footer-right {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  max-width: 480px;
}


@media (max-width: 1000px) {
  .lp-logo-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 28px;
  }
}

  .lp-logo-strip__grid-hc {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 28px;
  }
}

@media (max-width: 700px) {
  .lp-logo-strip {
    padding: 50px 0;
  }

  .lp-logo-strip__title {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .lp-logo-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 24px;
  }

  .lp-logo-strip__item img {
    max-height: 48px;
  }
}