.lw-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    min-height: 620px;
    background: #0c0f14;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  }

  .lw-hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(5, 7, 10, 0.86) 0%, rgba(5, 7, 10, 0.72) 34%, rgba(5, 7, 10, 0.42) 58%, rgba(5, 7, 10, 0.14) 100%),
      radial-gradient(circle at 20% 32%, rgba(220, 30, 30, 0.22), transparent 28%),
      var(--lw-hero-image, none) center center / cover no-repeat;
    transform: scale(1.02);
  }

  .lw-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0) 28%),
      radial-gradient(circle at 82% 75%, rgba(255,255,255,0.08), transparent 18%);
    pointer-events: none;
  }

  .lw-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 5rem 0;
    max-width: 760px;
  }

  .lw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
  }

  .lw-kicker-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff4545, #b30000);
    box-shadow: 0 0 18px rgba(255, 69, 69, 0.6);
  }

  .lw-logo {
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 1rem;
    font-size: clamp(2.6rem, 6vw, 5.35rem);
    text-transform: uppercase;
    letter-spacing: -0.045em;
    color: #fff;
    text-shadow:
      0 3px 10px rgba(0,0,0,0.7),
      0 12px 40px rgba(0,0,0,0.45);
  }

  .lw-logo .label {
    color: #ffffff;
  }

  .lw-logo .wright {
    color: #df2323;
  }

  .lw-logo sup {
    font-size: 0.26em;
    top: -1.25em;
  }

  .lw-subtitle {
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.72;
    color: rgba(255,255,255,0.93);
    max-width: 690px;
    margin-bottom: 1.75rem;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
  }

  .lw-summary {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 2rem;
  }

  .lw-summary-label {
    color: rgba(255,255,255,0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lw-summary-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem 0;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .lw-summary-item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
    white-space: nowrap;
  }

  .lw-summary-item:not(:last-child)::after {
    content: "\2022";
    margin: 0 0.9rem;
    color: rgba(255,255,255,0.42);
    font-size: 0.9em;
  }

  .lw-summary-list::-webkit-scrollbar {
    display: none;
  }

  .lw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
  }

  .lw-actions .btn {
    border-radius: 0.95rem;
    padding: 0.95rem 1.35rem;
    font-weight: 800;
  }

  .lw-actions .btn-primary {
    background: linear-gradient(135deg, #c81717, #ff3f3f);
    border: none;
    box-shadow: 0 14px 36px rgba(200, 23, 23, 0.35);
  }

  .lw-actions .btn-outline-light {
    border: 2px solid rgba(255,255,255,0.62);
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(8px);
  }

  .lw-section-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
    color: #0f172a;
  }

  .lw-section-subtitle {
    color: #616875;
    max-width: 760px;
    margin: 0 auto;
  }

  .lw-surface-section {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  }

  .lw-card,
  .lw-feature-card,
  .lw-step-card,
  .lw-tech-card,
  .lw-cta-card {
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94));
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  }

  .lw-card,
  .lw-cta-card {
    padding: 2rem;
    height: 100%;
  }

  .lw-feature-card,
  .lw-step-card,
  .lw-tech-card {
    padding: 1.6rem;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }

  .lw-feature-card:hover,
  .lw-step-card:hover,
  .lw-tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.10);
    border-color: rgba(200, 23, 23, 0.18);
  }

  .lw-eyebrow {
    display: inline-block;
    color: #c81717;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
  }

  /* Default text for light backgrounds */
  .lw-feature-card h3,
  .lw-step-card h3,
  .lw-tech-card h3,
  .lw-card h2,
  .lw-card h3 {
    color: #0f172a;
    text-shadow: none;
    font-weight: 800;
    margin-bottom: 0.75rem;
  }

  .lw-feature-card p,
  .lw-step-card p,
  .lw-tech-card p,
  .lw-card p,
  .lw-list {
    color: #4f5663;
  }

  .lw-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
  }

  .lw-list li + li {
    margin-top: 0.45rem;
  }

  .lw-dark {
    background: linear-gradient(180deg, #13171d 0%, #0d1117 100%);
    color: #fff;
  }

  .lw-dark .lw-section-title {
    color: #ffffff;
  }

  .lw-dark .lw-section-subtitle,
  .lw-dark p,
  .lw-dark .lw-list,
  .lw-dark li {
    color: rgba(255,255,255,0.82);
  }

  .lw-dark .lw-tech-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
  }

  /* Dark-section text override */
  .lw-dark .lw-feature-card h3,
  .lw-dark .lw-step-card h3,
  .lw-dark .lw-tech-card h3,
  .lw-dark .lw-card h2,
  .lw-dark .lw-card h3 {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  }

  .lw-icon,
  .lw-step-number {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 1rem;
  }

  .lw-icon,
  .lw-step-number {
    background: linear-gradient(135deg, rgba(200,23,23,0.12), rgba(255,63,63,0.18));
    color: #b51212;
  }

  .lw-dark .lw-icon {
    background: rgba(255,255,255,0.08);
    color: #fff;
  }

  .lw-image-panel {
    border-radius: 1.25rem;
    background: #0f1115;
    padding: 1rem;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  }

  .lw-image-panel img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

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

  .lw-stat {
    padding: 1.35rem 1rem;
    border-radius: 1.1rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
  }

  .lw-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
  }

  .lw-stat span {
    color: rgba(255,255,255,0.78);
    font-size: 0.92rem;
  }

  .lw-cta-card {
    text-align: center;
    background:
      linear-gradient(135deg, rgba(200,23,23,0.06), rgba(255,255,255,1) 50%, rgba(15,23,42,0.03));
  }

  .lw-cta-copy {
    max-width: 760px;
    color: #4f5663;
  }

  @media (max-width: 991.98px) {
    .lw-hero {
      min-height: 560px;
    }

    .lw-hero-content {
      padding: 4rem 0;
    }

    .lw-stat-row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767.98px) {
    .lw-hero {
      min-height: 500px;
      border-radius: 1rem;
    }

    .lw-hero-content {
      padding: 3rem 0;
    }

    .lw-stat-row {
      grid-template-columns: 1fr;
    }

    .lw-image-panel img {
      min-height: 280px;
    }
  }

    .lw-video-section {
    background:
      linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  }

  .lw-video-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1.5rem;
    background: linear-gradient(145deg, #111827, #0b1220);
    box-shadow:
      0 22px 60px rgba(15, 23, 42, 0.18),
      0 10px 28px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lw-video-frame {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    background: #000;
  }

  .lw-video-frame video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    background: #000;
  }

  .lw-video-caption {
    max-width: 760px;
    margin: 1.25rem auto 0;
    text-align: center;
    color: #616875;
  }

  @media (max-width: 767.98px) {
    .lw-video-shell {
      padding: 0.75rem;
      border-radius: 1rem;
    }

    .lw-video-frame {
      border-radius: 0.8rem;
    }
  }
