/* Lightforce and areas we serve pages */
:root {
  --teal: #6cbbd3;
  --teal-deep: #2f697a;
  --plum: #9d579b;
  --orange: #f3a25f;
  --red: #da2a29;
  --ink: #57585a;
  --ink-strong: #30353b;
  --muted: #76828c;
  --paper: #ffffff;
  --shadow: 0 14px 34px rgba(47, 105, 122, 0.1);
  --radius-lg: 34px;
  --radius-xl: 42px;
  --radius-pill: 999px;
  --site-gradient: linear-gradient(
    135deg,
    var(--teal-deep) 0%,
    var(--plum) 55%,
    var(--red) 100%
  );
}

.lightforce-braces-staging #int-header,
.lightforce-braces #int-header,
.areas-we-serve-staging #int-header,
.areas-we-serve #int-header {
  display: none;
}

@media only screen and (min-width: 1300px) {
  .lf-hero,
  #areas-hub {
    margin-top: 117px;
  }
}

.lightforce-braces-staging div.fill,
.lightforce-braces div.fill,
.areas-we-serve-staging div.fill,
.areas-we-serve div.fill {
  display: none;
}

.lightforce-braces-staging *,
.lightforce-braces *,
.areas-we-serve *,
.areas-we-serve-staging *,
.lightforce-braces-staging *::before,
.lightforce-braces *::before,
.areas-we-serve *::before,
.areas-we-serve-staging *::before,
.lightforce-braces-staging *::after,
.lightforce-braces *::after,
.areas-we-serve *::after,
.areas-we-serve-staging *::after {
  box-sizing: border-box;
  border-radius: 8px !important;
}
.lightforce-braces-staging html,
.lightforce-braces html,
.areas-we-serve html,
.areas-we-serve-staging html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.lightforce-braces-staging body,
.lightforce-braces body,
.areas-we-serve body,
.areas-we-serve-staging body {
  margin: 0;
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
  background: linear-gradient(
    180deg,
    #f8fcfd 0%,
    #ffffff 22%,
    #ffffff 86%,
    var(--teal) 86%,
    var(--teal) 100%
  );
  overflow-x: hidden;
}
.lightforce-braces-staging img,
.lightforce-braces img,
.areas-we-serve img,
.areas-we-serve-staging img {
  display: block;
  max-width: 100%;
}
.lightforce-braces-staging a,
.lightforce-braces a,
.areas-we-serve a,
.areas-we-serve-staging a {
  color: inherit;
  text-decoration: none;
}
.lightforce-braces-staging p,
.lightforce-braces p,
.areas-we-serve p,
.areas-we-serve-staging p {
  margin: 0 0 1.2rem;
  line-height: 1.7;
}
.lightforce-braces-staging ul,
.lightforce-braces ul,
.areas-we-serve ul,
.areas-we-serve-staging ul {
  margin: 0;
  padding: 0;
}
.lightforce-braces-staging h1,
.lightforce-braces h1,
.areas-we-serve h1,
.areas-we-serve-staging h1,
.lightforce-braces-staging h2,
.lightforce-braces h2,
.areas-we-serve h2,
.areas-we-serve-staging h2,
.lightforce-braces-staging h3,
.lightforce-braces h3,
.areas-we-serve h3,
.areas-we-serve-staging h3 {
  margin: 0 0 1rem;
  font-family: "Raleway", Arial, sans-serif;
  color: var(--ink-strong);
  line-height: 1.05;
}
.lightforce-braces-staging h2,
.lightforce-braces h2,
.areas-we-serve h2,
.areas-we-serve-staging h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.lightforce-braces-staging h3,
.lightforce-braces h3,
.areas-we-serve h3,
.areas-we-serve-staging h3 {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}
.lightforce-braces-staging .skip-link,
.lightforce-braces .skip-link,
.areas-we-serve .skip-link,
.areas-we-serve-staging .skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: var(--paper);
  color: var(--ink-strong);
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .skip-link:focus,
.lightforce-braces .skip-link:focus,
.areas-we-serve .skip-link:focus,
.areas-we-serve-staging .skip-link:focus {
  top: 1rem;
}
.lightforce-braces-staging .eyebrow,
.lightforce-braces .eyebrow,
.areas-we-serve .eyebrow,
.areas-we-serve-staging .eyebrow {
  margin-bottom: 1rem;
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.lightforce-braces-staging .eyebrow-dark,
.lightforce-braces .eyebrow-dark,
.areas-we-serve .eyebrow-dark,
.areas-we-serve-staging .eyebrow-dark {
  color: var(--teal-deep);
}
.lightforce-braces-staging .site-header,
.lightforce-braces .site-header,
.areas-we-serve .site-header,
.areas-we-serve-staging .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(108, 187, 211, 0.18);
  box-shadow: 0 10px 30px rgba(47, 105, 122, 0.08);
}
.lightforce-braces-staging .utility-bar,
.lightforce-braces .utility-bar,
.areas-we-serve .utility-bar,
.areas-we-serve-staging .utility-bar,
.lightforce-braces-staging .main-nav,
.lightforce-braces .main-nav,
.areas-we-serve .main-nav,
.areas-we-serve-staging .main-nav,
.lightforce-braces-staging .section-shell,
.lightforce-braces .section-shell,
.areas-we-serve .section-shell,
.areas-we-serve-staging .section-shell,
.lightforce-braces-staging .hero-shell,
.lightforce-braces .hero-shell,
.areas-we-serve .hero-shell,
.areas-we-serve-staging .hero-shell,
.lightforce-braces-staging .footer-shell,
.lightforce-braces .footer-shell,
.areas-we-serve .footer-shell,
.areas-we-serve-staging .footer-shell,
.lightforce-braces-staging .subfooter-shell,
.lightforce-braces .subfooter-shell,
.areas-we-serve .subfooter-shell,
.areas-we-serve-staging .subfooter-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}
.lightforce-braces-staging .utility-bar,
.lightforce-braces .utility-bar,
.areas-we-serve .utility-bar,
.areas-we-serve-staging .utility-bar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0 0.75rem;
}
.lightforce-braces-staging .brand,
.lightforce-braces .brand,
.areas-we-serve .brand,
.areas-we-serve-staging .brand {
  flex: 0 0 auto;
}
.lightforce-braces-staging .brand img,
.lightforce-braces .brand img,
.areas-we-serve .brand img,
.areas-we-serve-staging .brand img {
  width: clamp(180px, 22vw, 245px);
}
.lightforce-braces-staging .utility-contact,
.lightforce-braces .utility-contact,
.areas-we-serve .utility-contact,
.areas-we-serve-staging .utility-contact {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.75rem;
  min-width: 0;
}
.lightforce-braces-staging .utility-link,
.lightforce-braces .utility-link,
.areas-we-serve .utility-link,
.areas-we-serve-staging .utility-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  max-width: 100%;
  min-width: 0;
  transition: color 160ms ease;
}
.lightforce-braces-staging .utility-link:hover,
.lightforce-braces .utility-link:hover,
.areas-we-serve .utility-link:hover,
.areas-we-serve-staging .utility-link:hover,
.lightforce-braces-staging .main-nav a:hover,
.lightforce-braces .main-nav a:hover,
.areas-we-serve .main-nav a:hover,
.areas-we-serve-staging .main-nav a:hover,
.lightforce-braces-staging .areas-grid a:hover,
.lightforce-braces .areas-grid a:hover,
.areas-we-serve .areas-grid a:hover,
.areas-we-serve-staging .areas-grid a:hover,
.lightforce-braces-staging .service-card a:hover,
.lightforce-braces .service-card a:hover,
.areas-we-serve .service-card a:hover,
.areas-we-serve-staging .service-card a:hover,
.lightforce-braces-staging .link-cluster a:hover,
.lightforce-braces .link-cluster a:hover,
.areas-we-serve .link-cluster a:hover,
.areas-we-serve-staging .link-cluster a:hover,
.lightforce-braces-staging .footer-copy a:hover,
.lightforce-braces .footer-copy a:hover,
.areas-we-serve .footer-copy a:hover,
.areas-we-serve-staging .footer-copy a:hover,
.lightforce-braces-staging .subfooter a:hover,
.lightforce-braces .subfooter a:hover,
.areas-we-serve .subfooter a:hover,
.areas-we-serve-staging .subfooter a:hover,
.lightforce-braces-staging .breadcrumb a:hover,
.lightforce-braces .breadcrumb a:hover,
.areas-we-serve .breadcrumb a:hover,
.areas-we-serve-staging .breadcrumb a:hover {
  color: var(--teal);
}
.lightforce-braces-staging .utility-address,
.lightforce-braces .utility-address,
.areas-we-serve .utility-address,
.areas-we-serve-staging .utility-address {
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}
.lightforce-braces-staging .address-break,
.lightforce-braces .address-break,
.areas-we-serve .address-break,
.areas-we-serve-staging .address-break {
  display: none;
}
.lightforce-braces-staging .utility-phone,
.lightforce-braces .utility-phone,
.areas-we-serve .utility-phone,
.areas-we-serve-staging .utility-phone {
  color: var(--plum);
  font-size: 1.28rem;
  font-weight: 700;
}
.lightforce-braces-staging .utility-icon,
.lightforce-braces .utility-icon,
.areas-we-serve .utility-icon,
.areas-we-serve-staging .utility-icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 0.22rem rgba(108, 187, 211, 0.18);
}
.lightforce-braces-staging .abo-badge,
.lightforce-braces .abo-badge,
.areas-we-serve .abo-badge,
.areas-we-serve-staging .abo-badge {
  flex: 0 0 auto;
}
.lightforce-braces-staging .abo-badge img,
.lightforce-braces .abo-badge img,
.areas-we-serve .abo-badge img,
.areas-we-serve-staging .abo-badge img {
  width: clamp(70px, 7vw, 92px);
}
.lightforce-braces-staging .main-nav,
.lightforce-braces .main-nav,
.areas-we-serve .main-nav,
.areas-we-serve-staging .main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.5rem;
  padding: 0.95rem 0 1.05rem;
  border-top: 1px solid rgba(108, 187, 211, 0.12);
}
.lightforce-braces-staging .main-nav a,
.lightforce-braces .main-nav a,
.areas-we-serve .main-nav a,
.areas-we-serve-staging .main-nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 160ms ease;
}
.lightforce-braces-staging .main-nav a::after,
.lightforce-braces .main-nav a::after,
.areas-we-serve .main-nav a::after,
.areas-we-serve-staging .main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 0.18rem;
  background: var(--plum);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}
.lightforce-braces-staging .main-nav a:hover::after,
.lightforce-braces .main-nav a:hover::after,
.areas-we-serve .main-nav a:hover::after,
.areas-we-serve-staging .main-nav a:hover::after,
.lightforce-braces-staging .main-nav a.active::after,
.lightforce-braces .main-nav a.active::after,
.areas-we-serve .main-nav a.active::after,
.areas-we-serve-staging .main-nav a.active::after {
  transform: scaleX(1);
}
.lightforce-braces-staging .main-nav a.active,
.lightforce-braces .main-nav a.active,
.areas-we-serve .main-nav a.active,
.areas-we-serve-staging .main-nav a.active {
  color: var(--plum);
}
.lightforce-braces-staging .hero,
.lightforce-braces .hero,
.areas-we-serve .hero,
.areas-we-serve-staging .hero {
  position: relative;
  min-height: 790px;
  padding: 2.5rem 0 6.5rem;
  color: #ffffff;
  background:
    linear-gradient(
      105deg,
      rgba(27, 48, 55, 0.58) 0%,
      rgba(47, 105, 122, 0.42) 48%,
      rgba(47, 105, 122, 0.18) 100%
    ),
    url("/assets/images/lightforce/poster.jpg") center / cover no-repeat;
  overflow: hidden;
}
.lightforce-braces-staging .hero::before,
.lightforce-braces .hero::before,
.areas-we-serve .hero::before,
.areas-we-serve-staging .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
}
.lightforce-braces-staging .hero::after,
.lightforce-braces .hero::after,
.areas-we-serve .hero::after,
.areas-we-serve-staging .hero::after {
  display: none;
}
.lightforce-braces-staging .hero-shell,
.lightforce-braces .hero-shell,
.areas-we-serve .hero-shell,
.areas-we-serve-staging .hero-shell {
  position: relative;
  z-index: 1;
}
.lightforce-braces-staging .breadcrumb,
.lightforce-braces .breadcrumb,
.areas-we-serve .breadcrumb,
.areas-we-serve-staging .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  max-width: 100%;
  margin-bottom: 2rem;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lightforce-braces-staging .breadcrumb a,
