.elementor-11209 .elementor-element.elementor-element-87e35f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11209 .elementor-element.elementor-element-87e35f0:not(.elementor-motion-effects-element-type-background), .elementor-11209 .elementor-element.elementor-element-87e35f0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-11209 .elementor-element.elementor-element-dc9207b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11209 .elementor-element.elementor-element-dc9207b:not(.elementor-motion-effects-element-type-background), .elementor-11209 .elementor-element.elementor-element-dc9207b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-11209 .elementor-element.elementor-element-191276c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11209 .elementor-element.elementor-element-191276c:not(.elementor-motion-effects-element-type-background), .elementor-11209 .elementor-element.elementor-element-191276c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-11209 .elementor-element.elementor-element-c708339{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11209 .elementor-element.elementor-element-c708339:not(.elementor-motion-effects-element-type-background), .elementor-11209 .elementor-element.elementor-element-c708339 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}/* Start custom CSS for html, class: .elementor-element-f1302be *//* ── Container ── */
.l1-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ── Hero ── */
.l1-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  overflow: hidden;
}
.l1-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%230BABF6' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E" );
}
.l1-hero-fade-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(248,250,252,0.55) 0%, transparent 100%);
  pointer-events: none;
}
.l1-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}

/* Breadcrumb */
.l1-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: .8rem;
}
.l1-breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.l1-breadcrumb a:hover { color: #0babf6; }
.l1-breadcrumb span { color: rgba(255,255,255,0.35); }
.l1-breadcrumb span:last-child { color: rgba(255,255,255,0.85); }

/* Eyebrow */
.l1-hero-eyebrow {
  display: inline-block;
  background: rgba(11,171,246,0.15);
  border: 1px solid rgba(11,171,246,0.4);
  color: #0babf6;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

/* H1 */
.l1-hero-h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.l1-hero-h1 em { color: #0babf6; font-style: normal; }

/* Sub */
.l1-hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 520px;
}

/* CTA row */
.l1-hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.l1-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #0babf6; color: #fff;
  padding: 14px 28px; border-radius: 8px;
  font-weight: 700; font-size: .95rem;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.l1-btn-primary:hover { background: #0990d4; transform: translateY(-2px); text-decoration: none; color: #fff; }
.l1-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 14px 28px; border-radius: 8px;
  font-weight: 600; font-size: .95rem;
  text-decoration: none;
  transition: all .2s ease;
}
.l1-btn-secondary:hover { background: rgba(255,255,255,0.15); text-decoration: none; color: #fff; }

/* Stats */
.l1-hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.l1-hero-stat { display: flex; flex-direction: column; }
.l1-stat-num { font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1; }
.l1-stat-accent { color: #0babf6; }
.l1-stat-label { font-size: .72rem; color: rgba(255,255,255,0.5); margin-top: 4px; text-transform: uppercase; letter-spacing: .08em; }

/* Hero right cards */
.l1-hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.l1-hero-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 20px;
  text-decoration: none;
  transition: all .25s;
  display: flex; flex-direction: column; gap: 10px;
}
.l1-hero-card:hover {
  background: rgba(11,171,246,0.12);
  border-color: rgba(11,171,246,0.4);
  transform: translateY(-3px);
  text-decoration: none;
}
.l1-hero-card-icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #0babf6;
}
.l1-hero-card-name { color: #fff; font-weight: 700; font-size: .95rem; }
.l1-hero-card-arrow { color: rgba(255,255,255,0.45); font-size: .8rem; margin-top: auto; }
/* Coming More */
.l1-hero-card--coming {
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.2);
  opacity: .55;
  cursor: default;
  pointer-events: none;
}
.l1-hero-card--coming .l1-hero-card-name { color: rgba(255,255,255,0.5); font-style: italic; }
.l1-hero-card--coming .l1-hero-card-arrow { color: rgba(255,255,255,0.3); font-size: .75rem; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .l1-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .l1-hero { min-height: auto; padding: 100px 0 60px; }
}
@media (max-width: 560px) {
  .l1-hero-cards { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21bfd94 *//* ── Section header ── */
.l1-subcat-section { padding: 80px 0; background: #f8fafc; }
.l1-section-header { text-align: center; margin-bottom: 48px; }
.l1-section-label {
  display: inline-block;
  background: rgba(11,171,246,0.1);
  color: #0babf6;
  border: 1px solid rgba(11,171,246,0.25);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.l1-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #0a1628;
  margin-bottom: 14px;
}
.l1-subcat-intro {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
}

/* ── Subcat Grid (3 col) ── */
.l1-subcat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Subcat Card ── */
.l1-subcat-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}
.l1-subcat-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  transform: translateY(-4px);
  text-decoration: none;
}
.l1-subcat-img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e5e7eb;
}
.l1-subcat-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.l1-subcat-card:hover .l1-subcat-img img { transform: scale(1.06); }
.l1-subcat-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,.35) 0%, transparent 60%);
}
.l1-subcat-img-placeholder { width: 100%; height: 100%; background: #dde1e7; }
.l1-subcat-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.l1-subcat-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0a1628;
  margin-bottom: 8px;
}
.l1-subcat-desc {
  font-size: .88rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
.l1-subcat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0babf6;
  font-size: .85rem;
  font-weight: 700;
  margin-top: auto;
  transition: gap .2s ease;
}
.l1-subcat-card:hover .l1-subcat-cta { gap: 10px; }

