:root {
  --lnl-navy: #071f49;
  --lnl-blue: #1268f3;
  --lnl-cyan: #13b7e8;
  --lnl-text: #0b1d3a;
  --lnl-muted: #697386;
  --lnl-line: #e4e8ef;
  --lnl-soft: #f7f9fc;
  --lnl-white: #ffffff;
}

body {
  color: var(--lnl-text);
}

.lnl-utility {
  background: var(--lnl-soft);
  border-bottom: 1px solid var(--lnl-line);
  font-size: 14px;
}

.lnl-utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lnl-utility-group {
  display: flex;
  align-items: center;
  gap: 13px;
}

.lnl-utility a,
.lnl-utility span {
  color: var(--lnl-text);
  text-decoration: none;
}

.lnl-utility a:hover {
  color: var(--lnl-blue);
}

.lnl-separator {
  width: 1px;
  height: 16px;
  background: #d5d9e1;
}

.lnl-header {
  background: var(--lnl-white);
  border-bottom: 1px solid var(--lnl-line);
  box-shadow: 0 3px 16px rgba(5, 25, 60, .05);
  position: relative;
  z-index: 1030;
}

.lnl-header-row {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.lnl-brand {
  flex: 0 0 auto;
  min-width: 205px;
}

.lnl-brand img {
  display: block;
  max-width: 210px;
  max-height: 66px;
  width: auto;
  height: auto;
}

.lnl-brand-fallback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lnl-navy);
  text-decoration: none;
}

.lnl-brand-fallback .lnl-cube {
  width: 52px;
  height: 52px;
  border: 3px solid var(--lnl-blue);
  color: var(--lnl-blue);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lnl-brand-fallback strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .3px;
}

.lnl-brand-fallback em {
  color: var(--lnl-blue);
  font-style: normal;
}

.lnl-brand-fallback small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 4px;
  color: #58677b;
}

.lnl-menu-slot {
  flex: 1 1 auto;
}

.lnl-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.lnl-icon-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--lnl-navy);
  font-size: 20px;
  border-radius: 50%;
}

.lnl-icon-btn:hover {
  background: var(--lnl-soft);
}

.lnl-quote-btn {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lnl-blue);
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(18, 104, 243, .18);
}

.lnl-quote-btn:hover {
  background: #0958d9;
}

.lnl-search-panel {
  display: none;
  padding: 0 0 16px;
}

.lnl-search-panel.is-open {
  display: block;
}

.lnl-search-panel #search {
  max-width: 650px;
  margin-left: auto;
}

.lnl-mobile-toggle {
  display: none;
}

.lnl-nav {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  list-style: none;
}

.lnl-nav-item {
  position: relative;
}

.lnl-nav-link {
  height: 92px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--lnl-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.lnl-nav-link:hover {
  color: var(--lnl-blue);
}

.lnl-nav-link .fa-chevron-down {
  font-size: 10px;
}

.lnl-dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 245px;
  background: #fff;
  border: 1px solid var(--lnl-line);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 18px 45px rgba(8, 31, 73, .14);
  padding: 12px;
  z-index: 1100;
}

.lnl-nav-item:hover .lnl-dropdown,
.lnl-nav-item:focus-within .lnl-dropdown {
  display: block;
}

.lnl-dropdown a {
  display: block;
  padding: 9px 11px;
  border-radius: 7px;
  color: var(--lnl-text);
  text-decoration: none;
  font-size: 14px;
}

.lnl-dropdown a:hover {
  background: #f1f6ff;
  color: var(--lnl-blue);
}

.lnl-mobile-panel {
  display: none;
}

@media (max-width: 1199.98px) {
  .lnl-header-row {
    gap: 14px;
  }

  .lnl-brand {
    min-width: 170px;
  }

  .lnl-brand img {
    max-width: 175px;
  }

  .lnl-nav-link {
    padding: 0 8px;
    font-size: 12px;
  }

  .lnl-quote-btn {
    padding: 0 13px;
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .lnl-utility {
    display: none;
  }

  .lnl-header-row {
    min-height: 74px;
  }

  .lnl-brand {
    min-width: 0;
  }

  .lnl-brand img {
    max-width: 155px;
    max-height: 54px;
  }

  .lnl-menu-slot {
    display: none;
  }

  .lnl-header-actions .lnl-quote-btn {
    display: none;
  }

  .lnl-mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--lnl-navy);
    font-size: 22px;
  }

  .lnl-mobile-panel {
    display: none;
    border-top: 1px solid var(--lnl-line);
    background: #fff;
    padding: 8px 0 18px;
  }

  .lnl-mobile-panel.is-open {
    display: block;
  }

  .lnl-mobile-panel .lnl-nav {
    display: block;
  }

  .lnl-mobile-panel .lnl-nav-link {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid var(--lnl-line);
    padding: 0;
  }

  .lnl-mobile-panel .lnl-dropdown {
    display: block;
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    padding: 0 0 8px 14px;
  }

  .lnl-mobile-panel .lnl-dropdown a {
    padding: 8px 0;
  }

  .lnl-mobile-quote {
    width: 100%;
    margin-top: 14px;
  }
}


/* =========================
   LNL 3D HOMEPAGE HERO v1.1
   ========================= */
.lnl-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(18,104,243,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-bottom: 1px solid var(--lnl-line);
  overflow: hidden;
}

.lnl-hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: 42px;
  padding: 64px 0;
}

.lnl-hero-copy {
  position: relative;
  z-index: 2;
}

.lnl-hero-kicker {
  margin-bottom: 18px;
  color: var(--lnl-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.2px;
}

.lnl-hero h1 {
  margin: 0;
  max-width: 680px;
  color: var(--lnl-navy);
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -2.8px;
}

.lnl-hero h1 span {
  color: var(--lnl-blue);
}

.lnl-hero p {
  max-width: 630px;
  margin: 26px 0 0;
  color: #334155;
  font-size: 21px;
  line-height: 1.55;
}

.lnl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.lnl-hero-primary,
.lnl-hero-secondary {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .3px;
  transition: all .2s ease;
}

.lnl-hero-primary {
  background: var(--lnl-blue);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(18,104,243,.22);
}

.lnl-hero-primary:hover {
  transform: translateY(-2px);
  background: #0958d9;
}

.lnl-hero-secondary {
  border: 2px solid var(--lnl-blue);
  color: var(--lnl-blue) !important;
  background: #fff;
}

.lnl-hero-secondary:hover {
  transform: translateY(-2px);
  background: #f2f7ff;
}

.lnl-hero-trust {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #526174;
  font-size: 13px;
  font-weight: 700;
}

.lnl-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lnl-hero-trust i {
  color: var(--lnl-blue);
}

.lnl-hero-visual {
  position: relative;
}

.lnl-hero-image-wrap {
  position: relative;
  margin-right: -80px;
  border-radius: 26px 0 0 26px;
  overflow: hidden;
  box-shadow: 0 28px 65px rgba(7,31,73,.13);
  background: #fff;
}

.lnl-hero-image {
  display: block;
  width: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.lnl-home-after-hero {
  padding-top: 36px;
}

@media (max-width: 1199.98px) {
  .lnl-hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
    gap: 28px;
    min-height: 540px;
  }

  .lnl-hero-image-wrap {
    margin-right: -30px;
  }
}

@media (max-width: 991.98px) {
  .lnl-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
    padding: 50px 0 40px;
  }

  .lnl-hero h1 {
    font-size: clamp(48px, 10vw, 68px);
    letter-spacing: -2px;
  }

  .lnl-hero p {
    font-size: 19px;
  }

  .lnl-hero-image-wrap {
    margin-right: 0;
    border-radius: 20px;
  }

  .lnl-hero-image {
    min-height: 390px;
  }
}

@media (max-width: 575.98px) {
  .lnl-hero-grid {
    padding: 38px 0 30px;
  }

  .lnl-hero-kicker {
    margin-bottom: 12px;
  }

  .lnl-hero h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .lnl-hero p {
    margin-top: 20px;
    font-size: 17px;
  }

  .lnl-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lnl-hero-primary,
  .lnl-hero-secondary {
    width: 100%;
  }

  .lnl-hero-trust {
    gap: 13px;
  }

  .lnl-hero-image {
    min-height: 300px;
  }
}


/* =========================================================
   LNL 3D HOMEPAGE HERO v1.2 — BALANCED CORPORATE VERSION
   ========================================================= */

.lnl-hero-v2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(18,104,243,.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-bottom: 1px solid var(--lnl-line);
}

.lnl-hero-v2-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 28px;
  padding: 58px 0 46px;
}

.lnl-hero-v2-copy {
  position: relative;
  z-index: 3;
  padding-right: 8px;
}

