/**
 * Landing page (splitter) reskin — Lyn_Interconnect01 Figma
 * Scoped to body.splitter only.
 */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

.splitter {
  --figma-midnight: #332c47;
  --figma-amethyst: #3b2d7a;
  --figma-accent-phone: #fe00ed;
  --figma-cta-triangle: #d9cae9;
  --figma-footer-grey: #707070;
  --figma-header-tint: rgba(122, 193, 174, 0.15);
  --figma-header-bar: #e2e1e9;
}

/* Typography */
.splitter body,
body.splitter {
  color: var(--figma-midnight) !important;
}

.splitter main section.module-1 .section-wrapper h1 {
  color: var(--figma-midnight) !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.splitter main section.module-1 .section-wrapper h1 sup {
  top: -0.35em !important;
  font-size: 0.65em !important;
  font-weight: 900 !important;
}

.splitter main section.module-1 .section-wrapper p {
  color: var(--figma-midnight) !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  max-width: 966px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.splitter main section.module-1 .section-wrapper p strong {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

/* Header — grey bar matches Figma (#e2e1e9); phone accent only */
.splitter header {
  background-color: var(--figma-header-bar) !important;
}

.splitter header .header-wrapper .utility .utility-wrapper a {
  color: #707070 !important;
}

@media only screen and (min-width: 980px) {
  .splitter header .header-wrapper .utility .utility-wrapper a {
    color: #707070 !important;
  }

  /* Figma: title y=157, paragraph y=267, cards y=353 */
  .splitter main {
    padding-top: 157px !important;
  }

  .splitter main section.module-1 {
    padding-top: 0 !important;
  }

  .splitter main section.module-1 .section-wrapper h1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 90px !important;
    font-size: 48px !important;
    margin-bottom: 20px !important;
  }

  .splitter main section.module-1 .section-wrapper h1 sup {
    font-size: 0.645em !important;
  }

  .splitter main section.module-1 .section-wrapper p {
    line-height: 1.3 !important; /* 20.8px at 16px */
  }
}

/* CTA cards */
.splitter main section.module-1 .sites {
  max-width: 831px !important;
  gap: 0 !important;
  margin-top: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 980px) {
  .splitter main section.module-1 .sites {
    margin-top: 44px !important;
  }
}

.splitter main section.module-1 .sites .site {
  max-width: 352px !important;
  height: auto !important;
  margin: 1.5rem auto !important;
  overflow: hidden !important;
}

.splitter main section.module-1 .sites .site h2 {
  position: relative !important;
  background-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 138px !important;
  min-height: 138px !important;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
}

.splitter main section.module-1 .sites .site .cta-divider {
  display: block !important;
  width: 100% !important;
  height: 2px !important;
  min-height: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  flex-shrink: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.splitter main section.module-1 .sites .site h2::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 79px !important;
  height: 138px !important;
  background: url("/assets/img/figma/cta-accent-triangle.svg") no-repeat center / contain !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.splitter main section.module-1 .sites .site.hcp h2 {
  background-image: url("/assets/img/figma/cta-hcp-bg.png") !important;
}

.splitter main section.module-1 .sites .site.pat h2 {
  background-image: url("/assets/img/figma/cta-pat-bg.png") !important;
}

.splitter main section.module-1 .sites .site.pat h2::after {
  content: none !important;
}

.splitter main section.module-1 .sites .site.pat h2 a {
  transform: none !important;
}

.splitter main section.module-1 .sites .site.pat h2 a span {
  transform: none !important;
}

.splitter main section.module-1 .sites .site h2 a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 138px !important;
  padding: 0 1rem !important;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 2 !important;
}

.splitter main section.module-1 .sites .site h2 a::before {
  display: none !important;
}

.splitter main section.module-1 .sites .site h2 a span {
  display: block !important;
  text-align: center !important;
}

.splitter main section.module-1 .sites .site .bar {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 38px !important;
  padding: 7.5px 16px !important;
  background-color: var(--figma-amethyst) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.splitter main section.module-1 .sites .site .bar::before {
  display: none !important;
  content: none !important;
}

.splitter main section.module-1 .sites .site .bar > a {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.splitter main section.module-1 .sites .site .bar > a:hover {
  color: #fff !important;
  opacity: 0.9 !important;
}

.splitter main section.module-1 .sites .site.pat .bar a.pipe {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (min-width: 980px) {
  .splitter main section.module-1 .sites {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    max-width: 831px !important;
    margin-bottom: 2rem !important;
  }

  .splitter main section.module-1 .sites .site {
    width: 352px !important;
    flex: 0 0 352px !important;
    margin: 0 !important;
  }

  .splitter main section.module-1 .sites .site h2,
  .splitter main section.module-1 .sites .site h2 a {
    height: 138px !important;
  }
}

.splitter main section.module-1 .sites .site h2:hover a {
  background-color: transparent !important;
}

.splitter main section.module-1 .sites .site h2:hover + .bar a:first-child {
  color: #fff !important;
}

/* Footer */
.splitter footer {
  background-color: var(--figma-footer-grey) !important;
  background-image: url("/assets/img/figma/footer-grey-bg.png") !important;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
}

html[data-webp="true"] .splitter footer {
  background-color: var(--figma-footer-grey) !important;
  background-image: url("/assets/img/figma/footer-grey-bg.png") !important;
}

.splitter footer .footer-wrapper .footer-top .logo {
  width: 156px !important;
  height: 40px !important;
}

.splitter footer .footer-wrapper .footer-top .logo a {
  width: 156px !important;
  height: 40px !important;
  background-image: url("/assets/img/figma/logo-alfasigma-white.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.splitter footer .footer-wrapper .footer-top nav ul li a {
  color: #fff !important;
  font-family: "Museo Sans W01_300", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

.splitter footer .footer-wrapper .footer-bottom p {
  font-family: "Museo Sans W01_300", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  color: #fff !important;
  margin: 0 0 15px !important;
}

.splitter footer .footer-wrapper .footer-bottom p:last-child {
  margin-bottom: 0 !important;
}

.splitter footer .footer-wrapper .footer-bottom p a {
  color: #fff !important;
}

@media only screen and (min-width: 980px) {
  .splitter footer .footer-wrapper .footer-top .logo {
    left: calc(50% - 465px) !important;
    top: 28px !important;
  }

  .splitter footer .footer-wrapper .footer-top nav {
    max-width: 930px !important;
  }

  .splitter footer .footer-wrapper .footer-top nav ul li {
    margin: 0 1rem !important;
  }
}
