/* Shared light enterprise styles for inner pages */
.lc-inner-page,
.lc-inner-page *,
.lc-inner-page *::before,
.lc-inner-page *::after {
  box-sizing: border-box;
}

.lc-inner-page {
  overflow: hidden;
  color: var(--lc-text, #22252b);
  background: #fff;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lc-inner-page--company,
.lc-inner-page--policy,
.lc-inner-page--solution {
  --lc-accent: #2457d6;
}

.lc-inner-page--content,
.lc-inner-page--error,
.lc-inner-page--location,
.lc-inner-page--product {
  min-width: 0;
  --lc-accent: #2457d6;
}

.lc-inner-hero--help,
.lc-inner-hero--news,
.lc-inner-hero--maintenance,
.lc-inner-hero-art--domain,
.lc-inner-hero-art--location {
  isolation: isolate;
}

.lc-inner-page a,
.lc-inner-page a:hover,
.lc-inner-page a:focus {
  text-decoration: none;
}

.lc-inner-container,
.lc-inner-page .lc-container,
.lc-inner-page > .container {
  width: calc(100% - 48px);
  max-width: var(--lc-max, 1340px);
  margin-right: auto;
  margin-left: auto;
}

.lc-inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  background: linear-gradient(112deg, #f7f3eb 0%, #f5f2ec 52%, #edf3fc 100%) !important;
  background-image: linear-gradient(112deg, #f7f3eb 0%, #f5f2ec 52%, #edf3fc 100%) !important;
}

.lc-inner-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .3;
  background-image: radial-gradient(#aebed8 .75px, transparent .75px);
  background-size: 8px 8px;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 40%, #000 68%, #000 100%);
}

.lc-inner-hero > .lc-inner-container,
.lc-inner-hero-layout {
  display: grid;
  position: relative;
  z-index: 2;
  min-height: 370px;
  align-items: center;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  gap: 64px;
}

/* Content pages place the decorative art before the text in the DOM. Keep it
   in the right visual column without changing the server-rendered order. */
.lc-inner-hero > .lc-inner-hero-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(24px, calc((100% - var(--lc-max, 1340px)) / 2));
  width: min(42%, 560px);
  min-height: 260px;
  transform: translateY(-50%) rotate(-4deg);
}

.lc-inner-hero > .lc-inner-hero-content {
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  max-width: var(--lc-max, 1340px);
  margin-right: auto;
  margin-left: auto;
  padding: 66px 0 72px;
}

.lc-inner-hero > .lc-inner-hero-content > * {
  max-width: 56%;
}

.lc-inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 66px 0 72px;
}

.lc-inner-kicker {
  display: block;
  color: var(--lc-accent, #2457d6);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lc-inner-hero h1,
.lc-inner-hero h2 {
  margin: 17px 0 0;
  color: #17191d !important;
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -1.4px;
}

.lc-inner-lead,
.lc-inner-hero-content > p {
  max-width: 700px;
  margin: 16px 0 0;
  color: #565b64 !important;
  font-size: 16px;
  line-height: 1.85;
}

.lc-inner-actions {
  display: flex;
  margin-top: 29px;
  flex-wrap: wrap;
  gap: 12px;
}

.lc-inner-hero-art {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(91, 122, 177, .24);
  border-radius: 28px;
  background:
    radial-gradient(rgba(62, 101, 172, .15) .8px, transparent .8px),
    linear-gradient(142deg, rgba(255, 255, 255, .92), rgba(218, 229, 247, .68));
  background-size: 9px 9px, auto;
  box-shadow: 0 26px 58px rgba(57, 81, 124, .12);
  transform: rotate(-4deg);
}

.lc-inner-hero-art::before,
.lc-inner-hero-art::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(65, 106, 182, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .28);
}

.lc-inner-hero-art::before {
  inset: 34px -54px -22px 52px;
  transform: rotate(10deg);
}

.lc-inner-hero-art::after {
  inset: 74px 38px 34px -35px;
  transform: rotate(-8deg);
}

.lc-inner-hero-art > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #4c82ee, #2457d6);
  box-shadow: 0 16px 32px rgba(36, 87, 214, .22);
  font-size: 28px;
  transform: translate(-50%, -50%) rotate(4deg);
}

.lc-inner-body {
  background: #fff;
}

.lc-inner-section {
  padding: 82px 0;
  background: #fff;
}

.lc-inner-section--soft {
  background: var(--lc-soft, #f5f6f8);
}

.lc-inner-section--warm {
  background: #f7f5f1;
}

.lc-inner-section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.lc-inner-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lc-inner-section-head > span {
  display: block;
  color: var(--lc-accent, #2457d6);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .5px;
}

.lc-inner-section-head h2,
.lc-inner-section h2.lc-inner-title {
  margin: 10px 0 0;
  color: #1b1d21;
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 650;
  line-height: 1.34;
  letter-spacing: -.7px;
}

.lc-inner-section-head p {
  margin: 13px 0 0;
  color: var(--lc-muted, #646a73);
  font-size: 15px;
  line-height: 1.8;
}

.lc-inner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lc-inner-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lc-inner-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lc-inner-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lc-domain-grid,
.lc-product-compare-grid {
  align-items: stretch;
}

.lc-product-overview {
  align-items: center;
}

.lc-inner-card {
  display: flex;
  min-width: 0;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  color: var(--lc-text, #22252b);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lc-inner-card > i,
.lc-inner-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--lc-accent, #2457d6);
  background: #edf3ff;
  font-size: 19px;
}

.lc-inner-card h3 {
  margin: 21px 0 10px;
  color: #202226;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.45;
}

.lc-inner-card p {
  margin: 0;
  color: #676c75;
  font-size: 13px;
  line-height: 1.75;
}

.lc-inner-card a {
  color: var(--lc-accent, #2457d6);
}

.lc-inner-card--statement {
  min-height: 220px;
  justify-content: center;
  background: linear-gradient(145deg, #f7faff, #edf3fd);
}

.lc-inner-metric {
  display: block;
  margin-bottom: 13px;
  color: var(--lc-accent, #2457d6);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.lc-inner-section-note {
  max-width: 780px;
  margin: -18px 0 28px;
  color: var(--lc-muted, #646a73);
  font-size: 13px;
  line-height: 1.75;
}

.lc-partner-showcase {
  margin-top: 18px;
}

.lc-inner-card img,
.lc-inner-page img {
  max-width: 100%;
  height: auto;
}

.lc-prose {
  max-width: 980px;
  margin: 0 auto;
  padding: 46px 52px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  color: #4f555e;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 45, 65, .04);
  font-size: 14px;
  line-height: 1.9;
}

.lc-prose h1,
.lc-prose h2,
.lc-prose h3,
.lc-prose h4 {
  color: #202226;
  font-weight: 650;
  line-height: 1.45;
}

.lc-prose h2 { margin: 34px 0 13px; font-size: 24px; }
.lc-prose h3 { margin: 27px 0 11px; font-size: 19px; }
.lc-prose p { margin: 0 0 16px; }
.lc-prose ul,
.lc-prose ol { margin: 0 0 18px; padding-left: 23px; }
.lc-prose li { margin: 7px 0; }
.lc-prose table { width: 100%; margin: 22px 0; border-collapse: collapse; }
.lc-prose th,
.lc-prose td { padding: 12px 14px; border: 1px solid var(--lc-line, #e4e7eb); text-align: left; }
.lc-prose th { color: #202226; background: #f5f7fa; }

.lc-inner-chip,
.lc-inner-page .badge:not(.zc-account-button) {
  display: inline-flex;
  min-height: 28px;
  padding: 5px 10px;
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #3b5f9e;
  background: #edf3ff;
  font-size: 11px;
  font-weight: 600;
}

.lc-inner-note {
  padding: 17px 19px;
  border: 1px solid #d9e4f6;
  border-radius: 8px;
  color: #4f607a;
  background: #f3f7fd;
  font-size: 13px;
  line-height: 1.7;
}

.lc-inner-button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.lc-inner-button--primary {
  color: #fff !important;
  border-color: var(--lc-accent, #2457d6);
  background: var(--lc-accent, #2457d6);
}

.lc-inner-button--primary:hover,
.lc-inner-button--primary:focus {
  color: #fff !important;
  border-color: var(--lc-accent-hover, #173fa9);
  background: var(--lc-accent-hover, #173fa9);
}

.lc-inner-button--ghost {
  color: #24272c !important;
  border-color: #cbd2dc;
  background: #fff;
}

.lc-inner-button--ghost:hover,
.lc-inner-button--ghost:focus {
  color: var(--lc-accent, #2457d6) !important;
  border-color: #aebfdd;
  background: #f6f9fd;
}

.lc-inner-subnav {
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
  background: #fff;
}

.lc-inner-subnav > .lc-inner-container,
.lc-inner-subnav > ul {
  display: flex;
  min-height: 58px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  gap: 30px;
  list-style: none;
  overflow-x: auto;
}

.lc-inner-subnav a {
  flex: 0 0 auto;
  color: #646a73;
  font-size: 13px;
}

.lc-inner-subnav a:hover,
.lc-inner-subnav .active > a,
.lc-inner-subnav a.active {
  color: var(--lc-accent, #2457d6);
}

.lc-inner-split {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
}

.lc-inner-callout {
  padding: 34px 38px;
  border: 1px solid #d9e4f6;
  border-radius: var(--lc-radius, 10px);
  color: #33435d;
  background: linear-gradient(145deg, #f7faff, #edf3fd);
}

.lc-inner-callout h2,
.lc-inner-callout h3 {
  margin: 0;
  color: #202a3a;
  font-size: 24px;
  font-weight: 650;
}

.lc-inner-callout p {
  margin: 12px 0 0;
  color: #627087;
  font-size: 13px;
  line-height: 1.76;
}

.lc-inner-card-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--lc-accent, #2457d6);
  background: #edf3ff;
  font-size: 19px;
}

.lc-inner-card--media {
  overflow: hidden;
  padding: 0;
}

.lc-inner-card--media > img {
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.lc-inner-card--media > div {
  padding: 28px;
}

.lc-inner-card--media > h3 {
  margin: 24px 24px 10px;
}

.lc-inner-card--media > strong {
  padding: 0 24px;
  color: #3d424a;
  font-size: 13px;
  line-height: 1.65;
}

.lc-inner-card--media > p {
  padding: 0 24px 25px;
}

.lc-inner-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lc-inner-step {
  min-width: 0;
  padding: 27px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #fff;
}

.lc-inner-step > span,
.lc-inner-step > b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--lc-accent, #2457d6);
  background: #edf3ff;
  font-size: 11px;
  font-weight: 650;
}

.lc-inner-step h3 {
  margin: 18px 0 9px;
  color: #202226;
  font-size: 18px;
  font-weight: 650;
}

.lc-inner-step p {
  margin: 0;
  color: #6a7079;
  font-size: 12px;
  line-height: 1.72;
}

.lc-inner-art-panel {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(78%, 320px);
  padding: 24px;
  border: 1px solid rgba(92, 124, 182, .25);
  border-radius: 15px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 18px 38px rgba(44, 65, 103, .12);
  transform: translate(-50%, -50%) rotate(4deg);
}

.lc-inner-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(36, 87, 214, .25);
  border-radius: 50%;
}

.lc-inner-orbit--one { inset: 18px -30px 48px 16px; transform: rotate(-12deg); }
.lc-inner-orbit--two { inset: 62px 25px 15px -24px; transform: rotate(14deg); }

.lc-product-tags {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-product-tags > span,
.lc-product-badge {
  display: inline-flex;
  min-height: 29px;
  padding: 5px 10px;
  align-items: center;
  border-radius: 999px;
  color: #3f5f98;
  background: #edf3ff;
  font-size: 11px;
  font-weight: 600;
}

.lc-product-price {
  display: flex;
  margin-top: auto;
  padding-top: 22px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}

.lc-product-price del { color: #a3a8b0; font-size: 11px; }
.lc-product-price strong { color: var(--lc-accent, #2457d6); font-size: 30px; font-weight: 700; }
.lc-product-price small { color: #7e848e; font-size: 11px; }

.lc-product-service-split {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: 42px;
}

.lc-product-service-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.lc-product-service-list li {
  padding: 15px 17px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 7px;
  color: #555c66;
  background: #fff;
  font-size: 13px;
  line-height: 1.65;
}

.lc-inner-policy-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: 24px;
}

.lc-inner-policy-aside {
  position: sticky;
  top: 88px;
  padding: 25px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #fff;
}

.lc-domain-search-panel {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(90%, 410px);
  padding: 25px;
  border: 1px solid rgba(88, 119, 176, .26);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 40px rgba(46,67,106,.12);
  transform: translate(-50%,-50%) rotate(4deg);
}

.lc-domain-search-form {
  display: flex;
  margin-top: 14px;
  gap: 8px;
}

.lc-domain-search-form input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  flex: 1;
  border: 1px solid #d9dfe8;
  border-radius: 4px;
}

.lc-domain-extension-strip {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 7px;
}

.lc-domain-extension-strip a {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 8px;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  color: #5a6270;
  background: #f2f5f9;
  font-size: 9px;
}

.lc-domain-extension-strip img { width: 35px; max-height: 16px; object-fit: contain; filter: brightness(.3); }
.lc-domain-card { min-height: 390px; }
.lc-domain-card > img { width:auto; max-width:110px; max-height:45px; object-fit:contain; }
.lc-domain-card .lc-inner-actions { margin-top:20px; }

.lc-inner-card-image {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.lc-service-matrix {
  overflow: hidden;
  padding: 0;
}

.lc-service-levels {
  display: grid;
  margin: 0;
  grid-template-columns: 28% repeat(3, 24%);
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
  background: #f6f8fb;
}

.lc-service-levels dt,
.lc-service-levels dd {
  min-width: 0;
  margin: 0;
  padding: 20px 14px;
  border-right: 1px solid var(--lc-line, #e4e7eb);
  text-align: center;
}

.lc-service-levels dd:last-child { border-right: 0; }
.lc-service-levels span,
.lc-service-levels em { display: block; }
.lc-service-levels span { color:#25282d; font-size:13px; font-weight:650; }
.lc-service-levels em { margin-top:6px; color:var(--lc-accent,#2457d6); font-size:11px; font-style:normal; }
.lc-service-levels .ask { margin-top:8px; color:#878e98; font-size:9px; line-height:1.5; }

.lc-service-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lc-service-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.lc-service-table + .lc-service-table { border-top:1px solid var(--lc-line,#e4e7eb); }
.lc-service-table th { padding:16px 18px; color:#24272c; background:#eef3fa; font-size:13px; font-weight:650; text-align:left; }
.lc-service-table td { padding:13px 15px; border-top:1px solid #edf0f3; border-right:1px solid #edf0f3; color:#626974; background:#fff; font-size:11px; line-height:1.55; }
.lc-service-table td:last-child { border-right:0; }
.lc-service-table img { width:18px; height:18px; object-fit:contain; }

.lc-product-brand-strip {
  display: grid;
  min-height: 82px;
  margin-bottom: 18px;
  padding: 15px 22px;
  align-items: center;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 8px;
  background: #fff;
}

.lc-product-brand-strip img { width:100%; max-height:34px; object-fit:contain; filter:grayscale(.2); }

.lc-product-plan-grid { align-items: stretch; }
.lc-product-plan { min-height: 350px; }
.lc-product-plan--featured { border-color:#bed0ef; background:linear-gradient(155deg,#fff,#f1f6ff); }
.lc-product-plan--brand > img { width:auto; max-width:150px; height:38px; object-fit:contain; }
.lc-product-plan h3 { margin-top:18px; }
.lc-product-plan > .lc-inner-button { width:100%; margin-top:auto; }

.lc-product-specs {
  display:grid;
  margin:19px 0 0;
  padding:0;
  gap:9px;
  list-style:none;
}
.lc-product-specs li { position:relative; padding-left:15px; color:#626974; font-size:11px; line-height:1.55; }
.lc-product-specs li::before { position:absolute; top:.6em; left:0; width:5px; height:5px; border-radius:50%; content:""; background:var(--lc-accent,#2457d6); }

.lc-product-image-pair {
  display:flex;
  min-height:145px;
  padding:18px;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#f1f5fb;
}
.lc-product-image-pair img { width:46%; max-height:100px; object-fit:contain; }

.lc-product-compare-card ul,
.lc-product-help-grid ul {
  display:grid;
  margin:19px 0 0;
  padding:0;
  gap:10px;
  list-style:none;
}
.lc-product-compare-card li { display:flex; min-width:0; align-items:center; gap:8px; color:#626974; font-size:11px; line-height:1.55; }
.lc-product-compare-card li img { width:18px; height:18px; object-fit:contain; }
.lc-product-compare-card--featured { border-color:#c4d5f2; background:#f4f8ff; }
.lc-link-list { display:grid; margin:18px 0 0; padding:0; gap:10px; list-style:none; }
.lc-link-list li { position:relative; padding-left:15px; color:#626974; font-size:12px; line-height:1.55; }
.lc-link-list li::before { position:absolute; top:.65em; left:0; width:5px; height:5px; border-radius:50%; content:""; background:var(--lc-accent,#2457d6); }
.lc-link-list a { color:var(--lc-accent,#2457d6); }

.lc-inner-tabs-wrap {
  overflow-x:auto;
  border-bottom:1px solid var(--lc-line,#e4e7eb);
}
.lc-inner-tabs {
  display:flex;
  min-width:max-content;
  margin:0;
  padding:0;
  align-items:center;
  gap:28px;
  border:0;
  list-style:none;
}

.lc-product-tab-panel {
  min-width: 0;
}
.lc-inner-tabs li,
.lc-inner-tabs > span {
  position:relative;
  display:inline-flex;
  min-height:48px;
  padding:0 3px;
  align-items:center;
  color:#68707b;
  background:transparent;
  font-size:13px;
  cursor:pointer;
}
.lc-inner-tabs li.active > a,
.lc-inner-tabs > span.active { color:var(--lc-accent,#2457d6); font-weight:650; }
.lc-inner-tabs li.active::after,
.lc-inner-tabs > span.active::after { position:absolute; right:0; bottom:-1px; left:0; height:3px; content:""; background:var(--lc-accent,#2457d6); }
.lc-inner-tab-content { padding-top:18px; }
.lc-inner-tab-content > .tab-pane { display:none; }
.lc-inner-tab-content > .tab-pane.active { display:block; }

.lc-inner-table-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.lc-inner-table,
.lc-product-table {
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  background:#fff;
}
.lc-inner-table th,
.lc-product-table th { padding:14px 12px; border-bottom:1px solid #dfe4eb; color:#26303d; background:#eef3fa; font-size:11px; font-weight:650; text-align:left; white-space:nowrap; }
.lc-inner-table td,
.lc-product-table td { padding:14px 12px; border-bottom:1px solid #edf0f3; color:#626974; font-size:11px; line-height:1.5; }
.lc-inner-table tr:hover td,
.lc-product-table tr:hover td { background:#fafcff; }
.lc-inner-table td strong,
.lc-product-table td strong { color:var(--lc-accent,#2457d6); font-size:14px; }
.lc-inner-table td small,
.lc-product-table td small { margin-left:4px; color:#8f959e; font-size:10px; }

.lc-product-process-visual {
  overflow:hidden;
  margin-bottom:18px;
  border:1px solid var(--lc-line,#e4e7eb);
  border-radius:var(--lc-radius,10px);
  background:#f1f5fb;
}
.lc-product-process-visual img { display:block; width:100%; max-height:280px; object-fit:cover; }
.lc-product-industry-grid { align-items:stretch; }

/* Legacy structures retained for functional compatibility */
.lc-inner-page .container {
  max-width: var(--lc-max, 1340px);
}

.lc-inner-page .page-hero {
  min-height: 340px !important;
  color: #1d2025 !important;
  background: linear-gradient(112deg, #f7f3eb, #edf3fc) !important;
  background-image: linear-gradient(112deg, #f7f3eb, #edf3fc) !important;
}

.lc-inner-page .page-hero h1,
.lc-inner-page .page-hero h2,
.lc-inner-page .page-hero p {
  color: #1d2025 !important;
}

.lc-inner-page .pages-tabs,
.lc-inner-page .pages-tabsFix {
  min-height: 58px;
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
  background: #fff !important;
}

.lc-inner-page .pages-tabs a {
  color: #5c626c !important;
}

.lc-inner-page .pages-tabs .active a {
  color: var(--lc-accent, #2457d6) !important;
}

.lc-inner-page .space2x {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Content, help and news */
.lc-content-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 24px;
}

.lc-content-layout--sidebar-first {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.lc-content-section {
  padding: 78px 0;
  background: #fff;
}

.lc-content-section--soft {
  background: var(--lc-soft, #f5f6f8);
}

.lc-content-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.lc-content-heading > span {
  display: block;
  color: var(--lc-accent, #2457d6);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .5px;
}

.lc-content-heading h2 {
  margin: 10px 0 0;
  color: #202226;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 650;
  line-height: 1.35;
}

.lc-content-heading p {
  margin: 12px 0 0;
  color: var(--lc-muted, #646a73);
  font-size: 14px;
  line-height: 1.8;
}

.lc-content-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lc-content-category-card {
  display: grid;
  min-width: 0;
  min-height: 122px;
  padding: 22px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) 14px;
  gap: 13px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 8px;
  color: #25282d !important;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lc-content-category-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--lc-accent, #2457d6);
  background: #edf3ff;
  font-size: 16px;
}

.lc-content-category-card strong,
.lc-content-category-card small { display: block; min-width: 0; overflow-wrap: anywhere; }
.lc-content-category-card strong { color:#25282d; font-size:14px; font-weight:650; }
.lc-content-category-card small { margin-top:5px; color:#858b95; font-size:10px; }
.lc-content-category-card > i:last-child { color:#9ba2ad; font-size:10px; }

.lc-inner-hero-actions {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 18px;
}

.lc-inner-hero-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  color: var(--lc-accent, #2457d6) !important;
  font-size: 12px;
  font-weight: 650;
}

.lc-inner-art-plane {
  position: absolute;
  display: block;
  border: 1px solid rgba(73, 110, 177, .24);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(255,255,255,.65), rgba(211,225,247,.36));
}

.lc-inner-art-plane--one { inset: 25px -30px 58px 35px; transform: rotate(-8deg); }
.lc-inner-art-plane--two { inset: 65px 35px 18px -30px; transform: rotate(8deg); }

.lc-inner-art-orb {
  position: absolute;
  right: 12%;
  bottom: 7%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(62,111,226,.27);
  filter: blur(22px);
}

.lc-content-main,
.lc-content-sidebar,
.lc-content-search,
.lc-content-article,
.lc-content-empty {
  min-width: 0;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #fff;
}

.lc-content-sidebar {
  overflow: hidden;
}

.lc-content-sidebar h2,
.lc-content-sidebar h3 {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
  color: #24272c;
  font-size: 16px;
  font-weight: 650;
}

.lc-content-sidebar ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}

.lc-content-sidebar a {
  display: flex;
  min-height: 42px;
  padding: 10px 12px;
  align-items: center;
  border-radius: 6px;
  color: #5e646d;
  font-size: 13px;
}

.lc-content-sidebar a:hover,
.lc-content-sidebar .active > a,
.lc-content-sidebar a.active {
  color: var(--lc-accent, #2457d6);
  background: #edf3ff;
}

.lc-content-search {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
}

.lc-content-search input {
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  flex: 1;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  color: #25282d;
  background: #fff;
  outline: 0;
}

.lc-content-search button,
.lc-content-search .lc-content-search-button,
.lc-content-search input[type="submit"] {
  flex: 0 0 auto;
  min-width: 46px;
  height: 44px;
  padding: 0 17px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--lc-accent, #2457d6);
  font-size: 12px;
  font-weight: 600;
}

.lc-content-search-shell { margin-bottom:28px; }
.lc-content-search--sidebar { margin-bottom:18px; }
.lc-content-search--legacy { width:100%; }
.lc-content-heading--compact { margin-bottom:22px; }

.lc-content-result-heading {
  margin: 28px 0 20px;
}

.lc-content-result-heading > span {
  color: var(--lc-accent, #2457d6);
  font-size: 11px;
  font-weight: 650;
}

.lc-content-result-heading h2 {
  margin: 8px 0 0;
  color: #202226;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.lc-content-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.lc-content-item {
  display: block;
  padding: 24px 26px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 8px;
  color: #24272c !important;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lc-content-item h2,
.lc-content-item h3 {
  margin: 0;
  color: #24272c;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.lc-content-item p {
  margin: 10px 0 0;
  color: #707680;
  font-size: 13px;
  line-height: 1.72;
}

.lc-content-meta {
  display: flex;
  margin-top: 13px;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #969ba3;
  font-size: 11px;
}

.lc-content-article {
  padding: 42px 48px;
}

.lc-content-article--wide {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.lc-content-article h1 {
  margin: 0;
  color: #202226;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 650;
  line-height: 1.4;
}

.lc-content-article-body {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--lc-line, #e4e7eb);
  color: #50565f;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.lc-content-article-body img { max-width: 100%; height: auto; }
.lc-content-article-body table,
.lc-content-article-body pre,
.lc-content-article-body iframe,
.lc-content-article-body video,
.lc-content-article-body embed,
.lc-content-article-body object { max-width:100%; }
.lc-content-article-body table { display:block; overflow-x:auto; border-collapse:collapse; }
.lc-content-article-body pre { overflow-x:auto; white-space:pre; }

.lc-content-empty {
  padding: 72px 24px;
  color: #858b95;
  text-align: center;
}

/* Content detail and list refinements */
.lc-inner-nav {
  display: flex;
  margin-top: 23px;
  flex-wrap: wrap;
  gap: 18px;
}

.lc-inner-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: #5e6c82 !important;
  font-size: 12px;
}

.lc-inner-nav a:hover { color: var(--lc-accent, #2457d6) !important; }

.lc-content-breadcrumb {
  display: flex;
  margin-bottom: 22px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #8b919a;
  font-size: 11px;
}

.lc-content-breadcrumb a { color: var(--lc-accent, #2457d6); }
.lc-content-breadcrumb i { color: #b5bbc4; font-size: 9px; }
.lc-content-breadcrumb span { min-width:0; overflow-wrap:anywhere; }

.lc-content-article-head {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
}

.lc-content-article-head > span {
  color: var(--lc-accent, #2457d6);
  font-size: 11px;
  font-weight: 650;
}

.lc-content-article-head h2 {
  margin: 10px 0 9px;
  color: #202226;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.lc-content-article-head time {
  color: #969ca5;
  font-size: 11px;
}

.lc-content-main {
  padding: 27px;
}

.lc-content-sidebar-card { padding-bottom: 10px; }
.lc-content-sidebar-kicker { display:block; padding:20px 22px 0; color:var(--lc-accent,#2457d6); font-size:10px; font-weight:650; letter-spacing:.6px; }
.lc-content-sidebar-card > h2 { border-bottom:0; padding-bottom:10px; }
.lc-content-category-list { margin:0; padding:0 10px 10px; list-style:none; }
.lc-content-category-list li + li { border-top:1px solid #f0f1f3; }
.lc-content-category-list a { justify-content:space-between; gap:10px; }
.lc-content-category-list a i { color:#a0a7b1; font-size:10px; }

.lc-content-list-item {
  display: grid;
  min-height: 76px;
  padding: 15px 16px;
  align-items: center;
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  gap: 12px;
  border: 1px solid var(--lc-line,#e4e7eb);
  border-radius: 7px;
  color:#25282d !important;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.lc-content-list-item + .lc-content-list-item { margin-top:10px; }
.lc-content-list-icon { display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; border-radius:8px; color:var(--lc-accent,#2457d6); background:#edf3ff; font-size:14px; }
.lc-content-list-item strong { min-width:0; overflow-wrap:anywhere; color:#25282d; font-size:14px; font-weight:600; }
.lc-content-list-item > i { color:#9ba2ac; font-size:10px; }

.lc-content-result-grid,
.lc-content-category-list + .lc-content-result-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.lc-content-result-card {
  display:grid;
  min-width:0;
  min-height:112px;
  padding:20px;
  align-items:center;
  grid-template-columns:34px minmax(0,1fr) 12px;
  gap:11px;
  border:1px solid var(--lc-line,#e4e7eb);
  border-radius:8px;
  color:#25282d !important;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.lc-content-result-card > span { display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:8px; color:var(--lc-accent,#2457d6); background:#edf3ff; font-size:13px; }
.lc-content-result-card strong,.lc-content-result-card small { display:block; min-width:0; overflow-wrap:anywhere; }
.lc-content-result-card strong { color:#25282d; font-size:13px; font-weight:650; }
.lc-content-result-card small { margin-top:5px; color:#9298a2; font-size:10px; }
.lc-content-result-card > i:last-child { color:#9ba2ac; font-size:10px; }

.lc-content-article-list {
  display: grid;
  gap: 13px;
}

.lc-content-article-list--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lc-content-article-card {
  display: flex;
  min-width: 0;
  min-height: 210px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lc-content-article-card-top,
.lc-content-article-card-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  color: #9298a1;
  font-size: 10px;
}

.lc-content-article-card-top i,
.lc-content-article-card-foot i { margin-right:5px; }
.lc-content-article-label { display:inline-flex; align-self:flex-start; min-height:27px; padding:5px 9px; align-items:center; border-radius:999px; color:#3f5f98; background:#edf3ff; font-size:10px; font-weight:600; }
.lc-content-article-card h3 { margin:18px 0 0; color:#25282d; font-size:18px; font-weight:650; line-height:1.5; overflow-wrap:anywhere; }
.lc-content-article-card h3 a { color:#25282d; }
.lc-content-article-card > p { margin:10px 0 0; color:#717781; font-size:12px; line-height:1.72; }
.lc-content-article-card-foot { margin-top:auto; padding-top:20px; }
.lc-content-article-card-foot a { color:var(--lc-accent,#2457d6); }

.lc-content-pagination {
  display:flex;
  margin-top:25px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.lc-content-pagination a {
  display:inline-flex;
  min-width:34px;
  min-height:34px;
  padding:0 9px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--lc-line,#e4e7eb);
  border-radius:4px;
  color:#68707b;
  background:#fff;
  font-size:11px;
}
.lc-content-pagination a.active,
.lc-content-pagination a:hover { color:#fff; border-color:var(--lc-accent,#2457d6); background:var(--lc-accent,#2457d6); }

.lc-content-empty > i { color:var(--lc-accent,#2457d6); font-size:28px; }
.lc-content-empty h3 { margin:16px 0 7px; color:#292d33; font-size:19px; font-weight:650; }
.lc-content-empty p { margin:0; color:#858b95; font-size:13px; }

/* Solution pages */
.lc-solution-nav {
  border-bottom: 1px solid var(--lc-line, #e4e7eb);
  background: #fff;
}

.lc-solution-nav > div,
.lc-solution-nav ul {
  display: flex;
  min-height: 58px;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 30px;
  list-style: none;
  overflow-x: auto;
}

.lc-solution-nav a {
  flex: 0 0 auto;
  color: #656b74;
  font-size: 13px;
}

.lc-solution-nav > .lc-inner-container {
  justify-content: space-between;
}

.lc-solution-nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
}

.lc-solution-nav-cta {
  display: inline-flex;
  min-height: 36px;
  padding: 0 16px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff !important;
  background: var(--lc-accent, #2457d6);
  font-size: 11px !important;
  font-weight: 650;
}

.lc-inner-hero-art > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 258px;
  border-radius: 27px;
  object-fit: cover;
  opacity: .82;
  filter: saturate(.78) contrast(.96);
}

.lc-inner-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lc-solution-content {
  background: #fff;
}

.lc-solution-block {
  min-width: 0;
}

.lc-solution-block .row > ul,
.lc-solution-block > ul {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
}

.lc-solution-block .row > ul > li,
.lc-solution-block > ul > li {
  min-width: 0;
}

.lc-solution-block .row > ul > li > [class*="col-"],
.lc-solution-block > ul > li > [class*="col-"] {
  width: 100%;
  padding: 0;
  float: none;
}

.lc-solution-block .item {
  min-height: 100%;
  padding: 27px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #fff;
}

.lc-solution-block .item dl,
.lc-solution-block .item dt,
.lc-solution-block .item dd {
  margin: 0;
}

.lc-solution-block .item dt {
  color: #202226;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.lc-solution-block .item dt i {
  display: block;
  margin-bottom: 18px;
  color: var(--lc-accent, #2457d6);
  font-size: 28px;
}

.lc-solution-block .item dd {
  margin-top: 11px;
  color: #6a7079;
  font-size: 12px;
  line-height: 1.75;
}

.lc-solution-grid,
.lc-solution-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lc-solution-products > .row {
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lc-solution-products > .row::before,
.lc-solution-products > .row::after {
  display: none;
  content: none;
}

.lc-solution-products > .row:empty {
  display: none;
}

.lc-solution-products > .row > [class*="col-"] {
  width: auto;
  min-width: 0;
  padding: 0;
  float: none;
}

.lc-solution-card {
  display: flex;
  min-height: 280px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #fff;
}

.lc-solution-card h3 {
  margin: 20px 0 11px;
  color: #202226;
  font-size: 20px;
  font-weight: 650;
}

.lc-solution-card p {
  margin: 0;
  color: #676d76;
  font-size: 13px;
  line-height: 1.76;
}

.lc-solution-media {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: linear-gradient(145deg, #eef3fc, #dde8f8);
}

.lc-solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc-solution-scenarios {
  display: grid;
  gap: 16px;
}

.lc-solution-scenario-labels > div,
.lc-solution-scenario-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-solution-scenario-labels span {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 12px;
  align-items: center;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: 4px;
  color: #606772;
  background: #fff;
  font-size: 11px;
}

.lc-solution-scenario-labels span.active {
  color: var(--lc-accent, #2457d6);
  border-color: #c7d5ef;
  background: #edf3ff;
}

.lc-solution-scenario {
  min-height: 0;
}

.lc-solution-scenario h2,
.lc-solution-scenario h3 {
  margin: 0 0 12px;
  color: #202226;
  font-size: 20px;
  font-weight: 650;
}

.lc-solution-scenario p {
  margin: 0 0 10px;
  color: #646b75;
  font-size: 13px;
  line-height: 1.78;
}

.lc-solution-scenario .doc {
  position: relative;
  padding-left: 16px;
}

.lc-solution-scenario .doc::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--lc-accent, #2457d6);
}

.lc-solution-protects,
.lc-solution-security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lc-solution-security-visual,
.lc-solution-security-mobile {
  overflow: hidden;
  border: 1px solid var(--lc-line, #e4e7eb);
  border-radius: var(--lc-radius, 10px);
  background: #f0f4fa;
}

.lc-solution-security-visual img,
.lc-solution-security-mobile img {
  width: 100%;
  height: auto;
}

.lc-solution-cta {
  padding: 48px;
  border-radius: var(--lc-radius, 10px);
  color: #fff;
  background: linear-gradient(145deg, #182a50, #2457d6);
}

.lc-solution-cta h2,
.lc-solution-cta h3 { margin: 0; color: #fff; }
.lc-solution-cta p { margin: 13px 0 0; color: rgba(255,255,255,.74); }

/* 404 */
.lc-error-page {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  background: linear-gradient(112deg, #f7f3eb, #edf3fc);
}

.lc-error-layout {
  display: grid;
  min-height: 660px;
  align-items: center;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  gap: 70px;
}

.lc-error-copy {
  position: relative;
  z-index: 2;
}

.lc-error-code {
  display: block;
  margin-top: 18px;
  color: var(--lc-accent, #2457d6);
  font-size: clamp(78px, 10vw, 138px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -7px;
}

.lc-error-copy h1 {
  margin: 24px 0 0;
  color: #1b1d21;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 650;
}

.lc-error-copy > p {
  max-width: 630px;
  margin: 15px 0 0;
  color: #626872;
  font-size: 15px;
  line-height: 1.8;
}

.lc-error-visual {
  position: relative;
  z-index: 1;
  min-height: 380px;
  pointer-events: none;
}

.lc-error-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(36, 87, 214, .24);
  border-radius: 50%;
}

.lc-error-orbit-one { inset: 20px -70px 60px 10px; transform: rotate(-12deg); }
.lc-error-orbit-two { inset: 86px 20px 0 80px; transform: rotate(16deg); }

.lc-error-window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(91, 122, 177, .28);
  border-radius: 20px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 26px 60px rgba(51,70,104,.13);
  transform: translate(-50%,-50%) rotate(-4deg);
}

.lc-error-window > span { display:inline-block; width:8px; height:8px; margin-right:5px; border-radius:50%; background:#b9c6d9; }
.lc-error-window > i { display:flex; margin-top:34px; color:var(--lc-accent,#2457d6); font-size:38px; }
.lc-error-window > b { display:block; margin-top:18px; color:#2a3445; font-size:15px; }

/* Location */
.lc-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 20px;
}

.lc-location-card,
.lc-location-panel {
  min-width: 0;
  padding: 42px;
  border-radius: var(--lc-radius, 10px);
}

.lc-location-card {
  border: 1px solid var(--lc-line, #e4e7eb);
  background: #fff;
}

.lc-location-card h2,
.lc-location-panel h2 { margin: 12px 0 0; color:#202226; font-size:30px; font-weight:650; }
.lc-location-card > p,
.lc-location-panel > p { margin:14px 0 0; color:#676d76; font-size:13px; line-height:1.8; overflow-wrap:anywhere; }
.lc-location-card dl { margin:30px 0 0; border-top:1px solid var(--lc-line,#e4e7eb); }
.lc-location-card dl > div { display:grid; padding:16px 0; grid-template-columns:100px minmax(0,1fr); gap:16px; border-bottom:1px solid var(--lc-line,#e4e7eb); }
.lc-location-card dt { color:#9298a1; font-size:12px; font-weight:500; }
.lc-location-card dd { margin:0; color:#25282d; font-size:14px; font-weight:600; overflow-wrap:anywhere; }
.lc-location-card dd a { color:var(--lc-accent,#2457d6); }

.lc-location-panel {
  color:#fff;
  background:linear-gradient(145deg,#182a50,#2457d6);
}
.lc-location-panel h2 { color:#fff; }
.lc-location-panel > p { color:rgba(255,255,255,.76); }
.lc-location-panel > small { display:block; margin-top:24px; color:rgba(255,255,255,.55); font-size:11px; line-height:1.7; }
.lc-location-panel-visual { position:relative; min-height:170px; }
.lc-location-panel-visual span { position:absolute; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.lc-location-panel-visual span:nth-child(1){inset:0 18% 5px 8%;}
.lc-location-panel-visual span:nth-child(2){inset:30px 4% 25px 28%;}
.lc-location-panel-visual span:nth-child(3){top:18px;right:17%;width:12px;height:12px;background:#7fa7ff;}
.lc-location-panel-visual i { position:absolute; top:50%; left:50%; color:#fff; font-size:42px; transform:translate(-50%,-50%); }

/* Group-buy landing page */
.lc-group-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background: linear-gradient(112deg, #f7f3eb, #edf3fc);
}

.lc-group-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .28;
  background-image: radial-gradient(#aebed8 .75px, transparent .75px);
  background-size: 8px 8px;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 36%, #000 68%, #000 100%);
}

.lc-group-hero-layout {
  display: grid;
  position: relative;
  z-index: 2;
  align-items: stretch;
  grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
  gap: 34px;
}

.lc-group-hero-copy {
  padding: 35px 0;
}

.lc-group-hero-copy h1 {
  margin: 18px 0 0;
  color: #17191d;
  font-size: clamp(40px, 4vw, 55px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -1.4px;
}

.lc-group-hero-copy > p {
  max-width: 720px;
  margin: 17px 0 0;
  color: #565c65;
  font-size: 15px;
  line-height: 1.85;
}

.lc-group-specs {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-group-specs span {
  display: inline-flex;
  min-height: 32px;
  padding: 6px 11px;
  align-items: center;
  border: 1px solid #d9e3f3;
  border-radius: 4px;
  color: #41577d;
  background: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 600;
}

.lc-group-hero-visual {
  display: grid;
  overflow: hidden;
  min-height: 390px;
  grid-template-rows: 1fr auto;
  border: 1px solid #243b6b;
  border-radius: var(--lc-radius, 10px);
  color: #fff;
  background: linear-gradient(145deg, #162746, #203f7d);
  box-shadow: 0 22px 48px rgba(27,55,107,.16);
}

.lc-group-rack {
  display: grid;
  width: min(76%, 340px);
  margin: auto;
  padding: 18px;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: rgba(8,19,42,.38);
}

.lc-group-rack > span {
  display: flex;
  min-height: 36px;
  padding: 0 11px;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  border-radius: 5px;
  background: rgba(255,255,255,.1);
}

.lc-group-rack > span::before {
  height: 7px;
  margin-right: auto;
  flex: 1;
  border-radius: 999px;
  content: "";
  background: rgba(255,255,255,.62);
}

.lc-group-rack i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd3a5;
}
.lc-group-rack i:nth-child(2) { background:#f2c452; }
.lc-group-rack i:nth-child(3) { background:#75a4ff; }

.lc-group-hero-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.12);
}

.lc-group-hero-stats > div {
  padding: 18px 15px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.lc-group-hero-stats > div:last-child { border-right:0; }
.lc-group-hero-stats strong,
.lc-group-hero-stats span { display:block; }
.lc-group-hero-stats strong { color:#fff; font-size:20px; font-weight:650; }
.lc-group-hero-stats span { margin-top:5px; color:rgba(255,255,255,.58); font-size:10px; }

.lc-group-product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.lc-group-product {
  display: flex;
  min-height: 420px;
  padding: 31px;
  flex-direction: column;
  border: 1px solid var(--lc-line,#e4e7eb);
  border-radius: var(--lc-radius,10px);
  background: #fff;
  box-shadow: 0 10px 28px rgba(32,42,58,.04);
}

.lc-group-product--featured {
  border-color: #cddbf5;
  background: linear-gradient(155deg,#fff,#f2f6fd);
}

.lc-group-product > span { color:var(--lc-accent,#2457d6); font-size:11px; font-weight:650; }
.lc-group-product h3 { margin:13px 0 0; color:#202226; font-size:21px; font-weight:650; line-height:1.5; }
.lc-group-product > p { margin:12px 0 0; color:#6a7079; font-size:13px; line-height:1.72; }
.lc-group-product > strong { display:block; margin:24px 0 21px; color:#3b4453; font-size:12px; font-weight:500; }
.lc-group-product > strong b { margin-right:5px; color:var(--lc-accent,#2457d6); font-size:36px; font-weight:700; }
.lc-group-product > div { margin-top:9px; color:#565d68; font-size:12px; }
.lc-group-product > div i { margin-right:8px; color:var(--lc-accent,#2457d6); font-size:9px; }
.lc-group-product > .lc-button { width:100%; margin-top:auto; }

.lc-group-live-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.lc-group-live-head .lc-inner-section-head { margin-bottom:36px; }
.lc-group-live-state { display:inline-flex; margin-bottom:39px; align-items:center; gap:8px; color:#56606e; font-size:12px; white-space:nowrap; }
.lc-group-live-state i { width:8px; height:8px; border-radius:50%; background:#2db47d; box-shadow:0 0 0 4px rgba(45,180,125,.12); }

.lc-group-team-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}

.lc-group-team-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--lc-line,#e4e7eb);
  border-radius: 9px;
  background: #fff;
}

.lc-group-team-top,
.lc-group-team-identity,
.lc-group-team-bottom {
  display: flex;
  align-items: center;
}
.lc-group-team-top,
.lc-group-team-bottom { justify-content:space-between; gap:16px; }
.lc-group-team-identity { min-width:0; gap:12px; }
.lc-group-team-top > span { flex:0 0 auto; padding:5px 9px; border-radius:999px; color:#1b825d; background:#eaf7f2; font-size:10px; font-weight:650; }
.lc-group-avatar-stack { display:flex; flex:0 0 auto; padding-left:8px; }
.lc-group-avatar { display:inline-flex; width:31px; height:31px; margin-left:-8px; align-items:center; justify-content:center; border:2px solid #fff; border-radius:50%; color:#fff; background:var(--lc-accent,#2457d6); font-size:9px; font-weight:650; }
.lc-group-avatar:nth-child(2n) { background:#4e7cce; }
.lc-group-avatar:nth-child(3n) { background:#299a77; }
.lc-group-team-identity > div:last-child { min-width:0; }
.lc-group-team-identity h3 { margin:0; overflow:hidden; color:#25282d; font-size:15px; font-weight:650; text-overflow:ellipsis; white-space:nowrap; }
.lc-group-team-identity p { margin:4px 0 0; overflow:hidden; color:#8b919b; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.lc-group-progress { height:6px; margin:20px 0; overflow:hidden; border-radius:999px; background:#e8edf5; }
.lc-group-progress i { display:block; height:100%; border-radius:999px; background:linear-gradient(90deg,#2457d6,#4d82eb); }
.lc-group-team-bottom > div { min-width:0; }
.lc-group-team-bottom strong,
.lc-group-team-bottom span,
.lc-group-team-bottom small { display:block; }
.lc-group-team-bottom strong { color:#343941; font-size:12px; }
.lc-group-team-bottom span { margin-top:5px; color:#cf6d1f; font-size:10px; }
.lc-group-countdown { font-variant-numeric:tabular-nums; }
.lc-group-team-bottom small { margin-top:4px; color:#9298a1; font-size:10px; }
.lc-group-team-bottom .lc-button { flex:0 0 auto; min-height:38px; padding:0 15px; font-size:11px; }

.lc-group-step-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.lc-group-step-grid .lc-inner-card { min-height:240px; }
.lc-group-step-grid .lc-inner-card > b { color:#c4cad4; font-size:34px; font-weight:650; }
.lc-group-page + .zc-footer-cta { display:none; }

@media (hover: hover) {
  .lc-inner-card:hover,
  .lc-content-item:hover,
  .lc-content-category-card:hover,
  .lc-content-list-item:hover,
  .lc-content-result-card:hover,
  .lc-content-article-card:hover,
  .lc-solution-card:hover {
    border-color: #cfd7e3;
    box-shadow: var(--lc-shadow, 0 10px 28px rgba(32,42,58,.07));
    transform: translateY(-2px);
  }
}

@media (max-width: 1199px) {
  .lc-inner-container,
  .lc-inner-page .lc-container,
  .lc-inner-page > .container { width: calc(100% - 40px); }
  .lc-inner-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lc-inner-grid--five { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .lc-solution-block .row > ul,
  .lc-solution-block > ul { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 991px) {
  .lc-inner-hero > .lc-inner-container,
  .lc-inner-hero-layout { grid-template-columns: minmax(0, 3fr) minmax(240px, 2fr); gap:36px; }
  .lc-inner-hero-art { min-height:230px; }
  .lc-inner-grid,
  .lc-solution-grid,
  .lc-solution-products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lc-solution-products > .row { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lc-content-layout,
  .lc-location-grid { grid-template-columns:minmax(0,1fr); }
  .lc-error-layout { grid-template-columns:minmax(0,3fr) minmax(280px,2fr); gap:30px; }
  .lc-group-hero-layout { grid-template-columns:minmax(0,3fr) minmax(330px,2fr); gap:24px; }
  .lc-group-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lc-group-product:last-child { grid-column:1 / -1; }
  .lc-inner-split,
  .lc-product-service-split,
  .lc-inner-policy-layout { grid-template-columns:minmax(0,1fr); }
  .lc-inner-process { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lc-inner-policy-aside { position:static; }
  .lc-content-category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lc-solution-protects,
  .lc-solution-security-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .lc-inner-container,
  .lc-inner-page .lc-container,
  .lc-inner-page > .container { width: calc(100% - 32px); }
  .lc-inner-hero,
  .lc-inner-hero > .lc-inner-container,
  .lc-inner-hero-layout { min-height: 340px; }
  .lc-inner-hero > .lc-inner-container,
  .lc-inner-hero-layout { display:block; }
  .lc-inner-hero-content { max-width:78%; padding:58px 0 62px; }
  .lc-inner-hero h1,
  .lc-inner-hero h2 { font-size:36px; }
  .lc-inner-lead,
  .lc-inner-hero-content > p { font-size:14px; }
  .lc-inner-hero-art { position:absolute; top:50%; right:-18%; width:56%; min-height:230px; opacity:.4; transform:translateY(-50%) rotate(-4deg); }
  .lc-inner-hero > .lc-inner-hero-art { top:50%; right:-18%; width:56%; min-height:230px; opacity:.4; transform:translateY(-50%) rotate(-4deg); }
  .lc-inner-hero > .lc-inner-hero-content { width:calc(100% - 32px); max-width:none; padding:58px 0 62px; }
  .lc-inner-hero > .lc-inner-hero-content > * { max-width:100%; }
  .lc-inner-section { padding:60px 0; }
  .lc-inner-section-head { margin-bottom:29px; }
  .lc-inner-grid,
  .lc-inner-grid--two,
  .lc-inner-grid--four,
  .lc-solution-grid,
  .lc-solution-products { grid-template-columns:minmax(0,1fr); }
  .lc-solution-products > .row { grid-template-columns:minmax(0,1fr); }
  .lc-prose,
  .lc-content-article { padding:30px 26px; }
  .lc-solution-cta { padding:34px 28px; }
  .lc-error-page,
  .lc-error-layout { min-height:600px; }
  .lc-error-layout { grid-template-columns:minmax(0,1fr); }
  .lc-error-visual { position:absolute; right:-15%; bottom:0; width:55%; min-height:280px; opacity:.38; }
  .lc-group-hero { padding:52px 0; }
  .lc-group-hero-layout,
  .lc-group-product-grid,
  .lc-group-team-grid,
  .lc-group-step-grid { grid-template-columns:minmax(0,1fr); }
  .lc-group-product:last-child { grid-column:auto; }
  .lc-group-hero-copy { padding:0; }
  .lc-group-hero-copy h1 { font-size:37px; }
  .lc-group-hero-visual { min-height:350px; }
  .lc-content-section { padding:60px 0; }
  .lc-content-category-grid,
  .lc-content-result-grid,
  .lc-content-article-list--grid { grid-template-columns:minmax(0,1fr); }
  .lc-inner-grid--five,
  .lc-solution-block .row > ul,
  .lc-solution-block > ul,
  .lc-solution-protects,
  .lc-solution-security-grid { grid-template-columns:minmax(0,1fr); }
  .lc-solution-nav-cta { display:none; }
}

@media (max-width: 560px) {
  .lc-inner-hero,
  .lc-inner-hero > .lc-inner-container,
  .lc-inner-hero-layout { min-height:390px; }
  .lc-inner-hero-content { max-width:100%; padding-top:50px; }
  .lc-inner-hero-art { top:56%; right:-42%; width:95%; opacity:.28; }
  .lc-inner-hero > .lc-inner-hero-art { top:56%; right:-42%; width:95%; opacity:.28; }
  .lc-inner-hero > .lc-inner-hero-content { width:calc(100% - 32px); padding-top:50px; }
  .lc-inner-actions { align-items:stretch; flex-direction:column; }
  .lc-inner-actions .lc-button { width:100%; }
  .lc-inner-card { padding:25px; }
  .lc-prose,
  .lc-content-article { padding:25px 20px; }
  .lc-content-search { align-items:stretch; flex-direction:column; }
  .lc-content-search button,
  .lc-content-search .lc-content-search-button,
  .lc-content-search input[type="submit"] { width:100%; }
  .lc-location-card,
  .lc-location-panel { padding:28px 24px; }
  .lc-location-card dl > div { grid-template-columns:minmax(0,1fr); gap:6px; }
  .lc-error-code { font-size:86px; }
  .lc-error-copy h1 { font-size:30px; }
  .lc-error-visual { right:-42%; width:95%; }
  .lc-group-hero-copy h1 { font-size:33px; }
  .lc-group-specs { align-items:stretch; flex-direction:column; }
  .lc-group-specs span { width:100%; }
  .lc-group-hero-visual { min-height:330px; }
  .lc-group-hero-stats { grid-template-columns:minmax(0,1fr); }
  .lc-group-hero-stats > div { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .lc-group-hero-stats > div:last-child { border-bottom:0; }
  .lc-group-live-head { align-items:flex-start; flex-direction:column; }
  .lc-group-live-head .lc-inner-section-head { margin-bottom:0; }
  .lc-group-live-state { margin-bottom:28px; }
  .lc-group-product,
  .lc-group-team-card { padding:24px 20px; }
  .lc-group-team-top,
  .lc-group-team-bottom { align-items:flex-start; flex-direction:column; }
  .lc-group-team-bottom .lc-button { width:100%; }
  .lc-inner-process { grid-template-columns:minmax(0,1fr); }
  .lc-inner-button { width:100%; }
  .lc-domain-search-form { align-items:stretch; flex-direction:column; }
  .lc-domain-search-panel { padding:20px; }
  .lc-inner-callout { padding:27px 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .lc-inner-page *,
  .lc-inner-page *::before,
  .lc-inner-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
