/* 主题 999 — 色调参照 231（WhatsApp 蓝绿系） */
:root {
  --body-bg: #fff;
  --white-bg: #fff;
  --section-bg: #f7f6fc;
  --primary-bg: linear-gradient(240deg, #11a0ee 0%, #03603a 100%);
  --headding-bg: #111111;
  --header-top-bg: #5f6565;
  --itgen-header-bg: #5f6565;

  --body-color: #000;
  --primary-color: #11a0ee;
  --secondary-color: #09774a;
  --headding-color: #3a3a3a;
  --white-color: #fff;
  --border-color: #f4f3f9;
  --ct-border-color: #e2e8f0;
  --ct-border-color2: #e1e1e1;
  --ct-border-color3: #e8e8e8;

  --no-change-color1: #111111;
  --dark-bg: #111111;

  --itgen-accent-green: #19bf7a;
  --itgen-accent-green-dark: #03603a;
  --itgen-link-color: #3a3064;
  --itgen-link-hover: #1d32cc;
}

a {
  color: var(--itgen-link-color);
}

a:hover,
a:focus {
  color: var(--itgen-link-hover);
}

/* Bootstrap .container 默认最大约 1320px，1920 屏上约占 70%；加宽后模块更接近全屏 */
@media (min-width: 1200px) {
  .container {
    max-width: min(1540px, 94vw);
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: min(1680px, 94vw);
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: min(1800px, 94vw);
  }
}

/* 导航 — #5f6565 底 + 浅色文字 */
.header-top {
  display: none !important;
}

.header.header3.header-color,
.header.header3.sticky-header,
.itgen-main-header {
  background-color: var(--itgen-header-bg, #5f6565);
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.header.sticky-header.sticky,
.itgen-main-header.sticky {
  background-color: var(--itgen-header-bg, #5f6565);
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
}

.itgen-main-header > .container,
.itgen-main-header > .container > .row {
  height: 100%;
}

.itgen-main-header > .container > .row {
  align-items: center;
}

.itgen-main-header > .container > .row > [class*="col-"] {
  display: flex;
  align-items: center;
}

.itgen-main-header > .container > .row > .col-lg-10 {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}

.itgen-main-header .canvas_open_full,
.itgen-main-header .menu {
  float: none !important;
}

.itgen-main-header .logo {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 0;
}

.itgen-main-header .logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}

.header-color .menu ul li a,
.header .menu ul li a,
.sticky.header .menu ul li a,
.sticky .menu ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.header-color .menu ul li:hover > a,
.header .menu ul li:hover > a,
.sticky.header .menu ul li:hover > a,
.sticky .menu ul li:hover > a {
  color: #ffffff;
  opacity: 0.82;
}

.itgen-main-header .logo img,
.header-color.header .logo img,
.header.sticky-header.sticky .logo img {
  display: block !important;
  max-height: 48px !important;
  width: auto;
}

.header-color.header .logo img.sticky-logo,
.header.sticky-header.sticky .logo img.sticky-logo {
  display: none !important;
}

.header-color.header .button-1 {
  background: #ffffff;
  color: #262626;
}

.header-color.header .button-1::after {
  background-color: #11a0ee;
}

.header-color.header .button-1:hover {
  color: #ffffff;
}

.itgen-main-header .canvas_open a,
.itgen-main-header .canvas_open a i,
.canvas_open a,
.canvas_open a i {
  color: #ffffff;
}

.ht-left-sec span,
.ht-left-sec span i,
.top-social span a {
  color: #ffffff;
}

.itgen-main-header .menu {
  float: none;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 80px;
}

.itgen-main-header .menu ul li a {
  padding: 0 14px !important;
  height: 80px;
  line-height: 80px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}

.itgen-main-header .canvas_open_full {
  display: none;
}

@media (min-width: 992px) {
  .itgen-main-header > .container > .row {
    position: relative;
  }

  .itgen-main-header > .container > .row > .col-lg-10 {
    padding-right: 0;
  }

  .itgen-main-header .menu {
    display: flex !important;
    order: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    margin: 0;
    z-index: 2;
  }

  .itgen-main-header .menu nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 44px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .itgen-main-header .menu ul li {
    display: block;
  }

  .itgen-main-header .menu ul li a {
    padding: 0 !important;
    height: 80px;
    line-height: 80px;
  }

  .itgen-main-header a.download_btn.webappLink {
    order: 2;
    position: relative;
    z-index: 3;
  }

  .itgen-main-header .canvas_open_full {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .itgen-main-header .menu {
    display: none !important;
  }

  .itgen-main-header a.download_btn.webappLink {
    order: 1;
  }

  .itgen-header-mobile-divider {
    display: block;
    flex-shrink: 0;
    align-self: center;
    order: 2;
    width: 1px;
    height: 16px;
    margin: 0 12px;
    background-color: rgba(255, 255, 255, 0.38);
    border: none;
    border-radius: 0;
  }

  .itgen-main-header .canvas_open_full {
    display: flex;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0 !important;
    order: 3;
  }

  .itgen-main-header .canvas_open_full a,
  .header-color.itgen-main-header .canvas_open_full a {
    color: #ffffff !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .itgen-main-header .canvas_open {
    position: relative;
    top: auto !important;
    right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .itgen-main-header .canvas_open a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  }

  .itgen-main-header .canvas_open a:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
    transform: scale(1.04);
  }

  .itgen-main-header .canvas_open a i {
    display: block;
    font-size: 17px;
    line-height: 1;
    transform: translateY(0);
  }
}

.itgen-main-header a.download_btn.webappLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 32px;
  min-width: 82px;
  padding: 0 14px;
  margin-left: 12px;
  background-color: #25d366;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 12px -4px rgba(37, 211, 102, 0.45);
  transition: background-color 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .itgen-header-mobile-divider {
    display: none;
  }

  .itgen-main-header a.download_btn.webappLink {
    height: 48px;
    min-width: 134px;
    padding: 0 26px;
    margin-left: auto;
    margin-right: 12px;
    font-size: 19.2px;
    border-radius: 19px;
    box-shadow: 0 10px 16px -4px rgba(37, 211, 102, 0.5);
  }
}

.itgen-main-header a.download_btn.webappLink:hover,
.itgen-main-header a.download_btn.webappLink:focus {
  background-color: #128c7e;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .itgen-main-header a.download_btn.webappLink {
    height: 40px;
    min-width: 112px;
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    border-radius: 16px;
    box-shadow: 0 8px 14px -4px rgba(37, 211, 102, 0.5);
  }
}

.hero-section .hero-content a,
.hero-section .dropbtn,
.hero-section .linkbtn {
  color: inherit;
}

.hero-section .dropbtn {
  color: #ffffff;
}

.hero-section .linkbtn {
  color: #111111;
}

.button-1::after {
  background: linear-gradient(240deg, var(--itgen-accent-green) 0%, var(--itgen-accent-green-dark) 100%);
}

.site-footer {
  background-color: var(--dark-bg);
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(240deg, rgba(17, 160, 238, 0.88) 0%, rgba(3, 96, 58, 0.82) 100%);
  z-index: -1;
}

.breadcrumb-section {
  background-position: left center;
  background-size: cover;
}

.ct-section-title h4.style-1,
.ct-section-title h4 {
  color: var(--primary-color);
}

.ct-section-title h2 {
  color: var(--headding-color);
}

.counter-bg-theme {
  background-color: var(--primary-color);
  background-image: linear-gradient(240deg, var(--itgen-accent-green) 0%, var(--itgen-accent-green-dark) 100%);
}

.portfolio-details-full .project-info-s .blog-share span a {
  background: var(--primary-color);
}

.services-card-item-style9,
.ct-counter-section2 {
  background-color: var(--section-bg);
}

/* 首页 Hero — 结构与 231 一致（左文右横图） */
.hero-section {
  padding-top: 125px;
  padding-bottom: 0;
  position: relative;
  background-color: var(--body-bg);
  background-position: inherit;
  background-size: cover;
}

@media (min-width: 992px) {
  .hero-section {
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
  }

  .hero-section > .container {
    width: 100%;
    overflow: visible;
  }

  .hero-section .row.align-items-center {
    align-items: center !important;
  }

  .hero-section .col-lg-5 {
    flex: 0 0 39%;
    max-width: 39%;
    padding-top: 0;
  }

  .hero-section .col-lg-5 .hero-content {
    transform: translateX(3%) translateY(-10%) scale(1.0815);
    transform-origin: left center;
  }

  .hero-section .col-lg-5 .hero-content .content_heading,
  .hero-section .col-lg-5 .hero-content .content_para {
    transform: translateY(-20%);
  }

  .hero-section .col-lg-5 .itgen-hero-store-strip {
    transform: translateY(40%);
    margin-top: 0;
    gap: 18px;
  }

  .hero-section .col-lg-5 .itgen-hero-store-row {
    gap: 18px;
  }

  .hero-section .col-lg-5 .itgen-hero-store-btn {
    width: calc(var(--store-btn-width, 154px) * 1.2);
    height: 71px;
    border-radius: 24px;
  }

  .hero-section .col-lg-5 .itgen-hero-store-btn img {
    height: 81px;
  }

  .hero-section .col-lg-5 .itgen-hero-store-btn:hover {
    transform: translateY(-3px);
  }

  .hero-section .col-lg-7 {
    flex: 0 0 61%;
    max-width: 61%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    overflow: visible;
  }
}

.hero-content {
  max-width: 100%;
}

.hero-content h2,
.hero-content .content_heading {
  color: #151616;
  font-family: var(--headding-font);
  font-size: 46px;
  font-weight: 600;
  line-height: 53.73px;
  text-align: left;
  margin-bottom: 25px;
  margin-top: -35px;
  max-width: 100%;
  word-wrap: break-word;
}

.hero-content.homepage h2,
.hero-content.homepage .content_heading {
  color: #151616;
}

.hero-content p,
.hero-content .content_para {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}

.itgen-hero-store-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 100%;
}