.lnl-hero-eyebrow {
  margin-bottom: 19px;
  color: var(--lnl-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
}

.lnl-hero-v2 h1 {
  margin: 0;
  max-width: 650px;
  color: var(--lnl-navy);
  font-size: clamp(55px, 5vw, 78px);
  line-height: .99;
  letter-spacing: -2.8px;
  font-weight: 800;
}

.lnl-hero-v2 h1 span {
  display: block;
  color: var(--lnl-blue);
}

.lnl-hero-subtitle {
  max-width: 600px;
  margin: 26px 0 0;
  color: #45556b;
  font-size: 20px;
  line-height: 1.5;
}

.lnl-hero-v2-actions {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lnl-btn-primary,
.lnl-btn-secondary {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lnl-btn-primary {
  background: var(--lnl-blue);
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(18,104,243,.20);
}

.lnl-btn-primary:hover {
  background: #0958d9;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18,104,243,.25);
}

.lnl-btn-secondary {
  background: #fff;
  color: var(--lnl-blue) !important;
  border: 2px solid var(--lnl-blue);
}

.lnl-btn-secondary:hover {
  background: #f1f6ff;
  transform: translateY(-2px);
}

.lnl-hero-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 39px;
  max-width: 680px;
}

.lnl-hero-service {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 18px;
}

.lnl-hero-service + .lnl-hero-service {
  border-left: 1px solid #dfe5ee;
  padding-left: 18px;
}

.lnl-hero-service > i {
  flex: 0 0 auto;
  color: var(--lnl-blue);
  font-size: 22px;
}

.lnl-hero-service strong,
.lnl-hero-service small {
  display: block;
}

.lnl-hero-service strong {
  color: var(--lnl-navy);
  font-size: 13px;
  line-height: 1.2;
}

.lnl-hero-service small {
  margin-top: 4px;
  color: #67758a;
  font-size: 11px;
  line-height: 1.35;
}

.lnl-hero-v2-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lnl-printer-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 670px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.lnl-vulcan-hero {
  display: block;
  width: 88%;
  height: auto;
  max-height: 515px;
  object-fit: contain;
  filter: drop-shadow(0 22px 25px rgba(6,25,58,.13));
}

.lnl-blueprint {
  position: absolute;
  border: 1px solid rgba(18,104,243,.14);
  transform: rotate(30deg);
  z-index: 1;
}

.lnl-blueprint::before,
.lnl-blueprint::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(18,104,243,.10);
}

.lnl-blueprint::after {
  inset: 33%;
}

.lnl-blueprint-a {
  width: 155px;
  height: 155px;
  top: 50px;
  left: 15px;
}

.lnl-blueprint-b {
  width: 110px;
  height: 110px;
  top: 165px;
  right: 18px;
}

.lnl-part {
  position: absolute;
  z-index: 3;
  color: var(--lnl-blue);
  opacity: .92;
  filter: drop-shadow(0 9px 12px rgba(7,31,73,.10));
}

.lnl-part-gear {
  left: 7%;
  bottom: 13px;
  font-size: 68px;
  transform: rotate(-8deg);
}

.lnl-part-cube {
  right: 6%;
  bottom: 23px;
  font-size: 58px;
  transform: rotate(10deg);
}

.lnl-benefits {
  background: #fff;
  border-bottom: 1px solid var(--lnl-line);
}

.lnl-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lnl-benefit {
  min-height: 128px;
  padding: 27px 27px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.lnl-benefit + .lnl-benefit {
  border-left: 1px solid #e1e6ed;
}

.lnl-benefit-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: var(--lnl-blue);
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnl-benefit strong {
  display: block;
  color: var(--lnl-navy);
  font-size: 15px;
  line-height: 1.25;
}

.lnl-benefit p {
  margin: 7px 0 0;
  color: #65738a;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .lnl-hero-v2-grid {
    grid-template-columns: 48% 52%;
    min-height: 560px;
  }

  .lnl-hero-v2 h1 {
    font-size: clamp(50px, 5vw, 67px);
  }

  .lnl-vulcan-hero {
    width: 94%;
  }

  .lnl-hero-services {
    margin-top: 30px;
  }

  .lnl-benefit {
    padding: 24px 18px;
  }
}

@media (max-width: 991.98px) {
  .lnl-hero-v2-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
    padding: 48px 0 32px;
  }

  .lnl-hero-v2-copy {
    max-width: 720px;
  }

  .lnl-hero-v2 h1 {
    font-size: clamp(50px, 9vw, 70px);
  }

  .lnl-hero-v2-visual {
    min-height: 410px;
  }

  .lnl-vulcan-hero {
    width: min(88%, 580px);
    max-height: 410px;
  }

  .lnl-blueprint-a {
    left: 18%;
  }

  .lnl-blueprint-b {
    right: 18%;
  }

  .lnl-part-gear {
    left: 20%;
  }

  .lnl-part-cube {
    right: 20%;
  }

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

  .lnl-benefit:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e1e6ed;
  }

  .lnl-benefit:nth-child(4) {
    border-top: 1px solid #e1e6ed;
  }
}

@media (max-width: 575.98px) {
  .lnl-hero-v2-grid {
    padding-top: 35px;
  }

  .lnl-hero-eyebrow {
    margin-bottom: 12px;
  }

  .lnl-hero-v2 h1 {
    font-size: 46px;
    letter-spacing: -1.8px;
  }

  .lnl-hero-subtitle {
    margin-top: 19px;
    font-size: 17px;
  }

  .lnl-hero-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .lnl-btn-primary,
  .lnl-btn-secondary {
    width: 100%;
  }

  .lnl-hero-services {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 29px;
  }

  .lnl-hero-service {
    padding: 0 !important;
    border: 0 !important;
  }

  .lnl-hero-v2-visual {
    min-height: 330px;
  }

  .lnl-vulcan-hero {
    width: 100%;
    max-height: 330px;
  }

  .lnl-part-gear {
    left: 4%;
    font-size: 48px;
  }

  .lnl-part-cube {
    right: 4%;
    font-size: 43px;
  }

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

  .lnl-benefit,
  .lnl-benefit + .lnl-benefit {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid #e1e6ed;
  }

  .lnl-benefit:first-child {
    border-top: 0;
  }
}


/* =========================================================
   LNL 3D HOMEPAGE HERO v1.3 — MOCKUP-MATCHING COMPOSITE
   ========================================================= */

.lnl-hero-v3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-bottom: 1px solid var(--lnl-line);
}

.lnl-hero-v3-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  gap: 18px;
  padding: 52px 0 34px;
}

.lnl-hero-v3-copy {
  position: relative;
  z-index: 3;
  padding-right: 12px;
}

.lnl-hero-v3 h1 {
  margin: 0;
  max-width: 640px;
  color: var(--lnl-navy);
  font-size: clamp(58px, 5.2vw, 80px);
  line-height: .98;
  letter-spacing: -2.8px;
  font-weight: 800;
}

.lnl-hero-v3 h1 span {
  display: block;
  color: var(--lnl-blue);
}

.lnl-hero-v3-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lnl-hero-v3-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.lnl-hero-composite {
  display: block;
  width: 112%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center right;
  transform: translateX(5%);
  filter: drop-shadow(0 18px 28px rgba(7,31,73,.08));
}

@media (max-width: 1199.98px) {
  .lnl-hero-v3-grid {
    grid-template-columns: 45% 55%;
    min-height: 590px;
  }

  .lnl-hero-v3 h1 {
    font-size: clamp(52px, 5vw, 70px);
  }

  .lnl-hero-composite {
    width: 108%;
    transform: translateX(3%);
  }
}

@media (max-width: 991.98px) {
  .lnl-hero-v3-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    padding: 44px 0 28px;
  }

  .lnl-hero-v3-copy {
    max-width: 720px;
  }

  .lnl-hero-v3 h1 {
    font-size: clamp(50px, 9vw, 70px);
  }

  .lnl-hero-v3-visual {
    min-height: 0;
  }

  .lnl-hero-composite {
    width: 100%;
    transform: none;
    border-radius: 14px;
  }
}

@media (max-width: 575.98px) {
  .lnl-hero-v3-grid {
    padding-top: 34px;
  }

  .lnl-hero-v3 h1 {
    font-size: 46px;
    letter-spacing: -1.8px;
  }

  .lnl-hero-v3-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lnl-hero-composite {
    margin-top: 6px;
  }
}


/* =========================================================
   LNL 3D HOMEPAGE v1.4 — APPROVED MOCKUP / PIXEL MATCH
   ========================================================= */

.lnl-pixel-home {
  position: relative;
  width: 100%;
  max-width: 1448px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.lnl-pixel-home-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lnl-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  text-decoration: none;
}

/* Percent coordinates are based on the approved 1448x1086 mockup. */
.hs-logo {
  left: 4.7%;
  top: 4.9%;
  width: 17.5%;
  height: 8.8%;
}

.hs-printers {
  left: 32.4%;
  top: 6.3%;
  width: 9.2%;
  height: 5.7%;
}

.hs-materials {
  left: 42.4%;
  top: 6.3%;
  width: 13.2%;
  height: 5.7%;
}

.hs-services {
  left: 56.2%;
  top: 6.3%;
  width: 9.2%;
  height: 5.7%;
}

.hs-classes {
  left: 66.1%;
  top: 6.3%;
  width: 9.0%;
  height: 5.7%;
}

.hs-account {
  left: 79.0%;
  top: 0%;
  width: 8.0%;
  height: 4.4%;
}

.hs-cart {
  left: 87.0%;
  top: 0%;
  width: 9.5%;
  height: 4.4%;
}

.hs-header-quote {
  left: 86.4%;
  top: 5.1%;
  width: 9.4%;
  height: 7.5%;
}

.hs-hero-quote {
  left: 5.6%;
  top: 51.4%;
  width: 13.1%;
  height: 5.7%;
}

.hs-hero-classes {
  left: 19.7%;
  top: 51.4%;
  width: 18.5%;
  height: 5.7%;
}

.lnl-hotspot:focus-visible {
  outline: 3px solid rgba(18,104,243,.75);
  outline-offset: -3px;
  border-radius: 7px;
}

.lnl-home-after-hero {
  padding-top: 40px;
}

/*
  Tablet/mobile: preserve the exact approved visual rather than reflowing it.
  The image scales proportionally, so the composition remains identical.
*/
@media (max-width: 767.98px) {
  .lnl-pixel-home {
    min-width: 0;
  }

  .lnl-home-after-hero {
    padding-top: 24px;
  }
}


/* =========================================================
   LNL 3D HOMEPAGE v1.5 — APPROVED SERVICES SECTION
   ========================================================= */

.lnl-pixel-services {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.lnl-pixel-services-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lnl-service-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  text-decoration: none;
}

.lnl-service-hotspot:focus-visible {
  outline: 3px solid rgba(18,104,243,.75);
  outline-offset: -3px;
  border-radius: 8px;
}

/* Hotspots based on the approved Section 3 mockup proportions. */
.hs-request-quote {
  left: 30.7%;
  top: 26.9%;
  width: 18.0%;
  height: 6.2%;
}

.hs-explore-services {
  left: 51.0%;
  top: 26.9%;
  width: 18.0%;
  height: 6.2%;
}

.hs-service-printing {
  left: 3.4%;
  top: 36.4%;
  width: 22.7%;
  height: 47.5%;
}

.hs-service-cad {
  left: 27.0%;
  top: 36.4%;
  width: 22.7%;
  height: 47.5%;
}

.hs-service-scanning {
  left: 50.6%;
  top: 36.4%;
  width: 22.7%;
  height: 47.5%;
}