.lightforce-braces .breadcrumb a,
.areas-we-serve .breadcrumb a,
.areas-we-serve-staging .breadcrumb a,
.lightforce-braces-staging .breadcrumb span,
.lightforce-braces .breadcrumb span,
.areas-we-serve .breadcrumb span,
.areas-we-serve-staging .breadcrumb span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.lightforce-braces-staging .hero-layout,
.lightforce-braces .hero-layout,
.areas-we-serve .hero-layout,
.areas-we-serve-staging .hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.9fr);
  gap: 2rem;
  align-items: end;
}
.lightforce-braces-staging .hero-layout > *,
.lightforce-braces .hero-layout > *,
.areas-we-serve .hero-layout > *,
.areas-we-serve-staging .hero-layout > *,
.lightforce-braces-staging .intro-grid > *,
.lightforce-braces .intro-grid > *,
.areas-we-serve .intro-grid > *,
.areas-we-serve-staging .intro-grid > *,
.lightforce-braces-staging .services-grid > *,
.lightforce-braces .services-grid > *,
.areas-we-serve .services-grid > *,
.areas-we-serve-staging .services-grid > *,
.lightforce-braces-staging .footer-shell > *,
.lightforce-braces .footer-shell > *,
.areas-we-serve .footer-shell > *,
.areas-we-serve-staging .footer-shell > *,
.lightforce-braces-staging .cta-panel > *,
.lightforce-braces .cta-panel > *,
.areas-we-serve .cta-panel > *,
.areas-we-serve-staging .cta-panel > * {
  min-width: 0;
}
.lightforce-braces-staging .hero-copy,
.lightforce-braces .hero-copy,
.areas-we-serve .hero-copy,
.areas-we-serve-staging .hero-copy {
  max-width: 730px;
}
.lightforce-braces-staging .hero-mark,
.lightforce-braces .hero-mark,
.areas-we-serve .hero-mark,
.areas-we-serve-staging .hero-mark {
  width: clamp(170px, 18vw, 240px);
  margin-bottom: 1.3rem;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.28));
}
.lightforce-braces-staging .hero h1,
.lightforce-braces .hero h1,
.areas-we-serve .hero h1,
.areas-we-serve-staging .hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.6rem, 9vw, 6.2rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0 3px 16px rgba(18, 30, 35, 0.28);
  overflow-wrap: break-word;
}
.lightforce-braces-staging #areas-hub .hero-copy h1,
.lightforce-braces #areas-hub .hero-copy h1,
.areas-we-serve #areas-hub .hero-copy h1,
.areas-we-serve-staging #areas-hub .hero-copy h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
}
.lightforce-braces-staging #areas-hub .hero-layout,
.lightforce-braces #areas-hub .hero-layout,
.areas-we-serve #areas-hub .hero-layout,
.areas-we-serve-staging #areas-hub .hero-layout {
  align-items: start;
}
.lightforce-braces-staging .hero-text,
.lightforce-braces .hero-text,
.areas-we-serve .hero-text,
.areas-we-serve-staging .hero-text {
  max-width: 45rem;
  margin-bottom: 1.9rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.92);
  overflow-wrap: break-word;
}
.lightforce-braces-staging .hero-actions,
.lightforce-braces .hero-actions,
.areas-we-serve .hero-actions,
.areas-we-serve-staging .hero-actions,
.lightforce-braces-staging .cta-actions,
.lightforce-braces .cta-actions,
.areas-we-serve .cta-actions,
.areas-we-serve-staging .cta-actions,
.lightforce-braces-staging .link-cluster,
.lightforce-braces .link-cluster,
.areas-we-serve .link-cluster,
.areas-we-serve-staging .link-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.lightforce-braces-staging .button,
.lightforce-braces .button,
.areas-we-serve .button,
.areas-we-serve-staging .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}
.lightforce-braces-staging .button:hover,
.lightforce-braces .button:hover,
.areas-we-serve .button:hover,
.areas-we-serve-staging .button:hover {
  transform: translateY(-2px);
}
.lightforce-braces-staging .button-primary,
.lightforce-braces .button-primary,
.areas-we-serve .button-primary,
.areas-we-serve-staging .button-primary {
  color: #ffffff;
  background: var(--plum);
  box-shadow: 0 16px 30px rgba(157, 87, 155, 0.32);
}
.lightforce-braces-staging .button-primary:hover,
.lightforce-braces .button-primary:hover,
.areas-we-serve .button-primary:hover,
.areas-we-serve-staging .button-primary:hover,
.lightforce-braces-staging .button-light:hover,
.lightforce-braces .button-light:hover,
.areas-we-serve .button-light:hover,
.areas-we-serve-staging .button-light:hover {
  background: var(--orange);
}
.lightforce-braces-staging .button-outline,
.lightforce-braces .button-outline,
.areas-we-serve .button-outline,
.areas-we-serve-staging .button-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.lightforce-braces-staging .button-outline:hover,
.lightforce-braces .button-outline:hover,
.areas-we-serve .button-outline:hover,
.areas-we-serve-staging .button-outline:hover,
.lightforce-braces-staging .button-outline-light:hover,
.lightforce-braces .button-outline-light:hover,
.areas-we-serve .button-outline-light:hover,
.areas-we-serve-staging .button-outline-light:hover {
  color: var(--ink-strong);
  background: #ffffff;
  border-color: #ffffff;
}
.lightforce-braces-staging .button-secondary,
.lightforce-braces .button-secondary,
.areas-we-serve .button-secondary,
.areas-we-serve-staging .button-secondary {
  color: var(--teal-deep);
  border-color: rgba(47, 105, 122, 0.16);
  background: rgba(108, 187, 211, 0.14);
}
.lightforce-braces-staging .button-secondary:hover,
.lightforce-braces .button-secondary:hover,
.areas-we-serve .button-secondary:hover,
.areas-we-serve-staging .button-secondary:hover {
  background: rgba(108, 187, 211, 0.24);
}
.lightforce-braces-staging .button-light,
.lightforce-braces .button-light,
.areas-we-serve .button-light,
.areas-we-serve-staging .button-light {
  color: var(--plum);
  background: #ffffff;
  box-shadow: 0 18px 30px rgba(18, 30, 35, 0.18);
}
.lightforce-braces-staging .button-outline-light,
.lightforce-braces .button-outline-light,
.areas-we-serve .button-outline-light,
.areas-we-serve-staging .button-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.06);
}
.lightforce-braces-staging .hero-pills,
.lightforce-braces .hero-pills,
.areas-we-serve .hero-pills,
.areas-we-serve-staging .hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin-top: 1.6rem;
}
.lightforce-braces-staging .hero-pills li,
.lightforce-braces .hero-pills li,
.areas-we-serve .hero-pills li,
.areas-we-serve-staging .hero-pills li {
  padding: 0.72rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lightforce-braces-staging .hero-card,
.lightforce-braces .hero-card,
.areas-we-serve .hero-card,
.areas-we-serve-staging .hero-card {
  position: relative;
  padding: 2rem;
  border-radius: 1.3rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(108, 187, 211, 0.18);
  box-shadow: 0 14px 30px rgba(18, 30, 35, 0.12);
  overflow: hidden;
}
.lightforce-braces-staging .hero-card::before,
.lightforce-braces .hero-card::before,
.areas-we-serve .hero-card::before,
.areas-we-serve-staging .hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.35rem;
  background: var(--teal);
}
.lightforce-braces-staging .hero-card h2,
.lightforce-braces .hero-card h2,
.areas-we-serve .hero-card h2,
.areas-we-serve-staging .hero-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}
.lightforce-braces-staging .office-details,
.lightforce-braces .office-details,
.areas-we-serve .office-details,
.areas-we-serve-staging .office-details {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 1.7rem;
}
.lightforce-braces-staging .office-details div,
.lightforce-braces .office-details div,
.areas-we-serve .office-details div,
.areas-we-serve-staging .office-details div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(47, 105, 122, 0.12);
}
.lightforce-braces-staging .office-details dt,
.lightforce-braces .office-details dt,
.areas-we-serve .office-details dt,
.areas-we-serve-staging .office-details dt {
  margin-bottom: 0.22rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lightforce-braces-staging .office-details dd,
.lightforce-braces .office-details dd,
.areas-we-serve .office-details dd,
.areas-we-serve-staging .office-details dd {
  margin: 0;
  color: var(--ink-strong);
  font-weight: 500;
}
.lightforce-braces-staging .section,
.lightforce-braces .section,
.areas-we-serve .section,
.areas-we-serve-staging .section {
  position: relative;
  padding: 6rem 0;
}
.lightforce-braces-staging .intro-section::before,
.lightforce-braces .intro-section::before,
.areas-we-serve .intro-section::before,
.areas-we-serve-staging .intro-section::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 1rem;
  width: 22rem;
  height: 30rem;
  background: url("/assets/images/lightforce/watermark.png") center / contain no-repeat;
  opacity: 0.11;
  pointer-events: none;
}
.lightforce-braces-staging .intro-grid,
.lightforce-braces .intro-grid,
.areas-we-serve .intro-grid,
.areas-we-serve-staging .intro-grid,
.lightforce-braces-staging .services-grid,
.lightforce-braces .services-grid,
.areas-we-serve .services-grid,
.areas-we-serve-staging .services-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.86fr);
  gap: 2rem;
  align-items: center;
}
.lightforce-braces-staging .intro-section .areas-grid,
.lightforce-braces .intro-section .areas-grid,
.areas-we-serve .intro-section .areas-grid,
.areas-we-serve-staging .intro-section .areas-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.lightforce-braces-staging .intro-copy,
.lightforce-braces .intro-copy,
.areas-we-serve .intro-copy,
.areas-we-serve-staging .intro-copy {
  position: relative;
  z-index: 1;
}
.lightforce-braces-staging .orbit-card,
.lightforce-braces .orbit-card,
.areas-we-serve .orbit-card,
.areas-we-serve-staging .orbit-card {
  position: relative;
  aspect-ratio: 1;
  border-radius: 2.2rem;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.95) 0,
      rgba(255, 255, 255, 0.95) 20%,
      transparent 20.5%
    ),
    linear-gradient(165deg, rgba(108, 187, 211, 0.1), rgba(157, 87, 155, 0.08));
  border: 1px solid rgba(108, 187, 211, 0.2);
  box-shadow: 0 12px 28px rgba(47, 105, 122, 0.08);
}
.lightforce-braces-staging .orbit-card::before,
.lightforce-braces .orbit-card::before,
.areas-we-serve .orbit-card::before,
.areas-we-serve-staging .orbit-card::before {
  content: "";
  position: absolute;
  inset: 1.25rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(47, 105, 122, 0.12);
}
.lightforce-braces-staging .orbit-card::after,
.lightforce-braces .orbit-card::after,
.areas-we-serve .orbit-card::after,
.areas-we-serve-staging .orbit-card::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px dashed rgba(47, 105, 122, 0.22);
  transform: translate(-50%, -50%);
}
.lightforce-braces-staging .orbit-center,
.lightforce-braces .orbit-center,
.areas-we-serve .orbit-center,
.areas-we-serve-staging .orbit-center,
.lightforce-braces-staging .orbit-chip,
.lightforce-braces .orbit-chip,
.areas-we-serve .orbit-chip,
.areas-we-serve-staging .orbit-chip {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
}
.lightforce-braces-staging .orbit-center,
.lightforce-braces .orbit-center,
.areas-we-serve .orbit-center,
.areas-we-serve-staging .orbit-center {
  inset: 50%;
  width: 9.4rem;
  height: 9.4rem;
  padding: 1rem;
  color: var(--teal-deep);
  background: #ffffff;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 36px rgba(47, 105, 122, 0.18);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}
.lightforce-braces-staging .orbit-center span,
.lightforce-braces .orbit-center span,
.areas-we-serve .orbit-center span,
.areas-we-serve-staging .orbit-center span {
  display: block;
  color: var(--plum);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lightforce-braces-staging .orbit-chip,
.lightforce-braces .orbit-chip,
.areas-we-serve .orbit-chip,
.areas-we-serve-staging .orbit-chip {
  width: 6.2rem;
  height: 6.2rem;
  padding: 0.6rem;
  color: var(--ink-strong);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(47, 105, 122, 0.1);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.15;
}
.lightforce-braces-staging .orbit-card::after,
.lightforce-braces .orbit-card::after,
.areas-we-serve .orbit-card::after,
.areas-we-serve-staging .orbit-card::after,
.lightforce-braces-staging .orbit-center,
.lightforce-braces .orbit-center,
.areas-we-serve .orbit-center,
.areas-we-serve-staging .orbit-center,
.lightforce-braces-staging .orbit-chip,
.lightforce-braces .orbit-chip,
.areas-we-serve .orbit-chip,
.areas-we-serve-staging .orbit-chip {
  border-radius: 50% !important;
}
.lightforce-braces-staging .orbit-chip-1,
.lightforce-braces .orbit-chip-1,
.areas-we-serve .orbit-chip-1,
.areas-we-serve-staging .orbit-chip-1 {
  top: 12%;
  left: 14%;
}
.lightforce-braces-staging .orbit-chip-2,
.lightforce-braces .orbit-chip-2,
.areas-we-serve .orbit-chip-2,
.areas-we-serve-staging .orbit-chip-2 {
  top: 10%;
  right: 14%;
}
.lightforce-braces-staging .orbit-chip-3,
.lightforce-braces .orbit-chip-3,
.areas-we-serve .orbit-chip-3,
.areas-we-serve-staging .orbit-chip-3 {
  top: 38%;
  right: 2%;
}
.lightforce-braces-staging .orbit-chip-4,
.lightforce-braces .orbit-chip-4,
.areas-we-serve .orbit-chip-4,
.areas-we-serve-staging .orbit-chip-4 {
  bottom: 14%;
  right: 18%;
}
.lightforce-braces-staging .orbit-chip-5,
.lightforce-braces .orbit-chip-5,
.areas-we-serve .orbit-chip-5,
.areas-we-serve-staging .orbit-chip-5 {
  bottom: 12%;
  left: 18%;
}
.lightforce-braces-staging .orbit-chip-6,
.lightforce-braces .orbit-chip-6,
.areas-we-serve .orbit-chip-6,
.areas-we-serve-staging .orbit-chip-6 {
  top: 40%;
  left: 2%;
}
.lightforce-braces-staging .section-heading,
.lightforce-braces .section-heading,
.areas-we-serve .section-heading,
.areas-we-serve-staging .section-heading {
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.lightforce-braces-staging .section-heading-left,
.lightforce-braces .section-heading-left,
.areas-we-serve .section-heading-left,
.areas-we-serve-staging .section-heading-left {
  margin-left: 0;
  text-align: left;
}
.lightforce-braces-staging .areas-grid,
.lightforce-braces .areas-grid,
.areas-we-serve .areas-grid,
.areas-we-serve-staging .areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.lightforce-braces-staging .area-card,
.lightforce-braces .area-card,
.areas-we-serve .area-card,
.areas-we-serve-staging .area-card,
.lightforce-braces-staging .service-card,
.lightforce-braces .service-card,
.areas-we-serve .service-card,
.areas-we-serve-staging .service-card,
.lightforce-braces-staging .reason-card,
.lightforce-braces .reason-card,
.areas-we-serve .reason-card,
.areas-we-serve-staging .reason-card,
.lightforce-braces-staging .notes-card,
.lightforce-braces .notes-card,
.areas-we-serve .notes-card,
.areas-we-serve-staging .notes-card,
.lightforce-braces-staging .faq-list details,
.lightforce-braces .faq-list details,
.areas-we-serve .faq-list details,
.areas-we-serve-staging .faq-list details {
  background: var(--paper);
  border: 1px solid rgba(108, 187, 211, 0.16);
  box-shadow: 0 10px 24px rgba(47, 105, 122, 0.08);
}
.lightforce-braces-staging .area-card,
.lightforce-braces .area-card,
.areas-we-serve .area-card,
.areas-we-serve-staging .area-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 19rem;
  padding: 1.8rem 1.65rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.lightforce-braces-staging .area-card::before,
.lightforce-braces .area-card::before,
.areas-we-serve .area-card::before,
.areas-we-serve-staging .area-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.28rem;
  background: var(--teal);
}
.lightforce-braces-staging .area-card::after,
.lightforce-braces .area-card::after,
.areas-we-serve .area-card::after,
.areas-we-serve-staging .area-card::after {
  display: none;
}
.lightforce-braces-staging .area-label,
.lightforce-braces .area-label,
.areas-we-serve .area-label,
.areas-we-serve-staging .area-label {
  margin-bottom: 0.6rem;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lightforce-braces-staging .area-card h3,
.lightforce-braces .area-card h3,
.areas-we-serve .area-card h3,
.areas-we-serve-staging .area-card h3 {
  margin-bottom: 0.8rem;
}
.lightforce-braces-staging .area-card p,
.lightforce-braces .area-card p,
.areas-we-serve .area-card p,
.areas-we-serve-staging .area-card p {
  position: relative;
  z-index: 1;
}
.lightforce-braces-staging .areas-grid a,
.lightforce-braces .areas-grid a,
.areas-we-serve .areas-grid a,
.areas-we-serve-staging .areas-grid a,
.lightforce-braces-staging .service-card a,
.lightforce-braces .service-card a,
.areas-we-serve .service-card a,
.areas-we-serve-staging .service-card a,
.lightforce-braces-staging .link-cluster a,
.lightforce-braces .link-cluster a,
.areas-we-serve .link-cluster a,
.areas-we-serve-staging .link-cluster a {
  font-weight: 700;
}
.lightforce-braces-staging .area-card a,
.lightforce-braces .area-card a,
.areas-we-serve .area-card a,
.areas-we-serve-staging .area-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--teal-deep);
}
.lightforce-braces-staging .feature-panel,
.lightforce-braces .feature-panel,
.areas-we-serve .feature-panel,
.areas-we-serve-staging .feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding: 1.8rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .feature-media,
.lightforce-braces .feature-media,
.areas-we-serve .feature-media,
.areas-we-serve-staging .feature-media {
  position: relative;
  min-height: 100%;
}
.lightforce-braces-staging .feature-media img,
.lightforce-braces .feature-media img,
.areas-we-serve .feature-media img,
.areas-we-serve-staging .feature-media img {
  width: 100%;
  height: 100%;
  min-height: 29rem;
  object-fit: cover;
  border-radius: 2rem 8rem 2rem 2rem;
}
.lightforce-braces-staging .feature-badge,
.lightforce-braces .feature-badge,
.areas-we-serve .feature-badge,
.areas-we-serve-staging .feature-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  max-width: 18rem;
  padding: 1rem 1.1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(18, 30, 35, 0.16);
  color: var(--ink-strong);
  font-weight: 700;
  line-height: 1.45;
}
.lightforce-braces-staging .feature-badge span,
.lightforce-braces .feature-badge span,
.areas-we-serve .feature-badge span,
.areas-we-serve-staging .feature-badge span,
.lightforce-braces-staging .footer-label,
.lightforce-braces .footer-label,
.areas-we-serve .footer-label,
.areas-we-serve-staging .footer-label {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--plum);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lightforce-braces-staging .feature-copy,
.lightforce-braces .feature-copy,
.areas-we-serve .feature-copy,
.areas-we-serve-staging .feature-copy {
  padding: 1rem 0;
}
.lightforce-braces-staging .link-cluster a,
.lightforce-braces .link-cluster a,
.areas-we-serve .link-cluster a,
.areas-we-serve-staging .link-cluster a {
  padding: 0.95rem 1.15rem;
  border-radius: var(--radius-pill);
  background: rgba(108, 187, 211, 0.12);
  color: var(--teal-deep);
  transition:
    background-color 160ms ease,
    color 160ms ease;
}
.lightforce-braces-staging .link-cluster a:hover,
.lightforce-braces .link-cluster a:hover,
.areas-we-serve .link-cluster a:hover,
.areas-we-serve-staging .link-cluster a:hover {
  background: rgba(157, 87, 155, 0.12);
  color: var(--plum);
}
.lightforce-braces-staging .reasons-section,
.lightforce-braces .reasons-section,
.areas-we-serve .reasons-section,
.areas-we-serve-staging .reasons-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}
.lightforce-braces-staging .reasons-grid,
.lightforce-braces .reasons-grid,
.areas-we-serve .reasons-grid,
.areas-we-serve-staging .reasons-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
}
.lightforce-braces-staging .reason-card,
.lightforce-braces .reason-card,
.areas-we-serve .reason-card,
.areas-we-serve-staging .reason-card {
  padding: 1.65rem 1.35rem;
  border-radius: 1.9rem;
}
.lightforce-braces-staging .reason-icon,
.lightforce-braces .reason-icon,
.areas-we-serve .reason-icon,
.areas-we-serve-staging .reason-icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #ffffff;
  background: var(--site-gradient);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.lightforce-braces-staging .services-grid,
