.lw-home {
  padding-top: 76px;
  overflow: hidden;
  color: var(--lw-text);
  background: #fff;
}

.lw-home *,
.lw-home *::before,
.lw-home *::after {
  box-sizing: border-box;
}

.lw-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.lw-section {
  padding: 108px 0;
}

.lw-section-soft {
  background: var(--lw-soft);
}

.lw-section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 15% 25%, rgba(39,194,209,.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(31,111,235,.25), transparent 32%),
    #07172b;
}

.lw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--lw-blue);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lw-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--lw-blue), var(--lw-cyan));
}

.lw-section-dark .lw-eyebrow {
  color: #7fdcf0;
}

.lw-section-title {
  max-width: 760px;
  margin: 0;
  color: var(--lw-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.055em;
  word-break: keep-all;
}

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

.lw-section-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--lw-muted);
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.lw-section-dark .lw-section-lead {
  color: rgba(255,255,255,.68);
}

/* Hero */
.lw-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(7,23,43,.98) 0%, rgba(10,37,72,.97) 47%, rgba(18,75,119,.92) 100%);
}

.lw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, black 15%, transparent 90%);
}

.lw-hero::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -260px;
  top: -180px;
  border-radius: 50%;
  border: 120px solid rgba(76,165,255,.08);
  box-shadow: 0 0 0 90px rgba(39,194,209,.035);
}

.lw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: 72px;
  padding: 92px 0 76px;
}

.lw-hero .lw-eyebrow {
  color: #7fe4f3;
}

.lw-hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.13;
  font-weight: 800;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.lw-hero-title strong {
  color: #83dff2;
  font-weight: 800;
}

.lw-hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
}

.lw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.lw-btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lw-btn:hover,
.lw-btn:focus-visible {
  transform: translateY(-2px);
}

.lw-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--lw-blue), #1455bd);
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
}

.lw-btn-primary:hover {
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(0,0,0,.28);
}

.lw-btn-light {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.lw-btn-light:hover {
  color: #fff !important;
  background: rgba(255,255,255,.14);
}


.lw-consult-note {
  max-width: 670px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.6);
  font-size: 12px;
  line-height: 1.7;
}

.lw-consult-note i {
  margin-right: 5px;
  color: #fee500;
}

.lw-consult-note a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.45);
  text-decoration: none !important;
}

.lw-consult-note .lw-kakao-text {
  margin-left: 6px;
  color: #fee500 !important;
  border-bottom-color: rgba(254,229,0,.55);
}

.lw-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 34px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 600;
}

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

.lw-hero-meta i {
  color: #71d7e7;
}

.lw-architecture {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}

.lw-architecture-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: rgba(255,255,255,.72);
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lw-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9cf0c8;
}

.lw-live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54dfa7;
  box-shadow: 0 0 0 6px rgba(84,223,167,.12);
}

.lw-flow {
  display: grid;
  gap: 12px;
}

.lw-flow-card {
  position: relative;
  min-height: 86px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(4,18,35,.45);
}

.lw-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: -13px;
  width: 2px;
  height: 13px;
  background: linear-gradient(to bottom, #55c9dc, rgba(85,201,220,.2));
}

.lw-flow-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #8ae5f2;
  background: rgba(39,194,209,.12);
  font-size: 20px;
}

.lw-flow-title {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.lw-flow-copy {
  margin-top: 4px;
  color: rgba(255,255,255,.52);
  font-size: 12px;
  line-height: 1.5;
}

.lw-flow-tech {
  color: #8dcaef;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.lw-architecture-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lw-architecture-tags span {
  padding: 8px 10px;
  border-radius: 9px;
  color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.07);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

/* capability strip */
.lw-proof-strip {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.lw-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--lw-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--lw-shadow);
  overflow: hidden;
}

.lw-proof-item {
  min-height: 132px;
  padding: 28px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--lw-line);
}

.lw-proof-item:last-child {
  border-right: 0;
}