.itgen-hero-store-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
}

.itgen-hero-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: var(--store-btn-width, 154px);
  max-width: 100%;
  height: 54px;
  padding: 0;
  border: 1px solid #38383d;
  border-radius: 16px;
  overflow: hidden;
  background-color: #242429;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, transform 0.22s ease, box-shadow 0.2s ease;
}

.itgen-hero-store-btn:hover {
  transform: translateY(-3px);
  border-color: #667fff;
  box-shadow: none;
}

.itgen-hero-store-btn img {
  display: block;
  width: 100%;
  height: 54px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .itgen-hero-store-btn {
    height: 44px;
  }

  .itgen-hero-store-btn img {
    height: 44px;
  }
}

.hero-content > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.hero-mobile-application {
  display: block;
  text-align: center;
}

.hero-mobile-application img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 电脑版横图：须 max-width: none，否则被 col-lg-7 宽度卡住（改 width 无效） */
@media (min-width: 992px) {
  .hero-section .col-lg-7 {
    overflow: visible;
  }

  .hero-section .hero-mobile-application {
    width: 1005.36px;
    max-width: none;
    margin: 0 12px 0 auto;
    overflow: visible;
  }

  .hero-section .hero-mobile-application img {
    width: 1005.36px;
    max-width: none;
    height: auto;
    max-height: 1040px;
    transform: none;
    object-fit: contain;
    object-position: right center;
    margin: 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  .hero-section .hero-mobile-application,
  .hero-section .hero-mobile-application img {
    width: 1123.64px;
  }

  .hero-section .hero-mobile-application img {
    max-height: 1159px;
  }
}

.dropbtn {
  background-color: #11a0ee;
  color: #ffffff;
  padding: 17px 30px;
  gap: 10px;
  border-radius: 49px;
  width: 169px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.82px;
  text-align: left;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #0b98e5;
  color: #ffffff;
}

.imgeset {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: middle;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  width: 328px;
  min-height: 224px;
  border-radius: 30px !important;
  z-index: 10 !important;
  border: 1px solid #e6e6e6 !important;
  margin-top: 12px !important;
  padding: 0 !important;
}

.dropdown-content a,
.dropdown-content .dropdown-item {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.82px;
  text-align: left;
  padding: 15px 20px 18px;
  display: block;
  text-decoration: none;
}

.dropdown-content a:hover,
.dropdown-content .dropdown-item:hover {
  color: #11a0ee;
  background: transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 !important;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.dropdown-menu.show {
  display: block;
}

.horizontal-effect {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  border: 0;
  border-top: 1px solid #e9e9e9;
}

.linkbtn {
  background-color: #fff;
  color: #262626;
  width: 239px;
  height: 58px;
  padding: 17px 40px 17px 30px;
  gap: 10px;
  border-radius: 49px;
  border: 1px solid #dbdbdb;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.linkbtn:hover {
  background-color: #fbfbfb;
  color: #111111;
}

.hero-content .linkbtn {
  color: #111111;
}

.ktwebbutton {
  width: 24px;
  height: 24px;
  margin-left: -40px;
}

.hero-content .btn:focus,
.hero-content .btn:active,
.hero-content .dropbtn:focus,
.hero-content .dropbtn:active {
  outline: none !important;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hero-content:not(.homepage) {
    max-width: 428px;
    padding-bottom: 0;
  }
}

/* 电脑版 Hero 文案字号：须写在基础 .hero-content（46px/18px）之后，否则不会生效 */
@media (min-width: 992px) {
  .hero-section .col-lg-5 .hero-content {
    max-width: 480px;
    padding-bottom: 0;
  }

  .hero-section .col-lg-5 .hero-content h2,
  .hero-section .col-lg-5 .hero-content .content_heading {
    font-size: 58px;
    line-height: 1.18;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 18px;
    text-align: left;
  }

  .hero-section .col-lg-5 .hero-content p,
  .hero-section .col-lg-5 .hero-content .content_para {
    font-size: 23.5px;
    line-height: 1.33;
    font-weight: 400;
    max-width: 460px;
    margin-bottom: 32px;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {
  .hero-section {
  /* 导航已在文档流占 80px，此处仅留小间距 */
    padding-top: 16px;
  }

  .hero-section .row.align-items-center {
    align-items: flex-start !important;
  }

  .hero-content {
    max-width: 100%;
    padding-bottom: 24px;
  }

  .hero-mobile-application {
    display: block;
    margin-top: -24px !important;
    margin-bottom: 72px !important;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 手机版 Hero：无横图背景时用全屏；有横图见文末「首页手机横图」块 */
@media only screen and (max-width: 767px) {
  .itgen-home-banner-block:not(.itgen-home-banner-block--material) .hero-section {
    padding-top: 26px;
    padding-bottom: 20px;
    min-height: calc(100svh - 80px);
    min-height: calc(100dvh - 80px);
    box-sizing: border-box;
  }

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

  .hero-section .row.mt-30 {
    margin-top: 0 !important;
  }

  .hero-section .col-lg-7 {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    padding-top: 6px;
  }

  .hero-content {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-content h2,
  .hero-content .content_heading {
    font-size: 40px;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-content p,
  .hero-content .content_para {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 22px;
    text-align: center;
  }

  .itgen-hero-store-strip {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 6px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    max-width: 336px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .itgen-hero-store-row {
    display: contents;
  }

  .itgen-hero-store-row:first-child .itgen-hero-store-btn:first-child {
    width: 120px;
    --store-btn-width: 120px;
    justify-self: start;
  }

  .itgen-hero-store-row:first-child .itgen-hero-store-btn:last-child {
    width: 122px;
    --store-btn-width: 122px;
  }

  .itgen-hero-store-row:last-child .itgen-hero-store-btn:first-child {
    width: 100px;
    --store-btn-width: 100px;
    /* Windows/RuStore：与上行 Google Play 左缘对齐 */
    justify-self: start;
  }

  .itgen-hero-store-row:last-child .itgen-hero-store-btn:last-child {
    width: 152px;
    --store-btn-width: 152px;
  }

  .itgen-hero-store-btn {
    height: 44px;
  }

  .itgen-hero-store-btn img {
    height: 44px;
  }

  .hero-mobile-application {
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero-mobile-application img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    transform: scale(1.254);
    transform-origin: center top;
  }

  .hero-content > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .linkbtn {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .hero-section {
    padding-top: 22px;
  }

  .hero-content h2,
  .hero-content .content_heading {
    font-size: 36px;
    margin-top: 0;
  }

  .hero-content p,
  .hero-content .content_para {
    font-size: 15px;
  }

  .hero-mobile-application {
    max-width: 100%;
  }

  .hero-mobile-application img {
    transform: scale(1.254);
    transform-origin: center top;
  }
}

/* 主题 124 ITGen */
.itgen-main-menu .logo img {
  max-height: 52px;
  width: auto;
}
.mobile_menu_logo img {
  max-height: 48px;
  width: auto;
}
.itgen-description-area img {
  max-height: 48px;
  width: auto;
}
/* 与 responsive.css 一致：992px 以上仅桌面导航，以下仅移动导航 */
@media (min-width: 992px) {
  .itgen-header-desktop {
    display: block !important;
  }
  .itgen-header-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .itgen-header-desktop {
    display: none !important;
  }
}
.markit_menu ul.sub-menu > li > a {
  white-space: nowrap;
}

/* 静态网格（关闭轮播时） */
.blog_area .blog_grid_row {
  display: flex;
  flex-wrap: wrap;
}
.blog_area .blog_grid_row > .witr_all_mb_30 {
  margin-bottom: 30px;
}

/* 轮播内链接可点击，避免被 slick 层挡住 */
.blog_area .markit_blog_carousel .slick-slide a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.blog_area .witr_sb_thumb a {
  display: block;
  cursor: pointer;
}
.blog_area .witr_sb_thumb img {
  width: 100%;
  height: auto;
}

/* 首页「案例作品」：订阅 CTA 负边距后下移，避免标题贴得太紧 */
.blog_area.blog_area--home-cases {
  margin-top: 100px;
  padding-top: 115px;
}
@media (max-width: 767px) {
  .blog_area.blog_area--home-cases {
    margin-top: 60px;
    padding-top: 80px;
  }
}

/* 覆盖 responsive.css 全局 .single_image img{width:100%}，仅关于区多图叠放 */
@media (min-width: 768px) {
  .markit_about_area .about_left_image_inner .single_image img {
    width: auto !important;
    max-width: 92% !important;
  }
}

/* contact.html 在线留言：确保输入框可点击、可输入 */
.markit_contact_area.contact_page_contact_area .itgen-contact-form-fields,
.markit_contact_area.contact_page_contact_area .witr_apartment_form {
  position: relative;
  z-index: 3;
}
.markit_contact_area.contact_page_contact_area .itgen-contact-form-fields input,
.markit_contact_area.contact_page_contact_area .itgen-contact-form-fields textarea,
.markit_contact_area.contact_page_contact_area .itgen-contact-form-fields select,
.markit_contact_area.contact_page_contact_area .itgen-contact-form-fields button {
  position: relative;
  z-index: 4;
  pointer-events: auto !important;
  user-select: text !important;
  -webkit-user-select: text !important;
}
.markit_contact_area.contact_page_contact_area input[readonly],
.markit_contact_area.contact_page_contact_area textarea[readonly] {
  pointer-events: auto !important;
  background-color: #fff;
}

/* 首页团队：slick 未初始化时仍显示卡片（避免 display:none 导致整块不可见） */
.itgen_team_area .team_active:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.itgen_team_area .team_active:not(.slick-initialized) > .witr_all_mb_30 {
  display: block !important;
  float: none;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .itgen_team_area .team_active:not(.slick-initialized) > .witr_all_mb_30 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .itgen_team_area .team_active:not(.slick-initialized) > .witr_all_mb_30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.itgen_team_area .team_active.slick-initialized .slick-slide {
  display: block;
}

/* 首页客户评价：slick 未初始化时仍显示卡片 */
.itgen_testimonial_area .testimonial_active:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.itgen_testimonial_area .testimonial_active:not(.slick-initialized) > .witr_testi_itemt {
  display: block !important;
  float: none;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .itgen_testimonial_area .testimonial_active:not(.slick-initialized) > .witr_testi_itemt {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .itgen_testimonial_area .testimonial_active:not(.slick-initialized) > .witr_testi_itemt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.itgen_testimonial_area .testimonial_active.slick-initialized .slick-slide {
  display: block;
}
.itgen_testimonial_area .testimonial_active .slick-list {
  overflow: visible;
}

/* 客户评价：左侧评分与右侧卡片垂直居中 */
.testimonial-slider-3 .itgen-testimonial-body-row {
  align-items: center;
}

@media (min-width: 992px) {
  .testimonial-slider-3 .itgen-testimonial-rating-col {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  .testimonial-slider-3 .itgen-testimonial-body-row > .col-lg-10 {
    align-self: center;
  }

  .testimonial-slider-3 .testimonial-left-rating.itgen-rating-circle {
    margin-top: 28px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-slider-3 .itgen-testimonial-rating-col {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
  }

  .testimonial-slider-3 .testimonial-left-rating.itgen-rating-circle {
    margin-top: 0;
  }
}

/* 客户评价：左侧平均评分 — 无外框、无白底 */
.testimonial-slider-3 .testimonial-left-rating,
.testimonial-slider-3.section-bg .testimonial-left-rating,
.testimonial-slider-3 .testimonial-left-rating.itgen-rating-circle {
  width: auto;
  max-width: none;
  aspect-ratio: auto;
  height: auto !important;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
}

.testimonial-slider-3 .itgen-rating-circle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.testimonial-slider-3 .itgen-rating-circle h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 9px;
  color: var(--headding-color, #333);
}

.testimonial-slider-3 .itgen-rating-circle h2 {
  font-size: 51px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 9px;
  color: var(--primary-color, #11a0ee);
}

.testimonial-slider-3 .itgen-rating-circle .rating {
  margin-bottom: 9px;
  line-height: 1;
}

.testimonial-slider-3 .itgen-rating-circle .rating i {
  font-size: 15px;
  color: #ffb72e;
}

.testimonial-slider-3 .itgen-rating-circle p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--headding-color, #333);
  text-transform: none;
}

@media (max-width: 767.98px) {
  .testimonial-slider-3 .testimonial-left-rating.itgen-rating-circle {
    padding: 0 8px;
  }

  .testimonial-slider-3 .itgen-rating-circle h5 {
    font-size: 16px;
  }

  .testimonial-slider-3 .itgen-rating-circle h2 {
    font-size: 44px;
  }

  .testimonial-slider-3 .itgen-rating-circle .rating i {
    font-size: 14px;
  }

  .testimonial-slider-3 .itgen-rating-circle p {
    font-size: 15px;
  }
}

/* 客户评价卡片：对齐主题 125 em_single_testimonial */
.testimonial-slider-3 .testimonial-slider-full-3 .swiper-slide {
  height: auto;
}

.testimonial-slider-3 .itgen-poket-testi-slide {
  padding: 0 4px;
  height: 100%;
}

.testimonial-slider-3 .em_single_testimonial {
  margin: 0 0 8px;
  padding: 22px 18px 18px;
  background: #fff;
  border: 1px solid var(--ct-border-color, #e2e8f0);
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  height: 100%;
}

.testimonial-slider-3 .em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
  transform: translateY(-2px);
}

.testimonial-slider-3 .em_test_thumb {
  float: left;
  margin-right: 16px;
  margin-bottom: 4px;
}

.testimonial-slider-3 .em_test_thumb img {
  display: block !important;
  width: 59px;
  height: 59px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-slider-3 .em_testi_title {
  overflow: hidden;
  margin-bottom: 4px;
}

.testimonial-slider-3 .em_testi_title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: var(--headding-color, #3a3a3a);
}

.testimonial-slider-3 .em_testi_title span {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color, #11a0ee);
}

.testimonial-slider-3 .em_testi_content {
  position: relative;
  clear: both;
  padding-top: 12px;
}

.testimonial-slider-3 .em_testi_text {
  overflow: hidden;
  text-align: left;
}

.testimonial-slider-3 .em_testi_text p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--body-color, #555);
  font-style: normal;
}

.testimonial-slider-3 .test-part {
  display: block;
  margin-top: 14px;
  margin-bottom: 0;
}

.testimonial-slider-3 .test-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-slider-3 .test-part ul li {
  display: block;
  padding: 0;
}

.testimonial-slider-3 .execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.testimonial-slider-3 .em_crating i {
  font-size: 16px;
  color: #ddd;
}

.testimonial-slider-3 .em_crating i.active {
  color: var(--primary-color, #11a0ee);
}

.testimonial-slider-3 .execllent_star h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--primary-color, #11a0ee);
}

@media (max-width: 767.98px) {
  .testimonial-slider-3 .em_single_testimonial {
    padding: 22px 18px 18px;
  }

  .testimonial-slider-3 .em_testi_title h2 {
    font-size: 18px;
  }

  .testimonial-slider-3 .em_testi_text p {
    font-size: 14px;
  }
}

/* 任务流 Tab：左侧选项卡与右侧配图四角圆角 */
.ct-tab-image-section-full .ct-tab-image-left .nav.nav-tabs .nav-link .nav-item-signle {
  border-radius: 18px;
  overflow: hidden;
}

.ct-tab-image-section-full .ct-tab-image-image .tab-content,
.ct-tab-image-section-full .ct-tab-image-image .tab-pane,
.ct-tab-image-section-full .ct-t-img {
  border-radius: 18px;
  overflow: hidden;
}

/* 右侧配图顶部与左侧首项 h4（如「远程登出」）对齐 */
.ct-tab-image-section-full > .container > .row:last-child {
  align-items: flex-start;
}

.ct-tab-image-section-full .ct-tab-image-left .nav.nav-tabs .nav-link:first-child .nav-item-signle {
  align-items: flex-start;
}

.ct-tab-image-section-full .ct-tab-image-left .nav.nav-tabs .nav-link:first-child .nav-item-signle .content h4 {
  margin-top: 0;
}

.ct-tab-image-section-full .ct-tab-image-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.ct-tab-image-section-full .ct-tab-image-image .tab-content,
.ct-tab-image-section-full .ct-tab-image-image .tab-pane.active,
.ct-tab-image-section-full .ct-tab-image-image .tab-pane.show {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.ct-tab-image-section-full .ct-t-img {
  line-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.ct-tab-image-section-full .ct-t-img img {
  border-radius: 18px;
  display: block;
  width: 80%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .ct-tab-image-section-full > .container > .row:last-child > .col-lg-6 {
    align-self: flex-start;
  }

  .ct-tab-image-section-full .ct-tab-image-left {
    margin-top: 0;
    padding-top: 0;
  }

  /* 与左侧首卡 .nav-item-signle 的 padding-top（20px）+ h4 行对齐 */
  .ct-tab-image-section-full > .container > .row:last-child > .col-lg-6:last-child {
    margin-top: 0;
    padding-top: 20px;
  }

  .ct-tab-image-section-full .ct-tab-image-image {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .ct-tab-image-section-full > .container > .row:last-child > .col-lg-6:last-child {
    padding-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .ct-tab-image-section-full .ct-tab-image-image {
    margin-top: 0;
    padding-top: 0;
  }
}

/* 功能优势：三张定价卡整体靠左（兼容未部署新 class 的页面） */
section.ct-pricing-p-section2 > .container > .row {
  align-items: flex-start;
}

section.ct-pricing-p-section2 .itgen-pricing-side-col,
section.ct-pricing-p-section2 > .container > .row > .col-lg-4.mb-30:first-child {
  padding-right: 0.5rem;
}

section.ct-pricing-p-section2 .itgen-pricing-cards-col,
section.ct-pricing-p-section2 > .container > .row > .col-lg-7,
section.ct-pricing-p-section2 > .container > .row > .col-lg-8 {
  padding-left: 0 !important;
}

section.ct-pricing-p-section2 .itgen-pricing-cards-row,
section.ct-pricing-p-section2 .col-lg-7 > .row,
section.ct-pricing-p-section2 .col-lg-8 > .row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  gap: 1.5rem !important;
}

section.ct-pricing-p-section2 .itgen-pricing-cards-row > [class*="col-md-"],
section.ct-pricing-p-section2 .col-lg-7 > .row > [class*="col-md-"],
section.ct-pricing-p-section2 .col-lg-8 > .row > [class*="col-md-"] {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 calc(33.333333% - 1rem);
  width: calc(33.333333% - 1rem) !important;
  max-width: calc(33.333333% - 1rem) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 三张方案卡外框宽度（列内满宽，间距由 gap 控制） */
section.ct-pricing-p-section2 .ct-pricing-card2 {
  width: 100%;
  max-width: 100%;
  padding: 28px 32px;
  box-sizing: border-box;
}

section.ct-pricing-p-section2 .ct-pricing-card2 h3 {
  font-size: 16px;
  margin-bottom: 13px;
}

section.ct-pricing-p-section2 .ct-pricing-card2 strong {
  margin-bottom: 27px;
  font-size: 0.95em;
}

section.ct-pricing-p-section2 .ct-pricing-card2 .pi-list {
  margin-bottom: 27px;
}

section.ct-pricing-p-section2 .ct-pricing-card2 .pi-list ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
}

section.ct-pricing-p-section2 .ct-pricing-card2 a.button-2 {
  padding: 11px 31px;
  font-size: 0.95em;
}

@media (min-width: 992px) {
  section.ct-pricing-p-section2 .itgen-pricing-cards-col,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-7,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-8 {
    transform: translateX(-72px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.ct-pricing-p-section2 .itgen-pricing-cards-row,
  section.ct-pricing-p-section2 .col-lg-8 > .row,
  section.ct-pricing-p-section2 .col-lg-7 > .row {
    gap: 2rem !important;
    transform: translateX(-20px);
    width: calc(100% + 20px);
    max-width: none;
  }

  section.ct-pricing-p-section2 .itgen-pricing-cards-row > .col-md-4,
  section.ct-pricing-p-section2 .col-lg-7 > .row > .col-md-4,
  section.ct-pricing-p-section2 .col-lg-8 > .row > .col-md-4 {
    flex: 0 0 calc(33.333333% - 1.35rem);
    width: calc(33.333333% - 1.35rem) !important;
    max-width: calc(33.333333% - 1.35rem) !important;
  }
}

@media (min-width: 1200px) {
  section.ct-pricing-p-section2 .itgen-pricing-cards-col,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-8,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-7 {
    transform: translateX(-96px) !important;
  }

  section.ct-pricing-p-section2 .itgen-pricing-cards-row,
  section.ct-pricing-p-section2 .col-lg-7 > .row,
  section.ct-pricing-p-section2 .col-lg-8 > .row {
    gap: 2.35rem !important;
  }

  section.ct-pricing-p-section2 .itgen-pricing-cards-row > .col-md-4,
  section.ct-pricing-p-section2 .col-lg-7 > .row > .col-md-4,
  section.ct-pricing-p-section2 .col-lg-8 > .row > .col-md-4 {
    flex: 0 0 calc(33.333333% - 1.6rem);
    width: calc(33.333333% - 1.6rem) !important;
    max-width: calc(33.333333% - 1.6rem) !important;
  }
}

/* 首页定价区 #itgen-home-pricing-section（原 blade 内联样式） */
#itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-cards-col {
  padding-left: 0 !important;
}

#itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-cards-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  align-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 28px !important;
  --bs-gutter-x: 0 !important;
  transform: none;
  width: 100%;
  max-width: 100%;
}

#itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-card-col {
  flex: 0 0 calc(33.333333% - 19px);
  width: calc(33.333333% - 19px) !important;
  max-width: calc(33.333333% - 19px) !important;
  padding: 0 !important;
  margin: 0 !important;
}

#itgen-home-pricing-section.itgen-pricing-p-section2 .ct-pricing-card2 {
  width: 100%;
  max-width: 100%;
  padding: 28px 32px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  #itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-cards-col {
    transform: translateX(-72px) !important;
  }

  #itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-cards-row {
    gap: 32px !important;
  }

  #itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-card-col {
    flex: 0 0 calc(33.333333% - 22px);
    width: calc(33.333333% - 22px) !important;
    max-width: calc(33.333333% - 22px) !important;
  }
}

@media (min-width: 1200px) {
  #itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-cards-col {
    transform: translateX(-72px) !important;
  }
}

@media (max-width: 991.98px) {
  #itgen-home-pricing-section.itgen-pricing-p-section2 .itgen-pricing-card-col {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  section.ct-pricing-p-section2 .itgen-pricing-cards-col,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-8,
  section.ct-pricing-p-section2 > .container > .row > .col-lg-7 {
    transform: translateX(-16px);
    padding-left: 0 !important;
  }
}

/* FAQ 页（主题 125 布局） */
.itgen-faq-page .divider__text {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  max-width: 95%;
}

.itgen-faq-page .divider_separator {
  position: relative;
  margin-left: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
}

.itgen-faq-page .divider_separator::before {
  width: 40px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  background: var(--primary-color);
}

.itgen-faq-page .witr_section_title_inner h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headding-color, #222429);
  margin: 0;
}

.itgen-faq-page .witr_section_title_inner h3 span {
  color: var(--primary-color);
}

.itgen-faq-page .accounting_about_area {
  padding: 80px 0 60px;
}

.itgen-faq-page .accounting_about_area .single_image {
  margin-right: 20px;
}

.itgen-faq-page .about_content_inner {
  padding: 0 20px 0 35px;
}

.itgen-faq-page .accordion_area .card-2 {
  border: 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
}

.itgen-faq-page .accordion_area .card-header.witr_ac_card {
  background: transparent !important;
  padding: 0;
  border-bottom: 0;
}

.itgen-faq-page .witr_ac_style {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 48px 14px 18px;
  font-size: 17px;
  font-weight: 600;
  color: #222429;
  text-decoration: none;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.itgen-faq-page .witr_ac_style::before {
  position: absolute;
  right: 18px;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.itgen-faq-page .witr_ac_style:not(.collapsed)::before {
  transform: rotate(180deg);
}

.itgen-faq-page .card-2.active .witr_ac_style,
.itgen-faq-page .witr_ac_style:focus,
.itgen-faq-page .witr_ac_style:hover {
  background: var(--primary-color);
  color: #fff;
}

.itgen-faq-page .accordion_area .card-2 p {
  padding: 15px 25px 20px;
  margin: 0;
  line-height: 1.75;
  color: #666;
}

.itgen-faq-page .faq_area {
  background: #f9f9f9;
  padding: 80px 0 70px;
}

.itgen-faq-page .faq_area .accordion_area .card-2 {
  border: 1px solid #f1f1f1;
  margin-bottom: 24px;
}

.itgen-faq-page .faq_area .witr_ac_style {
  background-color: #f9f9f9;
  box-shadow: none;
}

.itgen-faq-page .faq_area .card-2 p {
  background-color: #f9f9f9;
  padding: 5px 25px 24px;
}

.itgen-faq-page .faq_area .card-2.active .witr_ac_style,
.itgen-faq-page .faq_area .witr_ac_style:hover {
  color: var(--primary-color);
  background: #f9f9f9;
}

.itgen-faq-page .single_image_area .single_image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .itgen-faq-page .accounting_about_area .row {
    align-items: flex-start;
  }

  .itgen-faq-page .accounting_about_area .about_content_inner {
    position: relative;
    z-index: 2;
  }

  /* 右侧配图顶与左侧 h3（如 FAQ'S）顶对齐：仅保留顶部分隔小标题占位高度 */
  .itgen-faq-page .accounting_about_area .row > .col-lg-6:last-child .about_image_inner .single_image_area,
  .itgen-faq-page .accounting_about_area .row > .col-md-6:last-child .about_image_inner .single_image_area {
    padding-top: calc(15px + 17px + 10px);
  }
}

@media (max-width: 767.98px) {
  .itgen-faq-page .accounting_about_area {
    padding: 50px 0 40px;
  }

  .itgen-faq-page .about_content_inner {
    padding: 0 10px;
  }

  .itgen-faq-page .accounting_about_area .row > .col-lg-6:last-child .about_image_inner .single_image_area,
  .itgen-faq-page .accounting_about_area .row > .col-md-6:last-child .about_image_inner .single_image_area {
    margin-top: 30px;
    padding-top: 0;
  }

  .itgen-faq-page .faq_area {
    padding: 50px 0 40px;
  }
}

/* 首页/FAQ 页右侧配图：下移与左侧「常见问题」手风琴区对齐 */
@media (min-width: 768px) {
  .itgen_faq_area > .container > .row > .col-lg-6:last-child .single_image_area,
  .itgen_faq_area > .container > .row > .col-md-6:last-child .single_image_area {
    padding-top: 120px;
  }
  .itgen_faq_area .single_image_area .single_image img {
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .itgen_faq_area > .container > .row > .col-lg-6:last-child .single_image_area,
  .itgen_faq_area > .container > .row > .col-md-6:last-child .single_image_area {
    margin-top: 30px;
  }
}

/* 页脚透明遮罩不拦截点击（否则友情链接等区域无法点按） */
.witrfm_area:before {
  pointer-events: none;
}

/* 页脚友情链接预留区（无数据时也保留占位） */
.nupur-footer-friend-links {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0 14px;
}
.nupur-footer-friend-links-inner {
  font-size: 13px;
  line-height: 1.9;
  word-break: break-word;
  color: rgba(255, 255, 255, 0.85);
}
.nupur-footer-friend-links-label {
  color: #fff;
  margin-right: 6px;
}
.nupur-footer-friend-link-item {
  position: relative;
  z-index: 4;
  display: inline-block;
  margin-right: 12px;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  pointer-events: auto;
}
.nupur-footer-friend-link-item:hover {
  color: #fff;
}
.nupur-footer-friend-links-placeholder {
  display: inline-block;
  min-height: 1.9em;
  min-width: 1px;
}

/* 文章详情：正文区标题 */
.blog-details-full .entry-title {
  margin-bottom: 20px;
}
.blog-details-full .entry-title h1 {
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--headding-color, #0f172a);
  margin: 0;
}
@media (max-width: 767px) {
  .blog-details-full .entry-title h1 {
    font-size: 24px;
  }
}

/* 首页功能介绍：与主题 124 一致 — 5 列上图下文卡片 */
.itgen-home-services-section {
  background-color: var(--section-bg, #f6f8fc);
}

.itgen-home-services-section .itgen-service-head h2 {
  margin-bottom: 0;
}

.itgen-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.itgen-service-grid__item {
  min-width: 0;
}

.itgen-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.itgen-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.itgen-service-card__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #e8eef5 0%, #dce6f2 100%);
}

.itgen-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.itgen-service-card:hover .itgen-service-card__media img {
  transform: scale(1.05);
}

.itgen-service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 10px 14px;
}

.itgen-service-card__title {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.itgen-service-card__title a {
  color: var(--headding-color, #0f172a);
  text-decoration: none;
}

.itgen-service-card__title a:hover {
  color: var(--primary-color, #11a0ee);
}

.itgen-service-card__text {
  flex: 1;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--body-color, #5b6478);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.itgen-service-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color, #11a0ee);
  text-decoration: none;
}

.itgen-service-card__more i {
  transition: transform 0.25s ease;
}

.itgen-service-card__more:hover i {
  transform: translateX(4px);
}

@media (max-width: 1199px) {
  .itgen-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .itgen-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .itgen-service-card__body {
    padding: 14px 12px 16px;
  }

  .itgen-service-card__title {
    font-size: 15px;
  }

  .itgen-service-card__text {
    font-size: 13px;
  }

  .itgen-service-card__more {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .itgen-service-grid {
    grid-template-columns: 1fr;
  }
}

/* 首页 Hero：material/banner/img 横图背景，止于功能介绍区之前 */
.itgen-home-banner-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.itgen-home-banner-block--material {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-bottom: 0;
}

.itgen-home-banner-block--material::before {
  display: none;
}

/* 底部轻微模糊感渐变，与功能介绍区柔和交接 */
.itgen-home-banner-block--material::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(247, 246, 252, 0) 0%,
    rgba(247, 246, 252, 0.28) 42%,
    rgba(247, 246, 252, 0.72) 100%
  );
}

.itgen-home-banner-block--material .hero-content .content_heading,
.itgen-home-banner-block--material .hero-content .content_para {
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28), 0 0 2px rgba(0, 0, 0, 0.18);
}

.itgen-home-banner-block--material > .hero-section {
  position: relative;
  z-index: 1;
}

.itgen-home-banner-block--material .hero-section {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .itgen-home-banner-block--material {
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
  }

  .itgen-home-banner-block--material .hero-section {
    min-height: calc(100vh - 80px) !important;
    min-height: calc(100svh - 80px) !important;
    padding-bottom: 0 !important;
  }
}

main > .itgen-home-banner-block--material + .itgen-home-services-section {
  position: relative;
  z-index: 3;
  margin-top: -12px;
  padding-top: 36px;
}

.itgen-home-services-section .itgen-service-head.mb-40 {
  margin-bottom: 32px;
}

/* ========== 首页手机：横图 Hero + 功能介绍（统一间距，避免多套规则打架） ========== */
@media (max-width: 767px) {
  .itgen-home-banner-block--material {
    background-position: center 38%;
  }

  .itgen-home-banner-block--material .hero-section {
    min-height: min(400px, 52vh) !important;
    min-height: min(400px, 52dvh) !important;
    padding-top: 38px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box;
  }

  .itgen-home-banner-block--material .hero-section > .container {
    padding-top: 6px;
  }

  .itgen-home-banner-block--material .hero-content {
    margin-top: 10px;
    padding-top: 4px;
  }

  .itgen-home-banner-block--material::after {
    height: 32px;
  }

  main > .itgen-home-banner-block--material + .itgen-home-services-section {
    margin-top: 0;
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .itgen-home-services-section.section-padding {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  main > .itgen-home-services-section .itgen-service-head.mb-40 {
    margin-bottom: 14px !important;
  }

  main > .itgen-home-services-section ~ .ct-why-choose-us-section.section-padding-2,
  main > .itgen-home-services-section ~ .ct-tab-image-section-full.section-padding,
  main > .itgen-home-services-section ~ .ct-pricing-p-section2.section-padding-2,
  main > .itgen-home-services-section ~ .testimonial-slider-3.section-padding-2,
  main > .itgen-home-services-section ~ .itgen-home-blog-section.section-padding-2 {
    padding-top: 44px !important;
    padding-bottom: 36px !important;
  }

  main > .itgen-home-services-section ~ .itgen_home_faq_area.itgen-home-faq-grid-section {
    padding-top: 36px !important;
    padding-bottom: 44px !important;
  }
}

@media (max-width: 480px) {
  .itgen-home-banner-block--material .hero-section {
    min-height: min(360px, 48vh) !important;
    min-height: min(360px, 48dvh) !important;
    padding-top: 32px !important;
    padding-bottom: 8px !important;
  }

  .itgen-home-banner-block--material .hero-content {
    margin-top: 8px;
  }

  main > .itgen-home-banner-block--material + .itgen-home-services-section,
  .itgen-home-services-section.section-padding {
    padding-top: 16px !important;
  }
}

/* 手机侧滑导航 — 深色抽屉 + 圆角菜单项 */
@media (max-width: 991px) {
  body.itgen-offcanvas-open {
    overflow: hidden;
  }

  .itgen-offcanvas-overlay {
    background: rgba(8, 9, 12, 0.72) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  .itgen-offcanvas-overlay.active {
    opacity: 1;
  }

  .itgen-mobile-drawer.offcanvas_menu_wrapper {
    width: min(320px, 88vw);
    margin-left: calc(-1 * min(320px, 88vw) - 12px);
    padding: 0;
    background: linear-gradient(180deg, #1c1d26 0%, #121218 100%);
    box-shadow: 8px 0 48px rgba(0, 0, 0, 0.45);
    transition: margin-left 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .itgen-mobile-drawer.offcanvas_menu_wrapper.active {
    margin-left: 0;
  }

  .itgen-offcanvas-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 18px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }

  .itgen-offcanvas-logo {
    margin: 0;
    text-align: left;
    flex: 1;
    min-width: 0;
  }

  .itgen-offcanvas-logo img {
    max-height: 40px !important;
    width: auto;
  }

  .itgen-offcanvas-close {
    position: static;
    flex-shrink: 0;
  }

  .itgen-offcanvas-close a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-size: 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  }

  .itgen-offcanvas-close a:hover {
    background: rgba(102, 127, 255, 0.22);
    border-color: rgba(102, 127, 255, 0.55);
    color: #ffffff !important;
    transform: scale(1.04);
  }

  .itgen-offcanvas-body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0 8px;
    -webkit-overflow-scrolling: touch;
  }

  .itgen-offcanvas-menu.offcanvas_main_menu {
    list-style: none;
    margin: 0;
    padding: 0 14px;
  }

  .itgen-offcanvas-menu.offcanvas_main_menu li {
    margin: 0 0 8px;
  }

  .itgen-offcanvas-menu.offcanvas_main_menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #f3f4f8 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  }

  .itgen-offcanvas-menu.offcanvas_main_menu li a::after {
    content: "›";
    font-size: 20px;
    line-height: 1;
    opacity: 0.45;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .itgen-offcanvas-menu.offcanvas_main_menu li a:hover,
  .itgen-offcanvas-menu.offcanvas_main_menu li a:focus {
    background: rgba(102, 127, 255, 0.14);
    border-color: rgba(102, 127, 255, 0.45);
    color: #ffffff !important;
    transform: translateX(2px);
  }

  .itgen-offcanvas-menu.offcanvas_main_menu li a:hover::after,
  .itgen-offcanvas-menu.offcanvas_main_menu li a:focus::after {
    opacity: 0.9;
    transform: translateX(2px);
  }

  .itgen-offcanvas-foot {
    flex-shrink: 0;
    padding: 16px 18px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.12);
  }

  .itgen-offcanvas-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 16px;
    background-color: #25d366;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.45);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  }

  .itgen-offcanvas-download-btn:hover,
  .itgen-offcanvas-download-btn:focus {
    background-color: #128c7e;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -6px rgba(37, 211, 102, 0.55);
  }
}

/* 首页新闻资讯：卡片间距、尺寸、圆角 */
.itgen-home-blog-section .row.g-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.125rem;
}

@media (min-width: 1200px) {
  .itgen-home-blog-section .row.g-xl-5 {
    --bs-gutter-x: 1.375rem;
    --bs-gutter-y: 1.5rem;
  }
}

.itgen-home-blog-section .blog-single-item {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  border-color: rgba(0, 0, 0, 0.08);
}

.itgen-home-blog-section .blog-single-item:hover {
  box-shadow: rgba(100, 100, 111, 0.16) 0px 10px 28px 0px;
}

.itgen-home-blog-section .blog-single-item .thumbnail {
  border-radius: 20px 20px 0 0;
}

.itgen-home-blog-section .blog-single-item .thumbnail img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.itgen-home-blog-section .blog-single-item .content {
  padding: 14px 16px 16px;
}

.itgen-home-blog-section .blog-single-item .content .date {
  font-size: 13px;
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

.itgen-home-blog-section .blog-single-item .content .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.itgen-home-blog-section .blog-single-item .content .title h3 {
  font-size: 15px;
  line-height: 1.45;
}

.itgen-home-blog-section .blog-single-item .content .user-s ul li {
  font-size: 13px;
  letter-spacing: 0.4px;
}

/* 下载页顶部：文案与配图居中靠拢，中间留间距 */
.itgen-download-page .itgen-wa-download {
  padding: 70px 0 40px;
  background-color: #fff;
}

.itgen-download-page .itgen-wa-download__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 56px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.itgen-download-page .itgen-wa-download__text {
  flex: 0 1 500px;
  min-width: 280px;
  max-width: 520px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.itgen-download-page .itgen-wa-download__text h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #333;
  text-align: center;
  width: 100%;
  max-width: none;
  line-height: 1.25;
}

.itgen-download-page .itgen-wa-download__text > p {
  font-size: 17.6px;
  margin-bottom: 28px;
  color: #666;
  text-align: center;
  width: 100%;
  max-width: none;
}

.itgen-download-page .itgen-wa-download__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 520px;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  /* 电脑/平板：左列安卓、iOS 按钮向左 */
  .itgen-download-page .itgen-wa-download__buttons .download_btn:nth-child(1),
  .itgen-download-page .itgen-wa-download__buttons .download_btn:nth-child(3) {
    transform: translateX(-28px);
    width: calc(100% + 10px);
  }

  .itgen-download-page .itgen-wa-download__image {
    margin-top: 40px;
    align-self: center;
  }

  .itgen-download-page .itgen-wa-download__image img {
    transform: translateX(20px);
  }
}

.itgen-download-page .itgen-wa-download__buttons .download_btn {
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9px;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  background-color: #25d366;
  color: #fff !important;
}

.itgen-download-page .itgen-wa-download__buttons .download_btn:hover,
.itgen-download-page .itgen-wa-download__buttons .download_btn:focus {
  background-color: #128c7e;
  color: #fff !important;
  text-decoration: none;
}

.itgen-download-page .itgen-wa-download__image {
  flex: 0 0 auto;
  width: 497px;
  max-width: 497px;
  min-width: 220px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itgen-download-page .itgen-wa-download__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .itgen-download-page .itgen-wa-download {
    padding: 50px 0 32px;
  }

  .itgen-download-page .itgen-wa-download__content {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    max-width: 560px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .itgen-download-page .itgen-wa-download__text {
    flex: 1 1 auto;
    width: 100%;
    max-width: 560px;
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .itgen-download-page .itgen-wa-download__text h2,
  .itgen-download-page .itgen-wa-download__text > p {
    text-align: center;
  }

  .itgen-download-page .itgen-wa-download__buttons {
    margin: 0 auto;
  }

  .itgen-download-page .itgen-wa-download__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 497px;
    justify-content: center;
  }

  .itgen-download-page .itgen-wa-download__image img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .itgen-download-page .itgen-wa-download__text h2 {
    font-size: 28px;
  }

  .itgen-download-page .itgen-wa-download__buttons {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 320px;
  }

  .itgen-download-page .itgen-wa-download__buttons .download_btn:nth-child(1),
  .itgen-download-page .itgen-wa-download__buttons .download_btn:nth-child(3) {
    transform: none;
    width: 100%;
  }

  .itgen-download-page .itgen-wa-download__buttons .download_btn {
    padding: 12px 20px;
    font-size: 15px;
    white-space: normal;
  }

  .itgen-download-page .itgen-wa-download__image {
    max-width: 422px;
  }

  .itgen-download-page .itgen-wa-download__image img {
    max-width: 100%;
    width: 100%;
  }
}

/* 通用下载区（非 download 页若引用时保留基础样式） */
.itgen-wa-download__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.itgen-wa-download__text {
  flex: 1;
  min-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itgen-wa-download__text h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #333;
  text-align: center;
  width: 100%;
  max-width: 600px;
  line-height: 1.25;
}

.itgen-wa-download__text > p {
  font-size: 17.6px;
  margin-bottom: 33px;
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.itgen-wa-download__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.itgen-wa-download__btn {
  display: block;
  padding: 16px 28px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 9px;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.itgen-wa-download__btn--green {
  background-color: #25d366;
  color: #fff !important;
}

.itgen-wa-download__btn--green:hover,
.itgen-wa-download__btn--green:focus {
  background-color: #128c7e;
  color: #fff !important;
  text-decoration: none;
}

.itgen-wa-download__image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.itgen-wa-download__image img {
  max-width: 100%;
  height: auto;
}

/* 首页 FAQ：2 列 × 6 行（共 12 条），+ 号展开 */
.itgen_home_faq_area.itgen-home-faq-grid-section {
  padding: 72px 0 98px;
  background: #fff;
}

.itgen_home_faq_area .witr_section_title {
  padding: 0 0 28px;
}

.itgen_home_faq_area .witr_section_title_inner.text-center h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.itgen_home_faq_area .witr_section_title_inner.text-center h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--headding-color, #222429);
  margin: 0;
}

.itgen-home-faq-grid-wrap {
  width: 100%;
}

.itgen-home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: start;
}

.itgen-home-faq-cell {
  min-width: 0;
}

.itgen-home-faq-card.card-2 {
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 14px rgba(17, 36, 36, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.itgen-home-faq-card.card-2.active,
.itgen-home-faq-card.card-2:hover {
  border-color: rgba(17, 160, 238, 0.45);
  box-shadow: 0 8px 22px rgba(17, 160, 238, 0.12);
}

.itgen-home-faq-header.card-header {
  background: transparent !important;
  padding: 0;
  border: 0;
}

.itgen-home-faq-trigger.witr_ac_style {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #222429;
  text-decoration: none;
  background: #fff;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.itgen-home-faq-trigger.witr_ac_style::before {
  display: none !important;
}

.itgen-home-faq-q {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-width: 0;
  text-align: left;
}

.itgen-home-faq-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 2px solid var(--primary-color, #11a0ee);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--primary-color, #11a0ee);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.itgen-home-faq-card.active .itgen-home-faq-trigger,
.itgen-home-faq-trigger:not(.collapsed) {
  background: var(--primary-color, #11a0ee);
  color: #fff;
}

.itgen-home-faq-card.active .itgen-home-faq-icon,
.itgen-home-faq-trigger:not(.collapsed) .itgen-home-faq-icon {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.itgen-home-faq-answer {
  border-top: 1px solid #e8eef3;
}

.itgen-home-faq-answer p {
  padding: 12px 12px 14px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #555;
  text-align: left;
}

@media (max-width: 767.98px) {
  .itgen_home_faq_area.itgen-home-faq-grid-section {
    padding: 50px 0 60px;
  }

  .itgen_home_faq_area .witr_section_title_inner.text-center h3 {
    font-size: 26px;
  }

  .itgen-home-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* download 页：服务模块以中心为轴，两侧框向中心收拢，间距减半 */
.itgen-download-page .itgen_service_area {
  padding-top: 28px !important;
  padding-bottom: 48px !important;
}

.itgen-download-page .itgen_service_area.v-banner-bottom-p {
  padding-bottom: 48px !important;
}

.itgen-download-page .itgen_service_area .ct-section-title {
  margin-bottom: 8px;
}

.itgen-download-page .itgen_service_area .ct-section-title h4 {
  margin-bottom: 8px;
}

.itgen-download-page .itgen_service_area .ct-section-title h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  margin-bottom: 0;
}

.itgen-download-page .itgen_service_area .container > .row[data-cues="slideInUp"] {
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
  --bs-gutter-x: 0.45rem;
  --bs-gutter-y: 0.45rem;
}

.itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-lg-4,
.itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-md-6 {
  display: flex;
}

.itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .mb-30 {
  margin-bottom: 6px !important;
}

.itgen-download-page .itgen_service_area .services-card-item.style-6 {
  width: 83%;
  max-width: 83%;
  padding: 22px 24px 24px;
  border-radius: 18px;
  overflow: hidden;
}

.itgen-download-page .itgen_service_area .services-card-item.style-6 .h-bg-image {
  border-radius: 18px;
}

@media (min-width: 992px) {
  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-lg-4:nth-child(3n + 1) {
    justify-content: flex-end;
  }

  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-lg-4:nth-child(3n + 2) {
    justify-content: center;
  }

  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-lg-4:nth-child(3n) {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-md-6:nth-child(odd) {
    justify-content: flex-end;
  }

  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-md-6:nth-child(even) {
    justify-content: flex-start;
  }
}

.itgen-download-page .itgen_service_area .services-card-item .icon {
  margin-bottom: 14px;
  max-width: 50px;
}

.itgen-download-page .itgen_service_area .services-card-item .icon .ic {
  font-size: 28px;
}

.itgen-download-page .itgen_service_area .services-card-item .content h2 {
  font-size: 18px;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.itgen-download-page .itgen_service_area .services-card-item .content p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0.65rem;
}

.itgen-download-page .itgen_service_area .services-card-item .content a {
  font-size: 14px;
}

.itgen-download-page .itgen_service_area .services-card-item .content a i {
  font-size: 1.1rem;
}

.itgen-download-page .testimonial-slider-3.section-padding-2 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.itgen-download-page .testimonial-slider-3 .ct-section-title.mb-35 {
  margin-bottom: 24px !important;
}

@media (max-width: 991.98px) {
  .itgen-download-page .itgen_service_area .container > .row[data-cues="slideInUp"] {
    max-width: 84%;
  }

  .itgen-download-page .itgen_service_area .services-card-item.style-6 {
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 767.98px) {
  .itgen-download-page .itgen_service_area {
    padding-top: 20px !important;
    padding-bottom: 36px !important;
  }

  .itgen-download-page .itgen_service_area .container > .row[data-cues="slideInUp"] {
    max-width: 92%;
    --bs-gutter-x: 0.35rem;
    --bs-gutter-y: 0.35rem;
  }

  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-md-6,
  .itgen-download-page .itgen_service_area .row[data-cues="slideInUp"] > .col-lg-4 {
    justify-content: center !important;
  }

  .itgen-download-page .itgen_service_area .services-card-item.style-6 {
    width: 97%;
    max-width: 97%;
    padding: 20px 20px 22px;
    border-radius: 16px;
  }

  .itgen-download-page .itgen_service_area .services-card-item.style-6 .h-bg-image {
    border-radius: 16px;
  }
}

/* 页脚布局（字号接近原版，仅略减上下留白） */
.site-footer.footer-compact .footer-top {
  padding-top: 62px;
  padding-bottom: 20px;
}
.site-footer.footer-compact .footer-top .mb-30 {
  margin-bottom: 18px !important;
}
.site-footer.footer-compact .footer-widgets-item .f-logo {
  margin-bottom: 26px;
}
.site-footer.footer-compact .footer-widgets-item p.content {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.65;
}
.site-footer.footer-compact .footer-widgets-item h2 {
  font-size: 22px;
  margin-bottom: 24px;
}
.site-footer.footer-compact .footer-widgets-item ul.menu li a {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.55;
}
.site-footer.footer-compact .footer-widgets-item ul.contact-info li {
  margin-bottom: 22px;
}
.site-footer.footer-compact .footer-widgets-item ul.contact-info li .icon i {
  width: 44px;
  height: 44px;
  margin-right: 18px;
  font-size: 17px;
}
.site-footer.footer-compact .footer-widgets-item ul.contact-info li .content h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.site-footer.footer-compact .footer-widgets-item ul.contact-info li .content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
.site-footer.footer-compact .footer-social span a {
  width: 44px;
  height: 44px;
  font-size: 17px;
}
.site-footer.footer-compact .footer-bottom {
  padding-top: 8px !important;
  padding-bottom: 18px !important;
  text-align: left;
  background: transparent;
}
.site-footer.footer-compact .footer-bottom .footer-bottom-inner {
  text-align: left;
  padding-left: calc(var(--footer-gutter-x, 1.5rem) * 0.5);
  padding-right: calc(var(--footer-gutter-x, 1.5rem) * 0.5);
}
.site-footer.footer-compact .footer-bottom .copy-text {
  text-align: left;
  padding-top: 2px;
}
.site-footer.footer-compact .footer-bottom .copy-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
.site-footer.footer-compact .nupur-footer-friend-links {
  padding: 0 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer.footer-compact .nupur-footer-friend-links-inner {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
@media (min-width: 992px) {
  .site-footer.footer-compact {
    --footer-gutter-x: 2.25rem;
  }
  .site-footer.footer-compact .footer-top > .container,
  .site-footer.footer-compact .footer-bottom > .container {
    max-width: 1540px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer.footer-compact .footer-top > .container > .row {
    --bs-gutter-x: var(--footer-gutter-x);
  }
}
@media (min-width: 1400px) {
  .site-footer.footer-compact {
    --footer-gutter-x: 2.75rem;
  }
  .site-footer.footer-compact .footer-top > .container,
  .site-footer.footer-compact .footer-bottom > .container {
    max-width: 1640px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991px) {
  .site-footer.footer-compact .footer-top {
    padding-top: 50px;
    padding-bottom: 16px;
  }
}