.lightforce-braces .services-grid,
.areas-we-serve .services-grid,
.areas-we-serve-staging .services-grid {
  align-items: start;
}
.lightforce-braces-staging .service-list,
.lightforce-braces .service-list,
.areas-we-serve .service-list,
.areas-we-serve-staging .service-list {
  display: grid;
  gap: 1rem;
}
.lightforce-braces-staging .service-card,
.lightforce-braces .service-card,
.areas-we-serve .service-card,
.areas-we-serve-staging .service-card {
  padding: 1.2rem 1.3rem;
  border-radius: 1.4rem;
  border-left: 0.45rem solid var(--orange);
}
.lightforce-braces-staging .service-card:nth-child(2n),
.lightforce-braces .service-card:nth-child(2n),
.areas-we-serve .service-card:nth-child(2n),
.areas-we-serve-staging .service-card:nth-child(2n) {
  border-left-color: var(--teal);
}
.lightforce-braces-staging .service-card:nth-child(3n),
.lightforce-braces .service-card:nth-child(3n),
.areas-we-serve .service-card:nth-child(3n),
.areas-we-serve-staging .service-card:nth-child(3n) {
  border-left-color: var(--plum);
}
.lightforce-braces-staging .service-card a,
.lightforce-braces .service-card a,
.areas-we-serve .service-card a,
.areas-we-serve-staging .service-card a {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--ink-strong);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.1rem;
}
.lightforce-braces-staging .visit-card,
.lightforce-braces .visit-card,
.areas-we-serve .visit-card,
.areas-we-serve-staging .visit-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid rgba(108, 187, 211, 0.16);
  box-shadow: 0 12px 28px rgba(47, 105, 122, 0.1);
}
.lightforce-braces-staging .visit-card img,
.lightforce-braces .visit-card img,
.areas-we-serve .visit-card img,
.areas-we-serve-staging .visit-card img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.lightforce-braces-staging .visit-card-content,
.lightforce-braces .visit-card-content,
.areas-we-serve .visit-card-content,
.areas-we-serve-staging .visit-card-content {
  padding: 1.6rem;
}
.lightforce-braces-staging .check-list,
.lightforce-braces .check-list,
.areas-we-serve .check-list,
.areas-we-serve-staging .check-list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 1.5rem;
}
.lightforce-braces-staging .check-list li,
.lightforce-braces .check-list li,
.areas-we-serve .check-list li,
.areas-we-serve-staging .check-list li {
  position: relative;
  padding-left: 1.65rem;
  line-height: 1.55;
}
.lightforce-braces-staging .check-list li::before,
.lightforce-braces .check-list li::before,
.areas-we-serve .check-list li::before,
.areas-we-serve-staging .check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--site-gradient);
}
.lightforce-braces-staging .faq-section,
.lightforce-braces .faq-section,
.areas-we-serve .faq-section,
.areas-we-serve-staging .faq-section {
  padding-bottom: 4rem;
}
.lightforce-braces-staging .faq-list,
.lightforce-braces .faq-list,
.areas-we-serve .faq-list,
.areas-we-serve-staging .faq-list {
  display: grid;
  gap: 1rem;
}
.lightforce-braces-staging .faq-list details,
.lightforce-braces .faq-list details,
.areas-we-serve .faq-list details,
.areas-we-serve-staging .faq-list details {
  padding: 0 1.5rem;
  border-radius: 1.5rem;
}
.lightforce-braces-staging .faq-list summary,
.lightforce-braces .faq-list summary,
.areas-we-serve .faq-list summary,
.areas-we-serve-staging .faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
  list-style: none;
  color: var(--ink-strong);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}
