
  .lw-edge-hero {
    position: relative;
    min-height: 860px;
    overflow: hidden;
    background: #091017;
    color: #ffffff;
    isolation: isolate;
    display: flex;
    align-items: stretch;
  }

  .lw-edge-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("http://livewiregeeks.com/wp-content/uploads/2026/05/cityscape-gainesville-6-2.jpg");
    background-size: cover;
    background-position: top;
    transform: scale(1.02);
    z-index: -4;
  }

  .lw-edge-hero__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(112deg, rgba(5,11,18,.95) 0%, rgba(5,11,18,.88) 28%, rgba(5,11,18,.56) 62%, rgba(5,11,18,.28) 100%),
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.32) 100%);
    z-index: -3;
  }

  .lw-edge-hero__grid {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.55) 48%, transparent 88%);
    opacity: .35;
    z-index: -2;
  }

  .lw-edge-hero__cityword {
    position: absolute;
    right: -10px;
    top: 38px;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(78px, 10vw, 188px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.08em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.18);
    text-transform: uppercase;
    pointer-events: none;
    z-index: -1;
  }

  .lw-edge-hero__inner {
    width: min(1280px, calc(100% - 42px));
    margin: 0 auto;
    padding: 120px 0 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 860px;
  }

  .lw-edge-hero__content {
    max-width: 840px;
    padding-top: 8px;
  }

  .lw-edge-hero__topline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: #baf5ff;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .lw-edge-hero__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #18d4e8;
    box-shadow: 0 0 0 8px rgba(24,212,232,.14);
    flex: 0 0 auto;
  }

  .lw-edge-hero h1 {
    margin: 0;
    max-width: 920px;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(50px, 7vw, 108px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.085em;
    color: #ffffff;
  }

  .lw-edge-hero h1 em {
    font-style: normal;
    color: #18d4e8;
  }

  .lw-edge-hero p {
    margin: 30px 0 0;
    max-width: 620px;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(18px, 1.9vw, 22px);
    font-weight: 430;
    line-height: 1.62;
    letter-spacing: -.018em;
    color: rgba(255,255,255,.80);
  }

  .lw-edge-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
  }

  .lw-edge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
    border-radius: 0;
    transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
  }

  .lw-edge-btn:hover {
    transform: translateY(-2px);
  }

  .lw-edge-btn--primary {
    background: #18d4e8;
    color: #071018 !important;
    box-shadow: 0 18px 48px rgba(24,212,232,.22);
  }

  .lw-edge-btn--primary:hover {
    background: #8af4ff;
    color: #071018 !important;
  }

  .lw-edge-btn--ghost {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.04);
    color: #ffffff !important;
    backdrop-filter: blur(10px);
  }

  .lw-edge-btn--ghost:hover {
    border-color: rgba(255,255,255,.52);
    background: rgba(255,255,255,.10);
  }

  .lw-edge-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    backdrop-filter: blur(10px);
  }

  .lw-edge-meta-block {
    padding: 24px 26px 26px;
    border-right: 1px solid rgba(255,255,255,.14);
  }

  .lw-edge-meta-block:last-child {
    border-right: 0;
  }

  .lw-edge-meta-block span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.56);
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .lw-edge-meta-block strong {
    display: block;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.03em;
  }

  @media (max-width: 1024px) {
    .lw-edge-hero {
      min-height: auto;
    }

    .lw-edge-hero__inner {
      min-height: auto;
      padding: 110px 0 34px;
    }

    .lw-edge-hero__cityword {
      top: 24px;
      right: -8px;
      font-size: clamp(64px, 14vw, 128px);
    }

    .lw-edge-hero__meta {
      grid-template-columns: 1fr;
      margin-top: 64px;
    }

    .lw-edge-meta-block {
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.14);
    }

    .lw-edge-meta-block:last-child {
      border-bottom: 0;
    }
  }

  @media (max-width: 767px) {
    .lw-edge-hero__inner {
      width: min(100% - 28px, 1280px);
      padding: 84px 0 26px;
    }

    .lw-edge-hero__topline {
      font-size: 10px;
      line-height: 1.4;
      gap: 10px;
    }

    .lw-edge-hero h1 {
      font-size: clamp(42px, 13vw, 62px);
      line-height: .95;
      letter-spacing: -.065em;
    }

    .lw-edge-hero p {
      font-size: 17px;
      max-width: 100%;
    }

    .lw-edge-hero__actions {
      flex-direction: column;
    }

    .lw-edge-btn {
      width: 100%;
    }

    .lw-edge-hero__cityword {
      top: 18px;
      right: -4px;
      font-size: 72px;
      -webkit-text-stroke: 1px rgba(255,255,255,.12);
    }

    .lw-edge-meta-block {
      padding: 20px 18px 21px;
    }

    .lw-edge-meta-block strong {
      font-size: 18px;
    }
  }

  .lw-design-examples {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #071018;
    padding: 112px 0;
  }

  .lw-design-examples::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 15% 12%, rgba(22, 212, 232, 0.13), transparent 32%),
      linear-gradient(rgba(7,16,24,0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,16,24,0.045) 1px, transparent 1px);
    background-size: auto, 58px 58px, 58px 58px;
    pointer-events: none;
  }

  .lw-design-examples__inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 42px));
    margin: 0 auto;
  }

  .lw-design-examples__top {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 52px;
  }

  .lw-design-examples__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #087988;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-design-examples h2 {
    margin: 0;
    max-width: 840px;
    color: #071018;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(42px, 5.5vw, 80px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.078em;
  }

  .lw-design-examples__top p {
    margin: 0;
    color: rgba(7,16,24,0.68);
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    line-height: 1.6;
    letter-spacing: -0.018em;
  }

  .lw-design-gallery {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-auto-rows: 290px;
    gap: 18px;
  }

  .lw-design-card {
    position: relative;
    overflow: hidden;
    display: block;
    background: #071018;
    color: #ffffff !important;
    text-decoration: none !important;
    isolation: isolate;
  }

  .lw-design-card--large {
    grid-row: span 2;
  }

  .lw-design-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(7,16,24,0.04) 0%, rgba(7,16,24,0.88) 100%),
      radial-gradient(circle at 20% 18%, rgba(22,212,232,0.18), transparent 34%);
    z-index: 1;
  }

  .lw-design-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,0.22);
    z-index: 2;
    pointer-events: none;
    opacity: 0.76;
    transition: inset 0.28s ease, opacity 0.28s ease;
  }

  .lw-design-card:hover::after {
    inset: 12px;
    opacity: 1;
  }

  .lw-design-card img {
    width: 100%;
    height: 100%;
    display: block;object-position: top;
    object-fit: cover; 
    transform: scale(1.02);
    filter: saturate(1.03) contrast(1.04);
    transition: transform 0.55s ease, filter 0.55s ease;
  }

  .lw-design-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.12) contrast(1.08);
  }

  .lw-design-card__content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    z-index: 3;
  }

  .lw-design-card__content span {
    display: block;
    margin-bottom: 11px;
    color: #91f4ff;
    font-family: Inter, Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .lw-design-card__content strong {
    display: block;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(25px, 2.6vw, 36px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.058em;
    margin-bottom: 10px;
  }

  .lw-design-card--large .lw-design-card__content strong {
    font-size: clamp(36px, 4vw, 58px);
    max-width: 560px;
  }

  .lw-design-card__content em {
    display: block;
    max-width: 480px;
    color: rgba(255,255,255,0.72);
    font-family: Inter, Arial, sans-serif;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 450;
    line-height: 1.45;
  }

  .lw-design-card--large .lw-design-card__content em {
    font-size: 16px;
    max-width: 530px;
  }

  .lw-design-examples__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 26px;
    padding-top: 28px;
    border-top: 1px solid rgba(7,16,24,0.14);
  }

  .lw-design-examples__bottom p {
    margin: 0;
    max-width: 720px;
    color: rgba(7,16,24,0.66);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 450;
    line-height: 1.55;
    letter-spacing: -0.016em;
  }

  .lw-design-examples__bottom a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    background: #071018;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    transition: transform 0.22s ease, background 0.22s ease;
    white-space: nowrap;
  }

  .lw-design-examples__bottom a:hover {
    transform: translateY(-2px);
    background: #087988;
  }

  @media (max-width: 1050px) {
    .lw-design-examples__top {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .lw-design-examples__top p {
      max-width: 760px;
    }

    .lw-design-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-auto-rows: 300px;
    }

    .lw-design-card--large {
      grid-column: span 2;
      grid-row: span 1;
    }
  }

  @media (max-width: 700px) {
    .lw-design-examples {
      padding: 76px 0;
    }

    .lw-design-examples__inner {
      width: min(100% - 30px, 1240px);
    }

    .lw-design-examples h2 {
      font-size: clamp(38px, 12vw, 56px);
      line-height: 0.96;
    }

    .lw-design-examples__top p {
      font-size: 17px;
    }

    .lw-design-gallery {
      grid-template-columns: 1fr;
      grid-auto-rows: 360px;
      gap: 14px;
    }

    .lw-design-card--large {
      grid-column: auto;
    }

    .lw-design-card__content {
      left: 24px;
      right: 24px;
      bottom: 24px;
    }

    .lw-design-card__content strong,
    .lw-design-card--large .lw-design-card__content strong {
      font-size: 31px;
    }

    .lw-design-card__content em,
    .lw-design-card--large .lw-design-card__content em {
      font-size: 14.5px;
    }

    .lw-design-card::after {
      inset: 12px;
    }

    .lw-design-examples__bottom {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .lw-design-examples__bottom a {
      width: 100%;
    }
  }

  .lw-build-path {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    color: #071018;
    padding: 130px 0;
  }

  .lw-build-path::before {
    content: "";
    position: absolute;
    left: -18vw;
    top: -20vw;
    width: 48vw;
    height: 48vw;
    border-radius: 999px;
    background: rgba(22, 212, 232, 0.12);
    filter: blur(20px);
  }

  .lw-build-path::after {
    content: "";
    position: absolute;
    right: -10vw;
    bottom: -16vw;
    width: 42vw;
    height: 42vw;
    border-radius: 999px;
    background: rgba(7, 16, 24, 0.06);
    filter: blur(12px);
  }

  .lw-build-path__inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 90px;
    align-items: start;
  }

  .lw-build-path__left {
    position: sticky;
    top: 110px;
  }

  .lw-build-path__eyebrow {
    display: block;
    margin-bottom: 22px;
    color: #087988;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-build-path h2 {
    margin: 0;
    color: #071018;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(40px, 5.1vw, 72px);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.072em;
  }

  .lw-build-path__left p {
    margin: 28px 0 0;
    max-width: 470px;
    color: rgba(7, 16, 24, 0.68);
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    line-height: 1.62;
    letter-spacing: -0.018em;
  }

  .lw-build-path__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    min-height: 52px;
    padding: 0 22px;
    background: #071018;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 850;
    transition: transform 0.22s ease, background 0.22s ease;
  }

  .lw-build-path__link:hover {
    transform: translateY(-2px);
    background: #0b8392;
  }

  .lw-build-path__right {
    position: relative;
    padding: 8px 0 8px 54px;
  }

  .lw-path-line {
    position: absolute;
    left: 13px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(to bottom, #16d4e8, rgba(7,16,24,0.14));
  }

  .lw-path-step {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 28px;
    padding: 0 0 58px;
  }

  .lw-path-step:last-child {
    padding-bottom: 0;
  }

  .lw-path-step::before {
    content: "";
    position: absolute;
    left: -47px;
    top: 4px;
    width: 27px;
    height: 27px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(7,16,24,0.18);
    box-shadow: 0 0 0 8px rgba(22,212,232,0.12);
  }

  .lw-path-step span {
    color: transparent;
    -webkit-text-stroke: 1px rgba(7,16,24,0.35);
    font-family: Inter, Arial, sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.08em;
  }

  .lw-path-step strong {
    display: block;
    margin-bottom: 11px;
    color: #071018;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.06em;
  }

  .lw-path-step p {
    margin: 0;
    max-width: 650px;
    color: rgba(7,16,24,0.66);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 430;
    line-height: 1.56;
    letter-spacing: -0.014em;
  }

  @media (max-width: 980px) {
    .lw-build-path {
      padding: 94px 0;
    }

    .lw-build-path__inner {
      grid-template-columns: 1fr;
      gap: 58px;
    }

    .lw-build-path__left {
      position: relative;
      top: auto;
    }

    .lw-build-path__left p {
      max-width: 720px;
    }
  }

  @media (max-width: 700px) {
    .lw-build-path {
      padding: 76px 0;
    }

    .lw-build-path__inner {
      width: min(100% - 30px, 1180px);
      gap: 44px;
    }

    .lw-build-path h2 {
      font-size: clamp(38px, 12vw, 54px);
    }

    .lw-build-path__left p {
      font-size: 17px;
    }

    .lw-build-path__right {
      padding-left: 34px;
    }

    .lw-path-line {
      left: 8px;
    }

    .lw-path-step {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-bottom: 44px;
    }

    .lw-path-step::before {
      left: -35px;
      width: 22px;
      height: 22px;
    }

    .lw-path-step span {
      font-size: 38px;
    }

    .lw-path-step strong {
      font-size: 30px;
    }

    .lw-path-step p {
      font-size: 16px;
    }
  }
  
  .lw-lane-infographic {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(180deg, #edf4f6 0%, #f8fbfc 100%);
    color: #071018;
    padding: 92px 0 108px;
  }

  .lw-lane-infographic::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 16%, rgba(22, 212, 232, 0.14), transparent 30%),
      radial-gradient(circle at 88% 82%, rgba(217, 46, 166, 0.10), transparent 28%),
      linear-gradient(rgba(7,16,24,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,16,24,0.03) 1px, transparent 1px);
    background-size: auto, auto, 58px 58px, 58px 58px;
    pointer-events: none;
  }

  .lw-lane-infographic__inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 42px));
    margin: 0 auto;
  }

  .lw-lane-infographic__intro {
    max-width: 860px;
    margin: 0 auto 44px;
    text-align: center;
  }

  .lw-lane-infographic__intro span {
    display: block;
    margin-bottom: 12px;
    color: #087988;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-lane-infographic__intro h2 {
    margin: 0;
    color: #071018;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .lw-lane-infographic__intro p {
    margin: 18px auto 0;
    max-width: 760px;
    color: rgba(7,16,24,0.68);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 430;
    line-height: 1.58;
    letter-spacing: -0.014em;
  }

  .lw-lanes {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  .lw-lane {
    --lane-color: #16d4e8;
    --lane-soft: rgba(22,212,232,.10);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #071018;
    padding: 0 8px 10px;
    min-height: 665px;
    cursor: default;
  }

  .lw-lane--teal {
    --lane-color: #14cfc4;
    --lane-soft: rgba(20,207,196,.12);
  }

  .lw-lane--blue {
    --lane-color: #427cff;
    --lane-soft: rgba(66,124,255,.12);
  }

  .lw-lane--green {
    --lane-color: #46b76a;
    --lane-soft: rgba(70,183,106,.12);
  }

  .lw-lane--gold {
    --lane-color: #efab11;
    --lane-soft: rgba(239,171,17,.12);
  }

  .lw-lane--pink {
    --lane-color: #d92ea6;
    --lane-soft: rgba(217,46,166,.12);
  }

  .lw-lane__track {
    position: absolute;
    top: 18px;
    bottom: 22px;
    left: 50%;
    width: calc(100% - 32px);
    transform: translateX(-50%);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.56));
    box-shadow: inset 0 0 0 1px rgba(7,16,24,0.05);
  }

  .lw-lane__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lane-color), rgba(255,255,255,0));
    opacity: .95;
  }

  .lw-lane__node {
    position: relative;
    z-index: 2;
    margin-top: 36px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(7,16,24,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lw-lane__node::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lane-color), color-mix(in srgb, var(--lane-color) 50%, white));
    z-index: -1;
  }

  .lw-lane__node svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: var(--lane-color);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lw-lane__content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    width: 100%;
    padding: 22px 20px 24px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(7,16,24,0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 34px rgba(7,16,24,0.06);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }

  .lw-lane:hover .lw-lane__content {
    transform: translateY(-8px);
    background: rgba(255,255,255,.92);
    box-shadow: 0 22px 40px rgba(7,16,24,0.10);
  }

  .lw-lane__content span {
    display: block;
    margin-bottom: 10px;
    color: var(--lane-color);
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-lane__content strong {
    display: block;
    margin-bottom: 12px;
    color: #071018;
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .lw-lane__content p {
    margin: 0;
    color: rgba(7,16,24,0.68);
    font-family: Inter, Arial, sans-serif;
    font-size: 14.5px;
    font-weight: 430;
    line-height: 1.52;
  }

  .lw-lane__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    min-height: 42px;
    padding: 0 16px;
    background: var(--lane-color);
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
  }

  .lw-lane__button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 10px 22px rgba(7,16,24,0.12);
  }

  @media (max-width: 1180px) {
    .lw-lanes {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .lw-lane {
      min-height: 600px;
    }
  }

  @media (max-width: 820px) {
    .lw-lanes {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 700px) {
    .lw-lane-infographic {
      padding: 72px 0 82px;
    }

    .lw-lane-infographic__inner {
      width: min(100% - 30px, 1240px);
    }

    .lw-lane-infographic__intro h2 {
      font-size: clamp(29px, 9.2vw, 40px);
    }

    .lw-lane-infographic__intro p {
      font-size: 16px;
    }

    .lw-lanes {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .lw-lane {
      min-height: auto;
      padding: 0 0 6px;
    }

    .lw-lane__track {
      inset: 0;
      top: 12px;
      bottom: 12px;
      left: 0;
      width: 100%;
      transform: none;
      border-radius: 30px;
    }

    .lw-lane__track::before {
      left: 32px;
      transform: none;
    }

    .lw-lane__node {
      margin-top: 24px;
      margin-left: 14px;
      width: 72px;
      height: 72px;
      align-self: flex-start;
    }

    .lw-lane__node svg {
      width: 30px;
      height: 30px;
    }

    .lw-lane__content {
      margin-top: 18px;
      margin-left: 78px;
      width: calc(100% - 78px);
      padding: 18px 18px 20px;
    }

    .lw-lane__content strong {
      font-size: 21px;
    }

    .lw-lane__content p {
      font-size: 14px;
    }

    .lw-lane__button {
      width: 100%;
      min-height: 40px;
    }
  }
  
  .lw-trust-atmosphere {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=2200&q=85");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    isolation: isolate;
  }

  .lw-trust-atmosphere::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 22%, rgba(22, 212, 232, 0.20), transparent 34%),
      linear-gradient(105deg, rgba(5, 11, 18, 0.88) 0%, rgba(5, 11, 18, 0.72) 44%, rgba(5, 11, 18, 0.46) 100%);
    z-index: -2;
  }

  .lw-trust-atmosphere::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.26;
    mask-image: linear-gradient(to right, rgba(0,0,0,0.8), transparent 86%);
    z-index: -1;
    pointer-events: none;
  }

  .lw-trust-atmosphere__inner {
    position: relative;
    z-index: 2;
    width: min(1220px, calc(100% - 42px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 70px;
    align-items: center;
  }

  .lw-trust-atmosphere__content {
    max-width: 650px;
  }

  .lw-trust-atmosphere__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #9af5ff;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-trust-atmosphere h2 {
    margin: 0;
    max-width: 660px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.055em;
  }

  .lw-trust-atmosphere__content > p {
    margin: 24px 0 0;
    max-width: 600px;
    color: rgba(255,255,255,0.78);
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    line-height: 1.58;
    letter-spacing: -0.016em;
  }

  .lw-trust-atmosphere__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
  }

  .lw-trust-atmosphere__stats div {
    padding: 18px 16px;
    background: rgba(6, 16, 24, 0.58);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(12px);
  }

  .lw-trust-atmosphere__stats strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.055em;
  }

  .lw-trust-atmosphere__stats span {
    display: block;
    color: rgba(255,255,255,0.68);
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .lw-trust-atmosphere__quote {
    padding: 34px;
    background: rgba(6, 16, 24, 0.68);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(16px);
    box-shadow: 0 32px 80px rgba(0,0,0,0.28);
  }

  .lw-trust-atmosphere__stars {
    margin-bottom: 24px;
    color: #8ff4ff;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.18em;
  }

  .lw-trust-atmosphere__quote blockquote {
    margin: 0;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(25px, 2.8vw, 38px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.055em;
  }

  .lw-trust-atmosphere__quote p {
    margin: 24px 0 0;
    color: rgba(255,255,255,0.72);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 430;
    line-height: 1.55;
    letter-spacing: -0.012em;
  }

  .lw-trust-atmosphere__quote a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-height: 50px;
    padding: 0 22px;
    background: #16d4e8;
    color: #061018 !important;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    transition: transform 0.22s ease, background 0.22s ease;
  }

  .lw-trust-atmosphere__quote a:hover {
    transform: translateY(-2px);
    background: #8ff4ff;
  }

  @media (max-width: 1000px) {
    .lw-trust-atmosphere {
      min-height: auto;
      padding: 90px 0;
    }

    .lw-trust-atmosphere__inner {
      grid-template-columns: 1fr;
      gap: 42px;
    }

    .lw-trust-atmosphere__content {
      max-width: 760px;
    }

    .lw-trust-atmosphere__content > p {
      max-width: 720px;
    }
  }

  @media (max-width: 700px) {
    .lw-trust-atmosphere {
      padding: 76px 0;
      background-position: center;
    }

    .lw-trust-atmosphere__inner {
      width: min(100% - 30px, 1220px);
    }

    .lw-trust-atmosphere h2 {
      font-size: clamp(31px, 10vw, 44px);
      line-height: 1.02;
    }

    .lw-trust-atmosphere__content > p {
      font-size: 17px;
    }

    .lw-trust-atmosphere__stats {
      grid-template-columns: 1fr;
    }

    .lw-trust-atmosphere__quote {
      padding: 26px 22px;
    }

    .lw-trust-atmosphere__quote blockquote {
      font-size: 28px;
    }

    .lw-trust-atmosphere__quote a {
      width: 100%;
    }
  }
  
  .lw-infographic-band {
    position: relative;
    overflow: hidden;
    background: #f3f6f8;
    color: #071018;
    padding: 100px 0 110px;
  }

  .lw-infographic-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 12% 18%, rgba(22,212,232,.12), transparent 30%),
      linear-gradient(rgba(7,16,24,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(7,16,24,.04) 1px, transparent 1px);
    background-size: auto, 56px 56px, 56px 56px;
    pointer-events: none;
  }

  .lw-infographic-band__inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 42px));
    margin: 0 auto;
  }

  .lw-infographic-band__intro {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
  }

  .lw-infographic-band__intro span {
    display: block;
    margin-bottom: 14px;
    color: #087988;
    font: 900 12px/1.2 Inter, Arial, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .lw-infographic-band__intro h2 {
    margin: 0;
    color: #071018;
    font: 900 clamp(30px, 3.6vw, 48px)/1 Inter, Arial, sans-serif;
    letter-spacing: -.05em;
  }

  .lw-infographic-band__intro p {
    margin: 18px auto 0;
    max-width: 700px;
    color: rgba(7,16,24,.68);
    font: 430 17px/1.58 Inter, Arial, sans-serif;
    letter-spacing: -.012em;
  }

  .lw-infographic-band__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
    min-height: 430px;
  }

  .lw-infographic-band__line {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 4px;
    background: linear-gradient(90deg, #3f7cff, #46b76a, #e0b200, #ef6a33, #d92ea6);
    transform: translateY(-50%);
    opacity: .9;
    border-radius: 999px;
  }

  .lw-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }

  .lw-step--top {
    justify-content: flex-start;
  }

  .lw-step--bottom {
    justify-content: flex-end;
  }

  .lw-step__text {
    max-width: 185px;
    text-align: center;
  }

  .lw-step--top .lw-step__text {
    margin-bottom: 26px;
  }

  .lw-step--bottom .lw-step__text {
    margin-top: 26px;
    order: 2;
  }

  .lw-step__text strong {
    display: block;
    margin-bottom: 10px;
    color: #071018;
    font: 800 20px/1.05 Inter, Arial, sans-serif;
    letter-spacing: -.03em;
  }

  .lw-step__text p {
    margin: 0;
    color: rgba(7,16,24,.68);
    font: 430 14px/1.48 Inter, Arial, sans-serif;
  }

  .lw-step__circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(7,16,24,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .lw-step__circle::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    z-index: -1;
  }

  .lw-step:nth-child(2) .lw-step__circle::before { background: linear-gradient(135deg, #3f7cff, #46b76a); }
  .lw-step:nth-child(3) .lw-step__circle::before { background: linear-gradient(135deg, #46b76a, #89c541); }
  .lw-step:nth-child(4) .lw-step__circle::before { background: linear-gradient(135deg, #b3b700, #f0a000); }
  .lw-step:nth-child(5) .lw-step__circle::before { background: linear-gradient(135deg, #f0a000, #ef4a5a); }
  .lw-step:nth-child(6) .lw-step__circle::before { background: linear-gradient(135deg, #ef4a5a, #d92ea6); }

  .lw-step__circle svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .lw-step:nth-child(2) .lw-step__circle svg { stroke: #3f7cff; }
  .lw-step:nth-child(3) .lw-step__circle svg { stroke: #46b76a; }
  .lw-step:nth-child(4) .lw-step__circle svg { stroke: #f0a000; }
  .lw-step:nth-child(5) .lw-step__circle svg { stroke: #ef4a5a; }
  .lw-step:nth-child(6) .lw-step__circle svg { stroke: #d92ea6; }

  @media (max-width: 1100px) {
    .lw-infographic-band__timeline {
      grid-template-columns: 1fr;
      gap: 22px;
      min-height: auto;
    }

    .lw-infographic-band__line {
      left: 50%;
      top: 7%;
      bottom: 7%;
      right: auto;
      width: 4px;
      height: auto;
      transform: translateX(-50%);
      background: linear-gradient(180deg, #3f7cff, #46b76a, #e0b200, #ef6a33, #d92ea6);
    }

    .lw-step,
    .lw-step--top,
    .lw-step--bottom {
      display: grid;
      grid-template-columns: 1fr 180px 1fr;
      align-items: center;
      min-height: 180px;
    }

    .lw-step--top .lw-step__text,
    .lw-step--bottom .lw-step__text {
      margin: 0;
      order: initial;
    }

    .lw-step--top .lw-step__text {
      grid-column: 1;
      text-align: right;
      justify-self: end;
      padding-right: 20px;
    }

    .lw-step--bottom .lw-step__text {
      grid-column: 3;
      text-align: left;
      justify-self: start;
      padding-left: 20px;
    }

    .lw-step__circle {
      grid-column: 2;
      margin: 0 auto;
      width: 160px;
      height: 160px;
    }
  }

  @media (max-width: 700px) {
    .lw-infographic-band {
      padding: 76px 0 84px;
    }

    .lw-infographic-band__inner {
      width: min(100% - 30px, 1240px);
    }

    .lw-infographic-band__intro h2 {
      font-size: clamp(28px, 9vw, 40px);
    }

    .lw-infographic-band__intro p {
      font-size: 16px;
    }

    .lw-step,
    .lw-step--top,
    .lw-step--bottom {
      grid-template-columns: 1fr;
      gap: 18px;
      min-height: auto;
      text-align: center;
    }

    .lw-infographic-band__line {
      display: none;
    }

    .lw-step--top .lw-step__text,
    .lw-step--bottom .lw-step__text {
      grid-column: auto;
      text-align: center;
      justify-self: center;
      padding: 0;
    }

    .lw-step__circle {
      grid-column: auto;
      width: 140px;
      height: 140px;
    }

    .lw-step__circle svg {
      width: 62px;
      height: 62px;
    }

    .lw-step__text {
      max-width: 280px;
    }
  }
  
  .lw-final-cta {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #071018;
    isolation: isolate;
    padding: 86px 0;
  }

  .lw-final-cta__bg {
    position: absolute;
    inset: 0;
    background-image: url("https://livewiregeeks.com/wp-content/uploads/2026/05/cityscape-gainesville-6-2.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    z-index: -3;
  }

  .lw-final-cta__overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 18%, rgba(22, 212, 232, 0.24), transparent 34%),
      radial-gradient(circle at 86% 78%, rgba(217, 46, 166, 0.12), transparent 30%),
      linear-gradient(105deg, rgba(5, 11, 18, 0.94) 0%, rgba(5, 11, 18, 0.82) 48%, rgba(5, 11, 18, 0.62) 100%);
    z-index: -2;
  }

  .lw-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 62px 62px;
    opacity: 0.25;
    pointer-events: none;
    z-index: -1;
  }

  .lw-final-cta__inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 42px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 60px;
    align-items: end;
  }

  .lw-final-cta__content {
    max-width: 760px;
  }

  .lw-final-cta__content span {
    display: block;
    margin-bottom: 16px;
    color: #8ff4ff;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lw-final-cta h2 {
    margin: 0;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.065em;
  }

  .lw-final-cta__content p {
    margin: 22px 0 0;
    max-width: 690px;
    color: rgba(255,255,255,0.78);
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 430;
    line-height: 1.58;
    letter-spacing: -0.016em;
  }

  .lw-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
  }

  .lw-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    text-decoration: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  }

  .lw-final-cta__btn:hover {
    transform: translateY(-2px);
  }

  .lw-final-cta__btn--primary {
    background: #16d4e8;
    color: #061018 !important;
    box-shadow: 0 18px 44px rgba(22, 212, 232, 0.22);
  }

  .lw-final-cta__btn--primary:hover {
    background: #8ff4ff;
  }

  .lw-final-cta__btn--secondary {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.24);
    backdrop-filter: blur(10px);
  }

  .lw-final-cta__btn--secondary:hover {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.42);
  }

  .lw-final-cta__note {
    padding: 28px;
    background: rgba(6,16,24,0.64);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
  }

  .lw-final-cta__note strong {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .lw-final-cta__note p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-family: Inter, Arial, sans-serif;
    font-size: 15.5px;
    font-weight: 430;
    line-height: 1.52;
    letter-spacing: -0.012em;
  }

  @media (max-width: 980px) {
    .lw-final-cta {
      min-height: auto;
      padding: 78px 0;
    }

    .lw-final-cta__inner {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .lw-final-cta__note {
      max-width: 620px;
    }
  }

  @media (max-width: 700px) {
    .lw-final-cta {
      padding: 70px 0;
    }

    .lw-final-cta__inner {
      width: min(100% - 30px, 1180px);
    }

    .lw-final-cta h2 {
      font-size: clamp(34px, 11vw, 50px);
      line-height: 1;
    }

    .lw-final-cta__content p {
      font-size: 16.5px;
    }

    .lw-final-cta__actions {
      flex-direction: column;
    }

    .lw-final-cta__btn {
      width: 100%;
    }

    .lw-final-cta__note {
      padding: 24px 22px;
    }

    .lw-final-cta__note strong {
      font-size: 23px;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
