.lp-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 48px;
}

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

.lp-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.16;
  color: #102634;
}

.lp-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #5b6b75;
}

.lp-heading-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 16px;
}

.lp-heading-mark::before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background: #06B4C1;
}

.lp-heading-mark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06B4C1;
  box-shadow: 0 0 0 4px rgba(6, 180, 193, 0.12);
}

.lp-heading-dark h2,
.lp-heading-dark p {
  color: #e8f4f8;
}

.lp-heading-dark p {
  color: #9db4bf;
}

.lp-heading-dark .lp-heading-mark::before,
.lp-heading-dark .lp-heading-mark::after {
  background: #6ED4DC;
}

.lp-why {
  position: relative;
  overflow: hidden;
  padding: 108px 0 116px;
  background-color: #e8f3f6;
}

.lp-why-network {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(5, 131, 167, 0.13) 1.15px, transparent 1.15px),
    radial-gradient(ellipse 40% 30% at 90% 8%, rgba(6, 180, 193, 0.1) 0%, transparent 70%);
  background-size: 22px 22px, auto;
}

.lp-why .lp-wrap {
  position: relative;
  z-index: 1;
}

.lp-why .lp-heading {
  margin-bottom: 56px;
}

.lp-why .lp-heading-mark {
  margin: 18px 0 20px;
}

.lp-why .lp-heading-mark::before {
  width: 44px;
}

.lp-why .lp-heading-mark::after {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 80, 35, 0.12);
}

.lp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.lp-why-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding: 30px 26px 32px;
  background: #ffffff;
  border: 1px solid rgba(5, 131, 167, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(5, 131, 167, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.lp-why-item:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 180, 193, 0.28);
  box-shadow: 0 18px 40px rgba(5, 131, 167, 0.14);
}

.lp-why-icon {
  width: 56px;
  height: 56px;
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(6, 180, 193, 0.14);
  border: 1px solid rgba(6, 180, 193, 0.16);
  color: #06B4C1;
  box-shadow: none;
}

.lp-why-icon i {
  font-size: 22px;
}

.lp-why-item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #102634;
}

.lp-why-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #6b7a84;
}

.lp-certs {
  position: relative;
  overflow: hidden;
  padding: 96px 0 100px;
  background: #091A24;
}

.lp-certs-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background-image: url("/img/photos/certs-waves.svg");
  background-size: cover;
  background-position: center;
}

.lp-certs .lp-heading-mark::after {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 80, 35, 0.16);
}

.lp-certs .lp-wrap {
  position: relative;
  z-index: 1;
}

.lp-detail .lp-wrap {
  position: relative;
  z-index: 1;
}

.lp-certs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.lp-cert-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #0a1f2b;
  border: 1px solid rgba(110, 212, 220, 0.28);
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 0 24px rgba(6, 180, 193, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  cursor: pointer;
}

.lp-cert-card:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 212, 220, 0.55);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.46), 0 0 32px rgba(6, 180, 193, 0.16);
}

.lp-cert-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 16px 16px 10px;
  background: linear-gradient(135deg, #06B4C1 0%, #0583A7 100%);
}

.lp-cert-head svg {
  width: 200px;
  height: 88px;
  transition: transform 220ms ease;
}

.lp-cert-card:hover .lp-cert-head svg {
  transform: translateY(-2px);
}

.lp-cert-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 24px 24px;
}

.lp-cert-card h3 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f4fbfd;
}

.lp-cert-fullname {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.4;
  color: #9db4bf;
}

.lp-cert-level {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(110, 212, 220, 0.14);
  border: 1px solid rgba(110, 212, 220, 0.22);
  color: #6ED4DC;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-cert-block {
  margin: 0 0 14px;
}

.lp-cert-block:last-of-type {
  flex: 1;
}

.lp-cert-block strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6ED4DC;
}

.lp-cert-block p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #b7c8d0;
}

.lp-cert-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 4px 0 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(125, 211, 232, 0.12);
}

.lp-cert-meta dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a96a3;
}

.lp-cert-meta dd {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #f4fbfd;
}

.lp-cert-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #06B4C1 0%, #0583A7 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(6, 180, 193, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.lp-cert-btn span {
  transition: transform 220ms ease;
}

.lp-cert-card:hover .lp-cert-btn span,
.lp-cert-btn:hover span {
  transform: translateX(4px);
}

.lp-cert-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(6, 180, 193, 0.38);
}

.lp-detail {
  position: relative;
  padding: 100px 0 108px;
  background: #f7fafb;
  overflow: hidden;
}

.lp-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(5, 131, 167, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
}

.lp-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 36px;
  max-width: 520px;
  padding: 6px;
  overflow-x: auto;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(5, 131, 167, 0.1);
}

.lp-tab {
  flex: 1;
  min-width: max-content;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #5b6b75;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}

.lp-tab:hover {
  color: #0583A7;
  background: rgba(6, 180, 193, 0.08);
}

.lp-tab.is-active {
  background: linear-gradient(135deg, #06B4C1 0%, #0583A7 100%);
  color: #ffffff;
}

.lp-panel {
  scroll-margin-top: 120px;
}

.lp-panel:not(.is-active) {
  display: none;
}

.lp-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 40px;
  align-items: start;
}

.lp-panel-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(5, 131, 167, 0.16);
}

.lp-panel-copy {
  padding: 32px 30px;
  background: #ffffff;
  border: 1px solid rgba(5, 131, 167, 0.1);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(5, 131, 167, 0.08);
}

.lp-panel-copy h3 {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #102634;
}

.lp-panel-fullname {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 600;
  color: #0583A7;
}

.lp-panel-copy > p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6b75;
}

