/**
 * Conversion landing redesign — homepage product hero, outcomes, showcase.
 * Uses brand-tokens.css variables.
 */

/* ── Header chrome ── */
.landing-header.custom-header {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  border: 1px solid var(--bells-border) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* ── Split hero ── */
.landing-page .lp-hero--split {
  background:
    radial-gradient(ellipse 60% 50% at 90% 20%, rgba(233, 30, 140, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(0, 168, 168, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border-bottom: 1px solid var(--bells-border);
  padding-top: 2.5rem !important;
  padding-bottom: 3rem !important;
}

.landing-page .lp-hero--split .lp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.landing-page .lp-hero--split .lp-hero__content {
  max-width: none;
  margin: 0;
  text-align: left;
}

.landing-page .lp-hero--split .lp-actions {
  justify-content: flex-start;
}

.landing-page .lp-hero--split .lp-title {
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.landing-page .lp-hero--split .lp-lead {
  max-width: 38rem;
  font-size: 1.1rem;
}

.landing-page .lp-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
}

.landing-page .lp-hero__proof li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bells-navy);
}

.landing-page .lp-hero__proof li i {
  color: var(--bells-teal);
}

/* Product frame */
.lp-product-frame {
  position: relative;
  padding: 1rem;
}

.lp-product-frame__rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lp-product-frame__rings span {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.55;
}

.lp-product-frame__rings span:nth-child(1) {
  width: 70px;
  height: 70px;
  top: 4%;
  right: 6%;
  border-color: var(--bells-magenta);
}

.lp-product-frame__rings span:nth-child(2) {
  width: 48px;
  height: 48px;
  bottom: 12%;
  left: 2%;
  border-color: var(--bells-teal);
}

.lp-product-frame__rings span:nth-child(3) {
  width: 36px;
  height: 36px;
  top: 42%;
  right: -2%;
  border-color: var(--bells-orange);
}

.lp-product-frame__card {
  position: relative;
  background: #fff;
  border: 1px solid var(--bells-border);
  border-radius: 18px;
  box-shadow: var(--bells-shadow);
  overflow: hidden;
}

.lp-product-frame__shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #f8fafc;
}

.lp-product-frame__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem;
  background: var(--bells-navy-deep);
}