.hs-service-repair {
  left: 74.2%;
  top: 36.4%;
  width: 22.4%;
  height: 47.5%;
}

.hs-contact-us {
  left: 80.0%;
  top: 87.0%;
  width: 14.8%;
  height: 6.0%;
}

@media (max-width: 767.98px) {
  .lnl-pixel-services {
    min-width: 0;
  }
}


/* =========================================================
   LNL 3D HOMEPAGE v1.6 — CLEANUP / NORMAL FLOW
   ========================================================= */

/* The custom homepage no longer renders OpenCart's demo slideshow,
   Featured products, manufacturer carousel, or any default home modules. */

.lnl-pixel-home,
.lnl-pixel-services {
  position: relative;
  display: block;
  clear: both;
}

.lnl-pixel-services {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0;
  overflow: visible;
}

.lnl-pixel-services-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

.lnl-pixel-services + footer,
.lnl-pixel-services ~ footer {
  position: static !important;
  clear: both;
}

/* Eliminate any legacy default-home spacing. */
.lnl-home-after-hero {
  display: none !important;
}


/* =========================================================
   LNL 3D v1.6.1 — SERVICES / FOOTER BREATHING SPACE
   ========================================================= */

/* Add visual breathing room after the approved Services section
   before the dark footer begins. */
.lnl-pixel-services {
  margin-bottom: 64px !important;
}

@media (max-width: 991.98px) {
  .lnl-pixel-services {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 575.98px) {
  .lnl-pixel-services {
    margin-bottom: 34px !important;
  }
}


/* =========================================================
   LNL 3D v1.7.0 — SECTION 2: EVERYTHING YOU NEED TO CREATE IN 3D
   ========================================================= */

.lnl-create3d-section {
  padding: 58px 0 44px;
  background: #ffffff;
}

.lnl-create3d-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.lnl-create3d-head {
  margin-bottom: 30px;
}

.lnl-create3d-eyebrow {
  color: var(--lnl-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin-bottom: 14px;
}

.lnl-create3d-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .95fr);
  align-items: start;
  gap: 30px;
}

.lnl-create3d-title {
  margin: 0;
  color: var(--lnl-text);
  font-size: 60px;
  line-height: 1.04;
  letter-spacing: -2px;
  font-weight: 900;
  max-width: 620px;
}

.lnl-create3d-intro {
  margin: 10px 0 0;
  color: #5f6c80;
  font-size: 17px;
  line-height: 1.7;
  max-width: 500px;
}

.lnl-create3d-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lnl-create3d-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(8, 31, 73, .05);
  transition: transform .18s ease, box-shadow .18s ease;
}

.lnl-create3d-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(8, 31, 73, .12);
}

