:root {
  --lf-bg: #2A2C39;
  --lf-blue: #325EAB;
  --lf-sky: #81C6E8;
  --lf-white: #FFFFFF;
  --lf-header-font-size: 1.06rem;
  --lf-footer-font-size: 0.9375rem;
  --lf-page-section-heading-size: 2.25rem;
  --lf-communications-heading-size: 2.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: 80px;
  color: var(--lf-bg);
  background: var(--lf-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--lf-blue);
}

a:hover,
a:focus {
  color: var(--lf-bg);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: var(--lf-bg);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 0 var(--lf-bg);
}

.litefox-public-header {
  min-height: 80px;
  background: var(--lf-bg);
}

.litefox-public-header .container {
  max-width: 1440px;
}

.header-shell {
  position: relative;
}

.litefox-brand {
  min-width: 0;
  padding: 0;
}

.navbar-brand {
  color: var(--lf-white);
  font-weight: 800;
  line-height: 1.1;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--lf-white);
}

.site-logo {
  display: block;
  width: min(182px, 38vw);
  height: auto;
}

.logo-descriptor {
  display: block;
  color: var(--lf-sky);
  font-size: 0.75rem;
  font-weight: 700;
}

.navbar-toggler {
  margin-left: 0.5rem;
  border-color: var(--lf-sky);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem var(--lf-sky);
}

.navbar-toggler-icon {
  display: inline-grid;
  place-items: center;
  background-image: none;
}

.navbar-toggler-icon::before {
  color: var(--lf-white);
  content: "\2630";
  font-weight: 800;
}

.navbar-nav .nav-link,
.header-nav .dropdown-toggle {
  color: var(--lf-white);
  font-size: var(--lf-header-font-size);
  font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  color: var(--lf-sky);
}

.header-mobile-call {
  display: none;
}

.dropdown-menu {
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 8px;
}

.dropdown-item {
  color: var(--lf-bg);
  font-size: var(--lf-header-font-size);
  font-weight: 500;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--lf-white);
  background: var(--lf-blue);
}

.communications-nav-dropdown .dropdown-menu {
  min-width: 260px;
  padding: 0.55rem;
  box-shadow: 0 18px 34px rgba(42, 44, 57, 0.24);
}

.communications-nav-dropdown .dropdown-item {
  border-radius: 6px;
  padding: 0.54rem 0.72rem;
  font-size: var(--lf-header-font-size);
}

.page-top-link {
  position: fixed;
  right: 1.25rem;
  bottom: 5.25rem;
  z-index: 1020;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--lf-white);
  background: var(--lf-blue);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
  box-shadow: 0 16px 26px rgba(42, 44, 57, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.page-top-link.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-top-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.page-top-link:hover,
.page-top-link:focus {
  color: var(--lf-bg);
  background: var(--lf-sky);
  transform: translateY(-2px);
}

.btn-litefox,
.btn-primary {
  color: var(--lf-white);
  background: var(--lf-blue);
  border-color: var(--lf-blue);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
}

.header-actions .btn,
.header-mobile-call {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: var(--lf-header-font-size);
  font-weight: 500;
}

.btn-litefox:hover,
.btn-litefox:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: var(--lf-bg);
  background: var(--lf-sky);
  border-color: var(--lf-sky);
}

.btn-outline-litefox {
  color: var(--lf-blue);
  background: transparent;
  border: 2px solid var(--lf-blue);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
}

.btn-lg.btn-litefox,
.btn-lg.btn-outline-litefox {
  padding: 0.62rem 1.1rem;
  font-size: 0.98rem;
}

.btn-outline-litefox:hover,
.btn-outline-litefox:focus {
  color: var(--lf-bg);
  background: var(--lf-sky);
  border-color: var(--lf-sky);
}

.site-header .btn-outline-litefox {
  color: var(--lf-white);
  border-color: var(--lf-sky);
  font-weight: 500;
}

.site-header .dropdown-item {
  font-weight: 400;
}

.hero {
  color: var(--lf-bg);
  background: var(--lf-sky);
}

.hero-band {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding-top: 1.75rem;
  padding-bottom: 86px;
  border-bottom: 0;
}

.hero-band::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, var(--lf-white) 0%, var(--lf-white) 30%, transparent 52%),
    linear-gradient(180deg, transparent 0%, transparent 72%, var(--lf-white) 100%);
  content: "";
}

.hero-band .container {
  position: relative;
  z-index: 2;
  padding-top: 2rem !important;
  padding-bottom: 0 !important;
}

.hero-copy {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: litefox-fade-in 650ms ease-out both;
}

.hero .lead {
  max-width: 560px;
}

.hero-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 86px;
  margin-top: 0;
  overflow: hidden;
  background: transparent;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-waves use {
  animation: litefox-wave-flow 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.hero-waves .wave1 use {
  fill: var(--lf-sky);
  opacity: 0.24;
  animation-delay: -2s;
  animation-duration: 7s;
}

.hero-waves .wave2 use {
  fill: var(--lf-blue);
  opacity: 0.08;
  animation-delay: -3s;
  animation-duration: 10s;
}

.hero-waves .wave3 use {
  fill: var(--lf-white);
  animation-delay: -4s;
  animation-duration: 13s;
}

@keyframes litefox-wave-flow {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes litefox-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes litefox-hero-drift {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-waves use {
    animation: none;
  }

  .hero-copy,
  .hero-media img,
  .visual-banner,
  .challenge-tile,
  .pathway-step {
    animation: none;
  }

  .service-card,
  .info-card,
  .challenge-tile,
  .site-header {
    transition: none;
  }
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: var(--lf-white);
}

.hero-media::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 54%;
  background: linear-gradient(90deg, var(--lf-white) 0%, var(--lf-white) 34%, transparent 100%);
  content: "";
}

.hero-media::after {
  position: absolute;
  inset: 74% 0 0 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0%, var(--lf-sky) 72%, var(--lf-white) 100%);
  content: "";
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: right 43%;
  animation: litefox-hero-drift 12s ease-in-out infinite alternate;
}

.wholesale-hero .hero-media img {
  object-fit: contain;
  object-position: right 54%;
}

.downloads-hero .hero-media img {
  object-fit: contain;
  object-position: right bottom;
}

.downloads-hero::before {
  background:
    linear-gradient(90deg, var(--lf-white) 0%, var(--lf-white) 39%, rgba(255, 255, 255, 0.86) 48%, transparent 66%),
    linear-gradient(180deg, transparent 0%, transparent 91%, rgba(255, 255, 255, 0.58) 100%);
}

.downloads-hero .hero-media::after {
  inset: 91% 0 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(129, 198, 232, 0.24) 70%, var(--lf-white) 100%);
}

.wholesale-intro-section {
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.1));
}

.wholesale-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(430px, 0.86fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.7);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(42, 44, 57, 0.08);
}

.wholesale-intro-copy,
.wholesale-inventory-media {
  min-width: 0;
}

.wholesale-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.35rem);
}

.wholesale-intro-copy h2 {
  max-width: 680px;
  color: var(--lf-bg);
  font-size: clamp(1.65rem, 2.45vw, 2.1rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.wholesale-intro-copy h2 span {
  color: var(--lf-blue);
}

.wholesale-lead {
  max-width: 760px;
  color: var(--lf-bg);
  font-size: 1.05rem;
  font-weight: 700;
}

.wholesale-intro-copy p:not(.wholesale-lead) {
  max-width: 780px;
  font-size: 0.96rem;
  line-height: 1.52;
  overflow-wrap: anywhere;
}

.wholesale-lead {
  overflow-wrap: anywhere;
}

.wholesale-copy-block {
  max-width: 840px;
}

.wholesale-copy-block p {
  color: var(--lf-bg);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.wholesale-copy-block strong {
  color: var(--lf-blue);
}

.wholesale-inventory-media {
  position: relative;
  overflow: hidden;
  min-height: 385px;
  background: var(--lf-bg);
}

.wholesale-inventory-media::after {
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(42, 44, 57, 0.18));
  content: "";
}

.wholesale-inventory-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 385px;
  object-fit: cover;
  object-position: center;
}

.wholesale-card-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  color: var(--lf-blue);
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
}

.wholesale-card-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.wholesale-intro-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1160px;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  margin-right: auto;
  margin-left: auto;
}

.wholesale-intro-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.65);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(42, 44, 57, 0.08);
}

.wholesale-intro-steps h3 {
  margin-bottom: 0.45rem;
  color: var(--lf-blue);
  font-size: 1rem;
  font-weight: 800;
}

.wholesale-intro-steps p {
  margin-bottom: 0;
  color: var(--lf-bg);
  font-size: 0.95rem;
  line-height: 1.55;
}

.section-band {
  background: var(--lf-white);
}

.section-intro {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.section-band-dark {
  color: var(--lf-white);
  background: var(--lf-bg);
}

.eyebrow {
  color: var(--lf-blue);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card,
.info-card {
  height: 100%;
  padding: 1.5rem;
  background: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  box-shadow: 0 6px 0 var(--lf-white);
  transition: border-color 180ms ease, transform 180ms ease;
}

.service-card:hover,
.service-card:focus-within,
.info-card:hover,
.info-card:focus-within {
  border-color: var(--lf-blue);
  transform: translateY(-4px);
}

.service-card:not(form) {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

.service-card:has(.service-icon) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.service-card:has(.service-icon) > div {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.service-card:not(form) > .btn,
.service-card:not(form) > div > .btn {
  margin-top: auto;
}

.service-card:not(form) h2,
.service-card:not(form) h3 {
  margin-bottom: 0;
}

.service-icon {
  display: inline-grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--lf-blue);
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section-band-dark .service-card,
.section-band-dark .info-card {
  color: var(--lf-bg);
}

.business-it-promise-section {
  background: linear-gradient(180deg, var(--lf-white), rgba(42, 44, 57, 0.035));
}

.business-it-promise-panel,
.business-it-review-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(42, 44, 57, 0.08);
}

.business-it-promise-copy h2,
.business-it-review-panel h2 {
  font-size: var(--lf-page-section-heading-size);
}

.business-it-promise-copy h2 span,
.business-it-review-panel h2 span {
  color: var(--lf-blue);
}

.business-it-promise-list,
.business-it-review-points {
  display: grid;
  gap: 1rem;
}

.business-it-promise-list article,
.business-it-review-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  background: rgba(129, 198, 232, 0.12);
  border: 1px solid rgba(129, 198, 232, 0.7);
  border-radius: 8px;
}

.business-it-promise-list h3,
.business-it-review-points strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--lf-bg);
  font-size: 1rem;
  font-weight: 800;
}

.business-it-promise-list p,
.business-it-review-points span {
  display: block;
  margin-bottom: 0;
  color: var(--lf-bg);
}

.business-it-outcome-card {
  min-height: 100%;
}

.business-it-outcome-stack {
  display: grid;
  gap: 1.75rem;
}

.business-it-image-stack {
  max-width: 1160px;
  margin: 0 auto;
}

.business-it-image-panel {
  margin: 0;
}

.business-it-image-panel img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(42, 44, 57, 0.1);
}

.business-it-outcome-panel {
  overflow: hidden;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(42, 44, 57, 0.1);
}

