:root {
  --lg-navy: #071a33;
  --lg-blue: #1688b9;
  --lg-blue-2: #1e9bc8;
  --lg-coral: #ff5b62;
  --lg-aqua: #eafbff;
  --lg-soft: #f5f8fa;
  --lg-text: #5d6b7a;
  --lg-line: #d8e4eb;
  --lg-white: #ffffff;
  --lg-shadow: 0 22px 55px rgba(7, 26, 51, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.laser-info-page {
  margin: 0;
  color: var(--lg-navy);
  background: var(--lg-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
}

.laser-info-page *,
.laser-info-page *::before,
.laser-info-page *::after {
  box-sizing: border-box;
}

.laser-info-page main {
  display: block;
  padding-top: 80px;
  overflow: clip;
}

.laser-info-page main h1,
.laser-info-page main h2,
.laser-info-page main h3,
.laser-info-page main p,
.laser-info-page main figure,
.laser-info-page main ol,
.laser-info-page main ul {
  margin-top: 0;
}

.laser-info-page main h1,
.laser-info-page main h2,
.laser-info-page main h3 {
  color: var(--lg-navy);
  font-family: "Manrope", Arial, sans-serif;
  text-align: left;
  letter-spacing: -0.035em;
}

.laser-info-page main h2 {
  margin-bottom: 0;
}

.laser-info-page main p {
  color: var(--lg-text);
}

.laser-info-page main img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.lg-shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.laser-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20000;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--lg-navy);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.laser-skip-link:focus {
  transform: translateY(0);
}

.laser-info-page .desktop-dropdown-menu a[aria-current="page"],
.laser-info-page .mobile-submenu a[aria-current="page"] {
  color: #0b76a8;
  background: #eff9fd;
  font-weight: 800;
}

.laser-info-page .mobile-dropdown-header:focus-visible {
  outline: 2px solid var(--lg-blue);
  outline-offset: -2px;
}

.lg-hero {
  padding: 28px 0 30px;
  background: var(--lg-soft);
}

.lg-hero__frame {
  width: calc(100% - 40px);
  max-width: 1200px;
  min-height: 560px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border-radius: 30px;
  background: var(--lg-navy);
  box-shadow: var(--lg-shadow);
}

.lg-hero--procedure .lg-hero__frame {
  background: #eef9fc;
}

.lg-hero--safety .lg-hero__frame {
  background: #eef9fc;
}

.lg-hero--results .lg-hero__frame {
  background: #eef9fc;
}

.lg-hero--procedure .lg-hero__copy {
  background-color: #eef9fc;
  background-image: url("/assets/img/background-texture.webp");
  background-position: left center;
  background-size: cover;
}

.lg-hero--safety .lg-hero__copy {
  background-color: #eef9fc;
  background-image: url("/assets/img/background-texture.webp");
  background-position: right center;
  background-size: cover;
}

.lg-hero--results .lg-hero__copy {
  background-color: #eef9fc;
  background-image: url("/assets/img/background-texture.webp");
  background-position: center;
  background-size: cover;
}

.lg-hero--procedure .lg-breadcrumbs {
  color: rgba(7, 26, 51, 0.62);
}

.lg-hero--safety .lg-breadcrumbs {
  color: rgba(7, 26, 51, 0.62);
}

.lg-hero--results .lg-breadcrumbs {
  color: rgba(7, 26, 51, 0.62);
}

.lg-hero--procedure .lg-breadcrumbs a:hover {
  color: var(--lg-navy);
}

.lg-hero--safety .lg-breadcrumbs a:hover {
  color: var(--lg-navy);
}

.lg-hero--results .lg-breadcrumbs a:hover {
  color: var(--lg-navy);
}

.laser-info-page main .lg-hero.lg-hero--procedure h1 {
  color: var(--lg-navy);
}

.laser-info-page main .lg-hero.lg-hero--safety h1 {
  color: var(--lg-navy);
}

.laser-info-page main .lg-hero.lg-hero--results h1 {
  color: var(--lg-navy);
}

.laser-info-page main .lg-hero--procedure .lg-hero__copy > p {
  color: var(--lg-text);
}

.laser-info-page main .lg-hero--safety .lg-hero__copy > p {
  color: var(--lg-text);
}

.laser-info-page main .lg-hero--results .lg-hero__copy > p {
  color: var(--lg-text);
}

.lg-hero__copy,
.lg-hero__media {
  min-width: 0;
}

.lg-hero__copy {
  min-height: 560px;
  padding: clamp(48px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lg-breadcrumbs {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.lg-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.lg-breadcrumbs a:hover {
  color: #fff;
}

.lg-breadcrumbs i {
  font-size: 9px;
}

.laser-info-page main .lg-hero h1 {
  max-width: 580px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(44px, 4.15vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.laser-info-page main .lg-hero h1 span {
  color: var(--lg-blue-2);
}

.laser-info-page main .lg-hero__copy > p {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.6;
}

.lg-hero__media {
  min-height: 560px;
  margin: 0;
  background: #dbeaf0;
}

.lg-hero__media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.lg-chapter__media picture,
.lg-safety-system > figure picture,
.lg-device > figure picture,
.lg-evidence-grid figure picture {
  width: 100%;
  height: 100%;
  display: block;
}

.lg-hero--results .lg-hero__media img {
  object-position: center 36%;
}

.lg-button {
  min-height: 58px;
  padding: 17px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--lg-navy);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.lg-button:hover {
  transform: translateY(-2px);
}

.lg-button--coral {
  color: #fff;
  background: var(--lg-coral);
  box-shadow: 0 14px 30px rgba(255, 91, 98, 0.28);
}

.lg-button--coral:hover {
  color: #fff;
  background: #f34e56;
  box-shadow: 0 18px 36px rgba(255, 91, 98, 0.34);
}

.lg-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.lg-button--ghost:hover {
  color: var(--lg-navy);
  background: #fff;
}

.lg-button:focus-visible,
.lg-text-link:focus-visible,
.lg-breadcrumbs a:focus-visible {
  outline: 3px solid rgba(30, 155, 200, 0.48);
  outline-offset: 4px;
}

.lg-section {
  padding: 68px 0;
  border-bottom: 1px solid rgba(216, 228, 235, 0.72);
}

.lg-section--white {
  background: #fff;
}

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

.lg-section--aqua {
  background: var(--lg-aqua);
}

.lg-section--navy {
  color: #fff;
  background: var(--lg-navy);
}

.lg-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.laser-info-page main .lg-heading h2 {
  margin: 0 0 15px;
  font-size: clamp(34px, 3.3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
}

.laser-info-page main .lg-heading p {
  max-width: 730px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.lg-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: clamp(44px, 6vw, 76px);
}

.lg-chapter__copy,
.lg-chapter__media {
  min-width: 0;
}

.lg-chapter__title {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.lg-chapter__number {
  color: var(--lg-blue);
  font-size: clamp(62px, 6vw, 82px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.lg-chapter__stage {
  margin-bottom: 8px;
  display: block;
  color: var(--lg-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.laser-info-page main .lg-chapter__title h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.laser-info-page main .lg-chapter__lead {
  max-width: 620px;
  margin: 0 0 20px;
  font-size: 17px;
}

.lg-check-list,
.lg-number-list,
.lg-control-list,
.lg-milestones {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lg-check-list li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  border-bottom: 1px solid var(--lg-line);
}

.lg-check-list li:first-child {
  border-top: 1px solid var(--lg-line);
}

.lg-check-list i {
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border: 1px solid rgba(22, 136, 185, 0.34);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lg-blue);
  font-size: 12px;
}

.lg-check-list span {
  color: var(--lg-text);
  font-size: 15px;
  line-height: 1.58;
}

.lg-check-list strong {
  color: var(--lg-navy);
}

.lg-chapter__media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e7f0f4;
}

.lg-chapter__media img {
  height: 100%;
  object-fit: cover;
}

.lg-chapter__media--portrait img {
  object-position: center top;
}

.lg-chapter__media--detail {
  background: #f1f3f4;
}

.lg-chapter__media--detail img {
  object-position: center 44%;
}

.lg-mechanism > .lg-heading,
.lg-section--soft > .lg-shell > .lg-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lg-mechanism > .lg-heading h2,
.lg-mechanism > .lg-heading p,
.lg-section--soft > .lg-shell > .lg-heading h2,
.lg-section--soft > .lg-shell > .lg-heading p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lg-wide-visual {
  aspect-ratio: 2 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 136, 185, 0.12);
  border-radius: 22px;
  background: #fff;
}

.lg-wide-visual img {
  height: 100%;
  object-fit: cover;
}

.lg-explainer-row,
.lg-phase-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg-explainer-row article,
.lg-phase-row article {
  min-width: 0;
  padding: 28px 30px 0;
  border-left: 1px solid rgba(22, 136, 185, 0.2);
}

.lg-explainer-row article:first-child,
.lg-phase-row article:first-child {
  border-left: 0;
}

.lg-explainer-row span,
.lg-phase-row span,
.lg-evidence-grid article > div > span {
  display: block;
  color: var(--lg-blue);
  font-size: 14px;
  font-weight: 800;
}

.laser-info-page main .lg-explainer-row h3,
.laser-info-page main .lg-phase-row h3 {
  margin: 8px 0 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.lg-explainer-row p,
.lg-phase-row p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

.lg-number-list li {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--lg-line);
}

.lg-number-list li:first-child {
  border-top: 1px solid var(--lg-line);
}

.lg-number-list li > span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(22, 136, 185, 0.34);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lg-blue);
  font-size: 13px;
  font-weight: 800;
}

.lg-number-list p {
  margin: 0;
  font-size: 15px;
}

.lg-sensation-strip {
  margin-top: 58px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px 44px;
  border-radius: 20px;
  color: #fff;
  background: var(--lg-navy);
}

.laser-info-page main .lg-sensation-strip h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.14;
}

.laser-info-page main .lg-sensation-strip > div > p,
.laser-info-page main .lg-sensation-strip__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.lg-sensation-strip ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.lg-sensation-strip li {
  min-width: 0;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.lg-sensation-strip li:first-child {
  border-left: 0;
}

.lg-sensation-strip li i {
  color: #7ed0ed;
  font-size: 24px;
}

.lg-sensation-strip li span {
  font-size: 14px;
  font-weight: 800;
}

.laser-info-page main .lg-sensation-strip__note {
  grid-column: 1 / -1;
  padding-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lg-sensation-strip__note i {
  color: #7ed0ed;
}

.lg-text-link {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--lg-blue);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.lg-text-link:hover {
  color: var(--lg-navy);
}

.lg-button--section-link {
  min-height: 52px;
  margin-top: 22px;
  padding: 14px 22px;
  border-color: rgba(22, 136, 185, 0.3);
  color: var(--lg-blue);
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 26, 51, 0.07);
}

.lg-button--section-link:hover {
  border-color: rgba(22, 136, 185, 0.52);
  color: var(--lg-navy);
  background: #f8fdff;
}

.lg-duration > .lg-heading {
  margin-bottom: 32px;
}

.lg-duration__rows {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.25fr;
  border-top: 1px solid var(--lg-line);
  border-bottom: 1px solid var(--lg-line);
}

.lg-duration__rows > div {
  min-width: 0;
  min-height: 132px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--lg-line);
}

.lg-duration__rows > div:first-child {
  border-left: 0;
}

.lg-duration__rows strong {
  color: var(--lg-blue);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
}

.lg-duration__rows span {
  margin-top: 7px;
  color: var(--lg-text);
  font-size: 14px;
}

.lg-duration__package {
  flex-direction: row !important;
  align-items: center;
  gap: 16px;
}

.lg-duration__package i {
  color: var(--lg-blue);
  font-size: 28px;
}

.lg-duration__package span {
  margin-top: 0;
  line-height: 1.5;
}

.lg-duration__package span strong {
  color: var(--lg-navy);
  font-size: inherit;
}

.lg-proof {
  padding: 38px 0;
  border-bottom: 1px solid var(--lg-line);
  background: #fff;
}

.lg-proof__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg-proof article {
  min-width: 0;
  padding: 2px 32px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  border-left: 1px solid var(--lg-line);
}

.lg-proof article:first-child {
  padding-left: 0;
  border-left: 0;
}

.lg-proof article:last-child {
  padding-right: 0;
}

.lg-proof i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lg-blue);
  background: var(--lg-aqua);
  font-size: 18px;
}

.laser-info-page main .lg-proof h2 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.lg-proof p {
  margin: 0;
  font-size: 14px;
  line-height: 1.52;
}

.lg-safety-system {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(48px, 6vw, 80px);
}

.lg-safety-system > figure {
  position: sticky;
  top: 110px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #eaf3f6;
}

.lg-safety-system > figure img {
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.lg-control-list {
  border-top: 1px solid var(--lg-line);
}

.lg-control-list li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid var(--lg-line);
}

.lg-control-list li > span,
.lg-milestones li > span {
  color: var(--lg-blue);
  font-size: 13px;
  font-weight: 800;
}

.laser-info-page main .lg-control-list h3,
.laser-info-page main .lg-milestones h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.lg-control-list p,
.lg-milestones p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
}

.lg-device {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
}

.lg-section--navy .lg-heading h2,
.lg-section--navy .lg-heading p {
  color: #fff;
}

.lg-section--navy .lg-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.lg-device__stats {
  margin: 30px 0 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.lg-device__stats > div {
  min-width: 0;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.lg-device__stats strong {
  color: #7ed0ed;
  font-size: 24px;
  line-height: 1.2;
}

.lg-device__stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.lg-text-link--light {
  color: #7ed0ed;
}

.lg-text-link--light:hover {
  color: #fff;
}

.lg-device > figure {
  width: min(100%, 360px);
  height: auto;
  aspect-ratio: 2 / 3;
  margin: 0;
  padding: 0;
  justify-self: center;
  overflow: hidden;
  border-radius: 22px;
  background: #eaf4f8;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.2);
}

.lg-device > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.lg-evidence-grid article {
  min-width: 0;
  padding-top: 16px;
  border-top: 2px solid var(--lg-navy);
}

.lg-evidence-grid figure {
  aspect-ratio: 7 / 8;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #edf3f5;
}

.lg-evidence-grid img {
  height: 100%;
  object-fit: cover;
}

.lg-evidence-grid article:first-child img {
  object-position: center top;
}

.lg-evidence-grid article:last-child img {
  object-position: center 42%;
}

.laser-info-page main .lg-evidence-grid h3 {
  margin: 7px 0 8px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.lg-evidence-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
}

.lg-notice {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px 36px;
  border: 1px solid rgba(22, 136, 185, 0.22);
  border-top: 4px solid var(--lg-blue);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 45, 73, 0.08);
}

.lg-notice__icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--lg-blue);
  font-size: 27px;
}

.lg-notice .lg-heading {
  margin: 0;
}

.laser-info-page main .lg-notice .lg-heading h2 {
  font-size: 32px;
}

.lg-notice .lg-button {
  margin: 0;
  min-width: 238px;
  white-space: nowrap;
}

.lg-result-proof {
  padding: 56px 0;
  border-bottom: 1px solid var(--lg-line);
  background: var(--lg-aqua);
}

.lg-result-proof__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 56px;
}

.lg-result-proof__number {
  min-width: 0;
}

.lg-result-proof__number > span {
  margin-right: 8px;
  color: var(--lg-blue);
  font-size: 22px;
  font-weight: 800;
}

.lg-result-proof__number strong {
  color: var(--lg-blue);
  font-size: clamp(62px, 7.3vw, 94px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.lg-result-proof__number p {
  max-width: 410px;
  margin: 16px 0 0;
  color: var(--lg-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.lg-result-proof__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg-result-proof__outcomes > div {
  min-width: 0;
  min-height: 132px;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  border-left: 1px solid rgba(22, 136, 185, 0.22);
}

.lg-result-proof__outcomes i {
  color: var(--lg-blue);
  font-size: 22px;
}

.lg-result-proof__outcomes span {
  color: var(--lg-text);
  font-size: 14px;
  line-height: 1.5;
}

.lg-result-proof__outcomes strong {
  display: block;
  color: var(--lg-navy);
}

.lg-result-path {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(48px, 7vw, 90px);
}

.lg-result-path .lg-heading {
  position: sticky;
  top: 112px;
  margin: 0;
}

.lg-milestones {
  border-top: 1px solid var(--lg-line);
}

.lg-milestones li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--lg-line);
}

.lg-milestones li > span {
  font-size: 18px;
}

.laser-info-page main .lg-milestones h3 {
  font-size: 22px;
}

.lg-wide-visual--growth {
  border-color: rgba(7, 26, 51, 0.08);
}

.lg-phase-row article {
  padding-top: 26px;
}

.lg-comparison {
  border-top: 1px solid var(--lg-line);
  border-left: 1px solid var(--lg-line);
}

.lg-comparison__row {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr) minmax(0, 1.22fr);
}

.lg-comparison__row > * {
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--lg-line);
  border-bottom: 1px solid var(--lg-line);
  color: var(--lg-text);
  font-size: 15px;
  line-height: 1.5;
}

.lg-comparison__row strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lg-navy);
}