.lw-proof-number {
  color: var(--lw-blue);
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.lw-proof-item strong {
  display: block;
  color: var(--lw-ink);
  font-size: 15px;
  line-height: 1.45;
}

.lw-proof-item span {
  display: block;
  margin-top: 5px;
  color: var(--lw-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* capability cards */
.lw-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.lw-capability-card {
  min-height: 290px;
  padding: 32px;
  border: 1px solid var(--lw-line);
  border-radius: 22px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.lw-capability-card:hover {
  transform: translateY(-7px);
  border-color: #bdd6f5;
  box-shadow: 0 24px 55px rgba(8,27,51,.11);
}

.lw-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--lw-blue);
  background: #edf5ff;
  font-size: 23px;
}

.lw-capability-card h3 {
  margin: 25px 0 0;
  color: var(--lw-ink);
  font-size: 21px !important;
  line-height: 1.45;
  font-weight: 800 !important;
  letter-spacing: -.035em;
}

.lw-capability-card p {
  margin: 14px 0 0;
  color: var(--lw-muted);
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
}

.lw-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.lw-card-tags span {
  padding: 6px 9px;
  color: #46617f;
  border-radius: 8px;
  background: var(--lw-soft);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

/* process */
.lw-process-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
  gap: 72px;
}

.lw-process-sticky {
  position: sticky;
  top: 116px;
}

.lw-process-note {
  margin-top: 28px;
  padding: 22px;
  border-left: 4px solid var(--lw-cyan);
  border-radius: 0 14px 14px 0;
  color: #416077;
  background: #eaf7f9;
  font-size: 14px;
  line-height: 1.75;
}

.lw-process-list {
  display: grid;
  gap: 14px;
}

.lw-process-item {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  border: 1px solid var(--lw-line);
  border-radius: 19px;
  background: #fff;
}

.lw-process-step {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lw-blue), var(--lw-cyan));
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.lw-process-item h3 {
  margin: 0;
  color: var(--lw-ink);
  font-size: 19px !important;
  font-weight: 800 !important;
}

.lw-process-item p {
  margin: 8px 0 0;
  color: var(--lw-muted);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
}

/* portfolio */
.lw-portfolio-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.lw-disclaimer {
  max-width: 420px;
  margin: 0;
  padding: 17px 19px;
  color: #b9c7d7;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  font-size: 12px;
  line-height: 1.7;
}

.lw-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.lw-portfolio-card {
  position: relative;
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  overflow: hidden;
}

.lw-portfolio-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76,165,255,.22), transparent 65%);
}

.lw-portfolio-kicker {
  color: #78daeb;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lw-portfolio-card h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: 800 !important;
}

.lw-portfolio-card > p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.75;
}

.lw-portfolio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.lw-portfolio-list li {
  padding: 8px 10px !important;
  color: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  font-size: 11px;
  line-height: 1.35;
}

/* operating service */
.lw-service-panel {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 0;
  border: 1px solid var(--lw-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--lw-shadow);
  overflow: hidden;
}

.lw-service-copy {
  padding: 62px;
}

.lw-service-copy h2 {
  margin: 0;
  color: var(--lw-ink);
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.05em;
}

.lw-service-copy p {
  margin: 22px 0 0;
  color: var(--lw-muted);
  font-size: 16px;
  line-height: 1.8;
}

.lw-service-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.lw-service-points li {
  padding: 13px 14px !important;
  color: #3d536d !important;
  border-radius: 11px;
  background: var(--lw-soft);
  font-size: 12px;
  font-weight: 700;
}

.lw-service-points i {
  margin-right: 7px;
  color: var(--lw-blue);
}

.lw-service-visual {
  min-height: 520px;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,23,43,.9), rgba(31,111,235,.75)),
    url('/images/bus.jpg') center/cover no-repeat;
}

.lw-service-screen {
  width: min(100%, 420px);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 23px;
  background: rgba(4,18,35,.62);
  box-shadow: 0 25px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(13px);
}

.lw-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
}

.lw-screen-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #91efc7;
}

.lw-screen-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54dfa7;
}

.lw-screen-map {
  position: relative;
  height: 220px;
  margin-top: 18px;
  border-radius: 16px;
  background:
    linear-gradient(30deg, transparent 49%, rgba(255,255,255,.08) 50%, transparent 51%) 0 0/42px 42px,
    linear-gradient(-30deg, transparent 49%, rgba(255,255,255,.06) 50%, transparent 51%) 0 0/42px 42px,
    #102b4d;
  overflow: hidden;
}

.lw-screen-route {
  position: absolute;
  left: 14%;
  top: 54%;
  width: 72%;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--lw-cyan), #7fa9ff);
  transform: rotate(-12deg);
  box-shadow: 0 0 16px rgba(39,194,209,.45);
}

.lw-screen-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--lw-blue);
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0,0,0,.3);
}

