/* Top banner (header + hero) */
:root {
   --zsgw-brand: #1e2f5c;
   --zsgw-accent: #4f77fc;
   --zsgw-accent-deep: #3d65ea;
   --zsgw-muted: #64748b;
   --zsgw-border: rgba(15, 49, 58, 0.08);
   --zsgw-section-y: clamp(72px, 8vw, 120px);
}

/* Unified homepage sections */
.zsgw-home-section {
   padding-top: var(--zsgw-section-y);
   padding-bottom: var(--zsgw-section-y);
}

.zsgw-home-section--light {
   background: #fff;
}

.zsgw-home-section--cta {
   padding-top: clamp(88px, 10vw, 130px);
   padding-bottom: clamp(88px, 10vw, 130px);
}

.zsgw-section-head {
   position: relative;
   margin-bottom: clamp(40px, 5vw, 56px);
}

.zsgw-section-head-row {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   gap: 24px;
   flex-wrap: wrap;
}

.zsgw-section-head-text {
   position: relative;
   max-width: 640px;
}

.zsgw-section-watermark,
.zsgw-team-watermark,
.zsgw-news-watermark {
   display: block;
   font-size: clamp(52px, 7vw, 88px);
   font-weight: 800;
   line-height: 1;
   letter-spacing: 0.08em;
   color: rgba(15, 49, 58, 0.07);
   text-transform: uppercase;
   user-select: none;
}

.zsgw-section-title,
.zsgw-team-title,
.zsgw-news-title {
   position: relative;
   margin: -0.55em 0 0;
   font-size: clamp(30px, 3.6vw, 42px);
   font-weight: 800;
   line-height: 1.2;
   color: var(--zsgw-brand);
}

.zsgw-section-desc,
.zsgw-news-desc {
   margin: 12px 0 0;
   color: var(--zsgw-muted);
   font-size: 17px;
   line-height: 1.7;
}

.zsgw-section-head.text-center .zsgw-section-desc {
   max-width: 640px;
   margin-left: auto;
   margin-right: auto;
}

.zsgw-accent {
   color: var(--zsgw-accent);
}

.zsgw-section-foot {
   margin-top: 40px;
}

.zsgw-section-btn {
   flex-shrink: 0;
}

.zsgw-top-banner {
   position: relative;
   overflow: hidden;
}

.zsgw-top-banner .zsgw-header {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   z-index: 10;
   height: auto !important;
}

.zsgw-top-banner .tv-header-height {
   height: auto !important;
}

/* Header on banner */
.zsgw-header .zsgw-header-inner {
   top: 0;
   background: transparent;
   border-bottom: none;
   padding: 24px 0;
   position: relative;
}

.zsgw-header .zsgw-header-inner.header-sticky {
   background: rgba(16, 28, 70, 0.96);
   backdrop-filter: blur(8px);
   box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
   padding: 10px 0;
}

.zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-logo img {
   max-width: 180px;
}

.zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul {
   column-gap: 28px;
}

.zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul > li > a {
   padding: 14px 0 !important;
}

.zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul > li.active > a::after {
   bottom: 8px;
}

.zsgw-header-logo img {
   max-width: 240px;
   width: 100%;
   height: auto;
}

.zsgw-header .zsgw-header-menu > nav > ul {
   margin-left: 0;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   flex-wrap: wrap;
   column-gap: 32px;
   row-gap: 0;
}

.zsgw-header .zsgw-header-menu > nav > ul > li {
   margin: 0 !important;
   display: block;
}

.zsgw-header .zsgw-header-menu > nav > ul > li > a {
   position: relative;
   display: inline-block;
   color: #fff;
   font-weight: 600;
   font-size: 16px;
   padding: 36px 0 !important;
}

.zsgw-header .zsgw-header-menu > nav > ul > li > a:hover,
.zsgw-header .zsgw-header-menu > nav > ul > li.active > a {
   color: #fff;
}

.zsgw-header .zsgw-header-menu > nav > ul > li.active > a::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 22px;
   height: 2px;
   background: #fff;
}

.zsgw-header .zsgw-header-menu nav ul li.has-dropdown::after {
   margin-left: 6px;
   position: static;
   display: inline-block;
   vertical-align: middle;
   transform: none;
   color: rgba(255, 255, 255, 0.85);
   font-size: 12px;
   line-height: 1;
   pointer-events: none;
}

.zsgw-header-bar button span {
   background: rgba(255, 255, 255, 0.1);
   color: #fff;
   border: 1px solid rgba(255, 255, 255, 0.25);
}

/* Inner pages: fixed header overlays page hero, stays visible on scroll */
.zsgw-inner-page {
   position: relative;
}

.zsgw-inner-page .zsgw-header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   width: 100%;
   height: auto !important;
}