.lg-comparison__row strong i {
  color: var(--lg-blue);
}

.lg-comparison__row--head > * {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #6d7c89;
  background: var(--lg-soft);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lg-comparison__row--featured > * {
  color: var(--lg-navy);
  background: var(--lg-aqua);
  font-weight: 700;
}

.lg-maintenance {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.lg-maintenance__number {
  padding-right: 56px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.lg-maintenance__number strong {
  color: #7ed0ed;
  font-size: clamp(76px, 9vw, 118px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.lg-maintenance__number span {
  max-width: 290px;
  margin-top: 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.lg-maintenance .lg-heading {
  margin-bottom: 28px;
}

.lg-factor-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lg-factor-line span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.lg-final {
  padding: 24px 0 64px;
  background: var(--lg-soft);
}

.lg-final__panel {
  padding: 48px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, 0.82fr);
  align-items: center;
  gap: 46px;
  border-radius: 24px;
  color: #fff;
  background: var(--lg-navy);
}

.laser-info-page main .lg-final h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 43px);
  font-weight: 800;
  line-height: 1.12;
}

.laser-info-page main .lg-final p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.lg-final__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .laser-info-page .header__container {
    justify-content: flex-start;
  }

  .laser-info-page .burger-menu {
    position: relative;
    z-index: 10001;
    order: 1;
    margin-right: 15px;
    display: flex;
  }

  .laser-info-page .logo {
    order: 2;
    margin-right: auto;
    margin-left: 0;
  }

  .laser-info-page .header__actions {
    order: 3 !important;
  }

  .laser-info-page .desktop-only-nav {
    display: none !important;
  }

  .laser-info-page .mobile-nav-container {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10000;
    width: 100%;
    max-height: 0;
    display: block;
    overflow-y: auto;
    border-top: 1px solid rgba(7, 26, 51, 0.07);
    background: #fff;
    box-shadow: 0 12px 28px rgba(7, 26, 51, 0.09);
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.22s ease, transform 0.22s ease;
  }

  .laser-info-page .mobile-nav-container.active {
    max-height: 80vh;
    padding-bottom: 20px;
    opacity: 1;
    transform: translateY(0);
  }

  .laser-info-page .mobile-menu-list,
  .laser-info-page .mobile-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .laser-info-page .mobile-menu-list > li {
    border-bottom: 1px solid rgba(7, 26, 51, 0.05);
  }

  .laser-info-page .mobile-link,
  .laser-info-page .mobile-dropdown-header {
    min-height: 54px;
    padding: 15px 24px;
    color: var(--lg-navy);
    font-size: 16px;
    font-weight: 700;
  }

  .laser-info-page .mobile-link {
    display: block;
    text-decoration: none;
  }

  .laser-info-page .mobile-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }

  .laser-info-page .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    background: var(--lg-soft);
    transition: max-height 0.28s ease;
  }

  .laser-info-page .mobile-dropdown.active .mobile-submenu {
    max-height: 560px;
  }

  .laser-info-page .mobile-submenu a {
    display: block;
    min-height: 44px;
    padding: 12px 24px 12px 46px;
    color: var(--lg-text);
    font-size: 16px;
    text-decoration: none;
  }

  .laser-info-page .mobile-dropdown-header i {
    transition: transform 0.22s ease;
  }

  .laser-info-page .mobile-dropdown.active .mobile-dropdown-header i {
    transform: rotate(180deg);
  }
}