.lnl-create3d-card-visual {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnl-create3d-card.is-printers .lnl-create3d-card-visual {
  background: linear-gradient(135deg, #1e40ff 0%, #0d78ff 100%);
}

.lnl-create3d-card.is-materials .lnl-create3d-card-visual {
  background: linear-gradient(135deg, #0d65ff 0%, #13b7e8 100%);
}

.lnl-create3d-card.is-services .lnl-create3d-card-visual {
  background: linear-gradient(135deg, #3f4fff 0%, #5966ff 100%);
}

.lnl-create3d-card.is-classes .lnl-create3d-card-visual {
  background: linear-gradient(135deg, #1c78ff 0%, #17c2ef 100%);
}

.lnl-create3d-card-visual::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(18deg);
  border-radius: 10px;
}

.lnl-create3d-card-visual::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(18deg);
  border-radius: 10px;
}

.lnl-create3d-badge {
  position: relative;
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.lnl-create3d-watermark {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: rgba(255,255,255,.18);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.lnl-create3d-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 20px 20px;
}

.lnl-create3d-num {
  color: #7e8ba0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

.lnl-create3d-card h3 {
  margin: 0 0 12px;
  color: #16243d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.lnl-create3d-card p {
  margin: 0;
  color: #5f6c80;
  font-size: 15px;
  line-height: 1.7;
}

.lnl-create3d-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--lnl-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.lnl-create3d-link strong {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 6px;
}

@media (max-width: 1199.98px) {
  .lnl-create3d-title {
    font-size: 52px;
  }

  .lnl-create3d-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .lnl-create3d-section {
    padding: 46px 0 36px;
  }

  .lnl-create3d-inner {
    padding: 0 24px;
  }

  .lnl-create3d-head-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lnl-create3d-title {
    font-size: 44px;
    max-width: 100%;
  }

  .lnl-create3d-intro {
    margin-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .lnl-create3d-cards {
    grid-template-columns: 1fr;
  }

  .lnl-create3d-card {
    min-height: 0;
  }

  .lnl-create3d-title {
    font-size: 38px;
    letter-spacing: -1.4px;
  }
}


/* =========================================================
   LNL 3D v1.8.0 — EDUCATION SECTION
   ========================================================= */

.lnl-pixel-education {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1408px;
  margin: 0 auto 64px;
  background: #fff;
  overflow: hidden;
}

.lnl-pixel-education-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lnl-education-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  text-decoration: none;
}

.lnl-education-hotspot:focus-visible {
  outline: 3px solid rgba(18,104,243,.75);
  outline-offset: -3px;
  border-radius: 8px;
}

/* Coordinates are based on the cropped approved Education mockup. */
.hs-edu-explore {
  left: 8.0%;
  top: 30.7%;
  width: 15.8%;
  height: 7.2%;
}

.hs-edu-schedule {
  left: 25.7%;
  top: 30.7%;
  width: 17.0%;
  height: 7.2%;
}

.hs-edu-kids {
  left: 8.0%;
  top: 39.6%;
  width: 20.4%;
  height: 43.0%;
}

.hs-edu-adult {
  left: 29.3%;
  top: 39.6%;
  width: 20.4%;
  height: 43.0%;
}

.hs-edu-camps {
  left: 50.6%;
  top: 39.6%;
  width: 20.4%;
  height: 43.0%;
}

.hs-edu-robotics {
  left: 71.9%;
  top: 39.6%;
  width: 20.0%;
  height: 43.0%;
}

.hs-edu-contact {
  left: 78.5%;
  top: 85.0%;
  width: 13.8%;
  height: 7.4%;
}

@media (max-width: 991.98px) {
  .lnl-pixel-education {
    margin-bottom: 48px;
  }
}

@media (max-width: 575.98px) {
  .lnl-pixel-education {
    margin-bottom: 34px;
  }
}


/* =========================================================
   LNL 3D v1.9.0 — WHY LNL 3D + FINAL CTA
   ========================================================= */

.lnl-pixel-why {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1448px;
  margin: 0 auto 0;
  background: #fff;
  overflow: hidden;
}

.lnl-pixel-why-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lnl-why-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  text-decoration: none;
}

.lnl-why-hotspot:focus-visible {
  outline: 3px solid rgba(18,104,243,.75);
  outline-offset: -3px;
  border-radius: 8px;
}

/* Coordinates based on the approved cropped Why section. */
.hs-why-quote {
  left: 58.0%;
  top: 67.0%;
  width: 13.0%;
  height: 21.5%;
}

.hs-why-contact {
  left: 72.0%;
  top: 67.0%;
  width: 13.0%;
  height: 21.5%;
}


/* =========================================================
   LNL 3D v2.0.0 — CONSISTENT SECTION STYLE + WHY SECTION
   ========================================================= */

/* Make section styling more visually consistent:
   remove extra wrapper borders / shadows and let sections
   flow cleanly one into the next. */
.lnl-pixel-home,
.lnl-create3d-section,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-pixel-why {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: #ffffff;
}

/* Keep a clean, consistent full-width flow. */
.lnl-pixel-home,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-pixel-why {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lnl-create3d-section {
  padding-top: 56px;
  padding-bottom: 44px;
}

.lnl-pixel-services {
  margin-top: 0 !important;
  margin-bottom: 44px !important;
}

.lnl-pixel-education {
  margin-top: 0 !important;
  margin-bottom: 44px !important;
}

.lnl-pixel-why {
  position: relative;
  display: block;
  clear: both;
  max-width: 1448px;
  margin: 0 auto 0 !important;
  overflow: hidden;
}

.lnl-pixel-why-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lnl-why-hotspot {
  position: absolute;
  display: block;
  z-index: 5;
  background: transparent;
  text-decoration: none;
}

.lnl-why-hotspot:focus-visible {
  outline: 3px solid rgba(18,104,243,.75);
  outline-offset: -3px;
  border-radius: 8px;
}

/* Hotspots based on the approved Why / CTA crop */
.hs-why-quote {
  left: 57.2%;
  top: 72.2%;
  width: 15.3%;
  height: 17.5%;
}

.hs-why-contact {
  left: 74.3%;
  top: 72.2%;
  width: 13.2%;
  height: 17.5%;
}

@media (max-width: 991.98px) {
  .lnl-create3d-section {
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .lnl-pixel-services,
  .lnl-pixel-education {
    margin-bottom: 34px !important;
  }
}

@media (max-width: 575.98px) {
  .lnl-create3d-section {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  .lnl-pixel-services,
  .lnl-pixel-education {
    margin-bottom: 24px !important;
  }
}


/* =========================================================
   LNL 3D v2.0.1 — FORCE WHY SECTION + REMOVE OUTER BORDERS
   ========================================================= */

/* Remove visible outer section boxes so the page flows more consistently */
.lnl-create3d-section,
.lnl-create3d-inner,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-pixel-why {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-image: none;
}

/* If any theme wrapper injects borders, strip them too */
.lnl-create3d-section::before,
.lnl-create3d-section::after,
.lnl-pixel-services::before,
.lnl-pixel-services::after,
.lnl-pixel-education::before,
.lnl-pixel-education::after,
.lnl-pixel-why::before,
.lnl-pixel-why::after {
  border: 0 !important;
  box-shadow: none !important;
}

.lnl-pixel-why {
  width: 100%;
  max-width: 1448px;
  margin: 0 auto 48px !important;
  padding: 0 !important;
  overflow: hidden;
}

.lnl-pixel-why-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .lnl-pixel-why {
    margin-bottom: 36px !important;
  }
}

@media (max-width: 575.98px) {
  .lnl-pixel-why {
    margin-bottom: 24px !important;
  }
}


/* =========================================================
   LNL 3D v2.0.2 — HTML FLOW + IMAGE EDGE CLEANUP
   ========================================================= */

/* Section wrappers themselves should never draw outer boxes. */
.lnl-pixel-home,
.lnl-create3d-section,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-pixel-why {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Keep section transitions consistent. */
.lnl-create3d-section,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-pixel-why {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lnl-pixel-services {
  margin-bottom: 40px !important;
}

.lnl-pixel-education {
  margin-bottom: 40px !important;
}

.lnl-pixel-why {
  margin-bottom: 40px !important;
}


/* =========================================================
   LNL 3D v2.1.0 — WHY SECTION REBUILT AS PURE HTML/CSS
   ========================================================= */

/* Hide any stale image-based Why section if a cached copy somehow survives. */
.lnl-pixel-why {
  display: none !important;
}

/* Remove outer section borders/shadows for a consistent page flow. */
.lnl-pixel-home,
.lnl-create3d-section,
.lnl-pixel-services,
.lnl-pixel-education,
.lnl-why-html {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.lnl-why-html {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 26px 0 42px;
  clear: both;
  overflow: visible;
}

.lnl-why-html-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

.lnl-why-html-head {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  align-items: stretch;
}

.lnl-why-kicker {
  color: #0f5eea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
}

.lnl-why-html h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.02;
  color: #0b1730;
  font-weight: 850;
  letter-spacing: -1px;
}

.lnl-why-html-head > div:first-child > p {
  margin: 0;
  color: #647086;
  font-size: 13px;
  line-height: 1.55;
}

.lnl-why-reasons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid #e8edf4;
}

.lnl-why-reason {
  padding: 8px 18px 10px;
  text-align: center;
  border-right: 1px solid #e8edf4;
}

.lnl-why-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0f5eea;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.lnl-why-reason h3 {
  margin: 0 0 7px;
  color: #15223a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.lnl-why-reason p {
  margin: 0;
  color: #667287;
  font-size: 12px;
  line-height: 1.45;
}

.lnl-why-cta {
  margin-top: 18px;
  min-height: 76px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 18px;
  border-radius: 14px;
  background: #f4f8ff;
}

.lnl-why-cta-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0f5eea;
  font-size: 25px;
}

.lnl-why-cta-copy h3 {
  margin: 0 0 2px;
  color: #13213a;
  font-size: 18px;
  font-weight: 800;
}

.lnl-why-cta-copy p {
  margin: 0;
  color: #667287;
  font-size: 13px;
}

.lnl-why-cta-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.lnl-why-btn {
  min-width: 165px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
  text-decoration: none;
}

.lnl-why-btn-primary {
  color: #ffffff !important;
  background: #0f5eea;
  border: 1px solid #0f5eea;
}

.lnl-why-btn-secondary {
  color: #0f5eea !important;
  background: #ffffff;
  border: 1px solid #0f5eea;
}

@media (max-width: 1050px) {
  .lnl-why-html-head {
    grid-template-columns: 1fr;
  }

  .lnl-why-reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    gap: 10px;
  }

  .lnl-why-reason {
    border: 1px solid #e8edf4;
    border-radius: 12px;
  }

  .lnl-why-cta {
    grid-template-columns: 50px 1fr;
  }

  .lnl-why-cta-actions {
    grid-column: 1 / -1;
    padding-left: 66px;
  }
}

@media (max-width: 620px) {
  .lnl-why-html-inner {
    padding: 0 18px;
  }

  .lnl-why-reasons {
    grid-template-columns: 1fr;
  }

  .lnl-why-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lnl-why-cta-mark {
    margin: 0 auto;
  }

  .lnl-why-cta-actions {
    grid-column: auto;
    padding-left: 0;
    flex-direction: column;
  }

  .lnl-why-btn {
    width: 100%;
  }
}


/* =========================================================
   LNL 3D v2.1.1 — WHY SECTION FULL HEIGHT + HERO BORDER CLEANUP
   ========================================================= */

/* Make sure the bottom section participates in normal document flow. */
main,
#common-home,
.lnl-why-html {
  overflow: visible !important;
}

.lnl-why-html {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-height: 285px !important;
  height: auto !important;
  margin: 0 0 42px 0 !important;
  padding: 28px 0 32px !important;
  z-index: 2;
  background: #fff !important;
}

.lnl-why-html-inner,
.lnl-why-html-head,
.lnl-why-reasons,
.lnl-why-cta {
  position: relative !important;
  float: none !important;
  height: auto !important;
}

.lnl-why-html::after {
  content: "";
  display: block;
  clear: both;
}

/* Footer must remain AFTER the Why section, never on top of it. */
footer {
  position: static !important;
  float: none !important;
  clear: both !important;
  z-index: 1 !important;
  margin-top: 0 !important;
}

@media (max-width: 1050px) {
  .lnl-why-html {
    min-height: 420px !important;
  }
}

@media (max-width: 620px) {
  .lnl-why-html {
    min-height: 760px !important;
  }
}

/* Remove any outer visual frame around the main hero section itself. */
.lnl-pixel-home,
.lnl-pixel-home-image {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}


/* =========================================================
   LNL 3D v2.1.3 — INTACT HERO / NO CROP
   ========================================================= */

/*
  Important: the hero is restored to its original full height.
  No rows are removed, so the notebook and every printed part stay continuous.
  Only the pale divider pixels in the artwork were cleaned.
*/

.lnl-pixel-home,
.lnl-pixel-home-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Remove extra whitespace between the hero and Section 2. */
.lnl-create3d-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.lnl-create3d-head {
  padding-top: 18px !important;
}

@media (max-width: 991.98px) {
  .lnl-create3d-head {
    padding-top: 14px !important;
  }
}

@media (max-width: 575.98px) {
  .lnl-create3d-head {
    padding-top: 10px !important;
  }
}


/* =========================================================
   LNL 3D v2.1.5 — SAFE HERO SEAM CLEANUP
   ========================================================= */

/* Full original hero is preserved. No crop/splice is used. */
.lnl-pixel-home,
.lnl-pixel-home-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Keep the transition into Section 2 tight and continuous. */
.lnl-create3d-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.lnl-create3d-head {
  padding-top: 18px !important;
}


/* =========================================================
   LNL 3D v2.1.6 — FULL-WIDTH HERO + RIGHT EDGE SOFTEN
   ========================================================= */

/* Make the homepage mockup span the full viewport width so the
   right side no longer looks cut off inside the page container. */
.lnl-pixel-home {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Keep the mockup image fully fluid and remove any residual edge rule. */
.lnl-pixel-home-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Soften the far-right edge to hide the remaining hard cut/seam.
   The fade is narrow so it doesn't visibly damage the books/notebook area. */
.lnl-pixel-home::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 32%,
    rgba(255,255,255,0.55) 68%,
    rgba(255,255,255,0.92) 88%,
    #ffffff 100%);
  z-index: 3;
}

/* Avoid a visible inner right divider created by the following white section. */
.lnl-create3d-section {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .lnl-pixel-home::after {
    width: 34px;
  }
}


/* =========================================================
   LNL 3D v2.1.7 — SHARP RIGHT EDGE / NO FADE
   ========================================================= */

/* Keep the full-width hero from v2.1.6. */
.lnl-pixel-home {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

/* Remove the right-side feather/fade completely. */
.lnl-pixel-home::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Keep the image crisp right up to the viewport edge. */
.lnl-pixel-home-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}


/* =========================================================
   LNL 3D v2.2.0 — 3D PRINTERS LANDING PAGE
   ========================================================= */

.lnl-printers-page {
  background: #fff;
  color: #111c31;
}

.lnl-page-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.lnl-page-kicker {
  color: #1268f3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  margin-bottom: 12px;
}

.lnl-printers-hero {
  background:
    radial-gradient(circle at 82% 42%, rgba(31,107,246,.09), rgba(255,255,255,0) 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow: hidden;
}

.lnl-printers-hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 20px;
}

.lnl-printers-hero-copy h1 {
  margin: 0;
  font-size: clamp(44px, 4.3vw, 68px);
  line-height: .98;
  letter-spacing: -2.2px;
  font-weight: 850;
  color: #101b30;
}

.lnl-printers-hero-copy h1 span {
  color: #1268f3;
}

.lnl-printers-hero-copy > p {
  max-width: 610px;
  margin: 24px 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: #5c6678;
}

.lnl-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lnl-btn-primary,
.lnl-btn-outline {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
  text-decoration: none !important;
  transition: .2s ease;
}

.lnl-btn-primary {
  background: #1268f3;
  color: #fff !important;
  border: 1px solid #1268f3;
}

.lnl-btn-outline {
  background: #fff;
  color: #1268f3 !important;
  border: 1px solid #1268f3;
}

.lnl-btn-primary:hover,
.lnl-btn-outline:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(18,104,243,.14);
}

.lnl-printer-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
  color: #4c586c;
  font-size: 13px;
  font-weight: 700;
}

.lnl-printer-hero-points i {
  margin-right: 7px;
  color: #1268f3;
}

.lnl-printers-hero-media {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnl-printer-blueprint {
  position: absolute;
  inset: 8% 0 0 8%;
  opacity: .55;
  background-image:
    linear-gradient(rgba(18,104,243,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18,104,243,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
}

.lnl-printers-vulcan {
  position: relative;
  z-index: 1;
  width: min(94%, 650px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(25,44,76,.13));
}

.lnl-featured-printer,
.lnl-printer-applications,
.lnl-printer-support,
.lnl-printer-why {
  padding: 72px 0;
}

.lnl-featured-printer,
.lnl-printer-support {
  background: #fbfcfe;
}

.lnl-section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}

.lnl-section-heading h2,
.lnl-center-heading h2 {
  margin: 0;
  color: #111c31;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -1.2px;
}

.lnl-section-heading > p,
.lnl-center-heading > p {
  margin: 0;
  color: #657083;
  font-size: 15px;
  line-height: 1.65;
}

.lnl-vulcan-card {
  border: 1px solid #e8edf4;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 55%;
  box-shadow: 0 16px 48px rgba(26,47,86,.06);
}

.lnl-vulcan-image-wrap {
  min-height: 500px;
  background:
    radial-gradient(circle at 50% 50%, rgba(18,104,243,.12), transparent 58%),
    #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnl-vulcan-image-wrap img {
  width: 88%;
  max-height: 460px;
  object-fit: contain;
}

.lnl-vulcan-info {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lnl-vulcan-badge {
  width: fit-content;
  background: #eef5ff;
  color: #1268f3;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1px;
}

.lnl-vulcan-info h3 {
  margin: 18px 0 12px;
  font-size: 32px;
  line-height: 1.1;
  color: #111c31;
  font-weight: 850;
}

.lnl-vulcan-info > p {
  margin: 0 0 26px;
  color: #657083;
  line-height: 1.65;
}

.lnl-vulcan-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.lnl-vulcan-feature-grid > div {
  position: relative;
  min-height: 108px;
  padding: 16px 16px 16px 48px;
  border: 1px solid #edf1f6;
  border-radius: 12px;
  background: #fff;
}

.lnl-vulcan-feature-grid i {
  position: absolute;
  left: 16px;
  top: 18px;
  color: #1268f3;
  font-size: 19px;
}

.lnl-vulcan-feature-grid strong,
.lnl-why-printer-grid strong {
  display: block;
  color: #172239;
  font-size: 14px;
  margin-bottom: 4px;
}

.lnl-vulcan-feature-grid span,
.lnl-why-printer-grid span {
  display: block;
  color: #687386;
  font-size: 12px;
  line-height: 1.45;
}

.lnl-center-heading {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 36px;
}

.lnl-center-heading .lnl-page-kicker {
  margin-bottom: 10px;
}

.lnl-center-heading > p {
  margin-top: 12px;
}

.lnl-app-grid,
.lnl-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lnl-app-grid article,
.lnl-support-grid article {
  min-height: 235px;
  border: 1px solid #e7ecf4;
  border-radius: 16px;
  padding: 26px;
  background: #fff;
}

.lnl-app-icon,
.lnl-support-grid article > i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: #1268f3;
  font-size: 23px;
  margin-bottom: 26px;
}

.lnl-app-grid h3,
.lnl-support-grid h3 {
  margin: 0 0 10px;
  color: #172239;
  font-size: 19px;
  font-weight: 800;
}

.lnl-app-grid p,
.lnl-support-grid p {
  margin: 0;
  color: #687386;
  font-size: 13px;
  line-height: 1.6;
}

.lnl-printer-why {
  padding-top: 56px;
  padding-bottom: 56px;
}

.lnl-why-printer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
}

.lnl-why-printer-grid > div {
  position: relative;
  padding: 24px 22px 24px 66px;
  border-right: 1px solid #edf1f6;
}

.lnl-why-printer-grid > div:last-child {
  border-right: 0;
}

.lnl-why-printer-grid i {
  position: absolute;
  left: 22px;
  top: 27px;
  color: #1268f3;
  font-size: 25px;
}

.lnl-printer-final-cta {
  padding: 0 0 64px;
}

.lnl-printer-cta-inner {
  min-height: 118px;
  border-radius: 16px;
  background: #f1f6ff;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.lnl-printer-cta-inner > div:first-child {
  display: flex;
  gap: 18px;
  align-items: center;
}

.lnl-cta-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbe9ff;
  color: #1268f3;
  font-size: 24px;
}

.lnl-printer-cta-inner h2 {
  margin: 0 0 4px;
  color: #152038;
  font-size: 21px;
  font-weight: 850;
}

.lnl-printer-cta-inner p {
  margin: 0;
  color: #687386;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .lnl-page-shell {
    width: min(100% - 32px, 900px);
  }

  .lnl-printers-hero-grid,
  .lnl-vulcan-card {
    grid-template-columns: 1fr;
  }

  .lnl-printers-hero-grid {
    padding-top: 50px;
  }

  .lnl-printers-hero-media {
    min-height: 390px;
  }

  .lnl-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lnl-app-grid,
  .lnl-support-grid,
  .lnl-why-printer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lnl-why-printer-grid > div {
    border-bottom: 1px solid #edf1f6;
  }

  .lnl-vulcan-info {
    padding: 34px;
  }
}

@media (max-width: 620px) {
  .lnl-page-shell {
    width: calc(100% - 24px);
  }

  .lnl-printers-hero-copy h1 {
    font-size: 42px;
  }

  .lnl-printer-hero-points {
    display: grid;
    gap: 10px;
  }

  .lnl-printers-hero-media {
    min-height: 300px;
  }

  .lnl-featured-printer,
  .lnl-printer-applications,
  .lnl-printer-support,
  .lnl-printer-why {
    padding: 48px 0;
  }

  .lnl-vulcan-image-wrap {
    min-height: 340px;
  }

  .lnl-vulcan-info {
    padding: 24px;
  }

  .lnl-vulcan-feature-grid,
  .lnl-app-grid,
  .lnl-support-grid,
  .lnl-why-printer-grid {
    grid-template-columns: 1fr;
  }

  .lnl-printer-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .lnl-printer-cta-inner .lnl-page-actions {
    width: 100%;
  }

  .lnl-printer-cta-inner .lnl-btn-primary,
  .lnl-printer-cta-inner .lnl-btn-outline {
    width: 100%;
  }
}

/* =========================================================
   LNL 3D v2.3.0 — GLOBAL MEGA MENU / STICKY HEADER
   ========================================================= */

.lnl-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow .2s ease, background .2s ease;
}

.lnl-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(5, 25, 60, .12);
}