.business-it-panel-hero {
  position: relative;
  display: grid;
  min-height: 315px;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.48fr);
  overflow: hidden;
  background: linear-gradient(90deg, var(--lf-white) 0%, var(--lf-white) 42%, rgba(255, 255, 255, 0.78) 52%, rgba(255, 255, 255, 0) 64%);
}

.business-it-panel-copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 430px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2.35rem 2rem 4.2rem;
}

.business-it-panel-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--lf-blue);
  background: var(--lf-white);
  border: 2px solid var(--lf-blue);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(50, 94, 171, 0.1);
}

.business-it-panel-icon svg,
.business-it-line-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.business-it-panel-copy h3 {
  margin: 0 0 1rem;
  color: var(--lf-bg);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.business-it-panel-copy h3 span {
  color: var(--lf-blue);
}

.business-it-panel-copy p {
  max-width: 390px;
  margin: 0;
  color: var(--lf-bg);
  font-size: 1.02rem;
  line-height: 1.65;
}

.business-it-panel-image {
  position: relative;
  min-height: 315px;
}

.business-it-panel-image::before {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 -1px;
  width: 42%;
  background: linear-gradient(90deg, var(--lf-white) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

.business-it-panel-image > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
  object-position: center;
}

.business-it-outcome-panel:nth-child(2) .business-it-panel-image > img:first-child,
.business-it-outcome-panel:nth-child(3) .business-it-panel-image > img:first-child {
  object-position: right center;
}

.business-it-outcome-panel:nth-child(4) .business-it-panel-image > img:first-child {
  object-position: center;
}

.business-it-panel-logo {
  position: absolute;
  z-index: 4;
  right: 1.5rem;
  bottom: 1.15rem;
  width: 140px !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.26));
}

.business-it-panel-wave {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  background:
    radial-gradient(125% 90px at 18% -8px, transparent 48%, #325EAB 49%, #325EAB 63%, transparent 64%),
    radial-gradient(120% 100px at 83% 8px, transparent 50%, #81C6E8 51%, #81C6E8 58%, transparent 59%),
    linear-gradient(178deg, transparent 0 34%, rgba(50, 94, 171, 0.95) 35% 52%, #2A2C39 53% 100%);
  opacity: 0.98;
  pointer-events: none;
}

.business-it-keyword-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  padding: 1.8rem 1.65rem 2rem;
  margin: 0;
  list-style: none;
  background: var(--lf-white);
}

.business-it-keyword-strip li {
  display: flex;
  min-height: 205px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  padding: 1.35rem 1.1rem;
  text-align: center;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.62);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(42, 44, 57, 0.08);
}

.business-it-line-icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--lf-blue);
}

.business-it-line-icon svg {
  width: 48px;
  height: 48px;
  stroke-width: 1.7;
}

.business-it-keyword-strip strong {
  color: var(--lf-bg);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.business-it-keyword-strip small {
  display: block;
  max-width: 190px;
  color: var(--lf-bg);
  font-size: 0.9rem;
  line-height: 1.45;
}

.business-it-outcome-feature,
.business-it-outcome-row {
  display: grid !important;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: stretch;
}

.business-it-outcome-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.business-it-outcome-feature .business-it-service-grid {
  grid-column: 1 / -1;
}

.business-it-outcome-photo,
.business-it-row-image {
  display: block;
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(129, 198, 232, 0.7);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(42, 44, 57, 0.12);
}

.business-it-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.business-it-service-grid li {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.15rem;
  text-align: center;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.7);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(42, 44, 57, 0.08);
}

.business-it-service-grid .business-it-mini-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.8rem;
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
  color: var(--lf-blue);
}

.business-it-service-grid .business-it-mini-icon svg {
  width: 30px;
  height: 30px;
}

.business-it-service-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--lf-bg);
  font-size: 0.98rem;
  line-height: 1.2;
}

.business-it-service-grid small {
  color: var(--lf-bg);
  font-size: 0.86rem;
  line-height: 1.45;
}

.business-it-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(129, 198, 232, 0.7);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(42, 44, 57, 0.12);
}

.business-it-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.business-it-tag-list li {
  padding: 0.35rem 0.6rem;
  color: var(--lf-blue);
  background: rgba(129, 198, 232, 0.12);
  border: 1px solid rgba(129, 198, 232, 0.85);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.business-it-icon-tags {
  gap: 0.65rem;
}

.business-it-icon-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0.42rem 0.68rem 0.42rem 0.46rem;
  color: var(--lf-bg);
  background: var(--lf-white);
  border-color: var(--lf-sky);
  box-shadow: 0 6px 14px rgba(50, 94, 171, 0.1);
}

.business-it-mini-icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border-radius: 8px;
}

.business-it-mini-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.business-it-review-panel {
  background: linear-gradient(135deg, var(--lf-white), rgba(129, 198, 232, 0.14));
}

.business-it-review-points article {
  display: block;
}

.trust-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
}

.intro-section {
  background: linear-gradient(180deg, rgba(42, 44, 57, 0.045), rgba(42, 44, 57, 0.03));
}

.intro-copy h2 {
  margin-bottom: 0.35rem;
}

.intro-copy h2 span {
  color: var(--lf-blue);
}

.intro-heading-rule {
  display: block;
  width: 58px;
  height: 4px;
  margin: 0 0 1.8rem;
  background: var(--lf-blue);
  border-radius: 999px;
}

.intro-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 2rem 0;
}

.intro-values article {
  padding: 0 1rem;
  text-align: center;
}

.intro-values article + article {
  border-left: 1px solid var(--lf-sky);
}

.intro-value-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 0.65rem;
  place-items: center;
  color: var(--lf-blue);
}

.intro-value-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.intro-values h3 {
  margin-bottom: 0.35rem;
  color: var(--lf-bg);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-values p {
  margin-bottom: 0;
  color: var(--lf-bg);
  font-size: 0.84rem;
}

.intro-support-section {
  background: linear-gradient(180deg, rgba(42, 44, 57, 0.03), rgba(42, 44, 57, 0.045));
}

.intro-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 1.5rem;
  align-items: stretch;
}

.intro-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  color: var(--lf-white);
  background: var(--lf-bg);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(42, 44, 57, 0.18);
}

.intro-service-strip article {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1rem;
  text-align: center;
}

.intro-service-strip article + article {
  border-left: 1px solid rgba(129, 198, 232, 0.55);
}

.intro-strip-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
  place-items: center;
  color: var(--lf-sky);
}

.intro-strip-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.intro-service-strip h3 {
  margin-bottom: 0.45rem;
  color: var(--lf-white);
  font-size: 0.9rem;
  font-weight: 800;
}

.intro-service-strip p {
  max-width: 190px;
  margin-bottom: 0;
  color: var(--lf-white);
  font-size: 0.82rem;
  line-height: 1.45;
}

.intro-cta-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1rem;
  background: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(42, 44, 57, 0.12);
}

.intro-cta-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.intro-cta-card .intro-heading-rule {
  width: 48px;
  height: 3px;
  margin-bottom: 1rem;
}

.intro-cta-card p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.conversation-section {
  padding-bottom: 4rem !important;
}

.visual-banner-section {
  background: var(--lf-white);
}

.visual-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  background: var(--lf-white);
  animation: litefox-fade-in 650ms ease-out both;
}

.visual-banner-media {
  min-height: 330px;
  background: var(--lf-white);
}

.visual-banner-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  background: var(--lf-sky);
  border-left: 8px solid var(--lf-blue);
}

.visual-banner-copy p {
  max-width: 620px;
}

.about-simplify-section {
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.1));
}

.about-simplify-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: var(--lf-white);
  border: 1px solid rgba(129, 198, 232, 0.45);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(42, 44, 57, 0.1);
}

.about-simplify-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(2rem, 5vw, 4rem);
}

.about-simplify-title {
  max-width: 660px;
  color: var(--lf-bg);
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.06;
}

.about-simplify-title span {
  color: var(--lf-blue);
}

.section-rule {
  display: block;
  width: 4.8rem;
  height: 4px;
  margin: 1.2rem 0 1.6rem;
  background: var(--lf-blue);
  border-radius: 999px;
}

.about-opening-line {
  color: var(--lf-blue);
  font-size: 1.05rem;
  font-weight: 700;
}

.about-simplify-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
}

.about-simplify-points article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0 1rem;
  border-left: 1px solid rgba(50, 94, 171, 0.22);
}

.about-simplify-points article:first-child {
  padding-left: 0;
  border-left: 0;
}

.about-simplify-points strong {
  color: var(--lf-bg);
  line-height: 1.15;
}

.about-simplify-icon {
  display: inline-grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  flex: 0 0 auto;
  color: var(--lf-blue);
  background: rgba(129, 198, 232, 0.14);
  border: 2px solid var(--lf-blue);
  border-radius: 999px;
}

.about-simplify-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.about-simplify-media {
  min-width: 0;
  min-height: 430px;
  background: var(--lf-bg);
}

.about-simplify-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 62% center;
}

.about-simplify-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(1.5rem, 3vw, 2.4rem);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(129, 198, 232, 0.4);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(42, 44, 57, 0.08);
}

.about-simplify-card {
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.7rem);
  border-left: 1px solid rgba(50, 94, 171, 0.16);
}

.about-simplify-card:first-child {
  border-left: 0;
}

.about-simplify-card h3 {
  margin: 1rem 0 0.75rem;
  color: var(--lf-blue);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.about-simplify-card p {
  margin-bottom: 0;
  color: var(--lf-bg);
  font-size: 0.96rem;
  line-height: 1.6;
}

.about-people-section {
  background: linear-gradient(180deg, rgba(42, 44, 57, 0.03), rgba(42, 44, 57, 0.045));
}

.about-people-feature {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(42, 44, 57, 0.12);
}

.about-industries-section .section-intro p,
.about-industries-section .text-center p {
  color: var(--lf-white);
}

.about-industry-carousel {
  --industry-per-view: 3;
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.about-industry-viewport {
  overflow: hidden;
}

.about-industry-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 420ms ease;
  will-change: transform;
}

.industry-card {
  display: flex;
  flex: 0 0 calc((100% - (1.25rem * (var(--industry-per-view) - 1))) / var(--industry-per-view));
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--lf-bg);
  background: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 8px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.industry-card:hover,
.industry-card:focus-within {
  border-color: var(--lf-blue);
  transform: translateY(-4px);
}

.industry-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.industry-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.industry-card h3 {
  margin-bottom: 0.5rem;
  color: var(--lf-blue);
  font-size: 1rem;
  font-weight: 800;
}

.industry-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.about-industry-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.industry-carousel-btn {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--lf-white);
  background: var(--lf-blue);
  border: 1px solid var(--lf-sky);
  border-radius: 999px;
  transition: background 180ms ease, transform 180ms ease;
}

.industry-carousel-btn:hover,
.industry-carousel-btn:focus {
  background: var(--lf-sky);
  transform: translateY(-2px);
}

.industry-carousel-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.about-industry-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.about-industry-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 999px;
  opacity: 0.65;
}

.about-industry-dots button[aria-current="true"] {
  width: 28px;
  background: var(--lf-sky);
  opacity: 1;
}

.communications-hero .hero-media img {
  object-position: right 47%;
}

.communications-hero::before {
  background:
    linear-gradient(90deg, var(--lf-white) 0%, var(--lf-white) 38%, rgba(255, 255, 255, 0.78) 48%, transparent 68%),
    linear-gradient(180deg, transparent 0%, transparent 70%, var(--lf-white) 100%);
}