.zsgw-inner-page .tv-header-height {
   height: auto !important;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner {
   background: transparent;
   border-bottom: none;
   box-shadow: none;
   padding: 24px 0;
   position: relative;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky {
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   width: 100% !important;
   margin-top: 0 !important;
   animation: none !important;
   background: rgba(16, 28, 70, 0.96) !important;
   backdrop-filter: blur(8px);
   box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
   padding: 10px 0;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-logo img {
   max-width: 180px;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul {
   column-gap: 28px;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul > li > a {
   padding: 14px 0 !important;
}

.zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky .zsgw-header-menu > nav > ul > li.active > a::after {
   bottom: 8px;
}

/* Hero with banner.jpg */
.zsgw-hero-area {
   position: relative;
   min-height: clamp(620px, 92vh, 920px);
   overflow: hidden;
}

.zsgw-hero-slider,
.zsgw-hero-slider .swiper-wrapper,
.zsgw-hero-slider .swiper-slide,
.zsgw-hero-slide {
   height: 100%;
   min-height: clamp(620px, 92vh, 920px);
}

.zsgw-hero-slide {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 140px 0 100px;
}

.zsgw-hero-bg {
   position: absolute;
   inset: 0;
   z-index: -2;
   background-image: url("../img/zsgw/banner.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}

.zsgw-hero-overlay {
   position: absolute;
   inset: 0;
   z-index: -1;
   background: linear-gradient(
      180deg,
      rgba(6, 16, 42, 0.35) 0%,
      rgba(6, 16, 42, 0.5) 45%,
      rgba(6, 16, 42, 0.62) 100%
   );
}

.zsgw-hero-content {
   position: relative;
   z-index: 1;
   max-width: 920px;
   margin: 0 auto;
   text-align: center;
   padding: 0 20px;
}

.zsgw-hero-title {
   color: #fff;
   font-size: clamp(36px, 5vw, 64px);
   line-height: 1.2;
   font-weight: 700;
   margin-bottom: 18px;
   letter-spacing: 1px;
}

.zsgw-hero-subtitle {
   color: #fff;
   font-size: clamp(24px, 3.2vw, 40px);
   line-height: 1.35;
   font-weight: 600;
   margin-bottom: 28px;
}

.zsgw-hero-content p {
   color: rgba(255, 255, 255, 0.92);
   font-size: clamp(15px, 1.6vw, 18px);
   line-height: 1.9;
   margin-bottom: 40px;
}

.zsgw-hero-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 220px;
   padding: 16px 48px;
   border-radius: 999px;
   background: #3D65EA;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   transition: background 0.25s ease, transform 0.25s ease;
}

.zsgw-hero-btn:hover {
   background: #3255D4;
   color: #fff;
   transform: translateY(-1px);
}

.zsgw-hero-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 5;
   width: 48px;
   height: 48px;
   border: none;
   background: transparent;
   color: rgba(255, 255, 255, 0.75);
   font-size: 28px;
   line-height: 1;
   transition: color 0.25s ease, transform 0.25s ease;
}

.zsgw-hero-arrow:hover {
   color: #fff;
}

.zsgw-hero-prev {
   left: clamp(12px, 3vw, 48px);
}

.zsgw-hero-next {
   right: clamp(12px, 3vw, 48px);
}

.zsgw-hero-arrow.swiper-button-disabled {
   opacity: 0.35;
   pointer-events: none;
}

/* Framework animation helpers */
.zsgw-hero-content,
.zsgw-hero-content * {
   opacity: 1 !important;
   transform: none !important;
   visibility: visible !important;
}

.zsgw-service-dark .tv-spltv-text,
.zsgw-service-dark .tv-spltv-text * {
   color: #fff;
}

.section-bg.footer-bg .tv-spltv-text,
.section-bg.footer-bg .tv-spltv-text * {
   color: #fff;
}

.zsgw-choose-banner .tv-spltv-text,
.zsgw-choose-banner .tv-spltv-text * {
   color: #fff;
}

.zsgw-stats-area {
   position: relative;
   overflow: hidden;
   background: linear-gradient(180deg, #f0f4ff 0%, #fff 55%, #f8faff 100%);
}

.zsgw-stats-area::before {
   content: "";
   position: absolute;
   inset: 0;
   background:
      radial-gradient(ellipse 70% 50% at 50% 40%, rgba(79, 119, 252, 0.1) 0%, transparent 70%),
      radial-gradient(circle at 10% 80%, rgba(79, 119, 252, 0.06) 0%, transparent 40%),
      radial-gradient(circle at 90% 20%, rgba(147, 173, 254, 0.08) 0%, transparent 35%);
   pointer-events: none;
}

.zsgw-stats-area > .container {
   position: relative;
   z-index: 1;
}

.zsgw-stats-head {
   margin-bottom: clamp(48px, 6vw, 72px);
}

.zsgw-stats-head .zsgw-section-watermark {
   color: rgba(79, 119, 252, 0.1);
}

.zsgw-stats-headline {
   max-width: 880px;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.45;
}

.zsgw-stats-headline .zsgw-accent {
   font-weight: 800;
}

.zsgw-stats-grid {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: clamp(20px, 3vw, 36px);
   max-width: 1040px;
   margin: 0 auto;
   align-items: center;
}

.zsgw-stat-card {
   display: flex;
   justify-content: center;
}

.zsgw-stat-ring {
   width: clamp(168px, 16vw, 210px);
   height: clamp(168px, 16vw, 210px);
   border-radius: 50%;
   padding: 3px;
   background: linear-gradient(145deg, #4F77FC 0%, #93ADFE 100%);
   box-shadow: 0 14px 40px rgba(79, 119, 252, 0.16);
   transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.zsgw-stat-card:hover .zsgw-stat-ring {
   transform: translateY(-8px);
   box-shadow: 0 22px 50px rgba(79, 119, 252, 0.26);
}

.zsgw-stat-inner {
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: #fff;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 10px;
   padding: 20px 16px;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.zsgw-stat-num {
   font-size: clamp(40px, 4.2vw, 54px);
   font-weight: 800;
   line-height: 1;
   color: var(--zsgw-accent);
   letter-spacing: -0.03em;
}

.zsgw-stat-label {
   font-size: 15px;
   font-weight: 600;
   color: var(--zsgw-muted);
   text-align: center;
   line-height: 1.4;
}

@media (max-width: 991px) {
   .zsgw-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 520px;
   }
}

@media (max-width: 575px) {
   .zsgw-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      max-width: 100%;
   }

   .zsgw-stat-ring {
      width: 100%;
      height: auto;
      aspect-ratio: 1;
      max-width: 156px;
   }

   .zsgw-stat-num {
      font-size: 34px;
   }

   .zsgw-stat-label {
      font-size: 13px;
   }
}

.zsgw-about-area .zsgw-about-content {
   margin-top: 8px;
}

.zsgw-about-area .single-icon-box {
   border-radius: 16px;
   transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.zsgw-about-area .single-icon-box:hover {
   box-shadow: 0 12px 32px rgba(15, 49, 58, 0.08);
   transform: translateY(-2px);
}

.zsgw-about-area .tv-about-middle {
   border-radius: 20px 0 20px 0;
   overflow: hidden;
}

.zsgw-about-area .tv-about-middle img,
.zsgw-about-area .tv-about-right img {
   border-radius: 20px 0 20px 0;
}

.zsgw-stats-title {
   font-size: clamp(24px, 3vw, 36px);
   line-height: 1.5;
   color: #1E2F5C;
   margin-bottom: 20px;
}

.zsgw-stats-title span {
   color: #4F77FC;
}

.zsgw-counter-list {
   display: flex;
   flex-wrap: wrap;
   gap: 24px;
   justify-content: center;
}

.zsgw-counter-item {
   text-align: center;
   min-width: 140px;
}

.zsgw-counter-item .count-box {
   position: relative;
   width: 120px;
   height: 120px;
   margin: 0 auto 12px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.zsgw-counter-item .count-box img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.zsgw-counter-item .count-box .num {
   position: relative;
   z-index: 1;
   font-size: 28px;
   font-weight: 700;
   color: #fff;
}

.zsgw-counter-item h6 {
   font-size: 15px;
   color: #334155;
}

.zsgw-service-dark {
   background: linear-gradient(135deg, #101840 0%, #182454 55%, #1e3068 100%);
   position: relative;
   overflow: hidden;
}

.zsgw-service-dark::before {
   content: "";
   position: absolute;
   left: -120px;
   top: 50%;
   transform: translateY(-50%);
   width: 420px;
   height: 420px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(147, 173, 254, 0.25) 0%, rgba(147, 173, 254, 0) 70%);
}

.zsgw-service-dark .tv-section-title,
.zsgw-service-dark .tv-section-subtitle,
.zsgw-service-dark h3,
.zsgw-service-dark p {
   color: #fff;
}

.zsgw-service-dark .single-service-item {
   background: rgba(255, 255, 255, 0.08);
   border: 1px solid rgba(255, 255, 255, 0.12);
   backdrop-filter: blur(6px);
   height: 100%;
   border-radius: 16px;
}

.zsgw-service-dark .single-service-item:hover {
   border-color: rgba(147, 173, 254, 0.45);
   transform: translateY(-4px);
}

.zsgw-strategy-icon {
   width: 64px;
   height: 64px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 24px;
   border-radius: 14px;
   color: #A5BCFE;
   background: linear-gradient(135deg, rgba(147, 173, 254, 0.22) 0%, rgba(255, 255, 255, 0.06) 100%);
   border: 1px solid rgba(255, 255, 255, 0.16);
   transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.zsgw-strategy-icon svg {
   width: 32px;
   height: 32px;
}

.zsgw-service-dark .single-service-item:hover .zsgw-strategy-icon {
   color: #fff;
   background: linear-gradient(135deg, #4F77FC 0%, #93ADFE 100%);
   border-color: transparent;
   transform: scale(1.05);
}

.zsgw-service-dark .single-service-item p {
   color: rgba(255, 255, 255, 0.78);
}

.zsgw-service-dark .tv-normal-btn {
   color: #A5BCFE;
}

.zsgw-strategy-area .zsgw-section-head {
   margin-bottom: 48px;
}

.zsgw-project-area .zsgw-section-head {
   margin-bottom: 48px;
}

.zsgw-team-area {
   background: #f5f7fb;
   overflow: hidden;
}

.zsgw-team-panel {
   background: linear-gradient(135deg, #101840 0%, #243478 100%);
   border-radius: 16px;
   padding: 48px;
   color: #fff;
}

.zsgw-choose-banner h3 {
   color: #fff;
   margin-bottom: 24px;
}

.zsgw-choose-list li {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   margin-bottom: 12px;
   color: rgba(255, 255, 255, 0.9);
}

.zsgw-choose-list li i {
   color: #93ADFE;
   margin-top: 4px;
}

.zsgw-strategy-tabs .nav-link {
   border: none;
   border-left: 3px solid transparent;
   border-radius: 0;
   color: #64748b;
   text-align: left;
   padding: 16px 20px;
   background: transparent;
   width: 100%;
}

.zsgw-strategy-tabs .nav-link.active {
   background: #eef2ff;
   border-left-color: #4F77FC;
   color: #4F77FC;
   font-weight: 600;
}

.zsgw-strategy-preview {
   background: #101840;
   border-radius: 12px;
   min-height: 360px;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.zsgw-strategy-preview img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   opacity: 0.95;
   transition: transform 0.6s ease;
}

.zsgw-strategy-preview:hover img {
   transform: scale(1.03);
}

.zsgw-team-row {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
}

.zsgw-team-member {
   text-align: center;
   flex: 0 0 auto;
}

.zsgw-team-member img {
   width: 120px;
   height: 120px;
   border-radius: 50%;
   object-fit: cover;
   border: 4px solid #fff;
   box-shadow: 0 8px 24px rgba(79, 119, 252, 0.15);
}

.zsgw-team-member.is-featured img {
   width: 140px;
   height: 140px;
   border-color: #4F77FC;
}

.zsgw-team-member h5 {
   margin-top: 14px;
   font-size: 16px;
   margin-bottom: 4px;
}

.zsgw-team-member span {
   color: #64748b;
   font-size: 14px;
}

.zsgw-team-quote {
   background: linear-gradient(90deg, #4F77FC, #93ADFE);
   color: #fff;
   border-radius: 12px;
   padding: 28px 36px;
   text-align: center;
   margin-top: 40px;
}

.zsgw-contact-card {
   background: #fff;
   border-radius: 16px;
   box-shadow: 0 20px 60px rgba(15, 49, 58, 0.08);
   overflow: hidden;
}

.zsgw-contact-card .contact-visual img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* Homepage strategy cards */
.zsgw-strategy-area {
   background: linear-gradient(180deg, #f6f8fc 0%, #eef2f8 100%);
}

.zsgw-strategy-area .zsgw-strategy-grid {
   --bs-gutter-x: 1.75rem;
   --bs-gutter-y: 1.75rem;
}

.zsgw-strategy-area .zsgw-strategy-card {
   background: #fff;
   border-radius: 48px 0 48px 0;
   padding: 36px 32px 28px;
   border: 1px solid rgba(15, 49, 58, 0.07);
   box-shadow: 0 10px 40px rgba(15, 49, 58, 0.05);
   transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
   display: flex;
   flex-direction: column;
}

.zsgw-strategy-area .zsgw-strategy-card:hover {
   transform: translateY(-8px);
   border-color: rgba(79, 119, 252, 0.4);
   box-shadow: 0 20px 50px rgba(79, 119, 252, 0.12);
}

.zsgw-strategy-area .zsgw-strategy-card .service-section-title {
   font-size: 20px;
   font-weight: 700;
   color: #1E2F5C;
   margin-bottom: 14px;
}

.zsgw-strategy-area .zsgw-strategy-card p {
   color: #64748b;
   line-height: 1.75;
   margin-bottom: 0;
   padding-bottom: 28px;
   flex: 1;
}

.zsgw-strategy-area .zsgw-strategy-link {
   margin-top: auto;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   gap: 8px;
}

.zsgw-strategy-area span.service-icon.zsgw-strategy-icon {
   width: 72px;
   height: 72px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 28px;
   line-height: 1;
   border-radius: 20px 0 20px 0;
   background: linear-gradient(145deg, #eef2ff 0%, #f8fafc 100%);
   border: 1px solid rgba(79, 119, 252, 0.1);
   color: #0f313a;
   font-size: 30px;
   transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.zsgw-strategy-area span.service-icon.zsgw-strategy-icon i {
   line-height: 1;
}

.zsgw-strategy-area .zsgw-strategy-card:hover span.service-icon.zsgw-strategy-icon {
   background: linear-gradient(135deg, #4F77FC 0%, #93ADFE 100%);
   border-color: transparent;
   color: #fff;
   transform: scale(1.06);
   box-shadow: 0 12px 28px rgba(79, 119, 252, 0.35);
}

/* Homepage project section - Techor template style */
.zsgw-project-area {
   background: #fff;
}

.zsgw-project-area .zsgw-project-grid > [class*="col-"] {
   margin-bottom: 30px;
}

.zsgw-project-area .single-project-item {
   overflow: hidden;
   border-radius: 50px 0 50px 0;
}

.zsgw-project-area .single-project-item img {
   width: 100% !important;
   max-width: 100%;
   height: 340px;
   object-fit: cover;
   border-radius: 50px 0 50px 0;
   display: block;
   transition: transform 0.45s ease;
}

.zsgw-project-area .col-lg-6 .single-project-item img {
   height: 400px;
}

.zsgw-project-area .single-project-item:hover img {
   transform: scale(1.04);
}

.zsgw-project-area .single-project-item span.icon,
.zsgw-project-area .single-project-item .single-project-content {
   transform: perspective(400px) rotateX(0deg);
   opacity: 1;
}

.zsgw-project-area .single-project-item span.icon {
   opacity: 0;
   top: 42%;
}

.zsgw-project-area .single-project-item:hover span.icon {
   opacity: 1;
}

.zsgw-project-area .single-project-content {
   width: calc(100% - 48px);
   margin: 0 24px;
   bottom: 24px;
   padding: 24px 22px;
   background: #fff;
   box-shadow: 0 12px 36px rgba(15, 49, 58, 0.1);
   border: 1px solid rgba(15, 49, 58, 0.06);
}

.zsgw-project-area .single-project-content h3 {
   color: #1E2F5C;
   font-weight: 700;
   margin-bottom: 10px;
}

.zsgw-project-area .project-cat span {
   color: #64748b;
   font-size: 14px;
}

.zsgw-project-area .project-cat span + span {
   color: #4F77FC;
   font-weight: 600;
}

.zsgw-project-area .project-cat span + span::before {
   content: " · ";
   color: #94a3b8;
   font-weight: 400;
}

/* Project list page */
.zsgw-project-page .zsgw-section-head {
   margin-bottom: 40px;
}

.zsgw-project-filter {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 12px;
   margin-bottom: 40px;
}

.zsgw-project-filter button {
   border: 1px solid var(--zsgw-border);
   background: #fff;
   color: var(--zsgw-muted);
   font-size: 15px;
   font-weight: 600;
   padding: 12px 22px;
   border-radius: 999px;
   transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.zsgw-project-filter button:hover,
.zsgw-project-filter button.active {
   background: var(--zsgw-accent);
   border-color: var(--zsgw-accent);
   color: #fff;
}

.zsgw-project-page .zsgw-project-grid {
   row-gap: 8px;
}

.zsgw-project-page .zsgw-project-card {
   display: flex;
}

.zsgw-project-page .zsgw-project-card .single-project-item {
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
}

.zsgw-project-page .zsgw-project-card .single-project-item img {
   width: 100% !important;
   max-width: 100% !important;
   height: 300px !important;
   object-fit: cover;
}

.zsgw-project-page .zsgw-project-card .single-project-content {
   position: relative !important;
   bottom: auto !important;
   left: auto !important;
   right: auto !important;
   width: calc(100% - 48px) !important;
   margin: -52px 24px 0 !important;
   flex: 1 1 auto;
   min-height: 108px;
   transform: none !important;
   opacity: 1 !important;
}

.zsgw-project-page .zsgw-project-card .single-project-item span.icon {
   top: 38% !important;
   margin-top: -30px;
   transform: none !important;
   opacity: 0;
}

.zsgw-project-page .zsgw-project-card .single-project-item:hover span.icon {
   opacity: 1;
}

/* Project detail page */
.zsgw-project-detail {
   background: #fff;
}

.zsgw-project-content {
   color: var(--zsgw-muted);
   line-height: 1.85;
}

.zsgw-project-hero-img {
   margin-bottom: 32px;
   border-radius: 20px 0 20px 0;
   overflow: hidden;
}

.zsgw-project-hero-img img {
   width: 100%;
   display: block;
}

.zsgw-project-detail-title {
   font-size: clamp(24px, 3vw, 32px);
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 20px;
}

.zsgw-project-content > p {
   margin-bottom: 18px;
}

.zsgw-project-section {
   margin-top: 28px;
   padding: 28px;
   border-radius: 20px 0 20px 0;
   background: #f8fafc;
   border: 1px solid var(--zsgw-border);
}

.zsgw-project-section h3 {
   font-size: 20px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 12px;
}

.zsgw-project-section p {
   margin-bottom: 12px;
}

.zsgw-project-section ul {
   margin: 0;
   padding-left: 20px;
}

.zsgw-project-section li {
   margin-bottom: 8px;
}

.zsgw-project-quote {
   margin: 28px 0;
   padding: 24px 28px;
   border-left: 4px solid var(--zsgw-accent);
   background: rgba(43, 77, 255, 0.06);
   color: var(--zsgw-brand);
   font-size: 18px;
   font-weight: 600;
   line-height: 1.7;
   border-radius: 0 16px 16px 0;
}

.zsgw-project-sidebar-box + .zsgw-project-sidebar-box {
   margin-top: 20px;
}

.zsgw-project-sidebar-box {
   padding: 28px 24px;
   border-radius: 20px 0 20px 0;
   background: #f8fafc;
   border: 1px solid var(--zsgw-border);
}

.zsgw-project-sidebar-title {
   font-size: 20px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 18px;
}

.zsgw-project-meta {
   list-style: none;
   margin: 0;
   padding: 0;
}

.zsgw-project-meta li {
   display: flex;
   justify-content: space-between;
   gap: 16px;
   padding: 12px 0;
   border-bottom: 1px solid var(--zsgw-border);
}

.zsgw-project-meta li:last-child {
   border-bottom: none;
}

.zsgw-project-meta-label {
   color: var(--zsgw-muted);
   font-size: 14px;
}

.zsgw-project-meta strong {
   color: var(--zsgw-brand);
   font-weight: 700;
   text-align: right;
}

.zsgw-project-sidebar-nav {
   list-style: none;
   margin: 0;
   padding: 0;
}

.zsgw-project-sidebar-nav li + li {
   margin-top: 4px;
}

.zsgw-project-sidebar-nav a {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 12px 14px;
   border-radius: 12px 0 12px 0;
   color: var(--zsgw-muted);
   font-weight: 500;
   transition: background 0.25s ease, color 0.25s ease;
}

.zsgw-project-sidebar-nav a:hover,
.zsgw-project-sidebar-nav li.active a {
   background: rgba(43, 77, 255, 0.08);
   color: var(--zsgw-accent);
}

/* Homepage team section */
.zsgw-team-panel {
   position: relative;
   max-width: 1120px;
   margin: 0 auto;
}

.zsgw-team-members {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   gap: clamp(12px, 2vw, 28px);
   flex-wrap: nowrap;
   overflow-x: auto;
   padding: 8px 12px 28px;
   scrollbar-width: none;
}

.zsgw-team-members::-webkit-scrollbar {
   display: none;
}

.zsgw-team-member {
   flex: 0 0 auto;
   width: 132px;
   border: 0;
   background: transparent;
   padding: 0;
   cursor: pointer;
   text-align: center;
   opacity: 0.45;
   filter: grayscale(100%);
   transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.zsgw-team-member.is-active {
   opacity: 1;
   filter: none;
   transform: translateY(-2px);
}

.zsgw-team-avatar {
   display: block;
   width: 92px;
   height: 92px;
   margin: 0 auto 14px;
   border-radius: 50%;
   overflow: hidden;
   border: 3px solid transparent;
   box-shadow: 0 8px 24px rgba(15, 49, 58, 0.08);
   transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.zsgw-team-member.is-active .zsgw-team-avatar {
   border-color: #4F77FC;
   box-shadow: 0 10px 28px rgba(79, 119, 252, 0.28);
}

.zsgw-team-avatar img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.zsgw-team-meta {
   display: block;
}

.zsgw-team-meta strong {
   display: block;
   font-size: 18px;
   line-height: 1.3;
   color: #64748b;
   font-weight: 700;
}

.zsgw-team-meta em {
   display: block;
   margin-top: 4px;
   font-style: normal;
   font-size: 13px;
   line-height: 1.4;
   color: #94a3b8;
}

.zsgw-team-member.is-active .zsgw-team-meta strong {
   color: #1E2F5C;
}

.zsgw-team-member.is-active .zsgw-team-meta em {
   color: #4F77FC;
}

.zsgw-team-bio-box {
   position: relative;
   margin-top: 8px;
   background: linear-gradient(135deg, #3D65EA 0%, #4F77FC 100%);
   border-radius: 16px;
   padding: 36px 28px;
   box-shadow: 0 18px 48px rgba(61, 101, 234, 0.22);
}

.zsgw-team-bio-pointer {
   position: absolute;
   top: -12px;
   left: 50%;
   width: 24px;
   height: 24px;
   background: #3D65EA;
   transform: translateX(-50%) rotate(45deg);
   border-radius: 4px 0 0 0;
   transition: left 0.35s ease;
}

.zsgw-team-bio-content {
   position: relative;
   z-index: 1;
   min-height: 88px;
}

.zsgw-team-bio-item {
   display: none;
   margin: 0;
   text-align: center;
   color: #fff;
   font-size: clamp(16px, 2vw, 20px);
   line-height: 1.75;
   font-weight: 500;
   opacity: 0;
   transition: opacity 0.35s ease;
}

.zsgw-team-bio-item.is-active {
   display: block;
   opacity: 1;
}

.zsgw-team-member,
.zsgw-team-avatar,
.zsgw-team-bio-pointer {
   transition-duration: 0.35s;
}

/* Homepage news section */
.zsgw-news-slider-wrap {
   position: relative;
   padding: 0 56px;
}

.zsgw-news-slider {
   overflow: hidden;
}

.zsgw-news-card {
   height: 100%;
   background: #f8fafc;
   border: 1px solid rgba(15, 49, 58, 0.08);
   border-radius: 18px;
   overflow: hidden;
   transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.zsgw-news-card:hover {
   transform: translateY(-6px);
   box-shadow: 0 18px 40px rgba(15, 49, 58, 0.12);
   border-color: rgba(79, 119, 252, 0.18);
}

.zsgw-news-thumb {
   position: relative;
   display: block;
   overflow: hidden;
   aspect-ratio: 16 / 10;
}

.zsgw-news-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.45s ease;
}

.zsgw-news-card:hover .zsgw-news-thumb img {
   transform: scale(1.05);
}

.zsgw-news-date {
   position: absolute;
   left: 16px;
   bottom: 16px;
   padding: 6px 12px;
   border-radius: 999px;
   background: rgba(30, 47, 92, 0.82);
   color: #fff;
   font-size: 12px;
   line-height: 1.2;
   backdrop-filter: blur(4px);
}

.zsgw-news-body {
   padding: 22px 22px 24px;
}

.zsgw-news-source {
   display: block;
   color: #94a3b8;
   font-size: 13px;
   margin-bottom: 10px;
}

.zsgw-news-card-title {
   margin: 0 0 16px;
   font-size: 18px;
   line-height: 1.55;
   font-weight: 700;
}

.zsgw-news-card-title a {
   color: #1E2F5C;
   transition: color 0.25s ease;
}

.zsgw-news-card-title a:hover {
   color: #4F77FC;
}

.zsgw-news-link {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   color: #4F77FC;
   font-size: 14px;
   font-weight: 600;
}

.zsgw-news-link i {
   transition: transform 0.25s ease;
}

.zsgw-news-link:hover i {
   transform: translateX(4px);
}

.zsgw-news-prev,
.zsgw-news-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 44px;
   height: 44px;
   border: 0;
   border-radius: 50%;
   background: #fff;
   color: #1E2F5C;
   box-shadow: 0 8px 24px rgba(15, 49, 58, 0.12);
   z-index: 2;
   transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.zsgw-news-prev {
   left: 0;
}

.zsgw-news-next {
   right: 0;
}

.zsgw-news-prev:hover,
.zsgw-news-next:hover {
   background: #4F77FC;
   color: #fff;
   box-shadow: 0 10px 28px rgba(79, 119, 252, 0.28);
}

.zsgw-news-prev.swiper-button-disabled,
.zsgw-news-next.swiper-button-disabled {
   opacity: 0.35;
   pointer-events: none;
}

@media (max-width: 991px) {
   .zsgw-section-head-row {
      align-items: flex-start;
      flex-direction: column;
   }

   .zsgw-news-slider-wrap {
      padding: 0 48px;
   }
}

@media (max-width: 575px) {
   .zsgw-news-slider-wrap {
      padding: 0 40px;
   }

   .zsgw-news-prev,
   .zsgw-news-next {
      width: 38px;
      height: 38px;
   }
}

/* Homepage CTA section */
.zsgw-cta-area {
   position: relative;
   overflow: hidden;
}

.zsgw-cta-bg {
   position: absolute;
   inset: 0;
   background-size: cover;
   background-position: center;
   transform: scale(1.06);
}

.zsgw-cta-bg::after {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(16, 24, 58, 0.78);
}

.zsgw-cta-area > .container {
   position: relative;
   z-index: 1;
}

.zsgw-cta-card {
   max-width: 760px;
   margin: 0 auto;
   background: #fff;
   border-radius: 50px 0 50px 0;
   overflow: hidden;
   box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.zsgw-cta-body {
   padding: 48px 40px 36px;
   text-align: center;
}

.zsgw-cta-body h2 {
   margin: 0 0 16px;
   font-size: clamp(28px, 4vw, 38px);
   font-weight: 800;
   line-height: 1.25;
   color: #1E2F5C;
}

.zsgw-cta-body p {
   margin: 0 auto;
   max-width: 560px;
   color: #64748b;
   font-size: 16px;
   line-height: 1.75;
}

.zsgw-cta-action {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   padding: 22px 24px;
   background: linear-gradient(135deg, #4F77FC 0%, #3D65EA 100%);
   color: #fff;
   font-size: 18px;
   font-weight: 700;
   transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.zsgw-cta-action:hover {
   color: #fff;
   background: linear-gradient(135deg, #3D65EA 0%, #3255D4 100%);
   transform: translateY(-1px);
   box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.08);
}

.zsgw-cta-action i {
   transition: transform 0.25s ease;
}

.zsgw-cta-action:hover i {
   transform: translateX(4px);
}

/* Inner pages */
.zsgw-inner-page .zsgw-page-hero {
   padding: 148px 0 96px;
}

.zsgw-page-hero {
   padding: 148px 0 96px;
   background-size: cover;
   background-position: center;
}

.zsgw-page-hero::before {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(6, 16, 42, 0.72) 0%, rgba(6, 16, 42, 0.84) 100%);
}

.zsgw-page-hero .container {
   position: relative;
   z-index: 1;
}

.zsgw-page-hero-content {
   max-width: 720px;
   margin: 0 auto;
}

.zsgw-page-hero-watermark {
   display: block;
   font-size: clamp(42px, 6vw, 72px);
   font-weight: 800;
   line-height: 1;
   letter-spacing: 0.08em;
   color: rgba(255, 255, 255, 0.12);
   text-transform: uppercase;
}

.zsgw-page-hero-title {
   position: relative;
   margin: -0.45em 0 16px;
   color: #fff;
   font-size: clamp(34px, 4.5vw, 48px);
   font-weight: 800;
}

.zsgw-breadcrumb {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   color: rgba(255, 255, 255, 0.78);
   font-size: 15px;
}

.zsgw-breadcrumb a {
   color: rgba(255, 255, 255, 0.92);
}

.zsgw-breadcrumb a:hover {
   color: #fff;
}

.zsgw-service-page .zsgw-section-head {
   margin-bottom: 48px;
}

/* Team culture page */
.zsgw-team-culture-intro {
   padding-top: clamp(48px, 6vw, 88px);
   padding-bottom: clamp(48px, 6vw, 88px);
}

.zsgw-team-culture-intro .zsgw-section-head {
   margin-bottom: clamp(24px, 3vw, 32px);
}

.zsgw-team-culture-intro .zsgw-section-desc {
   max-width: 720px;
   margin-left: auto;
   margin-right: auto;
}

.zsgw-team-culture-preview {
   display: grid;
   grid-template-columns: repeat(6, minmax(0, 1fr));
   gap: 12px;
   margin-bottom: clamp(36px, 4vw, 48px);
}

.zsgw-team-culture-preview-item {
   display: block;
   overflow: hidden;
   border-radius: 14px 0 14px 0;
   aspect-ratio: 4 / 3;
   box-shadow: 0 10px 28px rgba(15, 49, 58, 0.1);
}

.zsgw-team-culture-preview-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.4s ease;
}

.zsgw-team-culture-preview-item:hover img {
   transform: scale(1.06);
}

.zsgw-team-culture-videos-block {
   padding-top: clamp(28px, 3.5vw, 40px);
   border-top: 1px solid var(--zsgw-border);
}

.zsgw-team-culture-subhead {
   margin-bottom: clamp(24px, 3vw, 32px);
}

.zsgw-team-culture-gallery {
   background: #f8fafc;
}

.zsgw-team-culture-gallery .zsgw-section-head {
   margin-bottom: clamp(32px, 4vw, 44px);
}

.zsgw-team-culture-page .wow,
.zsgw-team-culture-intro .wow,
.zsgw-team-culture-gallery .wow {
   visibility: visible !important;
   animation: none !important;
}

.zsgw-team-video-grid {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 28px;
}

.zsgw-team-video-card {
   background: #fff;
   border-radius: 20px 0 20px 0;
   overflow: hidden;
   box-shadow: 0 16px 40px rgba(15, 49, 58, 0.08);
   border: 1px solid var(--zsgw-border);
}

.zsgw-team-video-frame {
   position: relative;
   background: #06182a;
   aspect-ratio: 16 / 9;
}

.zsgw-team-video-frame video {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   background: #000;
}

.zsgw-team-video-caption {
   margin: 0;
   padding: 14px 18px 18px;
   font-size: 15px;
   font-weight: 600;
   color: var(--zsgw-brand);
}

.zsgw-team-gallery {
   display: grid;
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 16px;
}

.zsgw-team-gallery-item {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 16px 0 16px 0;
   aspect-ratio: 4 / 3;
   background: #e8eef8;
   box-shadow: 0 10px 28px rgba(15, 49, 58, 0.08);
}

.zsgw-team-gallery-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.45s ease;
}

.zsgw-team-gallery-item:hover img {
   transform: scale(1.05);
}

.zsgw-team-gallery-zoom {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(6, 24, 42, 0.35);
   color: #fff;
   font-size: 28px;
   opacity: 0;
   transition: opacity 0.3s ease;
}

.zsgw-team-gallery-item:hover .zsgw-team-gallery-zoom {
   opacity: 1;
}

@media (max-width: 1199px) {
   .zsgw-team-gallery {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
}

@media (max-width: 991px) {
   .zsgw-team-culture-preview {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
   }

   .zsgw-team-video-grid {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .zsgw-team-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
   }
}

@media (max-width: 575px) {
   .zsgw-team-culture-preview {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
   }

   .zsgw-team-gallery {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
   }

   .zsgw-team-gallery-item {
      border-radius: 12px 0 12px 0;
   }

   .zsgw-team-video-caption {
      font-size: 14px;
      padding: 12px 14px 16px;
   }
}

.zsgw-service-highlights {
   background: #fff;
}

.zsgw-service-highlight {
   height: 100%;
   padding: 32px 28px;
   border-radius: 20px 0 20px 0;
   background: #f8fafc;
   border: 1px solid var(--zsgw-border);
   transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.zsgw-service-highlight:hover {
   transform: translateY(-4px);
   border-color: rgba(43, 77, 255, 0.22);
   box-shadow: 0 16px 36px rgba(15, 49, 58, 0.08);
}

.zsgw-service-highlight-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 56px;
   height: 56px;
   margin-bottom: 18px;
   border-radius: 16px 0 16px 0;
   background: linear-gradient(135deg, #eef3ff 0%, #f8fafc 100%);
   color: var(--zsgw-accent);
   font-size: 24px;
}

.zsgw-service-highlight h3 {
   font-size: 20px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 10px;
}

.zsgw-service-highlight p {
   margin: 0;
   color: var(--zsgw-muted);
   line-height: 1.75;
}

.zsgw-cta-area--compact .zsgw-cta-card {
   max-width: 860px;
}

.zsgw-cta-area--compact .zsgw-cta-body {
   padding: 40px 36px 32px;
}

/* Strategy detail pages */
.zsgw-strategy-detail {
   background: #fff;
}

.zsgw-strategy-content {
   color: var(--zsgw-muted);
   line-height: 1.85;
}

.zsgw-strategy-hero-img {
   margin-bottom: 32px;
   border-radius: 20px 0 20px 0;
   overflow: hidden;
}

.zsgw-strategy-hero-img img {
   width: 100%;
   display: block;
}

.zsgw-strategy-subtitle {
   font-size: clamp(24px, 3vw, 32px);
   font-weight: 700;
   color: var(--zsgw-brand);
   line-height: 1.45;
   margin-bottom: 24px;
}

.zsgw-strategy-content > p {
   margin-bottom: 18px;
}

.zsgw-strategy-content > p strong {
   color: var(--zsgw-brand);
}

.zsgw-strategy-features {
   list-style: none;
   margin: 36px 0;
   padding: 0;
   display: grid;
   gap: 20px;
}

.zsgw-strategy-features li {
   display: flex;
   gap: 18px;
   padding: 24px;
   border-radius: 20px 0 20px 0;
   background: #f8fafc;
   border: 1px solid var(--zsgw-border);
}

.zsgw-strategy-features .icon {
   flex: 0 0 56px;
   width: 56px;
   height: 56px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 16px 0 16px 0;
   background: linear-gradient(135deg, #eef3ff 0%, #f8fafc 100%);
   color: var(--zsgw-accent);
   font-size: 24px;
}

.zsgw-strategy-feature-title {
   font-size: 18px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 8px;
}

.zsgw-strategy-features .content p {
   margin: 0;
}

.zsgw-strategy-sections {
   display: grid;
   gap: 24px;
   margin-top: 12px;
}

.zsgw-strategy-section {
   padding: 28px;
   border-radius: 20px 0 20px 0;
   background: #fff;
   border: 1px solid var(--zsgw-border);
   box-shadow: 0 10px 28px rgba(15, 49, 58, 0.04);
}

.zsgw-strategy-section h3 {
   font-size: 22px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 14px;
}

.zsgw-strategy-section p {
   margin-bottom: 14px;
}

.zsgw-strategy-section p:last-child {
   margin-bottom: 0;
}

.zsgw-strategy-section ul {
   margin: 0;
   padding-left: 20px;
}

.zsgw-strategy-section li {
   margin-bottom: 8px;
}

.zsgw-strategy-sidebar-box,
.zsgw-strategy-sidebar-cta {
   padding: 28px 24px;
   border-radius: 20px 0 20px 0;
   background: #f8fafc;
   border: 1px solid var(--zsgw-border);
}

.zsgw-strategy-sidebar-cta {
   margin-top: 20px;
   text-align: center;
}

.zsgw-strategy-sidebar-title {
   font-size: 20px;
   font-weight: 700;
   color: var(--zsgw-brand);
   margin-bottom: 18px;
}

.zsgw-strategy-sidebar-nav {
   list-style: none;
   margin: 0;
   padding: 0;
}

.zsgw-strategy-sidebar-nav li + li {
   margin-top: 4px;
}

.zsgw-strategy-sidebar-nav a {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 12px 14px;
   border-radius: 12px 0 12px 0;
   color: var(--zsgw-muted);
   font-weight: 500;
   transition: background 0.25s ease, color 0.25s ease;
}

.zsgw-strategy-sidebar-nav a:hover,
.zsgw-strategy-sidebar-nav li.active a {
   background: rgba(43, 77, 255, 0.08);
   color: var(--zsgw-accent);
}

.zsgw-strategy-sidebar-cta p {
   margin-bottom: 16px;
   color: var(--zsgw-muted);
}

/* About page */
.zsgw-about-intro-media {
   border-radius: 20px 0 20px 0;
   overflow: hidden;
   box-shadow: 0 24px 48px rgba(15, 49, 58, 0.12);
}

.zsgw-about-intro-media img {
   width: 100%;
   display: block;
}

.zsgw-about-intro-lead {
   font-size: 16px;
   line-height: 1.85;
   color: #475569;
   margin-bottom: 28px;
}

.zsgw-about-values {
   list-style: none;
   margin: 0 0 32px;
   padding: 0;
   display: grid;
   gap: 20px;
}

.zsgw-about-values li {
   display: flex;
   gap: 16px;
   align-items: flex-start;
}

.zsgw-about-values-icon {
   flex-shrink: 0;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   background: rgba(79, 119, 252, 0.12);
   color: var(--zsgw-accent, #4F77FC);
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-size: 14px;
}

.zsgw-about-values h3 {
   font-size: 18px;
   margin: 0 0 8px;
   color: #1E2F5C;
}

.zsgw-about-values p {
   margin: 0;
   color: #64748b;
   line-height: 1.75;
}

.zsgw-counter-section {
   background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.zsgw-counter-section .zsgw-counter-list {
   margin-top: 48px;
}

.zsgw-testimonial-card {
   height: 100%;
   background: #fff;
   border: 1px solid rgba(15, 49, 58, 0.08);
   border-radius: 18px;
   padding: 28px 24px 24px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zsgw-testimonial-card:hover {
   transform: translateY(-4px);
   box-shadow: 0 16px 36px rgba(15, 49, 58, 0.1);
}

.zsgw-testimonial-stars {
   color: #f59e0b;
   font-size: 14px;
   margin-bottom: 16px;
   display: flex;
   gap: 4px;
}

.zsgw-testimonial-card > p {
   color: #475569;
   line-height: 1.8;
   margin-bottom: 24px;
   min-height: 120px;
}

.zsgw-testimonial-author {
   display: flex;
   align-items: center;
   gap: 14px;
   padding-top: 18px;
   border-top: 1px solid rgba(15, 49, 58, 0.08);
}

.zsgw-testimonial-author img {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   object-fit: cover;
}

.zsgw-testimonial-author strong {
   display: block;
   color: #1E2F5C;
   font-size: 16px;
}

.zsgw-testimonial-author span {
   display: block;
   color: #94a3b8;
   font-size: 13px;
   margin-top: 2px;
}

@media (max-width: 991px) {
   .zsgw-team-members {
      justify-content: flex-start;
   }

   .zsgw-team-bio-box {
      padding: 32px 20px;
   }
}

/* News list & detail pages */
.zsgw-news-page .zsgw-news-card-page {
   display: flex;
   flex-direction: column;
}

.zsgw-news-card-excerpt {
   color: #64748b;
   font-size: 14px;
   line-height: 1.75;
   margin: 0 0 16px;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.zsgw-news-article-meta {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-bottom: 18px;
}

.zsgw-news-meta-chip {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 8px 14px;
   border-radius: 999px;
   background: rgba(79, 119, 252, 0.08);
   color: #475569;
   font-size: 13px;
   line-height: 1.2;
}

.zsgw-news-meta-chip i {
   color: var(--zsgw-accent, #4F77FC);
}

.zsgw-news-article-source {
   color: var(--zsgw-accent, #4F77FC);
}

.zsgw-news-article {
   background: #fff;
   border: 1px solid rgba(15, 49, 58, 0.08);
   border-radius: 20px;
   padding: 32px 28px;
   box-shadow: 0 18px 40px rgba(15, 49, 58, 0.06);
}

.zsgw-news-article-head {
   margin-bottom: 24px;
   padding-bottom: 24px;
   border-bottom: 1px solid rgba(15, 49, 58, 0.08);
}

.zsgw-news-tags {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 16px;
}

.zsgw-news-tag {
   display: inline-block;
   padding: 6px 12px;
   border-radius: 999px;
   background: #f8fafc;
   border: 1px solid rgba(15, 49, 58, 0.08);
   color: #64748b;
   font-size: 12px;
}

.zsgw-news-article-title {
   font-size: clamp(24px, 3vw, 34px);
   line-height: 1.45;
   color: #1E2F5C;
   margin: 0;
}

.zsgw-news-hero-img {
   border-radius: 18px;
   overflow: hidden;
   margin-bottom: 28px;
   aspect-ratio: 16 / 9;
}

.zsgw-news-hero-img img {
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
}

.zsgw-news-article-body {
   color: #475569;
   line-height: 1.9;
   font-size: 16px;
}

.zsgw-news-article-body p {
   margin-bottom: 18px;
}

.zsgw-news-article-body strong {
   color: #1E2F5C;
}

.zsgw-news-subtitle {
   position: relative;
   font-size: 20px;
   font-weight: 700;
   color: #1E2F5C;
   margin: 32px 0 16px;
   padding-left: 14px;
}

.zsgw-news-subtitle::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0.35em;
   width: 4px;
   height: 1.1em;
   border-radius: 4px;
   background: var(--zsgw-accent, #4F77FC);
}

.zsgw-news-list {
   list-style: none;
   padding: 0;
   margin: 0 0 24px;
}

.zsgw-news-list li {
   position: relative;
   padding: 14px 16px 14px 34px;
   margin-bottom: 10px;
   border-radius: 12px;
   background: #f8fafc;
   border: 1px solid rgba(15, 49, 58, 0.06);
}

.zsgw-news-list li::before {
   content: "";
   position: absolute;
   left: 14px;
   top: 1.25em;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: var(--zsgw-accent, #4F77FC);
}

.zsgw-news-banner {
   margin: 28px 0;
   padding: 22px 24px;
   border-radius: 14px;
   background: linear-gradient(135deg, rgba(79, 119, 252, 0.12) 0%, rgba(30, 47, 92, 0.08) 100%);
   border-left: 4px solid var(--zsgw-accent, #4F77FC);
   color: #1E2F5C;
   font-size: 18px;
   text-align: center;
}

.zsgw-news-signature {
   text-align: right;
   color: #64748b;
   margin-bottom: 8px;
}

.zsgw-news-article-foot {
   margin-top: 36px;
   padding-top: 28px;
   border-top: 1px solid rgba(15, 49, 58, 0.08);
}

.zsgw-news-nav-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 16px;
   margin-bottom: 24px;
}

.zsgw-news-nav-link {
   display: block;
   padding: 16px 18px;
   border-radius: 14px;
   background: #f8fafc;
   border: 1px solid rgba(15, 49, 58, 0.08);
   transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.zsgw-news-nav-link:hover {
   border-color: rgba(79, 119, 252, 0.28);
   transform: translateY(-2px);
   box-shadow: 0 10px 24px rgba(15, 49, 58, 0.08);
}

.zsgw-news-nav-link--next {
   text-align: right;
}

.zsgw-news-nav-label {
   display: block;
   font-size: 12px;
   color: #94a3b8;
   margin-bottom: 6px;
}

.zsgw-news-nav-title {
   display: block;
   color: #1E2F5C;
   font-size: 14px;
   line-height: 1.5;
}

.zsgw-news-nav-placeholder {
   display: block;
   min-height: 1px;
}

.zsgw-news-back-btn {
   width: 100%;
   justify-content: center;
}

.zsgw-news-inline-img {
   border-radius: 14px;
   overflow: hidden;
   margin: 28px 0;
   box-shadow: 0 12px 28px rgba(15, 49, 58, 0.08);
}

.zsgw-news-inline-img img {
   width: 100%;
   display: block;
}

.zsgw-news-detail .container,
.zsgw-news-detail .row {
   overflow: visible;
}

@media (min-width: 992px) {
   .zsgw-news-detail .row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
      column-gap: 40px;
      row-gap: 0;
      align-items: start;
   }

   .zsgw-news-detail .row > [class*="col-lg-"] {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
   }

   .zsgw-news-detail .row > .order-lg-1 {
      grid-column: 1;
      grid-row: 1;
   }

   .zsgw-news-detail .row > .order-lg-2 {
      grid-column: 2;
      grid-row: 1;
   }
}

.zsgw-news-sidebar {
   z-index: 20;
}

@media (min-width: 992px) {
   .zsgw-news-detail .row > .col-lg-4 {
      position: relative;
   }

   .zsgw-news-sidebar.is-sidebar-fixed,
   .zsgw-news-sidebar.is-sidebar-bottom {
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: rgba(79, 119, 252, 0.35) transparent;
   }

   .zsgw-news-sidebar.is-sidebar-fixed::-webkit-scrollbar,
   .zsgw-news-sidebar.is-sidebar-bottom::-webkit-scrollbar {
      width: 5px;
   }

   .zsgw-news-sidebar.is-sidebar-fixed::-webkit-scrollbar-thumb,
   .zsgw-news-sidebar.is-sidebar-bottom::-webkit-scrollbar-thumb {
      background: rgba(79, 119, 252, 0.28);
      border-radius: 999px;
   }
}

.zsgw-news-sidebar-box,
.zsgw-news-sidebar-cta {
   background: #fff;
   border: 1px solid rgba(15, 49, 58, 0.08);
   border-radius: 18px;
   padding: 24px 22px;
   box-shadow: 0 12px 28px rgba(15, 49, 58, 0.05);
}

.zsgw-news-sidebar-cta {
   margin-top: 20px;
   text-align: center;
}

.zsgw-news-sidebar-cta p {
   color: #64748b;
   margin-bottom: 16px;
}

.zsgw-news-sidebar-heading {
   font-size: 18px;
   color: #1E2F5C;
   margin-bottom: 18px;
}

.zsgw-news-sidebar-list {
   list-style: none;
   margin: 0;
   padding: 0;
}

.zsgw-news-sidebar-item + .zsgw-news-sidebar-item {
   margin-top: 12px;
}

.zsgw-news-sidebar-item a {
   display: block;
   padding: 14px 16px;
   border-radius: 12px;
   background: #f8fafc;
   border: 1px solid transparent;
   transition: border-color 0.25s ease, background 0.25s ease;
}

.zsgw-news-sidebar-item a:hover,
.zsgw-news-sidebar-item.is-active a {
   background: rgba(79, 119, 252, 0.08);
   border-color: rgba(79, 119, 252, 0.18);
}

.zsgw-news-sidebar-date {
   display: block;
   font-size: 12px;
   color: #94a3b8;
   margin-bottom: 6px;
}

.zsgw-news-sidebar-title {
   display: block;
   font-size: 14px;
   line-height: 1.55;
   color: #334155;
}

.zsgw-news-sidebar-item.is-active .zsgw-news-sidebar-title {
   color: var(--zsgw-accent, #4F77FC);
}

@media (max-width: 991px) {
   .zsgw-news-article {
      padding: 24px 20px;
   }

   .zsgw-news-sidebar {
      position: static;
   }

   .zsgw-news-nav-row {
      grid-template-columns: 1fr;
   }

   .zsgw-news-nav-link--next {
      text-align: left;
   }
}

/* Contact page */
.zsgw-contact-office-grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 24px;
}

.zsgw-contact-office {
   height: 100%;
   padding: 32px 28px;
   border-radius: 20px 0 20px 0;
   background: #fff;
   border: 1px solid var(--zsgw-border);
   box-shadow: 0 10px 40px rgba(15, 49, 58, 0.05);
}

.zsgw-contact-office-title {
   margin-bottom: 22px;
   padding-bottom: 16px;
   border-bottom: 2px solid rgba(79, 119, 252, 0.14);
   font-size: 20px;
   font-weight: 700;
   color: var(--zsgw-brand);
}

.zsgw-contact-office-list {
   list-style: none;
   margin: 0;
   padding: 0;
}

.zsgw-contact-office-list li {
   display: flex;
   gap: 14px;
   align-items: flex-start;
}

.zsgw-contact-office-list li + li {
   margin-top: 18px;
}

.zsgw-contact-office-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   flex-shrink: 0;
   border-radius: 12px 0 12px 0;
   background: linear-gradient(135deg, #eef3ff 0%, #f8fafc 100%);
   color: var(--zsgw-accent);
   font-size: 18px;
}

.zsgw-contact-office-label {
   display: block;
   margin-bottom: 4px;
   font-size: 13px;
   color: var(--zsgw-muted);
}

.zsgw-contact-office-list a,
.zsgw-contact-office-list p {
   margin: 0;
   color: var(--zsgw-brand);
   line-height: 1.7;
}

.zsgw-contact-office-list a:hover {
   color: var(--zsgw-accent);
}

.zsgw-contact-form-section {
   background: linear-gradient(180deg, #f6f8fc 0%, #eef2f8 100%);
}

.zsgw-contact-form-panel {
   padding: clamp(28px, 4vw, 48px);
   border-radius: 28px 0 28px 0;
   background: rgba(255, 255, 255, 0.72);
   border: 1px solid rgba(255, 255, 255, 0.9);
   box-shadow: 0 20px 60px rgba(15, 49, 58, 0.06);
}

.zsgw-contact-highlights {
   list-style: none;
   margin: 28px 0 0;
   padding: 0;
}

.zsgw-contact-highlights li {
   display: flex;
   gap: 16px;
   align-items: flex-start;
}

.zsgw-contact-highlights li + li {
   margin-top: 20px;
}

.zsgw-contact-highlights-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 52px;
   height: 52px;
   flex-shrink: 0;
   border-radius: 16px 0 16px 0;
   background: linear-gradient(135deg, #4f77fc 0%, #93adfe 100%);
   color: #fff;
   font-size: 22px;
}

.zsgw-contact-highlights h4 {
   margin: 0 0 6px;
   font-size: 18px;
   color: var(--zsgw-brand);
}

.zsgw-contact-highlights p {
   margin: 0;
   color: var(--zsgw-muted);
   line-height: 1.75;
}

.zsgw-contact-form-card {
   padding: clamp(24px, 3vw, 40px);
   border-radius: 24px 0 24px 0;
   background: #fff;
   border: 1px solid var(--zsgw-border);
   box-shadow: 0 16px 48px rgba(15, 49, 58, 0.08);
}

.zsgw-contact-form-heading {
   margin-bottom: 8px;
   font-size: 24px;
   color: var(--zsgw-brand);
}

.zsgw-contact-form-note {
   margin-bottom: 24px;
   color: var(--zsgw-muted);
}

.zsgw-contact-field-label {
   display: block;
   margin-bottom: 8px;
   font-size: 14px;
   font-weight: 600;
   color: var(--zsgw-brand);
}

.zsgw-contact-form input,
.zsgw-contact-form textarea {
   width: 100%;
   padding: 14px 16px;
   border: 1px solid rgba(15, 49, 58, 0.12);
   border-radius: 12px 0 12px 0;
   background: #f8fafc;
   color: var(--zsgw-brand);
   transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.zsgw-contact-form input:focus,
.zsgw-contact-form textarea:focus {
   outline: none;
   border-color: rgba(79, 119, 252, 0.45);
   background: #fff;
   box-shadow: 0 0 0 4px rgba(79, 119, 252, 0.12);
}

.zsgw-contact-form textarea {
   resize: vertical;
   min-height: 160px;
}

.zsgw-contact-submit {
   margin-top: 8px;
}

.zsgw-contact-form-message {
   margin: 14px 0 0;
   min-height: 24px;
   font-size: 14px;
   color: var(--zsgw-accent-deep);
}

.zsgw-contact-map-section {
   line-height: 0;
}

.zsgw-contact-map {
   width: 100%;
   height: 520px;
   border: 0;
}

@media (max-width: 991px) {
   .zsgw-contact-office-grid {
      grid-template-columns: 1fr;
   }

   .zsgw-contact-form-panel {
      padding: 24px 20px;
   }

   .zsgw-contact-map {
      height: 360px;
   }
}

@media (max-width: 991px) {
   main,
   .zsgw-top-banner {
      overflow-x: clip;
   }

   .zsgw-header-logo img {
      max-width: 170px;
   }

   .zsgw-top-banner .zsgw-header .zsgw-header-inner,
   .zsgw-inner-page .zsgw-header .zsgw-header-inner {
      padding: 12px 0;
   }

   .zsgw-inner-page .zsgw-header .zsgw-header-inner.header-sticky {
      padding: 10px 0;
   }

   .container-1750 {
      padding-left: 16px;
      padding-right: 16px;
   }

   .zsgw-hero-area,
   .zsgw-hero-slider,
   .zsgw-hero-slider .swiper-wrapper,
   .zsgw-hero-slider .swiper-slide,
   .zsgw-hero-slide {
      min-height: clamp(480px, 78vh, 640px);
   }

   .zsgw-hero-slide {
      padding: 108px 0 72px;
   }

   .zsgw-hero-content p br {
      display: none;
   }

   .zsgw-hero-arrow {
      display: none;
   }

   .zsgw-home-section {
      padding-top: 56px;
      padding-bottom: 56px;
   }

   .zsgw-inner-page .zsgw-page-hero {
      padding: 112px 0 64px;
   }

   .zsgw-section-watermark,
   .zsgw-team-watermark,
   .zsgw-news-watermark,
   .zsgw-page-hero-watermark {
      font-size: clamp(36px, 10vw, 52px);
   }

   .zsgw-section-title,
   .zsgw-team-title,
   .zsgw-news-title,
   .zsgw-page-hero-title {
      font-size: clamp(24px, 6vw, 32px);
   }

   .zsgw-section-desc,
   .zsgw-news-desc {
      font-size: 15px;
   }

   .zsgw-stats-grid {
      justify-items: center;
   }

   .zsgw-stats-headline {
      font-size: clamp(22px, 5.5vw, 28px);
   }

   .zsgw-section-head-row .zsgw-section-btn {
      width: 100%;
   }

   .zsgw-section-head-row .tv-btn-primary,
   .zsgw-section-head-row .tv-btn-secondary {
      width: 100%;
      justify-content: center;
   }

   .zsgw-strategy-area .zsgw-strategy-card {
      border-radius: 24px 0 24px 0;
      padding: 28px 22px 22px;
   }

   .zsgw-project-area .single-project-item {
      border-radius: 24px 0 24px 0;
   }

   .zsgw-project-area .single-project-item img {
      height: 260px;
   }

   .zsgw-project-area .col-lg-6 .single-project-item img {
      height: 280px;
   }

   .zsgw-project-area .single-project-content {
      width: calc(100% - 24px);
      margin: 0 12px;
      bottom: 12px;
      padding: 16px 14px;
   }

   .zsgw-project-area .single-project-content h3 {
      font-size: 17px;
   }

   .zsgw-team-panel {
      padding: 24px 16px;
      border-radius: 14px;
   }

   .zsgw-team-members {
      justify-content: flex-start;
      padding: 4px 4px 20px;
      margin: 0 -4px;
   }

   .zsgw-team-member {
      width: 112px;
   }

   .zsgw-team-avatar {
      width: 76px;
      height: 76px;
      margin-bottom: 10px;
   }

   .zsgw-team-meta strong {
      font-size: 15px;
   }

   .zsgw-team-meta em {
      font-size: 12px;
   }

   .zsgw-team-bio-box {
      padding: 24px 18px;
   }

   .zsgw-news-slider-wrap {
      padding: 0 44px;
   }

   .zsgw-cta-card {
      border-radius: 28px 0 28px 0;
   }

   .zsgw-cta-body {
      padding: 36px 24px 28px;
   }

   .zsgw-cta-action {
      font-size: 16px;
      padding: 18px 20px;
   }

   .zsgw-news-article {
      padding: 24px 18px;
   }

   .zsgw-news-article-title {
      font-size: clamp(22px, 5.5vw, 28px);
   }

   .zsgw-strategy-features li {
      flex-direction: column;
      gap: 12px;
      padding: 18px;
   }

   .zsgw-strategy-subtitle {
      font-size: 22px;
   }

   .zsgw-project-content,
   .zsgw-strategy-content {
      padding-left: 0;
      padding-right: 0;
   }

   .zsgw-contact-form-card {
      padding: 22px 18px;
   }

   .zsgw-counter-list {
      gap: 16px;
   }

   .zsgw-counter-item {
      min-width: calc(50% - 12px);
      flex: 1 1 calc(50% - 12px);
   }

   .zsgw-about-intro-cta {
      width: 100%;
      text-align: center;
   }

   .zsgw-about-intro-cta .tv-btn-primary {
      width: 100%;
      justify-content: center;
   }

   #magic-cursor {
      display: none !important;
   }
}

@media (max-width: 575px) {
   :root {
      --zsgw-section-y: 48px;
   }

   .zsgw-header-logo img {
      max-width: 138px;
   }

   .zsgw-hero-area,
   .zsgw-hero-slider,
   .zsgw-hero-slider .swiper-wrapper,
   .zsgw-hero-slider .swiper-slide,
   .zsgw-hero-slide {
      min-height: clamp(420px, 72vh, 520px);
   }

   .zsgw-hero-slide {
      padding: 96px 0 64px;
   }

   .zsgw-hero-title {
      font-size: 28px;
      margin-bottom: 12px;
   }

   .zsgw-hero-subtitle {
      font-size: 20px;
      margin-bottom: 16px;
   }

   .zsgw-hero-content p {
      font-size: 14px;
      line-height: 1.75;
      margin-bottom: 24px;
   }

   .zsgw-hero-btn {
      min-width: 0;
      width: 100%;
      max-width: 280px;
      padding: 14px 24px;
      font-size: 16px;
   }

   .zsgw-inner-page .zsgw-page-hero {
      padding: 96px 0 48px;
   }

   .zsgw-breadcrumb {
      flex-wrap: wrap;
      justify-content: center;
      font-size: 13px;
      gap: 6px;
   }

   .zsgw-stats-grid {
      gap: 14px;
   }

   .zsgw-stat-ring {
      max-width: 140px;
   }

   .zsgw-about-area .single-icon-box {
      margin-bottom: 16px;
   }

   .zsgw-project-area .single-project-item img,
   .zsgw-project-area .col-lg-6 .single-project-item img {
      height: 220px;
   }

   .zsgw-project-area .project-cat span {
      font-size: 13px;
   }

   .zsgw-team-member {
      width: 96px;
   }

   .zsgw-team-avatar {
      width: 64px;
      height: 64px;
   }

   .zsgw-news-slider-wrap {
      padding: 0 36px;
   }

   .zsgw-news-prev,
   .zsgw-news-next {
      width: 34px;
      height: 34px;
      font-size: 14px;
   }

   .zsgw-cta-body h2 {
      font-size: 24px;
   }

   .zsgw-cta-body p {
      font-size: 14px;
   }

   .zsgw-news-meta-chip {
      font-size: 12px;
      padding: 7px 12px;
   }

   .zsgw-news-nav-link {
      padding: 14px 12px;
   }

   .zsgw-counter-item .count-box {
      width: 96px;
      height: 96px;
   }

   .zsgw-counter-item .count-box .num {
      font-size: 22px;
   }

   .zsgw-counter-item h6 {
      font-size: 13px;
   }
}

/* 移动端公共页脚 */
@media (max-width: 991px) {
   .tv-footer-wrap.pt-80 {
      padding-top: 48px !important;
      padding-bottom: 72px;
   }

   .tv-footer-wrap .container {
      padding-left: 20px;
      padding-right: 20px;
   }

   .tv-footer-wrap .tv-footer-area {
      margin-bottom: 0;
   }

   .tv-footer-wrap .tv-footer-area .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px;
   }

   .tv-footer-wrap .tv-footer-area .row > [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px;
   }

   .tv-footer-wrap .tv-footer-area .row > [class*="col-"].mb-50 {
      margin-bottom: 16px !important;
   }

   /* 品牌区 */
   .tv-footer-col-1 {
      flex: 0 0 100%;
      max-width: 100%;
      order: 1;
   }

   .tv-footer-col-1 .tv-footer-widget {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 16px;
      padding: 22px 18px;
   }

   .tv-footer-widget-logo.mb-30 {
      margin-bottom: 14px !important;
   }

   .tv-footer-widget-logo img {
      max-width: 148px;
      height: auto;
   }

   .tv-footer-widget-text p {
      margin-bottom: 16px;
      line-height: 1.7;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.72);
   }

   .tv-footer-widget-contact-info ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
   }

   .tv-footer-widget-contact-info ul li {
      margin-bottom: 0;
   }

   .tv-footer-widget-contact-info ul li a {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 11px 12px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      font-size: 13px;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.92);
      overflow-wrap: anywhere;
      word-break: break-word;
      transition: border-color 0.25s ease, background 0.25s ease;
   }

   .tv-footer-widget-contact-info ul li a:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(79, 119, 252, 0.45);
      color: #fff;
   }

   .tv-footer-widget-contact-info ul li a i {
      flex-shrink: 0;
      margin-right: 0;
      margin-top: 2px;
      width: 28px;
      height: 28px;
      border-radius: 8px;
      background: rgba(79, 119, 252, 0.22);
      color: #8fb0ff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
   }

   /* 链接区：服务 + 快速并排，策略整行双列 */
   .tv-footer-col-3 {
      flex: 0 0 50%;
      max-width: 50%;
      order: 2;
   }

   .tv-footer-col-4 {
      flex: 0 0 50%;
      max-width: 50%;
      order: 3;
   }

   .tv-footer-col-2 {
      flex: 0 0 100%;
      max-width: 100%;
      order: 4;
   }

   .tv-footer-col-2 .tv-footer-widget,
   .tv-footer-col-3 .tv-footer-widget,
   .tv-footer-col-4 .tv-footer-widget {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 14px;
      padding: 18px 16px;
      height: 100%;
   }

   .tv-footer-col-2 .tv-footer-widget-menu ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px 14px;
   }

   .tv-footer-widget-title {
      margin-bottom: 12px;
      font-size: 15px;
      line-height: 1.35;
      font-weight: 600;
      position: relative;
      padding-left: 12px;
   }

   .tv-footer-widget-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      bottom: 3px;
      width: 3px;
      border-radius: 999px;
      background: linear-gradient(180deg, #6d93ff 0%, #4f77fc 100%);
   }

   .tv-footer-widget-menu ul li:not(:last-child) {
      margin-bottom: 0;
   }

   .tv-footer-widget-menu ul li a {
      display: block;
      font-size: 13px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.72);
      padding: 4px 0;
   }

   .tv-footer-widget-menu ul li a:hover {
      color: #fff;
      padding-left: 2px;
   }

   .tv-footer-widget.text-end,
   .tv-footer-col-3.d-flex,
   .tv-footer-col-4.d-flex {
      justify-content: flex-start !important;
      text-align: left !important;
   }

   .tv-footer-col-3.d-flex > div,
   .tv-footer-col-4.d-flex > div {
      width: 100%;
   }

   /* 版权区 */
   .tv-copyright-area {
      margin-top: 8px;
   }

   .tv-copyright-border {
      padding: 20px 0 8px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
   }

   .tv-copyright-area .row {
      flex-direction: column;
      gap: 14px;
   }

   .tv-copyright-left {
      margin-bottom: 0 !important;
      text-align: center !important;
   }

   .tv-copyright-left p {
      font-size: 11px;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.55);
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
   }

   .tv-copyright-area .col-lg-6.text-end {
      text-align: center !important;
   }

   .tv-footer-widget-social {
      justify-content: center;
      margin-top: 0;
      gap: 10px;
      display: flex;
   }

   .tv-footer-widget-social a {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 15px;
      margin-right: 0 !important;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: rgba(255, 255, 255, 0.88);
   }

   .tv-footer-widget-social a:hover {
      background: var(--zsgw-accent);
      border-color: var(--zsgw-accent);
      color: #fff;
   }

   .scroll-top.open {
      right: 16px;
      bottom: 18px;
      width: 42px;
      height: 42px;
      line-height: 42px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
   }
}

@media (max-width: 575px) {
   .tv-footer-wrap.pt-80 {
      padding-top: 36px !important;
   }

   .tv-footer-col-3,
   .tv-footer-col-4 {
      flex: 0 0 100%;
      max-width: 100%;
   }

   .tv-footer-col-2 .tv-footer-widget-menu ul {
      grid-template-columns: 1fr;
      gap: 2px;
   }

   .tv-footer-col-2 .tv-footer-widget,
   .tv-footer-col-3 .tv-footer-widget,
   .tv-footer-col-4 .tv-footer-widget {
      padding: 16px 14px;
   }

   .tv-footer-widget-menu ul li a {
      font-size: 14px;
      padding: 6px 0;
   }
}

/* 移动端侧栏：邮箱等长文本自动换行，避免溢出 */
.itoffcanvas__info .tv-info-wrapper {
   align-items: flex-start;
}

.itoffcanvas__info-icon {
   flex-shrink: 0;
}

.itoffcanvas__info-address {
   flex: 1;
   min-width: 0;
}

.itoffcanvas__info-address a {
   overflow-wrap: anywhere;
   word-break: break-all;
   line-height: 1.45;
}

/* 联系客服悬浮按钮 */
.zsgw-support-float {
   position: fixed;
   right: 22px;
   top: 58%;
   transform: translateY(-50%);
   z-index: 9998;
   width: 56px;
   height: 56px;
   touch-action: none;
}

.zsgw-support-float.is-positioned {
   transform: none;
}

.zsgw-support-float.is-dragging {
   z-index: 9999;
}

.zsgw-support-float__fab {
   width: 56px;
   height: 56px;
   border: none;
   border-radius: 999px;
   background: linear-gradient(135deg, var(--zsgw-accent) 0%, var(--zsgw-brand) 100%);
   color: #fff;
   box-shadow: 0 12px 30px rgba(16, 19, 32, 0.22);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 2px;
   cursor: grab;
   touch-action: none;
   user-select: none;
   -webkit-user-select: none;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zsgw-support-float__fab i {
   font-size: 18px;
   line-height: 1;
}

.zsgw-support-float__fab-text {
   font-size: 11px;
   font-weight: 700;
   line-height: 1;
}

.zsgw-support-float__fab:hover {
   transform: translateY(-2px);
   box-shadow: 0 16px 40px rgba(16, 19, 32, 0.26);
}

.zsgw-support-float.is-dragging .zsgw-support-float__fab,
.zsgw-support-float.is-dragging .zsgw-support-float__fab:hover {
   cursor: grabbing;
   transform: none;
   box-shadow: 0 16px 40px rgba(16, 19, 32, 0.28);
}

.zsgw-support-float__panel {
   position: fixed;
   z-index: 9999;
   width: 260px;
   max-width: calc(100vw - 24px);
   border: 1px solid rgba(15, 49, 58, 0.08);
   border-radius: 16px 0 16px 0;
   background: #fff;
   box-shadow: 0 16px 50px rgba(16, 19, 32, 0.18);
   padding: 14px 14px 12px;
}

.zsgw-support-float__panel-title {
   font-size: 14px;
   font-weight: 800;
   color: var(--zsgw-brand);
   margin-bottom: 10px;
}

.zsgw-support-float__panel-actions {
   display: grid;
   gap: 8px;
}

.zsgw-support-float__link {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 10px 12px;
   border-radius: 10px;
   background: rgba(79, 119, 252, 0.08);
   color: var(--zsgw-accent-deep);
   font-weight: 700;
   font-size: 14px;
}

.zsgw-support-float__link:hover {
   background: rgba(79, 119, 252, 0.14);
   color: var(--zsgw-brand);
}

.zsgw-support-float__close {
   margin-top: 10px;
   width: 100%;
   padding: 10px 12px;
   border: none;
   border-radius: 10px;
   background: var(--zsgw-brand);
   color: #fff;
   font-weight: 700;
   cursor: pointer;
}

.zsgw-support-float__close:hover {
   background: var(--zsgw-accent);
}

@media (max-width: 991px) {
   .zsgw-support-float:not(.is-positioned) {
      right: 14px;
      top: auto;
      bottom: 88px;
      transform: none;
   }
}

@media (max-width: 575px) {
   .zsgw-support-float:not(.is-positioned) {
      bottom: 76px;
   }

   .zsgw-support-float__panel {
      width: min(240px, calc(100vw - 28px));
   }
}