.lightforce-braces-staging .faq-list summary::-webkit-details-marker,
.lightforce-braces .faq-list summary::-webkit-details-marker,
.areas-we-serve .faq-list summary::-webkit-details-marker,
.areas-we-serve-staging .faq-list summary::-webkit-details-marker {
  display: none;
}
.lightforce-braces-staging .faq-list summary::after,
.lightforce-braces .faq-list summary::after,
.areas-we-serve .faq-list summary::after,
.areas-we-serve-staging .faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--plum);
  font-size: 1.35rem;
  line-height: 1;
}
.lightforce-braces-staging .faq-list details[open] summary::after,
.lightforce-braces .faq-list details[open] summary::after,
.areas-we-serve .faq-list details[open] summary::after,
.areas-we-serve-staging .faq-list details[open] summary::after {
  content: "-";
}
.lightforce-braces-staging .faq-list details p,
.lightforce-braces .faq-list details p,
.areas-we-serve .faq-list details p,
.areas-we-serve-staging .faq-list details p {
  padding: 0 0 1.35rem;
}
.lightforce-braces-staging .cta-section,
.lightforce-braces .cta-section,
.areas-we-serve .cta-section,
.areas-we-serve-staging .cta-section {
  padding-top: 2rem;
}
.lightforce-braces-staging .cta-panel,
.lightforce-braces .cta-panel,
.areas-we-serve .cta-panel,
.areas-we-serve-staging .cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.6rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  color: #ffffff;
  background:
    linear-gradient(
      90deg,
      rgba(47, 105, 122, 0.94) 0%,
      rgba(47, 105, 122, 0.86) 58%,
      rgba(47, 105, 122, 0.58) 100%
    ),
    url("/assets/images/lightforce/content.jpg") right center / cover no-repeat;
  box-shadow: 0 18px 38px rgba(47, 105, 122, 0.18);
}
.lightforce-braces-staging .cta-panel h2,
.lightforce-braces .cta-panel h2,
.areas-we-serve .cta-panel h2,
.areas-we-serve-staging .cta-panel h2,
.lightforce-braces-staging .cta-panel .eyebrow,
.lightforce-braces .cta-panel .eyebrow,
.areas-we-serve .cta-panel .eyebrow,
.areas-we-serve-staging .cta-panel .eyebrow,
.lightforce-braces-staging .site-footer h2,
.lightforce-braces .site-footer h2,
.areas-we-serve .site-footer h2,
.areas-we-serve-staging .site-footer h2,
.lightforce-braces-staging .site-footer .eyebrow,
.lightforce-braces .site-footer .eyebrow,
.areas-we-serve .site-footer .eyebrow,
.areas-we-serve-staging .site-footer .eyebrow,
.lightforce-braces-staging .site-footer a,
.lightforce-braces .site-footer a,
.areas-we-serve .site-footer a,
.areas-we-serve-staging .site-footer a,
.lightforce-braces-staging .site-footer p,
.lightforce-braces .site-footer p,
.areas-we-serve .site-footer p,
.areas-we-serve-staging .site-footer p,
.lightforce-braces-staging .site-footer span,
.lightforce-braces .site-footer span,
.areas-we-serve .site-footer span,
.areas-we-serve-staging .site-footer span {
  color: #ffffff;
}
.lightforce-braces-staging .notes-section,
.lightforce-braces .notes-section,
.areas-we-serve .notes-section,
.areas-we-serve-staging .notes-section {
  padding-top: 2.25rem;
}
.lightforce-braces-staging .notes-card,
.lightforce-braces .notes-card,
.areas-we-serve .notes-card,
.areas-we-serve-staging .notes-card {
  padding: 1.8rem;
  border-radius: 1.8rem;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
  border: 1px solid rgba(243, 162, 95, 0.28);
}
.lightforce-braces-staging .notes-card ul,
.lightforce-braces .notes-card ul,
.areas-we-serve .notes-card ul,
.areas-we-serve-staging .notes-card ul {
  padding-left: 1.15rem;
}
.lightforce-braces-staging .notes-card li,
.lightforce-braces .notes-card li,
.areas-we-serve .notes-card li,
.areas-we-serve-staging .notes-card li {
  margin-bottom: 0.85rem;
  line-height: 1.55;
}
.lightforce-braces-staging .site-footer,
.lightforce-braces .site-footer,
.areas-we-serve .site-footer,
.areas-we-serve-staging .site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  background: var(--teal);
}
.lightforce-braces-staging .site-footer::before,
.lightforce-braces .site-footer::before,
.areas-we-serve .site-footer::before,
.areas-we-serve-staging .site-footer::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  width: 62rem;
  height: 24rem;
  transform: translateX(-50%);
  background: url("../images/lightforce/ftmark.png") center / contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}