.communications-hero .hero-copy,
.communications-hero .hero-copy h1,
.communications-hero .hero-copy .lead {
  color: var(--lf-bg);
  opacity: 1;
}

.communications-hero .hero-copy .eyebrow {
  color: var(--lf-blue);
}

.communications-hero .hero-copy {
  max-width: 600px;
  animation: none;
}

.communications-section h2 {
  color: var(--lf-bg);
  font-size: var(--lf-communications-heading-size);
  font-weight: 800;
  line-height: 1.08;
}

.communications-section .lead {
  color: var(--lf-bg);
}

.communications-hub-section,
.communications-connected-section,
.voip-pricing-section,
.communications-pricing-section {
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.08));
}

.communications-flow-section,
.communications-caller-section {
  background: var(--lf-white);
}

.communications-split-panel,
.communications-pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 2.25rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 18px 42px rgba(42, 44, 57, 0.08);
}

.communications-split-panel.reverse {
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1fr);
}

.communications-hub-panel {
  grid-template-columns: minmax(390px, 0.92fr) minmax(380px, 0.82fr);
  align-items: center;
}

.communications-hub-panel .communications-copy {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.1rem, 2.1vw, 1.55rem);
}

.hub-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(74px, 1fr));
  gap: 0.75rem;
  max-width: 620px;
  margin-top: 1.1rem;
}

.hub-icon-grid article {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 0.58rem 0.5rem;
  border: 1px solid rgba(129, 198, 232, 0.65);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.16));
  box-shadow: 0 14px 24px rgba(42, 44, 57, 0.08);
  text-align: center;
}

.hub-feature-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--lf-blue);
  background: rgba(129, 198, 232, 0.18);
  border-radius: 8px;
}

.hub-feature-icon svg,
.dashboard-metric-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hub-icon-grid strong {
  color: var(--lf-bg);
  font-size: 0.9rem;
}

.communications-workflow-media {
  align-self: center;
  margin: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 18px 34px rgba(42, 44, 57, 0.1);
}

.communications-workflow-media img {
  display: block;
  width: 100%;
  height: min(320px, 28vw);
  min-height: 230px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.48);
  transform-origin: center;
}

.communications-call-flow-media {
  max-width: 940px;
  margin: 0 auto 1.6rem;
  padding: clamp(0.75rem, 2vw, 1.4rem);
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 18px 34px rgba(42, 44, 57, 0.08);
}

.communications-call-flow-media img {
  display: block;
  width: min(100%, 700px);
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.call-flow-demo {
  position: relative;
  display: grid;
  gap: 2rem;
  max-width: 860px;
  min-height: 360px;
  align-content: center;
  margin: 0 auto 4rem;
  padding: 2.4rem 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle, rgba(42, 44, 57, 0.12) 1px, transparent 1.5px) 0 0 / 28px 28px,
    var(--lf-white);
  box-shadow: 0 18px 34px rgba(42, 44, 57, 0.05);
}

.call-flow-demo::before {
  position: absolute;
  top: 82px;
  bottom: 82px;
  left: 50%;
  width: 3px;
  content: "";
  background: repeating-linear-gradient(180deg, var(--lf-sky) 0 12px, transparent 12px 23px);
  border-radius: 999px;
  transform: translateX(-50%);
}

.call-flow-demo-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  width: min(100%, 300px);
  min-height: 72px;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(42, 44, 57, 0.08);
}

.call-flow-demo-inbound {
  color: #08633d;
  background: linear-gradient(135deg, rgba(83, 214, 132, 0.28), rgba(83, 214, 132, 0.12));
}

.call-flow-demo-time {
  color: #2A2C39;
  background: linear-gradient(135deg, rgba(255, 194, 73, 0.34), rgba(255, 194, 73, 0.12));
}

.call-flow-demo-menu {
  color: var(--lf-bg);
  background: linear-gradient(135deg, rgba(129, 198, 232, 0.32), rgba(129, 198, 232, 0.13));
}

.call-flow-demo-step strong {
  font-size: 1.18rem;
}

.call-flow-demo-icon,
.flow-card-icon {
  display: inline-grid;
  place-items: center;
}

.call-flow-demo-icon {
  width: 40px;
  height: 40px;
  color: var(--lf-white);
  background: var(--lf-blue);
  border-radius: 999px;
}

.call-flow-demo-icon svg,
.flow-card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.call-flow-demo-inbound .call-flow-demo-icon {
  background: #28bd61;
}

.call-flow-demo-time .call-flow-demo-icon {
  color: #f2a400;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 3px #f2a400;
}

.call-flow-demo-menu .call-flow-demo-icon {
  color: var(--lf-blue);
  background: transparent;
  border-radius: 0;
}

.call-flow-dot-icon {
  grid-template-columns: repeat(3, 6px);
  gap: 5px;
}

.call-flow-dot-icon i,
.flow-card-icon i {
  display: block;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 999px;
}

.communications-copy {
  padding: clamp(1.75rem, 4vw, 3rem);
}

.communications-copy h2,
.communications-pricing-panel h2 {
  max-width: 620px;
  margin-bottom: 1rem;
  font-size: var(--lf-communications-heading-size);
}

.communications-copy p {
  max-width: 700px;
}

.communications-pill-row,
.communications-value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.communications-pill-row span,
.communications-value-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(50, 94, 171, 0.34);
  border-radius: 999px;
  color: var(--lf-blue);
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.22));
  font-size: 0.88rem;
  font-weight: 700;
}

.pill-icon {
  display: inline-grid !important;
  width: 24px;
  height: 24px;
  min-height: 24px !important;
  place-items: center;
  padding: 0 !important;
  color: var(--lf-white) !important;
  background: var(--lf-blue) !important;
  border: 0 !important;
  border-radius: 999px;
  font-size: 0.72rem !important;
  line-height: 1;
}

.voip-pricing-section .section-intro {
  max-width: 820px;
}

.voip-pricing-section {
  --voip-chart-blue: #325EAB;
  --voip-chart-cyan: #2DAAF7;
  --voip-chart-green: #23C46B;
  --voip-chart-yellow: #F5B82E;
  --voip-chart-red: #F25A5A;
  --voip-chart-soft-blue: rgba(50, 94, 171, 0.12);
  --voip-chart-soft-cyan: rgba(45, 170, 247, 0.14);
  --voip-chart-soft-green: rgba(35, 196, 107, 0.14);
  --voip-chart-soft-yellow: rgba(245, 184, 46, 0.16);
  --voip-chart-soft-red: rgba(242, 90, 90, 0.12);
}

.voip-pricing-section .section-intro h2 {
  font-size: var(--lf-communications-heading-size);
}

.voip-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.voip-price-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0.85rem;
  min-width: 0;
  min-height: 100%;
  padding: 1rem;
  overflow: visible;
  border: 1px solid rgba(129, 198, 232, 0.75);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(42, 44, 57, 0.045), rgba(255, 255, 255, 0.98));
  box-shadow: 0 20px 42px rgba(42, 44, 57, 0.08);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.voip-price-card::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 6px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--voip-chart-blue), var(--voip-chart-cyan));
  content: "";
}

.voip-price-card.payg::before {
  background: linear-gradient(90deg, var(--voip-chart-cyan), var(--voip-chart-yellow));
}

.voip-price-card.featured::before {
  background: linear-gradient(90deg, var(--voip-chart-green), var(--voip-chart-blue), var(--voip-chart-cyan));
}

.voip-price-card.world::before {
  background: linear-gradient(90deg, var(--voip-chart-blue), var(--voip-chart-green), var(--voip-chart-yellow));
}

.voip-price-card:hover {
  border-color: var(--lf-blue);
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(42, 44, 57, 0.14);
}

.voip-price-card.featured {
  border-width: 2px;
  border-color: var(--lf-blue);
  box-shadow: 0 30px 70px rgba(50, 94, 171, 0.2);
}

.voip-popular-bar {
  display: grid;
  min-height: 2.2rem;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-white);
  background: linear-gradient(90deg, var(--voip-chart-blue), var(--voip-chart-cyan));
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.voip-card-top {
  display: grid;
  justify-items: center;
  padding: 1.25rem 0.85rem 0.9rem;
  text-align: center;
}

.voip-price-card.featured .voip-card-top {
  padding-top: 0.75rem;
}

.voip-plan-icon {
  display: inline-grid;
  width: 72px;
  height: 72px;
  margin-bottom: 0.9rem;
  place-items: center;
  border-radius: 999px;
  color: var(--voip-chart-blue);
  background: var(--voip-chart-soft-blue);
}

.voip-plan-icon.rate {
  color: var(--voip-chart-yellow);
  background: var(--voip-chart-soft-yellow);
}

.voip-plan-icon.popular {
  color: var(--voip-chart-green);
  background: var(--voip-chart-soft-green);
}

.voip-plan-icon.value {
  color: var(--voip-chart-cyan);
  background: var(--voip-chart-soft-cyan);
}

.voip-price-card.featured .voip-plan-icon {
  color: var(--lf-white);
  background: radial-gradient(circle at 34% 28%, var(--voip-chart-green), var(--voip-chart-blue) 68%, var(--voip-chart-cyan));
}

.voip-plan-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.voip-plan-label {
  margin: 0 0 0.45rem;
  color: var(--lf-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.voip-price-card h3 {
  margin: 0 0 0.55rem;
  color: var(--lf-bg);
  font-size: clamp(1.25rem, 2vw, 1.58rem);
  font-weight: 800;
  line-height: 1.14;
}

.voip-plan-price {
  display: block;
  margin: 0.1rem 0 0.15rem;
  color: var(--lf-blue);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.voip-plan-price small {
  color: var(--lf-blue);
  font-size: 0.36em;
  font-weight: 800;
}

.voip-plan-term {
  margin: 0 0 0.8rem;
  color: var(--lf-bg);
  font-size: 0.88rem;
  font-weight: 700;
}

.voip-price-card p {
  color: var(--lf-bg);
  line-height: 1.5;
  overflow-wrap: break-word;
}

.voip-price-card.featured .voip-card-top {
  margin: 0 -1rem;
  padding-right: 1.85rem;
  padding-left: 1.85rem;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), #075bd6);
}

.voip-price-card.featured .voip-card-top .voip-plan-label,
.voip-price-card.featured .voip-card-top h3,
.voip-price-card.featured .voip-card-top p,
.voip-price-card.featured .voip-plan-price,
.voip-price-card.featured .voip-plan-price small,
.voip-price-card.featured .voip-plan-term {
  color: var(--lf-white);
}

.voip-plan-panel {
  padding: 1.25rem;
  border: 1px solid rgba(129, 198, 232, 0.24);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 12px 26px rgba(42, 44, 57, 0.05);
}

.voip-plan-panel:nth-of-type(2) {
  border-top: 3px solid var(--voip-chart-green);
}

.voip-plan-panel:nth-of-type(3) {
  border-top: 3px solid var(--voip-chart-yellow);
}

.voip-price-card.featured .voip-plan-panel:nth-of-type(3),
.voip-price-card.world .voip-plan-panel:nth-of-type(3) {
  border-top-color: var(--voip-chart-green);
}

.voip-plan-panel > span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--lf-bg);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.voip-cost-list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.voip-cost-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding-left: 1.1rem;
  color: var(--lf-bg);
  font-size: 0.9rem;
  line-height: 1.35;
}