.lp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.lp-stats > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 14px;
  border-radius: 14px;
  background: #f4fbfd;
  border: 1px solid rgba(5, 131, 167, 0.12);
  box-shadow: 0 6px 16px rgba(5, 131, 167, 0.05);
}

.lp-stats i {
  color: #06B4C1;
  font-size: 14px;
  margin-bottom: 2px;
}

.lp-stats span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8b96;
}

.lp-stats strong {
  font-size: 14px;
  color: #102634;
}

.lp-panel-next {
  margin: 0 0 22px !important;
  font-size: 13px !important;
  color: #0583A7 !important;
}

.lp-panel-copy h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #102634;
}

.lp-learn {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.lp-learn li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 14px;
  line-height: 1.5;
  color: #5b6b75;
}

.lp-learn li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #06B4C1;
}

.lp-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.lp-text-link {
  font-size: 14px;
  font-weight: 700;
  color: #0583A7;
  text-decoration: none;
}

.lp-text-link:hover {
  color: #06B4C1;
  text-decoration: none;
}

.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #06B4C1 0%, #0583A7 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(6, 180, 193, 0.22);
}

.lp-cta:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.lp-accordion {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.lp-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid rgba(5, 131, 167, 0.1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(5, 131, 167, 0.05);
}

.lp-accordion .accordion-button {
  font-size: 15px;
  font-weight: 600;
  color: #102634;
  background: #ffffff;
  box-shadow: none;
}

.lp-accordion .accordion-button:not(.collapsed) {
  color: #0583A7;
  background: #f4fbfd;
  box-shadow: none;
}

.lp-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(6, 180, 193, 0.3);
}

.lp-accordion .accordion-body {
  color: #5b6b75;
  font-size: 14px;
  line-height: 1.65;
}

.lp-unique {
  position: relative;
  overflow: hidden;
  padding: 100px 0 110px;
  background: #091A24;
}

.lp-unique-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("/img/photos/certs-waves.svg");
  background-size: cover;
  background-position: center;
}

.lp-unique-glows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.lp-unique-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  will-change: transform, opacity;
}

.lp-unique-glow-cyan {
  background: radial-gradient(circle, rgba(6, 180, 193, 0.42) 0%, rgba(6, 180, 193, 0) 70%);
}

.lp-unique-glow-purple {
  background: radial-gradient(circle, rgba(114, 62, 143, 0.4) 0%, rgba(114, 62, 143, 0) 70%);
}

.lp-unique-glow-a {
  width: 640px;
  height: 640px;
  top: -180px;
  left: -8%;
  animation: lp-unique-drift-a 18s ease-in-out infinite;
}

.lp-unique-glow-b {
  width: 700px;
  height: 700px;
  top: -10%;
  right: -12%;
  animation: lp-unique-drift-b 22s ease-in-out infinite;
}

.lp-unique-glow-c {
  width: 520px;
  height: 520px;
  bottom: -16%;
  left: 18%;
  animation: lp-unique-drift-c 16s ease-in-out infinite;
}

.lp-unique-glow-d {
  width: 580px;
  height: 580px;
  bottom: -8%;
  right: 8%;
  animation: lp-unique-drift-d 20s ease-in-out infinite;
}

@keyframes lp-unique-drift-a {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(48px, 28px) scale(1.12); opacity: 1; }
}

@keyframes lp-unique-drift-b {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.65; }
  50% { transform: translate(-56px, 36px) scale(1.18); opacity: 1; }
}

@keyframes lp-unique-drift-c {
  0%, 100% { transform: translate(0, 0) scale(1.05); opacity: 0.6; }
  50% { transform: translate(36px, -44px) scale(0.92); opacity: 0.95; }
}

@keyframes lp-unique-drift-d {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(-40px, -32px) scale(1.14); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-unique-glow {
    animation: none;
  }
}

.lp-unique .lp-heading-mark::after {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(255, 80, 35, 0.16);
}

.lp-unique .lp-wrap {
  position: relative;
  z-index: 1;
}

.lp-unique-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-unique-grid::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 16%;
  right: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 212, 220, 0.55), transparent);
}

.lp-unique-item {
  position: relative;
  text-align: center;
  padding: 8px 12px 0;
}

.lp-unique-num {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #6ED4DC;
}

.lp-unique-node {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #6ED4DC;
  box-shadow: 0 0 0 6px rgba(110, 212, 220, 0.12), 0 0 18px rgba(110, 212, 220, 0.55);
}

.lp-unique-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(110, 212, 220, 0.08);
  color: #6ED4DC;
}

.lp-unique-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #f4fbfd;
}

.lp-unique-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #9db4bf;
}

@media (max-width: 1199px) {
  .lp-wrap {
    padding-inline: 32px;
  }

  .lp-why-grid,
  .lp-certs-grid {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .lp-why,
  .lp-certs,
  .lp-detail,
  .lp-unique {
    padding: 72px 0 80px;
  }

  .lp-heading {
    margin-bottom: 40px;
  }

  .lp-why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .lp-certs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-certs-grid .lp-cert-card:last-child {
    grid-column: 1 / -1;
    max-width: 420px;
    justify-self: center;
    width: 100%;
  }

  .lp-panel-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-panel-media img {
    max-height: 320px;
  }

  .lp-unique-grid::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .lp-wrap {
    padding-inline: 20px;
  }

  .lp-why-grid,
  .lp-certs-grid,
  .lp-unique-grid,
  .lp-stats {
    grid-template-columns: 1fr;
  }

  .lp-certs-grid .lp-cert-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .lp-tabs {
    justify-content: flex-start;
    max-width: none;
  }

  .lp-panel-copy h3 {
    font-size: 26px;
  }

  .lp-panel-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-cta {
    width: 100%;
  }
}