@media (max-width: 1024px) {
  .lg-hero__frame {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .lg-hero__copy {
    padding: 44px;
  }

  .lg-chapter,
  .lg-safety-system,
  .lg-result-path {
    gap: 42px;
  }

  .lg-evidence-grid {
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .lg-hero {
    padding: 12px 0 22px;
  }

  .lg-hero__frame {
    width: calc(100% - 24px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 24px;
  }

  .lg-hero__copy {
    min-height: 0;
    padding: 42px 36px;
  }

  .lg-hero__media,
  .lg-hero__media img {
    min-height: 0;
  }

  .lg-hero__media {
    aspect-ratio: 4 / 3;
  }

  .lg-hero--safety .lg-hero__media {
    aspect-ratio: 3 / 2;
  }

  .lg-hero--safety .lg-hero__media img {
    object-position: center top;
  }

  .lg-hero__media img {
    height: 100%;
    object-fit: cover;
  }

  .lg-chapter,
  .lg-safety-system,
  .lg-device,
  .lg-result-path,
  .lg-maintenance {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-safety-system > figure,
  .lg-result-path .lg-heading {
    position: static;
  }

  .lg-safety-system > figure {
    aspect-ratio: 3 / 2;
  }

  .lg-safety-system > figure img {
    object-position: center top;
  }

  .lg-proof__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-proof article,
  .lg-proof article:first-child,
  .lg-proof article:last-child {
    padding: 18px 0;
    border-top: 1px solid var(--lg-line);
    border-left: 0;
  }

  .lg-proof article:first-child {
    border-top: 0;
  }

  .lg-device > figure {
    width: min(100%, 320px);
    height: auto;
  }

  .lg-evidence-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .lg-evidence-grid article {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
  }

  .lg-evidence-grid figure {
    margin: 0;
  }

  .lg-notice {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .lg-notice .lg-button {
    grid-column: 2;
    justify-self: start;
  }

  .lg-result-proof__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .lg-maintenance__number {
    padding: 0 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .lg-final__panel {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  body.laser-info-page {
    font-size: 16px;
  }

  .lg-shell {
    padding-inline: 20px;
  }

  .lg-hero__frame {
    width: calc(100% - 20px);
  }

  .lg-hero__copy {
    padding: 32px 22px 34px;
  }

  .lg-hero__media,
  .lg-hero--safety .lg-hero__media {
    aspect-ratio: 16 / 9;
  }

  .lg-breadcrumbs {
    display: none;
  }

  .laser-info-page main .lg-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(35px, 10.8vw, 42px);
    line-height: 1.07;
  }

  .laser-info-page main .lg-hero__copy > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .lg-hero .lg-button {
    width: 100%;
  }

  .lg-section {
    padding: 42px 0;
  }

  .lg-heading {
    margin-bottom: 24px;
  }

  .laser-info-page main .lg-heading h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.12;
  }

  .laser-info-page main .lg-heading p {
    font-size: 16px;
    line-height: 1.58;
  }

  .lg-chapter {
    gap: 22px;
  }

  .lg-chapter__title {
    margin-bottom: 20px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
  }

  .lg-chapter__number {
    font-size: 55px;
  }

  .lg-chapter__stage {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .laser-info-page main .lg-chapter__title h2 {
    font-size: 27px;
    line-height: 1.1;
  }

  .laser-info-page main .lg-chapter__lead {
    font-size: 16px;
  }

  .lg-check-list li {
    padding: 15px 0;
  }

  .lg-check-list span,
  .lg-number-list p {
    font-size: 14px;
  }

  .lg-chapter__media {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .lg-wide-visual {
    border-radius: 16px;
  }

  .lg-explainer-row,
  .lg-phase-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-explainer-row article,
  .lg-phase-row article,
  .lg-explainer-row article:first-child,
  .lg-phase-row article:first-child {
    padding: 19px 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0 12px;
    border-top: 1px solid rgba(22, 136, 185, 0.2);
    border-left: 0;
  }

  .lg-explainer-row article:first-child,
  .lg-phase-row article:first-child {
    border-top: 0;
  }

  .lg-explainer-row span,
  .lg-phase-row span {
    grid-row: 1 / 3;
    padding-top: 4px;
  }

  .laser-info-page main .lg-explainer-row h3,
  .laser-info-page main .lg-phase-row h3 {
    margin-top: 0;
    font-size: 18px;
  }

  .lg-sensation-strip {
    margin-top: 38px;
    padding: 28px 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    border-radius: 18px;
  }

  .laser-info-page main .lg-sensation-strip h2 {
    font-size: 25px;
  }

  .lg-sensation-strip ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-sensation-strip li,
  .lg-sensation-strip li:first-child {
    padding: 13px 0;
    flex-direction: row;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    text-align: left;
  }

  .lg-sensation-strip__note {
    grid-column: auto;
    align-items: flex-start !important;
  }

  .lg-duration__rows {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    border: 0;
    background: var(--lg-line);
  }

  .lg-duration__rows > div,
  .lg-duration__rows > div:first-child {
    min-height: 112px;
    padding: 20px 16px;
    border: 0;
    background: #fff;
  }

  .lg-duration__rows > div:nth-child(3),
  .lg-duration__package {
    grid-column: 1 / -1;
  }

  .lg-duration__rows strong {
    font-size: 21px;
  }

  .lg-duration__package {
    min-height: 0 !important;
    align-items: flex-start;
    gap: 10px;
  }

  .lg-duration__package i {
    margin-top: 3px;
    font-size: 20px;
  }

  .lg-duration__package span {
    font-size: 14px;
    line-height: 1.5;
  }

  .lg-proof {
    padding: 24px 0;
  }

  .lg-proof article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .lg-proof i {
    width: 40px;
    height: 40px;
  }

  .lg-safety-system > figure {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .lg-safety-system > figure img {
    object-position: center top;
  }

  .lg-control-list li {
    padding: 16px 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .laser-info-page main .lg-control-list h3 {
    font-size: 17px;
  }

  .lg-device {
    gap: 28px;
  }

  .lg-device > figure {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    border-radius: 18px;
  }

  .lg-device__stats > div {
    padding: 17px 14px;
  }

  .lg-device__stats strong {
    font-size: 19px;
  }

  .lg-device__stats span {
    font-size: 14px;
  }

  .lg-evidence-grid article {
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
  }

  .lg-evidence-grid figure {
    aspect-ratio: 16 / 9;
  }

  .lg-hero__media img,
  .lg-chapter__media img,
  .lg-safety-system > figure img,
  .lg-device > figure img,
  .lg-evidence-grid img {
    object-position: center;
  }

  .lg-notice {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .lg-notice__icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .laser-info-page main .lg-notice .lg-heading h2 {
    font-size: 28px;
  }

  .lg-notice .lg-button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
    white-space: normal;
  }

  .lg-result-proof {
    padding: 44px 0;
  }

  .lg-result-proof__inner {
    gap: 28px;
  }

  .lg-result-proof__number strong {
    font-size: clamp(58px, 20vw, 76px);
  }

  .lg-result-proof__number p {
    font-size: 15px;
  }

  .lg-result-proof__outcomes {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-result-proof__outcomes > div {
    min-height: 0;
    padding: 16px 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    border-top: 1px solid rgba(22, 136, 185, 0.22);
    border-left: 0;
  }

  .lg-milestones li {
    padding: 20px 0;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 12px;
  }

  .laser-info-page main .lg-milestones h3 {
    font-size: 19px;
  }

  .lg-comparison__row,
  .lg-comparison__row--head {
    grid-template-columns: minmax(0, 1fr);
  }

  .lg-comparison__row--head {
    display: none;
  }

  .lg-comparison__row {
    border-bottom: 1px solid var(--lg-line);
  }

  .lg-comparison__row > * {
    padding: 10px 16px;
    border-bottom: 0;
  }

  .lg-comparison__row > strong {
    padding-top: 18px;
  }

  .lg-comparison__row > span:last-child {
    padding-bottom: 18px;
  }

  .lg-maintenance {
    gap: 30px;
  }

  .lg-maintenance__number {
    padding-bottom: 28px;
  }

  .lg-maintenance__number strong {
    font-size: 78px;
  }

  .lg-final {
    padding: 12px 0 44px;
  }

  .lg-final__panel {
    padding: 34px 22px;
    gap: 30px;
    border-radius: 20px;
  }

  .laser-info-page main .lg-final h2 {
    font-size: 29px;
  }

  .lg-final__actions .lg-button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 380px) {
  .lg-hero__copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .laser-info-page main .lg-hero h1 {
    font-size: 35px;
  }

  .lg-button {
    font-size: 14px;
  }

  .lg-duration__rows > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Readability contract: client-facing copy is never smaller than the hero lead. */
.laser-info-page main .lg-breadcrumbs {
  font-size: 17px;
}

.laser-info-page main .lg-chapter__stage,
.laser-info-page main .lg-result-proof__number p {
  font-size: 17px;
}

.laser-info-page main .lg-check-list span,
.laser-info-page main .lg-number-list p,
.laser-info-page main .lg-explainer-row p,
.laser-info-page main .lg-phase-row p,
.laser-info-page main .lg-sensation-strip > div > p,
.laser-info-page main .lg-sensation-strip li span,
.laser-info-page main .lg-sensation-strip__note,
.laser-info-page main .lg-duration__rows span,
.laser-info-page main .lg-proof p,
.laser-info-page main .lg-control-list p,
.laser-info-page main .lg-device__stats span,
.laser-info-page main .lg-evidence-grid p,
.laser-info-page main .lg-result-proof__outcomes span,
.laser-info-page main .lg-milestones p,
.laser-info-page main .lg-comparison__row > *,
.laser-info-page main .lg-factor-line span,
.laser-info-page main .lg-phase-row > article > span,
.laser-info-page main .lg-final__panel p,
.laser-info-page main .lg-text-link,
.laser-info-page main .lg-button {
  font-size: 17px;
}

@media (max-width: 680px) {
  .laser-info-page main .lg-chapter__stage,
  .laser-info-page main .lg-check-list span,
  .laser-info-page main .lg-number-list p,
  .laser-info-page main .lg-explainer-row p,
  .laser-info-page main .lg-phase-row p,
  .laser-info-page main .lg-sensation-strip > div > p,
  .laser-info-page main .lg-sensation-strip li span,
  .laser-info-page main .lg-sensation-strip__note,
  .laser-info-page main .lg-duration__rows span,
  .laser-info-page main .lg-proof p,
  .laser-info-page main .lg-control-list p,
  .laser-info-page main .lg-device__stats span,
  .laser-info-page main .lg-evidence-grid p,
  .laser-info-page main .lg-result-proof__outcomes span,
  .laser-info-page main .lg-milestones p,
  .laser-info-page main .lg-comparison__row > *,
  .laser-info-page main .lg-factor-line span,
  .laser-info-page main .lg-phase-row > article > span,
  .laser-info-page main .lg-final__panel p,
  .laser-info-page main .lg-text-link,
  .laser-info-page main .lg-button {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lg-button,
  .laser-skip-link {
    transition: none;
  }
}