.voip-cost-list li::before {
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--voip-chart-blue);
  content: "";
}

.voip-cost-list li:nth-child(1)::before {
  background: var(--voip-chart-blue);
}

.voip-cost-list li:nth-child(2)::before {
  background: var(--voip-chart-cyan);
}

.voip-cost-list li:nth-child(3)::before {
  background: var(--voip-chart-green);
}

.voip-cost-list li:nth-child(4)::before {
  background: var(--voip-chart-yellow);
}

.voip-cost-list li:nth-child(5)::before {
  background: var(--voip-chart-red);
}

.voip-cost-list span {
  font-weight: 700;
}

.voip-cost-list small {
  display: block;
  margin-top: 0.1rem;
  color: rgba(42, 44, 57, 0.78);
  font-size: 0.78rem;
  font-weight: 500;
}

.voip-cost-list b {
  color: var(--lf-bg);
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.voip-plan-panel:nth-of-type(2) .voip-cost-list b {
  color: var(--voip-chart-green);
}

.voip-plan-panel:nth-of-type(3) .voip-cost-list b {
  color: var(--voip-chart-blue);
}

.voip-price-card.payg .voip-plan-panel:nth-of-type(3) .voip-cost-list li:nth-child(1) b,
.voip-price-card.payg .voip-plan-panel:nth-of-type(3) .voip-cost-list li:nth-child(2) b,
.voip-price-card.payg .voip-plan-panel:nth-of-type(3) .voip-cost-list li:nth-child(4) b {
  color: var(--voip-chart-red);
}

.voip-price-card.featured .voip-plan-panel:nth-of-type(3) .voip-cost-list li:nth-child(-n+3) b,
.voip-price-card.world .voip-plan-panel:nth-of-type(3) .voip-cost-list li:nth-child(-n+3) b {
  color: var(--voip-chart-green);
}

.voip-price-footer {
  display: grid;
  align-content: end;
  padding: 0.2rem 0 0.4rem;
}

.voip-price-footer .btn {
  justify-content: center;
  width: 100%;
  min-height: 2.9rem;
  white-space: normal;
}

.voip-price-footer .btn:hover,
.voip-price-footer .btn:focus {
  color: var(--lf-white);
  background: linear-gradient(90deg, var(--lf-blue), var(--lf-sky));
  box-shadow: 0 14px 28px rgba(50, 94, 171, 0.26);
  transform: translateY(-1px);
}

.voip-pricing-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.voip-pricing-trust article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
}

.voip-pricing-trust span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-blue);
  background: rgba(129, 198, 232, 0.22);
}

.voip-pricing-trust svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.voip-pricing-trust strong {
  display: block;
  color: var(--lf-bg);
  font-weight: 800;
}

.voip-pricing-trust p {
  margin: 0;
  color: var(--lf-bg);
  font-size: 0.9rem;
}

.hub-device-visual {
  position: relative;
  min-height: 0;
  max-width: 460px;
  margin: 1rem 0 0;
  overflow: hidden;
  border-radius: 8px;
}

.hub-device-visual::before {
  display: none;
  position: absolute;
  right: -6%;
  bottom: 8px;
  left: -4%;
  height: 104px;
  content: "";
  background:
    repeating-linear-gradient(170deg, rgba(129, 198, 232, 0.35) 0 1px, transparent 1px 9px);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.hub-device-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hub-plant {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 62px;
  height: 102px;
}

.hub-plant::before {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;
  height: 38px;
  content: "";
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.28));
  border: 1px solid rgba(129, 198, 232, 0.55);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 20px rgba(42, 44, 57, 0.08);
}

.hub-plant::after {
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 56px;
  height: 62px;
  content: "";
  background:
    radial-gradient(ellipse at 24% 52%, rgba(50, 94, 171, 0.88) 0 19%, transparent 20%),
    radial-gradient(ellipse at 50% 28%, rgba(129, 198, 232, 0.95) 0 18%, transparent 19%),
    radial-gradient(ellipse at 72% 54%, rgba(50, 94, 171, 0.82) 0 18%, transparent 19%),
    radial-gradient(ellipse at 44% 72%, rgba(129, 198, 232, 0.86) 0 16%, transparent 17%);
  transform: translateX(-50%);
}

.hub-phone,
.hub-laptop,
.hub-mobile {
  position: absolute;
  z-index: 1;
  background: var(--lf-bg);
  box-shadow: 0 16px 26px rgba(42, 44, 57, 0.18), 0 0 0 1px rgba(129, 198, 232, 0.22);
}

.hub-phone {
  bottom: 0;
  left: 16px;
  width: 132px;
  height: 178px;
  padding: 0.78rem;
  border-radius: 8px 8px 14px 14px;
}

.hub-phone span,
.hub-phone strong {
  display: block;
  color: var(--lf-white);
  text-align: center;
}

.hub-phone span {
  color: var(--lf-sky);
  font-size: 0.78rem;
  font-weight: 800;
}

.hub-phone strong {
  margin: 0.3rem 0 0.8rem;
  font-size: 1.05rem;
}

.hub-phone i {
  display: block;
  height: 13px;
  margin-top: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lf-blue), var(--lf-sky));
}

.hub-laptop {
  right: 0;
  bottom: 0;
  width: min(380px, 72%);
  height: 210px;
  padding: 0.58rem;
  border-radius: 8px 8px 3px 3px;
}

.hub-laptop::after {
  position: absolute;
  right: -24px;
  bottom: -12px;
  left: -24px;
  height: 14px;
  content: "";
  background: var(--lf-bg);
  border-radius: 0 0 16px 16px;
}

.hub-laptop-screen {
  height: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  background: var(--lf-white);
}

.hub-laptop-screen span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--lf-blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.hub-laptop-screen div {
  height: 18px;
  margin-bottom: 0.45rem;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(50, 94, 171, 0.18), rgba(129, 198, 232, 0.42));
}

.hub-mobile {
  right: min(330px, 61%);
  bottom: 0;
  width: 58px;
  height: 128px;
  padding: 0.45rem;
  border-radius: 14px;
}

.hub-mobile span {
  display: block;
  height: 92px;
  border-radius: 9px;
  background: var(--lf-white);
}

.hub-mobile i {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0.35rem auto 0;
  border-radius: 999px;
  background: var(--lf-sky);
}

.communications-dashboard {
  justify-self: center;
  width: min(100%, 460px);
  min-height: 0;
  margin: 1rem 1.25rem;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  color: var(--lf-white);
  background: transparent;
  box-shadow: none;
}

.communications-dashboard img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 470px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.dashboard-topline,
.dashboard-tabs,
.dashboard-metrics {
  display: grid;
  gap: 0.75rem;
}

.dashboard-topline {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 0.75rem;
  color: var(--lf-sky);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-topline span:last-child {
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  color: var(--lf-bg);
  background: var(--lf-sky);
}

.dashboard-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.dashboard-metrics article,
.dashboard-panel,
.dashboard-tabs span {
  border: 1px solid rgba(129, 198, 232, 0.26);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(50, 94, 171, 0.3), rgba(129, 198, 232, 0.08));
}

.dashboard-metrics article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.52rem;
  min-height: 65px;
  padding: 0.75rem;
  overflow: hidden;
}

.dashboard-metrics article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--lf-blue);
}

.dashboard-metrics article:nth-child(2)::before,
.dashboard-metrics article:nth-child(2) .dashboard-metric-icon {
  background: var(--lf-sky);
}

.dashboard-metrics article:nth-child(3)::before,
.dashboard-metrics article:nth-child(3) .dashboard-metric-icon {
  background: linear-gradient(90deg, var(--lf-blue), var(--lf-sky));
}

.dashboard-metrics article:nth-child(2) .dashboard-metric-icon {
  color: var(--lf-bg);
}

.dashboard-metrics strong,
.dashboard-metrics span {
  display: block;
}

.dashboard-metrics strong {
  grid-column: 2;
  margin-bottom: 0.4rem;
  color: var(--lf-white);
  font-size: 0.84rem;
}

.dashboard-metrics b {
  grid-column: 2;
  color: var(--lf-white);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
}

.dashboard-metrics span {
  grid-column: 2;
  color: var(--lf-sky);
  font-size: 0.68rem;
}

.dashboard-metrics .dashboard-metric-icon {
  grid-row: 1 / 4;
  grid-column: 1;
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: var(--lf-white);
  background: var(--lf-blue);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.dashboard-panel {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 0;
  margin: 0.75rem 0;
  padding: 0.95rem;
}

.dashboard-panel-title {
  color: var(--lf-white);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-chart-panel {
  min-height: 165px;
  align-content: stretch;
  gap: 0.5rem;
}

.dashboard-chart {
  width: 100%;
  min-height: 112px;
}

.dashboard-chart line {
  stroke: rgba(129, 198, 232, 0.16);
  stroke-width: 1;
}

.dashboard-chart polyline {
  fill: none;
  stroke: var(--lf-sky);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  filter: drop-shadow(0 0 5px rgba(129, 198, 232, 0.52));
}

.dashboard-chart circle {
  fill: var(--lf-white);
  stroke: var(--lf-sky);
  stroke-width: 3;
}

.dashboard-time-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: var(--lf-white);
  font-size: 0.66rem;
}

.dashboard-time-row span:last-child {
  text-align: right;
}

.dashboard-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.dashboard-detail-grid .dashboard-panel {
  margin: 0;
}

.dashboard-detail-grid strong {
  color: var(--lf-white);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.dashboard-departments div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
  color: var(--lf-white);
  font-size: 0.68rem;
}

.dashboard-departments i {
  grid-column: 1 / -1;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(129, 198, 232, 0.16);
}

.dashboard-departments i::before {
  display: block;
  width: var(--bar);
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--lf-blue), var(--lf-sky), var(--lf-white));
  border-radius: inherit;
}

.extension-ring {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  justify-self: center;
  color: var(--lf-white);
  background:
    radial-gradient(circle, var(--lf-bg) 0 45%, transparent 46%),
    conic-gradient(var(--lf-blue) 0 60%, var(--lf-sky) 60% 84%, var(--lf-white) 84% 92%, rgba(129, 198, 232, 0.18) 92% 100%);
  border-radius: 999px;
}

.extension-ring span,
.extension-ring small {
  grid-area: 1 / 1;
}

.extension-ring span {
  margin-top: -0.45rem;
  font-size: 1.38rem;
  font-weight: 800;
}

.extension-ring small {
  margin-top: 1.58rem;
  color: var(--lf-sky);
  font-size: 0.62rem;
}

.dashboard-extensions p,
.dashboard-voicemail p {
  margin: 0;
  color: var(--lf-white);
  font-size: 0.68rem;
}

.voicemail-count {
  display: inline-grid;
  width: 48px;
  height: 36px;
  place-items: center;
  justify-self: start;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 800;
}

.dashboard-voicemail span {
  color: var(--lf-sky);
  font-size: 0.68rem;
  font-weight: 700;
}

.dashboard-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.dashboard-tabs span {
  padding: 0.85rem;
  color: var(--lf-white);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.dashboard-tabs span:hover,
.dashboard-tabs span:focus {
  color: var(--lf-bg);
  background: var(--lf-sky);
}

.communications-flow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.65rem;
  align-items: stretch;
}