/* ── CTA Card ── */
.l1-subcat-cta-card {
  background: linear-gradient(145deg, #0a1628 0%, #0f2a4a 60%, #0a1628 100%);
  border: 1px solid rgba(11,171,246,0.2);
  cursor: default;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
.l1-subcat-cta-top {
  padding: 26px 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.l1-subcat-cta-eyebrow {
  font-size: .68rem;
  font-weight: 700;
  color: #0babf6;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.l1-subcat-cta-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.l1-subcat-cta-desc {
  font-size: .83rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}
.l1-subcat-cta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.l1-subcat-cta-badges span {
  background: rgba(11,171,246,0.12);
  border: 1px solid rgba(11,171,246,0.25);
  color: rgba(255,255,255,0.75);
  padding: 3px 9px;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 600;
}
.l1-subcat-cta-bottom {
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l1-cta-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease;
}
.l1-cta-wa { background: rgba(37,211,102,0.15); border: 1px solid rgba(37,211,102,0.3); }
.l1-cta-wa:hover { background: rgba(37,211,102,0.25); text-decoration: none; }
.l1-cta-wa svg { color: #25d366; flex-shrink: 0; }
.l1-cta-email { background: rgba(11,171,246,0.1); border: 1px solid rgba(11,171,246,0.25); }
.l1-cta-email:hover { background: rgba(11,171,246,0.2); text-decoration: none; }
.l1-cta-email svg { color: #0babf6; flex-shrink: 0; }
.l1-cta-btn strong { display: block; color: #fff; font-size: .82rem; font-weight: 700; }
.l1-cta-btn span { color: rgba(255,255,255,0.55); font-size: .75rem; }
.l1-cta-form-link {
  display: block;
  text-align: center;
  color: rgba(255,255,255,0.4);
  font-size: .75rem;
  text-decoration: none;
  margin-top: 4px;
  transition: color .2s;
}
.l1-cta-form-link:hover { color: #0babf6; text-decoration: none; }

/* 子分类卡片描述文字：固定 4 行，超出省略 */
.l1-subcat-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.65;
  max-height: calc(1.65em * 4);
}


/* ── Responsive ── */
@media (max-width: 900px) {
  .l1-subcat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .l1-subcat-grid { grid-template-columns: 1fr; }
  .l1-subcat-section { padding: 50px 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8255d8 *//* ── Section wrapper ── */
.l1-projects-section {
  padding: 80px 0;
  background: #fff;
}

/* ── Projects Grid — 3 col ── */
.lp-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Project Card ── */
.lp-project-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.lp-project-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.1);
  transform: translateY(-3px);
}

/* Image */
.lp-proj-img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e5e7eb;
}
.lp-proj-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.lp-project-card:hover .lp-proj-img-wrap img { transform: scale(1.06); }
.lp-proj-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,.4) 0%, transparent 55%);
}
.lp-proj-loc {
  position: absolute;
  bottom: 10px; left: 12px;
  display: flex; align-items: center; gap: 4px;
  color: rgba(255,255,255,.85);
  font-size: .72rem;
  font-weight: 600;
}

/* Content */
.lp-proj-content {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-proj-content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 22px;
}
.lp-proj-badge {
  background: rgba(11,171,246,.1);
  border: 1px solid rgba(11,171,246,.25);
  color: #0babf6;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
}
.lp-proj-related-tag {
  background: rgba(251,191,36,.12);
  border: 1px solid rgba(251,191,36,.35);
  color: #b45309;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: .68rem;
  font-weight: 700;
  margin-left: auto;
}
.lp-proj-title {
  font-size: .95rem;
  font-weight: 700;
  color: #0a1628;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Spec pills */
.lp-proj-specs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lp-spec-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: .72rem;
}
.lp-spl { color: #9ca3af; }
.lp-spv { color: #0a1628; font-weight: 600; }

/* CTA link */
.lp-proj-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0babf6;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  transition: gap .2s ease;
}
.lp-proj-cta:hover { gap: 10px; text-decoration: none; }

/* Empty state */
.lp-proj-empty {
  color: #9ca3af;
  text-align: center;
  padding: 40px;
}

/* ── View All button ── */
.l1-projects-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.l1-btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #0babf6;
  color: #0babf6;
  padding: 13px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.l1-btn-view-all:hover {
  background: #0babf6;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .lp-projects-grid { grid-template-columns: repeat(2, 1fr); }
  .l1-projects-section { padding: 50px 0; }
}
@media (max-width: 560px) {
  .lp-projects-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-027d7aa *//* ── Section wrapper ── */
.l1-why-section {
  padding: 80px 0;
  background: #f8fafc;
}

/* ── 3-column grid ── */
.jt-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ── Item card ── */
.jt-why-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.jt-why-item:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.08);
  transform: translateY(-3px);
}

/* Icon */
.jt-why-icon {
  width: 52px;
  height: 52px;
  background: rgba(11,171,246,.1);
  border: 1px solid rgba(11,171,246,.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0babf6;
  flex-shrink: 0;
}

/* Content */
.jt-why-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jt-why-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a1628;
  margin: 0;
}
.jt-why-desc {
  font-size: .88rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .jt-why-grid { grid-template-columns: repeat(2, 1fr); }
  .l1-why-section { padding: 50px 0; }
}
@media (max-width: 560px) {
  .jt-why-grid { grid-template-columns: 1fr; }
}/* End custom CSS */