.lightforce-braces-staging .footer-shell,
.lightforce-braces .footer-shell,
.areas-we-serve .footer-shell,
.areas-we-serve-staging .footer-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 2rem;
  padding: 4.5rem 0 2.5rem;
  align-items: center;
}
.lightforce-braces-staging .footer-columns,
.lightforce-braces .footer-columns,
.areas-we-serve .footer-columns,
.areas-we-serve-staging .footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.lightforce-braces-staging .footer-map,
.lightforce-braces .footer-map,
.areas-we-serve .footer-map,
.areas-we-serve-staging .footer-map {
  justify-self: end;
  position: relative;
  width: min(21rem, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08)
    ),
    url("../images/lightforce/map.png") center / cover no-repeat;
  box-shadow: 0 22px 50px rgba(18, 30, 35, 0.2);
}
.lightforce-braces-staging .map-pin,
.lightforce-braces .map-pin,
.areas-we-serve .map-pin,
.areas-we-serve-staging .map-pin {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50% 50% 50% 0;
  background: var(--site-gradient);
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 16px 28px rgba(18, 30, 35, 0.26);
}
.lightforce-braces-staging .map-pin::before,
.lightforce-braces .map-pin::before,
.areas-we-serve .map-pin::before,
.areas-we-serve-staging .map-pin::before {
  content: "";
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  background: #ffffff;
}
.lightforce-braces-staging .subfooter,
.lightforce-braces .subfooter,
.areas-we-serve .subfooter,
.areas-we-serve-staging .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.15rem 0 1.45rem;
}
.lightforce-braces-staging .subfooter-shell,
.lightforce-braces .subfooter-shell,
.areas-we-serve .subfooter-shell,
.areas-we-serve-staging .subfooter-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .lightforce-braces-staging .hero-layout,
  .lightforce-braces .hero-layout,
  .areas-we-serve .hero-layout,
  .areas-we-serve-staging .hero-layout,
  .lightforce-braces-staging .intro-grid,
  .lightforce-braces .intro-grid,
  .areas-we-serve .intro-grid,
  .areas-we-serve-staging .intro-grid,
  .lightforce-braces-staging .services-grid,
  .lightforce-braces .services-grid,
  .areas-we-serve .services-grid,
  .areas-we-serve-staging .services-grid,
  .lightforce-braces-staging .feature-panel,
  .lightforce-braces .feature-panel,
  .areas-we-serve .feature-panel,
  .areas-we-serve-staging .feature-panel,
  .lightforce-braces-staging .footer-shell,
  .lightforce-braces .footer-shell,
  .areas-we-serve .footer-shell,
  .areas-we-serve-staging .footer-shell,
  .lightforce-braces-staging .cta-panel,
  .lightforce-braces .cta-panel,
  .areas-we-serve .cta-panel,
  .areas-we-serve-staging .cta-panel {
    grid-template-columns: 1fr;
  }
  .lightforce-braces-staging .hero,
  .lightforce-braces .hero,
  .areas-we-serve .hero,
  .areas-we-serve-staging .hero {
    min-height: auto;
    padding-bottom: 4.5rem;
  }
  .lightforce-braces-staging .hero-copy,
  .lightforce-braces .hero-copy,
  .areas-we-serve .hero-copy,
  .areas-we-serve-staging .hero-copy {
    max-width: none;
  }
  .lightforce-braces-staging .hero-card,
  .lightforce-braces .hero-card,
  .areas-we-serve .hero-card,
  .areas-we-serve-staging .hero-card,
  .lightforce-braces-staging .visit-card,
  .lightforce-braces .visit-card,
  .areas-we-serve .visit-card,
  .areas-we-serve-staging .visit-card,
  .lightforce-braces-staging .footer-map,
  .lightforce-braces .footer-map,
  .areas-we-serve .footer-map,
  .areas-we-serve-staging .footer-map {
    max-width: 34rem;
  }
  .lightforce-braces-staging .cta-actions,
  .lightforce-braces .cta-actions,
  .areas-we-serve .cta-actions,
  .areas-we-serve-staging .cta-actions {
    justify-content: flex-start;
  }
  .lightforce-braces-staging .footer-map,
  .lightforce-braces .footer-map,
  .areas-we-serve .footer-map,
  .areas-we-serve-staging .footer-map {
    justify-self: start;
  }
  .lightforce-braces-staging .reasons-grid,
  .lightforce-braces .reasons-grid,
  .areas-we-serve .reasons-grid,
  .areas-we-serve-staging .reasons-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
  .lightforce-braces-staging .areas-grid,
  .lightforce-braces .areas-grid,
  .areas-we-serve .areas-grid,
  .areas-we-serve-staging .areas-grid,
  .lightforce-braces-staging .footer-columns,
  .lightforce-braces .footer-columns,
  .areas-we-serve .footer-columns,
  .areas-we-serve-staging .footer-columns,
  .lightforce-braces-staging .reasons-grid,
  .lightforce-braces .reasons-grid,
  .areas-we-serve .reasons-grid,
  .areas-we-serve-staging .reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lightforce-braces-staging .utility-bar,
  .lightforce-braces .utility-bar,
  .areas-we-serve .utility-bar,
  .areas-we-serve-staging .utility-bar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .lightforce-braces-staging .utility-contact,
  .lightforce-braces .utility-contact,
  .areas-we-serve .utility-contact,
  .areas-we-serve-staging .utility-contact {
    margin-left: 0;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .lightforce-braces-staging .abo-badge,
  .lightforce-braces .abo-badge,
  .areas-we-serve .abo-badge,
  .areas-we-serve-staging .abo-badge {
    order: 3;
  }
}
@media (max-width: 640px) {
  .lightforce-braces-staging body,
  .lightforce-braces body,
  .areas-we-serve body,
  .areas-we-serve-staging body {
    background: linear-gradient(
      180deg,
      #f6fbfd 0%,
      #edf7fa 12%,
      #ffffff 12%,
      #ffffff 90%,
      var(--teal) 90%,
      var(--teal) 100%
    );
  }
  .lightforce-braces-staging .utility-bar,
  .lightforce-braces .utility-bar,
  .areas-we-serve .utility-bar,
  .areas-we-serve-staging .utility-bar,
  .lightforce-braces-staging .main-nav,
  .lightforce-braces .main-nav,
  .areas-we-serve .main-nav,
  .areas-we-serve-staging .main-nav,
  .lightforce-braces-staging .section-shell,
  .lightforce-braces .section-shell,
  .areas-we-serve .section-shell,
  .areas-we-serve-staging .section-shell,
  .lightforce-braces-staging .hero-shell,
  .lightforce-braces .hero-shell,
  .areas-we-serve .hero-shell,
  .areas-we-serve-staging .hero-shell,
  .lightforce-braces-staging .footer-shell,
  .lightforce-braces .footer-shell,
  .areas-we-serve .footer-shell,
  .areas-we-serve-staging .footer-shell,
  .lightforce-braces-staging .subfooter-shell,
  .lightforce-braces .subfooter-shell,
  .areas-we-serve .subfooter-shell,
  .areas-we-serve-staging .subfooter-shell {
    width: min(1180px, calc(100% - 1.25rem));
  }
  .lightforce-braces-staging .main-nav,
  .lightforce-braces .main-nav,
  .areas-we-serve .main-nav,
  .areas-we-serve-staging .main-nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 0.55rem 0.72rem;
  }
  .lightforce-braces-staging .utility-contact,
  .lightforce-braces .utility-contact,
  .areas-we-serve .utility-contact,
  .areas-we-serve-staging .utility-contact {
    flex-direction: column;
    align-items: center;
  }
  .lightforce-braces-staging .utility-address,
  .lightforce-braces .utility-address,
  .areas-we-serve .utility-address,
  .areas-we-serve-staging .utility-address {
    display: block;
    width: 100%;
    max-width: calc(100vw - 1.25rem);
    text-align: center;
    line-height: 1.4;
  }
  .lightforce-braces-staging .utility-address .utility-icon,
  .lightforce-braces .utility-address .utility-icon,
  .areas-we-serve .utility-address .utility-icon,
  .areas-we-serve-staging .utility-address .utility-icon {
    display: inline-block;
    margin-right: 0.45rem;
    vertical-align: middle;
  }
  .lightforce-braces-staging .address-break,
  .lightforce-braces .address-break,
  .areas-we-serve .address-break,
  .areas-we-serve-staging .address-break {
    display: block;
  }
  .lightforce-braces-staging .breadcrumb,
  .lightforce-braces .breadcrumb,
  .areas-we-serve .breadcrumb,
  .areas-we-serve-staging .breadcrumb {
    display: flex;
    width: 100%;
    gap: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    line-height: 1.45;
  }
  .lightforce-braces-staging .main-nav a,
  .lightforce-braces .main-nav a,
  .areas-we-serve .main-nav a,
  .areas-we-serve-staging .main-nav a {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
  .lightforce-braces-staging .hero,
  .lightforce-braces .hero,
  .areas-we-serve .hero,
  .areas-we-serve-staging .hero {
    padding-top: 1.5rem;
  }
  .lightforce-braces-staging .hero h1,
  .lightforce-braces .hero h1,
  .areas-we-serve .hero h1,
  .areas-we-serve-staging .hero h1 {
    font-size: clamp(2.8rem, 17vw, 4.3rem);
  }
  .lightforce-braces-staging .hero-text,
  .lightforce-braces .hero-text,
  .areas-we-serve .hero-text,
  .areas-we-serve-staging .hero-text {
    max-width: 22rem;
  }
  .lightforce-braces-staging .section,
  .lightforce-braces .section,
  .areas-we-serve .section,
  .areas-we-serve-staging .section {
    padding: 4.25rem 0;
  }
  .lightforce-braces-staging .hero-card,
  .lightforce-braces .hero-card,
  .areas-we-serve .hero-card,
  .areas-we-serve-staging .hero-card,
  .lightforce-braces-staging .feature-panel,
  .lightforce-braces .feature-panel,
  .areas-we-serve .feature-panel,
  .areas-we-serve-staging .feature-panel,
  .lightforce-braces-staging .cta-panel,
  .lightforce-braces .cta-panel,
  .areas-we-serve .cta-panel,
  .areas-we-serve-staging .cta-panel,
  .lightforce-braces-staging .notes-card,
  .lightforce-braces .notes-card,
  .areas-we-serve .notes-card,
  .areas-we-serve-staging .notes-card {
    padding: 1.35rem;
  }
  .lightforce-braces-staging .feature-media img,
  .lightforce-braces .feature-media img,
  .areas-we-serve .feature-media img,
  .areas-we-serve-staging .feature-media img {
    min-height: 20rem;
    border-radius: 1.6rem 4.5rem 1.6rem 1.6rem;
  }
  .lightforce-braces-staging .orbit-card,
  .lightforce-braces .orbit-card,
  .areas-we-serve .orbit-card,
  .areas-we-serve-staging .orbit-card {
    min-height: 25rem;
    aspect-ratio: auto;
  }
  .lightforce-braces-staging .orbit-center,
  .lightforce-braces .orbit-center,
  .areas-we-serve .orbit-center,
  .areas-we-serve-staging .orbit-center {
    width: 8rem;
    height: 8rem;
    font-size: 0.9rem;
  }
  .lightforce-braces-staging .orbit-chip,
  .lightforce-braces .orbit-chip,
  .areas-we-serve .orbit-chip,
  .areas-we-serve-staging .orbit-chip {
    width: 5.1rem;
    height: 5.1rem;
    font-size: 0.8rem;
  }
  .lightforce-braces-staging .areas-grid,
  .lightforce-braces .areas-grid,
  .areas-we-serve .areas-grid,
  .areas-we-serve-staging .areas-grid,
  .lightforce-braces-staging .footer-columns,
  .lightforce-braces .footer-columns,
  .areas-we-serve .footer-columns,
  .areas-we-serve-staging .footer-columns,
  .lightforce-braces-staging .reasons-grid,
  .lightforce-braces .reasons-grid,
  .areas-we-serve .reasons-grid,
  .areas-we-serve-staging .reasons-grid {
    grid-template-columns: 1fr;
  }
  .lightforce-braces-staging .faq-list summary,
  .lightforce-braces .faq-list summary,
  .areas-we-serve .faq-list summary,
  .areas-we-serve-staging .faq-list summary {
    font-size: 1rem;
  }
  .lightforce-braces-staging .subfooter-shell,
  .lightforce-braces .subfooter-shell,
  .areas-we-serve .subfooter-shell,
  .areas-we-serve-staging .subfooter-shell {
    font-size: 0.68rem;
  }
}
.lightforce-braces-staging .lightforce-page .site-header,
.lightforce-braces .lightforce-page .site-header,
.areas-we-serve .lightforce-page .site-header,
.areas-we-serve-staging .lightforce-page .site-header {
  position: sticky;
}
.lightforce-braces-staging .lf-hero,
.lightforce-braces .lf-hero,
.areas-we-serve .lf-hero,
.areas-we-serve-staging .lf-hero {
  position: relative;
  padding: 2.5rem 0 5.5rem;
  color: #ffffff;
  background:
    linear-gradient(
      105deg,
      rgba(27, 48, 55, 0.6) 0%,
      rgba(47, 105, 122, 0.44) 52%,
      rgba(47, 105, 122, 0.22) 100%
    ),
    url("../images/lightforce/poster.jpg") center / cover no-repeat;
  overflow: hidden;
}
.lightforce-braces-staging .lf-hero::before,
.lightforce-braces .lf-hero::before,
.areas-we-serve .lf-hero::before,
.areas-we-serve-staging .lf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
}
.lightforce-braces-staging .lf-breadcrumb,
.lightforce-braces .lf-breadcrumb,
.areas-we-serve .lf-breadcrumb,
.areas-we-serve-staging .lf-breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.lightforce-braces-staging .lf-hero-grid,
.lightforce-braces .lf-hero-grid,
.areas-we-serve .lf-hero-grid,
.areas-we-serve-staging .lf-hero-grid,
.lightforce-braces-staging .lf-intro-grid,
.lightforce-braces .lf-intro-grid,
.areas-we-serve .lf-intro-grid,
.areas-we-serve-staging .lf-intro-grid,
.lightforce-braces-staging .lf-video-layout,
.lightforce-braces .lf-video-layout,
.areas-we-serve .lf-video-layout,
.areas-we-serve-staging .lf-video-layout,
.lightforce-braces-staging .lf-right-fit-grid,
.lightforce-braces .lf-right-fit-grid,
.areas-we-serve .lf-right-fit-grid,
.areas-we-serve-staging .lf-right-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 2.4rem;
  align-items: center;
}
.lightforce-braces-staging .lf-hero-grid,
.lightforce-braces .lf-hero-grid,
.areas-we-serve .lf-hero-grid,
.areas-we-serve-staging .lf-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.76fr);
  align-items: start;
}
.lightforce-braces-staging .lf-hero-grid > *,
.lightforce-braces .lf-hero-grid > *,
.areas-we-serve .lf-hero-grid > *,
.areas-we-serve-staging .lf-hero-grid > *,
.lightforce-braces-staging .lf-intro-grid > *,
.lightforce-braces .lf-intro-grid > *,
.areas-we-serve .lf-intro-grid > *,
.areas-we-serve-staging .lf-intro-grid > *,
.lightforce-braces-staging .lf-video-layout > *,
.lightforce-braces .lf-video-layout > *,
.areas-we-serve .lf-video-layout > *,
.areas-we-serve-staging .lf-video-layout > *,
.lightforce-braces-staging .lf-right-fit-grid > *,
.lightforce-braces .lf-right-fit-grid > *,
.areas-we-serve .lf-right-fit-grid > *,
.areas-we-serve-staging .lf-right-fit-grid > *,
.lightforce-braces-staging .lf-brochure-panel > *,
.lightforce-braces .lf-brochure-panel > *,
.areas-we-serve .lf-brochure-panel > *,
.areas-we-serve-staging .lf-brochure-panel > *,
.lightforce-braces-staging .lf-cta-panel > *,
.lightforce-braces .lf-cta-panel > *,
.areas-we-serve .lf-cta-panel > *,
.areas-we-serve-staging .lf-cta-panel > * {
  min-width: 0;
}
.lightforce-braces-staging .lf-hero-copy,
.lightforce-braces .lf-hero-copy,
.areas-we-serve .lf-hero-copy,
.areas-we-serve-staging .lf-hero-copy,
.lightforce-braces-staging .lf-intro-copy,
.lightforce-braces .lf-intro-copy,
.areas-we-serve .lf-intro-copy,
.areas-we-serve-staging .lf-intro-copy,
.lightforce-braces-staging .lf-video-copy,
.lightforce-braces .lf-video-copy,
.areas-we-serve .lf-video-copy,
.areas-we-serve-staging .lf-video-copy,
.lightforce-braces-staging .lf-right-fit-copy,
.lightforce-braces .lf-right-fit-copy,
.areas-we-serve .lf-right-fit-copy,
.areas-we-serve-staging .lf-right-fit-copy {
  position: relative;
  z-index: 1;
}
.lightforce-braces-staging .lf-hero-copy h1,
.lightforce-braces .lf-hero-copy h1,
.areas-we-serve .lf-hero-copy h1,
.areas-we-serve-staging .lf-hero-copy h1 {
  max-width: 54rem;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5.8vw, 4.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0 3px 16px rgba(18, 30, 35, 0.28);
  overflow-wrap: break-word;
}
.lightforce-braces-staging .lightforce-page h2,
.lightforce-braces .lightforce-page h2,
.areas-we-serve .lightforce-page h2,
.areas-we-serve-staging .lightforce-page h2 {
  font-size: clamp(1.95rem, 3.2vw, 3.35rem);
}
.lightforce-braces-staging .lf-hero-text,
.lightforce-braces .lf-hero-text,
.areas-we-serve .lf-hero-text,
.areas-we-serve-staging .lf-hero-text {
  max-width: 44rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  overflow-wrap: break-word;
}
.lightforce-braces-staging .lf-hero-actions,
.lightforce-braces .lf-hero-actions,
.areas-we-serve .lf-hero-actions,
.areas-we-serve-staging .lf-hero-actions,
.lightforce-braces-staging .lf-path-links,
.lightforce-braces .lf-path-links,
.areas-we-serve .lf-path-links,
.areas-we-serve-staging .lf-path-links,
.lightforce-braces-staging .lf-cta-actions,
.lightforce-braces .lf-cta-actions,
.areas-we-serve .lf-cta-actions,
.areas-we-serve-staging .lf-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.lightforce-braces-staging .lf-parent-note,
.lightforce-braces .lf-parent-note,
.areas-we-serve .lf-parent-note,
.areas-we-serve-staging .lf-parent-note {
  max-width: 35rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}