.flow-node {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  min-height: 128px;
  align-items: center;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(50, 94, 171, 0.25);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 12px 28px rgba(42, 44, 57, 0.07);
}

.flow-node:not(.flow-end)::after {
  position: absolute;
  top: 50%;
  right: -1.65rem;
  width: 1.65rem;
  height: 2px;
  background: var(--lf-blue);
  content: "";
}

.flow-node span {
  color: var(--lf-blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flow-node strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--lf-bg);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.25;
}

.flow-start,
.flow-end {
  background: var(--lf-white);
}

.flow-card-icon {
  width: 70px;
  height: 70px;
  color: var(--lf-blue);
  background: linear-gradient(180deg, rgba(129, 198, 232, 0.2), rgba(129, 198, 232, 0.08));
  border-radius: 8px;
}

.flow-icon-green {
  color: #28bd61;
  background: linear-gradient(180deg, rgba(83, 214, 132, 0.22), rgba(83, 214, 132, 0.08));
}

.flow-icon-amber {
  grid-template-columns: repeat(3, 8px);
  gap: 6px;
  color: #f2a400;
  background: linear-gradient(180deg, rgba(255, 194, 73, 0.22), rgba(255, 194, 73, 0.08));
}

.flow-icon-amber i {
  width: 8px;
  height: 8px;
}

.flow-icon-blue {
  color: var(--lf-blue);
}

.flow-icon-purple {
  color: #8452d6;
  background: linear-gradient(180deg, rgba(132, 82, 214, 0.18), rgba(132, 82, 214, 0.07));
}

.communications-feature-grid,
.communications-device-grid,
.communications-growth-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.communications-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.communications-feature-grid article,
.communications-device-grid article,
.communications-growth-grid article {
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(129, 198, 232, 0.65);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 12px 30px rgba(42, 44, 57, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.communications-feature-grid article:hover,
.communications-device-grid article:hover,
.communications-growth-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(42, 44, 57, 0.1);
}

.communications-feature-grid h3,
.communications-device-grid h3,
.communications-growth-grid h3 {
  margin: 0.9rem 0 0.5rem;
  color: var(--lf-bg);
  font-size: 1.04rem;
  font-weight: 800;
}

.communications-feature-grid p,
.communications-device-grid p,
.communications-growth-grid p {
  margin-bottom: 0;
  color: var(--lf-bg);
  line-height: 1.6;
}

.communications-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgba(50, 94, 171, 0.85);
  border-radius: 50%;
  color: var(--lf-blue);
  background: rgba(129, 198, 232, 0.1);
}

.communications-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.communications-engagement-section {
  background: var(--lf-bg);
}

.communications-engagement-section .eyebrow,
.communications-engagement-section h2,
.communications-engagement-section p {
  color: var(--lf-white);
}

.communications-engagement-section .eyebrow {
  color: var(--lf-sky);
}

.communications-engagement-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.communications-channel-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.communications-section-cta {
  margin-top: 1.5rem;
}

.communications-channel-strip article {
  display: grid;
  min-height: 150px;
  align-content: center;
  justify-items: center;
  gap: 0.8rem;
  padding: 1.25rem;
  border: 1px solid rgba(129, 198, 232, 0.3);
  border-radius: 8px;
  color: var(--lf-white);
  background: rgba(50, 94, 171, 0.22);
  text-align: center;
}

.communications-channel-strip .communications-icon {
  border-color: var(--lf-sky);
  color: var(--lf-sky);
  background: rgba(255, 255, 255, 0.06);
}

.communications-channel-strip strong {
  font-size: 0.95rem;
}

.communications-banner-section {
  background: linear-gradient(180deg, var(--lf-white), rgba(129, 198, 232, 0.09));
}

.communications-banner-section.light {
  background: var(--lf-white);
}

.communications-feature-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 18px 42px rgba(42, 44, 57, 0.08);
}

.communications-feature-banner.reverse {
  grid-template-columns: minmax(360px, 1.04fr) minmax(0, 0.96fr);
}

.communications-banner-copy {
  padding: clamp(1.75rem, 4vw, 3rem);
}

.communications-banner-copy h2 {
  max-width: 620px;
  margin-bottom: 1rem;
  color: var(--lf-bg);
  font-size: var(--lf-communications-heading-size);
  font-weight: 800;
  line-height: 1.08;
}

.communications-banner-copy p {
  max-width: 680px;
  color: var(--lf-bg);
}

.communications-check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.communications-check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--lf-bg);
  line-height: 1.55;
}

.communications-check-list li::before {
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: var(--lf-blue);
  box-shadow: 0 0 0 4px rgba(129, 198, 232, 0.22);
  content: "";
}

.communications-banner-visual {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  color: var(--lf-white);
  background: var(--lf-bg);
}

.communications-banner-visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(50, 94, 171, 0.32), transparent 48%),
    radial-gradient(circle at 80% 18%, rgba(129, 198, 232, 0.22), transparent 28%);
  content: "";
}

.network-visual,
.whatsapp-visual {
  background: linear-gradient(135deg, var(--lf-bg), var(--lf-blue));
}

.message-visual,
.voice-visual {
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-bg));
}

.sms-marketing-visual {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  color: var(--lf-bg);
  background: var(--lf-white);
}

.sms-marketing-visual::before {
  content: none;
}

.sms-marketing-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.ai-voice-visual {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  color: var(--lf-bg);
  background: var(--lf-white);
}

.ai-voice-visual::before {
  content: none;
}

.ai-voice-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.ai-voice-feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.ai-voice-feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(42, 44, 57, 0.14);
}

.ai-voice-feature > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-white);
}

.ai-voice-feature svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.ai-voice-feature strong {
  display: block;
  color: var(--lf-bg);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.ai-voice-feature p {
  margin: 0.22rem 0 0;
  color: var(--lf-bg);
  font-size: 0.94rem;
  line-height: 1.45;
}

.ai-voice-feature-red > span {
  background: #f45f55;
}

.ai-voice-feature-amber > span {
  background: #f59e0b;
}

.ai-voice-feature-purple > span {
  background: #8b5cf6;
}

.ai-voice-feature-green > span {
  background: #1f9d55;
}

.ai-voice-outcome {
  margin-top: 0.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(31, 157, 85, 0.26);
  border-radius: 8px;
  background: rgba(31, 157, 85, 0.1);
}

.sms-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2.2rem;
  border: 1px solid rgba(129, 198, 232, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(129, 198, 232, 0.12), rgba(255, 255, 255, 0.96));
  padding: 0.75rem;
}

.sms-proof-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  min-width: 0;
  padding: 0.8rem;
  align-items: start;
  border: 1px solid rgba(129, 198, 232, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.sms-proof-strip span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), #0068ff);
}

.sms-proof-strip svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.sms-proof-strip strong {
  display: block;
  color: var(--lf-blue);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.18;
}

.sms-proof-strip p {
  margin: 0.25rem 0 0;
  color: var(--lf-bg);
  font-size: 0.82rem;
  line-height: 1.35;
}

.whatsapp-visual {
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  color: var(--lf-bg);
  background: var(--lf-white);
}

.whatsapp-visual::before {
  content: none;
}

.whatsapp-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.whatsapp-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(35, 196, 107, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(35, 196, 107, 0.1), rgba(255, 255, 255, 0.94));
}

.whatsapp-proof-strip article {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  padding: 1rem 0.75rem;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.whatsapp-proof-strip article + article {
  border-left: 1px solid rgba(42, 44, 57, 0.14);
}

.whatsapp-proof-strip span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-white);
  background: linear-gradient(135deg, #118656, #23C46B);
}

.whatsapp-proof-strip svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.whatsapp-proof-strip strong {
  color: var(--lf-bg);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.22;
}

@media (max-width: 767.98px) {
  .sms-marketing-visual,
  .whatsapp-visual {
    min-height: 0;
    padding: 0.75rem;
    background: var(--lf-white);
  }

  .sms-marketing-visual-image,
  .whatsapp-visual-image {
    width: min(100%, 300px);
    height: auto;
    margin: 0 auto;
    min-height: 0;
    object-fit: contain;
  }

  .sms-proof-strip {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .whatsapp-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
  }

  .whatsapp-proof-strip article:nth-child(odd) {
    border-left: 0;
  }

  .whatsapp-proof-strip article:nth-child(n+3) {
    border-top: 1px solid rgba(42, 44, 57, 0.14);
  }
}

.network-node,
.network-line,
.network-grid,
.network-status,
.message-phone,
.conversation-card,
.voice-orbit,
.voice-core {
  position: relative;
  z-index: 1;
}

.network-node.primary,
.voice-core {
  display: inline-grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 2px solid var(--lf-sky);
  border-radius: 50%;
  color: var(--lf-white);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
  justify-self: center;
}

.network-line {
  width: min(360px, 86%);
  height: 4px;
  margin: 1.4rem auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lf-sky), var(--lf-white), var(--lf-sky));
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.network-grid span,
.network-status,
.message-bubble,
.message-meta,
.voice-orbit span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.network-grid span {
  padding: 0.85rem;
  text-align: center;
  font-weight: 700;
}

.network-status {
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0.65rem 1rem;
  color: var(--lf-bg);
  background: var(--lf-sky);
  font-weight: 800;
}

.connectivity-banner {
  grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
}

.connectivity-feature-list {
  display: grid;
  gap: 0;
  margin-top: 1.6rem;
}

.connectivity-feature-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(50, 94, 171, 0.18);
}

.connectivity-feature-list article:first-child {
  border-top: 0;
}

.connectivity-feature-list p,
.connectivity-continuity-card p {
  margin: 0;
}

.connectivity-feature-icon,
.connectivity-shield-icon {
  display: inline-grid;
  place-items: center;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border-radius: 999px;
}

.connectivity-feature-icon {
  width: 52px;
  height: 52px;
}

.connectivity-feature-icon svg,
.connectivity-shield-icon svg,
.connectivity-node-icon svg,
.connectivity-security svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.connectivity-continuity-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(129, 198, 232, 0.52);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(129, 198, 232, 0.2), rgba(255, 255, 255, 0.76));
}

.connectivity-shield-icon {
  width: 64px;
  height: 64px;
}

.connectivity-continuity-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--lf-bg);
}

.connectivity-visual {
  min-height: 560px;
  overflow: hidden;
  align-content: stretch;
  padding: 0.75rem;
  background: var(--lf-white);
}

.connectivity-visual::before {
  content: none;
}

.connectivity-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: contain;
  object-position: center;
  background: var(--lf-white);
}

.connectivity-skyline {
  position: absolute;
  right: 0;
  bottom: 102px;
  left: 0;
  z-index: 1;
  height: 220px;
  opacity: 0.52;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(50, 94, 171, 0.34) 5% 8%, transparent 8% 12%, rgba(50, 94, 171, 0.28) 12% 18%, transparent 18% 22%, rgba(50, 94, 171, 0.45) 22% 29%, transparent 29% 34%, rgba(50, 94, 171, 0.25) 34% 41%, transparent 41% 48%, rgba(50, 94, 171, 0.36) 48% 55%, transparent 55% 61%, rgba(50, 94, 171, 0.3) 61% 68%, transparent 68% 74%, rgba(50, 94, 171, 0.38) 74% 83%, transparent 83% 100%),
    linear-gradient(180deg, transparent 0 24%, rgba(255, 255, 255, 0.65) 24% 26%, transparent 26% 44%, rgba(255, 255, 255, 0.45) 44% 46%, transparent 46% 100%);
  filter: blur(0.2px);
}