.lnl-header-row {
  position: relative;
  transition: min-height .2s ease;
}

.lnl-header.is-scrolled .lnl-header-row {
  min-height: 72px;
}

.lnl-header.is-scrolled .lnl-brand img {
  max-height: 50px;
}

.lnl-header.is-scrolled .lnl-nav-link,
.lnl-header.is-scrolled .lnl-nav-row {
  height: 72px;
}

.lnl-menu-slot,
.lnl-nav,
.lnl-nav-item {
  position: static;
}

.lnl-nav-row {
  height: 92px;
  display: flex;
  align-items: center;
  transition: height .2s ease;
}

.lnl-nav-link {
  height: 100%;
  padding-right: 4px;
}

.lnl-nav-toggle {
  width: 24px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lnl-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}

.lnl-nav-item:hover .lnl-nav-link,
.lnl-nav-item:focus-within .lnl-nav-link,
.lnl-nav-item:hover .lnl-nav-toggle,
.lnl-nav-item:focus-within .lnl-nav-toggle {
  color: var(--lnl-blue);
}

/* Retire the old compact dropdown in favor of the full mega panel. */
.lnl-dropdown {
  display: none !important;
}

.lnl-mega-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100vw - 32px));
  padding: 0;
  background: #fff;
  border: 1px solid #dde4ee;
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8, 31, 73, .16);
  overflow: hidden;
  z-index: 1200;
}

.lnl-nav-item:hover > .lnl-mega-menu,
.lnl-nav-item:focus-within > .lnl-mega-menu {
  display: block;
}

.lnl-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(205px, .9fr);
  min-height: 350px;
}

.lnl-mega-column,
.lnl-mega-cta {
  padding: 28px 26px 22px;
}

.lnl-mega-column {
  border-right: 1px solid #e6eaf0;
  display: flex;
  flex-direction: column;
}

.lnl-mega-title {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #101827;
  font-size: 13px;
  letter-spacing: .1px;
}

.lnl-mega-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #162b52;
  font-size: 17px;
}

.lnl-mega-links {
  margin-top: 13px;
  display: grid;
  gap: 3px;
}

.lnl-mega-links a {
  display: block;
  padding: 6px 0;
  color: #202939;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
}

.lnl-mega-links a:hover {
  color: var(--lnl-blue);
}

.lnl-mega-view {
  margin-top: auto;
  padding-top: 18px;
  color: #39465a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
}

.lnl-mega-view:hover {
  color: var(--lnl-blue);
}

.lnl-mega-view span {
  margin-left: 4px;
}

.lnl-mega-cta {
  background: linear-gradient(180deg, #fbfcff 0%, #f7f9fd 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

.lnl-mega-cta-kicker {
  color: #101827;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.3px;
}

.lnl-mega-cta p {
  margin: 20px 0 7px;
  color: #4a5568;
  font-size: 12px;
}

.lnl-mega-cta > div > strong {
  color: #1d2737;
  font-size: 13px;
}

.lnl-mega-quote {
  margin-top: 22px;
  width: 100%;
}

.lnl-mega-help {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #dfe5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #263248;
  font-size: 12px;
  text-align: left;
}

.lnl-mega-help i {
  font-size: 24px;
}

/* Homepage v2.3: the embedded fake header was cropped from the artwork. */
.lnl-pixel-home {
  margin-top: 0 !important;
}

/* Coordinates now use the cropped 1448 x 922 hero artwork. */
.hs-hero-quote {
  left: 5.6%;
  top: 42.7%;
  width: 13.1%;
  height: 6.7%;
}

.hs-hero-classes {
  left: 19.7%;
  top: 42.7%;
  width: 18.5%;
  height: 6.7%;
}

/* Product photography: preserve source pixels and never stretch the Vulcan. */
.lnl-printers-vulcan {
  width: auto !important;
  max-width: min(94%, 650px) !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  image-rendering: auto;
}

.lnl-vulcan-image-wrap img {
  width: auto !important;
  max-width: 88% !important;
  height: auto !important;
  max-height: 440px !important;
  object-fit: contain !important;
  image-rendering: auto;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .lnl-mega-menu {
    width: calc(100vw - 24px);
  }

  .lnl-mega-column,
  .lnl-mega-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lnl-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) 190px;
  }
}