.lightforce-braces-staging .lf-parent-note a,
.lightforce-braces .lf-parent-note a,
.areas-we-serve .lf-parent-note a,
.areas-we-serve-staging .lf-parent-note a {
  color: #ffffff;
  text-decoration: underline;
}
.lightforce-braces-staging .lf-hero-aside,
.lightforce-braces .lf-hero-aside,
.areas-we-serve .lf-hero-aside,
.areas-we-serve-staging .lf-hero-aside {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}
.lightforce-braces-staging .lf-hero-panel,
.lightforce-braces .lf-hero-panel,
.areas-we-serve .lf-hero-panel,
.areas-we-serve-staging .lf-hero-panel {
  padding: 1.7rem;
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(108, 187, 211, 0.18);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(18, 30, 35, 0.12);
}
.lightforce-braces-staging .lf-hero-panel h2,
.lightforce-braces .lf-hero-panel h2,
.areas-we-serve .lf-hero-panel h2,
.areas-we-serve-staging .lf-hero-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.lightforce-braces-staging .lf-fact-list,
.lightforce-braces .lf-fact-list,
.areas-we-serve .lf-fact-list,
.areas-we-serve-staging .lf-fact-list {
  display: grid;
  gap: 0.9rem;
}
.lightforce-braces-staging .lf-fact-list div,
.lightforce-braces .lf-fact-list div,
.areas-we-serve .lf-fact-list div,
.areas-we-serve-staging .lf-fact-list div {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(47, 105, 122, 0.12);
  color: var(--ink-strong);
  font-weight: 600;
}
.lightforce-braces-staging .lf-fact-list span,
.lightforce-braces .lf-fact-list span,
.areas-we-serve .lf-fact-list span,
.areas-we-serve-staging .lf-fact-list span,
.lightforce-braces-staging .lf-support-panel span,
.lightforce-braces .lf-support-panel span,
.areas-we-serve .lf-support-panel span,
.areas-we-serve-staging .lf-support-panel span {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lightforce-braces-staging .lf-link-stack,
.lightforce-braces .lf-link-stack,
.areas-we-serve .lf-link-stack,
.areas-we-serve-staging .lf-link-stack {
  display: grid;
  gap: 0.85rem;
}
.lightforce-braces-staging .lf-link-stack a,
.lightforce-braces .lf-link-stack a,
.areas-we-serve .lf-link-stack a,
.areas-we-serve-staging .lf-link-stack a,
.lightforce-braces-staging .lf-path-links a,
.lightforce-braces .lf-path-links a,
.areas-we-serve .lf-path-links a,
.areas-we-serve-staging .lf-path-links a {
  padding: 1rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-weight: 700;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}
.lightforce-braces-staging .lf-link-stack a:hover,
.lightforce-braces .lf-link-stack a:hover,
.areas-we-serve .lf-link-stack a:hover,
.areas-we-serve-staging .lf-link-stack a:hover,
.lightforce-braces-staging .lf-path-links a:hover,
.lightforce-braces .lf-path-links a:hover,
.areas-we-serve .lf-path-links a:hover,
.areas-we-serve-staging .lf-path-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}
.lightforce-braces-staging .lf-intro,
.lightforce-braces .lf-intro,
.areas-we-serve .lf-intro,
.areas-we-serve-staging .lf-intro {
  position: relative;
}
.lightforce-braces-staging .lf-intro::before,
.lightforce-braces .lf-intro::before,
.areas-we-serve .lf-intro::before,
.areas-we-serve-staging .lf-intro::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 20rem;
  height: 28rem;
  background: url("../images/lightforce/watermark.png") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.lightforce-braces-staging .lf-intro-media,
.lightforce-braces .lf-intro-media,
.areas-we-serve .lf-intro-media,
.areas-we-serve-staging .lf-intro-media {
  position: relative;
}
.lightforce-braces-staging .lf-intro-media img,
.lightforce-braces .lf-intro-media img,
.areas-we-serve .lf-intro-media img,
.areas-we-serve-staging .lf-intro-media img {
  width: 100%;
  min-height: 32rem;
  object-fit: cover;
  border-radius: 2.2rem 7rem 2.2rem 2.2rem;
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .lf-intro-badge,
.lightforce-braces .lf-intro-badge,
.areas-we-serve .lf-intro-badge,
.areas-we-serve-staging .lf-intro-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  max-width: 17rem;
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(18, 30, 35, 0.16);
  color: var(--ink-strong);
  font-weight: 700;
  line-height: 1.45;
}
.lightforce-braces-staging .lf-intro-badge span,
.lightforce-braces .lf-intro-badge span,
.areas-we-serve .lf-intro-badge span,
.areas-we-serve-staging .lf-intro-badge span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--plum);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lightforce-braces-staging .lf-checks,
.lightforce-braces .lf-checks,
.areas-we-serve .lf-checks,
.areas-we-serve-staging .lf-checks,
.lightforce-braces-staging .lf-support-list,
.lightforce-braces .lf-support-list,
.areas-we-serve .lf-support-list,
.areas-we-serve-staging .lf-support-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}
.lightforce-braces-staging .lf-checks li,
.lightforce-braces .lf-checks li,
.areas-we-serve .lf-checks li,
.areas-we-serve-staging .lf-checks li,
.lightforce-braces-staging .lf-support-list li,
.lightforce-braces .lf-support-list li,
.areas-we-serve .lf-support-list li,
.areas-we-serve-staging .lf-support-list li {
  position: relative;
  padding-left: 1.6rem;
}
.lightforce-braces-staging .lf-checks li::before,
.lightforce-braces .lf-checks li::before,
.areas-we-serve .lf-checks li::before,
.areas-we-serve-staging .lf-checks li::before,
.lightforce-braces-staging .lf-support-list li::before,
.lightforce-braces .lf-support-list li::before,
.areas-we-serve .lf-support-list li::before,
.areas-we-serve-staging .lf-support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: var(--site-gradient);
}
.lightforce-braces-staging .lf-benefits,
.lightforce-braces .lf-benefits,
.areas-we-serve .lf-benefits,
.areas-we-serve-staging .lf-benefits {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(243, 162, 95, 0.12),
      transparent 18%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}
.lightforce-braces-staging .lf-comparison,
.lightforce-braces .lf-comparison,
.areas-we-serve .lf-comparison,
.areas-we-serve-staging .lf-comparison {
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(157, 87, 155, 0.1),
      transparent 18%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}
.lightforce-braces-staging .lf-section-head,
.lightforce-braces .lf-section-head,
.areas-we-serve .lf-section-head,
.areas-we-serve-staging .lf-section-head,
.lightforce-braces-staging .lf-section-head-left,
.lightforce-braces .lf-section-head-left,
.areas-we-serve .lf-section-head-left,
.areas-we-serve-staging .lf-section-head-left {
  max-width: 48rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}
.lightforce-braces-staging .lf-section-head-left,
.lightforce-braces .lf-section-head-left,
.areas-we-serve .lf-section-head-left,
.areas-we-serve-staging .lf-section-head-left {
  margin-left: 0;
  text-align: left;
}
.lightforce-braces-staging .lf-benefit-grid,
.lightforce-braces .lf-benefit-grid,
.areas-we-serve .lf-benefit-grid,
.areas-we-serve-staging .lf-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.lightforce-braces-staging .lf-benefit-grid article,
.lightforce-braces .lf-benefit-grid article,
.areas-we-serve .lf-benefit-grid article,
.areas-we-serve-staging .lf-benefit-grid article {
  min-height: 18rem;
  padding: 1.45rem;
  border-radius: 1.7rem;
  background: #ffffff;
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .lf-benefit-grid span,
.lightforce-braces .lf-benefit-grid span,
.areas-we-serve .lf-benefit-grid span,
.areas-we-serve-staging .lf-benefit-grid span {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50% !important;
  color: #ffffff;
  background: var(--teal-deep);
  font-weight: 800;
}
.lightforce-braces-staging .lf-benefit-grid article:nth-child(2) span,
.lightforce-braces .lf-benefit-grid article:nth-child(2) span,
.areas-we-serve .lf-benefit-grid article:nth-child(2) span,
.areas-we-serve-staging .lf-benefit-grid article:nth-child(2) span {
  background: var(--plum);
}
.lightforce-braces-staging .lf-benefit-grid article:nth-child(3) span,
.lightforce-braces .lf-benefit-grid article:nth-child(3) span,
.areas-we-serve .lf-benefit-grid article:nth-child(3) span,
.areas-we-serve-staging .lf-benefit-grid article:nth-child(3) span {
  background: var(--orange);
}
.lightforce-braces-staging .lf-benefit-grid article:nth-child(4) span,
.lightforce-braces .lf-benefit-grid article:nth-child(4) span,
.areas-we-serve .lf-benefit-grid article:nth-child(4) span,
.areas-we-serve-staging .lf-benefit-grid article:nth-child(4) span {
  background: var(--red);
}
.lightforce-braces-staging .lf-process,
.lightforce-braces .lf-process,
.areas-we-serve .lf-process,
.areas-we-serve-staging .lf-process {
  padding-top: 4rem;
}
.lightforce-braces-staging .lf-stats,
.lightforce-braces .lf-stats,
.areas-we-serve .lf-stats,
.areas-we-serve-staging .lf-stats {
  padding-top: 3rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(243, 162, 95, 0.12),
      transparent 20%
    ),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}