.connectivity-map {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  min-height: 500px;
  justify-self: center;
}

.connectivity-map::before,
.connectivity-map::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.connectivity-map::before {
  inset: 84px 86px 110px;
  background:
    linear-gradient(23deg, transparent 48.5%, rgba(255, 255, 255, 0.72) 49%, rgba(255, 255, 255, 0.72) 50%, transparent 50.5%),
    linear-gradient(157deg, transparent 48.5%, rgba(255, 255, 255, 0.72) 49%, rgba(255, 255, 255, 0.72) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.68) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.68) 50%, transparent 50.5%);
}

.connectivity-map::after {
  right: 9%;
  bottom: 20px;
  left: 9%;
  height: 54px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  filter: blur(10px);
}

.connectivity-core,
.connectivity-node,
.connectivity-security,
.connectivity-router,
.connectivity-status {
  position: absolute;
  z-index: 3;
}

.connectivity-core {
  top: 42%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  color: var(--lf-white);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.25), rgba(129, 198, 232, 0.36) 35%, rgba(50, 94, 171, 0.98) 70%),
    linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  box-shadow: 0 0 32px rgba(50, 94, 171, 0.5);
  text-align: center;
  transform: translate(-50%, -50%);
}

.connectivity-core span,
.connectivity-core strong {
  grid-area: 1 / 1;
}

.connectivity-core span {
  margin-top: -1.4rem;
  font-size: 1.04rem;
  font-weight: 800;
}

.connectivity-core strong {
  margin-top: 1.3rem;
  font-size: 1.05rem;
}

.connectivity-node {
  display: grid;
  width: 120px;
  min-height: 112px;
  place-items: center;
  padding: 0.8rem 0.55rem 0.65rem;
  color: var(--lf-bg);
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 16px 26px rgba(42, 44, 57, 0.11);
  text-align: center;
}

.connectivity-node-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border-radius: 999px;
}

.connectivity-node b,
.connectivity-status {
  padding: 0.28rem 0.62rem;
  color: var(--lf-white);
  background: var(--lf-blue);
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1.1;
}

.connectivity-office {
  top: 24px;
  left: 18%;
}

.connectivity-pbx {
  top: 8px;
  left: 49%;
}

.connectivity-remote {
  top: 46px;
  right: 5%;
}

.connectivity-phones {
  top: 192px;
  left: 9%;
}

.connectivity-mobile {
  top: 210px;
  right: 3%;
}

.connectivity-security {
  bottom: 130px;
  left: 50%;
  display: grid;
  width: 80px;
  height: 88px;
  place-items: center;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  clip-path: polygon(50% 0, 90% 15%, 83% 70%, 50% 100%, 17% 70%, 10% 15%);
  transform: translateX(-50%);
}

.connectivity-router {
  right: 13%;
  bottom: 0;
  left: 13%;
  height: 86px;
  background: linear-gradient(180deg, #2A2C39, rgba(42, 44, 57, 0.92));
  border: 1px solid rgba(129, 198, 232, 0.45);
  border-radius: 28px;
  box-shadow: 0 18px 26px rgba(42, 44, 57, 0.24);
}

.connectivity-router > span {
  position: absolute;
  bottom: 80px;
  width: 8px;
  height: 104px;
  background: linear-gradient(180deg, var(--lf-bg), rgba(42, 44, 57, 0.68));
  border-radius: 999px;
  transform-origin: bottom;
}

.connectivity-router > span:nth-child(1) {
  left: 17%;
  transform: rotate(-8deg);
}

.connectivity-router > span:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.connectivity-router > span:nth-child(3) {
  right: 17%;
  transform: rotate(8deg);
}

.router-lights {
  position: absolute;
  right: 13%;
  bottom: 20px;
  left: 13%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.65rem;
}

.router-lights i {
  display: block;
  height: 7px;
  background: var(--lf-sky);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(129, 198, 232, 0.75);
}

.connectivity-status {
  bottom: 82px;
  left: 50%;
  width: max-content;
  font-weight: 800;
  transform: translateX(-50%);
}

.message-phone {
  display: grid;
  gap: 0.75rem;
  width: min(320px, 100%);
  margin: 0 auto;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
}

.message-topline {
  color: var(--lf-sky);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.message-bubble {
  padding: 0.85rem 1rem;
  color: var(--lf-white);
}

.message-bubble.blue {
  color: var(--lf-white);
  background: var(--lf-blue);
}

.conversation-card {
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.conversation-card > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--lf-sky);
  font-weight: 800;
  text-transform: uppercase;
}

.message-meta {
  width: fit-content;
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  color: var(--lf-bg);
  background: var(--lf-white);
  font-size: 0.86rem;
  font-weight: 800;
}

.voice-visual {
  place-items: center;
}

.voice-orbit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 150px));
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.voice-orbit span {
  padding: 0.8rem;
  text-align: center;
  font-weight: 700;
}

.communications-caller-card {
  margin: 1.25rem;
  padding: 1.4rem;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(129, 198, 232, 0.12), var(--lf-white));
  box-shadow: 0 18px 42px rgba(42, 44, 57, 0.08);
}

.caller-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(50, 94, 171, 0.18);
}

.caller-card-header span {
  color: var(--lf-blue);
  font-weight: 800;
}

.caller-card-header strong {
  color: var(--lf-bg);
}

.caller-card-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 0;
}

.caller-avatar {
  width: 66px;
  height: 66px;
  border: 3px solid var(--lf-sky);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
}

.caller-card-body strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--lf-bg);
  font-size: 1.15rem;
}

.caller-card-body p {
  margin: 0;
  color: var(--lf-bg);
}

.communications-caller-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.communications-caller-card li {
  padding: 0.85rem 1rem;
  border-radius: 8px;
  color: var(--lf-bg);
  background: var(--lf-white);
  font-weight: 700;
}

.communications-caller-visual {
  margin: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(129, 198, 232, 0.72);
  border-radius: 8px;
  background: var(--lf-white);
  box-shadow: 0 18px 42px rgba(42, 44, 57, 0.08);
}

.communications-caller-visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.crm-epos-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
}

.crm-epos-outcome {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  padding: 0 0.9rem;
  text-align: center;
}

.crm-epos-outcome + .crm-epos-outcome {
  border-left: 1px solid rgba(42, 44, 57, 0.14);
}

.crm-epos-outcome > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  background: rgba(129, 198, 232, 0.18);
}

.crm-epos-outcome svg,
.crm-epos-summary svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.crm-epos-outcome strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.crm-epos-outcome p {
  margin: 0;
  color: var(--lf-bg);
  font-size: 0.84rem;
  line-height: 1.4;
}

.crm-epos-green {
  color: #16a34a;
}

.crm-epos-blue {
  color: var(--lf-blue);
}

.crm-epos-amber {
  color: #f59e0b;
}

.crm-epos-purple {
  color: #8b5cf6;
}

.crm-epos-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 157, 85, 0.26);
  border-radius: 8px;
  background: rgba(31, 157, 85, 0.1);
}

.crm-epos-summary span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  color: var(--lf-white);
  background: #16a34a;
}

.crm-epos-summary strong {
  display: block;
  color: var(--lf-bg);
  font-weight: 800;
  line-height: 1.25;
}

.crm-epos-summary p {
  margin: 0.22rem 0 0;
  color: var(--lf-bg);
  font-size: 0.94rem;
}

.communications-growth-section {
  background: linear-gradient(180deg, rgba(42, 44, 57, 0.035), rgba(129, 198, 232, 0.12));
}

.communications-pricing-panel {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  padding: 0;
}

.communications-value-list {
  margin: 0;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: rgba(129, 198, 232, 0.1);
}

.challenge-section {
  color: var(--lf-white);
  background: var(--lf-bg);
}

.challenge-section .section-intro h2 {
  color: var(--lf-white);
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.challenge-tile {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 120px;
  padding: 1.25rem;
  color: var(--lf-bg);
  background: var(--lf-white);
  border: 1px solid var(--lf-blue);
  border-radius: 8px;
  transition: border-color 180ms ease, transform 180ms ease;
  animation: litefox-fade-in 650ms ease-out both;
}

.challenge-tile:hover,
.challenge-tile:focus-within {
  border-color: var(--lf-sky);
  transform: translateY(-4px);
}

.challenge-tile h3 {
  margin-bottom: 0;
}

.challenge-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--lf-blue);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
}

.challenge-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pathway-section {
  background: var(--lf-white);
}

.pathway-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1.25rem 0 0;
}

.pathway-timeline::before {
  position: absolute;
  top: 3.05rem;
  right: 12.5%;
  left: 12.5%;
  height: 3px;
  background: linear-gradient(90deg, var(--lf-blue), var(--lf-sky));
  border-radius: 999px;
  content: "";
}

.pathway-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 0.75rem;
  text-align: center;
  animation: litefox-fade-in 650ms ease-out both;
}

.pathway-step + .pathway-step::before {
  content: none;
}

.pathway-step span {
  display: inline-grid;
  width: 64px;
  height: 64px;
  margin-bottom: 1.15rem;
  place-items: center;
  color: var(--lf-white);
  background: linear-gradient(135deg, var(--lf-blue), var(--lf-sky));
  border: 6px solid var(--lf-white);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(50, 94, 171, 0.26);
  font-size: 1.1rem;
  font-weight: 800;
}

.pathway-step h3 {
  max-width: 220px;
  margin-bottom: 0;
  color: var(--lf-bg);
  font-weight: 800;
}

.metric {
  display: block;
  color: var(--lf-blue);
  font-size: 2rem;
  font-weight: 800;
}

.list-check {
  padding-left: 1.25rem;
}

.list-check li::marker {
  color: var(--lf-blue);
}

.form-control,
.form-select {
  color: var(--lf-bg);
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--lf-blue);
  box-shadow: 0 0 0 0.2rem var(--lf-sky);
}

.form-label {
  font-weight: 800;
}

.status-message.is-success {
  color: #0f7a3f;
  font-weight: 700;
}

.contact-form-card {
  gap: 1rem;
}

.contact-info-card {
  height: 100%;
}

.contact-info-list {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}

.contact-info-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--lf-blue);
  border: 2px solid var(--lf-sky);
  border-radius: 999px;
}

.contact-info-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-info-list h3 {
  margin-bottom: 0.35rem;
  color: var(--lf-bg);
  font-size: 1rem;
  font-weight: 800;
}

.contact-info-list p {
  margin-bottom: 0;
}

.direct-debit-guarantee-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--lf-white);
  border: 2px solid var(--lf-bg);
  border-bottom-width: 5px;
  border-radius: 8px;
}