@media (max-width: 991.98px) {
  .lnl-header {
    position: sticky;
    top: 0;
  }

  .lnl-header.is-scrolled .lnl-header-row {
    min-height: 66px;
  }

  .lnl-header.is-scrolled .lnl-brand img {
    max-height: 46px;
  }

  .lnl-mobile-panel .lnl-nav-item {
    border-bottom: 1px solid var(--lnl-line);
  }

  .lnl-mobile-panel .lnl-nav-row {
    height: 52px;
    width: 100%;
  }

  .lnl-mobile-panel .lnl-nav-link {
    flex: 1 1 auto;
    height: 52px;
    border-bottom: 0;
    padding: 0;
    font-size: 13px;
  }

  .lnl-mobile-panel .lnl-nav-toggle {
    width: 46px;
    height: 52px;
    font-size: 11px;
  }

  .lnl-mobile-panel .lnl-nav-item.is-open .lnl-nav-toggle i {
    transform: rotate(180deg);
  }

  .lnl-mobile-panel .lnl-mega-menu,
  .lnl-mobile-panel .lnl-nav-item:hover > .lnl-mega-menu,
  .lnl-mobile-panel .lnl-nav-item:focus-within > .lnl-mega-menu {
    display: none;
    position: static;
    width: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fafbfe;
  }

  .lnl-mobile-panel .lnl-nav-item.is-open > .lnl-mega-menu {
    display: block;
  }

  .lnl-mobile-panel .lnl-mega-grid {
    display: block;
    min-height: 0;
  }

  .lnl-mobile-panel .lnl-mega-column,
  .lnl-mobile-panel .lnl-mega-cta {
    display: none;
  }

  .lnl-mobile-panel .lnl-nav-item.is-printers .lnl-mega-column:nth-child(1),
  .lnl-mobile-panel .lnl-nav-item.is-materials .lnl-mega-column:nth-child(2),
  .lnl-mobile-panel .lnl-nav-item.is-services .lnl-mega-column:nth-child(3),
  .lnl-mobile-panel .lnl-nav-item.is-classes .lnl-mega-column:nth-child(4) {
    display: block;
    padding: 9px 0 12px 18px;
    border: 0;
  }

  .lnl-mobile-panel .lnl-mega-title {
    display: none;
  }

  .lnl-mobile-panel .lnl-mega-links {
    margin: 0;
    gap: 0;
  }

  .lnl-mobile-panel .lnl-mega-links a,
  .lnl-mobile-panel .lnl-mega-view {
    padding: 8px 0;
    margin: 0;
    font-size: 13px;
  }
}

/* =========================================================
   LNL 3D v2.3.3 — mega-menu visual polish + printer photo fidelity
   ========================================================= */
.lnl-mega-grid {
  min-height: 405px;
}

.lnl-mega-column {
  padding-bottom: 18px;
}

.lnl-mega-thumb {
  margin-top: auto;
  padding-top: 14px;
}

.lnl-mega-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: transparent;
}


.lnl-mega-view {
  margin-top: 10px;
  padding-top: 0;
}

.lnl-printers-hero-media {
  min-height: 530px;
  padding: 26px 0;
}

.lnl-printers-vulcan {
  display: block;
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(19, 41, 79, .10);
  filter: none !important;
}

.lnl-vulcan-image-wrap {
  padding: 28px;
}

.lnl-vulcan-image-wrap img {
  display: block;
  width: min(100%, 470px) !important;
  max-width: 470px !important;
  height: auto !important;
  max-height: none !important;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(19, 41, 79, .08);
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .lnl-mega-grid { min-height: 385px; }
  .lnl-mega-thumb img { aspect-ratio: 3 / 1; }
}

@media (max-width: 991.98px) {
  .lnl-mobile-panel .lnl-mega-thumb { display: none; }
  .lnl-printers-hero-media { min-height: 0; padding: 14px 0 30px; }
  .lnl-printers-vulcan { width: min(100%, 500px) !important; }
}

/* =========================================================
   LNL 3D v2.3.4 — responsive mega menu + Materials & Parts
   ========================================================= */
@media (min-width: 992px) {
  .lnl-mega-menu {
    width: min(1080px, calc(100vw - 28px));
  }
  .lnl-mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(170px, .78fr);
    min-height: 365px;
  }
  .lnl-mega-column,
  .lnl-mega-cta {
    padding: 22px 18px 16px;
  }
  .lnl-mega-title { font-size: 12px; }
  .lnl-mega-links { margin-top: 9px; }
  .lnl-mega-links a { padding: 4px 0; font-size: 12px; }
  .lnl-mega-thumb { padding-top: 10px; }
  .lnl-mega-view { margin-top: 8px; font-size: 11px; }
  .lnl-mega-cta-kicker { font-size: 17px; }
  .lnl-mega-cta p { margin-top: 15px; }
  .lnl-mega-quote { margin-top: 17px; }
  .lnl-mega-help { margin-top: 20px; padding-top: 16px; }
}