.lightforce-braces-staging .lf-stats-panel,
.lightforce-braces .lf-stats-panel,
.areas-we-serve .lf-stats-panel,
.areas-we-serve-staging .lf-stats-panel {
  position: relative;
  padding: 2rem;
  border-radius: 2.2rem;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
  border: 1px solid rgba(243, 162, 95, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.lightforce-braces-staging .lf-stats-panel::before,
.lightforce-braces .lf-stats-panel::before,
.areas-we-serve .lf-stats-panel::before,
.areas-we-serve-staging .lf-stats-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.45rem;
  background: linear-gradient(90deg, var(--orange), var(--plum), var(--teal));
}
.lightforce-braces-staging .lf-stats-grid,
.lightforce-braces .lf-stats-grid,
.areas-we-serve .lf-stats-grid,
.areas-we-serve-staging .lf-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}
.lightforce-braces-staging .lf-stats-grid article,
.lightforce-braces .lf-stats-grid article,
.areas-we-serve .lf-stats-grid article,
.areas-we-serve-staging .lf-stats-grid article {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.45rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(47, 105, 122, 0.12);
}
.lightforce-braces-staging .lf-stats-grid strong,
.lightforce-braces .lf-stats-grid strong,
.areas-we-serve .lf-stats-grid strong,
.areas-we-serve-staging .lf-stats-grid strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--teal-deep);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(4rem, 8vw, 6.8rem);
  font-weight: 500;
  line-height: 0.88;
}
.lightforce-braces-staging .lf-stats-grid article:nth-child(2) strong,
.lightforce-braces .lf-stats-grid article:nth-child(2) strong,
.areas-we-serve .lf-stats-grid article:nth-child(2) strong,
.areas-we-serve-staging .lf-stats-grid article:nth-child(2) strong {
  color: var(--plum);
}
.lightforce-braces-staging .lf-stats-grid article:nth-child(3) strong,
.lightforce-braces .lf-stats-grid article:nth-child(3) strong,
.areas-we-serve .lf-stats-grid article:nth-child(3) strong,
.areas-we-serve-staging .lf-stats-grid article:nth-child(3) strong {
  color: var(--orange);
}
.lightforce-braces-staging .lf-stats-grid span,
.lightforce-braces .lf-stats-grid span,
.areas-we-serve .lf-stats-grid span,
.areas-we-serve-staging .lf-stats-grid span {
  color: var(--ink-strong);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}