.direct-debit-guarantee-header h1 {
  margin: 0;
  color: var(--lf-bg);
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.direct-debit-guarantee-header h2 {
  margin: 0;
  color: var(--lf-bg);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.direct-debit-guarantee-header p:not(.eyebrow) {
  max-width: 720px;
  margin: 0.65rem 0 0;
  color: var(--lf-bg);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.direct-debit-mark {
  width: min(210px, 28vw);
  height: auto;
  flex: 0 0 auto;
}

.direct-debit-instruction-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.35rem;
  padding: 1.5rem;
  color: var(--lf-bg);
  background: rgba(129, 198, 232, 0.14);
  border: 2px solid var(--lf-bg);
  border-radius: 8px;
}

.direct-debit-instruction-card h2 {
  margin-bottom: 0.8rem;
  color: var(--lf-bg);
  font-size: 1.25rem;
}

.direct-debit-instruction-card p {
  font-size: 0.95rem;
}

.direct-debit-instruction-card p:last-child {
  margin-bottom: 0;
}

.direct-debit-instruction-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--lf-white);
  background: var(--lf-bg);
  border-radius: 999px;
}

.direct-debit-instruction-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.direct-debit-section .direct-debit-card {
  border: 2px solid var(--lf-bg);
  box-shadow: 0 6px 0 var(--lf-bg);
}

.direct-debit-section .direct-debit-card,
.direct-debit-section .form-text {
  font-size: 0.94rem;
}

.direct-debit-section .contact-form-card > h2,
.direct-debit-section .contact-info-card > h2 {
  font-size: 1.2rem;
}

.direct-debit-section .form-label,
.direct-debit-section .contact-info-list h3 {
  font-size: 0.92rem;
}

.direct-debit-section .direct-debit-card:hover,
.direct-debit-section .direct-debit-card:focus-within {
  border-color: var(--lf-bg);
}

.direct-debit-section .form-control,
.direct-debit-section .form-select {
  border-color: var(--lf-bg);
}

.direct-debit-section .form-control:focus,
.direct-debit-section .form-select:focus {
  border-color: var(--lf-bg);
  box-shadow: 0 0 0 0.2rem rgba(42, 44, 57, 0.16);
}

.direct-debit-section .contact-info-icon {
  color: var(--lf-bg);
  border-color: var(--lf-bg);
}

@media (max-width: 767.98px) {
  .direct-debit-section {
    overflow-x: hidden;
  }

  .direct-debit-section .container {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .direct-debit-section .row {
    margin-right: 0;
    margin-left: 0;
  }

  .direct-debit-section .row > * {
    padding-right: 0;
    padding-left: 0;
  }

  .direct-debit-section .direct-debit-guarantee-header,
  .direct-debit-section .direct-debit-instruction-card,
  .direct-debit-section .direct-debit-card {
    max-width: 100%;
    overflow: hidden;
    padding: 1rem;
  }

  .direct-debit-section fieldset,
  .direct-debit-section legend,
  .direct-debit-section .form-control,
  .direct-debit-section .form-select,
  .direct-debit-section textarea {
    min-width: 0;
    max-width: 100%;
  }

  .direct-debit-guarantee-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .direct-debit-guarantee-header h1 {
    font-size: 1.15rem;
  }

  .direct-debit-guarantee-header h2 {
    font-size: 1.1rem;
  }

  .direct-debit-section h2,
  .direct-debit-section h3,
  .direct-debit-section p,
  .direct-debit-section label {
    overflow-wrap: anywhere;
  }

  .direct-debit-instruction-card h2,
  .direct-debit-section .h3 {
    font-size: 1.1rem;
  }

  .direct-debit-mark {
    width: 155px;
  }

  .direct-debit-instruction-card {
    grid-template-columns: 1fr;
  }
}

.contact-phone {
  color: var(--lf-blue);
  font-weight: 400;
}

.contact-info-list .btn {
  margin-top: 0.75rem;
}

.accordion-button {
  color: var(--lf-bg);
  background: var(--lf-white);
  font-weight: 800;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  color: var(--lf-white);
  background: var(--lf-blue);
  box-shadow: none;
}

.accordion-button::after {
  background-image: none;
}

.accordion-item {
  border: 2px solid var(--lf-sky);
}

.contact-faq-section {
  background: var(--lf-white);
}

.contact-faq-intro {
  max-width: 760px;
}

.contact-faq-intro .eyebrow {
  margin-bottom: 0.55rem;
}

.contact-faq-accordion {
  max-width: 980px;
  border-top: 1px solid rgba(129, 198, 232, 0.75);
}

.contact-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(129, 198, 232, 0.75);
  background: transparent;
}

.contact-faq-button {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.35rem 0;
  color: var(--lf-bg);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.contact-faq-button:not(.collapsed),
.contact-faq-button:focus {
  color: var(--lf-blue);
  background: transparent;
  box-shadow: none;
}

.contact-faq-button:focus-visible {
  outline: 3px solid rgba(129, 198, 232, 0.85);
  outline-offset: 4px;
}

.contact-faq-button::after {
  display: none;
}

.contact-faq-chevron {
  display: inline-flex;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--lf-bg);
  transition: color 0.2s ease, transform 0.2s ease;
}

.contact-faq-chevron svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.contact-faq-button:not(.collapsed) .contact-faq-chevron {
  color: var(--lf-blue);
  transform: rotate(180deg);
}

.contact-faq-body {
  padding: 0 0 1.35rem;
  color: var(--lf-bg);
  font-size: 1rem;
  line-height: 1.75;
}

.contact-faq-body p {
  max-width: 860px;
  margin: 0;
}

.site-footer {
  color: var(--lf-white);
  background: var(--lf-bg);
}

.footer-brand {
  color: var(--lf-white);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.footer-logo {
  display: block;
  width: min(174px, 54vw);
  height: auto;
}

.footer-brand:hover,
.footer-brand:focus {
  color: var(--lf-white);
}

.footer-summary {
  color: var(--lf-white);
  font-size: var(--lf-footer-font-size);
  line-height: 1.48;
}

.footer-heading {
  margin-bottom: 0.8rem;
  color: var(--lf-sky);
  font-size: var(--lf-footer-font-size);
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer .form-control {
  border-color: var(--lf-white);
}

.site-footer .form-control:focus {
  border-color: var(--lf-white);
  box-shadow: none;
}

.site-footer .form-label {
  font-size: var(--lf-footer-font-size);
  font-weight: 400;
}

.site-footer .form-control {
  font-size: var(--lf-footer-font-size);
}

.footer-links li + li {
  margin-top: 0.34rem;
}

.footer-links a,
.site-footer p,
.site-footer .btn {
  font-size: var(--lf-footer-font-size);
}

.site-footer .btn {
  padding-right: 0.85rem;
  padding-left: 0.85rem;
}

.footer-newsletter-compact .form-control {
  min-width: 0;
}

.footer-newsletter-compact .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer-social-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--lf-white);
  border: 1px solid var(--lf-sky);
  border-radius: 999px;
}

.footer-social svg,
.footer-trust-strip svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 1rem 0;
  border: 2px solid var(--lf-blue);
  border-radius: 8px;
}

.footer-trust-strip span {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.8rem;
  min-height: 54px;
  padding: 0 1.25rem;
  color: var(--lf-white);
  text-align: left;
}

.footer-trust-strip span + span {
  border-left: 1px solid var(--lf-blue);
}

.footer-trust-strip svg {
  grid-row: 1 / 3;
  flex: 0 0 22px;
  width: 30px;
  height: 30px;
  color: var(--lf-sky);
}

.footer-trust-strip strong {
  display: block;
  color: var(--lf-white);
  font-size: 0.96rem;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-trust-strip small {
  display: block;
  color: var(--lf-white);
  font-size: 0.9rem;
  line-height: 1.3;
}

.site-footer a {
  color: var(--lf-white);
  font-weight: 400;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--lf-sky);
}

.footer-rule {
  border-top: 0;
}

.callback-panel {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  width: min(360px, calc(100vw - 2rem));
  color: var(--lf-bg);
  background: var(--lf-white);
  border: 2px solid var(--lf-sky);
  border-radius: 8px;
}

.callback-panel[hidden] {
  display: none;
}

.callback-panel-header {
  color: var(--lf-white);
  background: var(--lf-bg);
  border-radius: 6px 6px 0 0;
}

.callback-close {
  width: 36px;
  height: 36px;
  color: var(--lf-white);
  background: transparent;
  border: 2px solid var(--lf-sky);
  border-radius: 8px;
  font-weight: 800;
}

