@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 700 900;
  font-display: swap;
  src: url("../fonts/barlow/Barlow-BoldItalic.woff2") format("woff2");
}

:root {
  --ls-blue: #1f5fdd;
  --ls-blue-dark: #123e99;
  --ls-ink: #101828;
  --ls-muted: #5f6c80;
  --ls-soft: #f4f8ff;
  --ls-line: #dce6f4;
  --ls-radius: 18px;
  --ls-shadow: 0 16px 42px rgba(24, 55, 104, 0.1);
}

body {
  color: var(--ls-ink);
  --global-body-font-family: "Barlow", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --global-heading-font-family: "Barlow", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --e-global-typography-primary-font-family: "Barlow";
  --e-global-typography-secondary-font-family: "Barlow";
  --e-global-typography-text-font-family: "Barlow";
  --e-global-typography-accent-font-family: "Barlow";
  font-family: "Barlow", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.site-header,
.site-footer,
.main-navigation,
.entry-content,
.entry-summary,
.woocommerce,
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-button .elementor-button,
.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-widget-tabs,
.elementor-widget-accordion,
.elementor-widget-toggle {
  font-family: "Barlow", "Noto Sans SC", "Microsoft YaHei", sans-serif !important;
}

.site-header {
  box-shadow: 0 8px 30px rgba(24, 55, 104, 0.06);
}

.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: var(--ls-radius);
  box-shadow: 0 10px 30px rgba(24, 55, 104, 0.07);
  padding: 16px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.woocommerce ul.products li.product:hover {
  border-color: #bdd1f5;
  box-shadow: var(--ls-shadow);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product img {
  background: linear-gradient(180deg, #f6f9ff, #fff);
  border-radius: 14px;
  object-fit: contain;
}

.button,
.wp-element-button,
button[type="submit"],
input[type="submit"] {
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(31, 95, 221, 0.2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(31, 95, 221, 0.35);
  outline-offset: 3px;
}

.ls-page-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(68, 129, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #fff 0%, #f2f7ff 100%);
  border: 1px solid var(--ls-line);
  border-radius: 28px;
  box-shadow: var(--ls-shadow);
  margin: clamp(28px, 5vw, 64px) auto clamp(32px, 5vw, 58px);
  max-width: 1180px;
  padding: clamp(30px, 6vw, 72px);
  text-align: center;
}

.ls-page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 auto 0.8rem;
}

.ls-page-hero > p:last-child {
  color: var(--ls-muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}

/* Product detail and site-owned quote action. */
.single-product div.product {
  border-radius: 24px;
  overflow: hidden;
}

.single-product div.product .product_title {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.14;
}

.single-product div.product .price {
  color: var(--ls-blue-dark);
  font-size: 1.35rem;
  font-weight: 750;
}

.single-product .woocommerce-product-gallery__wrapper img {
  background: linear-gradient(180deg, #f6f9ff, #fff);
  border-radius: 18px;
}

.ls-product-quote {
  align-items: center;
  background: var(--ls-soft);
  border: 1px solid var(--ls-line);
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 1.4rem;
  padding: 16px;
}

.ls-product-quote .ls-quote-button {
  background: linear-gradient(135deg, var(--ls-blue), var(--ls-blue-dark));
  color: #fff;
  margin: 0;
}

.ls-product-quote span {
  color: var(--ls-muted);
  font-size: 0.9rem;
}

.single-product .woocommerce-tabs,
.single-product .related.products {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 22px;
  margin-top: 32px;
  padding: clamp(18px, 4vw, 36px);
}

/* Contact page. */
.page-id-204 main .elementor {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 48%);
  padding-bottom: clamp(48px, 7vw, 88px);
}

.page-id-204 .elementor-element-125cfb7 > .e-con-inner,
.page-id-204 .elementor-element-0fc571c > .e-con-inner {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(24, 55, 104, 0.07);
  padding: clamp(24px, 4vw, 42px);
}

.page-id-204 .elementor-widget-heading h4 {
  color: var(--ls-ink);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.025em;
}

.page-id-204 .elementor-element-125cfb7 p,
.page-id-204 .elementor-element-0fc571c p {
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.page-id-204 .elementor-element-8f0f41b > .e-con-inner {
  max-width: 920px;
}

.page-id-204 .wpcf7-form {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 24px;
  box-shadow: var(--ls-shadow);
  display: grid;
  gap: 18px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  padding: clamp(22px, 5vw, 44px);
}

.page-id-204 .wpcf7-form p {
  font-weight: 650;
  margin: 0;
}

.page-id-204 .wpcf7-form p:nth-of-type(n + 5),
.page-id-204 .wpcf7-response-output {
  grid-column: 1 / -1;
}

.page-id-204 .wpcf7-form-control:not([type="submit"]):not([type="file"]) {
  background: #fbfdff;
  border: 1px solid #c9d7eb;
  border-radius: 12px;
  margin-top: 7px;
  padding: 12px 14px;
  width: 100%;
}

.page-id-204 textarea.wpcf7-form-control {
  min-height: 160px;
  resize: vertical;
}

/* Download library. */
.page-id-243 main .elementor {
  background: linear-gradient(180deg, #f8fbff, #fff 44%);
  padding-bottom: clamp(48px, 7vw, 88px);
}

.page-id-243 .elementor-shortcode,
.page-id-243 .elementor-widget-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.page-id-243 .w3eden .card {
  border: 1px solid var(--ls-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(24, 55, 104, 0.06);
  margin-bottom: 16px !important;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.page-id-243 .w3eden .card:hover {
  border-color: #bdd1f5 !important;
  box-shadow: 0 16px 34px rgba(24, 55, 104, 0.11);
  transform: translateY(-2px);
}

.page-id-243 .w3eden .card-body {
  padding: 20px 24px !important;
}

.page-id-243 .w3eden .btn-primary {
  background: linear-gradient(135deg, var(--ls-blue), var(--ls-blue-dark)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 9px 20px rgba(31, 95, 221, 0.2);
  padding: 10px 20px !important;
}

/* Commerce account and cart surfaces. */
.woocommerce-cart .content-bg,
.woocommerce-account .content-bg {
  border: 1px solid var(--ls-line);
  border-radius: 24px;
  box-shadow: var(--ls-shadow);
}

.woocommerce-account .woocommerce-form,
.woocommerce form.checkout,
.woocommerce-cart .cart_totals {
  border-color: var(--ls-line) !important;
  border-radius: 18px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: #fbfdff;
  border: 1px solid #c9d7eb;
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 12px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 14px;
}

.ls-cf7-hp {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.ls-tracking {
  background: linear-gradient(145deg, #fff 0%, var(--ls-soft) 100%);
  border: 1px solid var(--ls-line);
  border-radius: 24px;
  box-shadow: var(--ls-shadow);
  margin: 2rem auto;
  max-width: 880px;
  padding: clamp(22px, 5vw, 48px);
}

.ls-eyebrow {
  color: var(--ls-blue);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.ls-tracking h2 {
  color: var(--ls-ink);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
}

.ls-tracking__form {
  margin-top: 1.7rem;
}

.ls-tracking__form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ls-tracking__controls {
  display: flex;
  gap: 10px;
}

.ls-tracking__controls input {
  background: #fff;
  border: 1px solid #c9d7eb;
  border-radius: 999px;
  flex: 1;
  font-size: 1rem;
  min-width: 0;
  padding: 13px 18px;
}

.ls-tracking__controls input:focus {
  border-color: var(--ls-blue);
  box-shadow: 0 0 0 4px rgba(31, 95, 221, 0.12);
  outline: 0;
}

.ls-tracking__controls button {
  background: linear-gradient(135deg, var(--ls-blue), var(--ls-blue-dark));
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  padding: 13px 22px;
}

.ls-tracking__notice,
.ls-tracking__result {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 16px;
  margin-top: 1.5rem;
  padding: 18px;
}

.ls-tracking__notice--error {
  border-color: #f0b7b7;
  color: #842626;
}

.ls-tracking__summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.ls-tracking__status {
  background: #e9f1ff;
  border-radius: 999px;
  color: var(--ls-blue-dark);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 5px 10px;
}

.ls-tracking__timeline {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0 0 0 12px;
}

.ls-tracking__timeline li {
  border-left: 2px solid #c9d9f4;
  display: grid;
  gap: 3px;
  padding: 0 0 1.35rem 22px;
  position: relative;
}

.ls-tracking__timeline li::before {
  background: var(--ls-blue);
  border: 4px solid #eaf1ff;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -7px;
  position: absolute;
  top: 2px;
  width: 12px;
}

.ls-tracking__timeline time,
.ls-tracking__timeline span {
  color: var(--ls-muted);
  font-size: 0.88rem;
}

@media (max-width: 640px) {
  .ls-tracking__controls { flex-direction: column; }
  .ls-tracking__controls button { width: 100%; }
  .woocommerce ul.products li.product { padding: 12px !important; }
  .ls-page-hero { border-radius: 20px; margin-left: 14px; margin-right: 14px; padding: 28px 20px; }
  .ls-product-quote { align-items: stretch; flex-direction: column; }
  .ls-product-quote .ls-quote-button { text-align: center; width: 100%; }
  .page-id-204 .wpcf7-form { grid-template-columns: 1fr; }
  .page-id-204 .wpcf7-form p { grid-column: 1; }
  .page-id-204 .elementor-element-125cfb7 p,
  .page-id-204 .elementor-element-0fc571c p { margin-bottom: 1rem; }
  .page-id-243 .w3eden .card-body { padding: 16px !important; }
}

/* Privacy-enhanced video library. */
.ls-video-library {
  display: grid;
  gap: 28px;
}

.ls-video {
  margin: 28px 0;
}

.ls-video h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  margin: 0 0 12px;
}

.ls-video__player {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #101b35, #183d84);
  border-radius: 18px;
  box-shadow: var(--ls-shadow);
  display: flex;
  justify-content: center;
  max-width: 880px;
  overflow: hidden;
}

.ls-video__player iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.ls-video__play {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #10244b;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 750;
  gap: 10px;
  padding: 14px 22px;
}

.ls-video__play span {
  color: #e62117;
}

.ls-video__backup {
  margin: 12px 0 0;
}

/* Product-focused News articles. */
.ls-news-lead {
  color: var(--ls-ink);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.55;
  margin-bottom: 2rem;
}

.ls-news-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0;
}

.ls-news-feature-grid > div {
  background: var(--ls-soft);
  border: 1px solid var(--ls-line);
  border-radius: 14px;
  padding: 1.25rem;
}

.ls-news-feature-grid h3 {
  margin: 0 0 .5rem;
}

.ls-news-feature-grid p {
  color: var(--ls-muted);
  margin: 0;
}

.ls-news-product-image {
  margin: 2rem 0;
  text-align: center;
}

.ls-news-product-image img {
  border: 1px solid var(--ls-line);
  border-radius: 14px;
}

.ls-news-specs {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  padding: 0 !important;
}

.ls-news-specs li,
.ls-news-note {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: 12px;
  padding: .9rem 1rem;
}

.ls-news-note {
  border-left: 4px solid #f1b601;
  margin: 1.5rem 0 2rem;
}

.ls-news-cta {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .ls-news-feature-grid,
  .ls-news-specs {
    grid-template-columns: 1fr;
  }
}

.ls-news-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.5rem;
}

.ls-news-card {
  background: #fff;
  border: 1px solid var(--ls-line);
  border-radius: var(--ls-radius);
  box-shadow: 0 10px 30px rgba(24, 55, 104, .07);
  overflow: hidden;
}

.ls-news-card__image {
  aspect-ratio: 3 / 2;
  background: #f8fafc;
  display: block;
  overflow: hidden;
}

.ls-news-card__image img {
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
  width: 100%;
}

.ls-news-card:hover .ls-news-card__image img {
  transform: scale(1.025);
}

.ls-news-card__content {
  padding: 1.25rem;
}

.ls-news-card__content time {
  color: var(--ls-muted);
  font-size: .85rem;
}

.ls-news-card__content h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin: .45rem 0 .7rem;
}

.ls-news-card__content h2 a {
  color: var(--ls-ink);
  text-decoration: none;
}

.ls-news-card__content p {
  color: var(--ls-muted);
}

.ls-news-card__more {
  font-weight: 700;
}

@media (max-width: 767px) {
  .ls-news-grid {
    grid-template-columns: 1fr;
  }
}