.lightforce-braces-staging .lf-stats-note,
.lightforce-braces .lf-stats-note,
.areas-we-serve .lf-stats-note,
.areas-we-serve-staging .lf-stats-note {
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.lightforce-braces-staging .lf-process-panel,
.lightforce-braces .lf-process-panel,
.areas-we-serve .lf-process-panel,
.areas-we-serve-staging .lf-process-panel {
  position: relative;
  padding: 2rem;
  border-radius: 2.2rem;
  background: #ffffff;
  border: 1px solid rgba(108, 187, 211, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.lightforce-braces-staging .lf-process-panel::before,
.lightforce-braces .lf-process-panel::before,
.areas-we-serve .lf-process-panel::before,
.areas-we-serve-staging .lf-process-panel::before {
  content: "";
  position: absolute;
  right: -4rem;
  top: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50% !important;
  background: radial-gradient(
    circle at center,
    rgba(108, 187, 211, 0.16),
    rgba(108, 187, 211, 0.04) 62%,
    transparent 63%
  );
  pointer-events: none;
}
.lightforce-braces-staging .lf-step-grid,
.lightforce-braces .lf-step-grid,
.areas-we-serve .lf-step-grid,
.areas-we-serve-staging .lf-step-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  z-index: 1;
}
.lightforce-braces-staging .lf-step-grid article,
.lightforce-braces .lf-step-grid article,
.areas-we-serve .lf-step-grid article,
.areas-we-serve-staging .lf-step-grid article {
  padding: 1.25rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(47, 105, 122, 0.12);
}
.lightforce-braces-staging .lf-step-grid span,
.lightforce-braces .lf-step-grid span,
.areas-we-serve .lf-step-grid span,
.areas-we-serve-staging .lf-step-grid span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--teal-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lightforce-braces-staging .lf-step-grid article:nth-child(2) span,
.lightforce-braces .lf-step-grid article:nth-child(2) span,
.areas-we-serve .lf-step-grid article:nth-child(2) span,
.areas-we-serve-staging .lf-step-grid article:nth-child(2) span {
  background: var(--plum);
}
.lightforce-braces-staging .lf-step-grid article:nth-child(3) span,
.lightforce-braces .lf-step-grid article:nth-child(3) span,
.areas-we-serve .lf-step-grid article:nth-child(3) span,
.areas-we-serve-staging .lf-step-grid article:nth-child(3) span {
  background: var(--orange);
}
.lightforce-braces-staging .lf-step-grid article:nth-child(4) span,
.lightforce-braces .lf-step-grid article:nth-child(4) span,
.areas-we-serve .lf-step-grid article:nth-child(4) span,
.areas-we-serve-staging .lf-step-grid article:nth-child(4) span {
  background: var(--red);
}
.lightforce-braces-staging .lf-step-grid article:nth-child(5) span,
.lightforce-braces .lf-step-grid article:nth-child(5) span,
.areas-we-serve .lf-step-grid article:nth-child(5) span,
.areas-we-serve-staging .lf-step-grid article:nth-child(5) span {
  background: var(--teal);
}
.lightforce-braces-staging .lf-video-section,
.lightforce-braces .lf-video-section,
.areas-we-serve .lf-video-section,
.areas-we-serve-staging .lf-video-section {
  background:
    radial-gradient(
      circle at 92% 24%,
      rgba(243, 162, 95, 0.14),
      transparent 18%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(108, 187, 211, 0.12),
      transparent 22%
    );
}
.lightforce-braces-staging .lf-video-layout,
.lightforce-braces .lf-video-layout,
.areas-we-serve .lf-video-layout,
.areas-we-serve-staging .lf-video-layout {
  align-items: center;
}
.lightforce-braces-staging .lf-video-copy .lf-path-links a,
.lightforce-braces .lf-video-copy .lf-path-links a,
.areas-we-serve .lf-video-copy .lf-path-links a,
.areas-we-serve-staging .lf-video-copy .lf-path-links a {
  background: rgba(108, 187, 211, 0.13);
  border-color: rgba(108, 187, 211, 0.16);
  color: var(--teal-deep);
}
.lightforce-braces-staging .lf-video-copy .lf-path-links a:hover,
.lightforce-braces .lf-video-copy .lf-path-links a:hover,
.areas-we-serve .lf-video-copy .lf-path-links a:hover,
.areas-we-serve-staging .lf-video-copy .lf-path-links a:hover {
  background: rgba(157, 87, 155, 0.12);
  color: var(--plum);
}
.lightforce-braces-staging .lf-video-frame,
.lightforce-braces .lf-video-frame,
.areas-we-serve .lf-video-frame,
.areas-we-serve-staging .lf-video-frame {
  position: relative;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 2rem;
  background: #14262d;
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .lf-video-frame::before,
.lightforce-braces .lf-video-frame::before,
.areas-we-serve .lf-video-frame::before,
.areas-we-serve-staging .lf-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  z-index: 1;
}
.lightforce-braces-staging .lf-video-frame iframe,
.lightforce-braces .lf-video-frame iframe,
.areas-we-serve .lf-video-frame iframe,
.areas-we-serve-staging .lf-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.lightforce-braces-staging .lf-brochure,
.lightforce-braces .lf-brochure,
.areas-we-serve .lf-brochure,
.areas-we-serve-staging .lf-brochure {
  padding-top: 2.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}
.lightforce-braces-staging .lf-brochure-panel,
.lightforce-braces .lf-brochure-panel,
.areas-we-serve .lf-brochure-panel,
.areas-we-serve-staging .lf-brochure-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 2rem;
  border-radius: 2.2rem;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(157, 87, 155, 0.1),
      transparent 20%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  border: 1px solid rgba(47, 105, 122, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.lightforce-braces-staging .lf-brochure-panel::before,
.lightforce-braces .lf-brochure-panel::before,
.areas-we-serve .lf-brochure-panel::before,
.areas-we-serve-staging .lf-brochure-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.5rem;
  background: linear-gradient(180deg, var(--teal), var(--orange));
}
.lightforce-braces-staging .lf-brochure-copy,
.lightforce-braces .lf-brochure-copy,
.areas-we-serve .lf-brochure-copy,
.areas-we-serve-staging .lf-brochure-copy {
  position: relative;
  align-self: center;
  z-index: 1;
}
.lightforce-braces-staging .lf-brochure-copy .lf-path-links a,
.lightforce-braces .lf-brochure-copy .lf-path-links a,
.areas-we-serve .lf-brochure-copy .lf-path-links a,
.areas-we-serve-staging .lf-brochure-copy .lf-path-links a {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(108, 187, 211, 0.18);
  color: var(--teal-deep);
}
.lightforce-braces-staging .lf-brochure-copy .lf-path-links a:hover,
.lightforce-braces .lf-brochure-copy .lf-path-links a:hover,
.areas-we-serve .lf-brochure-copy .lf-path-links a:hover,
.areas-we-serve-staging .lf-brochure-copy .lf-path-links a:hover {
  background: #ffffff;
  color: var(--plum);
}
.lightforce-braces-staging .lf-pdf-frame,
.lightforce-braces .lf-pdf-frame,
.areas-we-serve .lf-pdf-frame,
.areas-we-serve-staging .lf-pdf-frame {
  position: relative;
  min-height: 34rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(47, 105, 122, 0.12);
}
.lightforce-braces-staging .lf-pdf-frame object,
.lightforce-braces .lf-pdf-frame object,
.areas-we-serve .lf-pdf-frame object,
.areas-we-serve-staging .lf-pdf-frame object {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  border: 0;
}
.lightforce-braces-staging .lf-pdf-frame p,
.lightforce-braces .lf-pdf-frame p,
.areas-we-serve .lf-pdf-frame p,
.areas-we-serve-staging .lf-pdf-frame p {
  padding: 1.4rem;
}
.lightforce-braces-staging .lf-pdf-frame a,
.lightforce-braces .lf-pdf-frame a,
.areas-we-serve .lf-pdf-frame a,
.areas-we-serve-staging .lf-pdf-frame a {
  color: var(--teal-deep);
  font-weight: 700;
}
.lightforce-braces-staging .lf-compare-grid,
.lightforce-braces .lf-compare-grid,
.areas-we-serve .lf-compare-grid,
.areas-we-serve-staging .lf-compare-grid {
  display: grid;
  gap: 0.8rem;
}
.lightforce-braces-staging .lf-compare-grid > div,
.lightforce-braces .lf-compare-grid > div,
.areas-we-serve .lf-compare-grid > div,
.areas-we-serve-staging .lf-compare-grid > div {
  display: grid;
  grid-template-columns: minmax(11rem, 0.7fr) repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.lightforce-braces-staging .lf-compare-grid [role="cell"],
.lightforce-braces .lf-compare-grid [role="cell"],
.areas-we-serve .lf-compare-grid [role="cell"],
.areas-we-serve-staging .lf-compare-grid [role="cell"],
.lightforce-braces-staging .lf-compare-grid [role="columnheader"],
.lightforce-braces .lf-compare-grid [role="columnheader"],
.areas-we-serve .lf-compare-grid [role="columnheader"],
.areas-we-serve-staging .lf-compare-grid [role="columnheader"] {
  padding: 1rem;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(47, 105, 122, 0.1);
  line-height: 1.5;
}
.lightforce-braces-staging .lf-compare-grid [role="columnheader"],
.lightforce-braces .lf-compare-grid [role="columnheader"],
.areas-we-serve .lf-compare-grid [role="columnheader"],
.areas-we-serve-staging .lf-compare-grid [role="columnheader"] {
  color: #ffffff;
  background: var(--teal-deep);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 800;
}
.lightforce-braces-staging .lf-compare-head [role="columnheader"]:nth-child(2),
.lightforce-braces .lf-compare-head [role="columnheader"]:nth-child(2),
.areas-we-serve .lf-compare-head [role="columnheader"]:nth-child(2),
.areas-we-serve-staging .lf-compare-head [role="columnheader"]:nth-child(2) {
  background: var(--teal-deep);
}
.lightforce-braces-staging .lf-compare-head [role="columnheader"]:nth-child(3),
.lightforce-braces .lf-compare-head [role="columnheader"]:nth-child(3),
.areas-we-serve .lf-compare-head [role="columnheader"]:nth-child(3),
.areas-we-serve-staging .lf-compare-head [role="columnheader"]:nth-child(3) {
  background: var(--plum);
}
.lightforce-braces-staging .lf-compare-head [role="columnheader"]:nth-child(4),
.lightforce-braces .lf-compare-head [role="columnheader"]:nth-child(4),
.areas-we-serve .lf-compare-head [role="columnheader"]:nth-child(4),
.areas-we-serve-staging .lf-compare-head [role="columnheader"]:nth-child(4) {
  background: #c98245;
}
.lightforce-braces-staging
  .lf-compare-grid
  [role="row"]
  [role="cell"]:first-child,
.lightforce-braces .lf-compare-grid [role="row"] [role="cell"]:first-child,
.areas-we-serve .lf-compare-grid [role="row"] [role="cell"]:first-child,
.areas-we-serve-staging
  .lf-compare-grid
  [role="row"]
  [role="cell"]:first-child {
  color: var(--plum);
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 800;
}
.lightforce-braces-staging .lf-support-panel,
.lightforce-braces .lf-support-panel,
.areas-we-serve .lf-support-panel,
.areas-we-serve-staging .lf-support-panel {
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  border: 1px solid rgba(243, 162, 95, 0.22);
  box-shadow: var(--shadow);
}
.lightforce-braces-staging .lf-support-panel img,
.lightforce-braces .lf-support-panel img,
.areas-we-serve .lf-support-panel img,
.areas-we-serve-staging .lf-support-panel img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
.lightforce-braces-staging .lf-support-body,
.lightforce-braces .lf-support-body,
.areas-we-serve .lf-support-body,
.areas-we-serve-staging .lf-support-body {
  padding: 1.5rem;
}
.lightforce-braces-staging .lf-support-list,
.lightforce-braces .lf-support-list,
.areas-we-serve .lf-support-list,
.areas-we-serve-staging .lf-support-list {
  margin-top: 1rem;
}
.lightforce-braces-staging .lf-support-list a,
.lightforce-braces .lf-support-list a,
.areas-we-serve .lf-support-list a,
.areas-we-serve-staging .lf-support-list a {
  color: var(--ink-strong);
  font-weight: 700;
}
.lightforce-braces-staging .lf-support-list a:hover,
.lightforce-braces .lf-support-list a:hover,
.areas-we-serve .lf-support-list a:hover,
.areas-we-serve-staging .lf-support-list a:hover,
.lightforce-braces-staging .lf-parent-note a:hover,
.lightforce-braces .lf-parent-note a:hover,
.areas-we-serve .lf-parent-note a:hover,
.areas-we-serve-staging .lf-parent-note a:hover {
  color: var(--teal);
}
.lightforce-braces-staging .lf-faq .faq-list,
.lightforce-braces .lf-faq .faq-list,
.areas-we-serve .lf-faq .faq-list,
.areas-we-serve-staging .lf-faq .faq-list {
  max-width: 58rem;
  margin: 0 auto;
}
.lightforce-braces-staging .lightforce-page .faq-list details,
.lightforce-braces .lightforce-page .faq-list details,
.areas-we-serve .lightforce-page .faq-list details,
.areas-we-serve-staging .lightforce-page .faq-list details {
  background: #ffffff;
}
.lightforce-braces-staging .lf-cta,
.lightforce-braces .lf-cta,
.areas-we-serve .lf-cta,
.areas-we-serve-staging .lf-cta {
  padding-top: 2rem;
}
.lightforce-braces-staging .lf-cta-panel,
.lightforce-braces .lf-cta-panel,
.areas-we-serve .lf-cta-panel,
.areas-we-serve-staging .lf-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2.1rem;
  border-radius: 2.2rem;
  background:
    linear-gradient(
      90deg,
      rgba(47, 105, 122, 0.94) 0%,
      rgba(47, 105, 122, 0.86) 58%,
      rgba(47, 105, 122, 0.58) 100%
    ),
    url("../images/lightforce/content.jpg") right center / cover no-repeat;
  box-shadow: 0 18px 38px rgba(47, 105, 122, 0.18);
}
.lightforce-braces-staging .lf-cta-copy h2,
.lightforce-braces .lf-cta-copy h2,
.areas-we-serve .lf-cta-copy h2,
.areas-we-serve-staging .lf-cta-copy h2,
.lightforce-braces-staging .lf-cta-copy p,
.lightforce-braces .lf-cta-copy p,
.areas-we-serve .lf-cta-copy p,
.areas-we-serve-staging .lf-cta-copy p,
.lightforce-braces-staging .lf-cta-copy .eyebrow,
.lightforce-braces .lf-cta-copy .eyebrow,
.areas-we-serve .lf-cta-copy .eyebrow,
.areas-we-serve-staging .lf-cta-copy .eyebrow {
  color: #ffffff;
}
@media (max-width: 1100px) {
  .lightforce-braces-staging .lf-hero-grid,
  .lightforce-braces .lf-hero-grid,
  .areas-we-serve .lf-hero-grid,
  .areas-we-serve-staging .lf-hero-grid,
  .lightforce-braces-staging .lf-intro-grid,
  .lightforce-braces .lf-intro-grid,
  .areas-we-serve .lf-intro-grid,
  .areas-we-serve-staging .lf-intro-grid,
  .lightforce-braces-staging .lf-video-layout,
  .lightforce-braces .lf-video-layout,
  .areas-we-serve .lf-video-layout,
  .areas-we-serve-staging .lf-video-layout,
  .lightforce-braces-staging .lf-right-fit-grid,
  .lightforce-braces .lf-right-fit-grid,
  .areas-we-serve .lf-right-fit-grid,
  .areas-we-serve-staging .lf-right-fit-grid,
  .lightforce-braces-staging .lf-brochure-panel,
  .lightforce-braces .lf-brochure-panel,
  .areas-we-serve .lf-brochure-panel,
  .areas-we-serve-staging .lf-brochure-panel,
  .lightforce-braces-staging .lf-cta-panel,
  .lightforce-braces .lf-cta-panel,
  .areas-we-serve .lf-cta-panel,
  .areas-we-serve-staging .lf-cta-panel {
    grid-template-columns: 1fr;
  }
  .lightforce-braces-staging .lf-benefit-grid,
  .lightforce-braces .lf-benefit-grid,
  .areas-we-serve .lf-benefit-grid,
  .areas-we-serve-staging .lf-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lightforce-braces-staging .lf-step-grid,
  .lightforce-braces .lf-step-grid,
  .areas-we-serve .lf-step-grid,
  .areas-we-serve-staging .lf-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lightforce-braces-staging .lf-stats-grid,
  .lightforce-braces .lf-stats-grid,
  .areas-we-serve .lf-stats-grid,
  .areas-we-serve-staging .lf-stats-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .lightforce-braces-staging .lf-compare-grid,
  .lightforce-braces .lf-compare-grid,
  .areas-we-serve .lf-compare-grid,
  .areas-we-serve-staging .lf-compare-grid {
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }
  .lightforce-braces-staging .lf-compare-grid > div,
  .lightforce-braces .lf-compare-grid > div,
  .areas-we-serve .lf-compare-grid > div,
  .areas-we-serve-staging .lf-compare-grid > div {
    min-width: 48rem;
  }
}
@media (max-width: 640px) {
  .lightforce-braces-staging body.lightforce-page,
  .lightforce-braces body.lightforce-page,
  .areas-we-serve body.lightforce-page,
  .areas-we-serve-staging body.lightforce-page {
    background: linear-gradient(
      180deg,
      #f8fcfd 0%,
      #eef8fb 12%,
      #ffffff 12%,
      #ffffff 91%,
      var(--teal) 91%,
      var(--teal) 100%
    );
  }
  .lightforce-braces-staging .lf-hero,
  .lightforce-braces .lf-hero,
  .areas-we-serve .lf-hero,
  .areas-we-serve-staging .lf-hero {
    padding: 1.6rem 0 4.5rem;
  }
  .lightforce-braces-staging .lf-hero-copy h1,
  .lightforce-braces .lf-hero-copy h1,
  .areas-we-serve .lf-hero-copy h1,
  .areas-we-serve-staging .lf-hero-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }
  .lightforce-braces-staging .lf-hero-text,
  .lightforce-braces .lf-hero-text,
  .areas-we-serve .lf-hero-text,
  .areas-we-serve-staging .lf-hero-text {
    max-width: 22rem;
  }
  .lightforce-braces-staging .lf-hero-panel,
  .lightforce-braces .lf-hero-panel,
  .areas-we-serve .lf-hero-panel,
  .areas-we-serve-staging .lf-hero-panel,
  .lightforce-braces-staging .lf-brochure-panel,
  .lightforce-braces .lf-brochure-panel,
  .areas-we-serve .lf-brochure-panel,
  .areas-we-serve-staging .lf-brochure-panel,
  .lightforce-braces-staging .lf-stats-panel,
  .lightforce-braces .lf-stats-panel,
  .areas-we-serve .lf-stats-panel,
  .areas-we-serve-staging .lf-stats-panel,
  .lightforce-braces-staging .lf-process-panel,
  .lightforce-braces .lf-process-panel,
  .areas-we-serve .lf-process-panel,
  .areas-we-serve-staging .lf-process-panel,
  .lightforce-braces-staging .lf-cta-panel,
  .lightforce-braces .lf-cta-panel,
  .areas-we-serve .lf-cta-panel,
  .areas-we-serve-staging .lf-cta-panel {
    padding: 1.35rem;
  }
  .lightforce-braces-staging .lf-pdf-frame,
  .lightforce-braces .lf-pdf-frame,
  .areas-we-serve .lf-pdf-frame,
  .areas-we-serve-staging .lf-pdf-frame,
  .lightforce-braces-staging .lf-pdf-frame object,
  .lightforce-braces .lf-pdf-frame object,
  .areas-we-serve .lf-pdf-frame object,
  .areas-we-serve-staging .lf-pdf-frame object {
    min-height: 26rem;
  }
  .lightforce-braces-staging .lf-benefit-grid,
  .lightforce-braces .lf-benefit-grid,
  .areas-we-serve .lf-benefit-grid,
  .areas-we-serve-staging .lf-benefit-grid,
  .lightforce-braces-staging .lf-step-grid,
  .lightforce-braces .lf-step-grid,
  .areas-we-serve .lf-step-grid,
  .areas-we-serve-staging .lf-step-grid {
    grid-template-columns: 1fr;
  }
  .lightforce-braces-staging .lf-intro-media img,
  .lightforce-braces .lf-intro-media img,
  .areas-we-serve .lf-intro-media img,
  .areas-we-serve-staging .lf-intro-media img {
    min-height: 22rem;
    border-radius: 1.6rem 4.6rem 1.6rem 1.6rem;
  }
}
body.lightforce-page,
.lightforce-braces-staging,
.lightforce-braces {
  background: linear-gradient(
    180deg,
    #f8fcfd 0%,
    #eef8fb 18%,
    #ffffff 18%,
    #ffffff 86%,
    var(--teal) 86%,
    var(--teal) 100%
  );
}