.status-message {
  color: var(--lf-blue);
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .hero {
    background: var(--lf-white);
  }

  body {
    padding-top: 74px;
  }

  .litefox-public-header {
    min-height: 80px;
  }

  .header-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .litefox-brand {
    flex: 0 1 auto;
    max-width: 188px;
  }

  .site-logo {
    width: min(132px, 34vw);
  }

  .logo-descriptor {
    font-size: 0.74rem;
  }

  .header-mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0.42rem 0.58rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .navbar-toggler {
    display: inline-flex !important;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 0;
    background: var(--lf-bg);
  }

  .navbar-collapse {
    flex-basis: 100%;
    padding: 1rem 0;
  }

  .navbar-nav {
    gap: 0.25rem;
  }

  .communications-nav-dropdown .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .header-menu {
    width: 100%;
  }

  .header-nav {
    align-items: flex-start;
  }

  .header-actions {
    align-items: stretch !important;
    padding-top: 0.75rem;
  }

  .hero-band {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .hero-band::before {
    background: var(--lf-white);
  }

  .hero-band .container {
    order: 1;
    padding-top: 1.5rem !important;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 1.38rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .hero .lead {
    max-width: 100%;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .hero .btn {
    width: 100%;
  }

  .hero-media {
    position: relative;
    order: 2;
    z-index: 2;
    width: calc(100% - 1.5rem);
    height: auto;
    min-height: 0;
    margin: 2rem auto 0;
  }

  .hero-media img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .hero-media::before {
    width: 20%;
    background: linear-gradient(90deg, var(--lf-white), transparent);
  }

  .hero-media::after {
    inset: 84% 0 0 0;
    background: linear-gradient(180deg, transparent 0%, var(--lf-white) 100%);
  }

  .hero-wave {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    order: 3;
    height: 72px;
    margin-top: 0;
  }

  .section-intro h2 {
    max-width: 100%;
    font-size: 1.08rem;
    overflow-wrap: anywhere;
  }

  .service-card h2,
  .service-card h3,
  .info-card h2 {
    font-size: 1.15rem;
  }

  .service-card,
  .info-card {
    max-width: 100%;
    overflow: hidden;
  }

  .service-card {
    flex-direction: column;
  }

  .service-card p,
  .info-card p {
    overflow-wrap: anywhere;
  }

  .service-card,
  .info-card {
    box-shadow: 0 6px 0 var(--lf-sky);
  }

  .business-it-promise-panel,
  .business-it-review-panel {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .business-it-promise-list article {
    grid-template-columns: 1fr;
  }

  .business-it-panel-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    background: var(--lf-white);
  }

  .business-it-panel-copy {
    max-width: none;
    padding: 1.65rem 1.35rem 1.2rem;
  }

  .business-it-panel-copy h3 {
    font-size: 2rem;
  }

  .business-it-panel-image {
    min-height: 260px;
    order: 2;
  }

  .business-it-panel-image::before {
    display: none;
  }

  .business-it-panel-wave {
    height: 52px;
  }

  .business-it-keyword-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.25rem;
  }

  .business-it-outcome-feature,
  .business-it-outcome-row {
    grid-template-columns: 1fr;
  }

  .business-it-outcome-photo,
  .business-it-row-image {
    min-height: 240px;
  }

  .business-it-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .communications-split-panel,
  .communications-split-panel.reverse,
  .communications-pricing-panel,
  .communications-engagement-panel,
  .communications-feature-banner,
  .communications-feature-banner.reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .voip-pricing-grid {
    width: min(100%, 330px);
    max-width: calc(100vw - 2rem);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }

  .voip-card-top,
  .voip-plan-panel,
  .voip-price-footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .voip-pricing-trust {
    grid-template-columns: 1fr;
    width: min(100%, 330px);
    margin-right: auto;
    margin-left: auto;
  }

  .communications-dashboard,
  .communications-caller-card,
  .communications-workflow-media {
    margin: 0 1.25rem 1.25rem;
  }

  .communications-hub-panel {
    grid-template-columns: 1fr;
  }

  .communications-hub-panel .communications-copy {
    min-height: 0;
  }

  .hub-icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .dashboard-detail-grid {
    grid-template-columns: 1fr;
  }

  .communications-workflow-media img {
    height: auto;
    max-height: 300px;
    min-height: 0;
    object-fit: contain;
    transform: none;
  }

  .communications-call-flow-media {
    margin-bottom: 1.25rem;
  }

  .communications-call-flow-media img {
    height: auto;
    max-height: 240px;
    object-fit: contain;
    transform: none;
  }

  .communications-flow-board {
    grid-template-columns: 1fr;
  }

  .flow-node:not(.flow-end)::after {
    top: auto;
    right: 50%;
    bottom: -1rem;
    width: 2px;
    height: 1rem;
  }

  .communications-feature-grid,
  .communications-device-grid,
  .communications-growth-grid,
  .communications-channel-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .communications-channel-strip {
    margin-top: 1.5rem;
  }

  .communications-banner-visual {
    min-height: 300px;
    order: 2;
  }

  .communications-feature-banner.reverse .communications-banner-visual {
    order: 2;
  }

  .communications-feature-banner.reverse .communications-banner-copy {
    order: 1;
  }

  .visual-banner {
    grid-template-columns: 1fr;
  }

  .intro-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0;
  }

  .intro-values article {
    padding: 0.75rem;
  }

  .intro-values article + article {
    border-left: 0;
  }

  .intro-values article:nth-child(2n) {
    border-left: 1px solid var(--lf-sky);
  }

  .intro-support-grid {
    grid-template-columns: 1fr;
  }

  .intro-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-service-strip article {
    min-height: 150px;
  }

  .intro-service-strip article + article {
    border-left: 0;
  }

  .intro-service-strip article:nth-child(2n) {
    border-left: 1px solid rgba(129, 198, 232, 0.55);
  }

  .intro-service-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(129, 198, 232, 0.55);
  }

  .intro-cta-card {
    grid-template-columns: 1fr;
  }

  .intro-cta-card img {
    height: 210px;
  }

  .visual-banner-media {
    min-height: 220px;
  }

  .visual-banner-copy {
    border-top: 8px solid var(--lf-blue);
    border-left: 0;
  }

  .wholesale-intro-panel {
    grid-template-columns: 1fr;
  }

  .wholesale-intro-copy {
    padding: 2rem;
  }

  .wholesale-inventory-media,
  .wholesale-inventory-media img {
    min-height: 280px;
  }

  .wholesale-intro-steps {
    grid-template-columns: 1fr;
  }

  .about-simplify-showcase {
    grid-template-columns: 1fr;
  }

  .about-simplify-intro {
    padding: 2rem;
  }

  .about-simplify-points,
  .about-simplify-cards {
    grid-template-columns: 1fr;
  }

  .about-simplify-points article,
  .about-simplify-card {
    border-top: 1px solid rgba(50, 94, 171, 0.16);
    border-left: 0;
  }

  .about-simplify-points article:first-child,
  .about-simplify-card:first-child {
    border-top: 0;
  }

  .about-simplify-points article {
    padding: 1rem 0;
  }

  .about-simplify-media {
    min-height: 260px;
  }

  .about-simplify-media img {
    min-height: 260px;
  }

  .challenge-grid {
    grid-template-columns: 1fr;
  }

  .about-industry-carousel {
    --industry-per-view: 2;
  }

  .challenge-tile {
    min-height: 0;
  }

  .pathway-timeline {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 0.5rem 0 0 0.25rem;
  }

  .pathway-timeline::before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 2rem;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--lf-blue), var(--lf-sky));
  }

  .pathway-step {
    min-height: 0;
    align-items: flex-start;
    padding: 0 0 0 4.5rem;
    text-align: left;
  }

  .pathway-step + .pathway-step::before {
    content: none;
  }

  .pathway-step span {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
  }

  .pathway-step h3 {
    max-width: 100%;
    min-height: 4rem;
    display: flex;
    align-items: center;
  }

  .footer-trust-strip {
    grid-template-columns: 1fr;
  }

  .footer-trust-strip span + span {
    border-top: 1px solid var(--lf-blue);
    border-left: 0;
  }

  .footer-trust-strip span {
    padding: 1rem;
  }

  .footer-newsletter-compact .d-flex {
    flex-direction: column;
  }

  .footer-newsletter-compact .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  h1,
  h2,
  h3,
  p,
  .lead,
  .btn,
  .nav-link,
  .dropdown-item,
  .service-card,
  .info-card,
  .challenge-tile,
  .footer-summary,
  .footer-links a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 575.98px) {
  .communications-hero,
  .communications-section {
    max-width: 100%;
    overflow-x: hidden;
  }

  .communications-section .section-intro {
    width: min(100%, 310px);
    max-width: calc(100vw - 2rem);
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    box-sizing: border-box;
  }

  .communications-section .section-intro h2 {
    width: min(100%, 300px);
    margin-right: auto;
    margin-left: auto;
    font-size: 1.28rem;
    line-height: 1.16;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .communications-section .section-intro p {
    width: min(100%, 280px);
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: break-word;
  }

  .call-flow-demo,
  .call-flow-card-row {
    width: min(100%, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
    margin-right: auto;
    margin-left: auto;
  }

  .page-top-link {
    right: 0.75rem;
    bottom: 4.75rem;
    width: 40px;
    height: 40px;
  }

  .communications-hero .hero-copy {
    width: min(100%, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
    padding-right: 0.25rem;
  }

  .communications-hero .hero-copy h1,
  .communications-hero .hero-copy .lead {
    width: 300px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .communications-split-panel,
  .communications-split-panel.reverse,
  .communications-pricing-panel,
  .communications-engagement-panel,
  .communications-feature-banner,
  .communications-feature-banner.reverse {
    width: min(100%, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
    margin-right: auto;
    margin-left: auto;
  }

  .communications-copy,
  .communications-copy p,
  .communications-copy h2,
  .communications-banner-copy,
  .communications-banner-copy p,
  .communications-banner-copy h2 {
    width: 300px;
    max-width: 100%;
  }

  .communications-banner-visual {
    min-height: 260px;
    padding: 1rem;
  }

  .ai-voice-visual {
    min-height: 0;
    padding: 0.75rem;
    background: var(--lf-white);
  }

  .ai-voice-visual-image {
    width: min(100%, 320px);
    height: auto;
    min-height: 0;
    margin: 0 auto;
    object-fit: contain;
  }

  .ai-voice-feature {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .ai-voice-feature > span {
    width: 42px;
    height: 42px;
  }

  .ai-voice-feature svg {
    width: 23px;
    height: 23px;
  }

  .ai-voice-feature strong,
  .ai-voice-feature p {
    overflow-wrap: anywhere;
  }

  .communications-caller-visual {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .communications-caller-visual-image {
    width: 100%;
    height: auto;
  }

  .crm-epos-outcome-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .crm-epos-outcome {
    grid-template-columns: 46px minmax(0, 1fr);
    justify-items: start;
    gap: 0.75rem;
    padding: 0.85rem 0;
    text-align: left;
  }

  .crm-epos-outcome + .crm-epos-outcome,
  .crm-epos-outcome:nth-child(odd) {
    border-left: 0;
  }

  .crm-epos-outcome + .crm-epos-outcome {
    border-top: 1px solid rgba(42, 44, 57, 0.14);
  }

  .crm-epos-outcome p {
    grid-column: 2;
  }

  .crm-epos-outcome > span,
  .crm-epos-summary span {
    width: 46px;
    height: 46px;
  }

  .crm-epos-outcome svg,
  .crm-epos-summary svg {
    width: 25px;
    height: 25px;
  }

  .crm-epos-summary {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .crm-epos-outcome strong,
  .crm-epos-outcome p,
  .crm-epos-summary strong,
  .crm-epos-summary p {
    overflow-wrap: anywhere;
  }

  .network-grid,
  .voice-orbit {
    grid-template-columns: 1fr;
  }

  .connectivity-feature-list article,
  .connectivity-continuity-card {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .connectivity-feature-list p,
  .connectivity-continuity-card p {
    overflow-wrap: break-word;
  }

  .connectivity-visual {
    min-height: 520px;
    padding: 1rem;
  }

  .connectivity-visual-image {
    min-height: 0;
    width: 90%;
    height: auto;
  }

  .wholesale-intro-copy {
    width: 100%;
    max-width: 100%;
    padding: 1.35rem;
    overflow: hidden;
  }

  .wholesale-intro-copy h2 {
    font-size: 1.45rem;
    line-height: 1.18;
  }

  .wholesale-copy-block {
    width: 100%;
    max-width: 100%;
  }

  .wholesale-copy-block p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .wholesale-inventory-media,
  .wholesale-inventory-media img {
    min-height: 220px;
  }

  .business-it-service-grid {
    grid-template-columns: 1fr;
  }

  .business-it-service-grid li {
    min-height: 0;
  }

  .business-it-panel-copy {
    padding: 1.35rem 1.1rem 1rem;
  }

  .business-it-panel-copy h3 {
    font-size: 1.65rem;
  }

  .business-it-panel-image {
    min-height: 220px;
  }

  .business-it-keyword-strip {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .business-it-keyword-strip li {
    min-height: 0;
  }

  .communications-copy,
  .communications-value-list {
    padding: 1.25rem;
  }

  .communications-dashboard {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .dashboard-metrics,
  .dashboard-tabs,
  .dashboard-detail-grid,
  .communications-feature-grid,
  .communications-device-grid,
  .communications-growth-grid,
  .communications-channel-strip {
    grid-template-columns: 1fr;
  }

  .hub-device-visual {
    min-height: 0;
  }

  .hub-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-icon-grid article {
    min-height: 104px;
  }

  .caller-card-header,
  .caller-card-body {
    grid-template-columns: 1fr;
  }

  .caller-card-header {
    flex-direction: column;
  }

  .wholesale-intro-steps article {
    grid-template-columns: 1fr;
  }

  .about-industry-carousel {
    --industry-per-view: 1;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-industry-carousel {
    --industry-per-view: 3;
  }
}

@media (min-width: 992px) {
  .header-shell {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(280px, 1fr);
    align-items: center;
    gap: 1.5rem;
  }

  .navbar-toggler {
    display: none;
  }

  .header-menu {
    display: contents !important;
  }

  .header-nav {
    grid-column: 2;
    justify-content: center;
    text-align: center;
  }

  .header-actions {
    grid-column: 3;
    justify-content: flex-end;
    padding-left: 0.5rem;
  }
}