.lw-screen-pin.one { left: 19%; top: 58%; }
.lw-screen-pin.two { right: 22%; top: 33%; background: var(--lw-cyan); }

.lw-screen-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-top: 12px;
}

.lw-screen-stat {
  padding: 12px 9px;
  border-radius: 11px;
  background: rgba(255,255,255,.07);
  text-align: center;
}

.lw-screen-stat strong {
  display: block;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.lw-screen-stat span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
}

/* why */
.lw-why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.lw-why-visual {
  position: relative;
  min-height: 510px;
  padding: 36px;
  display: flex;
  align-items: end;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(7,23,43,.06), rgba(7,23,43,.88)),
    url('/images/section1_img2.png') center/cover no-repeat;
  overflow: hidden;
}

.lw-why-badge {
  max-width: 370px;
  padding: 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(7,23,43,.65);
  backdrop-filter: blur(12px);
}

.lw-why-badge strong {
  display: block;
  font-size: 21px;
  line-height: 1.45;
}

.lw-why-badge span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.6;
}

.lw-why-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.lw-why-item {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--lw-line);
}

.lw-why-item:last-child {
  border-bottom: 0;
}

.lw-why-item i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--lw-blue);
  border-radius: 13px;
  background: #edf5ff;
}

.lw-why-item h3 {
  margin: 0;
  color: var(--lw-ink);
  font-size: 17px !important;
  font-weight: 800 !important;
}

.lw-why-item p {
  margin: 7px 0 0;
  color: var(--lw-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* final CTA */
.lw-cta {
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 50%, rgba(39,194,209,.16), transparent 30%),
    linear-gradient(115deg, #0a2342, #124c77);
}

.lw-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.lw-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.lw-cta p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.75;
}

.lw-cta-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.lw-cta-kakao-note {
  max-width: 310px !important;
  margin: 2px 0 0 !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  text-align: center;
}

.lw-cta-kakao-note a {
  color: #fee500 !important;
  text-decoration: underline !important;
}

@media (max-width: 1080px) {
  .lw-hero-grid {
    grid-template-columns: 1fr;
  }

  .lw-architecture {
    max-width: 720px;
  }

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

  .lw-proof-item:nth-child(2) {
    border-right: 0;
  }

  .lw-proof-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--lw-line);
  }

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

  .lw-process-layout,
  .lw-why-grid {
    grid-template-columns: 1fr;
  }

  .lw-process-sticky {
    position: static;
  }

  .lw-service-panel {
    grid-template-columns: 1fr;
  }

  .lw-service-visual {
    min-height: 440px;
  }
}

@media (max-width: 780px) {
  .lw-home {
    padding-top: 68px;
  }

  .lw-container {
    width: min(100% - 32px, 1200px);
  }

  .lw-section {
    padding: 78px 0;
  }

  .lw-hero {
    min-height: auto;
  }

  .lw-hero-grid {
    padding: 76px 0 82px;
    gap: 50px;
  }

  .lw-hero-title {
    font-size: clamp(40px, 11vw, 58px);
  }

  .lw-hero-copy {
    font-size: 16px;
  }

  .lw-flow-card {
    grid-template-columns: 44px 1fr;
  }

  .lw-flow-tech {
    display: none;
  }

  .lw-proof-strip {
    margin-top: -24px;
  }

  .lw-capability-grid,
  .lw-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .lw-portfolio-head,
  .lw-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lw-disclaimer {
    max-width: none;
  }

  .lw-service-copy {
    padding: 42px 30px;
  }

  .lw-service-visual {
    padding: 30px;
  }

  .lw-why-visual {
    min-height: 420px;
  }

  .lw-cta-actions {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .lw-proof-grid {
    grid-template-columns: 1fr;
  }

  .lw-proof-item,
  .lw-proof-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--lw-line);
  }

  .lw-proof-item:last-child {
    border-bottom: 0;
  }

  .lw-capability-card,
  .lw-portfolio-card {
    padding: 27px;
  }

  .lw-process-item {
    grid-template-columns: 1fr;
  }

  .lw-service-points {
    grid-template-columns: 1fr;
  }

  .lw-service-visual {
    min-height: 390px;
    padding: 22px;
  }

  .lw-screen-map {
    height: 180px;
  }

  .lw-hero-actions,
  .lw-cta-actions {
    flex-direction: column;
  }

  .lw-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lw-btn,
  .lw-capability-card { transition: none; }
}