.lnl-materials-page { background: #fff; color: var(--lnl-text); }
.lnl-materials-hero {
  background: radial-gradient(circle at 82% 26%, rgba(22,104,243,.10), transparent 30%), linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  border-bottom: 1px solid var(--lnl-line);
  overflow: hidden;
}
.lnl-materials-hero-grid {
  min-height: 570px;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 48px;
  align-items: center;
  padding: 58px 0;
}
.lnl-materials-hero-copy h1 {
  margin: 10px 0 20px;
  color: var(--lnl-navy);
  font-size: clamp(48px,4.6vw,68px);
  line-height: 1.02;
  letter-spacing: -2px;
  font-weight: 850;
}
.lnl-materials-hero-copy h1 span { color: var(--lnl-blue); }
.lnl-materials-hero-copy > p { max-width: 630px; color:#5d6b80; font-size:18px; line-height:1.65; }
.lnl-material-hero-points { margin-top:30px; display:flex; flex-wrap:wrap; gap:18px 25px; color:#324159; font-size:13px; font-weight:700; }
.lnl-material-hero-points i { color:var(--lnl-blue); margin-right:7px; }
.lnl-materials-hero-media { display:flex; align-items:center; justify-content:center; }
.lnl-materials-art-card { width:min(100%,620px); background:#fff; border:1px solid #e1e8f2; border-radius:18px; box-shadow:0 24px 60px rgba(7,31,73,.12); overflow:hidden; }
.lnl-materials-art-card img { display:block; width:100%; height:auto; aspect-ratio:2.1/1; object-fit:cover; }
.lnl-materials-art-label { padding:20px 24px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.lnl-materials-art-label strong { color:var(--lnl-navy); font-size:18px; }
.lnl-materials-art-label span { color:#6c7890; font-size:13px; }
.lnl-materials-section, .lnl-parts-section { padding:78px 0; }
.lnl-material-guide { padding:78px 0; background:#f7f9fc; border-top:1px solid #e5eaf1; border-bottom:1px solid #e5eaf1; }
.lnl-material-card-grid { margin-top:38px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.lnl-material-card-grid article, .lnl-material-use-grid article, .lnl-parts-grid article { background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:24px; box-shadow:0 8px 22px rgba(12,40,80,.04); }
.lnl-material-card-grid article:last-child { grid-column:span 2; }
.lnl-material-icon, .lnl-material-use-grid i, .lnl-parts-grid i { width:44px; height:44px; border-radius:11px; display:flex; align-items:center; justify-content:center; background:#eef5ff; color:var(--lnl-blue); font-size:20px; }
.lnl-material-card-grid h3, .lnl-material-use-grid h3, .lnl-parts-grid h3 { margin:17px 0 9px; color:var(--lnl-navy); font-size:19px; }
.lnl-material-card-grid p, .lnl-material-use-grid p, .lnl-parts-grid p { margin:0; color:#68758a; line-height:1.6; font-size:14px; }
.lnl-material-card-grid article > span { display:block; margin-top:15px; color:#315b9a; font-size:12px; font-weight:800; }
.lnl-material-use-grid, .lnl-parts-grid { margin-top:36px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.lnl-accessories-section { padding:68px 0; background:linear-gradient(135deg,#071f49 0%,#0d3472 100%); color:#fff; }
.lnl-accessories-inner { display:grid; grid-template-columns:42% 58%; gap:54px; align-items:center; }
.lnl-accessories-section .lnl-page-kicker { color:#8fc0ff; }
.lnl-accessories-section h2 { margin:8px 0 12px; color:#fff; font-size:38px; }
.lnl-accessories-section p { margin:0; color:#d7e5fa; line-height:1.6; }
.lnl-accessory-tags { display:flex; flex-wrap:wrap; gap:12px; }
.lnl-accessory-tags span { padding:12px 16px; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.08); border-radius:999px; font-size:13px; font-weight:700; }
.lnl-material-final-cta { padding:54px 0; background:#fff; border-top:1px solid #e4e9f0; }

@media (max-width: 1199.98px) and (min-width: 992px) {
  .lnl-mega-menu { width: calc(100vw - 20px); }
  .lnl-mega-column, .lnl-mega-cta { padding-left:14px; padding-right:14px; }
  .lnl-mega-grid { grid-template-columns:repeat(4,minmax(0,1fr)) 160px; }
  .lnl-mega-title { font-size:11px; }
  .lnl-mega-icon { width:22px; font-size:14px; }
  .lnl-materials-hero-grid { gap:30px; }
}
@media (max-width: 991.98px) {
  .lnl-materials-hero-grid { grid-template-columns:1fr; min-height:0; padding:48px 0 40px; gap:34px; }
  .lnl-materials-hero-copy h1 { font-size:clamp(44px,8vw,62px); }
  .lnl-material-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lnl-material-card-grid article:last-child { grid-column:auto; }
  .lnl-material-use-grid, .lnl-parts-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lnl-accessories-inner { grid-template-columns:1fr; gap:28px; }
}
@media (max-width: 575.98px) {
  .lnl-materials-hero-grid { padding-top:34px; }
  .lnl-materials-hero-copy h1 { font-size:43px; letter-spacing:-1.4px; }
  .lnl-materials-hero-copy > p { font-size:16px; }
  .lnl-material-hero-points { display:grid; gap:12px; }
  .lnl-materials-art-label { display:block; }
  .lnl-materials-art-label span { display:block; margin-top:5px; }
  .lnl-materials-section, .lnl-material-guide, .lnl-parts-section { padding:56px 0; }
  .lnl-material-card-grid, .lnl-material-use-grid, .lnl-parts-grid { grid-template-columns:1fr; }
  .lnl-accessories-section h2 { font-size:32px; }
}

/* =========================================================
   LNL 3D v2.3.5 — 3D Services landing page
   ========================================================= */
.lnl-services-page { background:#fff; color:#101828; }
.lnl-services-hero { background:linear-gradient(135deg,#f7faff 0%,#fff 60%); border-bottom:1px solid #edf1f7; }
.lnl-services-hero-grid { min-height:600px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:58px; padding-top:64px; padding-bottom:64px; }
.lnl-services-hero-copy h1 { margin:14px 0 20px; font-size:clamp(42px,5vw,68px); line-height:1.02; letter-spacing:-2.2px; font-weight:800; color:#0b1220; }
.lnl-services-hero-copy h1 span { color:#1155cc; }
.lnl-services-hero-copy > p { max-width:650px; font-size:18px; line-height:1.7; color:#526074; }
.lnl-services-hero-points { display:flex; flex-wrap:wrap; gap:18px; margin-top:28px; color:#334155; font-size:14px; font-weight:700; }
.lnl-services-hero-points span { display:flex; align-items:center; gap:8px; }
.lnl-services-hero-points i { color:#1458d5; }
.lnl-services-hero-media { display:flex; justify-content:center; align-items:center; min-height:390px; }
.lnl-services-hero-media img { width:100%; max-width:660px; height:auto; object-fit:contain; mix-blend-mode:multiply; }

.lnl-services-overview { padding:88px 0; }
.lnl-service-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:42px; }
.lnl-service-card { display:flex; flex-direction:column; background:#fff; border:1px solid #e5eaf2; border-radius:18px; padding:28px 24px 24px; box-shadow:0 8px 28px rgba(17,24,39,.045); transition:.22s ease; }
.lnl-service-card:hover { transform:translateY(-4px); box-shadow:0 16px 38px rgba(17,24,39,.08); border-color:#d4ddec; }
.lnl-service-card-icon { width:50px; height:50px; border-radius:14px; display:grid; place-items:center; background:#eaf2ff; color:#1258d8; font-size:20px; margin-bottom:20px; }
.lnl-service-card h3 { margin:0 0 12px; font-size:21px; line-height:1.25; }
.lnl-service-card p { color:#667085; line-height:1.65; margin:0 0 16px; }
.lnl-service-card ul { list-style:none; padding:0; margin:0 0 22px; }
.lnl-service-card li { position:relative; padding:6px 0 6px 20px; color:#475467; font-size:14px; }
.lnl-service-card li:before { content:'✓'; position:absolute; left:0; color:#1458d5; font-weight:800; }
.lnl-service-card > a { margin-top:auto; padding-top:10px; font-size:12px; font-weight:800; letter-spacing:.4px; color:#1458d5; text-decoration:none; }

.lnl-services-why { background:#f7f9fc; padding:82px 0; }
.lnl-services-why-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; margin-top:42px; }
.lnl-services-why-grid article { text-align:center; background:#fff; padding:30px 22px; border:1px solid #e9edf4; border-radius:16px; }
.lnl-services-why-grid i { font-size:26px; color:#1458d5; margin-bottom:16px; }
.lnl-services-why-grid h3 { margin:0 0 8px; font-size:17px; }
.lnl-services-why-grid p { margin:0; color:#667085; line-height:1.6; font-size:14px; }

.lnl-services-applications { padding:82px 0; }
.lnl-app-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:34px; }
.lnl-app-grid article { display:flex; align-items:center; gap:12px; padding:18px 20px; border:1px solid #e6ebf2; border-radius:13px; background:#fff; font-weight:700; color:#344054; }
.lnl-app-grid i { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; color:#1458d5; background:#edf4ff; }

.lnl-services-process { background:linear-gradient(180deg,#fbfcfe 0%,#f6f9fd 100%); padding:84px 0; border-top:1px solid #eef2f7; border-bottom:1px solid #eef2f7; }
.lnl-process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; margin-top:40px; }
.lnl-process-grid article { position:relative; background:#fff; border:1px solid #e5eaf2; border-radius:16px; padding:26px 22px; }
.lnl-process-num { font-size:30px; line-height:1; font-weight:900; color:#d8e6ff; margin-bottom:22px; }
.lnl-process-grid h3 { margin:0 0 9px; font-size:17px; }
.lnl-process-grid p { margin:0; color:#667085; line-height:1.6; font-size:14px; }

.lnl-services-final-cta { padding:58px 0 72px; background:#fff; }

@media (max-width: 1100px) {
  .lnl-service-card-grid, .lnl-services-why-grid, .lnl-process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lnl-app-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .lnl-services-hero-grid { grid-template-columns:1fr; min-height:auto; gap:24px; padding-top:48px; padding-bottom:48px; }
  .lnl-services-hero-copy h1 { font-size:clamp(38px,10vw,54px); }
  .lnl-services-hero-media { min-height:auto; }
  .lnl-services-hero-media img { max-width:560px; }
}
@media (max-width: 620px) {
  .lnl-service-card-grid, .lnl-services-why-grid, .lnl-process-grid, .lnl-app-grid { grid-template-columns:1fr; }
  .lnl-services-overview, .lnl-services-why, .lnl-services-applications, .lnl-services-process { padding:62px 0; }
  .lnl-services-hero-points { gap:12px 16px; }
}

/* =========================================================
   LNL 3D v2.6.2 — Waitlist form + header stability
   ========================================================= */
.lnl-waitlist-page {
  position: relative;
  z-index: 2;
  padding: 42px 20px 54px;
  background: #f8fbff;
  overflow: visible;
  height: auto !important;
  min-height: 0 !important;
}
.lnl-waitlist-wrap { max-width: 900px; margin: 0 auto; }
.lnl-waitlist-head { text-align: center; margin-bottom: 26px; }
.lnl-waitlist-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .14em; color: #1557d5; }
.lnl-waitlist-head h1 { font-size: 38px; margin: 8px 0; }
.lnl-waitlist-head p { color: #667085; margin: 0; }
.lnl-waitlist-session,
.lnl-waitlist-form { background: #fff; border: 1px solid #e5eaf1; border-radius: 16px; }
.lnl-waitlist-session { padding: 22px 24px; margin-bottom: 20px; }
.lnl-waitlist-session h3 { margin: 0 0 8px; }
.lnl-waitlist-session > div { color: #475467; line-height: 1.75; }
.lnl-waitlist-error { background: #fef2f2; color: #b42318; padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; }
.lnl-waitlist-form { padding: 26px 28px 24px; box-shadow: 0 10px 30px rgba(16,24,40,.04); margin: 0 !important; overflow: visible; }
.lnl-waitlist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 17px; }
.lnl-waitlist-grid-student { grid-template-columns: 1fr 180px; margin-top: 0; }
.lnl-waitlist-form label { display: block; margin-bottom: 6px; color: #344054; }
.lnl-waitlist-form .form-control { width: 100%; min-height: 46px; padding: 10px 12px; box-sizing: border-box; }
.lnl-waitlist-form textarea.form-control { min-height: 86px; resize: vertical; }
.lnl-field-error { margin-top: 5px; color: #b42318; font-size: 13px; }
.lnl-optional { color: #98a2b3; font-weight: 400; }
.lnl-waitlist-actions { display: flex; justify-content: flex-end; margin-top: 20px; }
.lnl-waitlist-submit { background: #1557d5; color: #fff; border: 0; border-radius: 8px; padding: 13px 26px; font-weight: 800; cursor: pointer; }
.lnl-waitlist-submit:hover { background: #0f49bb; }
.lnl-waitlist-page + footer { position: static !important; clear: both !important; }
@media (max-width: 720px) {
  .lnl-waitlist-page { padding: 30px 14px 40px; }
  .lnl-waitlist-head h1 { font-size: 31px; }
  .lnl-waitlist-grid,
  .lnl-waitlist-grid-student,
  .lnl-waitlist-grid-bottom { grid-template-columns: 1fr; }
  .lnl-waitlist-form { padding: 22px 18px; }
  .lnl-waitlist-actions { justify-content: stretch; }
  .lnl-waitlist-submit { width: 100%; }
}

/* =========================================================
   LNL 3D v2.7.0 — Available Classes & Programs Board
   ========================================================= */
.lnl-available-board { background:#fff; color:#172033; }
.lnl-board-hero { padding:64px 0 56px; text-align:center; background:linear-gradient(180deg,#f7faff 0%,#ffffff 100%); border-bottom:1px solid #edf1f7; }
.lnl-board-eyebrow { color:#1557d5; font-weight:800; letter-spacing:.14em; font-size:12px; }
.lnl-board-hero h1 { margin:10px 0 14px; font-size:clamp(38px,5vw,58px); line-height:1.05; font-weight:800; }
.lnl-board-hero p { max-width:760px; margin:0 auto; color:#667085; font-size:17px; line-height:1.65; }
.lnl-board-hero-actions { display:flex; justify-content:center; gap:12px; margin-top:28px; flex-wrap:wrap; }
.lnl-board-btn { display:inline-flex; align-items:center; gap:9px; padding:13px 20px; border-radius:9px; font-weight:800; text-decoration:none; }
.lnl-board-btn.primary { background:#1557d5; color:#fff; }
.lnl-board-btn.secondary { border:1px solid #cfd8e8; color:#17325c; background:#fff; }
.lnl-board-filter-section { padding:24px 0; background:#fff; border-bottom:1px solid #edf1f7; position:sticky; top:0; z-index:10; }
.lnl-board-filters { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) auto; gap:14px; align-items:end; }
.lnl-board-filters label { display:block; font-size:12px; font-weight:800; color:#475467; margin-bottom:6px; text-transform:uppercase; letter-spacing:.04em; }
.lnl-board-filters select { width:100%; height:44px; border:1px solid #d8e0ec; border-radius:8px; background:#fff; padding:0 12px; color:#344054; }
.lnl-board-filter-actions { display:flex; align-items:center; gap:10px; white-space:nowrap; }
.lnl-board-filter-actions button { height:44px; border:0; border-radius:8px; padding:0 18px; background:#17325c; color:#fff; font-weight:800; }
.lnl-board-filter-actions a { color:#667085; text-decoration:none; font-weight:700; }
.lnl-board-sessions { padding:54px 0 74px; }
.lnl-board-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:28px; }
.lnl-board-heading h2 { margin:6px 0 0; font-size:34px; }
.lnl-board-count { color:#667085; font-weight:700; }
.lnl-board-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.lnl-board-card { border:1px solid #e3e9f2; border-radius:16px; background:#fff; padding:22px; box-shadow:0 8px 26px rgba(16,24,40,.05); display:flex; flex-direction:column; min-height:390px; }
.lnl-board-card.is-full { background:#fffdf8; border-color:#f4d59c; }
.lnl-board-card-top { display:flex; justify-content:space-between; gap:10px; align-items:center; }
.lnl-board-type { font-size:11px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#1557d5; background:#eef4ff; padding:6px 9px; border-radius:999px; }
.lnl-board-seats { font-size:11px; font-weight:800; padding:6px 9px; border-radius:999px; }
.lnl-board-seats.available,.lnl-board-seats.open { color:#16794b; background:#eaf8f0; }
.lnl-board-seats.low { color:#9a6700; background:#fff4d7; }
.lnl-board-seats.full { color:#b54708; background:#fff0e6; }
.lnl-board-card h3 { margin:18px 0 5px; font-size:21px; line-height:1.25; }
.lnl-board-session-code { font-size:12px; color:#98a2b3; margin-bottom:18px; }
.lnl-board-info { display:grid; gap:10px; color:#475467; font-size:14px; }
.lnl-board-info div { display:grid; grid-template-columns:22px 1fr; gap:8px; align-items:start; }
.lnl-board-info i { color:#1557d5; margin-top:3px; }
.lnl-board-card-bottom { margin-top:auto; padding-top:22px; border-top:1px solid #edf1f7; margin-top:22px; }
.lnl-board-price { font-size:24px; font-weight:900; color:#172033; margin-bottom:14px; }
.lnl-board-actions { display:flex; gap:9px; }
.lnl-board-actions a { flex:1; min-height:42px; display:flex; align-items:center; justify-content:center; text-align:center; border-radius:8px; font-weight:800; text-decoration:none; padding:8px 10px; }
.lnl-board-detail { border:1px solid #d6deea; color:#344054; background:#fff; }
.lnl-board-register { background:#1557d5; color:#fff; }
.lnl-board-register.waitlist { background:#c46a16; }
.lnl-board-empty { text-align:center; border:1px dashed #cfd8e8; border-radius:16px; padding:58px 20px; background:#fafcff; }
.lnl-board-empty i { font-size:34px; color:#1557d5; }
.lnl-board-empty h3 { margin:14px 0 8px; }
.lnl-board-empty p { color:#667085; }
.lnl-board-empty a { display:inline-block; margin-top:8px; font-weight:800; }
.lnl-board-footer-cta { padding:42px 0 58px; background:#f6f9ff; border-top:1px solid #e6edf8; }
.lnl-board-footer-cta .container { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.lnl-board-footer-cta h2 { margin:0 0 7px; font-size:25px; }
.lnl-board-footer-cta p { margin:0; color:#667085; }
.lnl-board-footer-cta a { background:#1557d5; color:#fff; border-radius:8px; padding:13px 20px; font-weight:800; text-decoration:none; white-space:nowrap; }
@media (max-width:1000px) { .lnl-board-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .lnl-board-filters { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:680px) { .lnl-board-filter-section { position:static; } .lnl-board-filters,.lnl-board-grid { grid-template-columns:1fr; } .lnl-board-filter-actions { justify-content:space-between; } .lnl-board-heading,.lnl-board-footer-cta .container { align-items:flex-start; flex-direction:column; } .lnl-board-card { min-height:0; } .lnl-board-actions { flex-direction:column; } .lnl-board-footer-cta a { width:100%; text-align:center; } }


/* v2.13 commerce wiring */
.lnl-shop-printers{padding:72px 0;background:#fff}
.lnl-commerce-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:28px}
.lnl-commerce-card{border:1px solid #e5eaf2;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 35px rgba(21,42,92,.07)}
.lnl-commerce-image{display:flex;align-items:center;justify-content:center;min-height:330px;padding:26px;background:#fafcff}
.lnl-commerce-image img{display:block;max-width:100%;max-height:320px;object-fit:contain}
.lnl-commerce-body{padding:24px}.lnl-commerce-model{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#69758a;margin-bottom:8px}
.lnl-commerce-body h3{font-size:24px;margin:0 0 14px}.lnl-commerce-body h3 a{color:#101b37;text-decoration:none}.lnl-commerce-body h3 a:hover{color:#1658d4}
.lnl-commerce-price{display:block;font-size:24px;color:#0c347e;margin:0 0 18px}.lnl-commerce-all{margin-top:24px;text-align:center}
.lnl-shop-link{display:inline-block;margin-top:14px;font-weight:700;color:#1459d9;text-decoration:none}.lnl-shop-link:hover{text-decoration:underline}
@media(max-width:760px){.lnl-commerce-grid{grid-template-columns:1fr}.lnl-commerce-image{min-height:240px}}

/* v2.14.0 — live-site-inspired service hub + dedicated service landing pages */
.lnl-service-detail-hero { padding:92px 0 82px; background:linear-gradient(135deg,#f7faff 0%,#fff 68%); border-bottom:1px solid #e9eef6; text-align:left; }
.lnl-service-detail-hero .lnl-page-shell { max-width:1120px; }
.lnl-service-detail-hero h1 { max-width:920px; margin:14px 0 18px; font-size:clamp(42px,5.8vw,72px); line-height:1.02; letter-spacing:-2.4px; font-weight:850; color:#101828; }
.lnl-service-detail-hero p { max-width:820px; margin:0; font-size:18px; line-height:1.7; color:#5f6b7c; }
.lnl-service-badges { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.lnl-service-badges span { display:inline-flex; align-items:center; padding:9px 14px; border-radius:999px; background:#eef5ff; color:#164ca4; font-size:13px; font-weight:800; }
.lnl-live-services-copy .lnl-service-card { min-height:330px; }
.lnl-live-services-copy .lnl-service-card > a { font-size:13px; }
@media (max-width: 767px) {
  .lnl-service-detail-hero { padding:58px 0 52px; }
  .lnl-service-detail-hero h1 { font-size:clamp(38px,11vw,54px); letter-spacing:-1.5px; }
  .lnl-service-detail-hero p { font-size:16px; }
}


/* LNL Request a Quote */
.lnl-quote-page{background:#f7f9fc;padding:52px 0 72px;color:#17233b}.lnl-quote-hero{max-width:940px;margin:0 auto 46px;text-align:center;padding:0 24px}.lnl-quote-kicker{font-size:12px;letter-spacing:.16em;font-weight:800;color:#2459d3;margin-bottom:12px}.lnl-quote-hero h1{font-size:42px;font-weight:800;margin:0 0 14px}.lnl-quote-hero p{font-size:17px;line-height:1.65;max-width:760px;margin:0 auto;color:#566176}.lnl-quote-layout{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.25fr;gap:42px;padding:0 24px}.lnl-quote-intro{padding:18px 8px}.lnl-quote-intro h2,.lnl-quote-card h2{font-size:28px;font-weight:800;margin:0 0 14px}.lnl-quote-intro>p{font-size:16px;line-height:1.7;color:#596579}.lnl-quote-supported{background:#eef3fb;border:1px solid #d9e2f2;border-radius:16px;padding:22px 26px;margin:28px 0}.lnl-quote-supported h3{font-size:18px;margin:0 0 12px}.lnl-quote-supported ul{margin:0;padding-left:20px;line-height:1.9}.lnl-quote-help{border-left:4px solid #2459d3;padding:12px 16px;background:#fff;border-radius:0 10px 10px 0;line-height:1.55}.lnl-quote-card{background:#fff;border:1px solid #dde4ef;border-radius:18px;padding:30px;box-shadow:0 14px 38px rgba(26,52,96,.08)}.lnl-quote-form label{display:block;font-weight:700;font-size:13px;margin:17px 0 7px}.lnl-form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.lnl-quote-form input[type=text],.lnl-quote-form input[type=email],.lnl-quote-form select,.lnl-quote-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd8e6;background:#fbfcfe;border-radius:9px;padding:11px 12px;font-size:14px;outline:none}.lnl-quote-form input:focus,.lnl-quote-form select:focus,.lnl-quote-form textarea:focus{border-color:#2459d3;box-shadow:0 0 0 3px rgba(36,89,211,.09)}.lnl-file-box{border:1px dashed #aebbd0;border-radius:10px;padding:14px;background:#f8faff}.lnl-file-box input{display:block;margin-bottom:7px}.lnl-file-box span{font-size:12px;color:#6e7889}.lnl-field-error{display:block;color:#b42318;margin-top:5px}.lnl-quote-submit{width:100%;margin-top:24px;border:0;border-radius:10px;padding:14px 18px;background:#174bd5;color:#fff;font-weight:800;font-size:14px;cursor:pointer}.lnl-quote-submit:hover{filter:brightness(.94)}.lnl-form-footnote{text-align:center;font-size:12px;color:#7a8494;margin:10px 0 0}.lnl-quote-success{max-width:760px;margin:60px auto;text-align:center;background:#fff;border:1px solid #dde4ef;border-radius:18px;padding:56px 32px;box-shadow:0 14px 38px rgba(26,52,96,.08)}.lnl-success-check{width:60px;height:60px;line-height:60px;border-radius:50%;margin:0 auto 18px;background:#e9f8ed;color:#259447;font-size:32px;font-weight:800}.lnl-quote-code{margin:22px auto;padding:12px 18px;background:#f2f5fb;border-radius:10px;display:inline-block}@media(max-width:800px){.lnl-quote-layout{grid-template-columns:1fr}.lnl-form-grid.two{grid-template-columns:1fr}.lnl-quote-hero h1{font-size:34px}.lnl-quote-card{padding:22px}}

.lnl-form-alert{margin:0 0 18px;padding:14px 16px;border:1px solid #f1b7b7;background:#fff4f4;color:#9b1c1c;border-radius:8px;font-weight:600;}