.lp-product-frame__chrome i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.lp-product-frame__chrome i:nth-child(1) { background: #ff5f57; }
.lp-product-frame__chrome i:nth-child(2) { background: #febc2e; }
.lp-product-frame__chrome i:nth-child(3) { background: #28c840; }

.lp-product-frame__chrome span {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
}

.lp-mock {
  display: grid;
  grid-template-columns: 72px 1fr;
  min-height: 280px;
  background: #f8fafc;
}

.lp-mock__nav {
  background: var(--bells-navy);
  padding: 0.85rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.lp-mock__nav span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.lp-mock__nav span.is-active {
  background: var(--bells-sky);
  color: #fff;
}

.lp-mock__main {
  padding: 1rem;
}

.lp-mock__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.85rem;
}

.lp-mock__bar strong {
  font-size: 0.95rem;
  color: var(--bells-navy);
}

.lp-mock__bar em {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.lp-mock__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.lp-mock__kpi {
  background: #fff;
  border: 1px solid var(--bells-border);
  border-radius: 10px;
  padding: 0.65rem;
}

.lp-mock__kpi b {
  display: block;
  font-size: 1.15rem;
  color: var(--bells-blue);
  line-height: 1.1;
}

.lp-mock__kpi small {
  font-size: 0.68rem;
  color: var(--bells-muted);
  font-weight: 600;
}

.lp-mock__rows {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.lp-mock__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid var(--bells-border);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font-size: 0.75rem;
  color: var(--bells-navy);
  font-weight: 600;
}

.lp-mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lp-mock__dot--magenta { background: var(--bells-magenta); }
.lp-mock__dot--teal { background: var(--bells-teal); }
.lp-mock__dot--orange { background: var(--bells-orange); }
.lp-mock__dot--lime { background: var(--bells-lime); }

@media (max-width: 1200px) {
  .landing-page .lp-hero--split .lp-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .landing-page .lp-hero--split .lp-hero__content {
    text-align: left;
    padding-inline: 0.25rem;
  }

  .landing-page .lp-hero--split .lp-title {
    max-width: none;
    font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  }

  .landing-page .lp-hero--split .lp-lead {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .landing-page .lp-hero--split .lp-actions {
    justify-content: flex-start;
  }

  .landing-page .lp-hero__proof {
    justify-content: flex-start;
  }

  .landing-page .lp-hero--split {
    padding-bottom: 2.5rem !important;
    overflow-x: hidden;
  }

  .landing-page .lp-hero--split .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }

  .lp-product-frame {
    max-width: 100%;
    margin-inline: auto;
    padding: 0.5rem 0;
    overflow: hidden;
  }

  .lp-product-frame__rings span:nth-child(3) {
    right: 2%;
  }
}

/* ── Outcomes ── */
.lp-outcomes {
  background: #fff;
}

.lp-outcome {
  background: var(--bells-bg);
  border: 1px solid var(--bells-border);
  border-radius: var(--bells-radius);
  padding: 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lp-outcome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.lp-outcome--admin::before { background: var(--bells-teal); }
.lp-outcome--care::before { background: var(--bells-magenta); }
.lp-outcome--compliance::before { background: var(--bells-orange); }

.lp-outcome__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.lp-outcome--admin .lp-outcome__icon {
  background: rgba(0, 168, 168, 0.12);
  color: var(--bells-teal);
}

.lp-outcome--care .lp-outcome__icon {
  background: rgba(233, 30, 140, 0.1);
  color: var(--bells-magenta);
}

.lp-outcome--compliance .lp-outcome__icon {
  background: rgba(245, 166, 35, 0.14);
  color: #c47d08;
}

.lp-outcome__title {
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: var(--bells-navy) !important;
  margin: 0 0 0.5rem !important;
}

.lp-outcome__text {
  font-size: 0.92rem !important;
  color: var(--bells-muted) !important;
  margin: 0 !important;
  line-height: 1.55 !important;
}

/* ── Product showcase ── */
.lp-showcase {
  background: var(--bells-bg);
}

.lp-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.lp-showcase__card {
  background: #fff;
  border: 1px solid var(--bells-border);
  border-radius: var(--bells-radius);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--bells-shadow-sm);
}

.lp-showcase__media {
  aspect-ratio: 16 / 10;
  background: #eef2f7;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--bells-border);
}

.lp-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.lp-showcase__media-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem;
  text-align: center;
}

.lp-showcase__media-label i {
  font-size: 1.75rem;
  opacity: 0.9;
}

.lp-showcase__media-label span {
  font-size: 0.85rem;
  font-weight: 700;
}

.lp-showcase__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.lp-showcase__body h3 {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: var(--bells-navy) !important;
  margin: 0 0 0.35rem !important;
}

.lp-showcase__body p {
  font-size: 0.88rem !important;
  color: var(--bells-muted) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media (max-width: 991px) {
  .lp-showcase__grid {
    grid-template-columns: 1fr;
  }
}

/* ── Feature accents ── */
.lp-card--accent-magenta .lp-card__icon {
  background: rgba(233, 30, 140, 0.1);
  color: var(--bells-magenta);
}

.lp-card--accent-purple .lp-card__icon {
  background: rgba(123, 45, 142, 0.1);
  color: var(--bells-purple);
}

.lp-card--accent-teal .lp-card__icon {
  background: rgba(0, 168, 168, 0.12);
  color: var(--bells-teal);
}

.lp-card--accent-lime .lp-card__icon {
  background: rgba(139, 195, 74, 0.16);
  color: #689f38;
}

.lp-card--accent-orange .lp-card__icon {
  background: rgba(245, 166, 35, 0.14);
  color: #c47d08;
}

.lp-card--accent-sky .lp-card__icon {
  background: rgba(24, 138, 226, 0.12);
  color: var(--bells-sky);
}

.landing-page .lp-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 991px) {
  .landing-page .lp-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .landing-page .lp-grid-6 {
    grid-template-columns: 1fr;
  }
}

/* ── CTA band — light, high-contrast (works on landing + solutions) ── */
.lp-cta,
.landing-page .lp-cta,
.solutions-page .lp-cta {
  background: #ffffff !important;
  border-top: 1px solid var(--bells-border);
  color: var(--bells-text);
  text-align: center;
  padding: 3.5rem 0 !important;
}

.lp-cta .lp-cta__inner,
.landing-page .lp-cta .lp-cta__inner,
.solutions-page .lp-cta .lp-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fc 100%);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: 0 12px 32px rgba(15, 76, 129, 0.08);
}

.lp-cta .lp-badge,
.landing-page .lp-cta .lp-badge,
.solutions-page .lp-cta .lp-badge {
  background: rgba(15, 76, 129, 0.1) !important;
  color: var(--bells-blue) !important;
}

.lp-cta .lp-heading,
.landing-page .lp-cta .lp-heading,
.solutions-page .lp-cta .lp-heading {
  color: var(--bells-navy) !important;
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 800 !important;
  margin-bottom: 0.65rem !important;
}

.lp-cta .lp-subheading,
.landing-page .lp-cta .lp-subheading,
.solutions-page .lp-cta .lp-subheading {
  color: var(--bells-muted) !important;
  opacity: 1 !important;
  font-size: 1.05rem !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-cta .lp-cta__actions,
.landing-page .lp-cta .lp-cta__actions,
.solutions-page .lp-cta .lp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.lp-cta .primery-btn,
.landing-page .lp-cta .primery-btn,
.solutions-page .lp-cta .primery-btn {
  background: var(--bells-blue) !important;
  color: #fff !important;
}

.lp-cta .login-header-btn,
.landing-page .lp-cta .login-header-btn,
.solutions-page .lp-cta .login-header-btn {
  border-color: var(--bells-blue) !important;
  color: var(--bells-blue) !important;
  background: #fff !important;
}

.lp-cta .login-header-btn:hover,
.landing-page .lp-cta .login-header-btn:hover,
.solutions-page .lp-cta .login-header-btn:hover {
  background: rgba(15, 76, 129, 0.06) !important;
  color: var(--bells-navy) !important;
}

/* Tokenise common blues in landing-page */
.landing-page .lp-badge {
  background: rgba(15, 76, 129, 0.1);
  color: var(--bells-blue) !important;
}

.landing-page .lp-link,
.landing-page .lp-info-block__link {
  color: var(--bells-blue);
}

.landing-page .lp-trust__icon,
.landing-page .lp-info-block__icon,
.landing-page .lp-card__icon {
  background: rgba(15, 76, 129, 0.08);
  color: var(--bells-blue);
}

.landing-page .lp-tag--live {
  background: rgba(139, 195, 74, 0.18);
  color: #3d6b12;
}

.landing-page .lp-tag--soon {
  background: rgba(245, 166, 35, 0.18);
  color: #8a5a08;
}

.landing-page .lp-step__num {
  color: var(--bells-blue);
  background: rgba(15, 76, 129, 0.08);
}

.landing-page .lp-pricing-card--featured {
  border-color: var(--bells-blue);
  box-shadow: 0 12px 32px rgba(15, 76, 129, 0.14);
}

.landing-page .lp-pricing-card--featured .lp-pricing-card__head {
  background: linear-gradient(135deg, #0f4c81 0%, #1e69a5 100%);
}

.landing-page .lp-pricing-card__cta {
  background: var(--bells-blue);
  border-color: var(--bells-blue);
}

.landing-page .lp-pricing-card--featured .lp-pricing-card__cta {
  color: var(--bells-blue) !important;
}

.landing-page .lp-pricing-card:not(.lp-pricing-card--featured) .lp-pricing-card__cta {
  color: var(--bells-blue) !important;
}

.landing-page .lp-pricing-card__features li i,
.landing-page .lp-faq__question i {
  color: var(--bells-blue);
}

.landing-page .lp-submit-btn {
  background: var(--bells-blue);
}

.landing-page .lp-form-input:focus,
.landing-page .lp-form-textarea:focus {
  border-color: #4088d8;
  box-shadow: 0 0 0 0.2rem rgba(64, 136, 216, 0.2);
}

.landing-page .lp-highlight-card__label {
  color: var(--bells-blue);
}

.landing-page .lp-faq__item.is-open {
  border-color: rgba(15, 76, 129, 0.35);
}

/* Solutions page token alignment */
.solutions-page .sol-badge {
  background: rgba(15, 76, 129, 0.1);
  color: var(--bells-blue) !important;
}

.solutions-page .sol-summary__icon--blue {
  background: rgba(15, 76, 129, 0.1);
  color: var(--bells-blue);
}

.solutions-page .sol-summary__icon--amber {
  background: rgba(245, 166, 35, 0.16);
  color: #c47d08;
}

.solutions-page .sol-summary__icon--green {
  background: rgba(139, 195, 74, 0.18);
  color: #3d6b12;
}

/* ── Mobile audit: overlay, taps, overflow (loads last among landing CSS) ── */
body.landing-site {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* transform + backdrop-filter trap position:fixed descendants inside the header */
  .landing-header.custom-header,
  .landing-site .landing-header.header {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }

  .landing-header__inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    gap: 0.75rem;
  }

  /* Pin hamburger to the right; hide empty nav row when menu is closed */
  .landing-header .custom-navbar:not(.navbar-mobile) {
    width: auto !important;
    flex: 0 0 auto;
    margin-left: auto;
    flex-direction: row !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .landing-header .custom-navbar:not(.navbar-mobile) .custom-div-bar-row {
    display: none !important;
  }

  /* Classic white-card mobile menu (FlexStart-style) */
  #navbar.navbar-mobile {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2000 !important;
    background: rgba(1, 22, 61, 0.9) !important;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #navbar.navbar-mobile .custom-div-bar-row {
    display: block !important;
    position: absolute !important;
    top: 55px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
    width: auto !important;
    border-left: none !important;
  }

  #navbar.navbar-mobile .custom-navbar-ul {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
    overflow-y: auto !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
    list-style: none;
    text-align: left;
  }

  #navbar.navbar-mobile .custom-navbar-ul > li {
    list-style: none;
  }

  #navbar.navbar-mobile .custom-navbar-ul > li:first-child {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #navbar.navbar-mobile .custom-navbar-ul .nav-link {
    display: block;
    padding: 12px 20px;
    color: #012970 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: transparent !important;
    border-radius: 0;
  }

  #navbar.navbar-mobile .custom-navbar-ul .nav-link:hover,
  #navbar.navbar-mobile .custom-navbar-ul .nav-link:focus,
  #navbar.navbar-mobile .custom-navbar-ul .nav-link.page-active {
    color: #155d99 !important;
    background: transparent !important;
  }

  #navbar.navbar-mobile .button-col-new {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    margin-top: auto !important;
    padding: 16px 20px 24px !important;
    width: 100%;
    align-items: stretch;
  }

  #navbar.navbar-mobile .login-header-btn {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    padding: 14px 28px;
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 999px;
    color: #42545c !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
  }

  #navbar.navbar-mobile .login-header-btn:hover,
  #navbar.navbar-mobile .login-header-btn:focus {
    border-color: #155d99 !important;
    color: #155d99 !important;
    background: #ffffff !important;
  }

  #navbar.navbar-mobile .nav-cta {
    display: inline-flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #155d99 !important;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  #navbar.navbar-mobile .nav-cta:hover,
  #navbar.navbar-mobile .nav-cta:focus {
    background: #0d4f86 !important;
    color: #ffffff !important;
  }

  .landing-header .mobile-nav-toggle {
    min-width: 44px;
    min-height: 44px;
    z-index: 2001;
    flex-shrink: 0;
  }

  #navbar.navbar-mobile .mobile-nav-toggle {
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 2002 !important;
    color: #ffffff !important;
    font-size: 28px;
    line-height: 1;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  body.nav-mobile-open {
    overflow: hidden;
  }

  body.nav-mobile-open .lp-sticky-cta {
    display: none !important;
  }

  body.landing-site {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }

  .landing-site .bells-footer {
    padding-bottom: 1.25rem;
  }

  .landing-page .lp-hero--split .lp-actions,
  .landing-page .lp-actions,
  .lp-cta .lp-cta__actions {
    flex-wrap: wrap;
  }

  .landing-page .lp-phone-row {
    flex-wrap: wrap;
  }

  .landing-page .lp-form-input,
  .landing-page .lp-form-textarea,
  .landing-page .lp-submit-btn,
  .landing-site .primery-btn {
    min-height: 44px;
  }
}

@media (min-width: 1201px) {
  body.landing-site .custom-navbar-ul {
    display: flex !important;
  }

  body.landing-site .mobile-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .landing-header .brand-lockup.landing-brand {
    gap: 0.4rem;
    padding: 0.05rem 0.1rem;
  }

  .landing-header .brand-lockup__mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    padding: 4px !important;
  }

  .landing-header .brand-lockup .brand-lockup__name {
    font-size: 24px !important;
  }

  .landing-page .lp-hero--split .lp-title {
    max-width: none;
    font-size: clamp(1.65rem, 8vw, 2.1rem);
  }

  .landing-page .lp-hero--split .lp-hero__content {
    text-align: center;
    padding-inline: 0.5rem;
  }

  .landing-page .lp-hero--split .lp-actions {
    justify-content: center;
  }

  .landing-page .lp-hero__proof {
    justify-content: center;
  }

  .landing-page .lp-hero--split .lp-actions a,
  .landing-page .lp-hero--split .lp-actions .primery-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
