/* Restore the legacy detail-page visual system around native Elementor controls. */
.smarttechcn-migrated-page .elementor {
  color: var(--hm-copy, #4b4b4b);
  font-family: Outfit, -apple-system, BlinkMacSystemFont, sans-serif;
}
.smarttechcn-migrated-page .elementor .hm-category3-banner,
.smarttechcn-migrated-page .elementor .smarttechcn-detail-main,
.smarttechcn-migrated-page .elementor .smarttechcn-detail-group,
.smarttechcn-migrated-page .elementor .smarttechcn-detail-common-cards {
  display: block !important;
  width: 100%;
}
.smarttechcn-migrated-page .elementor .hm-category3-banner {
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(120deg, #002876, #0089d2);
}
.smarttechcn-migrated-page .elementor .e-con.wrap {
  display: block !important;
  width: var(--wrap, min(1170px, calc(100% - 48px)));
  max-width: none;
  margin: 0 auto;
}
.smarttechcn-migrated-page .elementor .hm-category3-banner .elementor-heading-title {
  max-width: 800px;
  margin: 12px 0;
  color: #fff !important;
  font: 700 clamp(2.2rem, 4vw, 3.5rem)/1.2 Outfit, sans-serif !important;
}
.smarttechcn-migrated-page .elementor .hm-category3-banner .elementor-widget-text-editor,
.smarttechcn-migrated-page .elementor .hm-category3-banner .elementor-widget-text-editor p {
  max-width: 700px;
  margin: 0 0 20px;
  color: #fff;
  font: 400 19px/1.5 Outfit, sans-serif;
}
.smarttechcn-migrated-page .elementor .smarttechcn-quote-button {
  align-self: flex-start;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
.smarttechcn-migrated-page .elementor .smarttechcn-quote-button .elementor-button {
  display: inline-block;
  border: 0 !important;
  border-radius: 50px !important;
  padding: 14px 20px !important;
  color: #fff !important;
  background-color: #0089d2 !important;
  background-image: linear-gradient(to right, #0089d2 0%, #002876 100%) !important;
  font: 500 16px/1 Outfit, sans-serif !important;
}
.smarttechcn-migrated-page .elementor .smarttechcn-quote-button .elementor-button:hover {
  color: #fff !important;
  background-color: #002876 !important;
  background-image: linear-gradient(to right, #002876 0%, #0089d2 100%) !important;
}
.smarttechcn-migrated-page .smarttechcn-detail-main,
.smarttechcn-migrated-page .smarttechcn-detail-group,
.smarttechcn-migrated-page .smarttechcn-detail-common-cards {
  padding: 70px 0;
}
.smarttechcn-migrated-page .hm-category3-layout {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  width: 100%;
}
.smarttechcn-migrated-page .hm-category3-layout > .smarttechcn-detail-sidebar {
  display: block !important;
  height: max-content;
  padding: 24px;
  background: #f1f4f8;
  border-top: 4px solid #0089d2;
}
.smarttechcn-migrated-page .smarttechcn-detail-sidebar .elementor-widget-heading h3 {
  margin: 0 0 12px;
  color: var(--hm-ink, #001620) !important;
  font: 500 22px/1.2 Outfit, sans-serif !important;
}
.smarttechcn-migrated-page .smarttechcn-sidebar-links p { margin: 0; }
.smarttechcn-migrated-page .smarttechcn-sidebar-links a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dce2e8;
  color: #343741;
  font-size: 16px;
}
.smarttechcn-migrated-page .smarttechcn-detail-overview {
  display: block !important;
  min-width: 0;
}
.smarttechcn-migrated-page .elementor .smarttechcn-detail-overview h2,
.smarttechcn-migrated-page .elementor .smarttechcn-detail-group h2,
.smarttechcn-migrated-page .elementor .smarttechcn-detail-common-cards h2 {
  margin: 0 0 20px;
  color: var(--hm-ink, #001620) !important;
  font: 500 clamp(1.8rem, 3vw, 2.5rem)/1.2 Outfit, sans-serif !important;
}
.smarttechcn-migrated-page .smarttechcn-detail-overview .elementor-widget-text-editor,
.smarttechcn-migrated-page .smarttechcn-detail-overview .elementor-widget-text-editor p,
.smarttechcn-migrated-page .classification-card .elementor-widget-text-editor,
.smarttechcn-migrated-page .classification-card .elementor-widget-text-editor p {
  color: var(--hm-copy, #4b4b4b);
  font: 400 16px/1.5 Outfit, sans-serif;
}
.smarttechcn-migrated-page .smarttechcn-common-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
  margin-top: 32px;
}
.smarttechcn-migrated-page .classification-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  width: 100%;
  margin-top: 28px;
}
.smarttechcn-migrated-page .classification-grid > .classification-card,
.smarttechcn-migrated-page .smarttechcn-common-cards-grid > .classification-card {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--hm-line, #e5e5e5);
  background: #fff;
}
.smarttechcn-migrated-page .classification-card .elementor-heading-title {
  margin: 0 0 10px;
  color: var(--hm-ink, #001620) !important;
  font: 500 19px/1.2 Outfit, sans-serif !important;
}
.smarttechcn-migrated-page .classification-grid > .classification-card .smarttechcn-quote-button { margin-top: auto; }
.smarttechcn-migrated-page .smarttechcn-detail-group--even { background: #f1f4f8; }
.smarttechcn-migrated-page .hm-mat-panel { display: none; }
.smarttechcn-migrated-page .hm-mat-panel.active { display: block; }
.smarttechcn-migrated-page .smarttechcn-dynamic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.smarttechcn-migrated-page .smarttechcn-dynamic-grid .card img { width: 100%; height: auto; }

/* Shared native-Elementor layouts used by the legacy page families. */
.smarttechcn-migrated-page .elementor > .e-con,
.smarttechcn-migrated-page .elementor .section,
.smarttechcn-migrated-page .elementor .page-hero,
.smarttechcn-migrated-page .elementor .hm-mat-section,
.smarttechcn-migrated-page .elementor .hm-ind-section { display:block!important;width:100%; }
.smarttechcn-migrated-page .elementor .section { padding:70px 0; }
.smarttechcn-migrated-page .elementor .section--wash { background:#f1f4f8; }
.smarttechcn-migrated-page .elementor .page-hero { padding:70px 0;background:var(--hm-pale,#f1f4f8); }
.smarttechcn-migrated-page .elementor .cards { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%; }
.smarttechcn-migrated-page .elementor .card { display:flex!important;flex-direction:column;padding:20px;border:1px solid var(--hm-line,#e5e5e5);background:#fff; }
.smarttechcn-migrated-page .elementor .smarttechcn-link-button .elementor-button,
.smarttechcn-migrated-page .elementor .open-quote .elementor-button { border-radius:4px;background:#0073e6;color:#fff;padding:14px 24px; }
.smarttechcn-migrated-page .elementor .service-table { width:100%;overflow:auto; }
.smarttechcn-migrated-page .elementor .service-table table { width:100%;border-collapse:collapse;text-align:left; }
.smarttechcn-migrated-page .elementor .service-table th,
.smarttechcn-migrated-page .elementor .service-table td { padding:16px;border-bottom:1px solid var(--hm-line,#e5e5e5);vertical-align:top; }
.smarttechcn-migrated-page .elementor .service-table th { color:#0089d2; }
.smarttechcn-migrated-page .elementor .smarttechcn-migration-default { padding:70px 0; }

/* Materials */
.smarttechcn-migrated-page .elementor .hm-mat-w { display:block!important;width:min(1170px,calc(100% - 48px));margin:auto; }
.smarttechcn-migrated-page .elementor .hm-mat-hero { display:flex!important;min-height:400px;align-items:center;padding:72px 0 56px;background:linear-gradient(115deg,#002876,#0089d2);color:#fff; }
.smarttechcn-migrated-page .elementor .hm-mat-hero h1 { max-width:760px;color:#fff!important;font:700 clamp(2rem,4.5vw,2.8rem)/1.15 Outfit,sans-serif!important; }
.smarttechcn-migrated-page .elementor .hm-mat-hero p { max-width:660px;color:rgba(255,255,255,.9);font-size:19px;line-height:1.7; }
.smarttechcn-migrated-page .elementor .hm-mat-section { padding:76px 0; }
.smarttechcn-migrated-page .elementor .hm-mat-section-gray { background:#f4f6f9; }
.smarttechcn-migrated-page .elementor .hm-mat-tabs-bar { display:flex;overflow:auto;border-bottom:1px solid #e5e7eb;margin-bottom:38px; }
.smarttechcn-migrated-page .elementor .hm-mat-tab-btn { flex:0 0 auto;border:0;border-bottom:3px solid transparent;background:transparent;padding:14px 18px;color:#4b5563;font:600 15px/1.4 Outfit,sans-serif;cursor:pointer; }
.smarttechcn-migrated-page .elementor .hm-mat-tab-btn.active { border-color:#0073e6;color:#0073e6; }
.smarttechcn-migrated-page .elementor .hm-mat-panel-inner { display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start; }
.smarttechcn-migrated-page .elementor .hm-mat-table-wrap { overflow:auto; }
.smarttechcn-migrated-page .elementor .hm-mat-table { width:100%;border-collapse:collapse;font-size:16px; }
.smarttechcn-migrated-page .elementor .hm-mat-table th { padding:12px 16px;border-bottom:2px solid #e5e7eb;background:#f1f4f8;text-align:left; }
.smarttechcn-migrated-page .elementor .hm-mat-table td { padding:12px 16px;border-bottom:1px solid #e5e7eb;vertical-align:top; }
.smarttechcn-migrated-page .elementor .hm-mat-panel-img img { width:100%;min-height:300px;object-fit:cover; }
.smarttechcn-migrated-page .elementor .hm-mat-cards { display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px; }
.smarttechcn-migrated-page .elementor .hm-mat-card { display:flex!important;flex-direction:column;overflow:hidden;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08); }
.smarttechcn-migrated-page .elementor .hm-mat-card-img img,
.smarttechcn-migrated-page .elementor .hm-mat-guide-img img { width:100%;aspect-ratio:16/10;object-fit:cover; }
.smarttechcn-migrated-page .elementor .hm-mat-card-body,
.smarttechcn-migrated-page .elementor .hm-mat-guide-body { display:flex!important;flex:1;flex-direction:column;padding:20px; }
.smarttechcn-migrated-page .elementor .hm-mat-section-dark { display:block!important;background:#001f3f; }
.smarttechcn-migrated-page .elementor .hm-mat-featured { display:grid!important;grid-template-columns:1fr 1fr;min-height:420px; }
.smarttechcn-migrated-page .elementor .hm-mat-featured-text { display:flex!important;flex-direction:column;justify-content:center;padding:60px 48px; }
.smarttechcn-migrated-page .elementor .hm-mat-featured-text h2,
.smarttechcn-migrated-page .elementor .hm-mat-featured-text p { color:#fff!important; }
.smarttechcn-migrated-page .elementor .hm-mat-featured-img img { width:100%;height:100%;min-height:420px;object-fit:cover; }
.smarttechcn-migrated-page .elementor .hm-mat-guides { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px; }
.smarttechcn-migrated-page .elementor .hm-mat-guide { overflow:hidden;border:1px solid #e5e7eb;background:#fff; }
.smarttechcn-migrated-page .elementor .hm-mat-cta { display:block!important;padding:64px 20px;background:#f8f9fa;text-align:center; }

/* Services */
.smarttechcn-migrated-page .elementor .hm-index-hero { position:relative;display:flex!important;min-height:400px;align-items:center;padding:72px 0 56px;background-color:#0a273b;color:#fff;isolation:isolate; }
.smarttechcn-migrated-page .elementor .hm-index-hero:before { position:absolute;inset:0;z-index:-1;background:rgba(10,22,40,.63);content:""; }
.smarttechcn-migrated-page .elementor .hm-index-hero h1,
.smarttechcn-migrated-page .elementor .hm-index-hero p { color:#fff!important; }
.smarttechcn-migrated-page .elementor .hm-index-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%; }
.smarttechcn-migrated-page .elementor .hm-index-card { display:flex!important;min-height:200px;flex-direction:column;padding:24px 20px;background:#f1f4f8; }
.smarttechcn-migrated-page .elementor .hm-services-editable { display:block!important; }
.smarttechcn-migrated-page .elementor .hm-services-editable .hm-process-section { padding-top:76px;padding-bottom:76px; }
.smarttechcn-migrated-page .elementor .hm-process-section .hm-process-intro { max-width:760px; }
.smarttechcn-migrated-page .elementor .hm-process-steps { display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px; }
.smarttechcn-migrated-page .elementor .hm-process-step { position:relative;padding:26px 22px 24px;background:#fff;border:1px solid #dce6ea;border-top:4px solid #00a1e9;box-shadow:0 9px 24px rgba(0,22,32,.07); }
.smarttechcn-migrated-page .elementor .hm-process-step__number { display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:#003b67;color:#fff;font-size:14px;font-weight:700; }
.smarttechcn-migrated-page .elementor .hm-process-step h3 { margin:18px 0 10px;color:#002876;font-size:21px; }
.smarttechcn-migrated-page .elementor .hm-process-step p { margin:0;font-size:15px;line-height:1.55; }

/* Industries */
.smarttechcn-migrated-page .elementor .hm-ind-w { display:block!important;width:min(1170px,calc(100% - 48px));margin:auto; }
.smarttechcn-migrated-page .elementor .hm-ind-hero { position:relative;display:flex!important;min-height:500px;align-items:center;padding:72px 0;color:#fff;background:#082f48;isolation:isolate; }
.smarttechcn-migrated-page .elementor .hm-ind-hero:before { position:absolute;inset:0;z-index:-1;background:rgba(5,30,49,.72);content:""; }
.smarttechcn-migrated-page .elementor .hm-ind-hero h1,
.smarttechcn-migrated-page .elementor .hm-ind-hero p { color:#fff!important; }
.smarttechcn-migrated-page .elementor .hm-ind-hero h1 { font:700 clamp(2.3rem,5vw,3.8rem)/1.1 Outfit,sans-serif!important; }
.smarttechcn-migrated-page .elementor .hm-ind-hero-desc { max-width:760px; }
.smarttechcn-migrated-page .elementor .hm-ind-hero-certs { margin-top:28px; }
.smarttechcn-migrated-page .elementor .hm-ind-section { padding:76px 0; }
.smarttechcn-migrated-page .elementor .hm-ind-section-alt { background:#f4f6f9; }
.smarttechcn-migrated-page .elementor .hm-ind-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px; }
.smarttechcn-migrated-page .elementor .hm-ind-card { display:flex!important;flex-direction:column;overflow:hidden;border:1px solid #e5e7eb;background:#fff;color:inherit;text-decoration:none; }
.smarttechcn-migrated-page .elementor .hm-ind-card-img img { width:100%;aspect-ratio:16/10;object-fit:cover; }
.smarttechcn-migrated-page .elementor .hm-ind-card-body { display:flex!important;flex:1;flex-direction:column;padding:22px; }
.smarttechcn-migrated-page .elementor .hm-ind-how-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px; }
.smarttechcn-migrated-page .elementor .hm-ind-how-item { display:block!important;padding:24px;border-left:3px solid #0089d2;background:#fff; }
.smarttechcn-migrated-page .elementor .hm-ind-cta { display:block!important;padding:64px 20px;background:#003b67;text-align:center; }
.smarttechcn-migrated-page .elementor .hm-ind-cta h2 { color:#fff!important; }

/* About */
.smarttechcn-migrated-page .elementor .st-wrap { display:block!important;width:min(1170px,calc(100% - 48px));margin:auto; }
.smarttechcn-migrated-page .elementor .st-about-hero { position:relative;display:flex!important;min-height:500px;align-items:center;isolation:isolate;background-color:#092f43;color:#fff; }
.smarttechcn-migrated-page .elementor .st-about-hero:before { position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,30,45,.82),rgba(6,30,45,.48));content:""; }
.smarttechcn-migrated-page .elementor .st-about-hero .st-wrap { padding:96px 0; }
.smarttechcn-migrated-page .elementor .st-about-hero h1 { margin:0 0 16px;color:#fff!important;font:700 clamp(46px,6vw,74px)/1.12 Outfit,sans-serif!important; }
.smarttechcn-migrated-page .elementor .st-about-kicker p { color:#aee6ff!important;text-transform:uppercase;letter-spacing:.16em;font-size:13px!important;font-weight:800; }
.smarttechcn-migrated-page .elementor .st-lead p { max-width:700px;color:#fff!important;font-size:clamp(18px,2vw,24px);line-height:1.45; }
.smarttechcn-migrated-page .elementor .st-about-intro,
.smarttechcn-migrated-page .elementor .st-about-feature,
.smarttechcn-migrated-page .elementor .st-about-contact { display:block!important;padding:88px 0; }
.smarttechcn-migrated-page .elementor .st-about-video { margin:0 0 52px;aspect-ratio:16/9;background:#0b2434;box-shadow:0 18px 50px rgba(10,39,57,.15); }
.smarttechcn-migrated-page .elementor .st-about-video .elementor-widget-container,
.smarttechcn-migrated-page .elementor .st-about-video .smarttechcn-video-frame,
.smarttechcn-migrated-page .elementor .st-about-video iframe { width:100%;height:100%;border:0; }
.smarttechcn-migrated-page .elementor .st-about-copy { max-width:960px;margin:auto; }
.smarttechcn-migrated-page .elementor .st-about-checks { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 35px;padding:10px 0 12px;list-style:none; }
.smarttechcn-migrated-page .elementor .st-about-checks li { position:relative;padding-left:30px; }
.smarttechcn-migrated-page .elementor .st-about-checks li:before { position:absolute;left:0;color:#007bb8;font-weight:900;content:"✓"; }
.smarttechcn-migrated-page .elementor .st-about-feature { background:#f2f7f9; }
.smarttechcn-migrated-page .elementor .st-about-feature.white { background:#fff; }
.smarttechcn-migrated-page .elementor .st-about-feature-grid { display:grid!important;grid-template-columns:1fr 1fr;gap:68px;align-items:center; }
.smarttechcn-migrated-page .elementor .st-about-feature-grid.reverse .st-about-single { order:2; }
.smarttechcn-migrated-page .elementor .st-about-media { display:grid!important;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:12px;min-height:420px; }
.smarttechcn-migrated-page .elementor .st-about-media > .elementor-widget-image { min-width:0;min-height:0; }
.smarttechcn-migrated-page .elementor .st-about-media > .elementor-widget-image:first-child { grid-row:span 2; }
.smarttechcn-migrated-page .elementor .st-about-media .elementor-widget-container,
.smarttechcn-migrated-page .elementor .st-about-media img { width:100%;height:100%;object-fit:cover; }
.smarttechcn-migrated-page .elementor .st-about-single { display:block!important;min-width:0;min-height:390px; }
.smarttechcn-migrated-page .elementor .st-about-single > .elementor-widget-image,
.smarttechcn-migrated-page .elementor .st-about-single .elementor-widget-container,
.smarttechcn-migrated-page .elementor .st-about-single img { width:100%;height:100%;object-fit:cover; }
.smarttechcn-migrated-page .elementor .st-about-stats { display:block!important;padding:50px 0;background:#07344e;color:#fff; }
.smarttechcn-migrated-page .elementor .st-about-stats-grid { display:grid!important;grid-template-columns:repeat(3,1fr); }
.smarttechcn-migrated-page .elementor .st-about-stat { display:block!important;padding:10px 34px;border-left:1px solid rgba(255,255,255,.26); }
.smarttechcn-migrated-page .elementor .st-about-stat:first-child { border-left:0; }
.smarttechcn-migrated-page .elementor .st-about-stat h3 { color:#8eddfd!important;font-size:44px!important; }
.smarttechcn-migrated-page .elementor .st-about-stat p { color:#fff!important; }
.smarttechcn-migrated-page .elementor .st-about-contact { background:#eef6f9; }
.smarttechcn-migrated-page .elementor .st-about-contact-head { display:block!important;max-width:690px;margin:0 auto 32px;text-align:center; }

/* Contact: retain the published two-column composition while every block stays
   independently selectable in Elementor. */
.smarttechcn-migrated-page .elementor .MTcontactBanner { display:block!important;width:100%;height:500px;overflow:hidden; }
.smarttechcn-migrated-page .elementor .MTcontactBanner > .elementor-widget-image,
.smarttechcn-migrated-page .elementor .MTcontactBanner .elementor-widget-container { width:100%;height:100%; }
.smarttechcn-migrated-page .elementor .MTcontactBanner img { display:block;width:100%;height:100%;object-fit:cover; }
.smarttechcn-migrated-page .elementor .MTcontactSection { display:block!important;padding:76px 0;background:#fff; }
.smarttechcn-migrated-page .elementor .MTcontactSection > .container,
.smarttechcn-migrated-page .elementor .MTcontactSection .e-con.container { display:block!important;width:min(1000px,calc(100% - 48px));max-width:none;margin:0 auto; }
.smarttechcn-migrated-page .elementor .MTaboutContactWrapper { display:grid!important;grid-template-columns:minmax(0,2fr) minmax(290px,1fr);align-items:stretch;overflow:hidden;background:#fff;box-shadow:0 18px 55px rgba(0,30,45,.13); }
.smarttechcn-migrated-page .elementor .MTcontactPageForm { display:block!important;min-width:0;padding:54px 34px 48px;background:#fff; }
.smarttechcn-migrated-page .elementor .MTcontactFormContent { display:block!important;margin-bottom:28px; }
.smarttechcn-migrated-page .elementor .MTcontactFormContent h1 { margin:0 0 16px;color:#001e2d!important;font:600 clamp(40px,4vw,62px)/1.05 Outfit,sans-serif!important; }
.smarttechcn-migrated-page .elementor .MTcontactFormText,
.smarttechcn-migrated-page .elementor .MTcontactFormText p { color:#4b4b4b!important;font-size:17px;line-height:1.65; }
.smarttechcn-migrated-page .elementor .MTcontactDetailSection { display:block!important;min-width:0;padding:50px 28px;background:#08a4e3;color:#fff; }
.smarttechcn-migrated-page .elementor .MTcontactDetailWrapper,
.smarttechcn-migrated-page .elementor .MTcontactDetailContent,
.smarttechcn-migrated-page .elementor .MTcontactDetails { display:block!important; }
.smarttechcn-migrated-page .elementor .MTcontactDetailSection h2 { margin:0 0 20px;color:#fff!important;font:600 32px/1.15 Outfit,sans-serif!important; }
.smarttechcn-migrated-page .elementor .MTcontactDetailSection p,
.smarttechcn-migrated-page .elementor .MTcontactDetailSection a,
.smarttechcn-migrated-page .elementor .MTcontactDetailSection .elementor-widget-text-editor { color:#fff!important; }
.smarttechcn-migrated-page .elementor .MTcontactDetailSection p { margin:0;line-height:1.55; }
.smarttechcn-migrated-page .elementor .MTcontactDetailSep { display:block!important;width:100%;height:1px;margin:30px 0;background:rgba(255,255,255,.42); }
.smarttechcn-migrated-page .elementor .MTcontactDetails > .elementor-widget-text-editor { margin:0 0 22px; }
.smarttechcn-migrated-page .elementor .MTcontactDetails .MTcontactQuote { margin-top:72px;opacity:.92; }

/* The quote-form shortcode supplies the real form. This progressive enhancement
   gives its native file input the same visible upload affordance as the legacy page. */
.smarttechcn-migrated-page .st-contact-upload-label { display:block;margin:20px 0 8px;color:#23313a;font-weight:600; }
.smarttechcn-migrated-page .st-contact-upload { position:relative;display:flex;min-height:104px;align-items:center;justify-content:center;border:1px dashed #97a8b4;border-radius:3px;background:#f8fafb;color:#586873;text-align:center;cursor:pointer;transition:border-color .2s,background-color .2s; }
.smarttechcn-migrated-page .st-contact-upload:hover,
.smarttechcn-migrated-page .st-contact-upload:focus-within { border-color:#0089d2;background:#f1f9fd; }
.smarttechcn-migrated-page .st-contact-upload input[type="file"] { position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer; }
.smarttechcn-migrated-page .st-contact-upload-copy { pointer-events:none; }
.smarttechcn-migrated-page .st-contact-upload-copy strong { display:block;margin-bottom:4px;color:#0089d2;font-weight:600; }
.smarttechcn-migrated-page .st-contact-upload-name { display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.smarttechcn-migrated-page .st-contact-trust { display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:20px;color:#63727c;font-size:13px; }
.smarttechcn-migrated-page .st-contact-trust span:before { margin-right:6px;color:#0089d2;content:"\2713";font-weight:800; }

/* Resource galleries and archive grids. */
.smarttechcn-migrated-page .elementor .resource-banner { display:block!important;height:min(32vw,430px);min-height:220px;overflow:hidden; }
.smarttechcn-migrated-page .elementor .resource-banner img { width:100%;height:100%;object-fit:cover; }
.smarttechcn-migrated-page .elementor .resource-gallery,
.smarttechcn-migrated-page .elementor .resource-blog-grid { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px; }
.smarttechcn-migrated-page .elementor .resource-gallery-card,
.smarttechcn-migrated-page .elementor .resource-blog-card { display:flex!important;flex-direction:column;overflow:hidden;border:1px solid var(--hm-line,#e5e5e5);background:#fff;box-shadow:0 8px 24px rgba(0,22,32,.07); }
.smarttechcn-migrated-page .elementor .resource-card-image img { width:100%;height:220px;object-fit:cover; }
.smarttechcn-migrated-page .elementor .resource-card-copy { display:flex!important;flex:1;flex-direction:column;padding:20px; }
.smarttechcn-migrated-page .elementor .smarttechcn-dynamic-grid .card { padding:0;overflow:hidden; }
.smarttechcn-migrated-page .elementor .smarttechcn-dynamic-grid .card a { display:block;padding-bottom:20px;color:inherit;text-decoration:none; }
.smarttechcn-migrated-page .elementor .smarttechcn-dynamic-grid .card h3,
.smarttechcn-migrated-page .elementor .smarttechcn-dynamic-grid .card p { margin-right:20px;margin-left:20px; }

@media (max-width: 800px) {
  .smarttechcn-migrated-page .elementor .hm-category3-banner { padding: 52px 0 40px; }
  .smarttechcn-migrated-page .smarttechcn-detail-main,
  .smarttechcn-migrated-page .smarttechcn-detail-group,
  .smarttechcn-migrated-page .smarttechcn-detail-common-cards { padding: 50px 0; }
  .smarttechcn-migrated-page .hm-category3-layout { grid-template-columns: 1fr; gap: 30px; }
  .smarttechcn-migrated-page .hm-category3-layout > .smarttechcn-detail-sidebar { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 0; }
  .smarttechcn-migrated-page .hm-category3-layout > .smarttechcn-detail-sidebar .elementor-widget-heading { grid-column: 1 / -1; }
  .smarttechcn-migrated-page .smarttechcn-common-cards-grid,
  .smarttechcn-migrated-page .classification-grid,
  .smarttechcn-migrated-page .smarttechcn-dynamic-grid { grid-template-columns: 1fr; }
  .smarttechcn-migrated-page .elementor .cards,
  .smarttechcn-migrated-page .elementor .hm-ind-grid,
  .smarttechcn-migrated-page .elementor .hm-ind-how-grid,
  .smarttechcn-migrated-page .elementor .resource-gallery,
  .smarttechcn-migrated-page .elementor .resource-blog-grid,
  .smarttechcn-migrated-page .elementor .hm-mat-cards,
  .smarttechcn-migrated-page .elementor .hm-mat-guides,
  .smarttechcn-migrated-page .elementor .hm-index-grid { grid-template-columns:1fr; }
  .smarttechcn-migrated-page .elementor .hm-process-steps { grid-template-columns:1fr 1fr; }
  .smarttechcn-migrated-page .elementor .hm-mat-panel-inner,
  .smarttechcn-migrated-page .elementor .hm-mat-featured,
  .smarttechcn-migrated-page .elementor .st-about-feature-grid { grid-template-columns:1fr;gap:32px; }
  .smarttechcn-migrated-page .elementor .hm-mat-table { min-width:680px; }
  .smarttechcn-migrated-page .elementor .st-about-feature-grid.reverse .st-about-single { order:0; }
  .smarttechcn-migrated-page .elementor .st-about-checks,
  .smarttechcn-migrated-page .elementor .st-about-stats-grid { grid-template-columns:1fr; }
  .smarttechcn-migrated-page .elementor .st-about-stat { border-top:1px solid rgba(255,255,255,.26);border-left:0; }
  .smarttechcn-migrated-page .elementor .MTcontactBanner { height:280px; }
  .smarttechcn-migrated-page .elementor .MTcontactSection { padding:48px 0; }
  .smarttechcn-migrated-page .elementor .MTcontactSection > .container,
  .smarttechcn-migrated-page .elementor .MTcontactSection .e-con.container { width:min(100% - 30px,1000px); }
  .smarttechcn-migrated-page .elementor .MTaboutContactWrapper { grid-template-columns:1fr; }
  .smarttechcn-migrated-page .elementor .MTcontactPageForm { padding:38px 22px; }
  .smarttechcn-migrated-page .elementor .MTcontactDetailSection { padding:38px 22px; }
  .smarttechcn-migrated-page .elementor .MTcontactDetails .MTcontactQuote { margin-top:42px; }
}

@media (max-width:480px) {
  .smarttechcn-migrated-page .elementor .hm-process-steps { grid-template-columns:1fr; }
}
